Fix "catch exception" with dynamic linking
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2019-04-30  Tom Tromey  <tromey@adacore.com>
2
3         * lib/ada.exp (find_ada_tool): New proc.
4         * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5         * gdb.ada/catch_ex_std.exp: New file.
6         * gdb.ada/catch_ex_std/foo.adb: New file.
7         * gdb.ada/catch_ex_std/some_package.adb: New file.
8         * gdb.ada/catch_ex_std/some_package.ads: New file.
9
10 2019-04-30  Tom Tromey  <tromey@adacore.com>
11
12         PR c++/24470:
13         * gdb.cp/temargs.cc: Add test code from PR.
14
15 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
16
17         * gdb.fortran/vla-datatypes.exp: Update expected results.
18         * gdb.fortran/vla-ptype.exp: Likewise.
19         * gdb.fortran/vla-type.exp: Likewise.
20         * gdb.fortran/vla-value.exp: Likewise.
21
22 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
23
24         * gdb.fortran/ptr-indentation.exp: Update expected results.
25         * gdb.fortran/ptype-on-functions.exp: Likewise.
26         * gdb.fortran/vla-ptr-info.exp: Likewise.
27         * gdb.fortran/vla-value.exp: Likewise.
28
29 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
30
31         * gdb.fortran/ptype-on-functions.exp: New file.
32         * gdb.fortran/ptype-on-functions.f90: New file.
33
34 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
35
36         * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
37         case void string.
38
39 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
40
41         * gdb.fortran/complex.exp: Expand.
42         * gdb.fortran/complex.f: Renamed to...
43         * gdb.fortran/complex.f90: ...this, and extended to add more
44         complex values.
45
46 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
47
48         * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
49         MODULO, CMPLX.
50
51 2019-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
52             Richard Bunt  <richard.bunt@arm.com>
53
54         * gdb.base/max-depth.c: New file.
55         * gdb.base/max-depth.exp: New file.
56         * gdb.python/py-nested-maps.c: New file.
57         * gdb.python/py-nested-maps.exp: New file.
58         * gdb.python/py-nested-maps.py: New file.
59         * gdb.python/py-format-string.exp (test_max_depth): New proc.
60         (test_all_common): Call test_max_depth.
61         * gdb.fortran/max-depth.exp: New file.
62         * gdb.fortran/max-depth.f90: New file.
63         * gdb.go/max-depth.exp: New file.
64         * gdb.go/max-depth.go: New file.
65         * gdb.modula2/max-depth.exp: New file.
66         * gdb.modula2/max-depth.c: New file.
67         * lib/gdb.exp (get_print_expr_at_depths): New proc.
68
69 2019-04-29  Tom de Vries  <tdevries@suse.de>
70
71         * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
72
73 2019-04-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
74
75         * gdb.base/callexit.exp: Test may-call-functions off.
76
77 2019-04-25  Keith Seitz  <keiths@redhat.com>
78
79         PR c++/24367
80         * gdb.cp/meth-typedefs.cc (incomplete_struct)
81         (another_incomplete_struct, test_incomplete): New definitions.
82         (main): Use new definitions.
83         * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
84         functions.
85
86 2019-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
87
88         PR corefiles/11608
89         PR corefiles/18187
90         * gdb.base/coredump-filter-build-id.exp: New file.
91
92 2019-04-25  Alan Hayward  <alan.hayward@arm.com>
93
94         * Makefile.in: Pass through GDBSERVER_DEBUG.
95         * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
96         (gdbserver,debug): Add board setting.
97         * gdb.trace/tspeed.exp: Skip when debugging.
98         * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
99         * lib/gdbserver-support.exp: Likewise
100
101 2019-04-24  Tom Tromey  <tromey@adacore.com>
102
103         * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
104         Rust.
105
106 2019-04-24  Tom Tromey  <tromey@adacore.com>
107
108         * gdb.arch/amd64-eval.exp: Test bitfield return.
109         * gdb.arch/amd64-eval.cc (struct Bitfields): New.
110         (class Foo) <return_bitfields>: New method.
111         (main): Call it.
112
113 2019-04-23  Andrew Burgess  <andrew.burgess@embecosm.com>
114
115         * gdb.cp/many-args.cc: New file.
116         * gdb.cp/many-args.exp: New file.
117
118 2019-04-23  Tom de Vries  <tdevries@suse.de>
119
120         PR gdb/24433
121         * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
122
123 2019-04-23  Alan Hayward  <alan.hayward@arm.com>
124
125         * gdb.trace/backtrace.exp: Use nopie flag.
126         * gdb.trace/circ.exp: Likewise.
127         * gdb.trace/collection.exp: Likewise.
128         * gdb.trace/ftrace.exp: Likewise.
129         * gdb.trace/mi-trace-unavailable.exp: Likewise.
130         * gdb.trace/mi-traceframe-changed.exp: Likewise.
131         * gdb.trace/qtro.exp: Likewise.
132         * gdb.trace/read-memory.exp: Likewise.
133         * gdb.trace/report.exp: Likewise.
134         * gdb.trace/tfile.exp: Likewise.
135         * gdb.trace/tfind.exp: Likewise.
136         * gdb.trace/unavailable.exp: Likewise.
137
138 2019-04-22  Pedro Alves  <palves@redhat.com>
139
140         * gdb.base/solib-probes-nosharedlibrary.c,
141         gdb.base/solib-probes-nosharedlibrary.exp: New files.
142
143 2019-04-19  Tom Tromey  <tromey@adacore.com>
144
145         * gdb.ada/ptype_union.c: New file.
146         * gdb.ada/ptype_union.exp: New file.
147
148 2019-04-19  Tom Tromey  <tromey@adacore.com>
149
150         PR symtab/24423:
151         * gdb.base/list0.h (foo): Add a control-l character.
152
153 2019-04-18  Tom de Vries  <tdevries@suse.de>
154
155         PR gdb/24433
156         * boards/local-board.exp: Set sysroot to "".
157
158 2019-04-18  Tom de Vries  <tdevries@suse.de>
159             Pedro Alves  <palves@redhat.com>
160
161         PR gdb/24454
162         * gdb.threads/vfork-follow-child-exec.c: New file.
163         * gdb.threads/vfork-follow-child-exec.exp: New file.
164         * gdb.threads/vfork-follow-child-exit.c: New file.
165         * gdb.threads/vfork-follow-child-exit.exp: New file.
166
167 2019-04-15  Leszek Swirski  <leszeks@google.com>
168
169         * gdb.arch/amd64-eval.cc: New file.
170         * gdb.arch/amd64-eval.exp: New file.
171
172 2019-04-11  Alan Hayward  <alan.hayward@arm.com>
173
174         * gdb.server/sysroot.c: New test.
175         * gdb.server/sysroot.exp: New file.
176         * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
177         matching param.
178
179 2019-04-11  Andrew Burgess  <andrew.burgess@embecosm.com>
180
181         * gdb.base/align.exp: Extend test to cover structures containing
182         only static fields.
183
184 2019-04-11  Tom de Vries  <tdevries@suse.de>
185
186         * boards/cc-with-dwz-m.exp: New file.
187         * boards/cc-with-dwz.exp: New file.
188         * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
189
190 2019-04-09  Simon Marchi  <simon.marchi@efficios.com>
191
192         * gdb.base/start-cpp.exp: New file.
193         * gdb.base/start-cpp.cc: New file.
194
195 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
196
197         * gdb.python/py-thrhandle.exp: Adjust tests to call
198         thread_from_handle instead of thread_from_thread_handle.
199
200 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
201
202         * gdb.python/py-thrhandle.exp: Add tests for
203         gdb.InferiorThread.handle.
204
205 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
206
207         * gdb.python/py-function.exp: Check calling helper function from
208         all languages.
209         * lib/gdb.exp (gdb_supported_languages): New proc.
210
211 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
212
213         * gdb.base/complex-parts.c: New file.
214         * gdb.base/complex-parts.exp: New file.
215
216 2019-04-01  Tom Tromey  <tromey@adacore.com>
217
218         PR symtab/23331:
219         * gdb.dwarf2/dw2-ranges-main.c: New file.
220         * gdb.dwarf2/dw2-ranges-psym.c: New file.
221         * gdb.dwarf2/dw2-ranges-psym.exp: New file.
222
223 2019-03-30  Simon Marchi <simark@simark.ca>
224
225         * gdb.base/default.exp: Add values for $_gdb_major and
226         $_gdb_minor.
227
228 2019-03-29  Tom Tromey  <tromey@adacore.com>
229
230         * gdb.base/help.exp: Tighten apropos regexp.
231
232 2019-03-29  Keith Seitz  <keiths@redhat.com>
233
234         * gdb.fortran/array-bounds.exp: New file.
235         * gdb.fortran/array-bounds.f90: New file.
236
237 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
238
239         * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
240
241 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
242
243         * gdb.multi/hello.c (main): Increase alarm timer.
244
245 2019-03-28  Sandra Loosemore  <sandra@codesourcery.com>
246
247         * gdb.threads/watchpoint-fork.exp (test): Use large timeout
248         factor when no hardware watchpoint support.
249
250 2019-03-28  Alan Hayward  <alan.hayward@arm.com>
251             Pedro Alves  <palves@redhat.com>
252
253         * boards/local-board.exp: set sysroot to /.
254
255 2019-03-27  Alan Hayward  <alan.hayward@arm.com>
256
257         * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
258         in child.
259
260 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
261
262         * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
263         field.
264         (make_container): Initialise new field.
265         * gdb.python/py-prettyprint.exp: Add new tests.
266         * gdb.python/py-prettyprint.py (class ContainerPrinter)
267         <display_hint>: New method.
268
269 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
270
271         * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
272         gdb_continue_to_breakpoint more throughout this test.
273         (run_lang_tests) Supply unique test names, and use
274         gdb_test_no_output.
275
276 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
277
278         * gdb.base/finish-pretty.exp: Update expected results.
279         * gdb.base/pretty-print.c: New file.
280         * gdb.base/pretty-print.exp: New file.
281
282 2019-03-25  Pedro Alves  <palves@redhat.com>
283
284         * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
285         move comments outside list.  Append '-i "" eof' section.
286
287 2019-03-22  Alan Hayward  <alan.hayward@arm.com>
288
289         * README: Add pie options.
290         * gdb.base/break-interp.exp: Ensure pie is disabled.
291         * gdb.base/dump.exp: Likewise.
292         * lib/gdb.exp (gdb_compile): Add pie option.
293
294 2019-03-19  Tom Tromey  <tromey@adacore.com>
295
296         * gdb.mi/mi2-cli-display.c: New file.
297         * gdb.mi/mi2-cli-display.exp: New file.
298
299 2019-03-18  Joel Brobecker  <brobecker@adacore.com>
300             Tom Tromey  <tromey@adacore.com>
301
302         * gdb.ada/ptype_array/pck.adb: New file.
303         * gdb.ada/ptype_array/pck.ads: New file.
304         * gdb.ada/ptype_array/foo.adb: New file.
305         * gdb.ada/ptype_array.exp: New file.
306
307 2019-03-14  Tom Tromey  <tromey@adacore.com>
308
309         * gdb.base/style.exp: Add "set style sources" test.
310
311 2019-03-13  Simon Marchi  <simon.marchi@ericsson.com>
312
313         * mi-breakpoint-location-ena-dis.exp: Rename to ...
314         * mi-breakpoint-multiple-locations.exp: ... this.
315         (make_breakpoints_pattern): New proc.
316         (do_test): Add mi_version parameter, test -break-insert,
317         -break-info and =breakpoint-created.
318
319 2019-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
320
321         * config/default.exp: Remove 'load_lib gdb.exp'.
322         * config/monitor.exp: Likewise.
323         * config/sid.exp: Likewise.
324         * config/sim.exp: Likewise.
325         * config/slite.exp: Likewise.
326         * config/unix.exp: Likewise.
327         * gdb.base/default.exp: Remove unhelpful comment.
328
329 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
330
331         * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
332
333 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
334
335         * gdb.fortran/intrinsics.exp: Extend to cover ABS.
336
337 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
338
339         * gdb.fortran/type-kinds.exp: Update expected results.
340
341 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
342
343         * gdb.fortran/type-kinds.exp: Test new integer type kind.
344
345 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
346
347         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
348         function.
349         (test_basic_parsing_of_type_kinds): Expand types tested.
350         (test_parsing_invalid_type_kinds): New function.
351
352 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
353
354         * gdb.fortran/intrinsics.exp: New file.
355         * gdb.fortran/intrinsics.f90: New file.
356         * gdb.fortran/type-kinds.exp: New file.
357
358 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
359
360         * gdb.fortran/dot-ops.exp: New file.
361
362 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
363
364         * gdb.fortran/types.exp (test_logical_literal_types_accepted):
365         Check upper and lower case logical literals.
366
367 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
368
369         * gdb.fortran/types.exp (test_float_literal_types_accepted):
370         Remove duplicate tests.
371
372 2019-03-06  Alan Hayward  <alan.hayward@arm.com>
373
374         * lib/gdb.exp (builtin_cd): rename of cd.
375         (cd): Override builtin.
376
377 2019-03-06  Richard Bunt  <richard.bunt@arm.com>
378
379         * gdb.fortran/function-calls.exp: New file.
380         * gdb.fortran/function-calls.f90: New test.
381
382 2019-03-04  Richard Bunt  <richard.bunt@arm.com>
383
384         * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
385         on user program standard output.
386         * gdb.fortran/short-circuit-argument-list.f90: Record function
387         calls.
388
389 2019-02-28  Alan Hayward  <alan.hayward@arm.com>
390
391         * lib/gdbserver-support.exp (gdbserver_start): Check for listen
392         failure.
393
394 2019-02-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
395
396         PR gdb/8527
397         * gdb.base/interrupt-daemon-attach.c,
398         gdb.base/interrupt-daemon-attach.exp: New test.
399
400 2019-02-27  Pedro Alves  <palves@redhat.com>
401
402         * gdb.base/page.exp: Add tests for "set width/height -1".
403
404 2019-02-27  Pedro Alves  <palves@redhat.com>
405
406         * gdb.base/page.exp: Add tests for "set/show width/height" with
407         "infinite" values.
408
409 2019-02-27  Tom Tromey  <tromey@adacore.com>
410
411         * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
412         2.4.
413         * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
414         workaround.
415
416 2019-02-27  Andrew Burgess  <andrew.burgess@embecosm.com>
417
418         * gdb.base/align.exp: Extend to compile in both C and C++, and add
419         tests for structs with static members.
420
421 2019-02-26  Tom Tromey  <tromey@adacore.com>
422
423         * gdb.python/py-value.exp (test_value_from_buffer): Check for
424         ValueError, not TypeError.
425
426 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
427
428         * gdb.python/py-value.exp (test_value_from_buffer): New proc with
429         call from main program.
430
431 2019-02-23  Joel Brobecker  <brobecker@adacore.com>
432
433         * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
434         * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
435         * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
436         * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
437         * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
438
439 2019-02-22  Keith Seitz  <keiths@redhat.com>
440
441         PR symtab/23853
442         * gdb.base/symlink-sourcefile.c: New file.
443         * gdb.base/symlink-sourcefile.exp: New file.
444
445 2019-02-20  Tom Tromey  <tom@tromey.com>
446
447         * gdb.base/info_qt.exp: Update.
448
449 2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
450
451         * gdb.base/source.exp: Move "error in sourced script" code to
452         the end.
453         * gdb.base/source-error.gdb: Move contents to
454         source-error-1.gdb.  Add new code to source source-error-1.gdb.
455         * gdb.base/source-error-1.gdb: New file, from previous
456         source-error.gdb.
457
458 2019-02-17  Tom Tromey  <tom@tromey.com>
459
460         * gdb.base/style.exp: Use -g3 to compile when possible.  Add test
461         for macro styling.
462         * gdb.base/style.c (SOME_MACRO): New macro.
463
464 2019-02-17  Tom Tromey  <tom@tromey.com>
465
466         * gdb.base/style.exp: Add line-wrapping tests.
467         * gdb.base/page.exp: Add test for quitting during pagination.
468
469 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
470
471         * gdb.ada/big_packed_array: New testcase.
472         * gdb.ada/homonym.exp: Fix incorrect expected output for
473         "break <homonym__get_value>" test.
474
475 2019-02-13  Weimin Pan  <weimin.pan@oracle.com>
476
477         PR breakpoints/21870
478         * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
479         and prepare_for_testing.  Add comment.
480         * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
481         redundant cleanup call.  Clean up comment.
482
483 2019-02-12  Weimin Pan  <weimin.pan@oracle.com>
484
485         PR breakpoints/21870
486         * gdb.arch/aarch64-dbreg-contents.exp: New file.
487         * gdb.arch/aarch64-dbreg-contents.c: New file.
488
489 2019-02-10  Joel Brobecker  <brobecker@adacore.com>
490
491         * gdb.ada/mi_ref_changeable: New testcase.
492
493 2019-02-07  Alan Hayward  <alan.hayward@arm.com>
494
495         * gdb.base/attach.exp: Add double attach test.
496
497 2019-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
498
499         * lib/gdb.exp (default_gdb_start): Don't match pagination
500         prompt.
501         (gdb_init): Set stty_init.
502
503 2019-01-27  Tom Tromey  <tom@tromey.com>
504
505         * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
506         skip_python_tests.
507
508 2019-01-24  Alan Hayward  <alan.hayward@arm.com>
509
510         * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
511         New structure.
512         (struct struct_static_02_02): Likewise.
513         (struct struct_static_02_03): Likewise.
514         (struct struct_static_02_04): Likewise.
515         (struct struct_static_04_01): Likewise.
516         (struct struct_static_04_02): Likewise.
517         (struct struct_static_04_03): Likewise.
518         (struct struct_static_04_04): Likewise.
519         (struct struct_static_06_01): Likewise.
520         (struct struct_static_06_02): Likewise.
521         (struct struct_static_06_03): Likewise.
522         (struct struct_static_06_04): Likewise.
523         (cmp_struct_static_02_01): Likewise.
524         (cmp_struct_static_02_02): Likewise.
525         (cmp_struct_static_02_03): Likewise.
526         (cmp_struct_static_02_04): Likewise.
527         (cmp_struct_static_04_01): Likewise.
528         (cmp_struct_static_04_02): Likewise.
529         (cmp_struct_static_04_03): Likewise.
530         (cmp_struct_static_04_04): Likewise.
531         (cmp_struct_static_06_01): Likewise.
532         (cmp_struct_static_06_02): Likewise.
533         (cmp_struct_static_06_03): Likewise.
534         (cmp_struct_static_06_04): Likewise.
535         (call_all): Test new structs.
536         * gdb.base/infcall-nested-structs.exp: Likewise.
537
538 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
539         * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
540
541 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
542         * gdb.base/stack-protector.c: New test.
543         * gdb.base/stack-protector.exp: New file.
544         * gdb.cp/ovldbreak.exp: Only allow a single break line.
545         * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
546         option.
547         (gdb_compile): Remove stack protector for GCC and prevent
548         recursion.
549
550 2019-01-16  Keith Seitz  <keiths@redhat.com>
551
552         PR gdb/23773
553         * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
554
555 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
556
557         * gdb.arch/vsx-regs.exp: Add tests that use the vector register
558         aliases.
559         * gdb.arch/altivec-regs.exp: Likewise.  Fix indentation of two
560         tests.
561         * gdb.arch/powerpc-vector-regs.c: New file.
562         * gdb.arch/powerpc-vector-regs.exp: New file.
563
564 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
565
566         * gdb.arch/altivec-regs.exp: Fix the list passed to
567         gdb_expect_list when testing "info vector".
568
569 2019-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
570
571         * gdb.base/style.exp: Don't include path in testname.
572
573 2019-01-10  Keith Seitz  <keiths@redhat.com>
574
575         PR gdb/23712
576         PR symtab/23010
577         * gdb.dwarf2/multidictionary.exp: New file.
578
579 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
580
581         * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
582         (test_gnuv3_style_demangling): ... this.
583         (test_lucid_style_demangling): Remove.
584         (test_arm_style_demangling): Remove.
585         (test_hp_style_demangling): Remove.
586         (do_tests): Remove calls to the above.
587
588 2019-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
589
590         * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
591         case.
592
593 2019-01-06  Tom Tromey  <tom@tromey.com>
594
595         PR gdb/28155:
596         * gdb.dwarf2/typedef-void-finish.exp: New file.
597
598 2018-12-28  Tom Tromey  <tom@tromey.com>
599             Simon Marchi <simark@simark.ca>
600
601         * gdb.base/jit-exec.exp: New file.
602         * gdb.base/jit-exec.c: New file.
603         * gdb.base/jit-execd.c: New file.
604
605 2018-12-28  Tom Tromey  <tom@tromey.com>
606
607         * gdb.base/style.exp: Update test to check for address styling.
608
609 2018-12-28  Tom Tromey  <tom@tromey.com>
610
611         * gdb.base/style.exp: Add test for styling of "Reading symbols"
612         message.
613
614 2018-12-28  Tom Tromey  <tom@tromey.com>
615
616         * gdb.base/style.exp: Add test for version number styling.
617
618 2018-12-28  Tom Tromey  <tom@tromey.com>
619
620         * gdb.base/style.exp: Add test for print_address_symbolic.
621
622 2018-12-28  Tom Tromey  <tom@tromey.com>
623
624         * gdb.base/style.exp: Add test for breakpoint setting.
625
626 2018-12-28  Tom Tromey  <tom@tromey.com>
627
628         * gdb.base/style.exp: Add test for variable names.
629
630 2018-12-28  Tom Tromey  <tom@tromey.com>
631
632         * gdb.base/style.exp: New file.
633         * gdb.base/style.c: New file.
634
635 2018-12-28  Tom Tromey  <tom@tromey.com>
636
637         * lib/gdb.exp (gdb_init): Set the TERM environment variable to
638         "dumb".
639         * gdb.base/readline.exp (operate_and_get_next): Save and restore
640         the TERM environment variable.
641
642 2018-12-27  Tom Tromey  <tom@tromey.com>
643
644         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
645         pagination test.
646
647 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
648
649         * gdb.dwarf2/dw2-unusual-field-names.c: New file.
650         * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
651
652 2018-12-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
653
654         * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
655         Filename a.adb changed to bp_fun_addr.adb.
656         gdb.ada/bp_fun_addr.exp: Update test accordingly.
657
658 2018-12-21  Jan Vrany  <jan.vrany@fit.cvut.cz>
659
660         * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
661         non-PIE executables.
662         * README: Mention the gdb,nopie_flag board setting.
663         * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
664         non-PIE executable.
665         * gdb.arch/amd64-entry-value.exp: Likewise.
666         * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
667         * gdb.arch/i386-float.exp: Likewise.
668         * gdb.arch/i386-signal.exp: Likewise.
669         * gdb.mi/mi-reg-undefined.exp: Likewise.
670
671 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
672
673         PR gdb/23974
674         * gdb.base/info-os.exp: Check return for unknown "info os" type.
675
676 2018-12-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
677
678         * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
679         Update order of results accordingly.
680
681 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
682
683         * gdb.base/annota1.exp: Update a test regexp.
684
685 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
686
687         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
688
689 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
690
691         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
692         (reuse_time): Initialize to REUSE_TIME_CAP.
693         (check_rc): New function.
694         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
695         Check pthread_create rc.
696         (spawner_thread_func): Check pthread_create and pthread_join rc.
697
698 2018-12-08  Pedro Alves  <palves@redhat.com>
699
700         * gdb.base/list.exp (test_forward_search): Rename to ...
701         (test_forward_reverse_search): ... this.  Also test reverse-search
702         and the forward-search alias.
703
704 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
705
706         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
707         local timeout variable before return, and remove all local timeout
708         variable entirely.
709         (gdb_load): Likewise.
710
711 2018-12-01  Tom de Vries  <tdevries@suse.de>
712
713         * gdb.base/gdb-caching-proc.exp: New file.
714
715 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
716
717         * Makefile.in (TIMESTAMP): New variable.
718         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
719         command.
720         (check-single-racy): Likewise.
721         (check/%.exp): Likewise.
722         (check-racy/%.exp): Likewise.
723         (workers/%.worker): Likewise.
724         (build-perf): Likewise.
725         (check-perf): Likewise.
726         * README: Describe new "TS" and "TS_FORMAT" variables.
727         * print-ts.py: New file.
728
729 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
730
731         PR python/23714
732         * gdb.python/python.exp: Test command repetition after
733         gdb.execute.
734
735 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
736
737         * gdb.opt/inline-break.exp: Add test that info breakpoint output
738         is correctly aligned.
739
740 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
741
742         * gdb.ada/info_auto_lang.exp: New testcase.
743         * gdb.ada/info_auto_lang/global_pack.ads: New file.
744         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
745         * gdb.ada/info_auto_lang/some_c.c: New file.
746
747 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
748
749         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
750         FUNC_lang language syntax.
751
752 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
753
754         * gdb.base/info_minsym.c: New file.
755         * gdb.base/info_minsym.exp: New file.
756
757 2018-11-19  Tom Tromey  <tom@tromey.com>
758
759         PR rust/23625:
760         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
761         * gdb.rust/expr.exp: Update expected output.  Change one test.
762
763 2018-11-19  Tom Tromey  <tom@tromey.com>
764
765         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
766
767 2018-11-19  Pedro Alves  <palves@redhat.com>
768
769         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
770         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
771         see the expected warning.
772
773 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
774
775         PR gdb/22736:
776         * gdb.cp/infcall-nodebug-lib.c: New test.
777         * gdb.cp/infcall-nodebug-main.c: New test.
778         * gdb.cp/infcall-nodebug.exp: New file.
779
780 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
781
782         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
783         completer tests.
784
785 2018-11-09  Tom de Vries  <tdevries@suse.de>
786
787         * gdb.base/msym-lang.c: New test.
788         * gdb.base/msym-lang.exp: New file.
789         * gdb.base/msym-lang-main.c: New test.
790
791 2018-11-08  Tom Tromey  <tom@tromey.com>
792
793         PR gdb/23555:
794         PR gdb/23838:
795         * gdb.base/warning.exp: New file.
796
797 2018-11-08  Jan Beulich  <jbeulich@suse.com>
798
799         * testsuite/gdb.arch/i386-avx512.c,
800         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
801
802 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
803
804         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
805         point hardware.
806
807 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
808
809         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
810         * gdb.dwarf2/missing-type-name.exp: New file.
811
812 2018-11-06  Tom de Vries  <tdevries@suse.de>
813
814         * gdb.base/many-headers.c: New test.
815         * gdb.base/many-headers.exp: New file.
816
817 2018-11-06  Jim Wilson  <jimw@sifive.com>
818
819         * gdb.base/code_elim.exp: For riscv, set additional_flags
820         to include -msmall-data-limit=0.
821
822 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
823
824         * gdb.ada/watch_minus_l: New testcase.
825
826 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
827
828         * gdb.arch/aix-sighandle.c: New file.
829         * gdb.arch/aix-sighandle.exp: New file.
830
831 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
832
833         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
834         registers being unions.
835
836 2018-10-31  Tom de Vries  <tdevries@suse.de>
837
838         * lib/valgrind.exp: New file.
839          (vgdb_start, vgdb_stop): New procs, factored out of ...
840         * gdb.base/valgrind-bt.exp: ... here, ...
841         * gdb.base/valgrind-disp-step.exp: ... here and ...
842         * gdb.base/valgrind-infcall.exp: ... here.
843
844 2018-10-31  Tom de Vries  <tdevries@suse.de>
845
846         * lib/gdb.exp (get_valueof): Don't output read value in test name.
847
848 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
849
850         * gdb.dwarf2/void-type.c: New file.
851         * gdb.dwarf2/void-type.exp: New file.
852
853 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
854
855         * gdb.base/info_qt.c: New file.
856         * gdb.base/info_qt.exp: New file.
857
858 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
859
860         * gdb.arch/powerpc-htm-regs.c: New file.
861         * gdb.arch/powerpc-htm-regs.exp: New file.
862
863 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
864
865         * gdb.arch/powerpc-tar.c: New file.
866         * gdb.arch/powerpc-tar.exp: New file.
867
868 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
869
870         * gdb.arch/powerpc-ppr-dscr.c: New file.
871         * gdb.arch/powerpc-ppr-dscr.exp: New file.
872
873 2018-10-25  Tom de Vries  <tdevries@suse.de>
874
875         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
876
877 2018-10-24  Tom de Vries  <tdevries@suse.de>
878
879         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
880         longer exists error.
881
882 2018-10-24  Tom de Vries  <tdevries@suse.de>
883
884         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
885
886 2018-10-24  Tom de Vries  <tdevries@suse.de>
887
888         * gdb.base/valgrind-db-attach.exp: Handle removed support for
889         --db-attach in valgrind.
890
891 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
892
893         * gdb.arch/riscv-reg-aliases.c: New file.
894         * gdb.arch/riscv-reg-aliases.exp: New file.
895
896 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
897
898         * gdb.python/py-cmd.exp: Check for gdb_prompt.
899
900 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
901
902         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
903
904 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
905
906         * gdb.cp/ovldbreak.exp: Fix regexps.
907
908 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
909
910         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
911
912 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
913
914         PR cli/23785
915         * gdb.base/restore.exp: New test to check if "restore" with an
916         invalid file doesn't segfault.
917
918 2018-10-18  Tom de Vries  <tdevries@suse.de>
919
920         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
921         * gdb.ada/excep_handle.exp: Same.
922         * gdb.ada/mi_string_access.exp: Same.
923         * gdb.ada/mi_var_union.exp: Same.
924         * gdb.arch/arc-analyze-prologue.exp: Same.
925         * gdb.arch/arc-decode-insn.exp: Same.
926         * gdb.base/readnever.exp: Same.
927         * gdb.fortran/printing-types.exp: Same.
928         * gdb.guile/scm-lazy-string.exp: Same.
929
930 2018-10-16  Tom de Vries  <tdevries@suse.de>
931
932         PR gdb/23730
933         * gdb.base/catch-follow-exec.c: Add copyright notice.
934         * gdb.base/catch-follow-exec.exp: Rewrite to use
935         gdb_spawn_with_cmdline_opts.  Require gdb-native.
936
937 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
938
939         * gdb.trace/actions-changed.exp: Check for arch support.
940         * gdb.trace/actions.exp: Likewise.
941         * gdb.trace/ax.exp: Likewise.
942         * gdb.trace/backtrace.exp: Likewise.
943         * gdb.trace/change-loc.exp: Likewise.
944         * gdb.trace/deltrace.exp: Likewise.
945         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
946         * gdb.trace/ftrace.exp: Likewise.
947         * gdb.trace/infotrace.exp: Check for arch support.
948         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
949         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
950         * gdb.trace/mi-tsv-changed.exp: Likewise.
951         * gdb.trace/packetlen.exp: Likewise.
952         * gdb.trace/passc-dyn.exp: Likewise.
953         * gdb.trace/passcount.exp: Likewise.
954         * gdb.trace/pending.exp: Likewise.
955         * gdb.trace/range-stepping.exp: Check for shlib support.
956         * gdb.trace/report.exp: Check for arch support.
957         * gdb.trace/save-trace.exp: Likewise.
958         * gdb.trace/signal.exp: Check for signal support.
959         * gdb.trace/tfind.exp: Check for arch support.
960         * gdb.trace/trace-break.exp: Check for arch and shlib support.
961         * gdb.trace/trace-common.h: Add comment.
962         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
963         * gdb.trace/trace-enable-disable.exp: Likewise.
964         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
965         * gdb.trace/tracecmd.exp: Check for arch support.
966         * gdb.trace/tspeed.exp: Check for shlib and target support.
967         * gdb.trace/tstatus.exp: Check for arch support.
968         * gdb.trace/tsv.exp: Likewise.
969         * gdb.trace/while-dyn.exp: Likewise.
970         * gdb.trace/while-stepping.exp: Likewise.
971         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
972
973 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
974
975         * gdb.trace/tspeed.exp: Remove nowarnings.
976         (prepare_for_trace_test): Declare "global ipalib".
977         * gdb.trace/tspeed.c: Include unistd.h.
978         (main): Remove superfluous printf argument.
979
980 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
981
982         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
983         directory prefix on the filename.
984
985 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
986
987         * gdb.gdb/unittest.exp: Update expected message informing that
988         selftests have been disabled.
989         * gdb.server/unittest.exp: Likewise.
990
991 2018-10-09  Tom de Vries  <tdevries@suse.de>
992
993         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
994         with runto_main.
995
996 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
997
998         PR c++/16841
999         * gdb.cp/virtbase2.cc: New file.
1000         * gdb.cp/virtbase2.exp: New file.
1001
1002 2018-10-06  Tom Tromey  <tom@tromey.com>
1003
1004         PR python/19399:
1005         * gdb.python/py-inferior.exp: Add architecture test.
1006
1007 2018-10-06  Tom Tromey  <tom@tromey.com>
1008
1009         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1010         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1011
1012 2018-10-06  Tom Tromey  <tom@tromey.com>
1013
1014         * gdb.python/py-breakpoint.exp (check_last_event): Check location
1015         of a "throw" catchpoint.
1016
1017 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1018
1019         * gdb.base/info-proc.exp: Update string expected from "help info
1020         proc".
1021
1022 2018-10-04  Tom Tromey  <tom@tromey.com>
1023
1024         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1025         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1026         (test_initial_complaints, test_empty_complaints): Update.
1027         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1028
1029 2018-10-04  Tom Tromey  <tom@tromey.com>
1030
1031         PR cli/19551:
1032         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1033         * lib/gdb.exp (gdb_file_cmd): Update.
1034         * gdb.stabs/weird.exp (print_weird_var): Update.
1035         * gdb.server/solib-list.exp: Update.
1036         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1037         * gdb.mi/mi-cli.exp: Update.
1038         * gdb.linespec/linespec.exp: Update.
1039         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1040         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1041         * gdb.cp/cp-relocate.exp: Update.
1042         * gdb.base/sym-file.exp: Update.
1043         * gdb.base/relocate.exp: Update.
1044         * gdb.base/readnever.exp: Update.
1045         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1046         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1047         * gdb.base/dbx.exp (gdb_file_cmd): Update.
1048         * gdb.base/code_elim.exp: Update.
1049         * gdb.base/break-unload-file.exp (test_break): Update.
1050         * gdb.base/break-interp.exp (test_attach_gdb): Update.
1051         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1052         Update.
1053         * gdb.base/attach.exp (do_attach_tests): Update.
1054         * gdb.base/sepdebug.exp: Update.
1055         * gdb.python/py-section-script.exp: Update.
1056
1057 2018-10-04  Tom Tromey  <tom@tromey.com>
1058
1059         PR cli/22234:
1060         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1061         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1062         output.
1063
1064 2018-10-04  Tom Tromey  <tom@tromey.com>
1065
1066         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1067         set width and height to 0.
1068         (test_command_line_attach_run): Use -quiet.
1069
1070 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
1071
1072         * lib/gdb.exp (skip_ifunc_tests): New.
1073         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
1074         other compile failures.
1075         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1076
1077 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1078
1079         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1080         is_amd64_regs_target.
1081
1082 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
1083
1084         * gdb.arch/aarch64-sighandler-regs.c: New test.
1085         * gdb.arch/aarch64-sighandler-regs.exp: New file.
1086         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1087
1088 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
1089
1090         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1091         assembly.
1092
1093 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1094
1095         * gdb.base/frame-selection.exp: New file.
1096         * gdb.base/frame-selection.c: New file.
1097
1098 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
1099
1100         * gdb.threads/check-libthread-db.c (thread_routine): Use a
1101         pthread barrier.
1102         (main): Likewise.
1103
1104 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1105
1106         * gdb.base/large-frame-1.c: New file.
1107         * gdb.base/large-frame-2.c: New file.
1108         * gdb.base/large-frame.exp: New file.
1109         * gdb.base/large-frame.h: New file.
1110
1111 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1112
1113         PR gdb/20948
1114         * gdb.base/write_mem.exp: New test.
1115         * gdb.base/write_mem.c: Likewise.
1116
1117 2018-09-23  Tom Tromey  <tom@tromey.com>
1118
1119         PR python/18852:
1120         * gdb.python/py-parameter.exp: Add test for parameter that throws
1121         on "set".
1122
1123 2018-09-23  Tom Tromey  <tom@tromey.com>
1124
1125         PR python/17284:
1126         * gdb.python/py-template.exp (test_template_arg): Add test for
1127         negative template argument number.
1128
1129 2018-09-23  Tom Tromey  <tom@tromey.com>
1130
1131         PR python/14062:
1132         * gdb.python/python.exp: Add test for post_event error.
1133
1134 2018-09-23  Tom Tromey  <tom@tromey.com>
1135
1136         PR python/18170:
1137         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1138         convert pointers to int and long.
1139
1140 2018-09-23  Tom Tromey  <tom@tromey.com>
1141
1142         PR python/20126:
1143         * gdb.python/py-value.exp (test_value_numeric_ops): Add
1144         signed-ness conversion tests.
1145
1146 2018-09-23  Tom Tromey  <tom@tromey.com>
1147
1148         PR python/18352;
1149         * gdb.python/py-value.exp (test_float_conversion): New proc.
1150         Use it.
1151
1152 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1153
1154         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1155
1156 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
1157
1158         * gdb.base/complete-empty.exp: Skip tab-completion tests if
1159         no readline.
1160         * gdb.base/utf8-identifiers.exp: Likewise.
1161         * gdb.cp/cpcompletion.exp: Likewise.
1162         * gdb.linespec/cpcompletion.exp: Likewise.
1163         * gdb.linespec/cpls-abi-tag.exp: Likewise.
1164         * gdb.linespec/cpls-ops.exp: Likewise.
1165
1166 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
1167             Chris January  <chris.january@arm.com>
1168
1169         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1170         * gdb.fortran/short-circuit-argument-list.exp: New file.
1171         * gdb.fortran/short-circuit-argument-list.f90: New test.
1172
1173 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1174
1175         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1176         "arch=" keyword when executing "-stack-list-frames".
1177
1178 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1179
1180         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1181         "arch=" keyword when executing "-stack-list-frames".
1182
1183 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1184
1185         * gdb.ada/complete.exp: Expect for "@" when doing "complete
1186         break ada".
1187
1188 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
1189
1190         PR python/23669
1191         * gdb.python/python.exp: Test gdb.execute("show commands").
1192
1193 2018-09-16  Tom Tromey  <tom@tromey.com>
1194
1195         * gdb.base/new-ui.exp (do_execution_tests): Update.
1196         * gdb.base/dbx.exp (test_breakpoints): Update.
1197
1198 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
1199
1200         * lib/gdb.exp (gdb_simple_compile): Add proc.
1201         (is_elf_target): Use gdb_simple_compile.
1202         (skip_altivec_tests): Likewise.
1203         (skip_vsx_tests): Likewise.
1204         (skip_tsx_tests): Likewise.
1205         (skip_btrace_tests): Likewise.
1206         (skip_btrace_pt_tests): Likewise.
1207         (gdb_can_simple_compile): Likewise.
1208         (gdb_has_argv0): Likewise.
1209         (gdb_target_symbol_prefix): Likewise.
1210         (target_supports_scheduler_locking): Likewise.
1211
1212 2018-09-13  Tom Tromey  <tom@tromey.com>
1213
1214         * Makefile.in (TAGS): Recognize proc_with_prefix and
1215         gdb_caching_proc.
1216
1217 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1218
1219         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1220         method.
1221
1222 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1223
1224         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1225         and a few other Inferior properties when the Inferior is no
1226         longer valid.
1227
1228 2018-09-13  Tom Tromey  <tom@tromey.com>
1229
1230         PR rust/23650:
1231         * gdb.rust/simple.exp: Add test for enum field access error.
1232
1233 2018-09-13  Tom Tromey  <tom@tromey.com>
1234
1235         PR rust/23626:
1236         * gdb.rust/simple.rs (EmptyEnum): New type.
1237         (main): Use it.
1238         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1239
1240 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1241
1242         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1243         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1244         * gdb.python/py-symtab.exp: Update test printing an objfile.
1245
1246 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
1247
1248         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1249         object.
1250
1251 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
1252
1253         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1254         (support_complex_tests): Use gdb_can_simple_compile.
1255         (is_ilp32_target): Likewise.
1256         (is_lp64_target): Likewise.
1257         (is_64_target): Likewise.
1258         (is_amd64_regs_target): Likewise.
1259         (is_aarch32_target): Likewise.
1260         (gdb_int128_helper): Likewise.
1261
1262 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1263
1264         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1265
1266 2018-09-10  Jerome Guitton  <guitton@adacore.com>
1267
1268         * gdb.ada/same_component_name: Add test for case of tagged record
1269         with variable-length fields.
1270
1271 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1272
1273         * gdb.ada/access_to_unbounded_array.exp: New testcase.
1274         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1275         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1276         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1277
1278 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1279
1280         * gdb.ada/mi_string_access.exp: New testcase.
1281         * gdb.ada/mi_string_access/bar.adb: New file.
1282         * gdb.ada/mi_string_access/pck.adb: New file.
1283         * gdb.ada/mi_string_access/pck.asd: New file.
1284
1285 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1286
1287         * gdb.ada/mi_var_union.exp: New testcase.
1288         * gdb.ada/mi_var_union/bar.adb: New file.
1289         * gdb.ada/mi_var_union/pck.adb: New file.
1290         * gdb.ada/mi_var_union/pck.asd: New file.
1291
1292 2018-09-08  Tom Tromey  <tom@tromey.com>
1293
1294         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1295
1296 2018-09-08  Tom Tromey  <tom@tromey.com>
1297
1298         PR python/16047:
1299         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1300         (register_pretty_printers): Register new printer.
1301         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1302         test.
1303         * gdb.python/py-prettyprint.c (int_type3): New typedef.
1304         (an_int_type3): New global.
1305
1306 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
1307
1308         * gdb.ada/expr_with_funcall: New testcase.
1309
1310 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
1311
1312         * gdb.ada/packed_array_assign: New testcase.
1313
1314 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
1315
1316         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1317         names, and add test prefixes to make test names unique.
1318
1319 2018-09-05  Tom de Vries  <tdevries@suse.de>
1320
1321         * gdb.dwarf2/varval.exp: Add test.
1322
1323 2018-09-04  Gary Benson <gbenson@redhat.com>
1324
1325         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1326         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
1327
1328 2018-08-31  Tom Tromey  <tom@tromey.com>
1329
1330         * gdb.rust/simple.rs: Rename second variable "v".
1331
1332 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1333
1334         * gdb.base/funcargs.c (use_a): New function.
1335         (recurse): Call use_a.
1336
1337 2018-08-29  Keith Seitz  <keiths@redhat.com>
1338
1339         * gdb.compile/compile-cplus-anonymous.cc: New file.
1340         * gdb.compile/compile-cplus-anonymous.exp: New file.
1341         * gdb.compile/compile-cplus-array-decay.cc: New file.
1342         * gdb.compile/compile-cplus-array-decay.exp: New file.
1343         * gdb.compile/compile-cplus-inherit.cc: New file.
1344         * gdb.compile/compile-cplus-inherit.exp: New file.
1345         * gdb.compile/compile-cplus-member.cc: New file.
1346         * gdb.compile/compile-cplus-member.exp: New file.
1347         * gdb.compile/compile-cplus-method.cc: New file.
1348         * gdb.compile/compile-cplus-method.exp: New file.
1349         * gdb.compile/compile-cplus-mod.c: "New" file.
1350         * gdb.compile/compile-cplus-namespace.cc: New file.
1351         * gdb.compile/compile-cplus-namespace.exp: New file.
1352         * gdb.compile/compile-cplus-nested.cc: New file.
1353         * gdb.compile/compile-cplus-nested.exp: New file.
1354         * gdb.compile/compile-cplus-print.c: "New" file.
1355         * gdb.compile/compile-cplus-print.exp: "New" file.
1356         * gdb.compile/compile-cplus-virtual.cc: New file.
1357         * gdb.compile/compile-cplus-virtual.exp: New file.
1358         * gdb.compile/compile-cplus.c: "New" file.
1359         * gdb.compile/compile-cplus.exp: "New" file.
1360         * lib/compile-support.exp: New file.
1361
1362 2018-08-16  Gary Benson <gbenson@redhat.com>
1363
1364         PR gdb/13000:
1365         * gdb.base/batch-exit-status.exp: New file.
1366         * gdb.base/batch-exit-status.good-commands: Likewise.
1367         * gdb.base/batch-exit-status.bad-commands: Likewise.
1368
1369 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
1370
1371         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1372         (struct struct02): Likewise.
1373         (struct struct03): Likewise.
1374         (struct struct04): Likewise.
1375         (struct struct_01_01): New struct.
1376         (struct struct_01_02): Likewise.
1377         (struct struct_01_03): Likewise.
1378         (struct struct_01_04): Likewise.
1379         (struct struct_02_01): Likewise.
1380         (struct struct_02_02): Likewise.
1381         (struct struct_02_03): Likewise.
1382         (struct struct_02_04): Likewise.
1383         (struct struct_04_01): Likewise.
1384         (struct struct_04_02): Likewise.
1385         (struct struct_04_03): Likewise.
1386         (struct struct_04_04): Likewise.
1387         (struct struct_05_01): Likewise.
1388         (struct struct_05_02): Likewise.
1389         (struct struct_05_03): Likewise.
1390         (struct struct_05_04): Likewise.
1391         (cmp_struct01): Remove function.
1392         (cmp_struct02): Likewise.
1393         (cmp_struct03): Likewise.
1394         (cmp_struct04): Likewise.
1395         (cmp_struct_01_01): Add Function.
1396         (cmp_struct_01_02): Likewise.
1397         (cmp_struct_01_03): Likewise.
1398         (cmp_struct_01_04): Likewise.
1399         (cmp_struct_02_01): Likewise.
1400         (cmp_struct_02_02): Likewise.
1401         (cmp_struct_02_03): Likewise.
1402         (cmp_struct_02_04): Likewise.
1403         (cmp_struct_04_01): Likewise.
1404         (cmp_struct_04_02): Likewise.
1405         (cmp_struct_04_03): Likewise.
1406         (cmp_struct_04_04): Likewise.
1407         (cmp_struct_05_01): Likewise.
1408         (cmp_struct_05_02): Likewise.
1409         (cmp_struct_05_03): Likewise.
1410         (cmp_struct_05_04): Likewise.
1411         (call_all): Add new structs.
1412         * gdb.base/infcall-nested-structs.exp: Likewise.
1413
1414 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
1415
1416         * gdb.python/py-framefilter-mi.exp: Update regexp to
1417         check for "arch" field in frame output.
1418
1419 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
1420
1421         * gdb.dwarf2/dw2-ranges-func.c: New file.
1422         * gdb.dwarf2/dw2-ranges-func.exp: New file.
1423
1424 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
1425
1426         * gdb.base/term.exp: Compare terminal settings with values from
1427         the inferior.
1428         * gdb.base/term.c: Get and set terminal settings.
1429
1430 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
1431
1432         * lib/mi-support.exp (mi_expect_stop): Update regexp to
1433         accommodate new "arch" field in frame output.
1434         * gdb.mi/mi-return.exp: Likewise.
1435         * gdb.mi/mi-stack.exp: Likewise.
1436         * gdb.mi/mi-syn-frame.exp: Likewise.
1437         * gdb.mi/user-selected-context-sync.exp: Likewise.
1438
1439 2018-08-19  Michael Spang  <spang@google.com>
1440
1441         PR gdb/11786
1442         * gdb.base/gcore-tls-pie.c: New file.
1443         * gdb.base/gcore-tls-pie.exp: New file.
1444
1445 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
1446
1447         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1448         * gdb.dwarf2/varval.c: New file.
1449         * gdb.dwarf2/varval.exp: New file.
1450
1451 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
1452
1453         PR gdb/18931
1454         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1455
1456 2018-08-16  Keith Seitz  <keiths@redhat.com>
1457
1458         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1459         tests expected to pass.
1460
1461 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
1462
1463         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1464         -data-disassemble -a.
1465         (test_disassembly_bogus_args): Likewise.
1466
1467 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
1468
1469         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1470
1471 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1472
1473         * gdb.base/vla-optimized-out.exp: Add new test.
1474
1475 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1476
1477         * gdb.base/vla-optimized-out-o3.exp: Delete.
1478         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1479         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1480         deleted tests.
1481
1482 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1483
1484         PR gdb/18050:
1485         * gdb.server/extended-remote-restart.c: New file.
1486         * gdb.server/extended-remote-restart.exp: New file.
1487
1488 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
1489
1490         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1491         "set variable index = 42".
1492
1493 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
1494
1495         * boards/index-cache-gdb.exp: New file.
1496         * gdb.dwarf2/index-cache.exp: New file.
1497         * gdb.dwarf2/index-cache.c: New file.
1498         * gdb.base/maint.exp: Check if we are using the index cache.
1499
1500 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1501
1502         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1503         MAKEFLAGS.
1504
1505 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1506
1507         * dg-extract-results.sh: Move to toplevel contrib.
1508         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1509         * Makefile.in (check-parallel-racy): Likewise.
1510
1511 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1512
1513         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1514         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1515         tests if the target supports scheduler locking.
1516
1517 2018-08-04  Tom de Vries  <tdevries@suse.de>
1518
1519         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1520
1521 2018-08-02  Tom Tromey  <tom@tromey.com>
1522
1523         PR symtab/16842.
1524         * gdb.cp/temargs.exp: Test "info address" of a template
1525         parameter.
1526
1527 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
1528
1529         * gdb.python/py-mi-var-info-path-expression.c: New file.
1530         * gdb.python/py-mi-var-info-path-expression.py: New file.
1531         * gdb.python/py-mi-var-info-path-expression.exp: New file.
1532
1533 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
1534
1535         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1536         error after "cannot resolve name" string.
1537
1538 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1539
1540         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1541         started.
1542         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1543
1544 2018-07-28  Tom de Vries  <tdevries@suse.de>
1545
1546         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1547
1548 2018-07-26  Tom de Vries  <tdevries@suse.de>
1549
1550         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1551
1552 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1553
1554         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1555         is visible.
1556
1557 2018-07-26  Tom de Vries  <tdevries@suse.de>
1558
1559         PR breakpoints/23366
1560         * gdb.base/catch-follow-exec.c: New test.
1561         * gdb.base/catch-follow-exec.exp: New file.
1562
1563 2018-07-25  Tom de Vries  <tdevries@suse.de>
1564
1565         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
1566         vla-optimized-out.c.
1567
1568 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
1569
1570         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1571         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1572
1573 2018-07-20  Tom de Vries  <tdevries@suse.de>
1574
1575         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1576         NOCLONE macro.
1577         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1578
1579 2018-07-19  Tom de Vries  <tdevries@suse.de>
1580
1581         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1582         regular expression.
1583
1584 2018-07-18  Tom de Vries  <tdevries@suse.de>
1585
1586         * gdb.base/vla-optimized-out.c: New test.
1587         * gdb.base/vla-optimized-out.exp: New file.
1588
1589 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
1590
1591         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1592         message "No address associated with hostname" when gdbserver
1593         cannot resolve the hostname.
1594
1595 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1596
1597         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1598         Add some test prefixes to make tests unique.
1599
1600 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1601
1602         * gdb.base/frameapply.c: New file.
1603         * gdb.base/frameapply.exp: New file.
1604
1605 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1606
1607         * gdb.base/skip.exp: Update expected error message.
1608
1609 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1610             Jan Kratochvil  <jan.kratochvil@redhat.com>
1611             Paul Fertser  <fercerpav@gmail.com>
1612             Tsutomu Seki  <sekiriki@gmail.com>
1613
1614         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1615         parameter.
1616         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1617         by default.
1618         * boards/native-gdbserver.exp: Likewise.
1619         * gdb.server/run-without-local-binary.exp: Improve regexp used
1620         for detecting when a remote debugging connection succeeds.
1621         * gdb.server/server-connect.exp: New file.
1622         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1623         Do not prefix the port number with ":".
1624         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
1625         support for detecting and using it.  Add '$debughost_gdbserver'
1626         to the list of arguments used to start gdbserver.  Handle case
1627         when gdbserver cannot resolve a network name.
1628
1629 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1630
1631         PR c++/23373
1632         * gdb.base/ptype-offsets.cc (struct static_member): New
1633         struct.
1634         (main) <stmember>: New variable.
1635         * gdb.base/ptype-offsets.exp: Add test for printing a struct
1636         with a static member in it.
1637
1638 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
1639
1640         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1641         watchpoints enabled and disabled.
1642
1643 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1644
1645         * gdb.base/examine-backward.exp: Still run tests around address
1646         0x0, even if address 0x0 is not readable.  Update the pattern for
1647         matching address 0x0 in expected output.
1648
1649 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1650
1651         * gdb.base/share-env-with-gdbserver.c (main): Add call to
1652         malloc/free.
1653
1654 2018-07-04  Tom de Vries  <tdevries@suse.de>
1655
1656         * gdb.dwarf2/dw2-error.exp: Update expected error message.
1657
1658 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
1659
1660         PR tdep/8282
1661         * gdb.arch/mips-disassembler-options.exp: New test.
1662         * gdb.arch/mips-disassembler-options.s: New test source.
1663
1664 2018-06-29  Pedro Alves  <palves@redhat.com>
1665
1666         * gdb.threads/names.exp: Adjust expected "info threads" output.
1667
1668 2018-06-29  Pedro Alves  <palves@redhat.com>
1669
1670         * gdb.opt/inline-break.exp (line number, address): Add "info
1671         break" tests.
1672
1673 2018-06-29  Pedro Alves  <palves@redhat.com>
1674
1675         * gdb.opt/inline-break.c (func1): Add "break here" marker.
1676         * gdb.opt/inline-break.exp: Test setting breakpoints by line
1677         number and address and running to them.
1678
1679 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
1680
1681         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1682
1683 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1684
1685         * lib/compiler.c: Remove executable permission flag.
1686
1687 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
1688
1689         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1690         code.
1691         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1692
1693 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1694
1695         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1696
1697 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1698
1699         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1700         address argument is omitted.
1701
1702 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1703
1704         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1705
1706 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
1707
1708         PR gdb/21695
1709         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1710         * gdb.base/infoline-reloc-main-from-zero.c: New file.
1711
1712 2018-06-26  Tom Tromey  <tom@tromey.com>
1713
1714         PR rust/22574:
1715         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1716         * gdb.rust/simple.rs (struct SimpleLayout): New.
1717
1718 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
1719
1720         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1721         "info registers" output.
1722
1723 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
1724
1725         * gdb.base/watchpoint-hw-attach.c: New test.
1726         * gdb.base/watchpoint-hw-attach.exp: New file.
1727
1728 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
1729
1730         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1731         through /bin/sh.
1732         * boards/dwarf4-gdb-index.exp: Likewise.
1733         * boards/fission-dwp.exp: Likewise.
1734
1735 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
1736
1737         * gdb.base/float128.exp: Add comment and improved fail message
1738         to the failure case of "print large128" test.
1739
1740 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1741
1742         * configure.ac: Remove AC_PREREQ.
1743         * configure: Re-generate.
1744
1745 2018-06-19  Pedro Alves  <palves@redhat.com>
1746
1747         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1748         (func_extern_caller): New.
1749         (main): Call func_extern_caller.
1750         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1751         logic change.
1752
1753 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
1754
1755         PR gdb/16841
1756         * gdb.cp/typedef-base.cc: New file.
1757         * gdb.cp/typedef-base.exp: New file.
1758
1759 2018-06-18  Tom de Vries  <tdevries@suse.de>
1760
1761         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1762
1763 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
1764             Richard Bunt <Richard.Bunt@arm.com>
1765
1766         * gdb.threads/attach-slow-waitpid.c: New file.
1767         * gdb.threads/attach-slow-waitpid.exp: New file.
1768         * gdb.threads/slow-waitpid.c: New file.
1769
1770 2018-06-14  Pedro Alves  <palves@redhat.com>
1771
1772         * gdb.base/fork-running-state.c: Include <errno.h>.
1773         (exit_if_relative_exits): New.
1774         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1775         exits.
1776         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1777         child exits.
1778
1779 2018-06-14  Tom de Vries  <tdevries@suse.de>
1780
1781         PR cli/22573
1782         * gdb.base/finish-pretty.c: New test.
1783         * gdb.base/finish-pretty.exp: New file.
1784
1785 2018-06-14  Pedro Alves  <palves@redhat.com>
1786
1787         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1788         gdb's expected startup output.
1789
1790 2018-06-14  Pedro Alves  <palves@redhat.com>
1791
1792         * lib/selftest-support.exp (selftest_setup): Remove inlined
1793         function handling.
1794
1795 2018-06-14  Tom de Vries  <tdevries@suse.de>
1796
1797         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1798         matching of breakpoint printing.
1799
1800 2018-06-13  Tom de Vries  <tdevries@suse.de>
1801
1802         PR testsuite/23269
1803         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1804         (fork_child): ... here, and ...
1805         (fork_parent): ... here.
1806
1807 2018-06-12  Tom de Vries  <tdevries@suse.de>
1808
1809         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1810
1811 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1812             Stephen Roberts  <stephen.roberts@arm.com>
1813
1814         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1815         rewrite test to describe action performed, rather than possible
1816         failure.
1817
1818 2018-06-08  Gary Benson <gbenson@redhat.com>
1819
1820         * gdb.threads/check-libthread-db.exp: New file.
1821         * gdb.threads/check-libthread-db.c: Likewise.
1822
1823 2018-06-05  Tom Tromey  <tom@tromey.com>
1824
1825         * gdb.base/default.exp: Update expected "show version" output.
1826
1827 2018-06-05  Tom Tromey  <tom@tromey.com>
1828
1829         PR cli/12326:
1830         * gdb.cp/static-print-quit.exp: Update.
1831         * lib/gdb.exp (pagination_prompt): Update.
1832         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
1833         * gdb.python/python.exp: Update.
1834
1835 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
1836
1837         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1838
1839 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
1840
1841         * gdb.ada/bp_fun_addr: New testcase.
1842
1843 2018-06-01  Tom Tromey  <tom@tromey.com>
1844
1845         * gdb.xml/tdesc-regs.exp (load_description): Update expected
1846         results.
1847         * gdb.dwarf2/method-ptr.exp: Set language to C++.
1848         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1849         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1850         * gdb.base/maint.exp (maint_pass_if): Update.
1851
1852 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
1853
1854         * gdb.base/endian.exp: New test.
1855         * gdb.base/endian.c: New test source.
1856
1857 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1858
1859         PR gdb/23203
1860         * gdb.base/bt-selected-frame.c: New file.
1861         * gdb.base/bt-selected-frame.exp: New file.
1862         * lib/gdb.exp (get_current_frame_number): New function.
1863
1864 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
1865             Pedro Alves  <palves@redhat.com>
1866
1867         * gdb.threads/tls-core.c: Include <stdlib.h>
1868         (thread_proc): Call `abort'.
1869         * gdb.threads/tls-core.exp: Generate a core with core_find too.
1870         (tls_core_test): New procedure, bits factored out from ...
1871         (top level): ... here.  Test both native cores and gcore cores.
1872
1873 2018-05-23  Tom Tromey  <tom@tromey.com>
1874
1875         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1876
1877 2018-05-23  Tom Tromey  <tom@tromey.com>
1878
1879         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1880         symfile_complaints.
1881         (test_short_complaints): Likewise.
1882         (test_empty_complaints): Likewise.
1883         (test_initial_complaints): Update.
1884
1885 2018-05-23  Tom Tromey  <tom@tromey.com>
1886
1887         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1888
1889 2018-05-23  Tom Tromey  <tom@tromey.com>
1890
1891         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1892         (test_short_complaints): Update.
1893
1894 2018-05-22  Pedro Alves  <palves@redhat.com>
1895
1896         * gdb.base/remote.exp: Only gdb_start after compiling the
1897         testcase.  Issue "disconnect" before testing "set remote" command
1898         defaults.  Issue clean_restart before running to main.
1899
1900 2018-05-22  Pedro Alves  <palves@redhat.com>
1901
1902         * gdb.base/remote.exp: Adjust expected output of "show remote
1903         memory-write-packet-size".  Add tests for "set remote
1904         memory-write-packet-size 0" and "set remote
1905         memory-write-packet-size fixed/limit".
1906
1907 2018-05-22  Pedro Alves  <palves@redhat.com>
1908
1909         PR gdb/22973
1910         * gdb.base/utf8-identifiers.c: New file.
1911         * gdb.base/utf8-identifiers.exp: New file.
1912
1913 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1914
1915         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1916
1917 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1918
1919         * gdb.arch/powerpc-vsx-gcore.exp: New file.
1920
1921 2018-05-18  Tom Tromey  <tom@tromey.com>
1922
1923         * gdb.base/ptype-offsets.exp: Update.
1924
1925 2018-05-17  Keith Seitz  <keiths@redhat.com>
1926
1927         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1928         in expected breakpoint stop locations.
1929         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1930         move to proper scope to test variable values.
1931         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1932         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1933         New functions.
1934         (main): Call not_inline_func3.
1935         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1936         inline_func1, inline_func2, and inline_func3.  Test that when each
1937         breakpoint is hit, GDB properly reports both the stop location
1938         and the backtrace. Repeat tests for temporary breakpoints.
1939
1940 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
1941
1942         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1943         rather then trying to access it in determining whether the PID
1944         of `gdbserver' could have been retrieved.
1945
1946 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1947
1948         * gdb.arch/amd64-init-x87-values.S: New file.
1949         * gdb.arch/amd64-init-x87-values.exp: New file.
1950
1951 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1952
1953         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1954
1955 2018-05-04  Tom Tromey  <tom@tromey.com>
1956
1957         PR python/22730:
1958         * gdb.python/python.exp: Test multi-line execute.
1959
1960 2018-05-04  Tom Tromey  <tom@tromey.com>
1961
1962         PR python/22731:
1963         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1964
1965 2018-05-04  Tom Tromey  <tom@tromey.com>
1966
1967         PR gdb/11750:
1968         * gdb.base/define.exp: Test defining a user command inside a user
1969         command.
1970         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1971
1972 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1973             Pedro Alves <palves@redhat.com>
1974
1975         PR breakpoints/19806 and support for PR external/20207.
1976         * gdb.base/watchpoint-unaligned.c: New file.
1977         * gdb.base/watchpoint-unaligned.exp: New file.
1978
1979 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1980
1981         * gdb.base/maint.exp: Make test names unique, use
1982         test_prefix_command_help to test 'help maint info', and remove
1983         repeated test of 'help maint'.
1984
1985 2018-05-04  Tom Tromey  <tom@tromey.com>
1986
1987         PR gdb/22619:
1988         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1989         behavior.
1990
1991 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1992
1993         * gdb.base/maint.exp: Process output from 'maint print registers'
1994         line at a time.
1995
1996 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1997
1998         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1999         timeout.
2000
2001 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2002
2003         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2004         filter pattern.
2005
2006 2018-05-02  Pedro Alves  <palves@redhat.com>
2007
2008         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2009         to_log_command renames.
2010         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2011
2012 2018-05-02  Tom Tromey  <tom@tromey.com>
2013
2014         * gdb.python/py-parameter.exp: Set test message.
2015
2016 2018-05-02  Tom Tromey  <tom@tromey.com>
2017
2018         PR python/20084:
2019         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2020         PARAM_ZUINTEGER_UNLIMITED tests.
2021
2022 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
2023
2024         PR rust/23124
2025         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2026         when casting.
2027
2028 2018-04-30  Tom Tromey  <tom@tromey.com>
2029
2030         * gdb.python/py-type.exp: Check align attribute.
2031         * gdb.python/py-type.c: New "aligncheck" global.
2032
2033 2018-04-30  Tom Tromey  <tom@tromey.com>
2034
2035         PR exp/17095:
2036         * gdb.dwarf2/dw2-align.exp: New file.
2037         * gdb.cp/align.exp: New file.
2038         * gdb.base/align.exp: New file.
2039         * lib/gdb.exp (gdb_int128_helper): New proc.
2040         (has_int128_c, has_int128_cxx): New caching procs.
2041
2042 2018-04-27  Tom Tromey  <tom@tromey.com>
2043
2044         PR rust/22545:
2045         * gdb.rust/simple.exp: Add inclusive range tests.
2046
2047 2018-04-26  Pedro Alves  <palves@redhat.com>
2048
2049         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2050         ifunc breakpoint locations correctly of ifunc breakpoints set
2051         while the program resolves the ifunc.
2052
2053 2018-04-26  Pedro Alves  <palves@redhat.com>
2054
2055         * gdb.base/gnu-ifunc-final.c: New file.
2056         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2057         * gdb.base/gnu-ifunc.exp (executable): Delete.
2058         (staticexecutable): Adjust.
2059         (lib_opts, exec_opts): Delete.
2060         (make_binsuffix, build, set-break): New procedures.
2061         (misc_tests): New, with tests factored out from the top level.
2062         (top level): Test different combinations of ifunc resolver name,
2063         resolver with and with debug info, and ifunc target with and
2064         without debug info.  Wrap static tests with with_target_prefix.
2065
2066 2018-04-26  Pedro Alves  <palves@redhat.com>
2067
2068         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2069         return type" warnings.
2070
2071 2018-04-25  Pedro Alves  <palves@redhat.com>
2072
2073         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2074         killed".
2075         * gdb.base/kill-after-signal.exp: Likewise.
2076         * gdb.threads/kill.exp: Likewise.
2077
2078 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2079             Sergio Durigan Junior  <sergiodj@redhat.com>
2080             Pedro Alves  <palves@redhat.com>
2081
2082         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2083         regexps to expect for '[Inferior ... detached]' as well.
2084         * gdb.base/attach.exp: Likewise.
2085         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2086         "gdb_continue_to_end".
2087         (test_catch_syscall_with_wrong_args): Likewise.
2088         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2089         ']'.  Don't set 'verbose' on.
2090         * gdb.base/foll-vfork.exp: Likewise.
2091         * gdb.base/fork-print-inferior-events.c: New file.
2092         * gdb.base/fork-print-inferior-events.exp: New file.
2093         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2094         '[Inferior ... has been killed]' message.
2095         * gdb.base/kill-after-signal.exp: Likewise.
2096         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2097         detach message.
2098         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2099         message.
2100         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2101         regexps to expect for '[Inferior ... detached]' as well.
2102         * gdb.threads/process-dies-while-detaching.exp: Likewise.
2103
2104 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
2105
2106         PR gdb/23104
2107         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2108
2109 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
2110
2111         * gdb.threads/multiple-successive-infcall.c: New test.
2112         * gdb.threads/multiple-successive-infcall.exp: New file.
2113
2114 2018-04-17  Tom Tromey  <tom@tromey.com>
2115
2116         * gdb.rust/simple.rs (Union): New type.
2117         (main): New local "u".
2118         * gdb.rust/simple.exp (test_one_slice): Add new test case.
2119
2120 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2121
2122         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2123         number information in output of "whereis" command.
2124         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2125
2126 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2127
2128         * gdb.ada/info_types.exp: Adjust expected output to the line
2129         numbers now printed by "info var/func/type".
2130         * gdb.base/completion.exp: Likewise.
2131         * gdb.base/included.exp: Likewise.
2132         * gdb.cp/cp-relocate.exp: Likewise.
2133         * gdb.cp/cplusfuncs.exp: Likewise.
2134         * gdb.cp/namespace.exp: Likewise.
2135         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2136
2137 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2138
2139         * gdb.btrace/cpu.exp: New.
2140
2141 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2142
2143         * gdb.base/step-indirect-call-thunk.exp: New.
2144         * gdb.base/step-indirect-call-thunk.c: New.
2145         * gdb.reverse/step-indirect-call-thunk.exp: New.
2146         * gdb.reverse/step-indirect-call-thunk.c: New.
2147
2148 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
2149
2150         * gdb.base/pie-fork.c: New file.
2151         * gdb.base/pie-fork.exp: New file.
2152
2153 2018-04-11  Tom Tromey  <tom@tromey.com>
2154
2155         * gdb.rust/simple.exp: Add test for ".." struct initializer.
2156
2157 2018-04-10  Pedro Alves  <palves@redhat.com>
2158
2159         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2160         exits.  Instead loop running forever.
2161         (fork_parent): Run forever too.
2162
2163 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2164
2165         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2166         mi_continue_to_line.
2167         * gdb.mi/mi-stack.c (callee4): Add comment.
2168
2169 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2170
2171         * gdb.mi/mi-stack.exp: Fix indentation.
2172
2173 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2174
2175         PR gdb/22979
2176         * gdb.arch/amd64-osabi.exp: New file.
2177
2178 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2179
2180         PR gdb/22980
2181         * gdb.base/osabi.exp: New file.
2182
2183 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
2184
2185         * gdb.cp/static-typedef-print.exp: New file.
2186         * gdb.cp/static-typedef-print.cc: New file.
2187
2188 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
2189
2190         * gdb.ada/varsize_limit: New testcase.
2191
2192 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
2193
2194         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2195
2196         * gdb.ada/notcplusplus: New testcase.
2197
2198         * gdb.base/c-linkage-name.c: New file.
2199         * gdb.base/c-linkage-name.exp: New testcase.
2200
2201 2018-03-26  Tom Tromey  <tom@tromey.com>
2202
2203         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2204         * gdb.python/py-framefilter.py (name_error): New global.
2205         (ErrorInName.function): Use name_error.
2206
2207 2018-03-26  Tom Tromey  <tom@tromey.com>
2208
2209         PR backtrace/15582:
2210         * gdb.python/py-framefilter.exp: Add "bt hide" test.
2211
2212 2018-03-23  Keith Seitz  <keiths@redhat.com>
2213
2214         PR c++/22968
2215         * gdb.cp/subtypes.exp: New file.
2216         * gdb.cp/subtypes.h: New file.
2217         * gdb.cp/subtypes.cc: New file.
2218         * gdb.cp/subtypes-2.cc: New file.
2219
2220 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2221
2222         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2223         (done): Call '_exit' not 'exit' to avoid atexit handlers.
2224         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2225         -nostartfiles when compiling the test.  Confirm that all registers
2226         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2227
2228 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2229
2230         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2231         option, syntax was wrong anyway.
2232         * gdb.arch/arm-disp-step.exp: Likewise.
2233         * gdb.arch/sparc64-regs.exp: Likewise.
2234         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2235         option, syntax was wrong anyway, switch to use
2236         prepare_for_testing.
2237         * gdb.arch/i386-disp-step.exp: Likewise.
2238
2239 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2240
2241         * gdb.ada/exec_changed.exp: Replace "target_info exists
2242         use_gdb_stub" by "use_gdb_stub".
2243         * gdb.ada/start.exp: Likewise.
2244         * gdb.base/async-shell.exp: Likewise.
2245         * gdb.base/attach-pie-misread.exp: Likewise.
2246         * gdb.base/attach-wait-input.exp: Likewise.
2247         * gdb.base/break-entry.exp: Likewise.
2248         * gdb.base/break-interp.exp: Likewise.
2249         * gdb.base/dprintf-detach.exp: Likewise.
2250         * gdb.base/nostdlib.exp: Likewise.
2251         * gdb.base/solib-nodir.exp: Likewise.
2252         * gdb.base/statistics.exp: Likewise.
2253         * gdb.base/testenv.exp: Likewise.
2254         * gdb.mi/mi-exec-run.exp: Likewise.
2255         * gdb.mi/mi-start.exp: Likewise.
2256         * gdb.multi/dummy-frame-restore.exp: Likewise.
2257         * gdb.multi/multi-arch-exec.exp: Likewise.
2258         * gdb.multi/multi-arch.exp: Likewise.
2259         * gdb.multi/tids.exp: Likewise.
2260         * gdb.multi/watchpoint-multi.exp: Likewise.
2261         * gdb.python/py-events.exp: Likewise.
2262         * gdb.threads/attach-into-signal.exp: Likewise.
2263         * gdb.threads/attach-stopped.exp: Likewise.
2264         * gdb.threads/threadapply.exp: Likewise.
2265         * lib/selftest-support.exp: Likewise.
2266
2267 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2268
2269         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2270
2271 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
2272
2273         * gdb.perf/template-breakpoints.cc: New file.
2274         * gdb.perf/template-breakpoints.exp: New file.
2275         * gdb.perf/template-breakpoints.py: New file.
2276
2277 2018-03-19  Tom Tromey  <tom@tromey.com>
2278
2279         * gdb.rust/simple.rs (main): Add local variables field1, field2,
2280         y0.
2281         * gdb.rust/simple.exp: Test bare identifier form of struct
2282         initializer.
2283
2284 2018-03-19  Tom Tromey  <tom@tromey.com>
2285
2286         * gdb.gdb/observer.exp: Remove.
2287
2288 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2289
2290         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2291         "qualified" option when setting breakpoints.
2292         * gdb.trace/backtrace.exp: Likewise.
2293         * gdb.trace/circ.exp: Likewise.
2294         * gdb.trace/collection.exp: Likewise.
2295         * gdb.trace/disconnected-tracing.exp: Likewise.
2296         * gdb.trace/ftrace-lock.exp: Likewise.
2297         * gdb.trace/ftrace.exp: Likewise.
2298         * gdb.trace/infotrace.exp: Likewise.
2299         * gdb.trace/packetlen.exp: Likewise.
2300         * gdb.trace/passc-dyn.exp: Likewise.
2301         * gdb.trace/qtro.exp: Likewise.
2302         * gdb.trace/read-memory.exp: Likewise.
2303         * gdb.trace/report.exp: Likewise.
2304         * gdb.trace/signal.exp: Likewise.
2305         * gdb.trace/status-stop.exp: Likewise.
2306         * gdb.trace/strace.exp: Likewise.
2307         * gdb.trace/tfind.exp: Likewise.
2308         * gdb.trace/trace-break.exp: Likewise.
2309         * gdb.trace/trace-condition.exp: Likewise.
2310         * gdb.trace/trace-mt.exp: Likewise.
2311         * gdb.trace/tstatus.exp: Likewise.
2312         * gdb.trace/tsv.exp: Likewise.
2313         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2314         * gdb.trace/unavailable.exp: Likewise.
2315         * gdb.trace/while-dyn.exp: Likewise.
2316
2317 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2318
2319         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2320         that libinproctrace is copied to the target.
2321
2322 2018-03-14  Tom Tromey  <tom@tromey.com>
2323
2324         PR cli/14977:
2325         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2326         a null pointer.
2327         * gdb.base/wchar.exp: Likewise.
2328
2329 2018-03-14  Tom Tromey  <tom@tromey.com>
2330
2331         PR cli/19918:
2332         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2333         flag.
2334
2335 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
2336
2337         PR gdb/22841
2338         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2339         "target" to remote_exec.
2340
2341 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
2342
2343         PR gdb/22841
2344         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2345         ${board}_upload): Remove.
2346
2347 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2348
2349         * gdb.cp/watch-cp.cc: New test.
2350         * gdb.cp/watch-cp.exp: New file.
2351
2352 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2353
2354         * gdb.base/infcall-nested-structs.exp: New file.
2355         * gdb.base/infcall-nested-structs.c: New file.
2356         * gdb.base/float.exp: Add riscv support.
2357
2358 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2359
2360         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2361         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2362
2363 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
2364
2365         * gdb.server/abspath.exp: New file.
2366         * lib/gdb.exp (with_cwd): New procedure.
2367
2368 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
2369
2370         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2371         use it.
2372         (gdb_is_target_remote_prompt): New proc.
2373         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2374         (gdb_is_target_native): Pass prompt parameter to
2375         gdb_is_target_1.
2376
2377 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
2378
2379         * gdb.base/load-command.c: New file.
2380         * gdb.base/load-command.exp: New file.
2381         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2382         (gdb_is_target_1): ...this, and generalize for other targets
2383         than just remote.
2384         (gdb_is_target_remote): Use gdb_is_target_1.
2385         (gdb_is_target_native): use gdb_is_target_1.
2386
2387 2018-02-26  Tom Tromey  <tom@tromey.com>
2388
2389         PR python/16497:
2390         * gdb.python/py-framefilter.exp: Update test.
2391
2392 2018-02-26  Tom Tromey  <tom@tromey.com>
2393
2394         * gdb.dwarf2/variant.c: New file.
2395         * gdb.dwarf2/variant.exp: New file.
2396
2397 2018-02-26  Tom Tromey  <tom@tromey.com>
2398
2399         * gdb.rust/simple.exp: Accept more possible results in enum test.
2400
2401 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
2402
2403         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2404         parentheses.
2405
2406 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
2407
2408         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2409         name of a variable: $actual_linejj -> $actual_line.
2410
2411 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
2412
2413         * gdb.arch/amd64-i386-address.exp: Fix a typo.
2414
2415 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
2416
2417         * gdb.btrace/buffer-size.exp: Do not force BTS.
2418
2419 2018-02-14  Pedro Alves  <palves@redhat.com>
2420
2421         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2422         getting a "Quit".
2423
2424 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2425
2426         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2427         Fix test name.
2428
2429 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
2430
2431         * gdb.cp/m-static.exp: Check type of optimized out static
2432         member.
2433
2434 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2435
2436         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2437         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2438
2439 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
2440             Leszek Swirski  <leszeks@google.com>
2441
2442         * gdb.python/py-prettyprint.c
2443         (struct to_string_returns_value_inner,
2444         struct to_string_returns_value_wrapper): New.
2445         (main): Add tsrvw variable.
2446         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2447         ToStringReturnsValueWrapper): New classes.
2448         (register_pretty_printers): Register new pretty-printers.
2449         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2450         recursive pretty printer.
2451         * gdb.python/py-mi.exp: Likewise.
2452
2453 2018-02-01  Leszek Swirski  <leszeks@google.com>
2454
2455         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2456         functions with the same name as an include file are parsed
2457         correctly.
2458
2459 2018-02-01  Yao Qi  <yao.qi@linaro.org>
2460
2461         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2462         "\[^\r\n\]*".
2463
2464 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
2465
2466         * gdb.arch/powerpc-prologue-frame.s: New file.
2467         * gdb.arch/powerpc-prologue-frame.c: Likewise.
2468         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2469
2470 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
2471
2472         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2473
2474 2018-01-30  Pedro Alves  <palves@redhat.com>
2475
2476         PR gdb/13211
2477         * gdb.base/interrupt-daemon.c: New.
2478         * gdb.base/interrupt-daemon.exp: New.
2479         * gdb.multi/multi-term-settings.c: New.
2480         * gdb.multi/multi-term-settings.exp: New.
2481
2482 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
2483
2484         * gdb.base/break.exp: Save the location where the breakpoint
2485         on break.c:47 was actually inserted when debugging the version
2486         compiled at -O2 and use it in the expected output of the "info
2487         break" test performed soon after.
2488
2489 2018-01-22  Pedro Alves  <palves@redhat.com>
2490             Sergio Durigan Junior  <sergiodj@redhat.com>
2491
2492         * gdb.base/whatis.exp: Add tests for 'set print object on' +
2493         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2494
2495 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
2496
2497         * gdb.base/break-include.c, gdb.base/break-include.inc,
2498         gdb.base/break-include.exp: New files.
2499         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2500         line number now being the actual line number where the breakpoint
2501         was inserted.
2502         * gdb.mi/mi-break.exp: Likewise.
2503         * gdb.mi/mi-reverse.exp: Likewise.
2504         * gdb.mi/mi-simplerun.exp: Ditto.
2505
2506 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2507
2508         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2509         varobj.
2510         * gdb.mi/mi-var-create-rtti.exp: Likewise.
2511
2512 2018-01-21  Don Breazeal  <donb@codesourcery.com>
2513             Andrew Burgess  <andrew.burgess@embecosm.com>
2514
2515         * gdb.mi/basics.c: Add new global.
2516         * gdb.mi/mi-frame-regs.exp: New file.
2517         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2518         case.
2519
2520 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2521
2522         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2523         non-parameter, and on an unknown symbol.
2524
2525 2018-01-19  Tom Tromey  <tom@tromey.com>
2526
2527         * gdb.rust/modules.rs (TWENTY_THREE): New global.
2528         * gdb.rust/modules.exp: Add ::-qualified lookup test.
2529
2530 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2531
2532         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2533         setrlimit and chdir to int.
2534
2535 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2536
2537         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2538         function.
2539         (my_tend): Likewise.
2540         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2541         rationale of avoiding FP- and vector instructions.
2542
2543 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
2544
2545         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2546         "info reg" with "\[ \t\]*".
2547         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2548         "\[ \t\]+".
2549         * gdb.arch/s390-multiarch.exp: Ditto.
2550         * gdb.base/pc-fp.exp: Ditto.
2551         * gdb.reverse/i386-precsave.exp: Ditto.
2552         * gdb.reverse/i386-reverse.exp: Ditto.
2553         * gdb.reverse/i387-env-reverse.exp: Ditto.
2554         * gdb.reverse/i387-stack-reverse.exp: Ditto.
2555
2556 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2557
2558         * lib/gdb.exp (gdb_compile): Re-enable use of
2559         universal_compile_options for languages other than Rust.
2560
2561 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2562
2563         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2564
2565 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
2566
2567         PR gdb/16577
2568         * gdb.base/solib-vanish.exp: New.
2569         * gdb.base/solib-vanish-main.c: New.
2570         * gdb.base/solib-vanish-lib1.c: New.
2571         * gdb.base/solib-vanish-lib2.c: New.
2572
2573 2018-01-17  Yao Qi  <yao.qi@linaro.org>
2574
2575         * gdb.compile/compile.exp: Match the address printed for
2576         frame in the output of command "bt".
2577
2578 2018-01-15  Tom Tromey  <tom@tromey.com>
2579
2580         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2581         compute sp_reg.
2582
2583 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
2584
2585         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2586         to prepare.
2587         (prepare): Return 0 on error, 1 on success.
2588
2589 2018-01-12  Pedro Alves  <palves@redhat.com>
2590
2591         * gdb.base/continue-after-aborted-step-over.c: New.
2592         * gdb.base/continue-after-aborted-step-over.exp: New.
2593
2594 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
2595
2596         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2597         options when not creating an executable.
2598
2599 2018-01-11  Pedro Alves  <palves@redhat.com>
2600
2601         PR remote/22597
2602         * gdb.server/stop-reply-no-thread.c: New file.
2603         * gdb.server/stop-reply-no-thread.exp: New file.
2604
2605 2018-01-10  Pedro Alves  <palves@redhat.com>
2606
2607         PR gdb/22670
2608         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
2609         functions too.  Test setting breakpoints and printing C functions
2610         with no debug info too.
2611         * gdb.ada/bp_c_mixed_case/qux.c: New file.
2612
2613 2018-01-10  Pedro Alves  <palves@redhat.com>
2614
2615         PR gdb/22670
2616         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2617         a fail.
2618
2619 2018-01-10  Pedro Alves  <palves@redhat.com>
2620
2621         PR gdb/22670
2622         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2623
2624 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2625
2626         * gdb.server/unittest.exp: Match the output in non-development
2627         mode.
2628
2629 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2630
2631         * gdb.gdb/unittest.exp: Match output in non-development mode.
2632
2633 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2634
2635         * gdb.ada/access_tagged_param.exp: Relax expected output
2636         for value of "ObjL" in "continue" to pck.inspect breakpoint
2637         test.
2638
2639 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2640
2641         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2642         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2643
2644 2018-01-05  Pedro Alves  <palves@redhat.com>
2645
2646         PR gdb/18653
2647         * gdb.base/libsegfault.exp: New.
2648
2649 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2650
2651         PR gdb/22670
2652         * gdb.ada/access_tagged_param.exp: New file.
2653         * gdb.ada/access_tagged_param/foo.adb: New file.
2654
2655 2018-01-05  Pedro Alves  <palves@redhat.com>
2656
2657         PR gdb/22670
2658         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
2659         exercise lower case too, and to exercise both full matching and
2660         wild matching.
2661
2662 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2663
2664         * gdb.ada/rename_subscript_param: New testcase.
2665
2666 2018-01-05  Jerome Guitton  <guitton@adacore.com>
2667
2668         * gdb.ada/arr_acc_idx_w_gap: New testcase.
2669
2670 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2671
2672         * gdb.ada/convvar_comp: New testcase.
2673
2674 2018-01-05  Xavier Roirand  <roirand@adacore.com>
2675
2676         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2677         (My_Table): New global variable.
2678         * testsuite/gdb.ada/array_char_idx.exp: Add test.
2679
2680 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2681
2682         PR gdb/22670
2683         * gdb.ada/maint_with_ada: New testcase.
2684
2685 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2686
2687         PR gdb/22670
2688         * gdb.ada/bp_c_mixed_case: New testcase.
2689
2690 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2691
2692         PR gdb/22670
2693         * gdb.ada/complete.exp: Add "complete break ada" test.
2694
2695 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2696
2697         PR gdb/22670
2698         * gdb.ada/info_addr_mixed_case: New testcase.
2699
2700 2018-01-03  Xavier Roirand  <roirand@adacore.com>
2701
2702         * gdb.ada/excep_handle.exp: New testcase.
2703         * gdb.ada/excep_handle/foo.adb: New file.
2704         * gdb.ada/excep_handle/pck.ads: New file.
2705
2706 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
2707
2708         * gdb.base/step-line.c: Add extra empty line in copyright header.
2709         * gdb.base/step-line.inp: Likewise.
2710
2711 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2712
2713         * gdb.ada/dyn_stride.exp: Add slice test.
2714
2715 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2716
2717         * gdb.ada/dyn_stride: New testcase.
2718
2719 2017-12-27  Stafford Horne  <shorne@gmail.com>
2720
2721         * gdb.xml/extra-regs.xml: Add example foo reggroup.
2722         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2723
2724 2017-12-27  Stafford Horne  <shorne@gmail.com>
2725
2726         * gdb.base/reggroups.c: New file.
2727         * gdb.base/reggroups.exp: New file.
2728
2729 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2730
2731         * gdb.dwarf2/ada-valprint-error.c: New file.
2732         * gdb.dwarf2/ada-valprint-error.exp: New file.
2733
2734 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2735
2736         * gdb.ada/assign_arr: New testcase.
2737
2738 2017-12-18  Xavier Roirand  <roirand@adacore.com>
2739
2740         * gdb.ada/funcall_ptr: New testcase.
2741
2742 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2743
2744         PR cli/16224
2745         * gdb.base/ptype-offsets.cc: New file.
2746         * gdb.base/ptype-offsets.exp: New file.
2747
2748 2017-12-15  Yao Qi  <yao.qi@linaro.org>
2749
2750         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2751         if XML is disabled.
2752
2753 2017-12-15  Xavier Roirand  <roirand@adacore.com>
2754
2755         * gdb.ada/same_component_name: New testcase.
2756
2757 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2758
2759         * gdb.ada/str_binop_equal: New testcase.
2760
2761 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2762
2763         * gdb.ada/task_switch_in_core: New testcase.
2764
2765 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
2766
2767         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2768         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2769         call test_bkpt_qualified.
2770         (test_bkpt_qualified): New proc.
2771
2772 2017-12-13  Pedro Alves  <palves@redhat.com>
2773
2774         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2775         Tighten regexp by matching with an anchor.
2776
2777 2017-12-13  Pedro Alves  <palves@redhat.com>
2778
2779         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2780         ("expression with namespace"): New set of tests.
2781         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2782         (Nested::Test_NS::qux): New.
2783         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2784         defaults to 'start_quote_char' and 'end_quote_char' parameters.
2785
2786 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
2787
2788         * gdb.base/server-del-break.c: New file.
2789         * gdb.base/server-del-break.exp: New file.
2790
2791 2017-12-12  Stafford Horne  <shorne@gmail.com>
2792
2793         * gdb.xml/tdesc-regs.exp: Add or1k support.
2794
2795 2017-12-12  Stafford Horne  <shorne@gmail.com>
2796
2797         * gdb.base/bp-permanent.c: Define nop of or1k.
2798
2799 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2800
2801         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2802         output with components being reordered.
2803
2804 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2805
2806         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2807         output with components being reordered.
2808
2809 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2810             Pedro Alves  <palves@redhat.com>
2811
2812         * gdb.base/maint.exp (check for .gdb_index): Check also for
2813         .debug_names.
2814         * gdb.dlang/watch-loc.c (.debug_aranges): New.
2815         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2816         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2817         (.gdb_index used after symbol reloading): Support also .debug_names.
2818         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2819
2820 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2821
2822         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2823         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2824
2825 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2826
2827         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2828         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2829
2830 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2831
2832         * gdb.arch/aarch64-tagged-pointer.c: New file.
2833         * gdb.arch/aarch64-tagged-pointer.exp: New file.
2834
2835 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
2836
2837         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2838         "int".
2839
2840 2017-12-07  Keith Seitz  <keiths@redhat.com>
2841
2842         PR breakpoints/22569
2843         * gdb.linespec/ls-errs.exp: Change expected result of "break
2844         -source this file has spaces.c -line 3".
2845         Check that an explicit source file followed by whitespace is
2846         identified as an invalid explicit location.
2847
2848 2017-12-07  Keith Seitz  <keiths@redhat.com>
2849
2850         * gdb.cp/nested-types.cc: New file.
2851         * gdb.cp/nested-types.exp: New file.
2852         * lib/cp-support.exp: Load data-structures.exp library.
2853         (debug_cp_test_ptype_class): New global.
2854         (cp_ptype_class_verbose, next_line): New procedures.
2855         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2856         Add and document new return value.
2857         Switch the list of lines to a queue.
2858         Add support for new `type' key for nested type definitions.
2859         Add debugging/troubleshooting messages.
2860         * lib/data-structures.exp: New file.
2861
2862 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
2863
2864         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2865         with proc_with_prefix, don't use with_test_prefix.
2866
2867 2017-12-07  Tom Tromey  <tom@tromey.com>
2868
2869         * gdb.base/break.exp: Add test for empty "commands".
2870
2871 2017-12-07  Yao Qi  <yao.qi@linaro.org>
2872
2873         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2874         malloc and catch syscall.
2875
2876 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
2877
2878        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2879         tests for explicit locations.
2880
2881 2017-12-06  Pedro Alves  <palves@redhat.com>
2882
2883         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2884         force-disabling XML descriptions.
2885
2886 2017-12-04  Pedro Alves  <palves@redhat.com>
2887
2888         PR gdb/22499
2889         * gdb.arch/amd64-disp-step-avx.S: New file.
2890         * gdb.arch/amd64-disp-step-avx.exp: New file.
2891
2892 2017-12-03  Pedro Alves  <palves@redhat.com>
2893
2894         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2895         and <string.h>.
2896         (parent_function): Print distinct messages when waitpid fails, or
2897         the child exits with a signal, or the child exits for an unhandled
2898         reason.
2899         * gdb.threads/process-dies-while-detaching.exp
2900         (detach_and_expect_exit): New 'inf_output_re' parameter and use
2901         it.  Wait for both inferior output and GDB's prompt.  Use an
2902         indirect spawn id list.
2903         (do_detach): New parameter 'child_exit'.  Use it to compute
2904         expected inferior output.
2905         (test_detach, test_detach_watch, test_detach_killed_outside):
2906         Adjust to pass down the expected child exit kind.
2907
2908 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
2909             Sergio Durigan Junior  <sergiodj@redhat.com>
2910             Pedro Alves  <palves@redhat.com>
2911
2912         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2913
2914 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2915
2916         * gdb.base/relocate.exp: Add tests to guarantee that arguments
2917         to 'symbol-file' and 'add-symbol-file' can be
2918         position-independent.
2919
2920 2017-12-01  Yao Qi  <yao.qi@linaro.org>
2921
2922         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2923         the URL in copyright header.
2924         * gdb.arch/aarch64-fp.exp: Likewise.
2925         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2926         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2927         * gdb.base/expand-psymtabs.exp: Likewise.
2928         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2929         * gdb.fortran/common-block.exp: Likewise.
2930         * gdb.fortran/common-block.f90: Likewise.
2931         * gdb.fortran/logical.exp: Likewise.
2932         * gdb.fortran/vla-datatypes.f90: Likewise.
2933         * gdb.fortran/vla-sub.f90: Likewise.
2934
2935 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
2936
2937         * gdb.ada/repeat_dyn: New testcase.
2938
2939 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
2940
2941         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2942         Update for changed thread numbering.
2943         * gdb.cell/bt.exp: Update for changed GDB output.
2944
2945 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
2946
2947         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2948         setting isremote by hand.
2949         * boards/dwarf4-gdb-index.exp: Likewise.
2950         * boards/fission.exp: Likewise.
2951         * boards/stabs.exp: Likewise.
2952
2953 2017-11-30  Pedro Alves  <palves@redhat.com>
2954
2955         * gdb.linespec/cpls-ops.exp
2956         (check_explicit_skips_function_argument): Extract the underlying
2957         type of size_t instead of hardcoding it.
2958
2959 2017-11-29  Pedro Alves  <palves@redhat.com>
2960
2961         PR c++/19436
2962         * gdb.linespec/cpls-abi-tag.cc: New file.
2963         * gdb.linespec/cpls-abi-tag.exp: New file.
2964
2965 2017-11-29  Pedro Alves  <palves@redhat.com>
2966
2967         * gdb.base/langs.exp: Use -qualified.
2968         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2969         it.
2970         * gdb.cp/namespace.exp: Use -qualified.
2971         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2972         (overload-3, template-overload, template-ret-type, const-overload)
2973         (const-overload-quoted, anon-ns, ambiguous-prefix): New
2974         procedures.
2975         (test_driver): Call them.
2976         * gdb.cp/save-bp-qualified.cc: New.
2977         * gdb.cp/save-bp-qualified.exp: New.
2978         * gdb.linespec/explicit.exp: Test -qualified.
2979         * lib/completion-support.exp (completion::explicit_opts_list): Add
2980         "-qualified".
2981         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2982
2983 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
2984
2985         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2986
2987 2017-11-29  Tom Tromey  <tom@tromey.com>
2988
2989         * gdb.base/relocate.exp: Update invalid argument test.
2990         Add new tests for invalid arguments.
2991
2992 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2993
2994         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2995         Return 0 as a long.
2996         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2997
2998 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2999
3000         * gdb.cp/breakpoint.cc (bar): Set return type to void.
3001         * gdb.cp/psymtab-parameter.cc (func): Likewise.
3002         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3003         func ().
3004         * gdb.cp/shadow.cc (B.func): Return 0.
3005
3006 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
3007
3008         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3009         expected output in gdb_expect call to allow the exception
3010         message to be present as well.  Fix syntax confusion to avoid
3011         TCL thinking that exception_name is an array.
3012
3013 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
3014
3015         * gdb.arch/spu-info.c: Include <unistd.h>.
3016         (do_signal_test): Fix broken calls to write.
3017         * gdb.arch/spu-info.exp: Use prepare_for_testing.
3018         Fix checks for empty mailboxes.  Update signal tests for corrected
3019         do_signal_test routine.  Allow nonzero event status.
3020         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3021         * gdb.cell/arch.exp: Use standard_output_file.
3022         * gdb.cell/break.exp: Likewise.
3023         * gdb.cell/bt.exp: Likewise.
3024         * gdb.cell/core.exp: Likewise.
3025         * gdb.cell/dwarfaddr.exp: Likewise.
3026         * gdb.cell/ea-cache.exp: Likewise.
3027         * gdb.cell/ea-standalone.exp: Likewise.
3028         * gdb.cell/f-regs.exp: Likewise.
3029         * gdb.cell/fork.exp: Likewise.
3030         * gdb.cell/gcore.exp: Likewise.
3031         * gdb.cell/mem-access.exp: Likewise.
3032         * gdb.cell/ptype.exp: Likewise.
3033         * gdb.cell/registers.exp: Likewise.
3034         * gdb.cell/sizeof.exp: Likewise.
3035         * gdb.cell/solib-symbol.exp: Likewise.
3036         * gdb.cell/solib.exp: Likewise.
3037
3038 2017-11-25   Pedro Alves  <palves@redhat.com>
3039
3040         * gdb.base/complete-empty.exp: New file.
3041         * gdb.base/completion.exp: Adjust.
3042
3043 2017-11-25  Pedro Alves  <palves@redhat.com>
3044
3045         * gdb.linespec/cpls-ops.cc: New file.
3046         * gdb.linespec/cpls-ops.exp: New file.
3047         * lib/completion-support.exp (test_complete_prefix_range_re): New,
3048         factored out from ...
3049         (test_complete_prefix_range): ... this.
3050
3051 2017-11-24  Pedro Alves  <palves@redhat.com>
3052
3053         * gdb.linespec/cpcompletion.exp: New file.
3054         * gdb.linespec/cpls-hyphen.cc: New file.
3055         * gdb.linespec/cpls.cc: New file.
3056         * gdb.linespec/cpls2.cc: New file.
3057         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
3058         test to use test_gdb_complete_unique.  Add label completion,
3059         keyword completion and explicit location completion tests.
3060         * lib/completion-support.exp: New file.
3061
3062 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
3063
3064         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3065         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3066         when hitting an exception catchpoint.
3067
3068 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3069
3070         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3071
3072 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
3073
3074         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3075         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3076         * gdb.dwarf2/info-locals-optimized-out.c: New file.
3077
3078 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3079
3080         * gdb.base/info-os.exp: Pass pthreads.
3081         * gdb.multi/multi-attach.exp: Likewise.
3082
3083 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3084
3085         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3086         compiler.
3087
3088 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3089
3090         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3091         * gdb.base/break-interp.exp: Likewise.
3092         * gdb.base/jit-attach-pie.exp: Likewise.
3093
3094 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3095
3096         * gdb.base/float128.c (large128): New variable.
3097         * gdb.base/float128.exp: Add test to print largest __float128 value.
3098
3099 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3100
3101         * gdb.arch/vsx-regs.exp: Update register content checks.
3102
3103 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
3104
3105         * gdb.arch/ppc-longdouble.exp: New file.
3106         * gdb.arch/ppc-longdouble.c: Likewise.
3107
3108 2017-11-21  Pedro Alves  <palves@redhat.com>
3109
3110         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3111
3112 2017-11-20  Pedro Alves  <palves@redhat.com>
3113
3114         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3115         (long_double_typedef): New typedefs.
3116         Use DEF on double and long double.
3117         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3118         cases.
3119         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3120         and 'long_double_ptr_same_size' locals.  Use them to decide
3121         whether cast from array/function to float is valid/invalid.
3122
3123 2017-11-17  Tom Tromey  <tom@tromey.com>
3124
3125         * gdb.rust/traits.rs: New file.
3126         * gdb.rust/traits.exp: New file.
3127
3128 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
3129
3130         * gdb.ada/minsyms: New testcase.
3131
3132 2017-11-16  Pedro Alves  <palves@redhat.com>
3133
3134         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3135         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3136
3137 2017-11-16  Pedro Alves  <palves@redhat.com>
3138
3139         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3140         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3141
3142 2017-11-16  Pedro Alves  <palves@redhat.com>
3143
3144         * gdb.server/reconnect-ctrl-c.c: New file.
3145         * gdb.server/reconnect-ctrl-c.exp: New file.
3146
3147 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
3148
3149         * gdb.python/py-rbreak.exp: New file.
3150         * gdb.python/py-rbreak.c: New file.
3151         * gdb.python/py-rbreak-func2.c: New file.
3152
3153 2017-11-16  Pedro Alves  <palves@redhat.com>
3154
3155         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3156         pattern.
3157         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3158         GDB.
3159
3160 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
3161
3162         * gdb.tui/completionn.exp (test_tab_completion): Add space in
3163         regex.
3164
3165 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
3166
3167         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3168         test names.
3169
3170 2017-11-09  Pedro Alves  <palves@redhat.com>
3171
3172         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3173         factored out from ...
3174         (top level): ... here, and adjusted to avoid expecting beyond the
3175         prompt in a single gdb_test_multiple.
3176
3177 2017-11-09  Pedro Alves  <palves@redhat.com>
3178
3179         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3180         output.
3181         * gdb.server/ext-attach.exp ("kill" test): Likewise.
3182         * gdb.server/ext-restart.exp ("kill" test): Likewise.
3183         * gdb.server/ext-run.exp ("kill" test): Likewise.
3184         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3185
3186 2017-11-09  Pedro Alves  <palves@redhat.com>
3187
3188         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3189         match till end of line.
3190
3191 2017-11-09  Pedro Alves  <palves@redhat.com>
3192
3193         * gdb.base/memattr.exp: Tighten regexes to match the end line.
3194
3195 2017-11-09  Pedro Alves  <palves@redhat.com>
3196
3197         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3198         New procedures, factored out from ...
3199         (top level): ... here, and adjusted to avoid expecting beyond the
3200         prompt in one go.
3201
3202 2017-11-09  Pedro Alves  <palves@redhat.com>
3203
3204         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3205         output.  Fix '?' match.
3206
3207 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
3208
3209         * gdb.ada/scoped_watch: New testcase.
3210         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3211         which is actually correct.
3212         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3213         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3214
3215 2017-11-08  Pedro Alves  <palves@redhat.com>
3216
3217         * gdb.gdb/complaints.exp (test_initial_complaints)
3218         (test_serial_complaints, test_short_complaints): Call
3219         complaint_internal instead of complaint.
3220
3221 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
3222
3223         * gdb.threads/tls-core.c: New file.
3224         * gdb.threads/tls-core.exp: Likewise.
3225
3226 2017-11-08   Pedro Alves  <palves@redhat.com>
3227
3228         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3229         (p Exported_Capitalized): New test.
3230         (p exported_capitalized): New test.
3231
3232 2017-11-07  Pedro Alves  <palves@redhat.com>
3233
3234         * gdb.cp/ena-dis-br-range.exp: Add more tests.
3235
3236 2017-11-07  Pedro Alves  <palves@redhat.com>
3237
3238         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3239         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3240         (disable_invalid, disable_inverted, disable_negative): New
3241         procedures.
3242         ("bad numbers"): New set of tests.
3243
3244 2017-11-07  Pedro Alves  <palves@redhat.com>
3245
3246         * gdb.cp/ena-dis-br-range.exp: Add tests.
3247
3248 2017-11-07  Pedro Alves  <palves@redhat.com>
3249
3250         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3251
3252 2017-11-07  Xavier Roirand  <roirand@adacore.com>
3253             Pedro Alves  <palves@redhat.com>
3254
3255         * gdb.base/ena-dis-br.exp: Add reference to
3256         gdb.cp/ena-dis-br-range.exp.
3257         * gdb.cp/ena-dis-br-range.exp: New file.
3258         * gdb.cp/ena-dis-br-range.cc: New file.
3259
3260 2017-11-06  Pedro Alves  <palves@redhat.com>
3261
3262         * gdb.base/attach-non-pgrp-leader.c: New.
3263         * gdb.base/attach-non-pgrp-leader.exp: New.
3264
3265 2017-11-06  Pedro Alves  <palves@redhat.com>
3266
3267         * configure.ac: No longer check for termio.h and sgtty.h.
3268         * configure: Regenerate.
3269         * remote-utils.c: Include termios.h instead of gdb_termios.h.
3270         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3271         Remove termio and sgtty code.
3272
3273 2017-11-03  Yao Qi  <yao.qi@linaro.org>
3274
3275         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3276         in GDB is disabled.
3277
3278 2017-11-03  Yao Qi  <yao.qi@linaro.org>
3279
3280         * gdb.python/py-thrhandle.exp: Skip it if python is not
3281         enabled.
3282
3283 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
3284
3285         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3286         as a breakpoint command.
3287
3288 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
3289
3290         PR python/21213
3291         * gdb.python/py-infthread.exp: Test calling
3292         InferiorThread.inferior () multiple times in a row.
3293
3294 2017-10-27  Keith Seitz  <keiths@redhat.com>
3295
3296         * gdb.opt/inline-break.exp (break_info_1): New procedure.
3297         Test "info break" for every inlined function breakpoint.
3298
3299 2017-10-27  Yao Qi  <yao.qi@linaro.org>
3300
3301         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3302
3303 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
3304
3305         * gdb.cp/classes.exp (test_static_members): Test printing
3306         Outer::instance.
3307         * gdb.cp/classes.c (struct Inner, struct Outer): New.
3308         (Inner::instance, Outer::instance): New.
3309
3310 2017-10-24  Pedro Alves  <palves@redhat.com>
3311
3312         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3313         extra console" test in two stages.
3314
3315 2017-10-24  Pedro Alves  <palves@redhat.com>
3316
3317         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3318
3319 2017-10-24  Pedro Alves  <palves@redhat.com>
3320
3321         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3322         loop.
3323
3324 2017-10-24  Pedro Alves  <palves@redhat.com>
3325
3326         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3327         $attempt" and "stoppedtry $stoppedtry" test prefixes.
3328
3329 2017-10-24  Pedro Alves  <palves@redhat.com>
3330
3331         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3332         parameter and handle it.  Don't output read value in test name.
3333
3334 2017-10-24  Pedro Alves  <palves@redhat.com>
3335
3336         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3337         custom test name.
3338
3339 2017-10-24  Pedro Alves  <palves@redhat.com>
3340
3341         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3342         include the unstable output directory name in the test's name.
3343         (initial_setup_simple) <'set args'>: Use custom test name.
3344
3345 2017-10-24  Pedro Alves  <palves@redhat.com>
3346
3347         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3348         with explicit test name.
3349
3350 2017-10-20  Pedro Alves  <palves@redhat.com>
3351
3352         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3353         'wait -i'.  Use gdb_assert and remote_close.
3354
3355 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
3356
3357         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3358         number from variable rather than hard-coded.
3359
3360 2017-10-19  Pedro Alves  <palves@redhat.com>
3361
3362         * gdb.base/long-inferior-output.c: New file.
3363         * gdb.base/long-inferior-output.exp: New file.
3364
3365 2017-11-18  Keith Seitz  <keiths@redhat.com>
3366
3367         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3368         method.
3369         (main): Call it.
3370         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3371         Add additional user-defined conversion operator tests.
3372
3373 2017-10-17  Pedro Alves  <palves@redhat.com>
3374
3375         * boards/native-stdio-gdbserver.exp: Load "local-board".
3376
3377 2017-10-17  Pedro Alves  <palves@redhat.com>
3378
3379         * gdb.base/quit-live.c: New file.
3380         * gdb.base/quit-live.exp: New file.
3381
3382 2017-10-16  Keith Seitz  <keiths@redhat.com>
3383
3384         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3385         (class_with_protected_typedef, class_with_private_typedef)
3386         (struct_with_public_typedef, struct_with_protected_typedef)
3387         (struct_with_private_typedef): New classes/structs.
3388         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3389         typedefs and access specifiers.
3390
3391 2017-10-16  Pedro Alves  <palves@redhat.com>
3392             Simon Marchi  <simon.marchi@polymtl.ca>
3393
3394         * README (Local vs Remote vs Native): New section.
3395         * boards/local-board.exp: New file, with bits factored out from
3396         ...
3397         * boards/native-extended-gdbserver.exp: ... here.  Load
3398         "local-board".
3399         * boards/native-gdbserver.exp: Load "local-board".
3400         (${board}_spawn, ${board}_exec): Delete.
3401         * boards/native-stdio-gdbserver.exp: Most contents factored out to
3402         ...
3403         * boards/stdio-gdbserver-base.exp: ... this new file.
3404         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3405         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3406         procedure.
3407         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3408         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
3409         stdio_gdbserver_command.
3410         (${board}_get_remote_address, ${board}_get_comm_port)
3411         (${board}_download, ${board}_upload): Delete.
3412         (get_target_remote_pipe_cmd): New.
3413
3414 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
3415
3416         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3417         test_bkpt_deletion, test_bkpt_cond_and_cmds,
3418         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3419         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3420         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3421         remove with_test_prefix.
3422
3423 2017-10-13  Pedro Alves  <palves@redhat.com>
3424
3425         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3426         * gdb.base/annota1.exp: Use it instead of is_remote.
3427         * gdb.base/annota3.exp: Use it instead of is_remote.
3428         * gdb.cp/annota2.exp: Use it instead of is_remote.
3429         * gdb.cp/annota3.exp: Use it instead of is_remote.
3430         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3431
3432 2017-10-13  Pedro Alves  <palves@redhat.com>
3433
3434         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3435         (test_num_test_vars, run_and_count_vars, find_env)
3436         (test_set_unset_env, test_inherit_env_var): New procedures.
3437         (top level): Use them.
3438
3439 2017-10-13  Pedro Alves  <palves@redhat.com>
3440
3441         * lib/selftest-support.exp (selftest_setup): Extend comments, and
3442         also skip on stub-like targets.
3443
3444 2017-10-13  Pedro Alves  <palves@redhat.com>
3445
3446         PR gdb/22293
3447         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3448         (top level): Move some tests to ...
3449         (test_not_found): ... this new procedure.
3450         (top level): Call it.
3451
3452 2017-10-13  Pedro Alves  <palves@redhat.com>
3453
3454         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
3455         expect different "info terminal" output if testing with a
3456         non-native target.
3457
3458 2017-10-13  Pedro Alves  <palves@redhat.com>
3459             Simon Marchi  <simon.marchi@polymtl.ca>
3460
3461         PR python/12966
3462         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3463
3464 2017-10-13  Pedro Alves  <palves@redhat.com>
3465
3466         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3467         already.
3468
3469 2017-10-13  Pedro Alves  <palves@redhat.com>
3470
3471         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3472         is_remote.
3473
3474 2017-10-13  Pedro Alves  <palves@redhat.com>
3475
3476         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3477         is_remote.
3478
3479 2017-10-13  Pedro Alves  <palves@redhat.com>
3480
3481         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3482         is set.
3483         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
3484         instead of is_remote.
3485
3486 2017-10-13  Pedro Alves  <palves@redhat.com>
3487
3488         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3489         (top level): Add comment.
3490
3491 2017-10-13  Pedro Alves  <palves@redhat.com>
3492
3493         * gdb.base/remote.exp (top level): Fix comment typo and add
3494         missing return.
3495
3496 2017-10-13  Pedro Alves  <palves@redhat.com>
3497             Simon Marchi  <simon.marchi@polymtl.ca>
3498
3499         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3500         calls and add comments.  Skip test if use_gdb_stub is set.
3501         (top level): Use "set cwd" command instead of "cd" command.
3502
3503 2017-10-13  Pedro Alves  <palves@redhat.com>
3504
3505         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3506         is_remote target check.
3507
3508 2017-10-13  Pedro Alves  <palves@redhat.com>
3509
3510         * gdb.base/scope.exp: Use build_executable + clean_restart +
3511         gdb_file_cmd instead of prepare_for_testing and no longer skip
3512         "before run" tests on is_remote target boards.  Update comments.
3513         * boards/native-extended-gdbserver.exp
3514         (extended_gdbserver_load_last_file): New, factored out from ...
3515         (gdb_load): ... this.  Move further below and add comment.
3516         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3517
3518 2017-10-12  Pedro Alves  <palves@redhat.com>
3519
3520         * gdb.base/attach.exp: Remove references to gdb64.
3521         * gdb.base/dbx.exp: Remove references to gdb64.
3522
3523 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3524             Pedro Alves  <palves@redhat.com>
3525
3526         * gdb.base/label.exp: Remove is_remote target check.
3527
3528 2017-10-12  Pedro Alves  <palves@redhat.com>
3529
3530         * gdb.base/auvx.exp (coredir): Update comment.
3531         (top level) <core_works>: Use "set cwd" command instead of "cd"
3532         command.
3533
3534 2017-10-12  Pedro Alves  <palves@redhat.com>
3535             Simon Marchi  <simon.marchi@polymtl.ca>
3536
3537         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3538         target boards.
3539
3540 2017-10-12  Pedro Alves  <palves@redhat.com>
3541             Simon Marchi  <simon.marchi@polymtl.ca>
3542
3543         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3544         Instead skip if there's any gdb_protocol set.
3545
3546 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3547             Pedro Alves  <palves@redhat.com>
3548
3549         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3550
3551 2017-10-12  Pedro Alves  <palves@redhat.com>
3552             Simon Marchi  <simon.marchi@polymtl.ca>
3553
3554         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3555         instead of on dejagnu remote boards.
3556
3557 2017-10-12  Pedro Alves  <palves@redhat.com>
3558             Simon Marchi  <simon.marchi@polymtl.ca>
3559
3560         * gdb.base/inferior-died.exp: Remove is_remote and isnative
3561         checks.  Use build_executable + clean_restart instead of
3562         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
3563         of enabling non-stop after starting gdb.
3564
3565 2017-10-12  Pedro Alves  <palves@redhat.com>
3566
3567         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3568         * gdb.threads/non-ldr-exc-2.exp: Ditto.
3569         * gdb.threads/non-ldr-exc-3.exp: Ditto.
3570         * gdb.threads/non-ldr-exc-4.exp: Ditto.
3571
3572 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
3573
3574         * gdb.arch/arc-tdesc-cpu.exp: New file.
3575         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3576
3577 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
3578
3579         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3580
3581 2017-10-10  Pedro Alves <palves@redhat.com>
3582
3583         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3584         expect CLI output.
3585
3586 2017-10-10  Pedro Alves  <palves@redhat.com>
3587
3588         * lib/selftest-support.exp (selftest_setup): Update for
3589         captured_command_loop's prototype change.
3590
3591 2017-10-09  Pedro Alves  <palves@redhat.com>
3592
3593         Test both arch1=>arch2 and arch2=>arch1.
3594
3595         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3596         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
3597         factored out to...
3598         (append_arch1_options, append_arch2_options, append_arch_options)
3599         (build_executables): New procedures.
3600         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
3601         local.
3602         (top level): Add new 'first_arch' testing axis.
3603
3604 2017-10-09  Pedro Alves  <palves@redhat.com>
3605
3606         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3607         (barrier): New.
3608         (thread_start, all_started): New functions.
3609         (main): Spawn new thread and wait until it is scheduled.
3610         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3611         option.
3612         (do_test): Add 'selected_thread' parameter.  Run to all_started
3613         instead of main.  Explicitly set the breakpoint at main.  Switch
3614         to the SELECTED_THREAD thread.
3615         (top level): Test handling the exec event with either the main
3616         thread or the second thread selected.
3617
3618 2017-10-09  Pedro Alves  <palves@redhat.com>
3619
3620         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3621         logic.  Move STOP marker after the value checks.
3622         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3623         regexp.
3624
3625 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
3626
3627         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3628
3629 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
3630
3631         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3632         integer-to-dfp conversion.
3633         * gdb.base/dfp-test.exp: Likewise.
3634
3635 2017-10-04  Pedro Alves  <palves@redhat.com>
3636
3637         * gdb.multi/hangout.c: Include <unistd.h>.
3638         (hangout_loop): New function.
3639         (main): Call alarm.  Call hangout_loop in a loop.
3640         * gdb.multi/hello.c: Include <unistd.h>.
3641         (hello_loop): New function.
3642         (main): Call alarm.  Call hangout_loop in a loop.
3643         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3644         inferior with the other selected.
3645
3646 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
3647
3648         * gdb.mi/list-thread-groups-available.exp: New file.
3649         * gdb.mi/list-thread-groups-available.c: New file.
3650
3651 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3652
3653         * gdb.base/set-cwd.exp: Make it available on
3654         native-extended-gdbserver.
3655
3656 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3657
3658         * gdb.base/set-cwd.c: New file.
3659         * gdb.base/set-cwd.exp: Likewise.
3660
3661 2017-10-02  Tom Tromey  <tom@tromey.com>
3662
3663         PR rust/22236:
3664         * gdb.rust/simple.rs (main): New variable "fslice".
3665         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
3666
3667 2017-10-02  Tom Tromey  <tom@tromey.com>
3668
3669         * gdb.rust/simple.exp: Test ptype of a slice.
3670
3671 2017-10-02  Tom Tromey  <tom@tromey.com>
3672
3673         * gdb.rust/simple.exp: Test index of slice.
3674
3675 2017-09-27  Tom Tromey  <tom@tromey.com>
3676
3677         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3678
3679 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3680             Pedro Alves  <palves@redhat.com>
3681
3682         * gdb.base/compare-sections.exp (get value of read-only section): Read
3683         as unsigned value.
3684         (corrupt read-only section): Likewise and don't set written if patching
3685         failed.
3686
3687 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
3688
3689         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3690         files.
3691
3692 2017-09-20  Pedro Alves  <palves@redhat.com>
3693
3694         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3695         symbol names in gdb's output.
3696         * gdb.cp/overload.exp ("list all overloads"): Likewise.
3697
3698 2017-09-20  Pedro Alves  <palves@redhat.com>
3699
3700         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3701         Rename to ...
3702         (test_list_ambiguous_symbol): ... this and add a symbol name
3703         parameter.  Adjust.
3704         (test_list_ambiguous_function): Reimplement on top of
3705         test_list_ambiguous_symbol and also test listing ambiguous
3706         variables.
3707         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3708         (ambiguous_fun): ... this.
3709         (ambiguous_var): New.
3710         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3711         (ambiguous_fun): ... this.
3712         (ambiguous_var): New.
3713
3714 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
3715
3716         * gdb.base/starti.c: New file.
3717         * gdb.base/starti.exp: New file.
3718         * lib/gdb.exp (gdb_starti_cmd): New procedure.
3719
3720 2017-09-14  Pedro Alves  <palves@redhat.com>
3721
3722         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3723         (top level): Use it instead of runto.
3724
3725 2017-09-11  Tom Tromey  <tom@tromey.com>
3726
3727         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3728
3729 2017-09-11  Tom Tromey  <tom@tromey.com>
3730
3731         * gdb.python/py-infthread.exp: Add tests for new_thread event.
3732         * gdb.python/py-inferior.exp: Add tests for new inferior events.
3733
3734 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
3735
3736         * gdb.fortran/printing-types.exp: New file.
3737         * gdb.fortran/printing-types.exp: New file.
3738
3739 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3740
3741         * gdb.fortran/vla-ptype.exp: Fix typos.
3742         * gdb.fortran/vla-value.exp: Same.
3743
3744 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3745
3746         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3747         * gdb.mi/mi-var-child-f.exp: Likewise.
3748         * gdb.mi/mi-vla-fortran.exp: Likewise.
3749
3750 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
3751             Christoph Weinmann  <christoph.t.weinmann@intel.com>
3752             Bernhard Heckel  <bernhard.heckel@intel.com>
3753
3754         * gdb.fortran/ptr-indentation.f90: New file.
3755         * gdb.fortran/ptr-indentation.exp: New file.
3756
3757 2017-09-05  Tom Tromey  <tom@tromey.com>
3758
3759         PR gdb/22010:
3760         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3761
3762 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3763
3764         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3765
3766 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3767
3768         * gdb.threads/tls-nodebug-pie.c: New file.
3769         * gdb.threads/tls-nodebug-pie.exp: New file.
3770
3771 2017-09-05  Tom Tromey  <tom@tromey.com>
3772
3773         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3774         for rust.
3775
3776 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3777
3778         * gdb.multi/multi-arch-exec.exp: Test with different
3779         "follow-exec-mode" settings.
3780         (do_test): New procedure.
3781
3782 2017-09-04  Pedro Alves  <palves@redhat.com>
3783
3784         * gdb.base/func-static.c (S::method const, S::method volatile)
3785         (S::method volatile const): New methods.
3786         (c_s, v_s, cv_s): New instances.
3787         (main): Call method() on them.
3788         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3789         (cannot_resolve): New procedure.
3790         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
3791         print-quote-unquoted columns.
3792         (do_test): Test printing each scope too.
3793
3794 2017-09-04  Pedro Alves  <palves@redhat.com>
3795
3796         * gdb.base/local-static.exp: Also test with
3797         class::method::variable wholly quoted.
3798         * gdb.cp/m-static.exp (class::method::variable): Remove test.
3799
3800 2017-09-04  Pedro Alves  <palves@redhat.com>
3801
3802         * gdb.base/local-static.c: New.
3803         * gdb.base/local-static.cc: New.
3804         * gdb.base/local-static.exp:  New.
3805
3806 2017-09-04  Pedro Alves  <palves@redhat.com>
3807
3808         * gdb.asm/asm-source.exp: Add casts to int.
3809         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3810         (dataglobal64_1, dataglobal64_2): New globals.
3811         * gdb.base/nodebug.exp: Test different expressions involving the
3812         new globals, with print, whatis and ptype.  Add casts to int.
3813         * gdb.base/solib-display.exp: Add casts to int.
3814         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
3815         * gdb.cp/m-static.exp: Add cast to int.
3816         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3817         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3818         tls variable with no debug info without a cast.  Test with a cast
3819         to int too.
3820         * gdb.trace/entry-values.exp: Add casts.
3821
3822 2017-09-04  Pedro Alves  <palves@redhat.com>
3823
3824         * gdb.base/nodebug.exp: Test that ptype's error about functions
3825         with unknown return type includes the function name too.
3826
3827 2017-09-04  Pedro Alves  <palves@redhat.com>
3828
3829         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3830         return type of munmap in infcall.
3831         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3832         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
3833         type of ftell in infcall.
3834         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3835         type of getpid in infcall.
3836         * gdb.base/infcall-exec.exp: Cast return type of execlp in
3837         infcall.
3838         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3839         Bail on failure to extract the pid.
3840         * gdb.base/nodebug.c: #include <stdint.h>.
3841         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3842         New functions.
3843         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3844         Change expected output of print/whatis/ptype with functions with
3845         no debug info.  Test all supported languages.  Call
3846         test_call_promotion.
3847         * gdb.compile/compile.exp: Adjust expected output to expect
3848         warning.
3849         * gdb.threads/siginfo-threads.exp: Likewise.
3850
3851 2017-09-04  Pedro Alves  <palves@redhat.com>
3852
3853         * gdb.base/callfuncs.exp (do_function_calls): New parameter
3854         "prototypes".  Test calling float functions via prototyped and
3855         unprototyped function pointers.
3856         (perform_all_tests): New parameter "prototypes".  Pass it down.
3857         (top level): Pass down "prototypes" parameter to
3858         perform_all_tests.
3859
3860 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3861
3862         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3863         Test with nested loops.
3864
3865 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3866
3867         * gdb.base/commands.exp: Call the new procedures.
3868         (loop_break_test, loop_continue_test): New procedures.
3869
3870 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3871
3872         * gdb.base/commands.exp: Call new procedure.
3873         (define_if_without_arg_test): New procedure.
3874
3875 2017-09-04  Pedro Alves  <palves@redhat.com>
3876
3877         * gdb.base/list-ambiguous.exp: New file.
3878         * gdb.base/list-ambiguous0.c: New file.
3879         * gdb.base/list-ambiguous1.c: New file.
3880         * gdb.base/list.exp (test_list_range): Adjust expected output.
3881
3882 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
3883
3884         * gdb.base/share-env-with-gdbserver.c: New file.
3885         * gdb.base/share-env-with-gdbserver.exp: Likewise.
3886
3887 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3888
3889         * gdb.base/commands.exp (gdbvar_simple_if_test,
3890         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3891         progvar_simple_if_test, progvar_simple_while_test,
3892         progvar_complex_if_while_test, user_defined_command_test,
3893         user_defined_command_args_eval,
3894         user_defined_command_args_stack_test,
3895         user_defined_command_manyargs_test, bp_deleted_in_command_test,
3896         temporary_breakpoint_commands,
3897         gdb_test_no_prompt, redefine_hook_test,
3898         redefine_backtrace_test): Remove "global gdb_prompt".
3899
3900 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3901
3902         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3903         New proc, call it from toplevel.
3904
3905 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
3906
3907         PR remote/21852
3908         * gdb.server/normal.c: New file, copied from gdb.base.
3909         * gdb.server/run-without-local-binary.exp: New file.
3910
3911 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
3912
3913         * gdb.arch/sparc64-adi.exp: New file.
3914         * gdb.arch/sparc64-adi.c: New file.
3915
3916 2017-08-22  Pedro Alves  <palves@redhat.com>
3917
3918         * gdb.cp/overload.exp (line_range_pattern): New procedure.
3919         (top level): Add "list all overloads" tests.
3920
3921 2017-08-22  Tom Tromey  <tom@tromey.com>
3922
3923         * gdb.gdb/xfullpath.exp: Remove.
3924
3925 2017-08-21  Pedro Alves  <palves@redhat.com>
3926
3927         PR gdb/19487
3928         * gdb.base/symbol-alias.c: New.
3929         * gdb.base/symbol-alias2.c: New.
3930         * gdb.base/symbol-alias.exp: New.
3931
3932 2017-08-21  Pedro Alves  <palves@redhat.com>
3933
3934         * gdb.base/dfp-test.c
3935         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3936         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3937         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3938         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3939         * gdb.base/whatis-ptype-typedefs.c: New.
3940         * gdb.base/whatis-ptype-typedefs.exp: New.
3941         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3942         (an_int, an_int_type, an_int_type2): New globals.
3943         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3944         involving typedefs and cast expressions.
3945         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3946         (lookup_typedefs_function): New.
3947         (typedefs_pretty_printers_dict): New.
3948         (top level): Register lookup_typedefs_function in
3949         gdb.pretty_printers.
3950
3951 2017-08-18  Yao Qi  <yao.qi@linaro.org>
3952
3953         * gdb.server/unittest.exp: New.
3954
3955 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3956
3957         PR gdb/21954
3958         * gdb.base/environ.exp: Add test to check if 'unset environment'
3959         works.
3960
3961 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3962
3963         * lib/gdb.exp (universal_compile_options): New caching proc.
3964         (gdb_compile): Suppress GCC's coloring of messages.
3965
3966 2017-08-14  Tom Tromey  <tom@tromey.com>
3967
3968         PR gdb/21675:
3969         * gdb.base/printcmds.exp (test_radices): New function.
3970         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3971         * gdb.base/sizeof.exp (check_valueof): Use p/d.
3972         * lib/gdb.exp (get_integer_valueof): Use p/d.
3973
3974 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
3975
3976         * lib/gdb.exp (get_valueof): Don't capture end-of-line
3977         characters.
3978
3979 2017-08-05  Tom Tromey  <tom@tromey.com>
3980
3981         * gdb.rust/simple.exp: Allow String to appear in a different
3982         namespace.
3983
3984 2017-07-26  Yao Qi  <yao.qi@linaro.org>
3985
3986         * gdb.gdb/unittest.exp: Invoke command
3987         "maintenance check xml-descriptions".
3988
3989 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3990
3991         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3992         calling context.
3993         (hex128): Drop erroneous calculation of parameters.
3994
3995 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
3996
3997         * gdb.python/py-unwind.exp: Disable stack protection when
3998         building test file.
3999
4000 2017-07-20  Pedro Alves  <palves@redhat.com>
4001
4002         * gdb.base/default.exp (set language): Adjust expected output.
4003
4004 2017-07-20  Pedro Alves  <palves@redhat.com>
4005
4006         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4007         (test_minsym): ... this, and make static.
4008         (get_pck__foo__bar__minsym): Rename to ...
4009         (get_test_minsym): ... this.
4010         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
4011         symbol names and comments.
4012         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4013         (get_test_minsym): ... this.
4014         (pck__foo__bar__minsym__2): Rename to ...
4015         (test_minsym): ... this.
4016         (main): Adjust.
4017
4018 2017-07-17  Pedro Alves  <palves@redhat.com>
4019
4020         * gdb.base/completion.exp: Adjust expected output.
4021         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4022         the completer works.
4023
4024 2017-07-17  Pedro Alves  <palves@redhat.com>
4025
4026         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4027
4028 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
4029
4030         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4031
4032 2017-07-14  Tom Tromey  <tom@tromey.com>
4033
4034         PR rust/21764:
4035         * gdb.rust/simple.exp: Add tests.
4036
4037 2017-07-14  Tom Tromey  <tom@tromey.com>
4038
4039         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4040
4041 2017-07-14  Pedro Alves  <palves@redhat.com>
4042
4043         * gdb.linespec/base/one/thefile.cc (z1): New function.
4044         * gdb.linespec/base/two/thefile.cc (z2): New function.
4045         * gdb.linespec/linespec.exp: Add tests.
4046
4047 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4048
4049         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4050         to mi_create_breakpoint.
4051
4052 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4053
4054         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4055         mi_create_breakpoint.
4056
4057 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
4058
4059         * gdb.dlang/demangle.exp: Update for demangling changes.
4060
4061 2017-07-09  Tom Tromey  <tom@tromey.com>
4062
4063         * gdb.dwarf2/shortpiece.exp: New file.
4064
4065 2017-07-06  David Blaikie  <dblaikie@gmail.com>
4066
4067         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4068         built from fissiont-multi-cu{1,2}.c.
4069         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4070         except putting 'main' and 'func' in separate CUs in the same DWO file.
4071         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4072         test.
4073         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4074         test.
4075
4076 2017-07-06  Pedro Alves  <palves@redhat.com>
4077
4078         * gdb.python/py-unwind.exp: Test flushregs.
4079
4080 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4081
4082         PR cli/21688
4083         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4084         tests for alias commands and trailing whitespace.
4085
4086 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4087
4088         PR cli/21688
4089         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4090         procedure.  Call it.
4091
4092 2017-06-29  Pedro Alves  <palves@redhat.com>
4093
4094         * gdb.base/printcmds.exp: Add tests.
4095
4096 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
4097
4098         PR gdb/21337
4099         * gdb.base/reread-readsym.exp: New file.
4100         * gdb.base/reread-readsym.c: New file.
4101
4102 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
4103
4104         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4105         subpattern.
4106
4107 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
4108
4109         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4110         extended mnemonic.
4111         * gdb.arch/powerpc-power9.s: Likewise.
4112
4113 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4114
4115         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4116         on 32-bit x86 targets.  Exploit is_*_target macros where
4117         appropriate.
4118
4119 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4120
4121         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4122         register pieces.
4123
4124 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4125
4126         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4127         located in one or more DWARF pieces.
4128
4129 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4130
4131         * lib/gdb.exp (get_endianness): New proc.
4132         * gdb.arch/aarch64-fp.exp: Use it.
4133         * gdb.arch/altivec-regs.exp: Likewise.
4134         * gdb.arch/e500-regs.exp: Likewise.
4135         * gdb.arch/vsx-regs.exp: Likewise.
4136         * gdb.base/dump.exp: Likewise.
4137         * gdb.base/funcargs.exp: Likewise.
4138         * gdb.base/gnu_vector.exp: Likewise.
4139         * gdb.dwarf2/formdata16.exp: Likewise.
4140         * gdb.dwarf2/implptrpiece.exp: Likewise.
4141         * gdb.dwarf2/nonvar-access.exp: Likewise.
4142         * gdb.python/py-inferior.exp: Likewise.
4143         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4144
4145 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4146
4147         PR gdb/21226
4148         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4149         stack value pieces are taken from the LSB end.
4150
4151 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4152
4153         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4154         variable at nonzero offset.
4155
4156 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4157
4158         * gdb.dwarf2/var-access.c: New file.
4159         * gdb.dwarf2/var-access.exp: New test.
4160         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4161
4162 2017-06-12  Tom Tromey  <tom@tromey.com>
4163
4164         * gdb.dwarf2/formdata16.exp: Add tests.
4165
4166 2017-06-12  Tom Tromey  <tom@tromey.com>
4167
4168         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4169
4170 2017-06-12  Tom Tromey  <tom@tromey.com>
4171
4172         PR exp/16225:
4173         * gdb.reverse/i386-sse-reverse.exp: Update tests.
4174         * gdb.arch/vsx-regs.exp: Update tests.
4175         * gdb.arch/s390-vregs.exp (hex128): New proc.
4176         Update test.
4177         * gdb.arch/altivec-regs.exp: Update tests.
4178
4179 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4180
4181         * gdb.base/startup-with-shell.c: New file.
4182         * gdb.base/startup-with-shell.exp: Likewise.
4183
4184 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4185
4186         * gdb.server/non-existing-program.exp: Update regex in order to
4187         reflect the fact that gdbserver is now using fork_inferior (with a
4188         shell) to startup the inferior.
4189
4190 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
4191
4192         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4193         support function calls from GDB.
4194
4195 2017-05-21  Tom Tromey  <tom@tromey.com>
4196
4197         PR rust/21466:
4198         * gdb.rust/unsized.exp: New file.
4199         * gdb.rust/unsized.rs: New file.
4200
4201 2017-05-19  Tom Tromey  <tom@tromey.com>
4202
4203         PR rust/21484:
4204         * gdb.rust/watch.exp: New file.
4205         * gdb.rust/watch.rs: New file.
4206
4207 2017-05-18  Tom Tromey  <tom@tromey.com>
4208
4209         * gdb.rust/simple.exp: Allow Box to be qualified.
4210
4211 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4212
4213         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4214
4215 2017-05-18  Pedro Alves  <palves@redhat.com>
4216
4217         * gdb.base/fileio.c (test_write, test_read, test_close)
4218         (test_fstat): Don't print 'ret' in the fail path.
4219
4220 2017-05-18  Pedro Alves  <palves@redhat.com>
4221
4222         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4223         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4224         (test_system, test_rename, test_unlink, test_time): Change
4225         prototypes.
4226         * gdb.base/fileio.exp (stop_msg): Adjust.
4227
4228 2017-05-18  Pedro Alves  <palves@redhat.com>
4229
4230         * gdb.base/fileio.c (null_str): New global.
4231         (test_stat): Use it.
4232         * gdb.base/fileio.exp: Remove nowarnings.
4233
4234 2017-05-17  Yao Qi  <yao.qi@linaro.org>
4235
4236         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4237
4238 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
4239
4240         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4241         argument command.
4242         (top-level): Invoke test_set_inferior_tty.
4243
4244 2017-05-04  Pedro Alves  <palves@redhat.com>
4245
4246         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4247         Add parens to print call for Python 3.
4248
4249 2017-05-03  Keith Seitz  <keiths@redhat.com>
4250
4251         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4252         (main): Call it.
4253
4254 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4255
4256         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4257         to prev and next.
4258
4259 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4260
4261         * gdb.python/py-record-btrace.exp: Remove test for
4262         gdb.BtraceInstruction.error.
4263
4264 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4265
4266         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4267
4268 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4269
4270         * gdb.python/py-record-btrace-threads.c: New file.
4271         * gdb.python/py-record-btrace-threads.exp: New file.
4272
4273 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
4274
4275         PR testsuite/8595
4276         * gdb.base/environ.exp: Make test available in all architectures.
4277         Move bits related to "info program" testing to
4278         gdb.base/info-program.exp.  Rewrite tests to use the two new
4279         procedures mentione below.
4280         (test_set_show_env_var) New procedure.
4281         (test_set_show_env_var_equal): Likewise.
4282         * gdb.base/info-program.exp: New file.
4283
4284 2017-04-27  Keith Seitz  <keiths@redhat.com>
4285
4286         * gdb.cp/oranking.cc (test15): New function.
4287         (main): Call test15 and declare additional variables for testing.
4288         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4289         "p foo101('abc')" tests.
4290         Add tests for cv qualifier overloads.
4291         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4292         "lvalue reference overload" test.
4293         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4294         "print value of f1 on Child&& in f2" test.
4295
4296 2017-04-19  Pedro Alves  <palves@redhat.com>
4297
4298         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4299         procedure.
4300         (top level): Call it.
4301         * lib/gdb.exp (gdb_define_cmd): New procedure.
4302
4303 2017-04-12  Pedro Alves  <palves@redhat.com>
4304
4305         PR gdb/21323
4306         * gdb.cp/wide_char_types.c: Include <wchar.h>.
4307         (wchar): New global.
4308         * gdb.cp/wide_char_types.exp (wide_char_types_program)
4309         (do_test_wide_char, wide_char_types_no_program, top level): Add
4310         wchar_t testing.
4311
4312 2017-04-12  Pedro Alves  <palves@redhat.com>
4313
4314         PR c++/21323
4315         * gdb.cp/wide_char_types.c: New file.
4316         * gdb.cp/wide_char_types.exp: New file.
4317
4318 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
4319
4320         PR gdb/21352
4321         * gdb.trace/tsv.exp: Add test for "tsave -r".
4322
4323 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
4324
4325         * gdb.dlang/watch-loc.c: New file.
4326         * gdb.dlang/watch-loc.exp: New file.
4327
4328 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4329
4330         * gdb.python/py-section-script.exp (sepdebug): New testcases.
4331
4332 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
4333
4334         * gdb.arch/arc-analyze-prologue.S: New file.
4335         * gdb.arch/arc-analyze-prologue.exp: Likewise.
4336
4337 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
4338
4339         * gdb.arch/arc-decode-insn.S: New file.
4340         * gdb.arch/arc-decode-insn.exp: Likewise.
4341
4342 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
4343
4344         PR tdep/20928
4345         * gdb.arch/sparc64-regs.exp: New file.
4346         * gdb.arch/sparc64-regs.S: Likewise.
4347
4348 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
4349
4350         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4351         and memory view on Python 3.
4352
4353 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4354             Keith Seitz  <keiths@redhat.com>
4355
4356         PR gdb/14441
4357         * gdb.cp/demangle.exp: Add rvalue reference tests.
4358         * gdb.cp/rvalue-ref-casts.cc: New file.
4359         * gdb.cp/rvalue-ref-casts.exp: New file.
4360         * gdb.cp/rvalue-ref-overload.cc: New file.
4361         * gdb.cp/rvalue-ref-overload.exp: New file.
4362         * gdb.cp/rvalue-ref-params.cc: New file.
4363         * gdb.cp/rvalue-ref-params.exp: New file.
4364         * gdb.cp/rvalue-ref-sizeof.cc: New file.
4365         * gdb.cp/rvalue-ref-sizeof.exp: New file.
4366         * gdb.cp/rvalue-ref-types.cc: New file.
4367         * gdb.cp/rvalue-ref-types.exp: New file.
4368         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4369         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4370
4371 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4372
4373         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4374         New procedure.
4375
4376 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4377
4378         * lib/mi-support.exp (mi_gdb_test): Add additional message
4379         for unexpected output.
4380
4381 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4382
4383         * gdb.base/examine-backward.c (Barrier): New character array
4384         constant, to ensure that TestStrings is preceded by a string
4385         terminator.
4386
4387 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4388
4389         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4390         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4391         and implicit pointer into such a location.
4392
4393 2017-03-16  Doug Evans  <dje@google.com>
4394
4395         * gdb.python/py-lazy-string (pointer): Really add new typedef.
4396
4397 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4398
4399         * gdb.cp/m-static.exp: Fix expectation for prototype of
4400         test5.single_constructor and single_constructor::single_constructor.
4401
4402 2017-03-16  Doug Evans  <dje@google.com>
4403
4404         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4405         * gdb.guile/scm-lazy-string.c: New file.
4406         * gdb.guile/scm-value.exp: Move lazy string tests to ...
4407         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
4408         for pointer, array, typedef lazy strings.
4409
4410 2017-03-16  Doug Evans  <dje@google.com>
4411
4412         PR python/17728, python/18439, python/18779
4413         * gdb.python/py-value.c (main) Delete locals sptr, sn.
4414         * gdb.python/py-lazy-string.c (pointer): New typedef.
4415         (main): New locals ptr, array, typedef_ptr.
4416         * gdb.python/py-value.exp: Move lazy string tests to ...
4417         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
4418         array, typedef lazy strings.
4419
4420 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
4421
4422         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4423           Add optional 'test' parameter.
4424
4425 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4426
4427         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4428         Skip for versions of DejaGnu < 1.5.
4429
4430 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4431
4432         * lib/gdb.exp (dejagnu_version): New proc.
4433         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4434         Use dejagnu_version.
4435
4436 2017-03-10  Keith Seitz  <keiths@redhat.com>
4437
4438         PR c++/8128
4439         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4440         type from destructor regexps.
4441         Add a branch which actually passes the test.
4442         Adjust "ptype t5i" test names.
4443
4444 2017-03-08  Pedro Alves  <palves@redhat.com>
4445
4446         * gdb.base/step-over-exit.exp: Add explicit test message.
4447
4448 2017-03-08  Pedro Alves  <palves@redhat.com>
4449
4450         PR gdb/18360
4451         * gdb.threads/interrupt-while-step-over.c: New file.
4452         * gdb.threads/interrupt-while-step-over.exp: New file.
4453
4454 2017-03-08  Pedro Alves  <palves@redhat.com>
4455
4456         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4457         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4458
4459 2017-03-08  Pedro Alves  <palves@redhat.com>
4460
4461         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4462         PKRU as not supported as a PASS.
4463
4464 2017-03-08  Pedro Alves  <palves@redhat.com>
4465
4466         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4467         prefix instead of $binfile1/$binfile2.
4468         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4469         in test message.
4470         * gdb.python/py-completion.exp: Use "load python file" as test
4471         messages instead of unstable path names.
4472
4473 2017-03-08  Pedro Alves  <palves@redhat.com>
4474             Jan Kratochvil  <jan.kratochvil@redhat.com>
4475
4476         PR cli/21218
4477         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4478         New proc.
4479         (top level): Call it.
4480
4481 2017-03-08  Pedro Alves  <palves@redhat.com>
4482
4483         PR tui/21216
4484         * gdb.tui/tui-nl-filtered-output.exp: New file.
4485
4486 2017-03-08  Pedro Alves  <palves@redhat.com>
4487
4488         * gdb.base/completion.exp: Move TUI completion tests to ...
4489         * gdb.tui/completion.exp: ... this new file.
4490
4491 2017-03-08  Pedro Alves  <palves@redhat.com>
4492
4493         * gdb.base/tui-disasm-long-lines.c,
4494         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4495         gdb.base/tui-layout.exp: Move to ...
4496         * gdb.tui/: ... this new directory.
4497
4498 2017-03-07  Pedro Alves  <palves@redhat.com>
4499
4500         * gdb.base/tui-layout.c: New file.
4501         * gdb.base/tui-layout.exp: New file.
4502
4503 2017-03-07  Pedro Alves  <palves@redhat.com>
4504
4505         * gdb.base/tui-layout.c: Rename to ...
4506         * gdb.base/tui-disasm-long-lines.c: ... this.
4507         * gdb.base/tui-layout.exp: Rename to ...
4508         * gdb.base/tui-disasm-long-lines.exp: ... this.
4509
4510 2017-03-07  Pedro Alves  <palves@redhat.com>
4511
4512         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4513
4514 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4515
4516         * i386-mpx-call.c: New file.
4517         * i386-mpx-call.exp: New file.
4518
4519 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
4520
4521         * gdb.arch/powerpc-power.exp: Delete test.
4522         * gdb.arch/powerpc-power.s: Likewise.
4523         * gdb.disasm/disassembler-options.exp: New test.
4524         * gdb.arch/powerpc-altivec.exp: Likewise.
4525         * gdb.arch/powerpc-altivec.s: Likewise.
4526         * gdb.arch/powerpc-altivec2.exp: Likewise.
4527         * gdb.arch/powerpc-altivec2.s: Likewise.
4528         * gdb.arch/powerpc-altivec3.exp: Likewise.
4529         * gdb.arch/powerpc-altivec3.s: Likewise.
4530         * gdb.arch/powerpc-power7.exp: Likewise.
4531         * gdb.arch/powerpc-power7.s: Likewise.
4532         * gdb.arch/powerpc-power8.exp: Likewise.
4533         * gdb.arch/powerpc-power8.s: Likewise.
4534         * gdb.arch/powerpc-power9.exp: Likewise.
4535         * gdb.arch/powerpc-power9.s: Likewise.
4536         * gdb.arch/powerpc-vsx.exp: Likewise.
4537         * gdb.arch/powerpc-vsx.s: Likewise.
4538         * gdb.arch/powerpc-vsx2.exp: Likewise.
4539         * gdb.arch/powerpc-vsx2.s: Likewise.
4540         * gdb.arch/powerpc-vsx3.exp: Likewise.
4541         * gdb.arch/powerpc-vsx3.s: Likewise.
4542         * gdb.arch/arm-disassembler-options.exp: Likewise.
4543         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4544         * gdb.arch/s390-disassembler-options.exp: Likewise.
4545
4546 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
4547
4548         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4549         (check_supported_features): ... this. Changed return type to void.
4550         (supports_rdseed): New static global.
4551         (rdseed): Check supports_rdseed.
4552         (initialize): Call check_supported_features.
4553
4554 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4555
4556         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4557         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
4558         and lqarx/stqcx.
4559         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4560         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4561
4562 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4563
4564         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4565         uppercase.
4566
4567 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4568
4569         * gdb.dwarf2/formdata16.c: New file.
4570         * gdb.dwarf2/formdata16.exp: New file.
4571         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4572
4573 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4574
4575         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4576         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4577         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4578         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4579         DW_AT_GNU_*.
4580
4581 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4582
4583         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4584
4585 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4586
4587         PR gdb/21164
4588         * gdb.base/maint.exp: Add testcases for when the commands do
4589         not have arguments.
4590
4591 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4592
4593         * gdb.cp/chained-calls.exp: Use p instead of P.
4594
4595 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4596
4597         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4598         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4599
4600 2017-02-14  Tom Tromey  <tom@tromey.com>
4601
4602         PR python/13598:
4603         * gdb.python/py-events.exp: Add before_prompt event tests.
4604
4605 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4606
4607         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4608
4609 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4610
4611         * gdb.linespec/explicit.c (my_unique_function_name): New function.
4612         (main): Call my_unique_function_name.
4613         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4614         completion of patterns with a single match.
4615         Add missing -re switches to gdb_test_multiple calls.
4616
4617 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4618
4619         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4620         return if core file is not recognized.
4621
4622 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4623
4624         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4625         and extra UIs.
4626
4627 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4628
4629         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4630         proc_with_prefix.
4631
4632 2017-02-10  Tom Tromey  <tom@tromey.com>
4633
4634         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4635
4636 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
4637
4638         PR gdb/21122
4639         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4640
4641 2017-02-08  Jerome Guitton  <guitton@adacore.com>
4642
4643         * gdb.base/define.exp: Add test for command abbreviations
4644         in define.
4645
4646 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
4647
4648         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4649         * gdb.reverse/insn-reverse-x86.c: New file.
4650
4651 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
4652
4653         PR tdep/20936
4654         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4655
4656 2017-02-03  Tom Tromey  <tom@tromey.com>
4657
4658         PR rust/21097:
4659         * gdb.rust/simple.exp: Add new tests.
4660
4661 2017-02-02  Pedro Alves  <palves@redhat.com>
4662
4663         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4664         tests.
4665
4666 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4667
4668         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4669         taking a 2-byte value out of a 4-byte DWARF implicit value on
4670         big-endian targets.
4671         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4672         logic.  Add test cases for DW_OP_implicit.
4673
4674 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4675
4676         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4677
4678 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4679
4680         * gdb.btrace/enable.exp: Call gdb_exit before
4681         skip_gdbserver_tests.
4682
4683 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4684
4685         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4686         GDBFLAGS.
4687
4688 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4689
4690         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4691         the test is skipped.
4692         * gdb.btrace/data.exp: Likewise.
4693         * gdb.btrace/delta.exp: Likewise.
4694         * gdb.btrace/dlopen.exp: Likewise.
4695         * gdb.btrace/enable-running.exp: Likewise.
4696         * gdb.btrace/enable.exp: Likewise.
4697         * gdb.btrace/exception.exp: Likewise.
4698         * gdb.btrace/function_call_history.exp: Likewise.
4699         * gdb.btrace/gcore.exp: Likewise.
4700         * gdb.btrace/instruction_history.exp: Likewise.
4701         * gdb.btrace/multi-thread-step.exp: Likewise.
4702         * gdb.btrace/nohist.exp: Likewise.
4703         * gdb.btrace/non-stop.exp: Likewise.
4704         * gdb.btrace/reconnect.exp: Likewise.
4705         * gdb.btrace/record_goto-step.exp: Likewise.
4706         * gdb.btrace/record_goto.exp: Likewise.
4707         * gdb.btrace/rn-dl-bind.exp: Likewise.
4708         * gdb.btrace/segv.exp: Likewise.
4709         * gdb.btrace/step.exp: Likewise.
4710         * gdb.btrace/stepi.exp: Likewise.
4711         * gdb.btrace/tailcall-only.exp: Likewise.
4712         * gdb.btrace/tailcall.exp: Likewise.
4713         * gdb.btrace/tsx.exp: Likewise.
4714         * gdb.btrace/unknown_functions.exp: Likewise.
4715         * gdb.btrace/vdso.exp: Likewise.
4716
4717 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4718
4719         * gdb.btrace/enable-running.c: New.
4720         * gdb.btrace/enable-running.exp: New.
4721
4722 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4723
4724         * gdb.arch/amd64-gs_base.c: New file.
4725         * gdb.arch/amd64-gs_base.exp: New file.
4726
4727 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4728
4729         * lib/memory.exp: Remove spurious empty newlines.
4730
4731 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
4732
4733         * gdb.python/py-bad-printers.exp: Load python file using "source".
4734         * gdb.python/py-events.exp: Likewise.
4735         * gdb.python/py-evsignal.exp: Likewise.
4736         * gdb.python/py-evthreads.exp: Likewise.
4737         * gdb.python/py-frame-args.exp: Likewise.
4738         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4739         * gdb.python/py-framefilter-mi.exp: Likewise.
4740         * gdb.python/py-framefilter.exp: Likewise.
4741         * gdb.python/py-mi.exp: Likewise.
4742         * gdb.python/py-pp-maint.exp: Likewise.
4743         * gdb.python/py-pp-registration.exp: Likewise.
4744         * gdb.python/py-prettyprint.exp: Likewise.
4745         (run_lang_tests): Likewise.
4746         * gdb.python/py-typeprint.exp: Likewise.
4747
4748 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4749
4750         * lib/memory.exp: New file.
4751         * lib/gdb.exp: Load memory.exp.
4752         * gdb.base/memattr.exp (delete_memory): Move proc to
4753         lib/memory.exp and rename to delete_memory_regions.
4754         Replace delete_memory with delete_memory_regions.
4755         Cleanup memory regions before tests.
4756         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4757         before tests.
4758
4759 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4760
4761         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4762         files.
4763         (initialize): New function conditionally defined.
4764         (testcases): Move within conditional block.
4765         (main): Call initialize.
4766         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4767         of gdb.reverse/insn-reverse.c.
4768         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4769         gdb.reverse/insn-reverse.c.
4770
4771 2017-01-26  Yao Qi  <yao.qi@linaro.org>
4772
4773         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4774         disassemble on address 0.
4775
4776 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4777             Yao Qi  <yao.qi@linaro.org>
4778
4779         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4780         * gdb.dwarf2/implptr-64bit.S: Remove.
4781         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
4782         variables in caller's context.  Add DW_OP_implicit_value.
4783
4784 2017-01-25  Yao Qi  <yao.qi@linaro.org>
4785
4786         * lib/dwarf.exp (Dwarf::_location): Handle
4787         DW_OP_GNU_implicit_pointer with proper size.
4788
4789 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4790
4791         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4792         and add untested calls.
4793
4794 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4795
4796         * gdb.python/python.exp: Check line number against what GDB thinks
4797         the line number is for func1.
4798
4799 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
4800
4801         * gdb.dlang/debug-expr.exp: New file.
4802
4803 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
4804
4805         Fix test names for the following files:
4806
4807         * gdb.ada/exec_changed.exp
4808         * gdb.ada/info_types.exp
4809         * gdb.arch/aarch64-atomic-inst.exp
4810         * gdb.arch/aarch64-fp.exp
4811         * gdb.arch/altivec-abi.exp
4812         * gdb.arch/altivec-regs.exp
4813         * gdb.arch/amd64-byte.exp
4814         * gdb.arch/amd64-disp-step.exp
4815         * gdb.arch/amd64-dword.exp
4816         * gdb.arch/amd64-entry-value-inline.exp
4817         * gdb.arch/amd64-entry-value-param.exp
4818         * gdb.arch/amd64-entry-value-paramref.exp
4819         * gdb.arch/amd64-entry-value.exp
4820         * gdb.arch/amd64-i386-address.exp
4821         * gdb.arch/amd64-invalid-stack-middle.exp
4822         * gdb.arch/amd64-invalid-stack-top.exp
4823         * gdb.arch/amd64-optimout-repeat.exp
4824         * gdb.arch/amd64-prologue-skip.exp
4825         * gdb.arch/amd64-prologue-xmm.exp
4826         * gdb.arch/amd64-stap-special-operands.exp
4827         * gdb.arch/amd64-stap-wrong-subexp.exp
4828         * gdb.arch/amd64-tailcall-cxx.exp
4829         * gdb.arch/amd64-tailcall-noret.exp
4830         * gdb.arch/amd64-tailcall-ret.exp
4831         * gdb.arch/amd64-tailcall-self.exp
4832         * gdb.arch/amd64-word.exp
4833         * gdb.arch/arm-bl-branch-dest.exp
4834         * gdb.arch/arm-disp-step.exp
4835         * gdb.arch/arm-neon.exp
4836         * gdb.arch/arm-single-step-kernel-helper.exp
4837         * gdb.arch/avr-flash-qualifier.exp
4838         * gdb.arch/disp-step-insn-reloc.exp
4839         * gdb.arch/e500-abi.exp
4840         * gdb.arch/e500-regs.exp
4841         * gdb.arch/ftrace-insn-reloc.exp
4842         * gdb.arch/i386-avx512.exp
4843         * gdb.arch/i386-bp_permanent.exp
4844         * gdb.arch/i386-byte.exp
4845         * gdb.arch/i386-cfi-notcurrent.exp
4846         * gdb.arch/i386-disp-step.exp
4847         * gdb.arch/i386-dr3-watch.exp
4848         * gdb.arch/i386-float.exp
4849         * gdb.arch/i386-gnu-cfi.exp
4850         * gdb.arch/i386-mpx-map.exp
4851         * gdb.arch/i386-mpx-sigsegv.exp
4852         * gdb.arch/i386-mpx-simple_segv.exp
4853         * gdb.arch/i386-mpx.exp
4854         * gdb.arch/i386-permbkpt.exp
4855         * gdb.arch/i386-prologue.exp
4856         * gdb.arch/i386-signal.exp
4857         * gdb.arch/i386-size-overlap.exp
4858         * gdb.arch/i386-unwind.exp
4859         * gdb.arch/i386-word.exp
4860         * gdb.arch/mips-fcr.exp
4861         * gdb.arch/powerpc-d128-regs.exp
4862         * gdb.arch/powerpc-stackless.exp
4863         * gdb.arch/ppc64-atomic-inst.exp
4864         * gdb.arch/s390-stackless.exp
4865         * gdb.arch/s390-tdbregs.exp
4866         * gdb.arch/s390-vregs.exp
4867         * gdb.arch/sparc-sysstep.exp
4868         * gdb.arch/thumb-bx-pc.exp
4869         * gdb.arch/thumb-singlestep.exp
4870         * gdb.arch/thumb2-it.exp
4871         * gdb.arch/vsx-regs.exp
4872         * gdb.asm/asm-source.exp
4873         * gdb.base/a2-run.exp
4874         * gdb.base/advance.exp
4875         * gdb.base/all-bin.exp
4876         * gdb.base/anon.exp
4877         * gdb.base/args.exp
4878         * gdb.base/arithmet.exp
4879         * gdb.base/async-shell.exp
4880         * gdb.base/async.exp
4881         * gdb.base/attach-pie-noexec.exp
4882         * gdb.base/attach-twice.exp
4883         * gdb.base/auto-load.exp
4884         * gdb.base/bang.exp
4885         * gdb.base/bitfields.exp
4886         * gdb.base/break-always.exp
4887         * gdb.base/break-caller-line.exp
4888         * gdb.base/break-entry.exp
4889         * gdb.base/break-inline.exp
4890         * gdb.base/break-on-linker-gcd-function.exp
4891         * gdb.base/break-probes.exp
4892         * gdb.base/break.exp
4893         * gdb.base/breakpoint-shadow.exp
4894         * gdb.base/call-ar-st.exp
4895         * gdb.base/call-sc.exp
4896         * gdb.base/call-signal-resume.exp
4897         * gdb.base/call-strs.exp
4898         * gdb.base/callfuncs.exp
4899         * gdb.base/catch-fork-static.exp
4900         * gdb.base/catch-gdb-caused-signals.exp
4901         * gdb.base/catch-load.exp
4902         * gdb.base/catch-signal-fork.exp
4903         * gdb.base/catch-signal.exp
4904         * gdb.base/catch-syscall.exp
4905         * gdb.base/charset.exp
4906         * gdb.base/checkpoint.exp
4907         * gdb.base/chng-syms.exp
4908         * gdb.base/code-expr.exp
4909         * gdb.base/code_elim.exp
4910         * gdb.base/commands.exp
4911         * gdb.base/completion.exp
4912         * gdb.base/complex.exp
4913         * gdb.base/cond-expr.exp
4914         * gdb.base/condbreak.exp
4915         * gdb.base/consecutive.exp
4916         * gdb.base/continue-all-already-running.exp
4917         * gdb.base/coredump-filter.exp
4918         * gdb.base/corefile.exp
4919         * gdb.base/dbx.exp
4920         * gdb.base/debug-expr.exp
4921         * gdb.base/define.exp
4922         * gdb.base/del.exp
4923         * gdb.base/disabled-location.exp
4924         * gdb.base/disasm-end-cu.exp
4925         * gdb.base/disasm-optim.exp
4926         * gdb.base/display.exp
4927         * gdb.base/duplicate-bp.exp
4928         * gdb.base/ena-dis-br.exp
4929         * gdb.base/ending-run.exp
4930         * gdb.base/enumval.exp
4931         * gdb.base/environ.exp
4932         * gdb.base/eu-strip-infcall.exp
4933         * gdb.base/eval-avoid-side-effects.exp
4934         * gdb.base/eval-skip.exp
4935         * gdb.base/exitsignal.exp
4936         * gdb.base/expand-psymtabs.exp
4937         * gdb.base/filesym.exp
4938         * gdb.base/find-unmapped.exp
4939         * gdb.base/finish.exp
4940         * gdb.base/float.exp
4941         * gdb.base/foll-exec-mode.exp
4942         * gdb.base/foll-exec.exp
4943         * gdb.base/foll-fork.exp
4944         * gdb.base/fortran-sym-case.exp
4945         * gdb.base/freebpcmd.exp
4946         * gdb.base/func-ptr.exp
4947         * gdb.base/func-ptrs.exp
4948         * gdb.base/funcargs.exp
4949         * gdb.base/gcore-buffer-overflow.exp
4950         * gdb.base/gcore-relro-pie.exp
4951         * gdb.base/gcore-relro.exp
4952         * gdb.base/gcore.exp
4953         * gdb.base/gdb1090.exp
4954         * gdb.base/gdb11530.exp
4955         * gdb.base/gdb11531.exp
4956         * gdb.base/gdb1821.exp
4957         * gdb.base/gdbindex-stabs.exp
4958         * gdb.base/gdbvars.exp
4959         * gdb.base/hbreak.exp
4960         * gdb.base/hbreak2.exp
4961         * gdb.base/included.exp
4962         * gdb.base/infcall-input.exp
4963         * gdb.base/inferior-died.exp
4964         * gdb.base/infnan.exp
4965         * gdb.base/info-macros.exp
4966         * gdb.base/info-os.exp
4967         * gdb.base/info-proc.exp
4968         * gdb.base/info-shared.exp
4969         * gdb.base/info-target.exp
4970         * gdb.base/infoline.exp
4971         * gdb.base/interp.exp
4972         * gdb.base/interrupt.exp
4973         * gdb.base/jit-reader.exp
4974         * gdb.base/jit-simple.exp
4975         * gdb.base/kill-after-signal.exp
4976         * gdb.base/kill-detach-inferiors-cmd.exp
4977         * gdb.base/label.exp
4978         * gdb.base/langs.exp
4979         * gdb.base/ldbl_e308.exp
4980         * gdb.base/line-symtabs.exp
4981         * gdb.base/linespecs.exp
4982         * gdb.base/list.exp
4983         * gdb.base/long_long.exp
4984         * gdb.base/longest-types.exp
4985         * gdb.base/maint.exp
4986         * gdb.base/max-value-size.exp
4987         * gdb.base/memattr.exp
4988         * gdb.base/mips_pro.exp
4989         * gdb.base/morestack.exp
4990         * gdb.base/moribund-step.exp
4991         * gdb.base/multi-forks.exp
4992         * gdb.base/nested-addr.exp
4993         * gdb.base/nextoverexit.exp
4994         * gdb.base/noreturn-finish.exp
4995         * gdb.base/noreturn-return.exp
4996         * gdb.base/nostdlib.exp
4997         * gdb.base/offsets.exp
4998         * gdb.base/opaque.exp
4999         * gdb.base/pc-fp.exp
5000         * gdb.base/permissions.exp
5001         * gdb.base/print-symbol-loading.exp
5002         * gdb.base/prologue-include.exp
5003         * gdb.base/psymtab.exp
5004         * gdb.base/ptype.exp
5005         * gdb.base/random-signal.exp
5006         * gdb.base/randomize.exp
5007         * gdb.base/range-stepping.exp
5008         * gdb.base/readline-ask.exp
5009         * gdb.base/recpar.exp
5010         * gdb.base/recurse.exp
5011         * gdb.base/relational.exp
5012         * gdb.base/restore.exp
5013         * gdb.base/return-nodebug.exp
5014         * gdb.base/return.exp
5015         * gdb.base/run-after-attach.exp
5016         * gdb.base/save-bp.exp
5017         * gdb.base/scope.exp
5018         * gdb.base/sect-cmd.exp
5019         * gdb.base/set-lang-auto.exp
5020         * gdb.base/set-noassign.exp
5021         * gdb.base/setvar.exp
5022         * gdb.base/sigall.exp
5023         * gdb.base/sigbpt.exp
5024         * gdb.base/siginfo-addr.exp
5025         * gdb.base/siginfo-infcall.exp
5026         * gdb.base/siginfo-obj.exp
5027         * gdb.base/siginfo.exp
5028         * gdb.base/signals-state-child.exp
5029         * gdb.base/signest.exp
5030         * gdb.base/sigstep.exp
5031         * gdb.base/sizeof.exp
5032         * gdb.base/skip.exp
5033         * gdb.base/solib-corrupted.exp
5034         * gdb.base/solib-nodir.exp
5035         * gdb.base/solib-search.exp
5036         * gdb.base/stack-checking.exp
5037         * gdb.base/stale-infcall.exp
5038         * gdb.base/stap-probe.exp
5039         * gdb.base/start.exp
5040         * gdb.base/step-break.exp
5041         * gdb.base/step-bt.exp
5042         * gdb.base/step-line.exp
5043         * gdb.base/step-over-exit.exp
5044         * gdb.base/step-over-syscall.exp
5045         * gdb.base/step-resume-infcall.exp
5046         * gdb.base/step-test.exp
5047         * gdb.base/store.exp
5048         * gdb.base/structs3.exp
5049         * gdb.base/sym-file.exp
5050         * gdb.base/symbol-without-target_section.exp
5051         * gdb.base/term.exp
5052         * gdb.base/testenv.exp
5053         * gdb.base/ui-redirect.exp
5054         * gdb.base/until.exp
5055         * gdb.base/unwindonsignal.exp
5056         * gdb.base/value-double-free.exp
5057         * gdb.base/vla-datatypes.exp
5058         * gdb.base/vla-ptr.exp
5059         * gdb.base/vla-sideeffect.exp
5060         * gdb.base/volatile.exp
5061         * gdb.base/watch-cond-infcall.exp
5062         * gdb.base/watch-cond.exp
5063         * gdb.base/watch-non-mem.exp
5064         * gdb.base/watch-read.exp
5065         * gdb.base/watch-vfork.exp
5066         * gdb.base/watchpoint-cond-gone.exp
5067         * gdb.base/watchpoint-delete.exp
5068         * gdb.base/watchpoint-hw-hit-once.exp
5069         * gdb.base/watchpoint-hw.exp
5070         * gdb.base/watchpoint-stops-at-right-insn.exp
5071         * gdb.base/watchpoints.exp
5072         * gdb.base/wchar.exp
5073         * gdb.base/whatis-exp.exp
5074         * gdb.btrace/buffer-size.exp
5075         * gdb.btrace/data.exp
5076         * gdb.btrace/delta.exp
5077         * gdb.btrace/dlopen.exp
5078         * gdb.btrace/enable.exp
5079         * gdb.btrace/exception.exp
5080         * gdb.btrace/function_call_history.exp
5081         * gdb.btrace/gcore.exp
5082         * gdb.btrace/instruction_history.exp
5083         * gdb.btrace/nohist.exp
5084         * gdb.btrace/reconnect.exp
5085         * gdb.btrace/record_goto-step.exp
5086         * gdb.btrace/record_goto.exp
5087         * gdb.btrace/rn-dl-bind.exp
5088         * gdb.btrace/segv.exp
5089         * gdb.btrace/step.exp
5090         * gdb.btrace/stepi.exp
5091         * gdb.btrace/tailcall-only.exp
5092         * gdb.btrace/tailcall.exp
5093         * gdb.btrace/tsx.exp
5094         * gdb.btrace/unknown_functions.exp
5095         * gdb.btrace/vdso.exp
5096         * gdb.compile/compile-ifunc.exp
5097         * gdb.compile/compile-ops.exp
5098         * gdb.compile/compile-print.exp
5099         * gdb.compile/compile-setjmp.exp
5100         * gdb.cp/abstract-origin.exp
5101         * gdb.cp/ambiguous.exp
5102         * gdb.cp/annota2.exp
5103         * gdb.cp/annota3.exp
5104         * gdb.cp/anon-ns.exp
5105         * gdb.cp/anon-struct.exp
5106         * gdb.cp/anon-union.exp
5107         * gdb.cp/arg-reference.exp
5108         * gdb.cp/baseenum.exp
5109         * gdb.cp/bool.exp
5110         * gdb.cp/breakpoint.exp
5111         * gdb.cp/bs15503.exp
5112         * gdb.cp/call-c.exp
5113         * gdb.cp/casts.exp
5114         * gdb.cp/chained-calls.exp
5115         * gdb.cp/class2.exp
5116         * gdb.cp/classes.exp
5117         * gdb.cp/cmpd-minsyms.exp
5118         * gdb.cp/converts.exp
5119         * gdb.cp/cp-relocate.exp
5120         * gdb.cp/cpcompletion.exp
5121         * gdb.cp/cpexprs.exp
5122         * gdb.cp/cplabel.exp
5123         * gdb.cp/cplusfuncs.exp
5124         * gdb.cp/cpsizeof.exp
5125         * gdb.cp/ctti.exp
5126         * gdb.cp/derivation.exp
5127         * gdb.cp/destrprint.exp
5128         * gdb.cp/dispcxx.exp
5129         * gdb.cp/enum-class.exp
5130         * gdb.cp/exception.exp
5131         * gdb.cp/exceptprint.exp
5132         * gdb.cp/expand-psymtabs-cxx.exp
5133         * gdb.cp/expand-sals.exp
5134         * gdb.cp/extern-c.exp
5135         * gdb.cp/filename.exp
5136         * gdb.cp/formatted-ref.exp
5137         * gdb.cp/fpointer.exp
5138         * gdb.cp/gdb1355.exp
5139         * gdb.cp/gdb2495.exp
5140         * gdb.cp/hang.exp
5141         * gdb.cp/impl-this.exp
5142         * gdb.cp/infcall-dlopen.exp
5143         * gdb.cp/inherit.exp
5144         * gdb.cp/iostream.exp
5145         * gdb.cp/koenig.exp
5146         * gdb.cp/local.exp
5147         * gdb.cp/m-data.exp
5148         * gdb.cp/m-static.exp
5149         * gdb.cp/mb-ctor.exp
5150         * gdb.cp/mb-inline.exp
5151         * gdb.cp/mb-templates.exp
5152         * gdb.cp/member-name.exp
5153         * gdb.cp/member-ptr.exp
5154         * gdb.cp/meth-typedefs.exp
5155         * gdb.cp/method.exp
5156         * gdb.cp/method2.exp
5157         * gdb.cp/minsym-fallback.exp
5158         * gdb.cp/misc.exp
5159         * gdb.cp/namelessclass.exp
5160         * gdb.cp/namespace-enum.exp
5161         * gdb.cp/namespace-nested-import.exp
5162         * gdb.cp/namespace.exp
5163         * gdb.cp/nextoverthrow.exp
5164         * gdb.cp/no-dmgl-verbose.exp
5165         * gdb.cp/non-trivial-retval.exp
5166         * gdb.cp/noparam.exp
5167         * gdb.cp/nsdecl.exp
5168         * gdb.cp/nsimport.exp
5169         * gdb.cp/nsnested.exp
5170         * gdb.cp/nsnoimports.exp
5171         * gdb.cp/nsrecurs.exp
5172         * gdb.cp/nsstress.exp
5173         * gdb.cp/nsusing.exp
5174         * gdb.cp/operator.exp
5175         * gdb.cp/oranking.exp
5176         * gdb.cp/overload-const.exp
5177         * gdb.cp/overload.exp
5178         * gdb.cp/ovldbreak.exp
5179         * gdb.cp/ovsrch.exp
5180         * gdb.cp/paren-type.exp
5181         * gdb.cp/parse-lang.exp
5182         * gdb.cp/pass-by-ref.exp
5183         * gdb.cp/pr-1023.exp
5184         * gdb.cp/pr-1210.exp
5185         * gdb.cp/pr-574.exp
5186         * gdb.cp/pr10687.exp
5187         * gdb.cp/pr12028.exp
5188         * gdb.cp/pr17132.exp
5189         * gdb.cp/pr17494.exp
5190         * gdb.cp/pr9067.exp
5191         * gdb.cp/pr9167.exp
5192         * gdb.cp/pr9631.exp
5193         * gdb.cp/printmethod.exp
5194         * gdb.cp/psmang.exp
5195         * gdb.cp/psymtab-parameter.exp
5196         * gdb.cp/ptype-cv-cp.exp
5197         * gdb.cp/ptype-flags.exp
5198         * gdb.cp/re-set-overloaded.exp
5199         * gdb.cp/ref-types.exp
5200         * gdb.cp/rtti.exp
5201         * gdb.cp/scope-err.exp
5202         * gdb.cp/shadow.exp
5203         * gdb.cp/smartp.exp
5204         * gdb.cp/static-method.exp
5205         * gdb.cp/static-print-quit.exp
5206         * gdb.cp/temargs.exp
5207         * gdb.cp/templates.exp
5208         * gdb.cp/try_catch.exp
5209         * gdb.cp/typedef-operator.exp
5210         * gdb.cp/typeid.exp
5211         * gdb.cp/userdef.exp
5212         * gdb.cp/using-crash.exp
5213         * gdb.cp/var-tag.exp
5214         * gdb.cp/virtbase.exp
5215         * gdb.cp/virtfunc.exp
5216         * gdb.cp/virtfunc2.exp
5217         * gdb.cp/vla-cxx.exp
5218         * gdb.disasm/t01_mov.exp
5219         * gdb.disasm/t02_mova.exp
5220         * gdb.disasm/t03_add.exp
5221         * gdb.disasm/t04_sub.exp
5222         * gdb.disasm/t05_cmp.exp
5223         * gdb.disasm/t06_ari2.exp
5224         * gdb.disasm/t07_ari3.exp
5225         * gdb.disasm/t08_or.exp
5226         * gdb.disasm/t09_xor.exp
5227         * gdb.disasm/t10_and.exp
5228         * gdb.disasm/t11_logs.exp
5229         * gdb.disasm/t12_bit.exp
5230         * gdb.disasm/t13_otr.exp
5231         * gdb.dlang/circular.exp
5232         * gdb.dwarf2/arr-stride.exp
5233         * gdb.dwarf2/arr-subrange.exp
5234         * gdb.dwarf2/atomic-type.exp
5235         * gdb.dwarf2/bad-regnum.exp
5236         * gdb.dwarf2/bitfield-parent-optimized-out.exp
5237         * gdb.dwarf2/callframecfa.exp
5238         * gdb.dwarf2/clztest.exp
5239         * gdb.dwarf2/corrupt.exp
5240         * gdb.dwarf2/data-loc.exp
5241         * gdb.dwarf2/dup-psym.exp
5242         * gdb.dwarf2/dw2-anon-mptr.exp
5243         * gdb.dwarf2/dw2-anonymous-func.exp
5244         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5245         * gdb.dwarf2/dw2-bad-unresolved.exp
5246         * gdb.dwarf2/dw2-basic.exp
5247         * gdb.dwarf2/dw2-canonicalize-type.exp
5248         * gdb.dwarf2/dw2-case-insensitive.exp
5249         * gdb.dwarf2/dw2-common-block.exp
5250         * gdb.dwarf2/dw2-compdir-oldgcc.exp
5251         * gdb.dwarf2/dw2-compressed.exp
5252         * gdb.dwarf2/dw2-const.exp
5253         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5254         * gdb.dwarf2/dw2-cu-size.exp
5255         * gdb.dwarf2/dw2-dup-frame.exp
5256         * gdb.dwarf2/dw2-entry-value.exp
5257         * gdb.dwarf2/dw2-icycle.exp
5258         * gdb.dwarf2/dw2-ifort-parameter.exp
5259         * gdb.dwarf2/dw2-inline-break.exp
5260         * gdb.dwarf2/dw2-inline-param.exp
5261         * gdb.dwarf2/dw2-intercu.exp
5262         * gdb.dwarf2/dw2-intermix.exp
5263         * gdb.dwarf2/dw2-lexical-block-bare.exp
5264         * gdb.dwarf2/dw2-linkage-name-trust.exp
5265         * gdb.dwarf2/dw2-minsym-in-cu.exp
5266         * gdb.dwarf2/dw2-noloc.exp
5267         * gdb.dwarf2/dw2-op-call.exp
5268         * gdb.dwarf2/dw2-op-out-param.exp
5269         * gdb.dwarf2/dw2-opt-structptr.exp
5270         * gdb.dwarf2/dw2-param-error.exp
5271         * gdb.dwarf2/dw2-producer.exp
5272         * gdb.dwarf2/dw2-ranges-base.exp
5273         * gdb.dwarf2/dw2-ref-missing-frame.exp
5274         * gdb.dwarf2/dw2-reg-undefined.exp
5275         * gdb.dwarf2/dw2-regno-invalid.exp
5276         * gdb.dwarf2/dw2-restore.exp
5277         * gdb.dwarf2/dw2-restrict.exp
5278         * gdb.dwarf2/dw2-single-line-discriminators.exp
5279         * gdb.dwarf2/dw2-strp.exp
5280         * gdb.dwarf2/dw2-undefined-ret-addr.exp
5281         * gdb.dwarf2/dw2-unresolved.exp
5282         * gdb.dwarf2/dw2-var-zero-addr.exp
5283         * gdb.dwarf2/dw4-sig-types.exp
5284         * gdb.dwarf2/dwz.exp
5285         * gdb.dwarf2/dynarr-ptr.exp
5286         * gdb.dwarf2/enum-type.exp
5287         * gdb.dwarf2/gdb-index.exp
5288         * gdb.dwarf2/implptr-64bit.exp
5289         * gdb.dwarf2/implptr-optimized-out.exp
5290         * gdb.dwarf2/implptr.exp
5291         * gdb.dwarf2/implref-array.exp
5292         * gdb.dwarf2/implref-const.exp
5293         * gdb.dwarf2/implref-global.exp
5294         * gdb.dwarf2/implref-struct.exp
5295         * gdb.dwarf2/mac-fileno.exp
5296         * gdb.dwarf2/main-subprogram.exp
5297         * gdb.dwarf2/member-ptr-forwardref.exp
5298         * gdb.dwarf2/method-ptr.exp
5299         * gdb.dwarf2/missing-sig-type.exp
5300         * gdb.dwarf2/nonvar-access.exp
5301         * gdb.dwarf2/opaque-type-lookup.exp
5302         * gdb.dwarf2/pieces-optimized-out.exp
5303         * gdb.dwarf2/pieces.exp
5304         * gdb.dwarf2/pr10770.exp
5305         * gdb.dwarf2/pr13961.exp
5306         * gdb.dwarf2/staticvirtual.exp
5307         * gdb.dwarf2/subrange.exp
5308         * gdb.dwarf2/symtab-producer.exp
5309         * gdb.dwarf2/trace-crash.exp
5310         * gdb.dwarf2/typeddwarf.exp
5311         * gdb.dwarf2/valop.exp
5312         * gdb.dwarf2/watch-notconst.exp
5313         * gdb.fortran/array-element.exp
5314         * gdb.fortran/charset.exp
5315         * gdb.fortran/common-block.exp
5316         * gdb.fortran/complex.exp
5317         * gdb.fortran/derived-type-function.exp
5318         * gdb.fortran/derived-type.exp
5319         * gdb.fortran/logical.exp
5320         * gdb.fortran/module.exp
5321         * gdb.fortran/multi-dim.exp
5322         * gdb.fortran/nested-funcs.exp
5323         * gdb.fortran/print-formatted.exp
5324         * gdb.fortran/subarray.exp
5325         * gdb.fortran/vla-alloc-assoc.exp
5326         * gdb.fortran/vla-datatypes.exp
5327         * gdb.fortran/vla-history.exp
5328         * gdb.fortran/vla-ptr-info.exp
5329         * gdb.fortran/vla-ptype-sub.exp
5330         * gdb.fortran/vla-ptype.exp
5331         * gdb.fortran/vla-sizeof.exp
5332         * gdb.fortran/vla-type.exp
5333         * gdb.fortran/vla-value-sub-arbitrary.exp
5334         * gdb.fortran/vla-value-sub-finish.exp
5335         * gdb.fortran/vla-value-sub.exp
5336         * gdb.fortran/vla-value.exp
5337         * gdb.fortran/whatis_type.exp
5338         * gdb.go/chan.exp
5339         * gdb.go/handcall.exp
5340         * gdb.go/hello.exp
5341         * gdb.go/integers.exp
5342         * gdb.go/methods.exp
5343         * gdb.go/package.exp
5344         * gdb.go/strings.exp
5345         * gdb.go/types.exp
5346         * gdb.go/unsafe.exp
5347         * gdb.guile/scm-arch.exp
5348         * gdb.guile/scm-block.exp
5349         * gdb.guile/scm-breakpoint.exp
5350         * gdb.guile/scm-cmd.exp
5351         * gdb.guile/scm-disasm.exp
5352         * gdb.guile/scm-equal.exp
5353         * gdb.guile/scm-frame-args.exp
5354         * gdb.guile/scm-frame-inline.exp
5355         * gdb.guile/scm-frame.exp
5356         * gdb.guile/scm-iterator.exp
5357         * gdb.guile/scm-math.exp
5358         * gdb.guile/scm-objfile.exp
5359         * gdb.guile/scm-ports.exp
5360         * gdb.guile/scm-symbol.exp
5361         * gdb.guile/scm-symtab.exp
5362         * gdb.guile/scm-value-cc.exp
5363         * gdb.guile/types-module.exp
5364         * gdb.linespec/break-ask.exp
5365         * gdb.linespec/cpexplicit.exp
5366         * gdb.linespec/explicit.exp
5367         * gdb.linespec/keywords.exp
5368         * gdb.linespec/linespec.exp
5369         * gdb.linespec/ls-dollar.exp
5370         * gdb.linespec/ls-errs.exp
5371         * gdb.linespec/skip-two.exp
5372         * gdb.linespec/thread.exp
5373         * gdb.mi/mi-async.exp
5374         * gdb.mi/mi-basics.exp
5375         * gdb.mi/mi-break.exp
5376         * gdb.mi/mi-catch-load.exp
5377         * gdb.mi/mi-cli.exp
5378         * gdb.mi/mi-cmd-param-changed.exp
5379         * gdb.mi/mi-console.exp
5380         * gdb.mi/mi-detach.exp
5381         * gdb.mi/mi-disassemble.exp
5382         * gdb.mi/mi-eval.exp
5383         * gdb.mi/mi-file-transfer.exp
5384         * gdb.mi/mi-file.exp
5385         * gdb.mi/mi-fill-memory.exp
5386         * gdb.mi/mi-inheritance-syntax-error.exp
5387         * gdb.mi/mi-linespec-err-cp.exp
5388         * gdb.mi/mi-logging.exp
5389         * gdb.mi/mi-memory-changed.exp
5390         * gdb.mi/mi-read-memory.exp
5391         * gdb.mi/mi-record-changed.exp
5392         * gdb.mi/mi-reg-undefined.exp
5393         * gdb.mi/mi-regs.exp
5394         * gdb.mi/mi-return.exp
5395         * gdb.mi/mi-reverse.exp
5396         * gdb.mi/mi-simplerun.exp
5397         * gdb.mi/mi-solib.exp
5398         * gdb.mi/mi-stack.exp
5399         * gdb.mi/mi-stepi.exp
5400         * gdb.mi/mi-syn-frame.exp
5401         * gdb.mi/mi-until.exp
5402         * gdb.mi/mi-var-block.exp
5403         * gdb.mi/mi-var-child.exp
5404         * gdb.mi/mi-var-cmd.exp
5405         * gdb.mi/mi-var-cp.exp
5406         * gdb.mi/mi-var-display.exp
5407         * gdb.mi/mi-var-invalidate.exp
5408         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5409         * gdb.mi/mi-vla-fortran.exp
5410         * gdb.mi/mi-watch.exp
5411         * gdb.mi/mi2-var-child.exp
5412         * gdb.mi/user-selected-context-sync.exp
5413         * gdb.modula2/unbounded-array.exp
5414         * gdb.multi/dummy-frame-restore.exp
5415         * gdb.multi/multi-arch-exec.exp
5416         * gdb.multi/multi-arch.exp
5417         * gdb.multi/tids.exp
5418         * gdb.multi/watchpoint-multi.exp
5419         * gdb.opencl/callfuncs.exp
5420         * gdb.opencl/convs_casts.exp
5421         * gdb.opencl/datatypes.exp
5422         * gdb.opencl/operators.exp
5423         * gdb.opencl/vec_comps.exp
5424         * gdb.opt/clobbered-registers-O2.exp
5425         * gdb.opt/inline-break.exp
5426         * gdb.opt/inline-bt.exp
5427         * gdb.opt/inline-cmds.exp
5428         * gdb.opt/inline-locals.exp
5429         * gdb.pascal/case-insensitive-symbols.exp
5430         * gdb.pascal/floats.exp
5431         * gdb.pascal/gdb11492.exp
5432         * gdb.python/lib-types.exp
5433         * gdb.python/py-arch.exp
5434         * gdb.python/py-as-string.exp
5435         * gdb.python/py-bad-printers.exp
5436         * gdb.python/py-block.exp
5437         * gdb.python/py-breakpoint-create-fail.exp
5438         * gdb.python/py-breakpoint.exp
5439         * gdb.python/py-caller-is.exp
5440         * gdb.python/py-cmd.exp
5441         * gdb.python/py-explore-cc.exp
5442         * gdb.python/py-explore.exp
5443         * gdb.python/py-finish-breakpoint.exp
5444         * gdb.python/py-finish-breakpoint2.exp
5445         * gdb.python/py-frame-args.exp
5446         * gdb.python/py-frame-inline.exp
5447         * gdb.python/py-frame.exp
5448         * gdb.python/py-framefilter-mi.exp
5449         * gdb.python/py-infthread.exp
5450         * gdb.python/py-lazy-string.exp
5451         * gdb.python/py-linetable.exp
5452         * gdb.python/py-mi-events.exp
5453         * gdb.python/py-mi-objfile.exp
5454         * gdb.python/py-mi.exp
5455         * gdb.python/py-objfile.exp
5456         * gdb.python/py-pp-integral.exp
5457         * gdb.python/py-pp-maint.exp
5458         * gdb.python/py-pp-re-notag.exp
5459         * gdb.python/py-pp-registration.exp
5460         * gdb.python/py-recurse-unwind.exp
5461         * gdb.python/py-strfns.exp
5462         * gdb.python/py-symbol.exp
5463         * gdb.python/py-symtab.exp
5464         * gdb.python/py-sync-interp.exp
5465         * gdb.python/py-typeprint.exp
5466         * gdb.python/py-unwind-maint.exp
5467         * gdb.python/py-unwind.exp
5468         * gdb.python/py-value-cc.exp
5469         * gdb.python/py-xmethods.exp
5470         * gdb.reverse/amd64-tailcall-reverse.exp
5471         * gdb.reverse/break-precsave.exp
5472         * gdb.reverse/break-reverse.exp
5473         * gdb.reverse/consecutive-precsave.exp
5474         * gdb.reverse/consecutive-reverse.exp
5475         * gdb.reverse/finish-precsave.exp
5476         * gdb.reverse/finish-reverse-bkpt.exp
5477         * gdb.reverse/finish-reverse.exp
5478         * gdb.reverse/fstatat-reverse.exp
5479         * gdb.reverse/getresuid-reverse.exp
5480         * gdb.reverse/i386-precsave.exp
5481         * gdb.reverse/i386-reverse.exp
5482         * gdb.reverse/i386-sse-reverse.exp
5483         * gdb.reverse/i387-env-reverse.exp
5484         * gdb.reverse/i387-stack-reverse.exp
5485         * gdb.reverse/insn-reverse.exp
5486         * gdb.reverse/machinestate-precsave.exp
5487         * gdb.reverse/machinestate.exp
5488         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5489         * gdb.reverse/pipe-reverse.exp
5490         * gdb.reverse/readv-reverse.exp
5491         * gdb.reverse/recvmsg-reverse.exp
5492         * gdb.reverse/rerun-prec.exp
5493         * gdb.reverse/s390-mvcle.exp
5494         * gdb.reverse/step-precsave.exp
5495         * gdb.reverse/step-reverse.exp
5496         * gdb.reverse/time-reverse.exp
5497         * gdb.reverse/until-precsave.exp
5498         * gdb.reverse/until-reverse.exp
5499         * gdb.reverse/waitpid-reverse.exp
5500         * gdb.reverse/watch-precsave.exp
5501         * gdb.reverse/watch-reverse.exp
5502         * gdb.rust/generics.exp
5503         * gdb.rust/methods.exp
5504         * gdb.rust/modules.exp
5505         * gdb.rust/simple.exp
5506         * gdb.server/connect-with-no-symbol-file.exp
5507         * gdb.server/ext-attach.exp
5508         * gdb.server/ext-restart.exp
5509         * gdb.server/ext-wrapper.exp
5510         * gdb.server/file-transfer.exp
5511         * gdb.server/server-exec-info.exp
5512         * gdb.server/server-kill.exp
5513         * gdb.server/server-mon.exp
5514         * gdb.server/wrapper.exp
5515         * gdb.stabs/exclfwd.exp
5516         * gdb.stabs/gdb11479.exp
5517         * gdb.threads/clone-new-thread-event.exp
5518         * gdb.threads/corethreads.exp
5519         * gdb.threads/current-lwp-dead.exp
5520         * gdb.threads/dlopen-libpthread.exp
5521         * gdb.threads/gcore-thread.exp
5522         * gdb.threads/sigstep-threads.exp
5523         * gdb.threads/watchpoint-fork.exp
5524         * gdb.trace/actions-changed.exp
5525         * gdb.trace/backtrace.exp
5526         * gdb.trace/change-loc.exp
5527         * gdb.trace/circ.exp
5528         * gdb.trace/collection.exp
5529         * gdb.trace/disconnected-tracing.exp
5530         * gdb.trace/ftrace.exp
5531         * gdb.trace/mi-trace-frame-collected.exp
5532         * gdb.trace/mi-trace-unavailable.exp
5533         * gdb.trace/mi-traceframe-changed.exp
5534         * gdb.trace/mi-tsv-changed.exp
5535         * gdb.trace/no-attach-trace.exp
5536         * gdb.trace/passc-dyn.exp
5537         * gdb.trace/qtro.exp
5538         * gdb.trace/range-stepping.exp
5539         * gdb.trace/read-memory.exp
5540         * gdb.trace/save-trace.exp
5541         * gdb.trace/signal.exp
5542         * gdb.trace/status-stop.exp
5543         * gdb.trace/tfile.exp
5544         * gdb.trace/trace-break.exp
5545         * gdb.trace/trace-buffer-size.exp
5546         * gdb.trace/trace-condition.exp
5547         * gdb.trace/tracefile-pseudo-reg.exp
5548         * gdb.trace/tstatus.exp
5549         * gdb.trace/unavailable.exp
5550         * gdb.trace/while-dyn.exp
5551         * gdb.trace/while-stepping.exp
5552
5553 2016-12-22  Doug Evans  <xdje42@gmail.com>
5554
5555         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5556         and msymbols.
5557
5558 2016-12-19  Yao Qi  <yao.qi@linaro.org>
5559
5560         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5561         (test_with_self): Don't call do_steps_and_nexts, and remove
5562         code about stepping into xmalloc.
5563
5564 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5565
5566         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5567
5568 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5569
5570         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5571
5572 2016-12-09  Pedro Alves  <palves@redhat.com>
5573
5574         * gdb.base/all-architectures-0.exp: New file.
5575         * gdb.base/all-architectures-1.exp: New file.
5576         * gdb.base/all-architectures-2.exp: New file.
5577         * gdb.base/all-architectures-3.exp: New file.
5578         * gdb.base/all-architectures-4.exp: New file.
5579         * gdb.base/all-architectures-5.exp: New file.
5580         * gdb.base/all-architectures-6.exp: New file.
5581         * gdb.base/all-architectures-7.exp: New file.
5582         * gdb.base/all-architectures.exp.in: New file.
5583
5584 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5585
5586         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5587
5588 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5589
5590         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5591         possible.
5592         Remove useless pattern-matching code.
5593
5594 2016-12-02  Pedro Alves  <palves@redhat.com>
5595
5596         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5597         procedure.
5598         (top level): Call it.
5599
5600 2016-12-02  Pedro Alves  <palves@redhat.com>
5601
5602         * gdb.base/commands.exp (user_defined_command_args_stack_test):
5603         New procedure.
5604         (top level): Call it.
5605
5606 2016-12-02  Pedro Alves  <palves@redhat.com>
5607
5608         PR cli/20559
5609         * gdb.base/commands.exp (user_defined_command_args_eval): New
5610         procedure.
5611         (top level): Call it.
5612
5613 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5614
5615         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5616         timeout handling.
5617
5618 2016-12-02  Tom Tromey  <tom@tromey.com>
5619
5620         * gdb.dwarf2/main-subprogram.c: New file.
5621         * gdb.dwarf2/main-subprogram.exp: New file.
5622
5623 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5624
5625         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5626         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5627         gdb_test_no_output for a couple of cases.
5628         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5629
5630 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5631
5632         Fix test names and standardize compilation error messages throughout
5633         the following files:
5634
5635         * gdb.ada/start.exp
5636         * gdb.arch/alpha-step.exp
5637         * gdb.arch/e500-prologue.exp
5638         * gdb.arch/ftrace-insn-reloc.exp
5639         * gdb.arch/gdb1291.exp
5640         * gdb.arch/gdb1431.exp
5641         * gdb.arch/gdb1558.exp
5642         * gdb.arch/i386-dr3-watch.exp
5643         * gdb.arch/i386-sse-stack-align.exp
5644         * gdb.arch/ia64-breakpoint-shadow.exp
5645         * gdb.arch/pa-nullify.exp
5646         * gdb.arch/powerpc-aix-prologue.exp
5647         * gdb.arch/thumb-bx-pc.exp
5648         * gdb.base/annota1.exp
5649         * gdb.base/annota3.exp
5650         * gdb.base/arrayidx.exp
5651         * gdb.base/assign.exp
5652         * gdb.base/attach.exp
5653         * gdb.base/auxv.exp
5654         * gdb.base/bang.exp
5655         * gdb.base/bfp-test.exp
5656         * gdb.base/bigcore.exp
5657         * gdb.base/bitfields2.exp
5658         * gdb.base/break-fun-addr.exp
5659         * gdb.base/break-probes.exp
5660         * gdb.base/call-rt-st.exp
5661         * gdb.base/callexit.exp
5662         * gdb.base/catch-fork-kill.exp
5663         * gdb.base/charset.exp
5664         * gdb.base/checkpoint.exp
5665         * gdb.base/comprdebug.exp
5666         * gdb.base/constvars.exp
5667         * gdb.base/coredump-filter.exp
5668         * gdb.base/cursal.exp
5669         * gdb.base/cvexpr.exp
5670         * gdb.base/detach.exp
5671         * gdb.base/display.exp
5672         * gdb.base/dmsym.exp
5673         * gdb.base/dprintf-pending.exp
5674         * gdb.base/dso2dso.exp
5675         * gdb.base/dtrace-probe.exp
5676         * gdb.base/dump.exp
5677         * gdb.base/enum_cond.exp
5678         * gdb.base/exe-lock.exp
5679         * gdb.base/exec-invalid-sysroot.exp
5680         * gdb.base/execl-update-breakpoints.exp
5681         * gdb.base/exprs.exp
5682         * gdb.base/fileio.exp
5683         * gdb.base/find.exp
5684         * gdb.base/finish.exp
5685         * gdb.base/fixsection.exp
5686         * gdb.base/foll-vfork.exp
5687         * gdb.base/frame-args.exp
5688         * gdb.base/gcore.exp
5689         * gdb.base/gdb1250.exp
5690         * gdb.base/global-var-nested-by-dso.exp
5691         * gdb.base/gnu-ifunc.exp
5692         * gdb.base/hashline1.exp
5693         * gdb.base/hashline2.exp
5694         * gdb.base/hashline3.exp
5695         * gdb.base/hbreak-in-shr-unsupported.exp
5696         * gdb.base/huge.exp
5697         * gdb.base/infcall-input.exp
5698         * gdb.base/info-fun.exp
5699         * gdb.base/info-shared.exp
5700         * gdb.base/jit-simple.exp
5701         * gdb.base/jit-so.exp
5702         * gdb.base/jit.exp
5703         * gdb.base/jump.exp
5704         * gdb.base/label.exp
5705         * gdb.base/lineinc.exp
5706         * gdb.base/logical.exp
5707         * gdb.base/longjmp.exp
5708         * gdb.base/macscp.exp
5709         * gdb.base/miscexprs.exp
5710         * gdb.base/new-ui-echo.exp
5711         * gdb.base/new-ui-pending-input.exp
5712         * gdb.base/new-ui.exp
5713         * gdb.base/nodebug.exp
5714         * gdb.base/nofield.exp
5715         * gdb.base/offsets.exp
5716         * gdb.base/overlays.exp
5717         * gdb.base/pending.exp
5718         * gdb.base/pointers.exp
5719         * gdb.base/pr11022.exp
5720         * gdb.base/printcmds.exp
5721         * gdb.base/prologue.exp
5722         * gdb.base/ptr-typedef.exp
5723         * gdb.base/realname-expand.exp
5724         * gdb.base/relativedebug.exp
5725         * gdb.base/relocate.exp
5726         * gdb.base/remote.exp
5727         * gdb.base/reread.exp
5728         * gdb.base/return2.exp
5729         * gdb.base/savedregs.exp
5730         * gdb.base/sep.exp
5731         * gdb.base/sepdebug.exp
5732         * gdb.base/sepsymtab.exp
5733         * gdb.base/set-inferior-tty.exp
5734         * gdb.base/setshow.exp
5735         * gdb.base/shlib-call.exp
5736         * gdb.base/sigaltstack.exp
5737         * gdb.base/siginfo-addr.exp
5738         * gdb.base/signals.exp
5739         * gdb.base/signull.exp
5740         * gdb.base/sigrepeat.exp
5741         * gdb.base/so-impl-ld.exp
5742         * gdb.base/solib-display.exp
5743         * gdb.base/solib-overlap.exp
5744         * gdb.base/solib-search.exp
5745         * gdb.base/solib-symbol.exp
5746         * gdb.base/structs.exp
5747         * gdb.base/structs2.exp
5748         * gdb.base/symtab-search-order.exp
5749         * gdb.base/twice.exp
5750         * gdb.base/unload.exp
5751         * gdb.base/varargs.exp
5752         * gdb.base/watchpoint-solib.exp
5753         * gdb.base/watchpoint.exp
5754         * gdb.base/whatis.exp
5755         * gdb.base/wrong_frame_bt_full.exp
5756         * gdb.btrace/dlopen.exp
5757         * gdb.cell/ea-standalone.exp
5758         * gdb.cell/ea-test.exp
5759         * gdb.cp/dispcxx.exp
5760         * gdb.cp/gdb2384.exp
5761         * gdb.cp/method2.exp
5762         * gdb.cp/nextoverthrow.exp
5763         * gdb.cp/pr10728.exp
5764         * gdb.disasm/am33.exp
5765         * gdb.disasm/h8300s.exp
5766         * gdb.disasm/mn10300.exp
5767         * gdb.disasm/sh3.exp
5768         * gdb.dwarf2/dw2-dir-file-name.exp
5769         * gdb.fortran/complex.exp
5770         * gdb.fortran/library-module.exp
5771         * gdb.guile/scm-pretty-print.exp
5772         * gdb.guile/scm-symbol.exp
5773         * gdb.guile/scm-type.exp
5774         * gdb.guile/scm-value.exp
5775         * gdb.linespec/linespec.exp
5776         * gdb.mi/gdb701.exp
5777         * gdb.mi/gdb792.exp
5778         * gdb.mi/mi-breakpoint-changed.exp
5779         * gdb.mi/mi-dprintf-pending.exp
5780         * gdb.mi/mi-dprintf.exp
5781         * gdb.mi/mi-exit-code.exp
5782         * gdb.mi/mi-pending.exp
5783         * gdb.mi/mi-solib.exp
5784         * gdb.mi/new-ui-mi-sync.exp
5785         * gdb.mi/pr11022.exp
5786         * gdb.mi/user-selected-context-sync.exp
5787         * gdb.opt/solib-intra-step.exp
5788         * gdb.python/py-events.exp
5789         * gdb.python/py-finish-breakpoint.exp
5790         * gdb.python/py-mi.exp
5791         * gdb.python/py-prettyprint.exp
5792         * gdb.python/py-shared.exp
5793         * gdb.python/py-symbol.exp
5794         * gdb.python/py-template.exp
5795         * gdb.python/py-type.exp
5796         * gdb.python/py-value.exp
5797         * gdb.reverse/solib-precsave.exp
5798         * gdb.reverse/solib-reverse.exp
5799         * gdb.server/solib-list.exp
5800         * gdb.stabs/weird.exp
5801         * gdb.threads/reconnect-signal.exp
5802         * gdb.threads/stepi-random-signal.exp
5803         * gdb.trace/actions.exp
5804         * gdb.trace/ax.exp
5805         * gdb.trace/backtrace.exp
5806         * gdb.trace/change-loc.exp
5807         * gdb.trace/deltrace.exp
5808         * gdb.trace/ftrace-lock.exp
5809         * gdb.trace/ftrace.exp
5810         * gdb.trace/infotrace.exp
5811         * gdb.trace/mi-tracepoint-changed.exp
5812         * gdb.trace/packetlen.exp
5813         * gdb.trace/passcount.exp
5814         * gdb.trace/pending.exp
5815         * gdb.trace/range-stepping.exp
5816         * gdb.trace/report.exp
5817         * gdb.trace/stap-trace.exp
5818         * gdb.trace/tfind.exp
5819         * gdb.trace/trace-break.exp
5820         * gdb.trace/trace-condition.exp
5821         * gdb.trace/trace-enable-disable.exp
5822         * gdb.trace/trace-mt.exp
5823         * gdb.trace/tracecmd.exp
5824         * gdb.trace/tspeed.exp
5825         * gdb.trace/tsv.exp
5826         * lib/perftest.exp
5827
5828 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5829
5830         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5831         with gdb_test_no_output.
5832         Use command as test name.
5833
5834 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5835
5836         Fix test names starting with uppercase throughout the files.
5837
5838         * gdb.ada/assign_1.exp
5839         * gdb.ada/boolean_expr.exp
5840         * gdb.base/arrayidx.exp
5841         * gdb.base/del.exp
5842         * gdb.base/gcore-buffer-overflow.exp
5843         * gdb.base/testenv.exp
5844         * gdb.compile/compile.exp
5845         * gdb.python/py-framefilter-invalidarg.exp
5846         * gdb.python/py-framefilter.exp
5847
5848 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5849
5850         Fix test names starting with uppercase throughout the files.
5851
5852         * gdb.ada/array_return.exp
5853         * gdb.ada/expr_delims.exp
5854         * gdb.ada/mi_dyn_arr.exp
5855         * gdb.ada/mi_interface.exp
5856         * gdb.ada/mi_var_array.exp
5857         * gdb.ada/watch_arg.exp
5858         * gdb.arch/alpha-step.exp
5859         * gdb.arch/altivec-regs.exp
5860         * gdb.arch/e500-regs.exp
5861         * gdb.arch/powerpc-d128-regs.exp
5862         * gdb.base/arrayidx.exp
5863         * gdb.base/break.exp
5864         * gdb.base/checkpoint.exp
5865         * gdb.base/debug-expr.exp
5866         * gdb.base/dmsym.exp
5867         * gdb.base/radix.exp
5868         * gdb.base/sepdebug.exp
5869         * gdb.base/testenv.exp
5870         * gdb.base/watch_thread_num.exp
5871         * gdb.base/watchpoint-cond-gone.exp
5872         * gdb.cell/break.exp
5873         * gdb.cell/ea-cache.exp
5874         * gdb.compile/compile.exp
5875         * gdb.cp/gdb2495.exp
5876         * gdb.gdb/selftest.exp
5877         * gdb.gdb/xfullpath.exp
5878         * gdb.go/hello.exp
5879         * gdb.go/integers.exp
5880         * gdb.objc/basicclass.exp
5881         * gdb.pascal/hello.exp
5882         * gdb.pascal/integers.exp
5883         * gdb.python/py-breakpoint.exp
5884         * gdb.python/py-cmd.exp
5885         * gdb.python/py-linetable.exp
5886         * gdb.python/py-xmethods.exp
5887         * gdb.python/python.exp
5888         * gdb.reverse/consecutive-precsave.exp
5889         * gdb.reverse/finish-precsave.exp
5890         * gdb.reverse/i386-precsave.exp
5891         * gdb.reverse/machinestate-precsave.exp
5892         * gdb.reverse/sigall-precsave.exp
5893         * gdb.reverse/solib-precsave.exp
5894         * gdb.reverse/step-precsave.exp
5895         * gdb.reverse/until-precsave.exp
5896         * gdb.reverse/watch-precsave.exp
5897         * gdb.threads/leader-exit.exp
5898         * gdb.threads/pthreads.exp
5899         * gdb.threads/wp-replication.exp
5900         * gdb.trace/actions.exp
5901         * gdb.trace/mi-tsv-changed.exp
5902         * gdb.trace/tsv.exp
5903
5904 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5905
5906         Fix test names starting with uppercase throughout the files.
5907
5908         * gdb.arch/i386-bp_permanent.exp
5909         * gdb.arch/i386-gnu-cfi.exp
5910         * gdb.base/disasm-end-cu.exp
5911         * gdb.base/macscp.exp
5912         * gdb.base/pending.exp
5913         * gdb.base/watch_thread_num.exp
5914         * gdb.cp/exception.exp
5915         * gdb.cp/gdb2495.exp
5916         * gdb.cp/local.exp
5917         * gdb.python/py-evsignal.exp
5918         * gdb.python/python.exp
5919         * gdb.trace/tracecmd.exp
5920
5921 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5922
5923         Fix test names starting with uppercase throughout the files.
5924
5925         * gdb.base/charset.exp
5926         * gdb.base/eval.exp
5927         * gdb.base/multi-forks.exp
5928         * gdb.guile/scm-progspace.exp
5929         * gdb.opencl/datatypes.exp
5930         * gdb.python/py-block.exp
5931         * gdb.python/py-function.exp
5932         * gdb.python/py-symbol.exp
5933         * gdb.python/py-symtab.exp
5934         * gdb.python/py-xmethods.exp
5935         * gdb.reverse/break-precsave.exp
5936         * gdb.reverse/break-reverse.exp
5937         * gdb.reverse/consecutive-precsave.exp
5938         * gdb.reverse/consecutive-reverse.exp
5939         * gdb.reverse/finish-precsave.exp
5940         * gdb.reverse/finish-reverse-bkpt.exp
5941         * gdb.reverse/finish-reverse.exp
5942         * gdb.reverse/fstatat-reverse.exp
5943         * gdb.reverse/getresuid-reverse.exp
5944         * gdb.reverse/i386-precsave.exp
5945         * gdb.reverse/i386-reverse.exp
5946         * gdb.reverse/i386-sse-reverse.exp
5947         * gdb.reverse/i387-stack-reverse.exp
5948         * gdb.reverse/insn-reverse.exp
5949         * gdb.reverse/machinestate-precsave.exp
5950         * gdb.reverse/machinestate.exp
5951         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5952         * gdb.reverse/pipe-reverse.exp
5953         * gdb.reverse/readv-reverse.exp
5954         * gdb.reverse/recvmsg-reverse.exp
5955         * gdb.reverse/rerun-prec.exp
5956         * gdb.reverse/s390-mvcle.exp
5957         * gdb.reverse/sigall-precsave.exp
5958         * gdb.reverse/sigall-reverse.exp
5959         * gdb.reverse/solib-precsave.exp
5960         * gdb.reverse/solib-reverse.exp
5961         * gdb.reverse/step-precsave.exp
5962         * gdb.reverse/step-reverse.exp
5963         * gdb.reverse/time-reverse.exp
5964         * gdb.reverse/until-precsave.exp
5965         * gdb.reverse/until-reverse.exp
5966         * gdb.reverse/waitpid-reverse.exp
5967         * gdb.reverse/watch-precsave.exp
5968         * gdb.reverse/watch-reverse.exp
5969
5970 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5971
5972         Fix test names starting with uppercase throughout the files.
5973
5974         * gdb.arch/i386-mpx-simple_segv.exp
5975         * gdb.arch/i386-mpx.exp
5976         * gdb.arch/i386-permbkpt.exp
5977         * gdb.arch/pa-nullify.exp
5978         * gdb.arch/powerpc-d128-regs.exp
5979         * gdb.arch/vsx-regs.exp
5980         * gdb.base/bfp-test.exp
5981         * gdb.base/break.exp
5982         * gdb.base/breakpoint-shadow.exp
5983         * gdb.base/callfuncs.exp
5984         * gdb.base/charset.exp
5985         * gdb.base/commands.exp
5986         * gdb.base/completion.exp
5987         * gdb.base/dfp-test.exp
5988         * gdb.base/echo.exp
5989         * gdb.base/ending-run.exp
5990         * gdb.base/eval.exp
5991         * gdb.base/expand-psymtabs.exp
5992         * gdb.base/float128.exp
5993         * gdb.base/floatn.exp
5994         * gdb.base/foll-exec-mode.exp
5995         * gdb.base/gdb1056.exp
5996         * gdb.base/gdb11531.exp
5997         * gdb.base/kill-after-signal.exp
5998         * gdb.base/multi-forks.exp
5999         * gdb.base/overlays.exp
6000         * gdb.base/pending.exp
6001         * gdb.base/sepdebug.exp
6002         * gdb.base/testenv.exp
6003         * gdb.base/valgrind-db-attach.exp
6004         * gdb.base/watch_thread_num.exp
6005         * gdb.base/watchpoint-cond-gone.exp
6006         * gdb.base/watchpoint.exp
6007         * gdb.base/watchpoints.exp
6008         * gdb.cp/arg-reference.exp
6009         * gdb.cp/baseenum.exp
6010         * gdb.cp/operator.exp
6011         * gdb.cp/shadow.exp
6012         * gdb.dwarf2/dw2-op-out-param.exp
6013         * gdb.dwarf2/dw2-reg-undefined.exp
6014         * gdb.go/chan.exp
6015         * gdb.go/hello.exp
6016         * gdb.go/integers.exp
6017         * gdb.go/methods.exp
6018         * gdb.go/package.exp
6019         * gdb.guile/scm-parameter.exp
6020         * gdb.guile/scm-progspace.exp
6021         * gdb.guile/scm-value.exp
6022         * gdb.mi/mi-pending.exp
6023         * gdb.mi/user-selected-context-sync.exp
6024         * gdb.multi/multi-attach.exp
6025         * gdb.multi/tids.exp
6026         * gdb.opt/clobbered-registers-O2.exp
6027         * gdb.pascal/floats.exp
6028         * gdb.pascal/integers.exp
6029         * gdb.python/py-block.exp
6030         * gdb.python/py-events.exp
6031         * gdb.python/py-parameter.exp
6032         * gdb.python/py-symbol.exp
6033         * gdb.python/py-symtab.exp
6034         * gdb.python/py-type.exp
6035         * gdb.python/py-value.exp
6036         * gdb.python/py-xmethods.exp
6037         * gdb.python/python.exp
6038         * gdb.reverse/break-precsave.exp
6039         * gdb.reverse/consecutive-precsave.exp
6040         * gdb.reverse/finish-precsave.exp
6041         * gdb.reverse/i386-precsave.exp
6042         * gdb.reverse/machinestate-precsave.exp
6043         * gdb.reverse/sigall-precsave.exp
6044         * gdb.reverse/solib-precsave.exp
6045         * gdb.reverse/step-precsave.exp
6046         * gdb.reverse/until-precsave.exp
6047         * gdb.reverse/watch-precsave.exp
6048         * gdb.server/ext-attach.exp
6049         * gdb.server/ext-restart.exp
6050         * gdb.server/ext-run.exp
6051         * gdb.server/ext-wrapper.exp
6052         * gdb.stabs/gdb11479.exp
6053         * gdb.stabs/weird.exp
6054         * gdb.threads/attach-many-short-lived-threads.exp
6055         * gdb.threads/kill.exp
6056         * gdb.threads/watchpoint-fork.exp
6057
6058 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6059
6060         Fix test names starting with uppercase throughout all the files below.
6061
6062         * gdb.ada/array_return.exp
6063         * gdb.ada/catch_ex.exp
6064         * gdb.ada/info_exc.exp
6065         * gdb.ada/mi_catch_ex.exp
6066         * gdb.ada/mi_dyn_arr.exp
6067         * gdb.ada/mi_ex_cond.exp
6068         * gdb.ada/mi_exc_info.exp
6069         * gdb.ada/mi_interface.exp
6070         * gdb.ada/mi_task_arg.exp
6071         * gdb.ada/mi_task_info.exp
6072         * gdb.ada/mi_var_array.exp
6073         * gdb.arch/alpha-step.exp
6074         * gdb.arch/amd64-disp-step.exp
6075         * gdb.arch/arm-disp-step.exp
6076         * gdb.arch/disp-step-insn-reloc.exp
6077         * gdb.arch/e500-prologue.exp
6078         * gdb.arch/ftrace-insn-reloc.exp
6079         * gdb.arch/gdb1558.exp
6080         * gdb.arch/i386-bp_permanent.exp
6081         * gdb.arch/i386-disp-step.exp
6082         * gdb.arch/i386-float.exp
6083         * gdb.arch/i386-gnu-cfi.exp
6084         * gdb.arch/ia64-breakpoint-shadow.exp
6085         * gdb.arch/mips16-thunks.exp
6086         * gdb.arch/pa-nullify.exp
6087         * gdb.arch/powerpc-aix-prologue.exp
6088         * gdb.arch/powerpc-power.exp
6089         * gdb.arch/ppc-dfp.exp
6090         * gdb.arch/s390-tdbregs.exp
6091         * gdb.arch/spu-info.exp
6092         * gdb.arch/spu-ls.exp
6093         * gdb.arch/thumb-bx-pc.exp
6094         * gdb.base/advance.exp
6095         * gdb.base/annota-input-while-running.exp
6096         * gdb.base/arrayidx.exp
6097         * gdb.base/asmlabel.exp
6098         * gdb.base/async.exp
6099         * gdb.base/attach-wait-input.exp
6100         * gdb.base/auto-connect-native-target.exp
6101         * gdb.base/batch-preserve-term-settings.exp
6102         * gdb.base/bfp-test.exp
6103         * gdb.base/bigcore.exp
6104         * gdb.base/bp-permanent.exp
6105         * gdb.base/break-always.exp
6106         * gdb.base/break-fun-addr.exp
6107         * gdb.base/break-idempotent.exp
6108         * gdb.base/break-main-file-remove-fail.exp
6109         * gdb.base/break-probes.exp
6110         * gdb.base/break-unload-file.exp
6111         * gdb.base/break.exp
6112         * gdb.base/call-ar-st.exp
6113         * gdb.base/call-rt-st.exp
6114         * gdb.base/call-sc.exp
6115         * gdb.base/call-signal-resume.exp
6116         * gdb.base/call-strs.exp
6117         * gdb.base/callexit.exp
6118         * gdb.base/callfuncs.exp
6119         * gdb.base/catch-gdb-caused-signals.exp
6120         * gdb.base/catch-signal-siginfo-cond.exp
6121         * gdb.base/catch-syscall.exp
6122         * gdb.base/compare-sections.exp
6123         * gdb.base/cond-eval-mode.exp
6124         * gdb.base/condbreak-call-false.exp
6125         * gdb.base/consecutive-step-over.exp
6126         * gdb.base/cursal.exp
6127         * gdb.base/disabled-location.exp
6128         * gdb.base/disasm-end-cu.exp
6129         * gdb.base/display.exp
6130         * gdb.base/double-prompt-target-event-error.exp
6131         * gdb.base/dprintf-bp-same-addr.exp
6132         * gdb.base/dprintf-detach.exp
6133         * gdb.base/dprintf-next.exp
6134         * gdb.base/dprintf-non-stop.exp
6135         * gdb.base/dprintf-pending.exp
6136         * gdb.base/dso2dso.exp
6137         * gdb.base/ending-run.exp
6138         * gdb.base/enum_cond.exp
6139         * gdb.base/examine-backward.exp
6140         * gdb.base/exe-lock.exp
6141         * gdb.base/exec-invalid-sysroot.exp
6142         * gdb.base/execl-update-breakpoints.exp
6143         * gdb.base/execution-termios.exp
6144         * gdb.base/fileio.exp
6145         * gdb.base/fixsection.exp
6146         * gdb.base/foll-exec-mode.exp
6147         * gdb.base/foll-exec.exp
6148         * gdb.base/fork-running-state.exp
6149         * gdb.base/frame-args.exp
6150         * gdb.base/fullpath-expand.exp
6151         * gdb.base/func-ptr.exp
6152         * gdb.base/gcore-relro-pie.exp
6153         * gdb.base/gdb1090.exp
6154         * gdb.base/gdb1555.exp
6155         * gdb.base/global-var-nested-by-dso.exp
6156         * gdb.base/gnu-ifunc.exp
6157         * gdb.base/hbreak-in-shr-unsupported.exp
6158         * gdb.base/hbreak-unmapped.exp
6159         * gdb.base/hook-stop.exp
6160         * gdb.base/infcall-input.exp
6161         * gdb.base/info-fun.exp
6162         * gdb.base/info-shared.exp
6163         * gdb.base/interrupt-noterm.exp
6164         * gdb.base/jit-so.exp
6165         * gdb.base/jit.exp
6166         * gdb.base/line-symtabs.exp
6167         * gdb.base/list.exp
6168         * gdb.base/longjmp.exp
6169         * gdb.base/macscp.exp
6170         * gdb.base/max-value-size.exp
6171         * gdb.base/nodebug.exp
6172         * gdb.base/nofield.exp
6173         * gdb.base/overlays.exp
6174         * gdb.base/paginate-after-ctrl-c-running.exp
6175         * gdb.base/paginate-bg-execution.exp
6176         * gdb.base/paginate-inferior-exit.exp
6177         * gdb.base/pending.exp
6178         * gdb.base/pr11022.exp
6179         * gdb.base/printcmds.exp
6180         * gdb.base/ptr-typedef.exp
6181         * gdb.base/ptype.exp
6182         * gdb.base/randomize.exp
6183         * gdb.base/range-stepping.exp
6184         * gdb.base/realname-expand.exp
6185         * gdb.base/relativedebug.exp
6186         * gdb.base/remote.exp
6187         * gdb.base/savedregs.exp
6188         * gdb.base/sepdebug.exp
6189         * gdb.base/set-noassign.exp
6190         * gdb.base/shlib-call.exp
6191         * gdb.base/shreloc.exp
6192         * gdb.base/sigaltstack.exp
6193         * gdb.base/sigbpt.exp
6194         * gdb.base/siginfo-addr.exp
6195         * gdb.base/siginfo-obj.exp
6196         * gdb.base/siginfo-thread.exp
6197         * gdb.base/signest.exp
6198         * gdb.base/signull.exp
6199         * gdb.base/sigrepeat.exp
6200         * gdb.base/skip.exp
6201         * gdb.base/so-impl-ld.exp
6202         * gdb.base/solib-corrupted.exp
6203         * gdb.base/solib-disc.exp
6204         * gdb.base/solib-display.exp
6205         * gdb.base/solib-overlap.exp
6206         * gdb.base/solib-search.exp
6207         * gdb.base/solib-symbol.exp
6208         * gdb.base/source-execution.exp
6209         * gdb.base/sss-bp-on-user-bp-2.exp
6210         * gdb.base/sss-bp-on-user-bp.exp
6211         * gdb.base/stack-checking.exp
6212         * gdb.base/stale-infcall.exp
6213         * gdb.base/step-break.exp
6214         * gdb.base/step-line.exp
6215         * gdb.base/step-over-exit.exp
6216         * gdb.base/step-test.exp
6217         * gdb.base/structs.exp
6218         * gdb.base/sym-file.exp
6219         * gdb.base/symtab-search-order.exp
6220         * gdb.base/term.exp
6221         * gdb.base/type-opaque.exp
6222         * gdb.base/unload.exp
6223         * gdb.base/until-nodebug.exp
6224         * gdb.base/until.exp
6225         * gdb.base/unwindonsignal.exp
6226         * gdb.base/watch-cond.exp
6227         * gdb.base/watch-non-mem.exp
6228         * gdb.base/watch_thread_num.exp
6229         * gdb.base/watchpoint-reuse-slot.exp
6230         * gdb.base/watchpoint-solib.exp
6231         * gdb.base/watchpoint.exp
6232         * gdb.btrace/dlopen.exp
6233         * gdb.cell/arch.exp
6234         * gdb.cell/break.exp
6235         * gdb.cell/bt.exp
6236         * gdb.cell/core.exp
6237         * gdb.cell/data.exp
6238         * gdb.cell/dwarfaddr.exp
6239         * gdb.cell/ea-cache.exp
6240         * gdb.cell/ea-standalone.exp
6241         * gdb.cell/ea-test.exp
6242         * gdb.cell/f-regs.exp
6243         * gdb.cell/fork.exp
6244         * gdb.cell/gcore.exp
6245         * gdb.cell/mem-access.exp
6246         * gdb.cell/ptype.exp
6247         * gdb.cell/registers.exp
6248         * gdb.cell/sizeof.exp
6249         * gdb.cell/solib-symbol.exp
6250         * gdb.cell/solib.exp
6251         * gdb.compile/compile-tls.exp
6252         * gdb.cp/exception.exp
6253         * gdb.cp/gdb2495.exp
6254         * gdb.cp/local.exp
6255         * gdb.cp/mb-inline.exp
6256         * gdb.cp/mb-templates.exp
6257         * gdb.cp/pr10687.exp
6258         * gdb.cp/pr9167.exp
6259         * gdb.cp/scope-err.exp
6260         * gdb.cp/templates.exp
6261         * gdb.cp/virtfunc.exp
6262         * gdb.dwarf2/dw2-dir-file-name.exp
6263         * gdb.dwarf2/dw2-single-line-discriminators.exp
6264         * gdb.fortran/complex.exp
6265         * gdb.fortran/library-module.exp
6266         * gdb.guile/guile.exp
6267         * gdb.guile/scm-cmd.exp
6268         * gdb.guile/scm-frame-inline.exp
6269         * gdb.guile/scm-objfile.exp
6270         * gdb.guile/scm-pretty-print.exp
6271         * gdb.guile/scm-symbol.exp
6272         * gdb.guile/scm-type.exp
6273         * gdb.guile/scm-value.exp
6274         * gdb.linespec/keywords.exp
6275         * gdb.linespec/ls-errs.exp
6276         * gdb.linespec/macro-relative.exp
6277         * gdb.linespec/thread.exp
6278         * gdb.mi/mi-breakpoint-changed.exp
6279         * gdb.mi/mi-dprintf-pending.exp
6280         * gdb.mi/mi-fullname-deleted.exp
6281         * gdb.mi/mi-logging.exp
6282         * gdb.mi/mi-pending.exp
6283         * gdb.mi/mi-solib.exp
6284         * gdb.mi/new-ui-mi-sync.exp
6285         * gdb.mi/user-selected-context-sync.exp
6286         * gdb.multi/dummy-frame-restore.exp
6287         * gdb.multi/multi-arch-exec.exp
6288         * gdb.multi/remove-inferiors.exp
6289         * gdb.multi/watchpoint-multi-exit.exp
6290         * gdb.opt/solib-intra-step.exp
6291         * gdb.perf/backtrace.exp
6292         * gdb.perf/single-step.exp
6293         * gdb.perf/skip-command.exp
6294         * gdb.perf/skip-prologue.exp
6295         * gdb.perf/solib.exp
6296         * gdb.python/lib-types.exp
6297         * gdb.python/py-as-string.exp
6298         * gdb.python/py-bad-printers.exp
6299         * gdb.python/py-block.exp
6300         * gdb.python/py-breakpoint.exp
6301         * gdb.python/py-cmd.exp
6302         * gdb.python/py-events.exp
6303         * gdb.python/py-evthreads.exp
6304         * gdb.python/py-finish-breakpoint.exp
6305         * gdb.python/py-finish-breakpoint2.exp
6306         * gdb.python/py-frame-inline.exp
6307         * gdb.python/py-frame.exp
6308         * gdb.python/py-inferior.exp
6309         * gdb.python/py-infthread.exp
6310         * gdb.python/py-mi.exp
6311         * gdb.python/py-objfile.exp
6312         * gdb.python/py-pp-maint.exp
6313         * gdb.python/py-pp-registration.exp
6314         * gdb.python/py-prettyprint.exp
6315         * gdb.python/py-recurse-unwind.exp
6316         * gdb.python/py-shared.exp
6317         * gdb.python/py-symbol.exp
6318         * gdb.python/py-symtab.exp
6319         * gdb.python/py-template.exp
6320         * gdb.python/py-type.exp
6321         * gdb.python/py-unwind-maint.exp
6322         * gdb.python/py-unwind.exp
6323         * gdb.python/py-value.exp
6324         * gdb.python/python.exp
6325         * gdb.reverse/finish-reverse-bkpt.exp
6326         * gdb.reverse/insn-reverse.exp
6327         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6328         * gdb.reverse/solib-precsave.exp
6329         * gdb.reverse/solib-reverse.exp
6330         * gdb.stabs/gdb11479.exp
6331         * gdb.stabs/weird.exp
6332         * gdb.threads/fork-child-threads.exp
6333         * gdb.threads/fork-plus-threads.exp
6334         * gdb.threads/fork-thread-pending.exp
6335         * gdb.threads/forking-threads-plus-breakpoint.exp
6336         * gdb.threads/hand-call-in-threads.exp
6337         * gdb.threads/interrupted-hand-call.exp
6338         * gdb.threads/linux-dp.exp
6339         * gdb.threads/local-watch-wrong-thread.exp
6340         * gdb.threads/next-while-other-thread-longjmps.exp
6341         * gdb.threads/non-ldr-exit.exp
6342         * gdb.threads/pending-step.exp
6343         * gdb.threads/print-threads.exp
6344         * gdb.threads/process-dies-while-detaching.exp
6345         * gdb.threads/process-dies-while-handling-bp.exp
6346         * gdb.threads/pthreads.exp
6347         * gdb.threads/queue-signal.exp
6348         * gdb.threads/reconnect-signal.exp
6349         * gdb.threads/signal-command-handle-nopass.exp
6350         * gdb.threads/signal-command-multiple-signals-pending.exp
6351         * gdb.threads/signal-delivered-right-thread.exp
6352         * gdb.threads/signal-sigtrap.exp
6353         * gdb.threads/sigthread.exp
6354         * gdb.threads/staticthreads.exp
6355         * gdb.threads/stepi-random-signal.exp
6356         * gdb.threads/thread-unwindonsignal.exp
6357         * gdb.threads/thread_check.exp
6358         * gdb.threads/thread_events.exp
6359         * gdb.threads/tid-reuse.exp
6360         * gdb.threads/tls-nodebug.exp
6361         * gdb.threads/tls-shared.exp
6362         * gdb.threads/tls-so_extern.exp
6363         * gdb.threads/tls.exp
6364         * gdb.threads/wp-replication.exp
6365         * gdb.trace/actions-changed.exp
6366         * gdb.trace/actions.exp
6367         * gdb.trace/backtrace.exp
6368         * gdb.trace/change-loc.exp
6369         * gdb.trace/collection.exp
6370         * gdb.trace/deltrace.exp
6371         * gdb.trace/disconnected-tracing.exp
6372         * gdb.trace/entry-values.exp
6373         * gdb.trace/ftrace-lock.exp
6374         * gdb.trace/ftrace.exp
6375         * gdb.trace/infotrace.exp
6376         * gdb.trace/mi-trace-frame-collected.exp
6377         * gdb.trace/mi-trace-unavailable.exp
6378         * gdb.trace/mi-traceframe-changed.exp
6379         * gdb.trace/mi-tracepoint-changed.exp
6380         * gdb.trace/mi-tsv-changed.exp
6381         * gdb.trace/no-attach-trace.exp
6382         * gdb.trace/packetlen.exp
6383         * gdb.trace/passc-dyn.exp
6384         * gdb.trace/passcount.exp
6385         * gdb.trace/pending.exp
6386         * gdb.trace/pr16508.exp
6387         * gdb.trace/qtro.exp
6388         * gdb.trace/range-stepping.exp
6389         * gdb.trace/read-memory.exp
6390         * gdb.trace/report.exp
6391         * gdb.trace/save-trace.exp
6392         * gdb.trace/signal.exp
6393         * gdb.trace/stap-trace.exp
6394         * gdb.trace/status-stop.exp
6395         * gdb.trace/strace.exp
6396         * gdb.trace/tfile.exp
6397         * gdb.trace/tfind.exp
6398         * gdb.trace/trace-break.exp
6399         * gdb.trace/trace-condition.exp
6400         * gdb.trace/trace-enable-disable.exp
6401         * gdb.trace/trace-mt.exp
6402         * gdb.trace/tracecmd.exp
6403         * gdb.trace/tracefile-pseudo-reg.exp
6404         * gdb.trace/tspeed.exp
6405         * gdb.trace/tstatus.exp
6406         * gdb.trace/tsv.exp
6407         * gdb.trace/unavailable.exp
6408         * gdb.trace/while-dyn.exp
6409         * gdb.trace/while-stepping.exp
6410         * lib/gdb-guile.exp
6411         * lib/gdb.exp
6412         * lib/mi-support.exp
6413         * lib/pascal.exp
6414         * lib/perftest.exp
6415         * lib/prelink-support.exp
6416         * lib/selftest-support.exp
6417
6418 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
6419
6420         * Makefile.in: Include disable-implicit-rules.mk.
6421
6422 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6423
6424         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6425         non-byte-aligned bit fields.
6426
6427 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6428
6429         PR gdb/12616
6430         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
6431         respects the DW_AT_data_bit_offset attribute.
6432
6433 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
6434
6435         * gdb.base/default.exp: Fix output of "set language".
6436
6437 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
6438
6439         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6440         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
6441         make.
6442         * configure.ac: Remove checks for the make program.
6443         * configure: Re-generate.
6444
6445 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
6446
6447         * gdb.python/py-recurse-unwind.c (main): Add loop.
6448         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6449         to read_register() and gdb.parse_and_eval().  Make each code
6450         call a separate case that can be individually tested.
6451         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6452         proc. Call cont_and_backtrace for each of the code paths that
6453         we want to test in the unwinder.
6454
6455 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6456
6457         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6458         the definition of struct S.
6459
6460 2016-11-11  Catherine Moore  <clm@codesourcery.com>
6461
6462         * gdb.base/dump.exp: Identify verilog format dump tests as such.
6463
6464 2016-11-09  Pedro Alves  <palves@redhat.com>
6465
6466         * gdb.base/commands.exp (runto_or_return): New procedure.
6467         (gdbvar_simple_if_test, gdbvar_simple_while_test)
6468         (gdbvar_complex_if_while_test, progvar_simple_if_test)
6469         (progvar_simple_while_test, progvar_complex_if_while_test)
6470         (if_while_breakpoint_command_test)
6471         (infrun_breakpoint_command_test, breakpoint_command_test)
6472         (user_defined_command_test, watchpoint_command_test)
6473         (test_command_prompt_position, redefine_hook_test)
6474         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6475         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6476         multi_line_input and multi_line.  Remove gdb_expect and
6477         gdb_stop_suppressing_tests uses.
6478         * lib/gdb.exp (valnum_re): New global.
6479         (multi_line_input): New procedure.
6480
6481 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
6482
6483         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6484         Remove.
6485         (test_setup): Define with proc_with_prefix.
6486         (test_cli_inferior): Likewise.
6487         (test_cli_thread): Likewise.
6488         (test_cli_frame): Likewise.
6489         (test_cli_select_frame): Likewise.
6490         (test_cli_up_down): Likewise.
6491         (test_mi_thread_select): Likewise.
6492         (test_mi_stack_select_frame): Likewise.
6493         (test_cli_in_mi_inferior): Likewise.
6494         (test_cli_in_mi_thread): Likewise.
6495         (test_cli_in_mi_frame): Likewise.
6496         (top level): Do not use with_test_prefix_procname.
6497
6498 2016-11-09  Pedro Alves  <palves@redhat.com>
6499
6500         * gdb.base/commands.exp (gdbvar_simple_if_test)
6501         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6502         (progvar_simple_if_test, progvar_simple_while_test)
6503         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6504         (infrun_breakpoint_command_test, breakpoint_command_test)
6505         (user_defined_command_test, watchpoint_command_test)
6506         (test_command_prompt_position, deprecated_command_test)
6507         (bp_deleted_in_command, temporary_breakpoint_commands)
6508         (stray_arg0_test, source_file_with_indented_comment)
6509         (recursive_source_test, if_commands_test)
6510         (error_clears_commands_left, redefine_hook_test)
6511         (redefine_backtrace_test): Use proc_with_prefix.
6512         * lib/gdb.exp (proc_with_prefix): New proc.
6513
6514 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6515
6516         * gdb.base/tui-layout.c: New file.
6517         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6518         disassembly window contains very long lines.
6519
6520 2016-11-08  Tom Tromey  <tom@tromey.com>
6521
6522         * gdb.python/py-value.exp (test_value_creation): Make "long" test
6523         depend on Python 2.
6524
6525 2016-11-08  Tom Tromey  <tom@tromey.com>
6526
6527         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6528         New method.
6529
6530 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
6531
6532         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6533
6534 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
6535
6536         * gdb.rust/simple.rs: Add test for univariant enums without
6537         discriminants and for encoded struct-like enums.
6538
6539 2016-10-28  Pedro Alves  <palves@redhat.com>
6540
6541         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6542         gdb_test_multiple, tighten regexps and match symtabs and line
6543         tables incrementally.
6544
6545 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
6546
6547         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6548         general.
6549
6550 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
6551
6552         * gdb.base/exec-invalid-sysroot.exp: New file.
6553
6554 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6555
6556         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6557
6558 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6559
6560         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6561
6562 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
6563
6564         * gdb.base/killed-outside.exp: Remove $options from a call to
6565         `prepare_for_testing'.
6566
6567 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6568
6569         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6570         Change test message.
6571
6572 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6573
6574         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6575         Update comment.
6576
6577 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6578
6579         * gdb.trace/mi-trace-save.exp: New file.
6580
6581 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6582
6583         * gdb.base/code_elim.exp (get_var_address): Remove.
6584         * gdb.base/relocate.exp: Likewise.
6585         * gdb.base/shreloc.exp: Likewise.
6586         * lib/gdb.exp (get_var_address): New.
6587
6588 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6589
6590         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6591         floating point tests if $skip_float_test is false.
6592
6593 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
6594
6595         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6596         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6597         argc values.
6598         Add 1 to argc so we guarantee distinct initial/modified argc values.
6599
6600 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6601
6602         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6603
6604 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6605
6606         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6607         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6608         * gdb.arch/vsx-regs.exp: Likewise.
6609
6610 2016-10-07  Yao Qi  <yao.qi@linaro.org>
6611
6612         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6613
6614 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
6615
6616         * gdb.python/python.exp: Test decode_line("*0").
6617
6618 2016-10-06  Doug Evans  <dje@google.com>
6619
6620         * gdb.python/py-value.exp (test_value_creation): Add test for large
6621         unsigned 64-bit value.
6622
6623 2016-10-06  Tom Tromey  <tom@tromey.com>
6624
6625         * gdb.compile/compile.exp: Change java tests to rust.
6626         * gdb.base/setshow.exp: Change java tests to rust.
6627         * gdb.base/default.exp: Remove java from language list.
6628         * README (Examples): Update language example.
6629         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6630         test.
6631         * lib/gdb.exp (skip_java_tests): Remove.
6632         * lib/java.exp: Remove.
6633         * gdb.java: Remove.
6634
6635 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6636
6637         * gdb.arch/mips-fcr.exp: New test.
6638         * gdb.arch/mips-fcr.c: Source for the new test.
6639
6640 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6641
6642         * gdb.base/solib-disc.exp: Use `standard_output_file'
6643         throughout.
6644
6645 2016-10-06  Pedro Alves  <palves@redhat.com>
6646
6647         * gdb.base/jit-simple-dl.c: New file.
6648         * gdb.base/jit-simple-jit.c: New file, factored out from ...
6649         * gdb.base/jit-simple.c: ... this.
6650         * gdb.base/jit-simple.exp (jit_run): Delete.
6651         (build_jit): New proc.
6652         (jit_test_reread): Recompile either the main program or the shared
6653         library, depending on what is being tested.  Skip changing address
6654         if caller wants to.  Compare before/after addresses.  If testing
6655         standalone, explicitly load the binary.  Test "maint info
6656         breakpoints".
6657         (top level): Add "standalone vs shared lib" and "change address"
6658         vs "same address" axes.
6659
6660 2016-10-06  Pedro Alves  <palves@redhat.com>
6661
6662         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6663         call.
6664         (jit_run): Delete.
6665         (jit_test_reread): Use with_test_prefix.  Reload the main binary
6666         explicitly.  Compare the before/after addresses of the JIT
6667         descriptor.
6668
6669 2016-08-15  Doug Evans  <dje@google.com>
6670
6671         * gdb.xml/extra-regs.xml: Update, end field now required, default type
6672         for single bitfields is bool.
6673         * gdb.xml/tdesc-regs.exp: Ditto.
6674
6675 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6676
6677         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6678
6679 2016-10-05  Yao Qi  <yao.qi@linaro.org>
6680
6681         * lib/gdb.exp (support_complex_tests): Return zero if
6682         gdb_skip_float_test return true.
6683
6684 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6685             Simon Marchi  <simon.marchi@ericsson.com>
6686
6687         PR gdb/20487
6688         * gdb.mi/user-selected-context-sync.exp: New file.
6689         * gdb.mi/user-selected-context-sync.c: New file.
6690
6691 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6692             Simon Marchi  <simon.marchi@ericsson.com>
6693
6694         PR gdb/20487
6695         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6696         =thread-select-event check.
6697
6698 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
6699
6700         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6701         the compulsory L operand changes.
6702         * gdb.arch/powerpc-power.s: Likewise.
6703
6704 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6705
6706         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6707         * gdb.base/jit-attach-pie.c: New file.
6708         * gdb.base/jit-attach-pie.exp: New file.
6709
6710 2016-09-28  Pedro Alves  <palves@redhat.com>
6711
6712         * gdb.base/infcall-input.c: New file.
6713         * gdb.base/infcall-input.exp: New file.
6714
6715 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6716
6717         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6718         (gdb_exit): Rename it to ...
6719         (gdbserver_gdb_exit): ...  Close GDBserver.
6720         (gdb_exit): New proc, call gdbserver_gdb_exit.
6721         (mi_gdb_exit): Likewise.
6722
6723 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6724
6725         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6726         path.
6727         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6728         Remove duplication.
6729
6730 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6731
6732         * lib/gdbserver-support.exp: Check the existence of
6733         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6734
6735 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
6736
6737         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6738
6739 2016-09-21  Tom Tromey  <tom@tromey.com>
6740
6741         PR gdb/20604:
6742         * gdb.base/quit.exp: New file.
6743
6744 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
6745
6746         * .gitignore: New file.
6747
6748 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
6749
6750         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6751         throughout.
6752
6753 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6754
6755         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6756
6757 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6758
6759         * gdb.cp/casts.cc (decltype): Move it ...
6760         (main): ... with its call to ...
6761         * gdb.cp/casts03.cc: ... a new file.
6762         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6763
6764 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6765
6766         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6767
6768 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
6769
6770         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6771         and sync up the test with tests in gas/testsuite/gas/ppc.
6772         * gdb.arch/powerpc-power.exp: Likewise.
6773
6774 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6775
6776         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6777
6778 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6779             Jan Kratochvil  <jan.kratochvil@redhat.com>
6780
6781         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6782         make m1's definition to be different from m2's.  Use 'dummy' as an
6783         argument for probe 'two'.
6784
6785 2016-09-10  Jon Beniston  <jon@beniston.com>
6786
6787         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6788         for sim target.
6789
6790 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6791
6792         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6793         variable declaration.
6794         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
6795         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6796         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6797         received HWCAP as its argument.
6798
6799 2016-09-06  Pedro Alves  <palves@redhat.com>
6800
6801         * gdb.base/new-ui-pending-input.c: New file.
6802         * gdb.base/new-ui-pending-input.exp: New file.
6803         * gdb.exp (clear_gdb_spawn_id): New procedure.
6804         (with_spawn_id): Check whether gdb_spawn_id exists before
6805         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
6806         on exit.
6807
6808 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6809
6810         * gdb.base/float128.c: New file.
6811         * gdb.base/float128.exp: Likewise.
6812         * gdb.base/floatn.c: Likewise.
6813         * gdb.base/floatn.exp: Likewise.
6814
6815 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6816
6817         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6818
6819 2016-09-05  Pedro Alves  <palves@redhat.com>
6820
6821         PR backtrace/19927
6822         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6823         unwinders are immediately called as side effect of "source" or
6824         "disable unwinder" commands.
6825         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6826
6827 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6828
6829         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6830         is true and $type is "float" or "double".
6831
6832 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6833
6834         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6835         true.
6836         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6837         * gdb.base/call-rt-st.exp: Likewise.
6838         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6839         return value instead of gdb,skip_float_test.
6840         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6841         (do_function_calls): Use its return value instead of
6842         gdb,skip_float_test.
6843         * gdb.base/finish.exp: Likewise.
6844         * gdb.base/funcargs.exp: Likewise.
6845         * gdb.base/return.exp: Likewise.
6846         * gdb.base/return2.exp: Likewise.
6847         * gdb.base/varargs.exp: Likewise.
6848         * lib/gdb.exp (gdb_skip_float_test): Change it to
6849         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
6850
6851 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6852
6853         * gdb.multi/tids.exp: Test "thread apply all".
6854
6855 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6856
6857         * gdb.base/default.exp (tty): Remove.
6858
6859 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
6860
6861         * gdb.python/py-recurse-unwind.c: New file.
6862         * gdb.python/py-recurse-unwind.py: New file.
6863         * gdb.python/py-recurse-unwind.exp: New file.
6864
6865 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
6866
6867         * gdb.base/set-inferior-tty.exp: New file.
6868         * gdb.base/set-inferior-tty.c: New file.
6869
6870 2016-08-23  Pedro Alves  <palves@redhat.com>
6871
6872         PR gdb/20494
6873         * gdb.base/new-ui-echo.c: New file.
6874         * gdb.base/new-ui-echo.exp: New file.
6875
6876 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6877
6878         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6879         gdbserver_spawn.
6880         * gdb.server/connect-without-multi-process.exp (do_test):
6881         Likewise.
6882
6883 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6884
6885         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6886         standalone_txt.  Delete gdb_txt and standalone_txt on host
6887         and target.  Spawn the binary on target.  Copy files from
6888         target to host.
6889
6890 2016-08-22  Pedro Alves  <palves@redhat.com>
6891
6892         PR gdb/20505
6893         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
6894         with_test_prefix.  Factor out bits to ...
6895         (test_no_vdso): ... this new procedure.
6896
6897 2016-08-19  Carl Love  <cel@us.ibm.com>
6898
6899         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6900         maintaining separate logic for constructing the output path.
6901         * gdb.arch/powerpc-d128-regs.exp: Likewise.
6902         * gdb.arch/ppc-dfp.exp: Likewise.
6903         * gdb.arch/ppc-fp.exp: Likewise.
6904         * gdb.arch/vsx-regs.exp: Likewise.
6905         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6906         binprefix for generating the additional binary files.
6907
6908 2016-08-19  Pedro Alves  <palves@redhat.com>
6909
6910         * gdb.trace/mi-trace-frame-collected.exp
6911         (test_trace_frame_collected): On x32, expect two registers.
6912
6913 2016-08-18  Carl Love  <cel@us.ibm.com>
6914
6915         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6916         and sync up the test with tests in gas/testsuite/gas/ppc.
6917         * gdb.arch/powerpc-power.exp: Likewise.
6918
6919 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6920
6921         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6922         expected error message.
6923
6924 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6925
6926         * gdb.multi/remove-inferiors.exp: New file.
6927         * gdb.multi/remove-inferiors.c: New file.
6928
6929 2016-08-12  Yao Qi  <yao.qi@linaro.org>
6930
6931         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6932         argument list.
6933
6934 2016-08-10  Pedro Alves  <palves@redhat.com>
6935
6936         PR gdb/19187
6937         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6938         setup_kfails.
6939
6940 2016-08-09  Pedro Alves  <palves@redhat.com>
6941             Simon Marchi  <simon.marchi@ericsson.com>
6942
6943         PR gdb/20418
6944         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6945         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6946
6947 2016-08-09  Pedro Alves  <palves@redhat.com>
6948
6949         PR mi/20431
6950         * gdb.mi/mi-cmd-error.exp: New file.
6951
6952 2016-08-09  Pedro Alves  <palves@redhat.com>
6953
6954         PR gdb/18653
6955         * gdb.base/signals-state-child.c: New file.
6956         * gdb.base/signals-state-child.exp: New file.
6957         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6958
6959 2016-08-09  Pedro Alves  <palves@redhat.com>
6960
6961         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6962
6963 2016-08-03  Tom Tromey  <tom@tromey.com>
6964
6965         PR python/18565:
6966         * gdb.python/py-frame-inline.exp: Add Frame.function test.
6967
6968 2016-08-01  Yao Qi  <yao.qi@linaro.org>
6969
6970         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6971         variable mode to "multi-process" if $multi_process is 1, otherwise
6972         set it to "single-process".
6973
6974 2016-08-01  Yao Qi  <yao.qi@linaro.org>
6975
6976         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6977         * gdb.cp/cpexprs.exp: Likewise.
6978         * gdb.cp/m-static.exp: Likewise.
6979
6980 2016-07-26  Tom Tromey  <tom@tromey.com>
6981
6982         PR python/20190:
6983         * gdb.threads/tls.exp (check_thread_local): Add python symbol
6984         test.
6985
6986 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
6987
6988         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6989         selecting assembly source files.
6990         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6991         assembly source files.
6992         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6993         assembly source files.
6994         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6995         selecting assembly source files.
6996
6997 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
6998
6999         * gdb.base/new-ui.exp (do_test_invalid_args): New
7000         procedure.
7001
7002 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
7003
7004         * gdb.btrace/reconnect.c: New file.
7005         * gdb.btrace/reconnect.exp: New file.
7006
7007 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
7008
7009         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7010         to test_catch_syscall_group.
7011         (test_catch_syscall_group): New.
7012
7013 2016-07-21  Tom Tromey  <tom@tromey.com>
7014
7015         * gdb.rust/simple.rs (main): Use empty struct expression.
7016         * gdb.rust/simple.exp: Add tests for empty struct expression.
7017
7018 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7019
7020         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7021         if gdb_skip_xml_test is true on some targets.
7022
7023 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7024
7025         * gdb.server/solib-list.exp: Unset last_loaded_file.
7026
7027 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7028
7029         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7030         "step into captured_main (args)".
7031
7032 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7033
7034         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7035
7036 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7037
7038         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7039
7040 2016-07-19  Pedro Alves  <palves@redhat.com>
7041
7042         * gdb.opt/inline-break.exp: Remove optimize=-O2.
7043         * gdb.opt/inline-bt.exp: Likewise.
7044         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7045         additional_flags=-Winline.
7046         * gdb.opt/inline-locals.exp: Likewise.
7047         * gdb.opt/inline-markers.c (ATTR): Define.
7048         (inlined_fn): Use it.
7049
7050 2016-07-19  Yao Qi  <yao.qi@linaro.org>
7051
7052         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7053         (test_with_self): Remove some code.  Remove argument executable.
7054         (top-level): Use do_self_tests.
7055
7056 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
7057             Don Breazeal <donb@codesourcery.com>
7058
7059         * gdb.base/maint.exp: Escape paths used in regular expressions.
7060         * gdb.stabs/weird.exp: Likewise.
7061
7062 2016-07-13  Tom Tromey  <tom@tromey.com>
7063
7064         PR python/15620, PR python/18620:
7065         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7066         (test_bkpt_events): New procs.
7067
7068 2016-07-13  Tom Tromey  <tom@tromey.com>
7069
7070         PR python/17698:
7071         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7072         test.
7073         (test_watchpoints): Likewise.
7074         (test_bkpt_pending): New proc.
7075
7076 2016-07-13  Tom Tromey  <tom@tromey.com>
7077
7078         PR cli/18053:
7079         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7080         completion test.
7081
7082 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7083
7084         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7085         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7086         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7087         f_label.
7088         (g): Rename g_end_lbl to g_label.
7089         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7090         low_pc and high_pc.
7091         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7092
7093 2016-07-12  Tom Tromey  <tom@tromey.com>
7094
7095         PR python/19293:
7096         * gdb.python/py-unwind-maint.exp: Update tests.
7097
7098 2016-07-12  Yao Qi  <yao.qi@linaro.org>
7099
7100         * lib/selftest-support.exp (selftest_setup): Match the output
7101         when captured_main is inlined.
7102
7103 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7104
7105         * gdb.fortran/derived-types.exp (result_line, result_line_2):
7106         New variables.
7107         (print this%a, print this%b, print this): New tests.
7108         * gdb.fortran/derived-types.f90 (this): New object and
7109         initialization.
7110
7111 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7112
7113         * gdb.ada/arraydim.exp: Remove extra directory level in build
7114         directory.
7115
7116 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7117
7118         * lib/ada.exp: Remove extra directory level in build directory.
7119         * gdb.ada/cond_lang.exp: Likewise.
7120         * gdb.ada/exec_changed.exp: Likewise.
7121         * gdb.ada/lang_switch.exp: Likewise.
7122
7123 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
7124
7125         * simple.rs: Add test for raw pointer subscripting.
7126         * simple.exp: Add test expectations.
7127
7128 2016-07-05  Yao Qi  <yao.qi@linaro.org>
7129
7130         * gdb.mi/mi-reverse.exp: Match =record-started output.
7131
7132 2016-07-01  Pedro Alves  <palves@redhat.com>
7133
7134         * gdb.base/jit-reader.exp (info_registers_current_frame): New
7135         procedure.
7136         (jit_reader_test): Test the jit reader's unwinder.
7137         * gdb.base/jithost.c (jit_function_00_code): New global.
7138         (main): Use memcpy to fill in the mmapped code, instead of poking
7139         bytes manually here.
7140         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7141         value.
7142         (read_debug_info): Save the function's range.
7143         (read_sp): New function.
7144         (unwind_frame): Use it.  Also unwind RBP.
7145         (get_frame_id): Use read_sp.
7146         (gdb_init_reader): Use calloc instead of malloc.
7147         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7148         parameter.  Use gdb_test_multiple.
7149
7150 2016-07-01  Pedro Alves  <palves@redhat.com>
7151             Antoine Tremblay  <antoine.tremblay@ericsson.com>
7152
7153         * gdb.threads/process-dies-while-detaching.c: New file.
7154         * gdb.threads/process-dies-while-detaching.exp: New file.
7155
7156 2016-07-01  Pedro Alves  <palves@redhat.com>
7157
7158         * gdb.multi/watchpoint-multi-exit.c: New file.
7159         * gdb.multi/watchpoint-multi-exit.exp: New file.
7160
7161 2016-06-30  Pedro Alves  <palves@redhat.com>
7162
7163         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7164         unset inferior_spawn_id.
7165
7166 2016-06-30  Pedro Alves  <palves@redhat.com>
7167
7168         * lib/mi-support.exp (default_mi_gdb_start): Declare global
7169         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7170
7171 2016-06-29  Yao Qi  <yao.qi@linaro.org>
7172
7173         * gdb.base/return.c: Add copyright header.
7174
7175 2016-06-29  Tom Tromey  <tom@tromey.com>
7176
7177         PR python/20129:
7178         * gdb.python/py-framefilter.exp: Add tests for setting priority
7179         and disabling of non-existent frame filter.
7180
7181 2016-06-29  Yao Qi  <yao.qi@linaro.org>
7182
7183         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7184         0x0f07ff.
7185
7186 2016-06-28  Yao Qi  <yao.qi@linaro.org>
7187
7188         * gdb.base/catch-syscall.exp: Remove check on isnative and target
7189         triplets.  Start gdb, execute catch syscall, and continue.  Check
7190         gdb's output to determine catch syscall is supported.
7191
7192 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
7193
7194         * gdb.rust/simple.rs: Add test for returning unit in a function.
7195         * gdb.rust/simple.exp: Add expectation for functions returning
7196         unit.
7197
7198 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
7199
7200         * gdb.python/py-breakpoint-create-fail.c,
7201         gdb.python/py-breakpoint-create-fail.exp,
7202         gdb.python/py-breakpoint-create-fail.py: New testcase.
7203
7204 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
7205
7206         PR gdb/20239
7207         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7208         * gdb.rust/simple.exp: Add test expectations for new NonZero
7209         tests.
7210
7211 2016-06-24  David Taylor  <dtaylor@emc.com>
7212
7213         * gdb.base/offsets.exp: New file.
7214         * gdb.base/offsets.c: New file.
7215
7216 2016-06-23  Tom Tromey  <tom@tromey.com>
7217
7218         PR gdb/16483:
7219         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7220         before any filters are loaded.
7221
7222 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7223
7224         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7225         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7226         structs.
7227         * gdb.fortran/derived-type-function.exp: New file.
7228         * gdb.fortran/derived-type-function.f90: New file.
7229
7230
7231 2016-06-21  Pedro Alves  <palves@redhat.com>
7232
7233         * gdb.base/new-ui.exp: New file.
7234         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7235         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7236         (with_spawn_id): New procedure.
7237
7238 2016-06-21  Pedro Alves  <palves@redhat.com>
7239
7240         * gdb.mi/mi-exec-run.exp: New file.
7241
7242 2016-06-21  Pedro Alves  <palves@redhat.com>
7243
7244         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7245         breakpoint command's output on the main UI.
7246         (test_break): New procedure, factored out from calls in the top
7247         level.
7248         (top level): Use foreach_with_prefix to test MI as main UI and as
7249         separate UI.
7250
7251 2016-06-21  Pedro Alves  <palves@redhat.com>
7252
7253         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7254         (test_awatch_creation_and_listing)
7255         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7256         Remove 'type' parameter.
7257         (test_watchpoint_all): New parameter mi_mode.  Remove
7258         with_test_prefix.
7259         (top level): Use foreach_with_prefix, and add main/separate UI MI
7260         testing axis.
7261
7262 2016-06-21  Pedro Alves  <palves@redhat.com>
7263
7264         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7265         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7266         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7267         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7268         (gdb_main_spawn_id, mi_spawn_id): Declare and
7269         comment.
7270         (mi_create_inferior_pty): New procedure,
7271         factored out from default_mi_gdb_start.
7272         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7273         procedures.
7274         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7275         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7276         Use mi_create_inferior_pty.
7277         (mi_gdb_start): Use eval to pass down args list.
7278
7279 2016-06-21  Pedro Alves  <palves@redhat.com>
7280
7281         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7282         * gdb.opt/inline-cmds.exp: Add MI tests.
7283
7284 2016-06-21  Pedro Alves  <palves@redhat.com>
7285
7286         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7287
7288 2016-06-21  Pedro Alves  <palves@redhat.com>
7289
7290         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7291         (top level): Use it instead of mi_execute_to.
7292
7293 2016-06-21  Pedro Alves  <palves@redhat.com>
7294
7295         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7296         (cont_handler_str): New.
7297         (signal_stop_handler): Set stop_handler_str instead of printing to
7298         stdout.
7299         (continue_handler): Set cont_handler_str instead of printing to
7300         stdout.
7301         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7302         mi_send_resuming_command.  Print stop_handler_str and
7303         cont_handler_str instead of expecting the python events print
7304         directly.
7305
7306 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
7307
7308         * gdb.base/jit-reader.exp: New file.
7309         * gdb.base/jithost.c: New file.
7310         * gdb.base/jithost.h: New file.
7311         * gdb.base/jitreader.c : New file.
7312         * gdb.base/jit-protocol.h: New file.
7313
7314 2016-06-17  Yao Qi  <yao.qi@linaro.org>
7315
7316         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7317         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
7318         and detach-on-fork.  Adjust tests.
7319         (top level): Invoke break_cond_on_syscall with combinations of
7320         syscall, follow-fork-mode and detach-on-fork.
7321
7322 2016-06-17  Yao Qi  <yao.qi@linaro.org>
7323
7324         * gdb.base/step-over-exit.c: New.
7325         * gdb.base/step-over-exit.exp: New.
7326
7327 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
7328
7329         * gdb.base/float.exp: Add target check for nds32*-*-*.
7330         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7331
7332 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7333
7334         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7335         for unsupported target features.
7336         * gdb.base/call-rt-st.exp: Likewise.
7337         * gdb.base/call-sc.exp: Likewise.
7338         * gdb.base/call-signal-resume.exp: Likewise.
7339         * gdb.base/call-strs.exp: Likewise.
7340         * gdb.base/callexit.exp: Likewise.
7341         * gdb.base/callfuncs.exp: Likewise.
7342         * gdb.base/nodebug.exp: Likewise.
7343         * gdb.base/printcmds.exp: Likewise.
7344         * gdb.base/ptype.exp: Likewise.
7345         * gdb.base/structs.exp: Likewise.
7346         * gdb.base/unwindonsignal.exp: Likewise.
7347         * gdb.cp/gdb2495.exp: Likewise.
7348         * gdb.cp/templates.exp: Likewise.
7349         * gdb.cp/virtfunc.exp: Likewise.
7350         * gdb.threads/hand-call-in-threads.exp: Likewise.
7351         * gdb.threads/interrupted-hand-call.exp: Likewise.
7352         * gdb.threads/thread-unwindonsignal.exp: Likewise.
7353
7354 2016-06-10  Tom Tromey  <tom@tromey.com>
7355
7356         PR rust/20110:
7357         * gdb.rust/expr.exp: Add test for integer constant larger than
7358         i32.
7359
7360 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
7361
7362         * gdb.fortran/nested-funcs.exp: New.
7363         * gdb.fortran/nested-funcs.f90: New.
7364
7365 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
7366
7367         * gdb.base/examine-backward.c: New file.
7368         * gdb.base/examine-backward.exp: New file.
7369
7370 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
7371
7372         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7373         matching.
7374
7375 2016-06-02  Tom Tromey  <tom@tromey.com>
7376
7377         PR python/18984:
7378         * gdb.python/py-shared.exp: Add solib_name test.
7379
7380 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7381
7382         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7383
7384 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
7385
7386         PR c++/19893
7387         * gdb.dwarf2/implref.exp: Rename to...
7388         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
7389         * gdb.dwarf2/implref-array.c: New file.
7390         * gdb.dwarf2/implref-array.exp: Likewise.
7391         * gdb.dwarf2/implref-global.c: Likewise.
7392         * gdb.dwarf2/implref-global.exp: Likewise.
7393         * gdb.dwarf2/implref-struct.c: Likewise.
7394         * gdb.dwarf2/implref-struct.exp: Likewise.
7395
7396 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7397
7398         * gdb.trace/trace-condition.exp: Add 64bit tests.
7399
7400 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7401
7402         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7403         bits types.
7404         (main): Adapt to 8 to 64 bits types.
7405         * gdb.trace/trace-condition.exp: Add new tests.
7406
7407 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7408
7409         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7410
7411 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7412
7413         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7414         Move condition tests...
7415         * gdb.trace/trace-condition.exp: Here.
7416
7417 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7418
7419         * gdb.trace/trace-condition.exp: Add counter-case tests.
7420
7421 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7422
7423         PR c++/15231
7424         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7425         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7426
7427 2016-05-27  Pedro Alves  <palves@redhat.com>
7428
7429         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7430         New procedure.
7431         (top level): Call it, and bail out of DejaGnu is known to be bad.
7432
7433 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
7434
7435         * gdb.base/whatis.c: Extend the test case.
7436         * gdb.base/whatis.exp: Add additional tests.
7437
7438 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7439
7440 * gdb.fortran/type.f90: Add pointer variable.
7441 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7442
7443 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7444
7445         * gdb.fortran/vla-type.exp: Fix testcase name.
7446
7447 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7448
7449         * gdb.fortran/vla-type.exp: Access elements in nested structs.
7450
7451 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7452
7453         * gdb.fortran/type.f90: Add nested structures.
7454         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7455         * gdb.fortran/derived-type.exp: Adapt expected output.
7456         * gdb.fortran/vla-type.exp: Adapt expected output.
7457
7458 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7459
7460         * gdb.fortran/whatis_type.exp: Adapt expected output.
7461
7462 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7463
7464         * gdb.fortran/print_type.exp: Fix expected output.
7465         * gdb.fortran/whatis_type.exp: Fix expected output.
7466
7467 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7468
7469         * gdb.fortran/whatis_type.exp: Use multi_line.
7470
7471 2016-05-24  Tom Tromey  <tom@tromey.com>
7472
7473         PR python/17386:
7474         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7475         use value as an index.
7476
7477 2016-05-23  Tom Tromey  <tom@tromey.com>
7478
7479         PR python/17981:
7480         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7481         no-breakpoint case.
7482
7483 2016-05-24  Pedro Alves  <palves@redhat.com>
7484
7485         PR gdb/19828
7486         * gdb.threads/clone-attach-detach.c: New file.
7487         * gdb.threads/clone-attach-detach.exp: New file.
7488
7489 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
7490
7491         * gdb.base/annota-input-while-running.exp: Fix syntax error.
7492
7493 2016-05-23  Tom Tromey  <tom@tromey.com>
7494
7495         PR python/19438, PR python/18393:
7496         * gdb.python/py-progspace.exp: Add "dir" test.
7497         * gdb.python/py-objfile.exp: Add "dir" test.
7498
7499 2016-05-23  Yao Qi  <yao.qi@linaro.org>
7500
7501         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7502         * gdb.arch/thumb2-it.exp: Likewise.
7503
7504 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
7505
7506         * gdb.mi/mi-threads-interrupt.c: New file.
7507         * gdb.mi/mi-threads-interrupt.exp: New file.
7508
7509 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
7510
7511         PR gdb/18077
7512         * gdb.mi/mi-async-run.exp: New file.
7513         * gdb.mi/mi-async-run.c: New file.
7514
7515 2016-05-17  Tom Tromey  <tom@tromey.com>
7516             Manish Goregaokar <manishsmail@gmail.com>
7517
7518         * lib/rust-support.exp: New file.
7519         * lib/gdb.exp (skip_rust_tests): New proc.
7520         (build_executable_from_specs): Handle rust.
7521         * lib/future.exp (gdb_find_rustc): New proc.
7522         (gdb_default_target_compile): Handle rust.
7523         * gdb.rust/expr.exp: New file.
7524         * gdb.rust/generics.exp: New file.
7525         * gdb.rust/generics.rs: New file.
7526         * gdb.rust/methods.exp: New file.
7527         * gdb.rust/methods.rs: New file.
7528         * gdb.rust/modules.exp: New file.
7529         * gdb.rust/modules.rs: New file.
7530         * gdb.rust/simple.exp: New file.
7531         * gdb.rust/simple.rs: New file.
7532
7533 2016-05-17  Tom Tromey  <tom@tromey.com>
7534
7535         * gdb.base/default.exp (set language): Add rust.
7536
7537 2016-05-17  Tom Tromey  <tom@tromey.com>
7538
7539         * gdb.gdb/unittest.exp: New file.
7540
7541 2016-05-16  Yao Qi  <yao.qi@linaro.org>
7542
7543         * gdb.base/batch-preserve-term-settings.exp: Remove variable
7544         shell_prompt.  Update shell_prompt_re.
7545
7546 2016-05-12  Doug Evans  <dje@google.com>
7547
7548         PR symtab/19999
7549         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7550         $options when building executable.
7551         * gdb.dwarf2/fission-loclists-pie.S: New file.
7552         * gdb.dwarf2/fission-loclists-pie.exp: New file.
7553
7554 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7555
7556         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7557         of [is_remote target],
7558
7559 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7560
7561         * lib/gdb.exp (use_gdb_stub): New procedure.
7562
7563 2016-05-03  Yunlian Jiang <yunlian@google.com>
7564             Doug Evans  <dje@google.com>
7565
7566         PR symtab/19914
7567         * gdb.dwarf2/dwp-sepdebug.c: New file.
7568         * gdb.dwarf2/dwp-sepdebug.exp: New file.
7569
7570 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7571
7572         * gdb.base/detach.exp: Remove is_remote check.
7573
7574 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7575
7576         * gdb.base/annota-input-while-running.exp: Don't check for
7577         [is_remote target].  Enable annotations after running to main.
7578         Remove unused "set test..." line.
7579
7580 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7581
7582         * gdb.trace/trace-enable-disable.exp: New file.
7583         * gdb.trace/trace-enable-disable.c: New file.
7584
7585 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7586
7587         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7588         use it in info sharedlibrary test.
7589         * gdb.trace/ftrace-lock.exp: Likewise.
7590         * gdb.trace/ftrace.exp: Likewise.
7591         * gdb.trace/range-stepping.exp: Likewise.
7592         * gdb.trace/trace-break.exp: Likewise.
7593         * gdb.trace/trace-condition.exp: Likewise.
7594         * gdb.trace/trace-mt.exp: Likewise.
7595
7596 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7597
7598         * lib/gdb.exp (gdb_load_shlibs): Rename to...
7599         (gdb_load_shlib): ... this.
7600         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7601         gdb_load_shlib.
7602         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7603         * gdb.base/ctxobj.exp: Likewise.
7604         * gdb.base/dprintf-pending.exp: Likewise.
7605         * gdb.base/dso2dso.exp: Likewise.
7606         * gdb.base/fixsection.exp: Likewise.
7607         * gdb.base/gcore-relro.exp: Likewise.
7608         * gdb.base/gdb1555.exp: Likewise.
7609         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7610         * gdb.base/gnu-ifunc.exp: Likewise.
7611         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7612         * gdb.base/jit-so.exp (one_jit_test): Likewise.
7613         * gdb.base/pending.exp: Likewise.
7614         * gdb.base/print-file-var.exp: Likewise.
7615         * gdb.base/print-symbol-loading.exp: Likewise.
7616         * gdb.base/shlib-call.exp: Likewise.
7617         * gdb.base/shreloc.exp: Likewise.
7618         * gdb.base/so-impl-ld.exp: Likewise.
7619         * gdb.base/solib-disc.exp: Likewise.
7620         * gdb.base/solib-nodir.exp: Likewise.
7621         * gdb.base/solib-overlap.exp: Likewise.
7622         * gdb.base/solib-symbol.exp: Likewise.
7623         * gdb.base/solib-weak.exp (do_test): Likewise.
7624         * gdb.base/sym-file.exp: Likewise.
7625         * gdb.base/symtab-search-order.exp: Likewise.
7626         * gdb.base/type-opaque.exp: Likewise.
7627         * gdb.base/unload.exp: Likewise.
7628         * gdb.base/watchpoint-solib.exp: Likewise.
7629         * gdb.compile/compile.exp: Likewise.
7630         * gdb.cp/gdb2384.exp: Likewise.
7631         * gdb.cp/infcall-dlopen.exp: Likewise.
7632         * gdb.cp/re-set-overloaded.exp: Likewise.
7633         * gdb.fortran/library-module.exp: Likewise.
7634         * gdb.opt/solib-intra-step.exp: Likewise.
7635         * gdb.python/py-finish-breakpoint.exp: Likewise.
7636         * gdb.python/py-shared.exp: Likewise.
7637         * gdb.reverse/solib-precsave.exp: Likewise.
7638         * gdb.reverse/solib-reverse.exp: Likewise.
7639         * gdb.server/solib-list.exp: Likewise.
7640         * gdb.threads/dlopen-libpthread.exp: Likewise.
7641         * gdb.threads/tls-shared.exp: Likewise.
7642         * gdb.threads/tls-so_extern.exp: Likewise.
7643         * gdb.trace/change-loc.exp: Likewise.
7644         * gdb.trace/ftrace-lock.exp: Likewise.
7645         * gdb.trace/ftrace.exp: Likewise.
7646         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7647         * gdb.trace/pending.exp: Likewise.
7648         * gdb.trace/range-stepping.exp: Likewise.
7649         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7650         (strace_info_marker): Likewise.
7651         (strace_probe_marker): Likewise.
7652         (strace_trace_on_same_addr): Likewise.
7653         (strace_trace_on_diff_addr): Likewise.
7654         * gdb.trace/trace-break.exp: Likewise.
7655         * gdb.trace/trace-condition.exp: Likewise.
7656         * gdb.trace/trace-mt.exp: Likewise.
7657
7658 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7659
7660         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
7661         result of gdb_remote_download.
7662         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7663         * gdb.base/dso2dso.exp: Likewise.
7664         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7665         * gdb.base/print-file-var.exp: Likewise.
7666         * gdb.base/shlib-call.exp: Likewise.
7667         * gdb.base/shreloc.exp: Likewise.
7668         * gdb.base/solib-overlap.exp: Likewise.
7669         * gdb.base/solib-weak.exp (do_test): Likewise.
7670         * gdb.base/unload.exp: Likewise.
7671
7672 2016-04-27  Yao Qi  <yao.qi@linaro.org>
7673
7674         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7675         exists.
7676
7677 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7678
7679         * vla-type.exp: Print structure from toplevel.
7680
7681 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7682
7683         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7684         of dynamic types.
7685         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7686         of dynamic types.
7687
7688 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7689
7690         * gdb.fortran/vla-type.f90: New file.
7691         * gdb.fortran/vla-type.exp: New file.
7692
7693 2016-04-25  Yao Qi  <yao.qi@linaro.org>
7694
7695         * gdb.base/branch-to-self.c: New file.
7696         * gdb.base/branch-to-self.exp: New file.
7697
7698 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7699
7700         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7701         more after $hex.
7702
7703 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7704
7705         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7706         * gdb.base/annota3.exp: Likewise.
7707
7708 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7709
7710         * gdb.reverse/step-precsave.exp: Do one step and test program
7711         stops in "callee" and do multiple steps until program goes out
7712         of "callee".
7713         * gdb.reverse/step-reverse.exp: Likewise.
7714
7715 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7716
7717         * gdb.trace/signal.exp: Also pass if
7718         $tracepoint_hits($i) > $iterations.
7719
7720 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7721
7722         * gdb.trace/signal.c: New file.
7723         * gdb.trace/signal.exp: New file.
7724
7725 2016-04-19  Doug Evans  <xdje42@gmail.com>
7726
7727         * gdb.base/bad-file.exp: New file.
7728
7729 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
7730
7731         * gdb.dwarf2/implref.exp: New file.
7732
7733 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7734
7735         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7736         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7737         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7738         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7739         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7740         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7741         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7742         * lib/fortran.exp (fortran_int4): New procedure.
7743         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7744         (fortran_logical4): Likewise.
7745
7746 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
7747
7748         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7749
7750 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7751
7752         * lib/compiler.c: Add Intel specific preprocessor macros.
7753         * lib/compiler.cc: Likewise.
7754
7755 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
7756
7757         * gdb.server/connect-with-no-symbol-file.c: New file.
7758         * gdb.server/connect-with-no-symbol-file.exp: New file.
7759
7760 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7761
7762         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7763
7764 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7765
7766         * boards/gdbserver-base.exp (${board}_download): Copy source file to
7767         standard output directory.
7768
7769 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7770
7771         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7772
7773 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
7774
7775         * gdb.btrace/instruction_history.c (loop): Add declaration.
7776
7777 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7778
7779         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7780
7781 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
7782
7783         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7784         parentheses to print.
7785         (continue_handler): Likewise.
7786
7787 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
7788
7789         * gdb.server/solib-list.exp: Remove is_remote check.
7790         Pass shlib= to gdb_compile.  Don't link shared library with
7791         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
7792         Run binary filename through "readlink -f" on the target.
7793
7794 2016-04-08  Pedro Alves  <palves@redhat.com>
7795
7796         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
7797         interpreter filename as argument to gdbserver_spawn.
7798         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7799         Return empty if $last_loaded_file does not exist.
7800
7801 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7802
7803         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7804         * gdb.base/jit-main.c: Use exit after usage.
7805
7806 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7807
7808         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7809         GDBHISTSIZE prior to the tests.
7810         * gdb.base/gdbinit-history.exp: Likewise.
7811
7812 2016-04-07  Pedro Alves  <palves@redhat.com>
7813
7814         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7815         instead of build_executable.  Use gdb_load_shlibs.
7816
7817 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7818
7819         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7820         Execute "si" command.
7821
7822 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7823
7824         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7825         number instead of the comments on some line.
7826
7827 2016-04-06  Don Breazeal  <donb@codesourcery.com>
7828
7829         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7830         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7831
7832 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
7833
7834         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7835         standard_output_file.  Remove unused binfile variable.
7836
7837 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
7838
7839         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7840         * gdb.python/py-mi-objfile.exp: Match "list main" output
7841         in console format.
7842
7843 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
7844
7845         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7846         absolute.
7847
7848 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7849
7850         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7851         absolute.
7852         * gdb.trace/ftrace.exp: Likewise.
7853         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7854         targets as well.
7855         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7856         (gdb_load_shlibs): Copy libraries to test directory when testing
7857         natively.  Only set solib-search-path if testing remotely.
7858         * lib/mi-support.exp (mi_load_shlibs): Likewise.
7859
7860 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7861
7862         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7863         gdb_download.  Use it even if the target is not remote.
7864         * gdb.base/jit.exp (compile_jit_test): Likewise.
7865         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7866         output directory if the destination board is local, otherwise use
7867         the standard remote_download from DejaGnu.
7868         (gdb_download): Remove.
7869         (gdb_load_shlibs): Use gdb_remote_download instead of
7870         gdb_download.
7871         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7872         Use gdb_remote_download instead of gdb_download.  Use it even if
7873         the target is not remote.
7874         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7875         instead of gdb_download.
7876
7877 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
7878
7879         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7880         (test_insert_delete_modify): Call mi_load_shlibs before trying to
7881         run.
7882
7883 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
7884
7885         PR gdb/19820
7886         * gdb.base/printcmds.exp: Add artificial arrays tests.
7887
7888 2016-03-31  Pedro Alves  <palves@redhat.com>
7889
7890         PR gdb/19858
7891         * gdb.base/jit-main.c: Include unistd.h.
7892         (ATTACH): Define to 0 if not already defined.
7893         (wait_for_gdb, mypid): New globals.
7894         (WAIT_FOR_GDB): New macro.
7895         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
7896         some breakpoint locations.
7897         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7898         New procedures.
7899         (one_jit_test): Add REATTACH parameter, and handle it.  Use
7900         continue_to_test_location.
7901         (top level): Test attach, and adjusts calls to one_jit_test.
7902
7903 2016-03-31  Pedro Alves  <palves@redhat.com>
7904
7905         PR gdb/19858
7906         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
7907         BINSUFFIX parameter, and handle it.
7908         (top level): Adjust calls compile_jit_test.
7909
7910 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
7911
7912         PR python/19743
7913         * gdb.python/py-mi-events-gdb.py: New file.
7914         * gdb.python/py-mi-events.c: New file.
7915         * gdb.python/py-mi-events.exp: New file.
7916
7917 2016-03-30  Yao Qi  <yao.qi@linaro.org>
7918
7919         * gdb.reverse/until-precsave.exp: Match function name only.
7920         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7921         Move malloc to a condition block.
7922         * gdb.reverse/until-reverse.exp: Match function name only.
7923
7924 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7925
7926         * gdb.trace/ftrace.exp: Set arg0exp for s390.
7927         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7928         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7929         variable for GPR 0 instead of assuming it is register 0.
7930         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7931         * lib/trace-support.exp: Add s390 registers.
7932
7933 2016-03-29  Yao Qi  <yao.qi@linaro.org>
7934
7935         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7936
7937 2016-03-24  Yao Qi  <yao.qi@linaro.org>
7938
7939         * gdb.reverse/break-reverse.exp: Add quotation mark in the
7940         test message.
7941
7942 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7943
7944         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7945         maintaining separate logic for constructing the output path.
7946
7947 2016-03-16  Don Breazeal  <donb@codesourcery.com>
7948
7949         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7950         Retry fork and waitpid on interrupted system call errors.
7951         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7952         Use with_timeout_factor to increase timeout by factor of 10.
7953
7954 2016-03-15  Don Breazeal  <donb@codesourcery.com>
7955
7956         * gdb.cp/scope-err.cc: New test program.
7957         * gdb.cp/scope-err.exp: New test script.
7958         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7959         lines and "set breakpoint here" comment.
7960         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7961         Fixed some whitespace and format issues.
7962         * gdb.mi/mi-linespec-err-cp.cc: New test program.
7963         * gdb.mi/mi-linespec-err-cp.exp: New test script.
7964
7965 2016-03-15  Doug Evans  <dje@google.com>
7966
7967         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7968         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7969         All callers updated.  Add tests for enums, mixed flags register.
7970
7971 2016-03-15  Doug Evans  <dje@google.com>
7972
7973         * gdb.base/skip.c (main): Call test_skip_file_and_function.
7974         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7975
7976 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
7977
7978         * gdb.base/default.exp: Add $_as_string to the list of expected
7979         convenience functions.
7980
7981 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7982
7983         * gdb.base/maint.exp: New tests for 'maint info line-table'.
7984
7985 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
7986
7987         * gdb.python/py-as-string.exp: New file.
7988         * gdb.python/py-as-string.c: New file.
7989
7990 2016-03-09  Pedro Alves  <palves@redhat.com>
7991
7992         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7993         signal" -> "Thread NN received signal" output change.
7994         * gdb.threads/ia64-sigill.exp: Likewise.
7995         * gdb.threads/linux-dp.exp: Likewise.
7996         * gdb.threads/manythreads.exp: Likewise.
7997         * gdb.threads/pending-step.exp: Likewise.
7998         * gdb.threads/print-threads.exp: Likewise.
7999         * gdb.threads/sigstep-threads.exp: Likewise.
8000         * gdb.threads/staticthreads.exp: Likewise.
8001         * gdb.threads/tls.exp: Likewise.
8002
8003 2016-03-09  Pedro Alves  <palves@redhat.com>
8004
8005         * gdb.base/command-line-input.exp: New file.
8006
8007 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8008
8009         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8010         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8011         * gdb.trace/pending.exp: Accept leading dot before function name.
8012         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8013         * lib/trace-support.exp: Set registers for ppc.
8014
8015 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8016
8017         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8018         use it for disassembly; accept .main in addition to main in backtrace.
8019
8020 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
8021             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8022
8023         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8024         (gdb_recursion_test_ptr): New global variable.
8025         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8026         gdb_recursion_test.
8027         (gdb_c_test): Ditto.
8028
8029 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8030
8031         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8032         ordering.
8033
8034 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8035
8036         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8037         (bar): Add bar_start_lbl label.
8038         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8039         of foo/bar for emitting DWARF and tracing.
8040
8041 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
8042
8043         * analyze-racy-logs.py: Set executable bit.
8044
8045 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
8046
8047         * Makefile.in (DEFAULT_RACY_ITER): New variable.
8048         (CHECK_TARGET_TMP): Likewise.
8049         (check-single-racy): New rule.
8050         (check-parallel-racy): Likewise.
8051         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8052         (do-check-parallel-racy): New rule.
8053         (check-racy/%.exp): Likewise.
8054         * README (Racy testcases): New section.
8055         * analyze-racy-logs.py: New file.
8056
8057 2016-03-03  Doug Evans  <dje@google.com>
8058
8059         * gdb.base/skip.exp: Use with_test_prefix.
8060
8061 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8062
8063         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8064         Invoke step_over_syscall "clone" and break_cond_on_syscall
8065         "clone".
8066         * gdb.base/step-over-clone.c: New file.
8067
8068 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8069
8070         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8071         code format.
8072
8073 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8074
8075         * gdb.base/disp-step-fork.c: Rename to ...
8076         * gdb.base/step-over-fork.c: ... it.  New file.
8077         * gdb.base/disp-step-vfork.c: Rename to ...
8078         * gdb.base/step-over-vfork.c: ... it.  New file.
8079         * gdb.base/disp-step-syscall.exp: Rename to ...
8080         * gdb.base/step-over-syscall.exp: ... it.  New file.
8081         (disp_step_cross_syscall): Rename to ...
8082         (step_over_syscall): ... it.
8083
8084 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8085
8086         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8087         If target supports condition evaluation on target, invoke
8088         break_cond_on_syscall for fork and vfork.
8089
8090 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8091
8092         * gdb.base/disp-step-syscall.exp: Don't invoke
8093         support_displaced_stepping.
8094         (disp_step_cross_syscall): Test with displaced stepping off and
8095         on if supported.
8096
8097 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8098
8099         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8100         proc.
8101         (setup): New proc.
8102         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8103         and setup.
8104
8105 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8106
8107         * gdb.fortran/vla-history.exp: Remove breakpoint.
8108
8109 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8110
8111         * gdb.fortran/vla-history.exp: Lookup array elements and printing
8112         exceeds timeout.
8113
8114 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8115
8116         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8117         breakpoint.
8118
8119 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8120
8121         * gdb.mi/vla.f90: Nullify pointer after declaration.
8122
8123 2016-03-01  Pedro Alves  <palves@redhat.com>
8124
8125         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8126
8127 2016-03-01  Pedro Alves  <palves@redhat.com>
8128
8129         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8130         before anything else.
8131         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
8132         _GNU_SOURCE here.
8133         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8134         before anything else.
8135         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8136
8137 2016-03-01  Pedro Alves  <palves@redhat.com>
8138
8139         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8140
8141 2016-03-01  Yao Qi  <yao.qi@linaro.org>
8142
8143         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8144         prepare_for_testing.
8145
8146 2016-03-01  Yao Qi  <yao.qi@linaro.org>
8147
8148         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8149
8150 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8151
8152         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8153         manually constructing the output path.
8154
8155 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8156
8157         * gdb.arch/s390-stackless.S: New.
8158         * gdb.arch/s390-stackless.exp: New.
8159
8160 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8161
8162         * gdb.dlang/circular.c: New file.
8163         * gdb.dlang/circular.exp: New file.
8164
8165 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8166
8167         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8168         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8169         (testcases): Update.
8170
8171 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8172
8173         * gdb.reverse/aarch64.c: Rename to ...
8174         * gdb.reverse/insn-reverse.c: ... it.
8175         * gdb.reverse/aarch64.exp: Rename to ...
8176         * gdb.reverse/insn-reverse.exp: ... it.
8177
8178 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8179
8180         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8181         (testcase_ftype): New.
8182         (testcases): New array.
8183         (n_testcases): New.
8184         (main): Call each element in testcases.
8185         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8186         (read_testcase): New.
8187         Do the tests in a loop.
8188
8189 2016-02-25  Yao Qi  <yao.qi@linaro.org>
8190
8191         * gdb.base/branches.c: Remove.
8192
8193 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8194
8195         PR gdb/13808
8196         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8197
8198 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8199
8200         * gdb.trace/ftrace.exp: Remove unnecessary target check.
8201
8202 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8203
8204         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8205         change x86_64 call_insn to 'callq'.
8206
8207 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8208
8209         * gdb.trace/tfile-avx.c: Move to...
8210         * gdb.trace/tracefile-pseudo-reg.c: Here.
8211         * gdb.trace/tfile-avx.exp: Move to...
8212         * gdb.trace/tracefile-pseudo-reg.exp: Here.
8213
8214 2016-02-24  Gary Benson <gbenson@redhat.com>
8215
8216         * gdb.base/attach-pie-noexec.exp: Do not expect an error
8217         message on attach.
8218
8219 2016-02-23  Doug Evans  <dje@google.com>
8220
8221         * gdb.base/skip.c (test_skip): New function.
8222         (end_test_skip_file_and_function): New function.
8223         (test_skip_file_and_function): New function.
8224         * gdb.base/skip1.c (test_skip): New function.
8225         (skip1_test_skip_file_and_function): New function.
8226         * gdb.base/skip.exp: Add tests for new skip options.
8227         * gdb.base/skip-solib.exp: Update expected output.
8228         * gdb.perf/skip-command.cc: New file.
8229         * gdb.perf/skip-command.exp: New file.
8230         * gdb.perf/skip-command.py: New file.
8231
8232 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8233
8234         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8235         info registers pattern.
8236
8237 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
8238
8239         * lib/future.exp: Add D support.
8240         (gdb_find_gdc): New proc.
8241         (gdb_default_target_compile): Add D support.
8242
8243 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
8244
8245         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8246         user+system time.
8247         (trace_speed_test): Determine the iteration count for a time
8248         between 15..30 seconds.
8249
8250 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8251
8252         * gdb.arch/i386-mpx-sigsegv.c: New file.
8253         * gdb.arch/i386-mpx-sigsegv.exp: New file.
8254         * gdb.arch/i386-mpx-simple_segv.c: New file.
8255         * gdb.arch/i386-mpx-simple_segv.exp: New file.
8256
8257 2016-02-18  Yao Qi  <yao.qi@linaro.org>
8258
8259         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8260         Don't call setup_kfail.
8261
8262 2016-02-18  Yao Qi  <yao.qi@linaro.org>
8263
8264         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8265         Set "set breakpoint condition-evaluation" per $cond_bp_target.
8266
8267 2016-02-16  Doug Evans  <dje@google.com>
8268
8269         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
8270         * gdb.base/skip1.c: Ditto.
8271         * gdb.base/skip.exp: Whitespace cleanup.
8272
8273 2016-02-16  Don Breazeal  <donb@codesourcery.com>
8274
8275         PR remote/19496
8276         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8277         Remove kfail for PR remote/19496.
8278
8279 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
8280
8281         * lib/gdb.exp (standard_temp_file): Return a path specific to
8282         the runtest invocation.
8283
8284 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
8285
8286         * gdb.trace/save-trace.exp: Change relative path to be in the
8287         standard output directory.
8288
8289 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8290
8291         * gdb.arch/i386-prologue.c: Add missing prototypes.
8292
8293 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8294
8295         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8296         * gdb.arch/i386-prologue.exp: Likewise.
8297         * gdb.arch/i386-size.exp: Likewise.
8298
8299 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
8300
8301         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8302         define object file path.
8303         * gdb.btrace/gcore.exp: Use standard_output_file to define core
8304         file path.
8305         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8306         standard_output_file to define binfile.
8307
8308 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8309
8310         Fix compatibility with recent gfortran-5.3.1.
8311         * gdb.fortran/vla-history.exp (print vla1 allocated)
8312         (print vla2 allocated, print $2, print $3): Remove
8313         (print $4): Rename to ...
8314         (print $2): ... here.
8315         (print $9): Rename to ...
8316         (print $5): ... here.
8317         (print $10): Rename to ...
8318         (print $6): ... here.
8319         * gdb.fortran/vla.f90: Add pvla initialization.
8320
8321 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8322
8323         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8324         New test.
8325         * gdb.fortran/vla-value-sub.exp: Likewise.
8326
8327 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8328
8329         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8330
8331 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
8332
8333         * i386-biarch-core.exp: Define corefile using
8334         standard_output_file.
8335
8336 2016-02-12  Yao Qi  <yao.qi@linaro.org>
8337
8338         * gdb.arch/arm-single-step-kernel-helper.c: New.
8339         * gdb.arch/arm-single-step-kernel-helper.exp: New.
8340
8341 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
8342
8343         * gdb.btrace/tailcall-only.exp: New.
8344         * gdb.btrace/tailcall-only.c: New.
8345         * gdb.btrace/x86_64-tailcall-only.S: New.
8346         * gdb.btrace/i686-tailcall-only.S: New.
8347
8348 2016-02-11  Pedro Alves  <palves@redhat.com>
8349
8350         * README (Parallel testing): Add missing double quotes.
8351
8352 2016-02-11  Pedro Alves  <palves@redhat.com>
8353
8354         * README (Parallel testing): New section.
8355         (GDB_PARALLEL): Rewrite.
8356         (FORCE_PARALLEL): Document.
8357
8358 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8359
8360         * gdb.trace/tfile-avx.c: New test.
8361         * gdb.trace/tfile-avx.exp: New test.
8362
8363 2016-02-09  Keith Seitz  <keiths@redhat.com>
8364
8365         PR breakpoints/19546
8366         * gdb.base/infcall-exec.c: New file.
8367         * gdb.base/infcall-exec2.c: New file.
8368         * gdb.base/infcall-exec.exp: New file.
8369
8370 2016-02-09  Keith Seitz  <keiths@redhat.com>
8371
8372         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8373         (toplevel): Call test_bkpt_address.
8374
8375 2016-02-09  Keith Seitz  <keiths@redhat.com>
8376
8377         PR python/19506
8378         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8379         (toplevel): Call test_bkpt_address.
8380
8381 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
8382
8383         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8384         to AC_OUTPUT.
8385         * configure: Regenerate.
8386
8387 2016-02-09  Pedro Alves  <palves@redhat.com>
8388
8389         PR breakpoints/19548
8390         * gdb.base/execl-update-breakpoints.c (some_function): New
8391         function.
8392         (main): Call it.
8393         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8394         Tighten expected GDB output.
8395
8396 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8397
8398         * Makefile.in (ALL_SUBDIRS): Remove.
8399         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8400         (distclean maintainer-clean realclean): Likewise.
8401         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8402         * configure: Regenerate.
8403         * gdb.ada/Makefile.in: Delete.
8404         * gdb.arch/Makefile.in: Likewise.
8405         * gdb.asm/Makefile.in: Likewise.
8406         * gdb.base/Makefile.in: Likewise.
8407         * gdb.btrace/Makefile.in: Likewise.
8408         * gdb.cell/Makefile.in: Likewise.
8409         * gdb.compile/Makefile.in: Likewise.
8410         * gdb.cp/Makefile.in: Likewise.
8411         * gdb.disasm/Makefile.in: Likewise.
8412         * gdb.dlang/Makefile.in: Likewise.
8413         * gdb.dwarf2/Makefile.in: Likewise.
8414         * gdb.fortran/Makefile.in: Likewise.
8415         * gdb.gdb/Makefile.in: Likewise.
8416         * gdb.go/Makefile.in: Likewise.
8417         * gdb.guile/Makefile.in: Likewise.
8418         * gdb.java/Makefile.in: Likewise.
8419         * gdb.linespec/Makefile.in: Likewise.
8420         * gdb.mi/Makefile.in: Likewise.
8421         * gdb.modula2/Makefile.in: Likewise.
8422         * gdb.multi/Makefile.in: Likewise.
8423         * gdb.objc/Makefile.in: Likewise.
8424         * gdb.opencl/Makefile.in: Likewise.
8425         * gdb.opt/Makefile.in: Likewise.
8426         * gdb.pascal/Makefile.in: Likewise.
8427         * gdb.perf/Makefile.in: Likewise.
8428         * gdb.python/Makefile.in: Likewise.
8429         * gdb.reverse/Makefile.in: Likewise.
8430         * gdb.server/Makefile.in: Likewise.
8431         * gdb.stabs/Makefile.in: Likewise.
8432         * gdb.threads/Makefile.in: Likewise.
8433         * gdb.trace/Makefile.in: Likewise.
8434         * gdb.xml/Makefile.in: Likewise.
8435         * lib/gdb.exp (make_gdb_parallel_path): Add check for
8436         GDB_PARALLEL.
8437         (standard_output_file): Remove check for GDB_PARALLEL, always
8438         return path in outputs/$subdir/$testname.
8439
8440 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8441
8442         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8443         (site.exp): Assign abs_srcdir to tcl's srcdir.
8444
8445 2016-02-04  Yao Qi  <yao.qi@linaro.org>
8446
8447         * gdb.base/foll-exec-mode.c: Include limits.h.
8448         (main): Add parameters argc and argv.  Get directory from
8449         argv[0].
8450         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8451         compilation.
8452         * gdb.base/foll-exec.c: Include limits.h.
8453         (main): Add parameters argc and argv.
8454         Get directory from argv[0].
8455         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8456         Adjust tests on the number of lines as source code changed.
8457         * gdb.base/foll-vfork-exit.c: Include limits.h.
8458         (main): Add one line of statement before vfork.
8459         * gdb.base/foll-vfork.c: Include limits.h and string.h.
8460         (main): Add parameters argc and argv.  Get directory from
8461         argv[0].
8462         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8463         (setup_gdb): Set tbreak to skip some source lines.
8464         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8465         (main): Add parameters argc and argv.  Get directory from
8466         argv[0].
8467         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8468         compilation.
8469         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8470         (main): Add parameters argc and argv.  Get directory from
8471         argv[0].
8472         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8473         compilation.
8474
8475 2016-02-01  Doug Evans  <dje@google.com>
8476
8477         * gdb.base/skip.exp: Clean up multiple references to same test name.
8478
8479 2016-02-01  Pedro Alves  <palves@redhat.com>
8480
8481         PR remote/19496
8482         * gdb.threads/forking-threads-plus-breakpoint.exp
8483         (displaced_stepping_supported): New global.
8484         (probe_displaced_stepping_support): New procedure.
8485         (do_test): Add 'displaced' parameter, and use it.
8486         (top level): Check for displaced stepping support.  Add displaced
8487         stepping on/off testing axis.
8488
8489 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8490
8491         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8492         pointer.  Don't perform further tests on the unassociated pointer
8493         if the first test fails.
8494
8495 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8496
8497         * gdb.base/max-value-size.c: New file.
8498         * gdb.base/max-value-size.exp: New file.
8499         * gdb.base/huge.exp: Disable max-value-size for this test.
8500
8501 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8502
8503         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8504
8505 2016-01-28  Yao Qi  <yao.qi@linaro.org>
8506
8507         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8508
8509 2016-01-25  Pedro Alves  <palves@redhat.com>
8510
8511         PR threads/19461
8512         * gdb.base/fork-running-state.c: New file.
8513         * gdb.base/fork-running-state.exp: New file.
8514
8515 2016-01-25  Pedro Alves  <palves@redhat.com>
8516
8517         PR gdb/19494
8518         * gdb.base/catch-fork-kill.c: New file.
8519         * gdb.base/catch-fork-kill.exp: New file.
8520
8521 2016-01-25  Pedro Alves  <palves@redhat.com>
8522
8523         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8524         Delete, moved to lib/gdb.exp.
8525         * gdb.threads/forking-threads-plus-breakpoint.exp
8526         (foreach_with_prefix): Likewise.
8527         * gdb.threads/process-dies-while-handling-bp.exp
8528         (foreach_with_prefix): Likewise.
8529         * lib/gdb.exp (foreach_with_prefix): New procedure.
8530
8531 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8532
8533         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8534         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8535
8536 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8537
8538         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8539         endian targets.
8540
8541 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8542             Pedro Alves  <palves@redhat.com>
8543
8544         Fix testsuite compatibility with Guile.
8545         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8546         number.
8547
8548 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8549
8550         Fix testsuite compatibility with Guile.
8551         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8552         (thread 1): New test for backtrace through signal handler.
8553
8554 2016-01-22  Yao Qi  <yao.qi@linaro.org>
8555
8556         PR testsuite/19491
8557         * gdb.base/multi-forks.c: Include
8558         ../lib/unbuffer_output.c
8559         (main): Call gdb_unbuffer_output.
8560
8561 2016-01-21  Doug Evans  <dje@google.com>
8562
8563         * lib/ada.exp (gdb_compile_ada): Fix typo.
8564
8565 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
8566
8567         * gdb.base/break-fun-addr.exp: New file.
8568         * gdb.base/break-fun-addr1.c: New file.
8569         * gdb.base/break-fun-addr2.c: New file.
8570
8571 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
8572
8573         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8574         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8575         enum flag values.
8576
8577 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8578
8579         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8580         when GDB can not set the vector return value.  Add more comments
8581         for clarification.
8582
8583 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8584
8585         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
8586         command.
8587
8588 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8589
8590         * Makefile.in (DO_RUNTEST): Add --status and update usages.
8591
8592 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8593
8594         * Makefile.in (check-single): Pass --status to runtest.
8595         (check/%.exp): Likewise.
8596
8597 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8598
8599         * Makefile.in (check-parallel): Propagate return code from make
8600         do-check-parallel.
8601
8602 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8603
8604         * gdb.trace/ftrace.exp: Fix expected message on continue.
8605         * gdb.trace/pending.exp: Fix expected message on continue.
8606         * gdb.trace/trace-break.exp: Fix expected message on continue.
8607
8608 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
8609
8610         * lib/gdb.exp (gdb_test): Remove unused global references.
8611
8612 2016-01-18  Pedro Alves  <palves@redhat.com>
8613
8614         * gdb.base/async-shell.exp: Adjust expected output.
8615         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8616         * gdb.base/siginfo-thread.exp: Adjust expected output.
8617         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8618         * gdb.java/jnpe.exp: Adjust expected output.
8619         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8620         * gdb.threads/continue-pending-status.exp: Adjust expected output.
8621         * gdb.threads/leader-exit.exp: Adjust expected output.
8622         * gdb.threads/manythreads.exp: Adjust expected output.
8623         * gdb.threads/pthreads.exp: Adjust expected output.
8624         * gdb.threads/schedlock.exp: Adjust expected output.
8625         * gdb.threads/siginfo-threads.exp: Adjust expected output.
8626         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8627         expected output.
8628         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8629         output.
8630         * gdb.threads/sigthread.exp: Adjust expected output.
8631         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8632
8633 2016-01-18  Yao Qi  <yao.qi@linaro.org>
8634
8635         * gdb.guile/scm-section-script.c: Replace @progbits with
8636         %progbits.
8637         * gdb.python/py-section-script.c: Likewise.
8638
8639 2016-01-15  Pedro Alves  <palves@redhat.com>
8640
8641         * gdb.multi/tids.exp: Test star wildcard ranges.
8642
8643 2016-01-15  Pedro Alves  <palves@redhat.com>
8644
8645         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8646         command from "thread apply" invocation.
8647         (thr_apply_info_thr_invalid): Default the expected output to the
8648         input tid list.
8649         (top level): Add tests that use convenience variables.  Add tests
8650         for "thread apply" with a valid TID list, but missing the command.
8651
8652 2016-01-13  Pedro Alves  <palves@redhat.com>
8653
8654         * gdb.base/default.exp: Expect $_gthread as well.
8655         * gdb.multi/tids.exp: Test $_gthread.
8656         * gdb.threads/thread-specific.exp: Test $_gthread.
8657
8658 2016-01-13  Pedro Alves  <palves@redhat.com>
8659
8660         * gdb.multi/tids.exp: Test "info threads -gid".
8661
8662 2016-01-13  Pedro Alves  <palves@redhat.com>
8663
8664         * gdb.multi/tids.exp: Test InferiorThread.global_num and
8665         Breakpoint.thread.
8666         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8667
8668 2016-01-07  Pedro Alves  <palves@redhat.com>
8669
8670         * gdb.base/break.exp: Adjust to output changes.
8671         * gdb.base/hbreak2.exp: Likewise.
8672         * gdb.base/sepdebug.exp: Likewise.
8673         * gdb.base/watch_thread_num.exp: Likewise.
8674         * gdb.linespec/keywords.exp: Likewise.
8675         * gdb.multi/info-threads.exp: Likewise.
8676         * gdb.threads/thread-find.exp: Likewise.
8677         * gdb.multi/tids.c: New file.
8678         * gdb.multi/tids.exp: New file.
8679
8680 2016-01-13  Pedro Alves  <palves@redhat.com>
8681
8682         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8683
8684 2016-01-13  Pedro Alves  <palves@redhat.com>
8685
8686         * gdb.base/default.exp: Expect $_inferior as well.
8687         * gdb.multi/base.exp: Test $_inferior.
8688
8689 2016-01-13  Pedro Alves  <palves@redhat.com>
8690
8691         PR breakpoints/19388
8692         * gdb.base/catch-signal-siginfo-cond.c: New file.
8693         * gdb.base/catch-signal-siginfo-cond.exp: New file.
8694
8695 2016-01-12  Josh Stone  <jistone@redhat.com>
8696             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8697
8698         * gdb.base/catch-syscall.c (do_execve): New variable.
8699         (main): Conditionally trigger an execve.
8700         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8701         (test_catch_syscall_execve): New, check entry/return across execve.
8702         (do_syscall_tests): Call test_catch_syscall_execve.
8703
8704 2016-01-12  Pedro Alves  <palves@redhat.com>
8705
8706         * gdb.base/random-signal.exp (do_test): New procedure, with body
8707         of testcase moved in.
8708
8709 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8710             Pedro Alves  <palves@redhat.com>
8711
8712         * gdb.base/funcargs.exp (finish from indirectly called function):
8713         Reintroduce the case for 'First'.
8714
8715 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8716             Pedro Alves  <palves@redhat.com>
8717
8718         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8719         (tcatch_vfork_then_child_follow_exec)
8720         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8721         identification.
8722
8723 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8724
8725         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8726         and repeats to unlimited.
8727         * gdb.python/py-value.exp: Likewise.
8728         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8729         and repeats to unlimited.
8730
8731 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8732
8733         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8734         and reordering the functions.
8735         * gdb.multi/hangout.c: Likewise.
8736         * gdb.multi/hello.c: Likewise.
8737
8738 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
8739
8740         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8741         absolute.
8742         (SingleStatisticTestResult.report): Use dict.keys instead of
8743         dict.iterkeys.
8744
8745 2016-01-06  Pedro Alves  <palves@redhat.com>
8746
8747         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
8748
8749 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
8750
8751         * gdb.btrace/dlopen.exp: New.
8752         * gdb.btrace/dlopen.c: New.
8753         * gdb.btrace/dlopen-dso.c: New.
8754
8755 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
8756
8757         * lib/gdb.exp (gdb_test): Update comments to clarify that the
8758         PATTERN argument is optional.
8759
8760 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
8761
8762         * lib/ada.exp (target_compile_ada_from_dir): New function.
8763         (gdb_compile_ada): Reimplement avoiding the use of project files.
8764         * gdb.ada/gnat_ada.gpr: Delete.
8765         * gdb.ada/cond_lang.exp: Adjust test to make path before
8766         filename optional.
8767         * gdb.ada/small_reg_param.exp: Likewise.
8768
8769 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
8770
8771         * gdb.base/foll-vork.exp: Remove HP-UX special case.
8772
8773 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8774
8775         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8776         case.
8777
8778 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
8779
8780         * gdb.base/break.exp: Remove dead code.
8781         * gdb.base/sepdebug.exp: Likewise.
8782
8783 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8784
8785         * gdb.asm/asm-source.exp: Remove HP-UX references.
8786         * gdb.base/annota1.exp: Likewise.
8787         * gdb.base/annota3.exp: Likewise.
8788         * gdb.base/attach.exp: Likewise.
8789         * gdb.base/bigcore.exp: Likewise.
8790         * gdb.base/break.exp: Likewise.
8791         * gdb.base/call-ar-st.exp: Likewise.
8792         * gdb.base/callfuncs.exp: Likewise.
8793         * gdb.base/catch-fork-static.exp: Likewise.
8794         * gdb.base/display.exp: Likewise.
8795         * gdb.base/foll-exec-mode.exp: Likewise.
8796         * gdb.base/foll-exec.exp: Likewise.
8797         * gdb.base/foll-fork.exp: Likewise.
8798         * gdb.base/foll-vfork.exp: Likewise.
8799         * gdb.base/funcargs.exp: Likewise.
8800         * gdb.base/hbreak2.exp: Likewise.
8801         * gdb.base/inferior-died.exp: Likewise.
8802         * gdb.base/interrupt.exp: Likewise.
8803         * gdb.base/multi-forks.exp: Likewise.
8804         * gdb.base/nodebug.exp: Likewise.
8805         * gdb.base/sepdebug.exp: Likewise.
8806         * gdb.base/solib1.c: Likewise.
8807         * gdb.base/step-test.exp: Likewise.
8808         * gdb.mi/non-stop.c: Likewise.
8809         * gdb.mi/pthreads.c: Likewise.
8810         * gdb.multi/bkpt-multi-exec.ex: Likewise.
8811         * gdb.threads/pthreads.c: Likewise.
8812         * gdb.threads/staticthreads.exp: Likewise.
8813         * lib/future.exp: Likewise.
8814         * lib/gdb.exp: Likewise.
8815         * gdb.base/so-indr-cl.c: Remove.
8816         * gdb.base/so-indr-cl.exp: Likewise.
8817         * gdb.base/solib.c: Likewise.
8818         * gdb.base/solib.exp: Likewise.
8819         * gdb.base/solib2.c: Likewise.
8820
8821 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8822
8823         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8824         * gdb.base/call-ar-st.exp: Likewise.
8825         * gdb.base/callfuncs.exp: Likewise.
8826         * gdb.base/condbreak.exp: Likewise.
8827         * gdb.base/constvars.exp: Likewise.
8828         * gdb.base/hbreak2.exp: Likewise.
8829         * gdb.base/langs.exp: Likewise.
8830         * gdb.base/list.exp: Likewise.
8831         * gdb.base/long_long.exp: Likewise.
8832         * gdb.base/ptype.exp: Likewise.
8833         * gdb.base/scope.exp: Likewise.
8834         * gdb.base/signals.exp: Likewise.
8835         * gdb.base/so-impl-ld.exp: Likewise.
8836         * gdb.base/varargs.exp: Likewise.
8837         * gdb.base/volatile.exp: Likewise.
8838         * gdb.base/whatis.exp: Likewise.
8839         * gdb.cp/cplusfuncs.exp: Likewise.
8840         * gdb.cp/inherit.exp: Likewise.
8841         * gdb.cp/local.exp: Likewise.
8842         * gdb.cp/member-ptr.exp: Likewise.
8843         * gdb.cp/method.exp: Likewise.
8844         * gdb.cp/overload.exp: Likewise.
8845         * gdb.cp/templates.exp: Likewise.
8846         * gdb.stabs/weird.exp: Likewise.
8847         * lib/compiler.c: Likewise.
8848         * lib/compiler.cc: Likewise.
8849         * lib/cp-support.exp: Likewise.
8850         * lib/gdb.exp: Likewise.
8851
8852 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
8853
8854         * configure.ac: Remove HP-UX case.
8855         * configure: Regenerate.
8856
8857 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
8858
8859         * lib/gdb.exp (gdb_compile): Add function doc.
8860
8861 2015-12-17  Pedro Alves  <palves@redhat.com>
8862
8863         PR threads/19354
8864         * gdb.multi/info-threads.exp: New file.
8865
8866 2015-12-15  Yao Qi  <yao.qi@linaro.org>
8867
8868         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8869         is aarch64*-*-*.
8870
8871 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8872
8873         * gdb.base/history-duplicates.exp: Skip if no readline support.
8874
8875 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8876
8877         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8878
8879 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8880
8881         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8882
8883 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8884
8885         * gdb.base/completion.exp: Skip tests that interrupt GDB with
8886         ctrl-C if nointerrupts target property is set.
8887         * gdb.base/double-prompt-target-event-error.exp: Likewise.
8888         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8889         * gdb.base/paginate-bg-execution.exp: Likewise.
8890         * gdb.base/paginate-execution-startup.exp: Likewise.
8891         * gdb.base/random-signal.exp: Likewise.
8892         * gdb.base/range-stepping.exp: Likewise.
8893         * gdb.cp/annota2.exp: Likewise.
8894         * gdb.cp/annota3.exp: Likewise.
8895         * gdb.gdb/selftest.exp: Likewise.
8896         * gdb.threads/continue-pending-status.exp: Likewise.
8897         * gdb.threads/leader-exit.exp: Likewise.
8898         * gdb.threads/manythreads.exp: Likewise.
8899         * gdb.threads/pthreads.exp: Likewise.
8900         * gdb.threads/schedlock.exp: Likewise.
8901         * gdb.threads/sigthread.exp: Likewise.
8902
8903 2015-12-11  Don Breazeal  <donb@codesourcery.com>
8904
8905         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8906         remote.
8907         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8908         * gdb.base/foll-exec.exp (main): Enable for target remote.
8909         * gdb.base/foll-fork.exp (main): Likewise.
8910         * gdb.base/foll-vfork.exp (main): Likewise.
8911         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8912         (proc continue_to_exit_bp_loc): Use clean_restart.
8913         * gdb.base/pie-execl.exp (main): Disable for target remote.
8914         * gdb.base/watch-vfork.exp (main): Enable for target remote.
8915         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8916         * gdb.threads/execl.exp (main): Likewise.
8917         * gdb.threads/fork-child-threads.exp (main): Likewise.
8918         * gdb.threads/fork-plus-threads.exp (main): Disable for target
8919         remote.
8920         * gdb.threads/fork-thread-pending.exp (main): Enable for target
8921         remote.
8922         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8923         pid.tid style ptids, instead of just tid.
8924         * gdb.threads/thread-execl.exp (main): Enable for target remote.
8925         * gdb.threads/watchpoint-fork.exp (main): Likewise.
8926         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8927         ptids, instead of just tid.
8928
8929 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8930
8931         * gdb.base/list.exp (test_list_forward): Add end of file error
8932         test.
8933         (test_repeat_list_command): Add end of file error test.
8934         (test_list_backwards): Add beginning of file error test.
8935
8936 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8937
8938         * gdb.base/list.exp (test_list_invalid_args): New function,
8939         defined, and called.
8940
8941 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8942
8943         * gdb.base/list.exp (test_list): Make test names unique.
8944
8945 2015-12-11  Yao Qi  <yao.qi@linaro.org>
8946
8947         * gdb.base/coremaker2.c: Remove.
8948
8949 2015-12-10  Pedro Alves  <palves@redhat.com>
8950
8951         * gdb.multi/base.exp: Remove stale "spaces" references.
8952
8953 2015-12-10  Pedro Alves  <palves@redhat.com>
8954
8955         * gdb.multi/base.exp: Don't use nowarnings.
8956         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8957         * gdb.multi/hangout.c: Include stdio.h.
8958         * gdb.multi/hello.c: Include stdlib.h.
8959         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8960         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8961         * gdb.multi/multi-arch.exp: Don't use nowarnings.
8962
8963 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
8964
8965         * gdb.dwarf2/dw2-ranges-base.c: New file.
8966         * gdb.dwarf2/dw2-ranges-base.exp: New file.
8967         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8968         support additional line table, and debug ranges generation.
8969         (Dwarf::ranges): New function, generate .debug_ranges.
8970         (Dwarf::lines): Support generating simple line table programs.
8971         (Dwarf::assemble): Initialise new namespace variables.
8972
8973 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
8974
8975         * gdb.base/async.exp (proc test_background): Add case for
8976         asynchronous execution not supported.
8977
8978 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
8979
8980         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8981           format and change test names to make them unique.
8982
8983 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
8984             Pedro Alves  <pedro@redhat.com>
8985
8986         PR gdb/18702
8987         Add checking of floatformats setup on x86_64 hosts.
8988         * gdb.arch/i386-float.S (main): Load bigval and smallval.
8989         (smallval, bigval): New labels/constants.
8990         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8991         float" after loading bigval and smallval.
8992
8993 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
8994
8995         * gdb.ada/fun_overload_menu.exp: New testcase.
8996         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8997
8998 2015-12-04  Josh Stone  <jistone@redhat.com>
8999
9000         * gdb.base/catch-fork-static.exp: New.
9001
9002 2015-12-03  Yao Qi  <yao.qi@linaro.org>
9003
9004         * gdb.base/sizeof.c: Don't include stdio.h and
9005         ../lib/unbuffer_output.c.
9006         (main): New variable 'size' and 'value'.  Remove printf and
9007         gdb_unbuffer_output.  Assign return value to size and value.
9008         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9009         at the beginning.
9010         (check_sizeof): Check the result by printing variable 'size'.
9011         (check_valueof): Check the result by printing variable 'value'.
9012
9013 2015-12-01  Yao Qi  <yao.qi@linaro.org>
9014
9015         * gdb.base/disp-step-syscall.exp: Define syscall instruction
9016         for aarch64*-*-linux* target.
9017
9018 2015-11-30  Pedro Alves  <palves@redhat.com>
9019
9020         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9021
9022 2015-11-30  Pedro Alves  <palves@redhat.com>
9023
9024         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9025         Handle non-stop mode vCont replies.
9026
9027 2015-11-30  Pedro Alves  <palves@redhat.com>
9028
9029         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9030         prepare_for_testing.  Start gdb with "set non-stop on" appended to
9031         GDBFLAGS.  Lax expected stop output.
9032
9033 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9034
9035         * gdb.arch/arm-neon.exp: New.
9036         * gdb.arch/arm-neon.c: New.
9037
9038 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9039
9040         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9041
9042 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9043
9044         * gdb.cp/annota2.exp: Allow multiple occurrences of the
9045         frames-invalid annotation.
9046
9047 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9048
9049         * gdb.cp/annota2.exp: Use ${frames_invalid}.
9050
9051 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
9052
9053         * gdb.threads/names.exp: New file.
9054         * gdb.threads/names.c: New file.
9055         * README: Mention gdb,no_thread_names.
9056
9057 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
9058
9059         PR 19297
9060         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9061         support" error.
9062
9063 2015-11-24  Pedro Alves  <palves@redhat.com>
9064
9065         PR 17539
9066         * gdb.base/display.exp: Expect displays to be sorted in ascending
9067         order.  Use multi_line.
9068         * gdb.base/solib-display.exp: Likewise.
9069
9070 2015-11-24  Pedro Alves  <palves@redhat.com>
9071
9072         PR 17539
9073         * gdb.base/display.exp: Expect displays to be sorted in ascending
9074         order.  Use multi_line.
9075         * gdb.base/solib-display.exp: Likewise.
9076
9077 2015-11-24  Pedro Alves  <palves@redhat.com>
9078
9079         PR 17539
9080         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9081         threads in ascending order.
9082         * gdb.base/foll-fork.exp: Likewise.
9083         * gdb.base/foll-vfork.exp: Likewise.
9084         * gdb.base/multi-forks.exp: Likewise.
9085         * gdb.mi/mi-nonstop.exp: Likewise.
9086         * gdb.mi/mi-nsintrall.exp: Likewise.
9087         * gdb.multi/base.exp: Likewise.
9088         * gdb.multi/multi-arch.exp: Likewise.
9089         * gdb.python/py-inferior.exp: Likewise.
9090         * gdb.threads/break-while-running.exp: Likewise.
9091         * gdb.threads/execl.exp: Likewise.
9092         * gdb.threads/gcore-thread.exp: Likewise.
9093         * gdb.threads/info-threads-cur-sal.exp: Likewise.
9094         * gdb.threads/kill.exp: Likewise.
9095         * gdb.threads/linux-dp.exp: Likewise.
9096         * gdb.threads/multiple-step-overs.exp: Likewise.
9097         * gdb.threads/next-bp-other-thread.exp: Likewise.
9098         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9099         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9100         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9101         * gdb.threads/thread-find.exp: Likewise.
9102         * gdb.threads/tls.exp: Likewise.
9103         * lib/mi-support.exp (mi_reverse_list): Delete.
9104         (mi_check_thread_states): No longer reverse list.
9105
9106 2015-11-24  Pedro Alves  <palves@redhat.com>
9107
9108         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
9109         use lowercase.
9110
9111 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
9112
9113         * gdb.trace/actions.c: Include trace-common.h.
9114         (main): Add a location for a fast tracepoint.
9115         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9116         the normal tracepoints.
9117         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9118
9119 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
9120
9121         * save-trace.exp: Factor out code to these...
9122         (gdb_save_tracepoints): New.
9123         (gdb_load_tracepoints): New.
9124         (do_save_load_test): New.
9125
9126 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
9127
9128         * gdb.base/asmlabel.exp: New test.
9129         * gdb.base/asmlabel.c: New test case.
9130
9131 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
9132
9133         * gdb.base/wrong_frame_bt_full-main.c: New file.
9134         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9135         * gdb.base/wrong_frame_bt_full.exp: New file.
9136
9137 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
9138
9139         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9140
9141 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
9142
9143         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9144         pstate register when comparing registers values in
9145         sparc64-*-linux-gnu targets to avoid spurious differences.
9146
9147 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
9148
9149         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9150
9151 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
9152
9153         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9154         as type argument to gdb_compile.
9155         * gdb.base/nested-subp2.exp: Likewise.
9156         * gdb.base/nested-subp3.exp: Likewise.
9157
9158 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9159
9160         * lib/dwarf.exp (_note): Fix left shift of negative value.
9161         * gdb.trace/trace-condition.exp: Likewise.
9162
9163 2015-11-13  Yao Qi  <yao.qi@linaro.org>
9164
9165         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9166         comments about d10v.
9167         (test_scalar_returns): Likewise.
9168         * gdb.base/d10v.ld: Remove.
9169         * gdb.base/overlays.exp: Remove the target triplet checking for
9170         d10v-*-*.
9171         * gdb.base/structs.exp (test_struct_returns): Remove the
9172         comments about d10v.
9173         (test_struct_calls): Likewise.
9174
9175 2015-11-13  Yao Qi  <yao.qi@linaro.org>
9176
9177         * gdb.base/gnu_vector.exp: Check the return value by "p res".
9178         * gdb.base/gnu_vector.c: Don't include stdio.h.
9179         (main): Don't print res and call add_some_intvecs.
9180
9181 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9182
9183         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9184         macro.
9185         (func5): Removed.
9186         (func4): Use FAST_TRACEPOINT_LABEL.
9187         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9188         macro.
9189         (func): Removed.
9190         (thread_function): Use FAST_TRACEPOINT_LABEL.
9191         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9192         (func): Remove.
9193         (marker): Use FAST_TRACEPOINT_LABEL.
9194         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9195         (pendfunc1): Remove.
9196         (pendfunc): Use FAST_TRACEPOINT_LABEL.
9197         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9198         (foo): Remove.
9199         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9200         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9201         macro.
9202         (func): Remove.
9203         (marker): Use FAST_TRACEPOINT_LABEL.
9204         * gdb.trace/trace-common.h: New header.
9205         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9206         macro.
9207         (func): Remove.
9208         (marker): Use FAST_TRACEPOINT_LABEL.
9209         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9210         (func): Remove.
9211         (thread_function): Use FAST_TRACEPOINT_LABEL.
9212
9213 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9214
9215         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9216         in front.
9217         * gdb.trace/change-loc.exp: Use global pcreg definition.
9218         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9219         * gdb.trace/entry-values.exp: Use global spreg definition, add $
9220         in front.
9221         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9222         * gdb.trace/pending.exp: Likewise.
9223         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9224         * gdb.trace/trace-break.exp: Likewise.
9225         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9226         in front.
9227         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9228         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9229         in front.
9230         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9231
9232 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
9233
9234         * gdb.ada/fin_fun_out: New testcase.
9235
9236 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
9237
9238         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9239         value associated with DW_AT_byte_size.
9240         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9241         constants for DW_AT_byte_size, DW_AT_lower_bound, and
9242         DW_AT_upper_bound.
9243
9244 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
9245
9246         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9247         (gdb_target_symbol_prefix_flags): Define in terms of _asm
9248         version.
9249         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9250         gdb.dwarf2/dw2-canonicalize-type.exp,
9251         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9252         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9253         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9254         provided by gdb_target_symbol_prefix_flags_asm.
9255         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9256         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9257         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9258         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9259         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9260         macros where needed).  Use this macro for symbols which require
9261         the prefix provided by SYMBOL_PREFIX.
9262
9263 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
9264
9265         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9266         New procs.
9267         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9268         representing expressions, of more than one list element.
9269         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9270         to prepend linker symbol prefix to f.
9271         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9272         table_1 and table_2.
9273         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9274         Likewise, for f and g.
9275         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9276         for ptr.
9277         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9278         for main.
9279         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9280         table_1_ptr and table_2_ptr.
9281
9282 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9283             Joel Brobecker  <brobecker@adacore.com>
9284
9285         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9286
9287 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9288
9289         * gdb.reverse/s390-mvcle.c: New test.
9290         * gdb.reverse/s390-mvcle.exp: New file.
9291         * lib/gdb.exp: Enable reverse tests on s390*-linux.
9292
9293 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9294
9295         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9296
9297 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9298
9299         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9300         reaching marker2.
9301         * gdb.reverse/getresuid-reverse.exp: Likewise.
9302         * gdb.reverse/pipe-reverse.exp: Likewise.
9303         * gdb.reverse/readv-reverse.exp: Likewise.
9304         * gdb.reverse/recvmsg-reverse.exp: Likewise.
9305         * gdb.reverse/time-reverse.exp: Likewise.
9306         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9307
9308 2015-10-30  Yao Qi  <yao.qi@linaro.org>
9309
9310         * gdb.threads/wp-replication.c (watch_count_done): Remove.
9311         (empty_cycle): Remove.
9312         (main): Don't call empty_cycle.  Don't use watch_count_done.
9313         * gdb.threads/wp-replication.exp: Don't set breakpoint on
9314         empty_cycle.  Rewrite the code counting HW watchpoints.
9315
9316 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9317
9318         * gdb.reverse/fstatat-reverse.c: New test.
9319         * gdb.reverse/fstatat-reverse.exp: New file.
9320         * gdb.reverse/getresuid-reverse.c: New test.
9321         * gdb.reverse/getresuid-reverse.exp: New file.
9322         * gdb.reverse/pipe-reverse.c: New test.
9323         * gdb.reverse/pipe-reverse.exp: New file.
9324         * gdb.reverse/readv-reverse.c: New test.
9325         * gdb.reverse/readv-reverse.exp: New file.
9326         * gdb.reverse/recvmsg-reverse.c: New test.
9327         * gdb.reverse/recvmsg-reverse.exp: New file.
9328         * gdb.reverse/time-reverse.c: New test.
9329         * gdb.reverse/time-reverse.exp: New file.
9330         * gdb.reverse/waitpid-reverse.c: New test.
9331         * gdb.reverse/waitpid-reverse.exp: New file.
9332
9333 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9334
9335         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9336
9337 2015-10-26  Doug Evans  <dje@google.com>
9338
9339         PR symtab/17391
9340         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9341         * gdb.dwarf2/bad-regnum.c: New file.
9342         * gdb.dwarf2/bad-regnum.exp: New file.
9343
9344 2015-10-26  Doug Evans  <dje@google.com>
9345
9346         PR python/18938
9347         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9348         file.
9349
9350 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9351
9352         * gdb.compile/compile.exp (compile code globalvar): Update expectation
9353         for a change by "Mention language in compile error message".
9354
9355 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
9356
9357         PR python/18073
9358         * gdb.python/py-type.c (C::a_method): New.
9359         (C::a_const_method): New.
9360         (C::a_static_method): New.
9361         (a_function): New.
9362         * gdb.python/py-type.exp (test_fields): Test getting fields
9363         from function and method.
9364
9365 2015-10-21  Keven Boell  <keven.boell@intel.com>
9366
9367         * gdb.fortran/vla-alloc-assoc.exp: New file.
9368         * gdb.fortran/vla-datatypes.exp: New file.
9369         * gdb.fortran/vla-datatypes.f90: New file.
9370         * gdb.fortran/vla-history.exp: New file.
9371         * gdb.fortran/vla-ptype-sub.exp: New file.
9372         * gdb.fortran/vla-ptype.exp: New file.
9373         * gdb.fortran/vla-sizeof.exp: New file.
9374         * gdb.fortran/vla-sub.f90: New file.
9375         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9376         * gdb.fortran/vla-value-sub-finish.exp: New file.
9377         * gdb.fortran/vla-value-sub.exp: New file.
9378         * gdb.fortran/vla-value.exp: New file.
9379         * gdb.fortran/vla-ptr-info.exp: New file.
9380         * gdb.mi/mi-vla-fortran.exp: New file.
9381         * gdb.mi/vla.f90: New file.
9382
9383 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
9384
9385         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9386         of hardwired timeout value.
9387
9388 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9389             Pedro Alves  <palves@redhat.com>
9390
9391         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9392         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9393
9394 2015-10-19  Josh Stone  <jistone@redhat.com>
9395
9396         * gdb.base/catch-syscall.c: Include <sched.h>.
9397         (unknown_syscall): New variable.
9398         (main): Trigger a vfork and an unknown syscall.
9399         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9400         (unknown_syscall_number): Likewise.
9401         (check_call_to_syscall): Accept an optional syscall pattern.
9402         (check_return_from_syscall): Likewise.
9403         (check_continue): Likewise.
9404         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9405         (test_catch_syscall_skipping_return): New test toggling off 'catch
9406         syscall' to step over the syscall return, then toggling back on.
9407         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9408         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9409         (do_syscall_tests): Call test_catch_syscall_without_args and
9410         test_catch_syscall_mid_vfork.
9411         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9412         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9413
9414 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
9415
9416         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9417         print g_vE): Add new pass patterns.
9418         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9419         print various symbol names for vptr fields.
9420
9421 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
9422
9423         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9424         results.
9425
9426 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9427
9428         * gdb.arch/disp-step-insn-reloc.exp: New test case.
9429
9430 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9431
9432         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9433         is aarch64*-*-linux*.
9434
9435 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9436
9437         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9438         (can_relocate_bcond_true): ... it.
9439         (can_relocate_bcond_false): New function.
9440         (foo): Likewise.
9441         (can_relocate_bl): Likewise.
9442         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9443         can_relocate_bl.
9444
9445 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
9446
9447         * gdb.base/nested-addr.c: New file.
9448         * gdb.base/nested-addr.exp: New testcase.
9449
9450 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
9451
9452         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9453         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9454         its output.  Ignore the output of "record goto begin" and instead
9455         check that GDB is replaying.
9456
9457 2015-10-09  Pedro Alves  <palves@redhat.com>
9458
9459         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9460         (top level): Use it in the run with no args test.
9461
9462 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
9463
9464         * gdb.dlang/properties.exp: New file.
9465
9466 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
9467
9468         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9469         whether or not address 0x1000 is mapped on the target.
9470
9471 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
9472
9473         * gdb.python/py-type.exp: Do not run tests if binaries fail to
9474         build.
9475
9476 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
9477
9478         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9479         instruction-history test.
9480
9481 2015-09-28  Doug Evans  <dje@google.com>
9482
9483         * gdb.base/gcore.c (array_func): Add reference to static_array.
9484
9485 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
9486
9487         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9488         source line.
9489
9490 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9491
9492         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9493         short or char as base type.
9494
9495 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9496
9497         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9498         to allow any size enum.
9499
9500 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9501
9502         * gdb.ada/array_ptr_renaming.exp: New testcase.
9503         * gdb.ada/array_ptr_renaming/foo.adb: New file.
9504         * gdb.ada/array_ptr_renaming/pack.ads: New file.
9505
9506 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9507
9508         * gdb.trace/ftrace-lock.c: New file.
9509         * gdb.trace/ftrace-lock.exp: New file.
9510
9511 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9512
9513         * gdb.arch/insn-reloc.c: New file.
9514         * gdb.arch/ftrace-insn-reloc.exp: New file.
9515
9516 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9517
9518         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9519         instruction.
9520         * gdb.trace/pendshr1.c (pendfunc): Likewise.
9521         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9522         * gdb.trace/range-stepping.c: Likewise.
9523         * gdb.trace/trace-break.c: Likewise.
9524         * gdb.trace/trace-mt.c (thread_function): Likewise.
9525         * gdb.trace/ftrace.c (marker): Likewise.
9526         * gdb.trace/trace-condition.c (marker): Likewise.
9527         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9528         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9529         is_aarch64_target.
9530
9531 2015-09-18  Doug Evans  <xdje42@gmail.com>
9532
9533         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9534         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9535
9536 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9537
9538         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9539         the breakpoint.
9540
9541 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9542
9543         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9544         the pending breakpoint.  Remove timeout override for "Run till
9545         MI pending breakpoint on pendfunc3 on thread 2" test.
9546
9547 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9548
9549         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9550         filename pattern.
9551
9552 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9553
9554         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9555         in breakpoint filename pattern.
9556
9557 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9558
9559         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9560
9561 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9562
9563         * gdb.linespec/explicit.exp: Check for readline support for
9564         tab-completion tests.  Fix obvious typo.
9565
9566 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9567
9568         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9569         and replay.
9570
9571 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9572
9573         * gdb.btrace/non-stop.c: New.
9574         * gdb.btrace/non-stop.exp: New.
9575
9576 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
9577             Yao Qi  <yao.qi@linaro.org>
9578
9579         * gdb.trace/trace-condition.c: New file.
9580         * gdb.trace/trace-condition.exp: New file.
9581
9582 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
9583
9584         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9585         for testing bytecode compilation.
9586
9587 2015-09-16  Pedro Alves  <palves@redhat.com>
9588             Sandra Loosemore <sandra@codesourcery.com>
9589
9590         * gdb.threads/non-stop-fair-events.c (timeout): New global.
9591         (SECONDS): Redefine.
9592         (main): Call pthread_kill and alarm early.
9593         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9594         support.
9595         (test): If the target can't hardware step and doesn't support
9596         displaced stepping, increase the timeout.
9597
9598 2015-09-16  Pedro Alves  <palves@redhat.com>
9599
9600         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9601         (enable_debug): New procedures.
9602         (test): Use them.  Bail out if waiting for threads fails.
9603         (top level): Bail out if a test fails.
9604
9605 2015-09-16  Yao Qi  <yao.qi@linaro.org>
9606
9607         * gdb.asm/asm-source.exp: Set asm-arch for
9608         aarch64*-*-* target.
9609         * gdb.asm/aarch64.inc: New file.
9610
9611 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
9612
9613         * gdb.ada/array_of_variable_length.exp: New testcase.
9614         * gdb.ada/array_of_variable_length/foo.adb: New file.
9615         * gdb.ada/array_of_variable_length/pck.adb: New file.
9616         * gdb.ada/array_of_variable_length/pck.ads: New file.
9617
9618 2015-09-15  Doug Evans  <dje@google.com>
9619
9620         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9621         of function static local variable.
9622
9623 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9624
9625         * gdb.threads/tls-so_extern.exp: New test file.
9626         * gdb.threads/tls-so_extern.c: New test file.
9627         * gdb.threads/tls-so_extern_main.c: New test file.
9628
9629 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9630
9631         * gdb.opt/solib-intra-step-lib.c: New file.
9632         * gdb.opt/solib-intra-step-main.c: New file.
9633         * gdb.opt/solib-intra-step.exp: New file.
9634
9635 2015-09-15  Pedro Alves  <palves@redhat.com>
9636
9637         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9638         gdb_continue_to_breakpoint instead of gdb_test_multiple.
9639
9640 2015-09-14  Pedro Alves  <palves@redhat.com>
9641
9642         * gdb.base/hook-stop-continue.c: Delete.
9643         * gdb.base/hook-stop-continue.exp: Delete.
9644         * gdb.base/hook-stop-frame.c: Delete.
9645         * gdb.base/hook-stop-frame.exp: Delete.
9646         * gdb.base/hook-stop.c: New file.
9647         * gdb.base/hook-stop.exp: New file.
9648
9649 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
9650
9651         * gdb.ada/access_to_packed_array.exp: New testcase.
9652         * gdb.ada/access_to_packed_array/foo.adb: New file.
9653         * gdb.ada/access_to_packed_array/pack.adb: New file.
9654         * gdb.ada/access_to_packed_array/pack.ads: New file.
9655
9656 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
9657
9658         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9659         buffer size test.
9660
9661 2015-09-11  Don Breazeal  <donb@codesourcery.com>
9662
9663         * gdb.base/foll-exec.c: Add copyright header.  Fix
9664         formatting issues.
9665         * gdb.base/foll-exec.exp (zap_session): Delete proc.
9666         (do_exec_tests): Use clean_restart in place of zap_session,
9667         and for test initialization.  Fix formatting issues.  Use
9668         fail in place of perror.
9669         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9670         an expect statement to match an expression with output from
9671         the program under debug.
9672         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9673         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9674         * gdb.threads/non-ldr-exc-2.exp: Likewise.
9675         * gdb.threads/non-ldr-exc-3.exp: Likewise.
9676         * gdb.threads/non-ldr-exc-4.exp: Likewise.
9677
9678 2015-09-09  Doug Evans  <dje@google.com>
9679
9680         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9681
9682 2015-09-09  Doug Evans  <dje@google.com>
9683
9684         * gdb.base/pie-execl.exp: Fix result test of build_executable.
9685
9686 2015-09-09  Doug Evans  <dje@google.com>
9687
9688         * gdb.base/savedregs.exp: Fix typo.
9689
9690 2015-09-09  Pedro Alves  <palves@redhat.com>
9691
9692         * gdb.mi/mi-cli.exp: Add CLI finish tests.
9693
9694 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
9695
9696         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9697         command actually switches threads.  Give up on remaining
9698         tests if target fails to stop at breakpoint.
9699
9700 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9701
9702         * gdb.ada/funcall_char.exp: New testcase.
9703         * gdb.ada/funcall_char/foo.adb: New file.
9704
9705 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9706
9707         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9708         expected outputs.  Add two testcases for completing ambiguous
9709         functions.
9710         * gdb.ada/complete/aux_pck.adb: New file.
9711         * gdb.ada/complete/aux_pck.ads: New file.
9712         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9713         Ambiguous_Func functions.
9714         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9715         * gdb.ada/complete/pck.adb: Likewise.
9716
9717 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
9718
9719         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9720         failures to run the test program under GDB.
9721
9722 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
9723
9724         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9725         to C.
9726
9727 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
9728
9729         * gdb.base/run-after-attach.exp: New test file.
9730         * gdb.base/run-after-attach.c: New test file.
9731
9732 2015-08-26  Don Breazeal  <donb@codesourcery.com>
9733
9734         * gdb.base/foll-exec-2.c: New test program.
9735         * gdb.base/foll-exec-2.exp: New test.
9736
9737 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
9738
9739         * gdb.base/nested-subp1.exp: New file.
9740         * gdb.base/nested-subp1.c: New file.
9741         * gdb.base/nested-subp2.exp: New file.
9742         * gdb.base/nested-subp2.c: New file.
9743         * gdb.base/nested-subp3.exp: New file.
9744         * gdb.base/nested-subp3.c: New file.
9745
9746 2015-08-24  Pedro Alves  <palves@redhat.com>
9747
9748         * gdb.server/connect-without-multi-process.c: New file.
9749         * gdb.server/connect-without-multi-process.exp: New file.
9750
9751 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9752
9753         * gdb.opt/inline-markers.c: Make z int.
9754
9755 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9756
9757         * gdb.opt/inline-markers.c: Make z volatile.
9758
9759 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9760
9761         * gdb.opt/inline-bt.c: New volatile global z.
9762         * gdb.opt/inline-cmds.c: Likewise.
9763         * gdb.opt/inline-locals.c: Likewise.
9764         * gdb.opt/inline-markers.c: New extern global z.
9765         (marker): Use z.
9766         (inline_fn): Likewise.
9767
9768 2015-08-24  Pedro Alves  <palves@redhat.com>
9769
9770         * config/m32r-stub.exp: Remove file.
9771         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9772         * gdb.base/call-rt-st.exp: Likewise.
9773         * gdb.base/call-strs.exp: Likewise.
9774         * gdb.base/default.exp: Remove references to h8300-*-hms and
9775         *-*-udi*.
9776         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9777
9778 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9779
9780         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9781         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
9782         and "return" use KFAIL when GDB can not read/write the vector
9783         return value.
9784
9785 2015-08-21  Gary Benson <gbenson@redhat.com>
9786
9787         * gdb.trace/pending.exp: Cope with remote transfer warnings.
9788
9789 2015-08-20  Pedro Alves  <palves@redhat.com>
9790
9791         * gdb.server/solib-list.exp: No longer expect an interior stop in
9792         non-stop mode.
9793
9794 2015-08-20  Pedro Alves  <palves@redhat.com>
9795
9796         * gdb.server/connect-stopped-target.c: New file.
9797         * gdb.server/connect-stopped-target.exp: New file.
9798
9799 2015-08-20  Pedro Alves  <palves@redhat.com>
9800
9801         * gdb.dwarf2/comp-unit-lang.exp: New file.
9802         * gdb.dwarf2/comp-unit-lang.c: New file.
9803
9804 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9805
9806         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9807         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9808
9809 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
9810
9811         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9812         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9813
9814 2015-08-18  Doug Evans  <dje@google.com>
9815             Adrian Sendroiu <adrian.sendroiu@freescale.com>
9816
9817         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9818         skip_python_tests.  New arg prompt_regexp.
9819         (skip_python_tests): New function.
9820         * lib/mi-support.exp (mi_skip_python_tests): New function.
9821         * gdb.python/py-mi-objfile-gdb.py: New file.
9822         * gdb.python/py-mi-objfile.c: New file.
9823         * gdb.python/py-mi-objfile.exp: New file.
9824
9825 2015-08-17  Keith Seitz  <keiths@redhat.com>
9826
9827         * gdb.linespec/explicit.exp: Move strace test from here ...
9828         * gdb.trace/strace.exp: ... to here.
9829
9830 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
9831
9832         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9833         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9834
9835 2015-08-14  Doug Evans  <xdje42@gmail.com>
9836
9837         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9838         inferior before selecting a new file.
9839
9840 2015-08-14  Doug Evans  <xdje42@gmail.com>
9841
9842         * gdb.mi/mi-disassemble.exp: Update.
9843         * gdb.base/disasm-optim.S: New file.
9844         * gdb.base/disasm-optim.c: New file.
9845         * gdb.base/disasm-optim.h: New file.
9846         * gdb.base/disasm-optim.exp: New file.
9847
9848 2015-08-14  Keith Seitz  <keiths@redhat.com>
9849
9850         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9851         "evaluated-by".
9852
9853 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
9854
9855         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9856
9857 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
9858
9859         * gdb.ada/fun_renaming.exp: New testcase.
9860         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9861         * gdb.ada/fun_renaming/pack.adb: New file.
9862         * gdb.ada/fun_renaming/pack.ads: New file.
9863
9864 2015-08-12  Keith Seitz  <keiths@redhat.com>
9865
9866         * gdb.base/dso2dso.exp: Pass basename of source file in call to
9867         gdb_get_line_number.
9868
9869 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
9870
9871         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9872         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9873         gdb.base/dso2dso.exp: New files.
9874
9875 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
9876             Pedro Alves  <palves@redhat.com>
9877             Keith Seitz  <keiths@redhat.com>
9878
9879         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9880         GDBFLAGS.
9881
9882 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9883
9884         * gdb.base/gdbhistsize-history.exp
9885         (test_histsize_history_setting): Use save_vars.
9886         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9887         Use save_vars.
9888         (test_no_truncation_of_unlimited_history_file): Use save_vars.
9889         * gdb.base/readline.exp: Use save_vars.
9890
9891 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9892
9893         * lib/gdb.exp (save_vars): New proc.
9894
9895 2015-08-11  Keith Seitz  <keiths@redhat.com>
9896
9897         * gdb.base/help.exp: Update help_breakpoint_text.
9898
9899 2015-08-11  Keith Seitz  <keiths@redhat.com>
9900
9901         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9902         (at toplevel): Call test_explicit_breakpoints.
9903         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9904         breakpoints.
9905         * lib/mi-support.exp (mi_make_breakpoint): Add support for
9906         breakpoint conditions, "-cond".
9907
9908 2015-08-11  Keith Seitz  <keiths@redhat.com>
9909
9910         * gdb.linespec/3explicit.c: New file.
9911         * gdb.linespec/cpexplicit.cc: New file.
9912         * gdb.linespec/cpexplicit.exp: New file.
9913         * gdb.linespec/explicit.c: New file.
9914         * gdb.linespec/explicit.exp: New file.
9915         * gdb.linespec/explicit2.c: New file.
9916         * gdb.linespec/ls-errs.exp: Add explicit location tests.
9917         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9918         before using in the matching pattern.
9919         Clarify that `prefix' is a regular expression.
9920
9921 2015-08-11  Keith Seitz  <keiths@redhat.com>
9922
9923         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9924         test.
9925         Add tests for missing ",FMT" and ",".
9926
9927 2015-08-10  Doug Evans  <dje@google.com>
9928             Keith Seitz  <keiths@redhat.com>
9929
9930         PR gdb/17960
9931         * gdb.base/completion.exp: Add location completer tests.
9932
9933 2015-08-07  Pedro Alves  <palves@redhat.com>
9934
9935         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9936         tests here.
9937         (top level): Run do_test with and without displaced stepping.
9938
9939 2015-08-07  Pedro Alves  <palves@redhat.com>
9940
9941         * gdb.base/valgrind-disp-step.c: New file.
9942         * gdb.base/valgrind-disp-step.exp: New file.
9943
9944 2015-08-07  Pedro Alves  <palves@redhat.com>
9945
9946         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9947         Delete function.
9948         (main): Add alarm.  Run an infinite loop instead of calling
9949         wait_threads.
9950         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9951         comment.
9952         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9953         Delete function.
9954         (main): Add alarm.  Run an infinite loop instead of calling
9955         wait_threads.
9956         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9957         comment.
9958
9959 2015-08-07  Pedro Alves  <palves@redhat.com>
9960
9961         * gdb.base/checkpoint-ns.exp: New file.
9962         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9963         standard_testfile.
9964
9965 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
9966
9967         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9968         * gdb.btrace/instruction_history.exp: Update.
9969         * gdb.btrace/tsx.exp: New.
9970         * gdb.btrace/tsx.c: New.
9971
9972 2015-08-06  Pedro Alves <palves@redhat.com>
9973
9974         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9975         increase timeout.
9976         * gdb.reverse/until-precsave.exp: Bump timeouts.
9977
9978 2015-08-06  Pedro Alves  <palves@redhat.com>
9979
9980         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9981
9982 2015-08-06  Pedro Alves  <palves@redhat.com>
9983
9984         PR gdb/18749
9985         * gdb.threads/process-dies-while-handling-bp.c: New file.
9986         * gdb.threads/process-dies-while-handling-bp.exp: New file.
9987
9988 2015-08-06  Pedro Alves  <palves@redhat.com>
9989
9990         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9991         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9992
9993 2015-08-05  Pedro Alves  <palves@redhat.com>
9994
9995         * gdb.threads/next-while-other-thread-longjmps.c: New file.
9996         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9997
9998 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
9999
10000         * gdb.base/bp-permanent.exp: Report test as unsupported if
10001         the target cannot stop at the permanent breakpoint.
10002
10003 2015-08-03  Doug Evans  <dje@google.com>
10004
10005         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10006         10000.
10007
10008 2015-08-03  Doug Evans  <dje@google.com>
10009
10010         * Makefile.in (workers/%.worker, build-perf): New rule.
10011         (GDB_PERFTEST_MODE): New variable.
10012         (check-perf): Use it.
10013         (clean): Clean up gdb.perf parallel build subdirs.
10014         * lib/build-piece.exp: New file.
10015         * lib/gdb.exp (make_gdb_parallel_path): New function
10016         (standard_output_file, standard_temp_file): Call it.
10017         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10018         of $GDB_PARALLEL.
10019         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10020
10021 2015-08-03  Doug Evans  <dje@google.com>
10022
10023         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10024         (LOG_FILE_NAME): New global.
10025         (TextReporter.__init__): Initialize self.txt_sum.
10026         (TextReporter.report): Add support for multiple data-points.
10027         Move report to perftest.sum, put raw data in perftest.log.
10028         (TextReporter.start): Open sum and log files.
10029         (TextReporter.end): Close sum and log files.
10030         * gdb.perf/lib/perftest/testresult.py
10031         (SingleStatisticTestResult.record): Handle multiple data-points.
10032
10033 2015-07-31  Pedro Alves  <palves@redhat.com>
10034
10035         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10036         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10037         kill_wait_spawned_process instead of explicit "kill -9".
10038         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10039         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10040         kill_wait_spawned_process.
10041         * gdb.base/attach-twice.exp: Likewise.
10042         * gdb.base/attach.exp: Likewise.
10043         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10044         gdb_test_multiple.
10045         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10046         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10047         kill_wait_spawned_process.
10048         * gdb.base/valgrind-infcall.exp: Likewise.
10049         * gdb.multi/multi-attach.exp: Likewise.
10050         * gdb.python/py-prompt.exp: Likewise.
10051         * gdb.python/py-sync-interp.exp: Likewise.
10052         * gdb.server/ext-attach.exp: Likewise.
10053         * gdb.threads/attach-into-signal.exp (corefunc): Use
10054         spawn_wait_for_attach, spawn_id_get_pid and
10055         kill_wait_spawned_process.
10056         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10057         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
10058         spawn_id_get_pid and kill_wait_spawned_process.
10059         * gdb.threads/attach-stopped.exp (corefunc): Use
10060         spawn_wait_for_attach, spawn_id_get_pid and
10061         kill_wait_spawned_process.
10062         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10063         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10064         kill_wait_spawned_process instead of explicit "kill -9".
10065         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10066         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10067         (spawn_wait_for_attach): Use spawn instead of exec to spawn
10068         processes.  Don't map cygwin/windows pids here.  Now returns a
10069         spawn id list.
10070
10071 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10072
10073         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10074         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10075         correct patch.
10076
10077 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10078
10079         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10080
10081 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10082
10083         Reapply:
10084         2014-05-21  Mark Wielaard  <mjw@redhat.com>
10085
10086         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10087
10088 2015-07-30  Pedro Alves  <palves@redhat.com>
10089
10090         * linux-low.c (handle_extended_wait): Set the child's last
10091         reported status to TARGET_WAITKIND_STOPPED.
10092
10093 2015-07-30  Pedro Alves  <palves@redhat.com>
10094
10095         PR threads/18600
10096         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10097         only shows inferior 1.
10098
10099 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
10100             Pedro Alves  <palves@redhat.com>
10101
10102         PR threads/18600
10103         * gdb.threads/fork-plus-threads.c: New file.
10104         * gdb.threads/fork-plus-threads.exp: New file.
10105
10106 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10107
10108         * gdb.base/batch-preserve-term-settings.exp
10109         (test_terminal_settings_preserved_after_cli_exit): Use
10110         send_quit_command.
10111
10112 2015-07-29  Pedro Alves  <palves@redhat.com>
10113             Don Breazeal  <donb@codesourcery.com>
10114
10115         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10116         output from both inferior_spawn_id and gdb_spawn_id.
10117
10118 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
10119
10120         * gdb.threads/attach-into-signal.exp (corefunc): Use
10121         with_test_prefix on nested loops, uniquefying the test messages.
10122
10123 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
10124
10125         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10126         commit.
10127
10128 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10129
10130         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10131         New proc.
10132         (test_terminal_settings_preserved_after_sigterm): New test.
10133
10134 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10135
10136         * gdb.base/batch-preserve-term-settings.exp
10137         (test_terminal_settings_preserved_after_cli_exit): New test.
10138
10139 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10140
10141         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10142         manipulation of saved_gdbflags.
10143         (test_terminal_settings_preserved): Remove global declaration of
10144         the unused variable pagination_prompt.  Remove manipulation of
10145         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
10146         GDBFLAGS.
10147
10148 2015-07-29  Pedro Alves  <palves@redhat.com>
10149
10150         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10151
10152 2015-07-29  Pedro Alves  <palves@redhat.com>
10153
10154         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10155         at the top.
10156
10157 2015-07-29  Pedro Alves  <palves@redhat.com>
10158
10159         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10160         (main): Call gdb_unbuffer_output.
10161         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10162         (main): Call gdb_unbuffer_output.
10163         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10164         (main): Call gdb_unbuffer_output.
10165         * gdb.base/call-strs.exp: Adjust to step over the
10166         gdb_unbuffer_output call.
10167         * gdb.base/catch-gdb-caused-signals.c: Include
10168         "../lib/unbuffer_output.c".
10169         (main): Call gdb_unbuffer_output.
10170         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10171         (main): Call gdb_unbuffer_output.
10172         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10173         (main): Call gdb_unbuffer_output.
10174         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10175         (main): Call gdb_unbuffer_output.
10176         * gdb.base/shlib-call.exp: Adjust to step over the
10177         gdb_unbuffer_output call.
10178         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10179         (main): Call gdb_unbuffer_output.
10180         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10181         (main): Call gdb_unbuffer_output.
10182         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10183         (main): Rename to ...
10184         (test): ... this.
10185         (main): Reimplement.
10186         * gdb.base/varargs.exp: Run to test instead of to main.
10187         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10188         (main): Call gdb_unbuffer_output.
10189
10190 2015-07-29  Pedro Alves  <palves@redhat.com>
10191
10192         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10193         factore out from mi_continue_dprintf.  For call-style dprintfs,
10194         expect dprintf output out of $inferior_spawn_id.
10195         (mi_continue_dprintf): Use mi_expect_dprintf.
10196         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10197         (main): Call gdb_unbuffer_output.
10198
10199 2015-07-29  Pedro Alves  <palves@redhat.com>
10200
10201         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10202         (default_mi_gdb_start): Set inferior_spawn_id instead of
10203         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
10204         gdb_spawn_id.
10205         (mi_gdb_test): Always expect inferior output from both
10206         $inferior_spawn_id and $gdb_spawn_id.
10207
10208 2015-07-29  Pedro Alves  <palves@redhat.com>
10209
10210         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
10211         send_inferior and $inferior_spawn_id.
10212
10213 2015-07-29  Pedro Alves  <palves@redhat.com>
10214
10215         * gdb.gdb/complaints.exp (test_initial_complaints)
10216         (test_serial_complaints, test_short_complaints): Use
10217         gdb_test_stdio.
10218         (test_empty_complaint): Handle $inferior_spawn_id !=
10219         $gdb_spawn_id.
10220
10221 2015-07-29  Pedro Alves  <palves@redhat.com>
10222
10223         * gdb.base/varargs.exp: Use gdb_test_stdio.
10224
10225 2015-07-29  Pedro Alves  <palves@redhat.com>
10226
10227         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10228
10229 2015-07-29  Pedro Alves  <palves@redhat.com>
10230
10231         * gdb.base/ending-run.exp: Use gdb_test_stdio.
10232
10233 2015-07-29  Pedro Alves  <palves@redhat.com>
10234
10235         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10236         parameter into two new parameters, "inf_result" and "gdb_result".
10237         Expect inferior output and gdb output from $inferior_spawn_id and
10238         $gdb_spawn_id, respectively.  Adjust all callers.
10239
10240 2015-07-29  Pedro Alves  <palves@redhat.com>
10241
10242         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10243         of gdb_test_sequence.
10244
10245 2015-07-29  Pedro Alves  <palves@redhat.com>
10246
10247         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10248         (saw_spurious_output): Expect inferior output from
10249         $inferior_spawn_id.  Use gdb_test_stdio.
10250
10251 2015-07-29  Pedro Alves  <palves@redhat.com>
10252
10253         * gdb.base/dprintf.exp: Use standard_testfile.  Change
10254         prepare_for_testing call.
10255         (srcfile): Don't set.
10256         (restart): New procedure.
10257         (test_dprintf): New procecure, use to continue over dprintfs.
10258         (test_call, test_agent): New procedures, tests moved here.
10259         Restart gdb and recreate dprintfs.  Adjust expected output.
10260
10261 2015-07-29  Pedro Alves  <palves@redhat.com>
10262
10263         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10264
10265 2015-07-29  Pedro Alves  <palves@redhat.com>
10266
10267         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10268
10269 2015-07-29  Pedro Alves  <palves@redhat.com>
10270
10271         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10272         gdb_test_stdio.
10273
10274 2015-07-29  Pedro Alves  <palves@redhat.com>
10275
10276         * lib/gdb.exp (gdb_test_stdio): New procedure.
10277
10278 2015-07-29  Pedro Alves  <palves@redhat.com>
10279
10280         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10281
10282 2015-07-29  Pedro Alves  <palves@redhat.com>
10283
10284         * gdb.base/call-signal-resume.exp: Remove check for
10285         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
10286         * gdb.base/unwindonsignal.exp: Likewise.
10287         * gdb.base/call-signals.c (gen_signal): Remove printf call.
10288         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10289
10290 2015-07-29  Pedro Alves  <palves@redhat.com>
10291
10292         * gdb.base/siginfo-addr.c (pass): New function.
10293         (handler): Call it iff si_addr is correct.
10294         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10295         Set a breakpoint at "pass" and continue to it.
10296
10297 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
10298
10299         * gdb.python/py-objfile.exp: Make some tests have unique names.
10300         * gdb.python/py-pp-registration.exp: Likewise.
10301
10302 2015-07-28  Pedro Alves  <palves@redhat.com>
10303
10304         * gdb.server/server-exec-info.exp: Issue a "disconnect".
10305
10306 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
10307
10308         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10309
10310 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
10311
10312         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10313
10314 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
10315
10316         * gdb.base/gdb-sigterm-2.exp: New test.
10317
10318 2015-07-25  Doug Evans  <xdje42@gmail.com>
10319
10320         Revert:
10321         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10322         (workers/%.worker, build-perf): New rule.
10323         (GDB_PERFTEST_MODE): New variable.
10324         (check-perf): Use it.
10325         (clean): Clean up gdb.perf parallel build subdirs.
10326         * lib/build-piece.exp: New file.
10327         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10328         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10329         name.
10330         (standard_temp_file): Ditto.
10331         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10332         of $GDB_PARALLEL.
10333
10334 2015-07-24  Doug Evans  <dje@google.com>
10335
10336         * gdb.perf/lib/perftest/utils.py: New file.
10337         * gdb.perf/gm-hello.cc: New file.
10338         * gdb.perf/gm-pervasive-typedef.cc: New file.
10339         * gdb.perf/gm-pervasive-typedef.h: New file.
10340         * gdb.perf/gm-std.cc: New file.
10341         * gdb.perf/gm-std.h: New file.
10342         * gdb.perf/gm-use-cerr.cc: New file.
10343         * gdb.perf/gm-utils.h: New file.
10344         * gdb.perf/gmonster-null-lookup.py: New file.
10345         * gdb.perf/gmonster-pervasive-typedef.py: New file.
10346         * gdb.perf/gmonster-print-cerr.py: New file.
10347         * gdb.perf/gmonster-ptype-string.py: New file.
10348         * gdb.perf/gmonster-runto-main.py: New file.
10349         * gdb.perf/gmonster-select-file.py: New file.
10350         * gdb.perf/gmonster1-null-lookup.exp: New file.
10351         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10352         * gdb.perf/gmonster1-print-cerr.exp: New file.
10353         * gdb.perf/gmonster1-ptype-string.exp: New file.
10354         * gdb.perf/gmonster1-runto-main.exp: New file.
10355         * gdb.perf/gmonster1-select-file.exp: New file.
10356         * gdb.perf/gmonster1.cc: New file.
10357         * gdb.perf/gmonster1.exp: New file.
10358         * gdb.perf/gmonster2-null-lookup.exp: New file.
10359         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10360         * gdb.perf/gmonster2-print-cerr.exp: New file.
10361         * gdb.perf/gmonster2-ptype-string.exp: New file.
10362         * gdb.perf/gmonster2-runto-main.exp: New file.
10363         * gdb.perf/gmonster2-select-file.exp: New file.
10364         * gdb.perf/gmonster2.cc: New file.
10365         * gdb.perf/gmonster2.exp: New file.
10366
10367 2015-07-24  Doug Evans  <dje@google.com>
10368
10369         * gdb.perf/README: New file.
10370         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10371         * lib/gen-perf-test.exp: New file.
10372
10373 2015-07-24  Doug Evans  <dje@google.com>
10374
10375         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10376         (PerfTest::startup): New function.
10377         (PerfTest::run): Return result of calling body.
10378         (PerfTest::assemble): Rewrite.
10379         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10380         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10381         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10382         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10383         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10384
10385 2015-07-24  Doug Evans  <dje@google.com>
10386
10387         * lib/gdb.exp (clean_restart): Make executable optional.
10388
10389 2015-07-24  Doug Evans  <dje@google.com>
10390
10391         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10392         compiler_info references.
10393         * gdb.cp/temargs.exp: Ditto.
10394         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10395         (get_compiler_info): Early exit if already computed.  Set compiler_info
10396         to "unknown" if there was a problem.
10397         (test_compiler_info): Add function comment.  Call get_compiler_info.
10398
10399 2015-07-24  Doug Evans  <dje@google.com>
10400
10401         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10402         (workers/%.worker, build-perf): New rule.
10403         (GDB_PERFTEST_MODE): New variable.
10404         (check-perf): Use it.
10405         (clean): Clean up gdb.perf parallel build subdirs.
10406         * lib/build-piece.exp: New file.
10407         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10408         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10409         name.
10410         (standard_temp_file): Ditto.
10411         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10412         of $GDB_PARALLEL.
10413
10414 2015-07-24  Doug Evans  <dje@google.com>
10415
10416         * lib/future.exp (gdb_default_target_compile): New option
10417         "early_flags".
10418         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10419         --as-needed.
10420
10421 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
10422
10423         * gdb.base/catch-syscall.exp: Call gdb_exit before
10424         gdb_skip_xml_test.
10425
10426 2015-07-24  Pedro Alves  <palves@redhat.com>
10427
10428         * gdb.python/py-events.exp: Accept output between the stop event
10429         and the prompt.
10430         * gdb.python/py-evsignal.exp: Likewise.
10431         * gdb.python/py-evthreads.exp: Likewise.
10432
10433 2015-07-24  Pedro Alves  <palves@redhat.com>
10434
10435         PR gdb/18717
10436         * gdb.threads/non-ldr-exit.c: New file.
10437         * gdb.threads/non-ldr-exit.exp: New file.
10438
10439 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10440
10441         * gdb.server/ext-wrapper.exp: Test --wrapper option when
10442         restarting process.
10443
10444 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10445
10446         * gdb.server/ext-restart.exp: New file.
10447
10448 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10449
10450         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10451         argument options.
10452         * gdb.server/ext-wrapper.exp: New file.
10453
10454 2015-07-23  Doug Evans  <dje@google.com>
10455
10456         * gdb.dwarf2/dw2-dummy-cu.S: New file.
10457         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10458
10459 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
10460
10461         * gdb.ada/var_arr_typedef.exp: New testcase.
10462         * gdb.ada/var_arr_typedef/pack.adb: New file.
10463         * gdb.ada/var_arr_typedef/pack.ads: New file.
10464         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10465
10466 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
10467
10468         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10469
10470 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10471
10472         * gdb.arch/i386-biarch-core.exp: Replace istarget
10473         by "complete set gnutarget". Remove expectation for the "core-file"
10474         command.
10475
10476 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10477
10478         Revert the previous commit:
10479         Tests for validate symbol file using build-id.
10480
10481 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
10482
10483         Tests for validate symbol file using build-id.
10484         * gdb.base/solib-mismatch-lib.c: New file.
10485         * gdb.base/solib-mismatch-libmod.c: New file.
10486         * gdb.base/solib-mismatch.c: New file.
10487         * gdb.base/solib-mismatch.exp: New file.
10488
10489 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
10490
10491         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10492         nios2-*-linux*.
10493         * gdb.base/sigbpt.exp (stepi_out): Likewise.
10494         * gdb.base/siginfo.exp: Likewise.
10495         * gdb.base/sigstep.exp (advance, advancei): Likewise.
10496
10497 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
10498
10499         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10500         Move it to ...
10501         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10502         ... here.
10503         * gdb.trace/range-stepping.exp: Check that the target supports
10504         range stepping.
10505
10506 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10507
10508         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10509
10510 2015-07-14  Pedro Alves  <palves@redhat.com>
10511
10512         * gdb.base/killed-outside.exp: New file.
10513         * gdb.base/killed-outside.c: New file.
10514
10515 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10516
10517         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10518         (n at main): New.
10519         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10520
10521 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10522
10523         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10524         infcall tests instead of setting up for KFAIL.
10525
10526 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
10527
10528         * gdb.btrace/record_goto-step.exp: New.
10529
10530 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10531
10532         PR compile/18484
10533         * gdb.compile/compile.c (struct struct_type): Add volatile to
10534         selffield's type.
10535         * gdb.compile/compile.exp
10536         (compile code struct_object.selffield = &struct_object): Skip further
10537         struct_object tests if this one xfails.
10538
10539 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
10540
10541         PR exp/18617
10542         * gdb.trace/ax.exp: Add test.
10543
10544 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10545
10546         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10547         instead of istarget "aarch64*-*-*".
10548         * gdb.arch/aarch64-fp.exp: Likewise.
10549         * gdb.base/float.exp: Likewise.
10550         * gdb.reverse/aarch64.exp: Likewise.
10551         * lib/gdb.exp (is_aarch64_target): New proc.
10552
10553 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10554
10555         * lib/gdb.exp (is_aarch32_target): New proc.
10556         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10557         instead of "istarget "arm*-*-*"".
10558         * gdb.arch/arm-disp-step.exp: Likewise.
10559         * gdb.arch/thumb-bx-pc.exp: Likewise.
10560         * gdb.arch/thumb-prologue.exp: Likewise.
10561         * gdb.arch/thumb-singlestep.exp: Likewise.
10562         * gdb.base/disp-step-syscall.exp: Likewise.
10563         * gdb.base/float.exp: Likewise.
10564
10565 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10566
10567         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10568         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10569
10570 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10571
10572         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10573         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10574         if it exists.
10575         * gdb.multi/multi-arch.exp: Likewise.
10576
10577 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
10578
10579         * gdb.python/py-lazy-string.exp: Add missing parentheses to
10580         print.
10581
10582 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10583
10584         * gdb.arch/thumb-singlestep.exp: Do one more single step.
10585
10586 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
10587
10588         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10589         '[' and ']' characters.
10590
10591 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
10592
10593         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10594
10595 2015-06-29  Pedro Alves  <palves@redhat.com>
10596
10597         PR threads/18127
10598         * gdb.threads/hand-call-new-thread.c: New file.
10599         * gdb.threads/hand-call-new-thread.c: New file.
10600
10601 2015-06-26  Keith Seitz  <keiths@redhat.com>
10602             Doug Evans  <dje@google.com>
10603
10604         PR 16253
10605         * gdb.cp/var-tag-2.cc: New file.
10606         * gdb.cp/var-tag-3.cc: New file.
10607         * gdb.cp/var-tag-4.cc: New file.
10608         * gdb.cp/var-tag.cc: New file.
10609         * gdb.cp/var-tag.exp: New file.
10610
10611 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10612
10613         * gdb.base/history-duplicates.exp: New test.
10614
10615 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10616
10617         * gdb.base/completion.exp: Test the completion of the "focus"
10618         command.
10619
10620 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10621
10622         * gdb.arch/amd64-prologue-skip.S: New file.
10623         * gdb.arch/amd64-prologue-skip.exp: New file.
10624
10625 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
10626
10627         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10628         is_address_zero_readable check.
10629
10630 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
10631
10632         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10633         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10634
10635 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10636
10637         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10638         linux targets.
10639
10640 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10641
10642         * lib/gdb.exp (supports_get_siginfo_type): New proc.
10643         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10644         * gdb.base/siginfo-thread.exp: Likewise.
10645
10646 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10647
10648         * boards/remote-gdbserver-on-localhost.exp: Add comments.
10649
10650 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10651
10652         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10653         aarch64*-*-*.
10654         (skip_hw_watchpoint_tests): Likewise.
10655
10656 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
10657
10658         * gdb.base/gdbinit-history.exp: Test the interaction between
10659         setting GDBHISTSIZE and setting the history size via .gdbinit.
10660
10661 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10662
10663         PR gdb/16999
10664         * gdb.base/gdbhistsize-history.exp: New test.
10665
10666 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10667
10668         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10669         with GDBHISTSIZE.
10670         * gdb.base/readline.exp: Likewise.
10671
10672 2015-06-17  Yao Qi  <yao.qi@linaro.org>
10673
10674         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10675         line.
10676
10677 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10678
10679         * gdb.base/gdbinit-history.exp: Add test case to check that
10680         an unlimited history file does not get truncated on exit.
10681
10682 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10683
10684         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10685         (VECTOR): New macro.  Use it...
10686         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10687         ...for these typedefs.
10688         (int8, char1, int1, double1): New typedefs.
10689         (struct just_int2, struct two_int2): New structures.
10690         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10691         (add_structvecs, add_singlevecs): New functions.
10692         (main): Call add_some_intvecs twice.
10693         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10694         the compile and exit upon failure.  Try compiling for the "native"
10695         architecture.  Test inferior function calls with vector arguments
10696         and vector return value handling with "finish" and "return".
10697
10698 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
10699
10700         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10701         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10702         PE file.
10703         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10704
10705 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10706
10707         PR breakpoints/16465
10708         * gdb.mi/mi-dprintf-pending.c: New file.
10709         * gdb.mi/mi-dprintf-pending.exp: New test.
10710         * gdb.mi/mi-dprintf-pendshr.c: New file.
10711
10712 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10713             Mircea Gherzan  <mircea.gherzan@intel.com>
10714
10715         * gdb.arch/i386-mpx-map.c: New file.
10716         * gdb.arch/i386-mpx-map.exp: New File.
10717
10718 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10719
10720         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10721         * gdb.arch/i386-mpx.exp: Indentation fixed.
10722
10723 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10724
10725         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10726         function and improved indentation.
10727         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10728         gdb_test_multiple. Added additional tests to skip the test.
10729
10730 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10731
10732         * gdb.arch/i386-avx512.c: Change path in include file.
10733         * gdb.arch/i386-avx512.exp: Change include dir path
10734         compilation flag.
10735         * gdb.arch/i386-mpx.c: Change path in include file.
10736         * gdb.arch/i386-mpx.exp: Change include dir path compilation
10737         flag.
10738
10739 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10740
10741         * gdb.compile/compile-print.exp (compile print *vararray@3)
10742         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10743
10744 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10745
10746         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10747         (do not keep jit in memory): ... this.
10748         (expect 5): Change it to ...
10749         (expect no 5): ... this.
10750
10751 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
10752
10753         PR gdb/15564
10754         * gdb.mi/mi-detach.exp: New file.
10755
10756 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10757
10758         PR symtab/18392
10759         * gdb.arch/amd64-tailcall-self.S: New file.
10760         * gdb.arch/amd64-tailcall-self.c: New file.
10761         * gdb.arch/amd64-tailcall-self.exp: New file.
10762
10763 2015-05-28  Don Breazeal  <donb@codesourcery.com>
10764
10765         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10766         tests for remote targets by checking is_target_gdbserver.
10767
10768 2015-05-27  Doug Evans  <dje@google.com>
10769
10770         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10771         * gdb.dwarf2/opaque-type-lookup.c: New file.
10772         * gdb.dwarf2/opaque-type-lookup.exp: New file.
10773
10774 2015-05-26  Doug Evans  <dje@google.com>
10775
10776         * gdb.cp/iostream.cc: New file.
10777         * gdb.cp/iostream.exp: New file.
10778
10779 2015-05-26  Doug Evans  <dje@google.com>
10780
10781         * gdb.dwarf2/dw2-op-call.exp: Update.
10782         * gdb.dwarf2/dw4-sig-types.exp: Update.
10783         * gdb.dwarf2/implptr.exp: Update.
10784         * gdb.mi/mi-cmd-param-changed.exp: Update.
10785
10786 2015-05-26  Doug Evans  <dje@google.com>
10787
10788         * gdb.python/py-lazy-string.c: New file.
10789         * gdb.python/py-lazy-string.exp: New file.
10790         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10791         (main): Update.  Add estring3.
10792         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10793         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10794
10795 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10796             Yao Qi  <yao.qi@linaro.org>
10797
10798         * gdb.reverse/aarch64.c: New.
10799         * gdb.reverse/aarch64.exp: New.
10800
10801 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10802
10803         * lib/gdb.exp (supports_process_record): Return true for
10804         aarch64*-linux*.
10805         (supports_reverse): Likewise.
10806
10807 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
10808
10809         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10810         Use with_test_prefix.
10811
10812 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
10813
10814         * gdb.base/completion.exp: Add test for completion of layout
10815         names.
10816
10817 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
10818
10819         * lib/gdb.exp (skip_tui_tests): New proc.
10820         * gdb.base/tui-layout.exp: Check skip_tui_tests.
10821
10822 2015-05-19  Pedro Alves  <palves@redhat.com>
10823
10824         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10825         Save the whole env array instead of just HOME.  Unset HISTSIZE in
10826         the environment while testing.  Restore whole environment
10827         afterwards.
10828
10829 2015-05-16  Doug Evans  <xdje42@gmail.com>
10830
10831         * gdb.guile/scm-ports.c: New file.
10832         * gdb.guile/scm-ports.exp: Add memory port tests.
10833
10834 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10835
10836         * gdb.compile/compile-print.c: New file.
10837         * gdb.compile/compile-print.exp: New file.
10838
10839 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10840
10841         * gdb.compile/compile-ops.exp: Cast param to void.
10842         * gdb.compile/compile.exp: Complete type for _gdb_expr.
10843         (compile code struct_object.selffield = &struct_object): Add xfail.
10844
10845 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10846
10847         * gdb.ada/arr_enum_with_gap: New testcase.
10848
10849 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10850
10851         * gdb.ada/byte_packed_arr: New testcase.
10852
10853 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10854
10855         * gdb.ada/pckd_neg: New testcase.
10856
10857 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
10858
10859         PR gdb/17820
10860         * gdb.base/gdbinit-history.exp: New test.
10861         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10862         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10863
10864 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
10865
10866         * gdb.python/py-xmethods.cc: Enhance test case.
10867         * gdb.python/py-xmethods.exp: New tests.
10868         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10869         function.
10870         (B_indexoper): Likewise.
10871         (global_dm_list) : Add new xmethod worker functions.
10872
10873 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
10874
10875         * gdb.base/coredump-filter.exp: Correctly unset
10876         "coredump_var_addr" array.
10877
10878 2015-05-08  Pedro Alves  <palves@redhat.com>
10879
10880         * gdb.server/non-existing-program.exp: Unset spawn_id.
10881
10882 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
10883
10884         PR python/18291
10885         * gdb.python/py-xmethods.exp: Add tests.
10886
10887 2015-05-08  Yao Qi  <yao.qi@linaro.org>
10888
10889         PR gdb/18208
10890         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10891         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10892         function set_coredump_filter, and remove remote_exec call.
10893         Remove argument ipid.  Callers update.
10894         (top level): Don't get inferior's PID.
10895
10896 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10897
10898         * gdb.base/watch_thread_num.exp: Skip test on targets without
10899         access watchpoints.
10900
10901 2015-05-06  Pedro Alves  <palves@redhat.com>
10902
10903         PR server/18081
10904         * gdb.server/non-existing-program.exp: New file.
10905
10906 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10907
10908         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10909
10910 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10911
10912         * gdb.ada/out_of_line_in_inlined: New testcase.
10913
10914 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10915
10916         * gdb.ada/var_rec_arr: New testcase.
10917
10918 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10919
10920         * gdb.base/break-idempotent.exp: If
10921         skip_hw_watchpoint_multi_tests returns true, skip the tests
10922         on "rwatch" and "awatch".
10923
10924 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10925
10926         * gdb.base/relativedebug.exp: Invoke gdb command
10927         "info sharedlibrary", and if libc.so doesn't have debug info,
10928         skip the test.
10929
10930 2015-04-29  Doug Evans  <dje@google.com>
10931
10932         * gdb.python/py-xmethods.exp: Add ptype tests.
10933         * gdb.python/py-xmethods.py (E_method_char_worker): Add
10934         get_result_type method.
10935
10936 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10937
10938         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10939         the target does not support hardware watchpoints.
10940
10941 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10942
10943         * gdb.base/break-always.exp: Abort testing if writing to memory
10944         causes an error.
10945
10946 2015-04-28  Doug Evans  <dje@google.com>
10947
10948         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10949         * gdb.python/py-pp-registration.exp: ... here.  New file.
10950         * gdb.python/py-pp-registration.c: New file.
10951         * gdb.python/py-pp-registration.py: New file.
10952
10953 2015-04-28  Doug Evans  <dje@google.com>
10954
10955         * gdb.python/py-bad-printers.c: New file.
10956         * gdb.python/py-bad-printers.py: New file.
10957         * gdb.python/py-bad-printers.exp: New file.
10958
10959 2015-04-28  Sasha Smundak  <asmundak@google.com>
10960
10961         * gdb.python/py-type.exp: New test.
10962
10963 2015-04-28  Andy Wingo  <wingo@igalia.com>
10964
10965         * gdb.python/py-parameter.exp:
10966         * gdb.guile/scm-parameter.exp: Escape the path that we are
10967         matching against, as it might contain characters that are special
10968         to regular expressions.
10969
10970 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
10971
10972         * gdb.ada/rec_comp: New testcase.
10973
10974 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
10975
10976         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10977         before using it.
10978
10979 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
10980
10981         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
10982         new tests for verilog output.
10983
10984 2015-04-24  Yao Qi  <yao.qi@linaro.org>
10985
10986         * boards/remote-gdbserver-on-localhost.exp: New file.
10987
10988 2015-04-23  Pedro Alves  <palves@redhat.com>
10989
10990         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10991         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
10992         "end of file", remove $inferior_spawn_id from the indirect list.
10993
10994 2015-04-23  Pedro Alves  <palves@redhat.com>
10995
10996         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10997
10998 2015-04-23  Pedro Alves  <palves@redhat.com>
10999
11000         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11001         on $any_spawn_id instead of only on $gdb_spawn_id.
11002
11003 2015-04-21  Pierre Muller  <muller@sourceware.org>
11004
11005         PR pascal/17815
11006         * lib/pascal.exp (gpc_compile): Add new option "class".
11007         (fpc_compile): Likewise.
11008         * gdb.pascal/case-insensitive-symbols.pas: New file.
11009         * gdb.pascal/case-insensitive-symbols.exp: New file.
11010
11011 2015-04-20  Gary Benson <gbenson@redhat.com>
11012
11013         * gdb.base/attach.exp: Fix three extended remote failures.
11014
11015 2015-04-17  Gary Benson <gbenson@redhat.com>
11016
11017         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11018         the main executable over the remote protocol.
11019
11020 2015-04-16  Pedro Alves  <palves@redhat.com>
11021
11022         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11023         a new gdbserver if gdbserver_reconnect_p is set.
11024
11025 2015-04-16  Pedro Alves  <palves@redhat.com>
11026
11027         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11028         is set, don't exit gdbserver.
11029
11030 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11031
11032         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11033         appropriate .insn, such that an older assembler can be used.
11034         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11035         the z/Architecture instruction set on 31-bit targets as well.
11036
11037 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11038
11039         * gdb.go/handcall.exp: Remove all logic related to the first
11040         breakpoint and rely on go_runto_main instead.
11041         * gdb.go/strings.exp: Likewise.
11042         * gdb.go/unsafe.exp: Likewise.
11043         * gdb.go/hello.exp: Likewise.  Also rename the remaining
11044         breakpoint marker to "breakpoint 1".
11045         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11046         * gdb.go/strings.go: Likewise.
11047         * gdb.go/unsafe.go: Likewise.
11048         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
11049         "set breakpoint 2 here" and rename the remaining breakpoint marker
11050         to "breakpoint 1".
11051
11052 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
11053
11054         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11055         if itertools.imap is not present.
11056         * gdb.python/py-objfile.exp: Add parentheses.
11057         * gdb.python/py-type.exp: Same.
11058         * gdb.python/py-unwind-maint.py: Same.
11059
11060 2015-04-15  Yao Qi  <yao.qi@linaro.org>
11061
11062         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11063         of ":$ptr_size" and set its form explicitly.
11064
11065 2015-04-15  Pedro Alves  <palves@redhat.com>
11066             Yao Qi  <yao.qi@linaro.org>
11067
11068         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11069         timeout by factor of 4.
11070         (test_regular_watch): Likewise.
11071         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11072         * gdb.reverse/sigall-reverse.exp: Likewise.
11073         * gdb.reverse/until-precsave.exp: Likewise.
11074         * lib/gdb.exp (with_timeout_factor): New proc.
11075         (gdb_expect): Move some code to ...
11076         (get_largest_timeout): ... here.  New procedure.
11077
11078 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
11079
11080         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11081
11082 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11083
11084         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11085         to write to the .text section.
11086
11087 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11088
11089         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11090         Handle the case of targets that do not provide PID information.
11091
11092 2015-04-13  Yao Qi  <yao.qi@linaro.org>
11093
11094         * lib/gdbserver-support.exp (gdb_exit): Catch exception
11095         and use expect instead of gdb_expect.
11096
11097 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
11098
11099         * gdb.base/coredump-filter.exp: Rename variable "addr" to
11100         "coredump_var_addr" to avoid naming conflict with other testcases.
11101
11102 2015-04-10  Pedro Alves  <palves@redhat.com>
11103
11104         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11105         gdb_test_sequence and gdb_assert.
11106
11107 2015-04-10  Pedro Alves  <palves@redhat.com>
11108
11109         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11110         test messages that don't include the breakpoint address.
11111
11112 2015-04-10  Yao Qi  <yao.qi@linaro.org>
11113
11114         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11115         false for some offset and width combinations which aren't
11116         supported by linux kernel.
11117
11118 2015-04-10  Pedro Alves  <palves@redhat.com>
11119
11120         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11121         procedure, factored out from ...
11122         (top level): ... here.  Add "set displaced-stepping" testing axis.
11123         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11124         parameter "displaced".  Use it.
11125         (top level): Use foreach and add "set displaced-stepping" testing
11126         axis.
11127
11128 2015-04-10  Pedro Alves  <palves@redhat.com>
11129
11130         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11131         Remove comment.
11132         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11133         both the address of the instruction that triggers the watchpoint
11134         and the address of the instruction immediately after, and use
11135         those addresses for the test.  Fix comment.
11136
11137 2015-04-10  Pedro Alves  <palves@redhat.com>
11138
11139         * gdb.base/sigstep.exp (breakpoint_to_handler)
11140         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
11141         Test "backtrace" in handler.
11142         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
11143         (top level): Add new "displaced" test axis to
11144         breakpoint_to_handler, breakpoint_to_handler_entry and
11145         breakpoint_over_handler.
11146
11147 2015-04-10  Pedro Alves  <palves@redhat.com>
11148
11149         PR gdb/18216
11150         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11151
11152 2015-04-10  Yao Qi  <yao.qi@linaro.org>
11153
11154         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11155         (test_add_rn_pc): New function.
11156         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11157         (top level): Invoke test_add_rn_pc.
11158
11159 2015-04-10  Pedro Alves  <palves@redhat.com>
11160
11161         PR gdb/13858
11162         * gdb.base/step-over-no-symbols.exp: New file.
11163
11164 2015-04-09  Andy Wingo  <wingo@igalia.com>
11165
11166         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11167         after the Python tests.
11168
11169 2015-04-08  Keith Seitz  <keiths@redhat.com>
11170
11171         PR python/16699
11172         * gdb.python/py-completion.exp: New tests for completion.
11173         * gdb.python/py-completion.py (CompleteLimit1): New class.
11174         (CompleteLimit2): Likewise.
11175         (CompleteLimit3): Likewise.
11176         (CompleteLimit4): Likewise.
11177         (CompleteLimit5): Likewise.
11178         (CompleteLimit6): Likewise.
11179         (CompleteLimit7): Likewise.
11180
11181 2015-04-08  Pedro Alves  <palves@redhat.com>
11182
11183         PR gdb/18214
11184         PR gdb/18216
11185         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11186         function.
11187         (main): Install it as SIGUSR1 handler.
11188         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11189         parameter.  Always use "setup" as prefix.  Toggle "set
11190         displaced-stepping" off/on depending on global.  Don't switch to
11191         thread 1 here.
11192         (top level): Add displaced stepping "off/on" test axis.  Update
11193         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
11194         continuing with a queued signal in each thread.
11195
11196 2015-04-08  Pedro Alves  <palves@redhat.com>
11197
11198         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11199         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
11200         gdb_breakpoint instead of gdb_test that doesn't expect anything.
11201         Return early if running to main fails.
11202         * gdb.trace/while-stepping.exp: Likewise.
11203
11204 2015-04-07  Pedro Alves  <palves@redhat.com>
11205
11206         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11207         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
11208         interact with inferior program.
11209
11210 2015-04-07  Pedro Alves  <palves@redhat.com>
11211
11212         * lib/gdb.exp (inferior_spawn_id): New global.
11213         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
11214         spawn id after processing the user code.
11215         (default_gdb_start): Set inferior_spawn_id.
11216         (send_inferior): New procedure.
11217         * lib/gdbserver-support.exp (gdbserver_start): Set
11218         inferior_spawn_id.
11219         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11220
11221 2015-04-07  Pedro Alves  <palves@redhat.com>
11222
11223         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11224         * lib/gdbserver-support.exp (gdbserver_start): Make
11225         $server_spawn_id global.
11226         (gdbserver_start): Don't wait for gdbserver's spawn id with
11227         expect_background.
11228         (close_gdbserver): New procedure.
11229         (gdb_exit): Rename the default version and reimplement.
11230
11231 2015-04-07  Pedro Alves  <palves@redhat.com>
11232
11233         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11234         append the substituted item, not the original item.
11235
11236 2015-04-07  Pedro Alves  <palves@redhat.com>
11237
11238         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11239         gdb_expect.
11240
11241 2015-04-07  Pedro Alves  <palves@redhat.com>
11242
11243         * gdb.base/interrupt.exp: Don't handle the case of the inferior
11244         output appearing once only.
11245
11246 2015-04-07  Pedro Alves  <palves@redhat.com>
11247
11248         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11249         that doesn't expect anything.  Return early if running to main
11250         fails.
11251
11252 2015-04-07  Yao Qi  <yao.qi@linaro.org>
11253
11254         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11255         (child_function): Call alarm.
11256         (main): Move call to alarm into the loop.
11257         * gdb.threads/non-stop-fair-events.exp: Build program with
11258         -DTIMEOUT=$timeout.
11259
11260 2015-04-06  Doug Evans  <xdje42@gmail.com>
11261
11262         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11263         Fix dest parameter to board_info.
11264         (fpc_compile): Ditto.
11265         (gdb_compile_pascal): Rename dest arg to destfile.
11266
11267 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
11268
11269         * gdb.ada/funcall_ref.exp: New file.
11270         * gdb.ada/funcall_ref/foo.adb: New file.
11271
11272 2015-04-02  Yao Qi  <yao.qi@linaro.org>
11273
11274         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11275         is remote.
11276
11277 2015-04-02  Gary Benson <gbenson@redhat.com>
11278
11279         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11280
11281 2015-04-01  Sasha Smundak  <asmundak@google.com>
11282
11283         * gdb.python/py-unwind-maint.c: New file.
11284         * gdb.python/py-unwind-maint.exp: New test.
11285         * gdb.python/py-unwind-maint.py: New file.
11286         * gdb.python/py-unwind.c: New file.
11287         * gdb.python/py-unwind.exp: New test.
11288         * gdb.python/py-unwind.py: New test.
11289
11290 2015-04-01  Pedro Alves  <palves@redhat.com>
11291
11292         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11293         to fail instead of non-existent $test.
11294
11295 2015-04-01  Pedro Alves  <palves@redhat.com>
11296
11297         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11298         GDBFLAGS if not empty.
11299
11300 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
11301
11302         * gdb.ada/complete.exp: Remove "multi_line".
11303         * gdb.ada/info_exc.exp: Remove "multi_line".
11304         * gdb.ada/packed_tagged.exp: Remove "multi_line".
11305         * gdb.ada/ptype_field.exp: Remove "multi_line".
11306         * gdb.ada/sym_print_name.exp: Remove "multi_line".
11307         * gdb.ada/tagged.exp: Remove "multi_line".
11308         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11309         [multi_line ...]
11310         * gdb.btrace/delta.exp: Likewise.
11311         * gdb.btrace/exception.exp: Likewise.
11312         * gdb.btrace/function_call_history.exp: Likewise.
11313         * gdb.btrace/instruction_history.exp: Likewise.
11314         * gdb.btrace/nohist.exp: Likewise.
11315         * gdb.btrace/record_goto.exp: Likewise.
11316         * gdb.btrace/segv.exp: Likewise.
11317         * gdb.btrace/stepi.exp: Likewise.
11318         * gdb.btrace/tailcall.exp: Likewise.
11319         * gdb.btrace/unknown_functions.exp: Likewise.
11320         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11321         * lib/gdb.exp: Add the "multi_line" helper.
11322
11323 2015-04-01  Pedro Alves  <palves@redhat.com>
11324
11325         * gdb.threads/tid-reuse.c: New file.
11326         * gdb.threads/tid-reuse.exp: New file.
11327
11328 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
11329
11330         PR corefiles/16092
11331         * gdb.base/coredump-filter.c: New file.
11332         * gdb.base/coredump-filter.exp: Likewise.
11333
11334 2015-03-27  Petr Machata  <pmachata@redhat.com>
11335
11336         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11337         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11338         (Dwarf::assemble): Initialize them.
11339         (Dwarf::lines): New function.
11340
11341 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
11342
11343         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11344         SYMBOL_PREFIX for x86_64-*-cygwin.
11345
11346 2015-03-26  Andy Wingo  <wingo@igalia.com>
11347
11348         PR symtab/18148
11349         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11350         const_value but not a location.
11351         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11352         location defined in non-main CUs are visible.
11353
11354 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11355
11356         PR testsuite/18139
11357         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11358         Add a line number entry for the same line.
11359         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11360         Add a line number entry for the same line.
11361
11362 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11363
11364         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11365         .int 0.
11366         (func): Likewise.  Add .Lfunc_1 label.
11367         Use .Lfunc_1 label.
11368         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11369         .int 0.
11370         (func): Likewise.
11371         Use .Lfunc_1 label.
11372
11373 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11374
11375         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11376         Call gdb_compile instead to compile each .s files without debug
11377         information.
11378
11379 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11380
11381         * gdb.base/savedregs.exp (process_saved_regs): Make
11382         "Saved registers:" optional in the pattern.
11383
11384 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11385
11386         * gdb.btrace/next.exp: Merged into step.exp.
11387         * gdb.btrace/finish.exp: Merged into step.exp.
11388         * gdb.btrace/nexti.exp: Merged into stepi.exp.
11389         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
11390         "record goto" and checking the exact replay position.
11391         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
11392         check for "Recording format" in "info record" output.
11393         * gdb.btrace/record_goto.exp: Choose test file based on target.
11394         * gdb.btrace/x86-record_goto.S: Renamed into ...
11395         * gdb.btrace/x86_64-record_goto.S: ... this.
11396         * gdb.btrace/i686-record_goto.S: New.
11397         * gdb.btrace/x86-tailcall.S: Renamed into ...
11398         * gdb.btrace/x86_64-tailcall.S: ... this.
11399         * gdb.btrace/i686-tailcall.S: New.
11400         * gdb.btrace/x86-tailcall.c: Renamed into ...
11401         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
11402         separate statements.  Update test.
11403         * gdb.btrace/delta.exp: Use record_goto.c as test file.
11404         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11405         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11406         * gdb.btrace/tailcall.exp: Choose test file based on target.
11407         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11408
11409 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11410
11411         * gdb.btrace/exception.exp: Increase BTS buffer size.
11412
11413 2015-03-24  Pedro Alves  <palves@redhat.com>
11414
11415         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11416
11417 2015-03-24  Pedro Alves  <palves@redhat.com>
11418
11419         * gdb.threads/schedlock.exp (test_step): No longer expect that
11420         "set scheduler-locking step" with "next" over a function call runs
11421         threads unlocked.
11422
11423 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11424
11425         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11426
11427 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11428
11429         PR breakpoints/16466
11430         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11431         * gdb.mi/mi-pending.c (thread_func): New function.
11432         (int main): Add threading support required.
11433         * gdb.mi/mi-pending.exp: Add tests for this issue.
11434         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11435         (pendfunc2): Remove stdio dependency.
11436         * gdb.mi/mi-pendshr2.c: New file.
11437
11438 2015-03-23  Keith Seitz  <keiths@redhat.com>
11439
11440         * gdb.linespec/keywords.c: New file.
11441         * gdb.linespec/keywords.exp: New file.
11442
11443 2015-03-23  Keith Seitz  <keiths@redhat.com>
11444
11445         PR gdb/18021
11446         * gdb.dwarf2/staticvirtual.exp: New test.
11447
11448 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11449
11450         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11451         * README: Remove HP-UX and gdb.hp.
11452         (configuration):
11453         * configure: Regenerate.
11454         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11455         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11456         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11457         gdb.hp/gdb.defects/Makefile.
11458         * gdb.hp/Makefile.in: File deleted.
11459         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11460         * gdb.hp/gdb.aCC/optimize.c: File deleted.
11461         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11462         * gdb.hp/gdb.aCC/run.c: File deleted.
11463         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11464         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11465         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11466         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11467         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11468         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11469         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11470         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11471         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11472         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11473         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11474         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11475         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11476         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11477         * gdb.hp/gdb.base-hp/reg.s: File deleted.
11478         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11479         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11480         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11481         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11482         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11483         * gdb.hp/gdb.compat/Makefile.in: File deleted.
11484         * gdb.hp/gdb.compat/average.c: File deleted.
11485         * gdb.hp/gdb.compat/sum.c: File deleted.
11486         * gdb.hp/gdb.compat/xdb.c: File deleted.
11487         * gdb.hp/gdb.compat/xdb0.c: File deleted.
11488         * gdb.hp/gdb.compat/xdb0.h: File deleted.
11489         * gdb.hp/gdb.compat/xdb1.c: File deleted.
11490         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11491         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11492         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11493         * gdb.hp/gdb.defects/Makefile.in: File deleted.
11494         * gdb.hp/gdb.defects/bs14602.c: File deleted.
11495         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11496         * gdb.hp/gdb.defects/solib-d.c: File deleted.
11497         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11498         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11499         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11500         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11501         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11502         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11503         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11504         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11505         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11506         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11507         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11508         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11509         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11510         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11511         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11512         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11513         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11514         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11515         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11516         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11517         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11518         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11519         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11520         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11521         * gdb.hp/tools/odump: File deleted.
11522
11523 2015-03-19  Pedro Alves  <palves@redhat.com>
11524
11525         * gdb.threads/continue-pending-status.exp (saw_thread_2)
11526         (saw_thread_3): New globals.
11527         (top level): Increment them when an event for the corresponding
11528         thread is seen.
11529         (no thread starvation): New test.
11530
11531 2015-03-19  Pedro Alves  <palves@redhat.com>
11532
11533         * gdb.threads/continue-pending-status.c: New file.
11534         * gdb.threads/continue-pending-status.exp: New file.
11535
11536 2015-03-18  Pedro Alves  <palves@redhat.com>
11537
11538         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11539         Use gdb_is_target_remote instead of is_remote.  Use
11540         gdb_test_multiple instead of gdb_expect.  Exit early if
11541         gdb_test_multiple hits its internal matches.  Tighten stepi tests
11542         expected output.  Fail on exit with any signal, instead of just
11543         SIGILL.
11544
11545 2015-03-18  Yao Qi  <yao.qi@linaro.org>
11546
11547         PR tdep/18107
11548         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11549         variable.
11550         * gdb.base/catch-syscall.exp: Don't skip it on
11551         aarch64*-*-linux* target.  Remove elements in all_syscalls.
11552         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11553         target.
11554         (setup_all_syscalls): New proc.
11555
11556 2015-03-16  Yao Qi  <yao.qi@linaro.org>
11557
11558         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11559         (top level): Skip tests if valid_addr_p returns false for
11560         $cmd1 or $cmd2.
11561
11562 2015-03-11  Andy Wingo  <wingo@igalia.com>
11563
11564         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11565
11566 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11567
11568         * gdb.base/catch-syscall.exp: Fix typo in comments.
11569
11570 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11571
11572         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11573
11574 2015-03-09  Pedro Alves  <palves@redhat.com>
11575
11576         * dg-extract-results.py: Delete.
11577
11578 2015-03-09  Pedro Alves  <palves@redhat.com>
11579
11580         Merge dg-extract-results.sh from GCC upstream (r218843).
11581
11582         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
11583                 * dg-extract-results.sh: Use --text with grep to avoid issues with
11584                 binary files.  Fall back to cat -v, if that doesn't work.
11585
11586 2015-03-05  Pedro Alves  <palves@redhat.com>
11587
11588         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11589
11590 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
11591
11592         * lib/mi-support.exp (mi_expect_interrupt): Accept
11593         alternative event for when in all-stop mode.
11594
11595 2015-03-04  Pedro Alves  <palves@redhat.com>
11596
11597         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11598
11599 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
11600
11601         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11602
11603 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11604
11605         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11606         regexps for GDB's current line display, accept a hex address
11607         preceding the line number.
11608
11609 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11610
11611         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11612         the 'arch1' variable for "s390*-linux*" targets.
11613
11614 2015-03-04  Pedro Alves  <palves@redhat.com>
11615
11616         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11617         (main): Pass missing retval argument to pthread_join call.
11618
11619 2015-03-02  Pedro Alves  <palves@redhat.com>
11620
11621         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11622         (top level): Call do_test with non-stop as well.
11623
11624 2015-03-02  Pedro Alves  <palves@redhat.com>
11625
11626         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11627         -1.
11628
11629 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11630
11631         * gdb.arch/s390-vregs.exp: New test.
11632         * gdb.arch/s390-vregs.S: New file.
11633
11634 2015-02-27  Pedro Alves  <palves@redhat.com>
11635
11636         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11637         call to catch_command_errors.
11638         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11639         catch_command_errors.
11640
11641 2015-02-27  Pedro Alves  <palves@redhat.com>
11642
11643         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11644         "true" for boolean result.
11645         * gdb.gdb/selftest.exp (test_with_self): Also accept full
11646         prototype of main.
11647
11648 2015-02-27  Pedro Alves  <palves@redhat.com>
11649
11650         * lib/unbuffer_output.c: New file.
11651         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11652         (main): Call gdb_unbuffer_output.
11653
11654 2015-02-27  Yao Qi  <yao.qi@linaro.org>
11655
11656         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11657         target.
11658
11659 2015-02-26  Doug Evans  <dje@google.com>
11660
11661         * gdb.cp/class2.cc (Dbase, D): New classes.
11662         (main): New local delta.
11663         * gdb.cp/class2.exp: Test printing delta.
11664         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11665         (dynbar): New global.
11666         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11667
11668 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11669
11670         * gdb.compile/compile-ifunc.c: New file.
11671         * gdb.compile/compile-ifunc.exp: New file.
11672
11673 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11674
11675         * gdb.base/structs.exp: Check for correct struct on finish.
11676
11677 2015-02-26  Yao Qi  <yao.qi@linaro.org>
11678
11679         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11680         is zero.
11681
11682 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11683
11684         * gdb.arch/cordic.ko.bz2: New file.
11685         * gdb.arch/cordic.ko.debug.bz2: New file.
11686         * gdb.arch/ppc64-symtab-cordic.exp: New file.
11687
11688 2015-02-25  Yao Qi  <yao.qi@linaro.org>
11689
11690         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11691         aarch64*-*-* target.
11692
11693 2015-02-23  Pedro Alves  <palves@redhat.com>
11694
11695         * lib/gdb.exp (delete_breakpoints): Rewrite using
11696         gdb_test_multiple.
11697
11698 2015-02-23  Pedro Alves  <palves@redhat.com>
11699
11700         * gdb.base/info-os.c: Include stdlib.h.
11701
11702 2015-02-22  Doug Evans  <xdje42@gmail.com>
11703
11704         PR symtab/17855
11705         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11706         is read after symbols have been re-read.
11707         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11708         * gdb.ada/exec_changed/second.adb (Second): Ditto.
11709
11710 2015-02-21  Doug Evans  <dje@google.com>
11711
11712         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11713
11714 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11715
11716         PR corefiles/17808
11717         * gdb.arch/i386-biarch-core.core.bz2: New file.
11718         * gdb.arch/i386-biarch-core.exp: New file.
11719
11720 2015-02-21  Pedro Alves  <palves@redhat.com>
11721
11722         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11723         runto_main fails.
11724
11725 2015-02-20  Pedro Alves  <palves@redhat.com>
11726
11727         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11728         info probes.
11729
11730 2015-02-20  Pedro Alves  <palves@redhat.com>
11731
11732         * gdb.threads/multi-create-ns-info-thr.exp: New file.
11733
11734 2015-02-20  Pedro Alves  <palves@redhat.com>
11735
11736         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
11737         clean_restart before gdb_target_supports_trace.
11738
11739 2015-02-20  Pedro Alves  <palves@redhat.com>
11740
11741         PR threads/18006
11742         * gdb.threads/clone-thread_db.c: New file.
11743         * gdb.threads/clone-thread_db.exp: New file.
11744
11745 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11746
11747         PR breakpoints/16812
11748         * gdb.base/catch-gdb-caused-signals.c: New file.
11749         * gdb.base/catch-gdb-caused-signals.exp: New file.
11750
11751 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11752
11753         * configure: Regenerated.
11754         * configure.ac: Use GDB_AC_TRANSFORM.
11755         * aclocal.m4: sinclude ../transform.m4.
11756
11757 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11758
11759         * lib/dtrace.exp: New file.
11760         * gdb.base/dtrace-probe.exp: Likewise.
11761         * gdb.base/dtrace-probe.d: Likewise.
11762         * gdb.base/dtrace-probe.c: Likewise.
11763         * lib/pdtrace.in: Likewise.
11764         * configure.ac: Output variables with the transformed names of
11765         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
11766         * configure: Regenerated.
11767
11768 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11769
11770         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11771         expected message when trying to access $_probe_* convenience
11772         variables while not on a probe.
11773
11774 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11775
11776         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11777
11778 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11779
11780         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11781         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11782
11783 2015-02-10  Doug Evans  <xdje42@gmail.com>
11784
11785         * lib/gdb.exp (gdb_load): Always return a result.
11786
11787 2015-02-10  Pedro Alves  <palves@redhat.com>
11788
11789         * gdb.threads/signal-sigtrap.c: New file.
11790         * gdb.threads/signal-sigtrap.exp: New file.
11791
11792 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11793
11794         * gdb.trace/no-attach-trace.c: New file.
11795         * gdb.trace/no-attach-trace.exp: New file.
11796
11797 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11798
11799         * gdb.dwarf2/atomic.c: New file.
11800         * gdb.dwarf2/atomic-type.exp: Likewise.
11801
11802 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11803
11804         * gdb.btrace/buffer-size.exp: Update "info record" output.
11805         * gdb.btrace/delta.exp: Update "info record" output.
11806         * gdb.btrace/enable.exp: Update "info record" output.
11807         * gdb.btrace/finish.exp: Update "info record" output.
11808         * gdb.btrace/instruction_history.exp: Update "info record" output.
11809         * gdb.btrace/next.exp: Update "info record" output.
11810         * gdb.btrace/nexti.exp: Update "info record" output.
11811         * gdb.btrace/step.exp: Update "info record" output.
11812         * gdb.btrace/stepi.exp: Update "info record" output.
11813         * gdb.btrace/nohist.exp: Update "info record" output.
11814
11815 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11816
11817         * gdb.btrace/buffer-size: New.
11818
11819 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11820
11821         * gdb.btrace/delta.exp: Update "info record" output.
11822         * gdb.btrace/enable.exp: Update "info record" output.
11823         * gdb.btrace/finish.exp: Update "info record" output.
11824         * gdb.btrace/instruction_history.exp: Update "info record" output.
11825         * gdb.btrace/next.exp: Update "info record" output.
11826         * gdb.btrace/nexti.exp: Update "info record" output.
11827         * gdb.btrace/step.exp: Update "info record" output.
11828         * gdb.btrace/stepi.exp: Update "info record" output.
11829         * gdb.btrace/nohist.exp: Update "info record" output.
11830
11831 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11832
11833         PR gdb/15678
11834         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11835
11836 2015-02-06  Pedro Alves  <palves@redhat.com>
11837
11838         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11839         macro.
11840         (seconds_left, again): New globals.
11841         (main): Wait seconds_left in a 1-second sleep loop instead of
11842         sleeping 180 seconds.  If 'again' is set, reset the seconds
11843         counter.
11844         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11845         'again' in the inferior before detaching.  Print the seconds left.
11846         (options): New global.
11847         (top level): Build program with -DTIMEOUT=$timeout.
11848
11849 2015-02-06  Pedro Alves  <palves@redhat.com>
11850
11851         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11852         determine how many seconds to pass to 'alarm'.
11853         * gdb.base/gdb-sigterm.exp (top level): Build program with
11854         -DTIMEOUT=$timeout.
11855         (do_test): Return success/failure indication.  Add more verbose
11856         logging.  Don't fail if 200 single steps are seen.  Instead, fail
11857         when the test times out.
11858         (passes): New global.
11859         (top level): Break the testing loop if testing fails on any
11860         iteration.  Use gdb_assert.
11861
11862 2015-02-04  Don Breazeal  <donb@codesourcery.com>
11863
11864         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11865         and initialize them.
11866         (ipc_cleanup): New function.
11867         (main): Don't declare shmid, semid, and msqid.  Add a call to
11868         atexit so that we call ipc_cleanup on exit.
11869
11870 2015-02-04  Pedro Alves  <palves@redhat.com>
11871
11872         * boards/native-extended-gdbserver.exp: Remove any target variant
11873         specifications from the board name before clearing the isremote
11874         flag from board_info.
11875
11876 2015-01-31  Doug Evans  <xdje42@gmail.com>
11877
11878         * gdb.base/maint.exp <maint print type argc>: Update expected output.
11879
11880 2015-01-31  Gary Benson <gbenson@redhat.com>
11881
11882         * gdb.base/completion.exp: Disable completion limiting for
11883         existing tests.  Add new tests to check completion limiting.
11884         * gdb.linespec/ls-errs.exp: Disable completion limiting.
11885
11886 2015-01-31  Doug Evans  <xdje42@gmail.com>
11887
11888         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11889
11890 2015-01-31  Doug Evans  <xdje42@gmail.com>
11891
11892         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11893         entries.  Duplicate file section script entries.
11894         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11895         inlined entries.  Add test for safe-path rejection.
11896         * gdb.python/py-section-script.c: Add duplicate inlined section script
11897         entries.  Duplicate file section script entries.
11898         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11899         inlined entries.  Add test for safe-path rejection.
11900
11901 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11902
11903         * gdb.ada/disc_arr_bound: New testcase.
11904
11905 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11906
11907         * gdb.ada/mi_var_array: New testcase.
11908
11909 2015-01-27  Doug Evans  <dje@google.com>
11910
11911         * gdb.python/py-objfile.exp: Add tests for objfile.username.
11912         Add test for objfile.filename, objfile.username after objfile
11913         has been unloaded.
11914
11915 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
11916
11917         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11918         the second test to print the name attribute of value
11919         returned by the call to gdb.lookup_type, and adjust
11920         the expected output accordingly.
11921
11922 2015-01-25  Mark Wielaard  <mjw@redhat.com>
11923
11924         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11925         * gdb.base/disp-step-fork.c: Include unistd.h.
11926         * gdb.base/siginfo-obj.c: Include stdio.h.
11927         * gdb.base/siginfo-thread.c: Likewise.
11928         * gdb.mi/non-stop.c: Include unistd.h.
11929         * gdb.mi/nsthrexec.c: Include stdio.h.
11930         * gdb.mi/pthreads.c: Include unistd.h.
11931         * gdb.modula2/unbounded1.c (main): Declare returns int.
11932         * gdb.reverse/consecutive-reverse.c: Likewise.
11933         * gdb.threads/create-fail.c: Include unistd.h.
11934         * gdb.threads/killed.c: Likewise.
11935         * gdb.threads/linux-dp.c: Likewise.
11936         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11937         * gdb.threads/non-ldr-exc-2.c: Likewise.
11938         * gdb.threads/non-ldr-exc-3.c: Likewise.
11939         * gdb.threads/non-ldr-exc-4.c: Likewise.
11940         * gdb.threads/pthreads.c: Include unistd.h.
11941         (main): Declare returns int.
11942         * gdb.threads/tls-main.c (foo): New declaration.
11943         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11944
11945 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
11946
11947         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11948         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11949
11950 2015-01-15  Mark Wielaard  <mjw@redhat.com>
11951
11952         * gdb.base/noreturn-return.c: New file.
11953         * gdb.base/noreturn-return.exp: New file.
11954         * gdb.base/noreturn-finish.c: New file.
11955         * gdb.base/noreturn-finish.exp: New file.
11956
11957 2015-01-23  Pedro Alves  <palves@redhat.com>
11958
11959         * gdb.threads/continue-pending-after-query.c: New file.
11960         * gdb.threads/continue-pending-after-query.exp: New file.
11961
11962 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
11963             Simon Marchi  <simon.marchi@ericsson.com>
11964
11965         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11966         * gdb.base/valgrind-db-attach.exp: Same.
11967         * gdb.base/valgrind-infcall.exp: Same.
11968         * lib/mi-support.exp (default_mi_gdb_start): Same.
11969         * lib/prompt.exp (default_prompt_gdb_start): Same.
11970         * lib/gdb.exp (default_gdb_spawn): Same.
11971         (gdb_interact): New.
11972
11973
11974 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11975
11976         * gdb.compile/compile.exp (pointer to jit function): New test.
11977
11978 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
11979
11980         * lib/gdb.exp (supports_process_record): Return true for
11981         powerpc*-*-linux*.
11982         (supports_reverse): Likewise.
11983
11984 2015-01-15  Don Breazeal  <donb@codesourcery.com>
11985
11986         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11987         instead of checking whether the target board is remote and
11988         use spawn_wait_for_attach instead of exec/sleep.
11989         * gdb.base/attach-twice.exp: Likewise.
11990
11991 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
11992
11993         * gdb.ada/var_arr_attrs: New testcase.
11994
11995 2015-01-14  Pedro Alves  <palves@redhat.com>
11996             Joel Brobecker  <brobecker@adacore.com>
11997
11998         PR gdb/17525
11999         * gdb.base/bp-cmds-execution-x-script.c: New file.
12000         * gdb.base/bp-cmds-execution-x-script.exp: New file.
12001         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12002
12003 2015-01-14  Pedro Alves  <palves@redhat.com>
12004
12005         PR cli/17828
12006         * gdb.base/batch-preserve-term-settings.c: New file.
12007         * gdb.base/batch-preserve-term-settings.exp: New file.
12008
12009 2015-01-13  Doug Evans  <dje@google.com>
12010
12011         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12012         binary.
12013
12014 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12015
12016         * Makefile.in (clean mostlyclean): Do not delete *.py.
12017
12018 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12019
12020         * gdb.python/py-lookup-type.exp: New file.
12021
12022 2015-01-12  Pedro Alves  <palves@redhat.com>
12023
12024         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12025         restore GDBFLAGS before returning.
12026
12027 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12028
12029         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12030         is_amd64_regs_target and is_x86_like_target.
12031
12032 2015-01-11  Doug Evans  <xdje42@gmail.com>
12033
12034         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12035         is given without an explicit form.
12036         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12037         attributes.
12038         * gdb.dwarf/corrupt.exp: Ditto.
12039         * gdb.dwarf2/enum-type.exp: Ditto.
12040         * gdb.trace/entry-values.exp: Ditto.
12041         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12042
12043 2015-01-11  Doug Evans  <xdje42@gmail.com>
12044
12045         PR gdb/15830
12046         * gdb.base/maint.exp: Remove references to "maint demangle".
12047         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
12048         Add tests for explicitly specifying language to demangle.
12049         * gdb.dlang/demangle.exp: Ditto.
12050
12051 2015-01-09  Pedro Alves  <palves@redhat.com>
12052
12053         * gdb.threads/non-stop-fair-events.c: New file.
12054         * gdb.threads/non-stop-fair-events.exp: New file.
12055
12056 2015-01-09  Pedro Alves  <palves@redhat.com>
12057
12058         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12059         the global scope.  Set a breakpoint after all threads are started
12060         rather than stepping over two source lines.  Expect the prompt.
12061         * gdb.base/watch_thread_num.c (threads_started_barrier): New
12062         global.
12063         (NUM): Now 15.
12064         (main): Use threads_started_barrier to wait for all threads to
12065         start.  Main thread no longer calls thread_function.  Exit after
12066         180 seconds.
12067         (loop): New function.
12068         (thread_function): Wait on threads_started_barrier barrier.  Call
12069         'loop' at each iteration.
12070         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12071         threads have started, instead of hardcoding number of "next"
12072         steps.  Use an access watchpoint instead of a write watchpoint.
12073
12074 2015-01-09  Pedro Alves  <palves@redhat.com>
12075
12076         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12077         (thread_func): Wait on barrier.
12078         (main): Wait for all threads to start before stopping GDB.
12079         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12080         global.
12081         (thread1_func, thread2_func): Wait on barrier.
12082         (main): Wait for all threads to start before stopping GDB.
12083         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12084         New global.
12085         (thread1_func, thread2_func): Wait on barrier.
12086         (main): Wait for all threads to start before stopping GDB.
12087
12088 2015-01-09  Pedro Alves  <palves@redhat.com>
12089
12090         * gdb.threads/attach-many-short-lived-threads.c: New file.
12091         * gdb.threads/attach-many-short-lived-threads.exp: New file.
12092
12093 2014-01-09  Pedro Alves  <palves@redhat.com>
12094
12095         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12096         instead of to thread 2.
12097         * gdb.threads/signal-command-multiple-signals-pending.c (main):
12098         Add barrier around each pthread_create call instead of around all
12099         calls.
12100         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12101         Set a break on thread_function and have the child threads hit it
12102         one at at a time.
12103
12104 2015-01-09  Pedro Alves  <palves@redhat.com>
12105
12106         * lib/gdb.exp (can_spawn_for_attach): New procedure.
12107         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12108         false.
12109         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12110         checking whether the target board is remote.
12111         * gdb.multi/multi-attach.exp: Likewise.
12112         * gdb.python/py-sync-interp.exp: Likewise.
12113         * gdb.server/ext-attach.exp: Likewise.
12114         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12115         tests that need to attach, instead of checking whether the target
12116         board is remote at the top of the file.
12117
12118 2015-01-08  Yao Qi  <yao@codesourcery.com>
12119
12120         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12121
12122 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12123
12124         Fix testcase compilation.
12125         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12126
12127 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12128
12129         * gdb.python/py-type.exp: Add a couple test about empty
12130         array creation, and negative-length array creation.
12131
12132 2015-01-02  Doug Evans  <xdje42@gmail.com>
12133
12134         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12135
12136 2015-01-02  Doug Evans  <dje@google.com>
12137
12138         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12139
12140 2014-12-29  Yao Qi  <yao@codesourcery.com>
12141
12142         * gdb.trace/entry-values.exp: Update comments.  Rename variable
12143         bar_call_foo to returned_from_foo.
12144
12145 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
12146
12147         PR gdb/17394
12148         * gdb.linespec/break-asm-file.c: New file.
12149         * gdb.linespec/break-asm-file.exp: New file.
12150         * gdb.linespec/break-asm-file0.s: New file.
12151         * gdb.linespec/break-asm-file1.s: New file.
12152
12153 2014-12-18  Nigel Stephens  <nigel@mips.com>
12154             Maciej W. Rozycki  <macro@codesourcery.com>
12155
12156         * gdb.base/float.exp: Handle the new output from "info float" on
12157         MIPS targets.
12158
12159 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12160
12161         Fix MinGW compilation.
12162         * gdb.compile/compile-ops.exp: Update untested message if
12163         !skip_compile_feature_tests.
12164         * gdb.compile/compile-setjmp.exp: Likewise.
12165         * gdb.compile/compile-tls.exp: Likewise.
12166         * gdb.compile/compile.exp: Likewise.
12167         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12168         supported on this host".
12169
12170 2014-12-16  Doug Evans  <xdje42@gmail.com>
12171
12172         * boards/stabs.exp: New file.
12173
12174 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
12175
12176         * gdb.base/completion.exp: Adjust to format changes of "maint
12177         print user-registers".
12178
12179 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
12180
12181         PR server/17457
12182         * gdb.arch/aarch64-fp.c: New file.
12183         * gdb.arch/aarch64-fp.exp: New file.
12184
12185 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12186
12187         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12188         r210637, r210913, r211666, r215400, r215817).
12189
12190         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
12191                 * dg-extract-results.py: New file.
12192                 * dg-extract-results.sh: Use it if the environment seems
12193                 suitable.
12194
12195         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
12196
12197                 * dg-extract-results.py (parse_run): Handle warnings that
12198                 are printed before a test harness is run.
12199
12200         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
12201
12202                 * dg-extract-results.py (Named): Remove __cmp__ method.
12203                 (output_variation): Use a key to sort variation.harnesses.
12204
12205         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
12206
12207                 * dg-extract-results.py: For Python 3, force sys.stdout to
12208                 handle surrogate escape sequences.
12209                 (safe_open): New function.
12210                 (output_segment, main): Use it.
12211
12212         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
12213
12214                 * dg-extract-results.py (Prog.result_re): Include options
12215                 in test name.
12216
12217         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
12218
12219                 * dg-extract-results.py (output_variation): Always sort if
12220                 do_sum.
12221
12222 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
12223
12224         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12225         as long as we get pagination notifications.
12226
12227 2014-12-15  Jason Merrill  <jason@redhat.com>
12228
12229         * Makefile.in (check-gdb.%): Restore.
12230         * README: Mention it.
12231
12232 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
12233
12234         * gdb.ada/str_uninit: New testcase.
12235
12236 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12237
12238         PR symtab/17642
12239         * gdb.base/vla-stub-define.c: New file.
12240         * gdb.base/vla-stub.c: New file.
12241         * gdb.base/vla-stub.exp: New file.
12242
12243 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
12244             Jan Kratochvil  <jan.kratochvil@redhat.com>
12245             Tom Tromey  <tromey@redhat.com>
12246
12247         * configure.ac: Add gdb.compile/.
12248         * configure: Regenerate.
12249         * gdb.compile/Makefile.in: New file.
12250         * gdb.compile/compile-ops.exp: New file.
12251         * gdb.compile/compile-ops.c: New file.
12252         * gdb.compile/compile-tls.c: New file.
12253         * gdb.compile/compile-tls.exp: New file.
12254         * gdb.compile/compile-constvar.S: New file.
12255         * gdb.compile/compile-constvar.c: New file.
12256         * gdb.compile/compile-mod.c: New file.
12257         * gdb.compile/compile-nodebug.c: New file.
12258         * gdb.compile/compile-setjmp-mod.c: New file.
12259         * gdb.compile/compile-setjmp.c: New file.
12260         * gdb.compile/compile-setjmp.exp: New file.
12261         * gdb.compile/compile-shlib.c: New file.
12262         * gdb.compile/compile.c: New file.
12263         * gdb.compile/compile.exp: New file.
12264         * lib/gdb.exp (skip_compile_feature_tests): New proc.
12265
12266 2014-12-12  Tom Tromey  <tromey@redhat.com>
12267
12268         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
12269         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12270
12271 2014-12-12  Doug Evans  <dje@google.com>
12272
12273         * lib/gdb-python.exp (get_python_valueof): New function.
12274         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12275
12276 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12277
12278         * gdb.base/completion.exp: Add test for completion of "info
12279         registers ".
12280
12281 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
12282
12283         * gdb.base/func-ptrs.c: New file.
12284         * gdb.base/func-ptrs.exp: New file.
12285
12286 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
12287
12288         PR breakpoints/17012
12289         * gdb.base/dprintf-detach.c: New file.
12290         * gdb.base/dprintf-detach.exp: New file.
12291
12292 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
12293
12294         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12295         * lib/gdb.exp (target_is_gdbserver): New procedure.
12296
12297 2014-12-08  Doug Evans  <dje@google.com>
12298
12299         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12300
12301 2014-12-05  Yao Qi  <yao@codesourcery.com>
12302
12303         * gdb.guile/scm-error.exp: Remove the third argument to
12304         gdb_remote_download.
12305         * gdb.guile/scm-frame-args.exp: Likewise.
12306         * gdb.guile/scm-section-script.exp: Likewise.
12307
12308 2014-12-05  Yao Qi  <yao@codesourcery.com>
12309
12310         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12311
12312 2014-12-04  Doug Evans  <dje@google.com>
12313
12314         * gdb.python/py-objfile.exp: Add tests for
12315         objfile.add_separate_debug_file.
12316
12317 2014-12-04  Doug Evans  <dje@google.com>
12318
12319         * lib/gdb.exp (get_build_id): New function.
12320         (build_id_debug_filename_get): Rewrite to use it.
12321         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12322
12323 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
12324
12325         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12326         `method(long)', not just 0x0.
12327         * gdb.cp/nsalias.exp: Align code labels to 4.
12328         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12329         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12330         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12331         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12332         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12333         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12334
12335 2014-12-02  Doug Evans  <dje@google.com>
12336
12337         PR symtab/17602
12338         * gdb.cp/anon-ns.cc: Move guts of this file to ...
12339         * gdb.cp/anon-ns2.cc: ... here.  New file.
12340         * gdb.cp/anon-ns.exp: Update.
12341
12342 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
12343
12344         * gdb.python/py-events.py (inferior_call_handler): New.
12345         (register_changed_handler, memory_changed_handler): New.
12346         (test_events.invoke): Register new handlers.
12347         * gdb.python/py-events.exp: Add tests for inferior call,
12348         memory_changed and register_changed events.
12349
12350 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12351
12352         * gdb.base/execl-update-breakpoints.exp: Specify the link address
12353         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
12354         if the linker doesn't understand this.
12355
12356 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
12357
12358         * gdb.python/python.exp: Change expected reply to help().
12359
12360 2014-12-01  Yao Qi  <yao@codesourcery.com>
12361
12362         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
12363         AC_CONFIG_SUBDIRS(gdb.gdbtk).
12364         * configure: Re-generated.
12365
12366 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
12367
12368         * gdb.cp/chained-calls.cc: New file.
12369         * gdb.cp/chained-calls.exp: New file.
12370         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12371
12372 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
12373
12374         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12375         * gdb.dwarf2/symtab-producer.exp: Same.
12376         * gdb.gdb/python-interrupts.exp: Same.
12377         * gdb.gdb/python-selftest.exp: Same.
12378         * gdb.python/py-linetable.exp: Same.
12379         * gdb.python/py-type.exp: Same.
12380         * gdb.python/py-value-cc.exp: Same.
12381         * gdb.python/py-value.exp: Same.
12382
12383 2014-11-28  Yao Qi  <yao@codesourcery.com>
12384
12385         * gdb.base/break-probes.exp: Match library name prefixed with
12386         sysroot.
12387
12388 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
12389
12390         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12391         test expected output.  Add parentheses for the call to print.
12392         Remove L suffix from integers.
12393
12394 2014-11-26  Doug Evans  <dje@google.com>
12395
12396         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12397
12398 2014-11-22  Yao Qi  <yao@codesourcery.com>
12399
12400         * gdb.trace/entry-values.c: Remove asms.
12401         (foo): Add foo_label.
12402         (bar): Add bar_label.
12403         * gdb.trace/entry-values.exp: Remove code computing  foo's
12404         length and bar's length.
12405         (Dwarf::assemble): Invoke function_range for bar and use
12406         MACRO_AT_func for foo.
12407
12408 2014-11-22  Yao Qi  <yao@codesourcery.com>
12409
12410         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12411         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
12412         Use .Lgcc43_procstart instead of gcc43.
12413
12414 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
12415
12416         * gdb.ada/n_arr_bound: New testcase.
12417
12418 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
12419
12420         PR breakpoints/10737
12421         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12422         test_catch_syscall_multi_arch.
12423         (test_catch_syscall_multi_arch): New function.
12424
12425 2014-11-20  Doug Evans  <xdje42@gmail.com>
12426
12427         * gdb.base/maint.exp: Update expected output.
12428
12429 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12430
12431         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12432         4-byte instruction on S390.
12433
12434 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12435
12436         * gdb.ada/arr_arr: New testcase.
12437
12438 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12439
12440         * gdb.ada/pkd_arr_elem: New Testcase.
12441
12442 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
12443
12444         * gdb.reverse/break-precsave: Expect completion message for
12445         core file reads.
12446         * gdb.reverse/consecutive-precsave.exp: Likewise.
12447         * gdb.reverse/finish-precsave.exp: Likewise.
12448         * gdb.reverse/i386-precsave.exp: Likewise.
12449         * gdb.reverse/machinestate-precsave.exp: Likewise.
12450         * gdb.reverse/sigall-precsave.exp: Likewise.
12451         * gdb.reverse/solib-precsave.exp: Likewise.
12452         * gdb.reverse/step-precsave.exp: Likewise.
12453         * gdb.reverse/until-precsave.exp: Likewise.
12454         * gdb.reverse/watch-precsave.exp: Likewise.
12455
12456 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12457
12458         * gdb.base/bp-permanent.c: Include unistd.h.
12459         * gdb.python/py-framefilter-mi.c (main): Add return type.
12460         * gdb.python/py-framefilter.c (main): Likewise.
12461         * gdb.trace/actions-changed.c (main): Likewise.
12462
12463 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12464
12465         * gdb.mi/until.c: Add eye-catchers.
12466         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12467         line numbers.
12468
12469 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12470
12471         * gdb.base/condbreak.exp: Drop references to removed non-prototype
12472         function header variants in break1.c.
12473         * gdb.base/ena-dis-br.exp: Likewise.
12474         * gdb.base/hbreak2.exp: Likewise.
12475         * gdb.reverse/until-precsave.exp: Drop references to removed
12476         non-prototype function header variants in ur1.c.
12477         * gdb.reverse/until-reverse.exp: Likewise.
12478
12479 2014-11-17  Petr Machata  <pmachata@redhat.com>
12480
12481         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
12482         ${_cu_offset_size} bytes abbrev offset.
12483
12484 2014-11-15  Doug Evans  <xdje42@gmail.com>
12485
12486         PR symtab/17559
12487         * gdb.base/line-symtabs.exp: New file.
12488         * gdb.base/line-symtabs.c: New file.
12489         * gdb.base/line-symtabs.h: New file.
12490
12491 2014-11-14  Yao Qi  <yao@codesourcery.com>
12492
12493         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12494         (func): Add label func_label.
12495         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12496         Replace low_pc and high_pc with MACRO_AT_range.
12497         Replace name, low_pc and high_pc with MACRO_AT_func.
12498
12499 2014-11-14  Yao Qi  <yao@codesourcery.com>
12500
12501         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12502         Replace name, low_pc and high_pc with MACRO_AT_func.
12503
12504 2014-11-14  Yao Qi  <yao@codesourcery.com>
12505
12506         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12507         produce debug information.
12508         * gdb.dwarf2/implptr-optimized-out.S: Removed.
12509
12510 2014-11-14  Yao Qi  <yao@codesourcery.com>
12511
12512         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12513         object and get function length.
12514         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12515         with MACRO_AT_func.
12516         (top-level): Replace gdb_compile and clean_restart with
12517         prepare_for_testing.
12518         * gdb.dwarf2/main.c (main): Add label main_label.
12519
12520 2014-11-14  Yao Qi  <yao@codesourcery.com>
12521
12522         * lib/dwarf.exp (function_range): New procedure.
12523         (Dwarf::_handle_macro_at_func): New procedure.
12524         (Dwarf::_handle_macro_at_range): New procedure.
12525         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12526
12527 2014-11-14  Yao Qi  <yao@codesourcery.com>
12528
12529         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12530         (_handle_attribute): New procedure.
12531
12532 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12533
12534         * gdb.ada/cond_lang/foo.c (callme): Add return type.
12535         * gdb.base/call-sc.c (zed): Likewise.
12536         * gdb.base/checkpoint.c (main): Likewise.
12537         * gdb.base/dump.c (main): Likewise.
12538         * gdb.base/gcore.c (main): Likewise.
12539         * gdb.base/huge.c (main): Likewise.
12540         * gdb.base/multi-forks.c (main): Likewise.
12541         * gdb.base/pr10179-a.c (main): Likewise.
12542         * gdb.base/savedregs.c (main): Likewise.
12543         * gdb.base/sigaltstack.c (main): Likewise.
12544         * gdb.base/siginfo.c (main): Likewise.
12545         * gdb.base/structs.c (zed): Likewise.
12546         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12547         * gdb.mi/mi-syn-frame.c (main): Likewise.
12548         * gdb.mi/until.c (foo, main): Likewise.
12549         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12550         * gdb.base/solib-weak.c (foo): Declare.
12551         * gdb.base/attach-twice.c: Include stdio.h.
12552         * gdb.base/weaklib1.c: Likewise.
12553         * gdb.base/weaklib2.c: Likewise.
12554         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12555         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12556         unistd.h.
12557         * gdb.base/attach-pie-misread.c: Include stdlib.h.
12558         * gdb.mi/mi-exit-code.c: Likewise.
12559         * gdb.base/break-interp-lib.c: Include string.h.
12560         * gdb.base/coremaker.c: Likewise.
12561         * gdb.base/testenv.c: Likewise.
12562         * gdb.python/py-finish-breakpoint.c: Likewise.
12563         * gdb.base/inferior-died.c: Include sys/wait.h.
12564         * gdb.base/fileio.c: Include time.h.
12565         * gdb.base/async-shell.c: Include unistd.h.
12566         * gdb.base/dprintf-non-stop.c: Likewise.
12567         * gdb.base/info-os.c: Likewise.
12568         * gdb.mi/mi-console.c: Likewise.
12569         * gdb.mi/watch-nonstop.c: Likewise.
12570         * gdb.python/py-events.c: Likewise.
12571         * gdb.base/async.c (baz): Move up before its invocation.
12572         * gdb.base/code_elim2.c (my_global_func): Likewise.
12573         * gdb.base/skip-solib-lib.c (multiply): Likewise.
12574         * gdb.base/advance.c (func2): Likewise.
12575
12576 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12577
12578         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12579         variant.
12580         * gdb.base/annota3.c: Likewise.
12581         * gdb.base/async.c: Likewise.
12582         * gdb.base/average.c: Likewise.
12583         * gdb.base/call-ar-st.c: Likewise.
12584         * gdb.base/call-rt-st.c: Likewise.
12585         * gdb.base/call-sc.c: Likewise.
12586         * gdb.base/call-strs.c: Likewise.
12587         * gdb.base/ending-run.c: Likewise.
12588         * gdb.base/execd-prog.c: Likewise.
12589         * gdb.base/exprs.c: Likewise.
12590         * gdb.base/foll-exec.c: Likewise.
12591         * gdb.base/foll-fork.c: Likewise.
12592         * gdb.base/foll-vfork.c: Likewise.
12593         * gdb.base/funcargs.c: Likewise.
12594         * gdb.base/gcore.c: Likewise.
12595         * gdb.base/jump.c: Likewise.
12596         * gdb.base/langs0.c: Likewise.
12597         * gdb.base/langs1.c: Likewise.
12598         * gdb.base/langs2.c: Likewise.
12599         * gdb.base/mips_pro.c: Likewise.
12600         * gdb.base/nodebug.c: Likewise.
12601         * gdb.base/opaque0.c: Likewise.
12602         * gdb.base/opaque1.c: Likewise.
12603         * gdb.base/recurse.c: Likewise.
12604         * gdb.base/run.c: Likewise.
12605         * gdb.base/scope0.c: Likewise.
12606         * gdb.base/scope1.c: Likewise.
12607         * gdb.base/setshow.c: Likewise.
12608         * gdb.base/setvar.c: Likewise.
12609         * gdb.base/shmain.c: Likewise.
12610         * gdb.base/shr1.c: Likewise.
12611         * gdb.base/shr2.c: Likewise.
12612         * gdb.base/sigall.c: Likewise.
12613         * gdb.base/signals.c: Likewise.
12614         * gdb.base/so-indr-cl.c: Likewise.
12615         * gdb.base/solib2.c: Likewise.
12616         * gdb.base/structs.c: Likewise.
12617         * gdb.base/sum.c: Likewise.
12618         * gdb.base/vforked-prog.c: Likewise.
12619         * gdb.base/watchpoint.c: Likewise.
12620         * gdb.reverse/shr2.c: Likewise.
12621         * gdb.reverse/until-reverse.c: Likewise.
12622         * gdb.reverse/ur1.c: Likewise.
12623         * gdb.reverse/watch-reverse.c: Likewise.
12624
12625 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12626
12627         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12628         variant.
12629         * gdb.base/sepdebug.exp: Drop references to removed code.
12630
12631 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12632
12633         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12634         variant.  Preserve original line numbering.
12635         * gdb.base/list1.c: Likewise.
12636
12637 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12638
12639         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12640         variant.
12641         * gdb.base/break1.c: Likewise.
12642         * gdb.base/break.exp: Drop references to removed code.
12643
12644 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12645
12646         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12647         variant.
12648
12649 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12650
12651         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12652
12653 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12654
12655         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
12656         logic into perform_all_tests() and invoke it with and without
12657         function header prototypes.
12658         (do_function_calls): Remove conditional XFAIL for PR 5318.
12659         (rerun_and_prepare): Remove duplicate code.
12660         (perform_all_tests): New.  Main logic moved here.
12661
12662 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12663
12664         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12665         code guarded by #ifdef NO_PROTOTYPES.
12666         (t_double_many_args): Likewise.
12667         (DEF_FUNC_MANY_ARGS_1): Likewise.
12668         (DEF_FUNC_VALUES_1): Likewise.
12669         (t_structs_ldc): Renamed from t_structs_fc in conditional code
12670         guarded by #ifdef PROTOTYPES.
12671
12672 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12673
12674         * gdb.mi/mi-console.c: Add eye-catcher.
12675         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12676         instead of literal line number.
12677
12678 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12679
12680         * gdb.base/shr2.c: Add eye-catcher.
12681         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12682         line number.
12683
12684 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12685
12686         * gdb.base/jump.c: Add eye-catchers.
12687         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12688         numbers.
12689
12690 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12691
12692         * gdb.base/execd-prog.c: Add eye-catchers.
12693         * gdb.base/foll-exec.c: Likewise.
12694         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12695         line numbers.
12696
12697 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12698
12699         * gdb.base/ending-run.c: Add eye-catchers.
12700         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12701         literal line numbers.
12702
12703 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12704
12705         * gdb.base/call-rt-st.c: Add eye-catchers.
12706         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12707         literal line numbers.
12708
12709 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12710
12711         * gdb.base/call-ar-st.c: Add eye-catchers.
12712         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12713         literal line numbers.
12714
12715 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12716
12717         * gdb.base/average.c: Add eye-catchers.
12718         * gdb.base/sum.c: Likewise.
12719         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12720         regexps dynamically.
12721
12722 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12723
12724         * gdb.base/solib1.c: Add eye-catchers.
12725         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12726         literal line numbers.
12727
12728 2014-11-12  Pedro Alves  <palves@redhat.com>
12729
12730         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12731         leader has exited.
12732
12733 2014-11-12  Pedro Alves  <palves@redhat.com>
12734
12735         * gdb.arch/i386-bp_permanent.c: New file.
12736         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12737         (srcfile): Set to i386-bp_permanent.c.
12738         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
12739         that stepi does not execute the 'leave' instruction, instead of
12740         testing it does execute.
12741         * gdb.base/bp-permanent.c: New file.
12742         * gdb.base/bp-permanent.exp: New file.
12743
12744 2014-11-10  Doug Evans  <xdje42@gmail.com>
12745
12746         PR symtab/17564
12747         * gdb.base/symtab-search-order.exp: New file.
12748         * gdb.base/symtab-search-order.c: New file.
12749         * gdb.base/symtab-search-order-1.c: New file.
12750         * gdb.base/symtab-search-order-shlib-1.c: New file.
12751
12752 2014-11-07  Pedro Alves  <palves@redhat.com>
12753
12754         PR gdb/17511
12755         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12756         i?86-*-linux*.
12757
12758 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
12759
12760         PR c++/17494
12761         * gdb.cp/pr17494.cc: New file.
12762         * gdb.cp/pr17494.exp: New file.
12763
12764 2014-11-02  Yao Qi  <yao@codesourcery.com>
12765
12766         * gdb.python/python.exp: Get working directory and match the
12767         output of "set extended-prompt \\w " with it.
12768
12769 2014-10-30  Doug Evans  <dje@google.com>
12770
12771         * gdb.python/py-objfile.exp: Add tests for setting random attributes
12772         in objfiles.
12773         * gdb.python/py-progspace.exp: Add tests for setting random attributes
12774         in progspaces.
12775
12776 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
12777
12778         * gdb.base/fullpath-expand.exp: Skip for a remote host.
12779         * gdb.base/realname-expand.exp: Likewise.
12780         * gdb.linespec/macro-relative.exp: Likewise.
12781
12782 2014-10-29  Pedro Alves  <palves@redhat.com>
12783
12784         PR gdb/17408
12785         * gdb.threads/schedlock.c (some_function): New function.
12786         (call_function): New global.
12787         (MAYBE_CALL_SOME_FUNCTION): New macro.
12788         (thread_function): Call it.
12789         * gdb.threads/schedlock.exp (get_args): Add description parameter,
12790         and use it instead of a global counter.  Adjust all callers.
12791         (get_current_thread): Use "find current thread" for test message
12792         here rather than having all callers pass down the same string.
12793         (goto_loop): New procedure, factored out from ...
12794         (my_continue): ... this.
12795         (step_ten_loops): Change parameter from test message to command to
12796         use.  Adjust.
12797         (list_count): Delete global.
12798         (check_result): New procedure, factored out from duplicate top
12799         level code.
12800         (continue tests): Wrap in with_test_prefix.
12801         (test_step): New procedure, factored out from duplicate top level
12802         code.
12803         (top level): Test "step" in combination with all scheduler-locking
12804         modes.  Test "next" in combination with all scheduler-locking
12805         modes, and in combination with stepping over a function call or
12806         not.
12807         * gdb.threads/next-bp-other-thread.c: New file.
12808         * gdb.threads/next-bp-other-thread.exp: New file.
12809
12810 2014-10-29  Pedro Alves  <palves@redhat.com>
12811
12812         PR python/17372
12813         * gdb.python/python.exp: Test a multi-line command that spawns
12814         interactive Python.
12815         * gdb.base/multi-line-starts-subshell.exp: New file.
12816
12817 2014-10-29  Yao Qi  <yao@codesourcery.com>
12818
12819         * gdb.base/fileio.exp: Make directories on host.
12820
12821 2014-10-29  Yao Qi  <yao@codesourcery.com>
12822
12823         * gdb.base/fileio.c (test_write): Close the file.
12824
12825 2014-10-28  Pedro Alves  <palves@redhat.com>
12826
12827         PR gdb/12623
12828         * gdb.base/sigstep.c (no_handler): New global.
12829         (main): If 'no_handler is true, set the signal handlers to
12830         SIG_IGN.
12831         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12832         with_sw_watch and no_handler parameters.  Handle them.
12833         (top level) <stepping over handler when stopped at a breakpoint
12834         test>: Add a test axis for testing with a software watchpoint, and
12835         another for testing with the signal handler set to SIG_IGN.
12836         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12837         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12838
12839 2014-10-28  Pedro Alves  <palves@redhat.com>
12840
12841         PR gdb/17511
12842         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12843         * gdb.base/sigstep.exp (other_handler_location): New global.
12844         (advance): Support stepping into the signal handler, and running
12845         commands while in the handler.
12846         (in_handler_map): New global.
12847         (top level): In the advance test, add combinations for getting
12848         into the handler with stepping commands, and for running commands
12849         in the handler.  Add comment descripting the advancei tests.
12850
12851 2014-10-28  Pedro Alves  <palves@redhat.com>
12852
12853         * gdb.base/sigstep.exp: Use build_executable instead of
12854         prepare_for_testing.
12855         (top level): Move code that starts GDB, runs to main and creates a
12856         display to ...
12857         (restart): ... this new procedure.
12858         (top level): Move backtrace from signal handler test to ...
12859         (validate_backtrace): ... this new procedure.
12860         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
12861         with_test_prefix.  Always restart GDB.
12862         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
12863         with_test_prefix.  Always restart GDB.  No need to delete
12864         breakpoints after the test.
12865         (test_skip_handler): Remove prefix parameter.
12866         (skip_over_handler, breakpoint_to_handler)
12867         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12868         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
12869         restart GDB.  No need to delete breakpoints after the test.
12870         (top level): Use foreach to call the test procedures with
12871         different commands.
12872
12873 2014-10-28  Pedro Alves  <palves@redhat.com>
12874
12875         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12876         instead of GNATS numbers.
12877         * gdb.base/sigbpt.exp: Likewise.
12878         * gdb.base/siginfo.exp: Likewise.
12879         * gdb.base/sigstep.exp: Likewise.
12880
12881 2014-10-27  Pedro Alves  <palves@redhat.com>
12882
12883         * gdb.base/sigstep.c (dummy): New global.
12884         (main): Issue a couple writes to the new global.
12885         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12886         procedures.
12887         (skip_over_handler): Use test_skip_handler.
12888         (top level): Call skip_over_handler for stepi and nexti too.
12889         (breakpoint_over_handler): Use test_skip_handler.
12890         (top level): Call breakpoint_over_handler for stepi and nexti too.
12891
12892 2014-10-27  Yao Qi  <yao@codesourcery.com>
12893
12894         * gdb.trace/tfile.c (adjust_function_address)
12895         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12896         function descriptor.
12897
12898 2014-10-24  Don Breazeal  <donb@codesourcery.com>
12899
12900         * gdb.base/foll-fork.exp (test_follow_fork,
12901         catch_fork_child_follow): Check for updated fork messages emitted
12902         from infrun.c.
12903         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12904         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12905         vfork_and_exec_child_follow_through_step): Check for updated vfork
12906         messages emitted from infrun.c.
12907
12908 2014-10-24  Pedro Alves  <palves@redhat.com>
12909
12910         * gdb.base/corefile.exp: Remove references to ultrix.
12911         * gdb.base/interrupt.exp: Likewise.
12912         * gdb.base/whatis.exp: Likewise.
12913         * gdb.gdb/selftest.exp: Likewise.
12914         * gdb.threads/manythreads.exp: Likewise.
12915         * gdb.threads/print-threads.exp: Likewise.
12916         * gdb.threads/pthreads.exp:: Likewise.
12917         * gdb.threads/schedlock.exp: Likewise.
12918
12919 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
12920
12921         * gdb.cp/non-trivial-retval.cc: Add a test case.
12922         * gdb.cp/non-trivial-retval.exp: Add a test.
12923
12924 2014-10-20  Yao Qi  <yao@codesourcery.com>
12925
12926         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12927         * gdb.python/py-objfile-script-gdb.py: New file.
12928         * gdb.python/py-objfile-script.exp: Update reference to
12929         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
12930         of remote_download.  Remove the dest file.
12931
12932 2014-10-20  Yao Qi  <yao@codesourcery.com>
12933
12934         * gdb.base/checkpoint.exp: Don't remove file copied on host.
12935         * gdb.base/step-line.exp: Likewise.
12936         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12937         * gdb.dwarf2/dw2-basic.exp: Likewise.
12938         * gdb.dwarf2/dw2-compressed.exp: Likewise.
12939         * gdb.dwarf2/dw2-filename.exp: Likewise.
12940         * gdb.dwarf2/dw2-intercu.exp: Likewise.
12941         * gdb.dwarf2/dw2-intermix.exp: Likewise.
12942         * gdb.dwarf2/dw2-producer.exp: Likewise.
12943         * gdb.dwarf2/mac-fileno.exp: Likewise.
12944         * gdb.python/py-frame-args.exp: Likewise.
12945         * gdb.python/py-framefilter.exp: Likewise.
12946         * gdb.python/py-mi.exp: Likewise.
12947         * gdb.python/py-objfile-script.exp: Likewise
12948         * gdb.python/py-pp-integral.exp: Likewise.
12949         * gdb.python/py-pp-re-notag.exp: Likewise.
12950         * gdb.python/py-prettyprint.exp: Likewise.
12951         * gdb.python/py-section-script.exp: Likewise.
12952         * gdb.python/py-typeprint.exp: Likewise.
12953         * gdb.python/py-xmethods.exp: Likewise.
12954         * gdb.stabs/weird.exp: Likewise.
12955         * gdb.xml/tdesc-regs.exp: Likewise.
12956
12957 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
12958
12959         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12960         (out_cu): Use addr_len for the size of addresses.
12961         (out_line): Likewise.  Size DW_LNE_set_address instruction
12962         according to addr_len.
12963         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12964         (FUNC): Add START_INSNS to definition.
12965
12966 2014-10-18  Yao Qi  <yao@codesourcery.com>
12967
12968         * gdb.base/argv0-symlink.exp: Check argv[0] value if
12969         gdb_has_argv0 return true.
12970         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12971         check [target_info exists noargs], check [gdb_has_argv0]
12972         instead.
12973         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12974         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12975         procedures.
12976
12977 2014-10-17  Doug Evans  <dje@google.com>
12978
12979         * gdb.python/py-events.exp: Update expected output for clear_objfiles
12980         event.
12981         * gdb.python/py-events.py: Add clear_objfiles event.
12982
12983 2014-10-17  Doug Evans  <dje@google.com>
12984
12985         * gdb.python/py-objfile.exp: Test progspace attribute.
12986
12987 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
12988
12989         * gdb.guile/scm-breakpoint.exp: Do not assume any
12990         directory separators when matching source file paths.
12991         * gdb.python/py-breakpoint.exp: Likewise.
12992         * gdb.reverse/break-precsave.exp: Likewise.
12993         * gdb.reverse/break-reverse.exp: Likewise.
12994         * gdb.reverse/consecutive-precsave.exp: Likewise.
12995         * gdb.reverse/finish-precsave.exp: Likewise.
12996         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12997         * gdb.reverse/finish-reverse.exp: Likewise.
12998         * gdb.reverse/i386-precsave.exp: Likewise.
12999         * gdb.reverse/i387-env-reverse.exp: Likewise.
13000         * gdb.reverse/i387-stack-reverse.exp: Likewise.
13001         * gdb.reverse/machinestate-precsave.exp: Likewise.
13002         * gdb.reverse/machinestate.exp: Likewise.
13003         * gdb.reverse/sigall-precsave.exp: Likewise.
13004         * gdb.reverse/solib-precsave.exp: Likewise.
13005         * gdb.reverse/step-precsave.exp: Likewise.
13006         * gdb.reverse/until-precsave.exp: Likewise.
13007         * gdb.reverse/watch-precsave.exp: Likewise.
13008         * gdb.reverse/watch-reverse.exp: Likewise.
13009
13010 2014-10-17  Yao Qi  <yao@codesourcery.com>
13011
13012         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13013         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13014
13015 2014-10-17  Pedro Alves  <palves@redhat.com>
13016
13017         PR gdb/17471
13018         * gdb.base/bg-execution-repeat.c: New file.
13019         * gdb.base/bg-execution-repeat.exp: New file.
13020
13021 2014-10-17  Pedro Alves  <palves@redhat.com>
13022
13023         PR gdb/17300
13024         * gdb.base/continue-all-already-running.c: New file.
13025         * gdb.base/continue-all-already-running.exp: New file.
13026
13027 2014-10-17  Pedro Alves  <palves@redhat.com>
13028
13029         PR gdb/17472
13030         * gdb.base/annota-input-while-running.c: New file.
13031         * gdb.base/annota-input-while-running.exp: New file.
13032
13033 2014-10-17  Pedro Alves  <palves@redhat.com>
13034
13035         * gdb.base/callfuncs.exp: emove references to osf.
13036         * gdb.base/sigall.exp: Likewise.
13037         * gdb.gdb/selftest.exp: Likewise.
13038         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13039         * gdb.mi/non-stop.c: Likewise.
13040         * gdb.mi/pthreads.c: Likewise.
13041         * gdb.reverse/sigall-precsave.exp: Likewise.
13042         * gdb.reverse/sigall-reverse.exp: Likewise.
13043         * gdb.threads/pthreads.c: Likewise.
13044         * gdb.threads/pthreads.exp: Likewise.
13045
13046 2014-10-17  Yao Qi  <yao@codesourcery.com>
13047
13048         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13049         check 'target_info exists noargs'.
13050         (test_command_prompt_position): Likewise.
13051         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13052         Remove "set args".
13053         (progvar_simple_while_test): Likewise.
13054         (progvar_complex_if_while_test): Likewise.
13055         (if_while_breakpoint_command_test): Likewise.
13056         (infrun_breakpoint_command_test): Likewise.
13057         (breakpoint_command_test): Likewise.
13058         (watchpoint_command_test): Likewise.
13059         (bp_deleted_in_command_test): Likewise.
13060         (temporary_breakpoint_commands): Likewise.
13061
13062 2014-10-16  Yao Qi  <yao@codesourcery.com>
13063
13064         * gdb.base/remotetimeout.exp: Remove noargs checking.
13065
13066 2014-10-15  Pedro Alves  <palves@redhat.com>
13067
13068         PR breakpoints/9649
13069         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13070         * gdb.base/breakpoint-in-ro-region.exp
13071         (probe_target_hardware_step): New procedure.
13072         (top level): Probe hardware stepping and hardware breakpoint
13073         support.  Test stepping through a read-only region, with both
13074         "breakpoint auto-hw" on and off and both "always-inserted" on and
13075         off.
13076
13077 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
13078
13079         * gdb.dlang/demangle.exp: Update for demangling changes.
13080
13081 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13082
13083         * gdb.cp/non-trivial-retval.cc: Add new test cases.
13084         * gdb.cp/non-trivial-retval.exp: Add new tests.
13085
13086 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13087
13088         PR c++/13403
13089         PR c++/15154
13090         * gdb.cp/non-trivial-retval.cc: New file.
13091         * gdb.cp/non-trivial-retval.exp: New file.
13092
13093 2014-10-15  Yao Qi  <yao@codesourcery.com>
13094
13095         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13096         remote host.
13097
13098 2014-10-15  Yao Qi  <yao@codesourcery.com>
13099
13100         * gdb.python/py-symbol.exp: Match file base name if host is
13101         remote, otherwise match file name with dir name.
13102         * gdb.python/py-symtab.exp: Likewise.
13103         * gdb.python/python.exp: Likewise.
13104
13105 2014-10-15  Yao Qi  <yao@codesourcery.com>
13106
13107         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13108         pattern.
13109         * gdb.python/py-symtab.exp: Likewise.
13110         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
13111         locationn.
13112
13113 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
13114
13115         * gdb.ada/addr_arith: New testcase.
13116
13117 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
13118
13119         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13120         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13121         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13122         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13123
13124 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
13125
13126         * gdb.arch/stap-eval-lang-ada.S: Likewise.
13127         * gdb.arch/stap-eval-lang-ada.c: Likewise.
13128         * gdb.arch/stap-eval-lang-ada.exp: New file.
13129
13130 2014-10-14  Yao Qi  <yao@codesourcery.com>
13131
13132         * gdb.mi/mi-var-child.c (nothing1): New function.
13133         (nothing2): New function.
13134         (do_children_tests): Set function pointers by nothing1 and
13135         nothing2.
13136         * gdb.mi/mi-var-child.exp: Step over new added statements.
13137         Update test to match the new output.
13138         * gdb.mi/var-cmd.c (nothing1): New function.
13139         (nothing2): New function.
13140         (do_children_tests): Set function pointers by  nothing1 and
13141         nothing2.
13142         * gdb.mi/mi-var-display.exp: Update test to match output.
13143         Step to the line specified by $line_dct_nothing.
13144         Increase the number of lines to step.
13145
13146 2014-10-14  Yao Qi  <yao@codesourcery.com>
13147
13148         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13149         tests.
13150         * gdb.mi/mi2-var-child.exp: Likewise.
13151
13152 2014-10-13  Doug Evans  <dje@google.com>
13153
13154         * gdb.python/py-objfile.exp: Change name of file name test.
13155
13156 2014-10-13  Doug Evans  <dje@google.com>
13157
13158         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13159         from the start of the CU.
13160
13161 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
13162             Yao Qi  <yao@codesourcery.com>
13163
13164         Fix "save breakpoints" for "catch" command.
13165         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13166         Remove -nonewline.  Match also the added "main" line.
13167
13168 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13169
13170         Fix "save breakpoints" for "disable $bpnum" command.
13171         * gdb.base/save-bp.c (main): Add label.
13172         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
13173
13174 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13175
13176         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13177
13178 2014-10-11  Yao Qi  <yao@codesourcery.com>
13179
13180         * gdb.server/server-kill.exp: Execute command
13181         "set remote trace-status-packet on" before "tstatus".
13182
13183 2014-10-11  Yao Qi  <yao@codesourcery.com>
13184
13185         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13186         (main): Call getppid.
13187         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13188         and continue to it.  Read variable "server_pid".
13189
13190 2014-10-11  Yao Qi  <yao@codesourcery.com>
13191
13192         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13193
13194 2014-10-11  Yao Qi  <yao@codesourcery.com>
13195
13196         * gdb.threads/thread-find.exp: Don't execute command
13197         "info threads".
13198         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13199         * gdb.threads/linux-dp.exp: Don't check the condition
13200         $threads_created equals to zero.
13201
13202 2014-10-10  Pedro Alves  <palves@redhat.com>
13203
13204         * gdb.base/bigcore.exp: Remove references to IRIX.
13205         * gdb.base/funcargs.exp: Likewise.
13206         * gdb.base/interrupt.exp: Likewise.
13207         * gdb.base/mips_pro.exp: Likewise.
13208         * gdb.base/nodebug.exp: Likewise.
13209         * gdb.base/setvar.exp: Likewise.
13210         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13211
13212 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
13213             Pedro Alves  <palves@redhat.com>
13214
13215         PR symtab/14466
13216         * gdb.base/vdso-warning.c: New file.
13217         * gdb.base/vdso-warning.exp: New file.
13218
13219 2014-10-02  Doug Evans  <dje@google.com>
13220
13221         * gdb.base/structs.c (main): Don't run forever.
13222
13223 2014-10-02  Pedro Alves  <palves@redhat.com>
13224
13225         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13226         (top level) <stop threads 1, stop threads 2>: Use it.
13227
13228 2014-10-02  Pedro Alves  <palves@redhat.com>
13229
13230         * gdb.threads/break-while-running.exp (test): Add new
13231         'update_thread_list' argument.  Skip "info threads" if false.
13232         (top level): Add new 'update_thread_list' axis.
13233
13234 2014-10-02  Pedro Alves  <palves@redhat.com>
13235
13236         PR breakpoints/17431
13237         * gdb.base/execl-update-breakpoints.c: New file.
13238         * gdb.base/execl-update-breakpoints.exp: New file.
13239
13240 2014-10-01  Pedro Alves  <palves@redhat.com>
13241
13242         * gdb.base/breakpoint-in-ro-region.c: New file.
13243         * gdb.base/breakpoint-in-ro-region.exp: New file.
13244
13245 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
13246
13247         * gdb.mi/mi-exit-code.exp: New file.
13248         * gdb.mi/mi-exit-code.c: New file.
13249
13250 2014-09-30  Yao Qi  <yao@codesourcery.com>
13251
13252         * lib/prelink-support.exp (build_executable_own_libs): Error if
13253         the target isn't native.
13254
13255 2014-09-30  Yao Qi  <yao@codesourcery.com>
13256
13257         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13258         false.
13259
13260 2014-09-22  Pedro Alves  <palves@redhat.com>
13261
13262         * gdb.threads/break-while-running.exp: New file.
13263         * gdb.threads/break-while-running.c: New file.
13264
13265 2014-09-19  Yao Qi  <yao@codesourcery.com>
13266
13267         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13268         Invoke test.  Restart GDB with --readnow and invoke test again.
13269
13270 2014-09-19  Yao Qi  <yao@codesourcery.com>
13271
13272         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13273         proc set_breakpoint_on_gcd_function.  Invoke
13274         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
13275         invoke set_breakpoint_on_gcd_function again.
13276
13277 2014-09-18  Doug Evans  <dje@google.com>
13278
13279         * gdb.dwarf2/symtab-producer.exp: New file.
13280
13281 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13282
13283         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13284         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13285         * gdb.base/global-var-nested-by-dso.c: Likewise.
13286         * gdb.base/global-var-nested-by-dso.exp: Likewise.
13287
13288 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13289             Pedro Alves  <palves@redhat.com>
13290
13291         * gdb.base/watch-bitfields.exp: Pass string other than test file
13292         name to prepare_for_testing.
13293         (watch): New procedure.
13294         (expect_watchpoint): Use with_test_prefix.
13295         (top level): Factor out tests to ...
13296         (test_watch_location, test_regular_watch): ... these new
13297         procedures, and use with_test_prefix and gdb_continue_to_end.
13298
13299 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
13300
13301         PR breakpoints/12526
13302         * gdb.base/watch-bitfields.exp: New file.
13303         * gdb.base/watch-bitfields.c: New file.
13304
13305 2014-09-16  Pedro Alves  <palves@redhat.com>
13306
13307         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13308         software and hardware addresses, not software address against
13309         itself.
13310
13311 2014-09-16  Pedro Alves  <palves@redhat.com>
13312
13313         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13314         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13315
13316 2014-09-16  Pedro Alves  <palves@redhat.com>
13317
13318         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13319         files.
13320         * gdb.base/a2-run.exp: Remove all code guarded by istarget
13321         "*-*-vxworks*" throughout.
13322         * gdb.base/break.exp: Likewise.
13323         * gdb.base/default.exp: Likewise.
13324         * gdb.base/scope.exp: Likewise.
13325         * gdb.base/sepdebug.exp: Likewise.
13326         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13327         throughout.
13328         * gdb.base/run.c: Likewise.
13329         * gdb.base/sepdebug.c: Likewise.
13330         * gdb.hp/gdb.aCC/run.c: Likewise.
13331         * gdb.reverse/until-reverse.c: Likewise.
13332         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13333
13334 2014-09-16  Yao Qi  <yao@codesourcery.com>
13335
13336         * boards/local-remote-host-native.exp: New file.
13337
13338 2014-09-14  Doug Evans  <xdje42@gmail.com>
13339
13340         * gdb.threads/queue-signal.c (thread_count): New variable.
13341         (thread_count_mutex, thread_count_condvar): New variables.
13342         (incr_thread_count, wait_all_threads_running): New functions.
13343         (main): Wait for all threads to be in their thread functions.
13344
13345 2014-09-13  Doug Evans  <xdje42@gmail.com>
13346
13347         * gdb.threads/queue-signal.c: New file.
13348         * gdb.threads/queue-signal.exp: New file.
13349
13350 2014-09-13  Doug Evans  <xdje42@gmail.com>
13351
13352         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13353         be consistent with what default_gdb_init uses.
13354         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13355         the plain text of the prompt.  Add some logging printfs.
13356         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13357
13358 2014-09-12  Pedro Alves  <palves@redhat.com>
13359
13360         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13361         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13362         * gdb.arch/i386-size-overlap.exp: Likewise.
13363         * gdb.arch/i386-size.exp: Likewise.
13364         * gdb.arch/i386-unwind.exp: Likewise.
13365         * gdb.base/a2-run.exp: Likewise.
13366         * gdb.base/break.exp: Likewise.
13367         * gdb.base/charset.exp: Likewise.
13368         * gdb.base/chng-syms.exp: Likewise.
13369         * gdb.base/commands.exp: Likewise.
13370         * gdb.base/dbx.exp: Likewise.
13371         * gdb.base/find.exp: Likewise.
13372         * gdb.base/funcargs.exp: Likewise.
13373         * gdb.base/jit-simple.exp: Likewise.
13374         * gdb.base/reread.exp: Likewise.
13375         * gdb.base/sepdebug.exp: Likewise.
13376         * gdb.base/step-bt.exp: Likewise.
13377         * gdb.cp/mb-inline.exp: Likewise.
13378         * gdb.cp/mb-templates.exp: Likewise.
13379         * gdb.objc/basicclass.exp: Likewise.
13380         * gdb.threads/killed.exp: Likewise.
13381
13382 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13383
13384         PR tdep/17379
13385         * gdb.arch/powerpc-stackless.S: New file.
13386         * gdb.arch/powerpc-stackless.exp: New file.
13387
13388 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13389
13390         * gdb.base/attach.c: Include unistd.h.
13391         (main): Call alarm.  Add label postloop.
13392         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13393         gdb_breakpoint, gdb_continue_to_breakpoint.
13394         (test_command_line_attach_run): Kill ${testpid} in one exit path.
13395
13396 2014-09-11  Pedro Alves  <palves@redhat.com>
13397
13398         PR gdb/17347
13399         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13400         * gdb.base/attach.exp (test_command_line_attach_run): New
13401         procedure.
13402         (top level): Call it.
13403
13404 2014-09-11  Pedro Alves  <palves@redhat.com>
13405
13406         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13407         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13408         (do_command_attach_tests): Use spawn_wait_for_attach.
13409         * gdb.base/solib-overlap.exp: Likewise.
13410         * gdb.multi/multi-attach.exp: Likewise.
13411         * gdb.python/py-prompt.exp: Likewise.
13412         * gdb.python/py-sync-interp.exp: Likewise.
13413         * gdb.server/ext-attach.exp: Likewise.
13414
13415 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13416
13417         * gdb.fortran/array-element.exp: Remove unexpected "continue"
13418         command in testcase.  Simplify testcase.
13419
13420 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13421
13422         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13423
13424 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13425
13426         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13427
13428 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13429
13430         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13431
13432 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13433
13434         * gdb.dwarf2/dynarr-ptr.c: New file.
13435         * gdb.dwarf2/dynarr-ptr.exp: New file.
13436
13437 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13438
13439         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13440         of 30 rather than hardcoding 120 for a slow test case.  Take the
13441         `gdb,timeout' target setting into account for this calculation.
13442         Don't extend the timeout for the test cases that don't need it.
13443
13444 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13445
13446         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13447         a factor of 2 for a slow test case.  Take the `gdb,timeout'
13448         target setting into account for this calculation.
13449         * gdb.reverse/until-precsave.exp: Increase the timeout by
13450         a factor of 15 and 3 respectively rather than adding 120
13451         for a pair of slow test cases.  Take the `gdb,timeout'
13452         target setting into account for this calculation.
13453
13454 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13455
13456         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13457         timeout, don't pass one down to gdb_expect.
13458         (gdb_expect): Rework timeout selection.
13459
13460 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13461
13462         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13463         exception on timeout.
13464         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13465         (gdbserver_start_extended): Catch any `gdbserver_start' error
13466         exceptions.
13467         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13468         * lib/mi-support.exp (mi_gdb_target_load): Catch any
13469         `gdbserver_gdb_load' error exceptions.
13470
13471 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13472
13473         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13474         120 on waiting for the TCP socket to open.
13475
13476 2014-09-09  Doug Evans  <xdje42@gmail.com>
13477
13478         * gdb.base/default.exp (show_conv_list): Add _caller_is,
13479         _caller_matches, _any_caller_is, _any_caller_matches.
13480
13481 2014-09-09  Doug Evans  <xdje42@gmail.com>
13482
13483         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13484
13485 2014-09-09  Yao Qi  <yao@codesourcery.com>
13486
13487         * gdb.mi/mi-var-display.exp: Set print symbol off.
13488
13489 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13490
13491         PR gdb/17035
13492         * gdb.base/commands.exp: Add tests to verify user-defined
13493         commands with empty bodies.
13494         * gdb.python/py-cmd.exp: Test that we don't show user-defined
13495         python commands in `show user command`.
13496         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13497         scheme commands in `show user command`.
13498
13499 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
13500
13501         PR python/17355
13502         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13503         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13504         * gdb.python/py-framefilter-invalidarg.exp: New file.
13505         * gdb.python/py-framefilter-invalidarg.py: New file.
13506
13507 2014-09-06  Doug Evans  <xdje42@gmail.com>
13508
13509         PR 15276
13510         * gdb.python/py-caller-is.c: New file.
13511         * gdb.python/py-caller-is.exp: New file.
13512
13513 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
13514
13515         PR gdb/17235
13516         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13517         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13518
13519 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
13520
13521         PR fortran/17237
13522         * gdb.fortran/print-formatted.exp: New file.
13523         * gdb.fortran/print-formatted.f90: Likewise.
13524
13525 2014-09-03  Sasha Smundak  <asmundak@google.com>
13526
13527         * gdb.python/py-frame.exp: Test Frame.read_register.
13528
13529 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
13530
13531         PR python/16699
13532         * gdb.python/py-completion.exp: New file.
13533         * gdb.python/py-completion.py: Likewise.
13534
13535 2014-08-28  Doug Evans  <dje@google.com>
13536
13537         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13538         eax,etc. are live with values set by gdb and thus the compiler can't
13539         use them.
13540         * gdb.arch/i386-pseudo.c (main): Ditto.
13541
13542 2014-08-27  Doug Evans  <dje@google.com>
13543
13544         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13545
13546 2014-08-25  Doug Evans  <dje@google.com>
13547
13548         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13549         (main): Ditto.
13550
13551 2014-08-25  Doug Evans  <dje@google.com>
13552
13553         * gdb.threads/thread-execl.exp: #include <stdio.h>.
13554
13555 2014-08-24  Yao Qi  <yao@codesourcery.com>
13556
13557         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13558         symbol off.
13559         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13560
13561 2014-08-22  Doug Evans  <dje@google.com>
13562
13563         PR 17276
13564         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13565         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13566         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13567
13568 2014-08-22  Yao Qi  <yao@codesourcery.com>
13569
13570         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13571         * gdb.python/py-finish-breakpoint2.exp: Likewise.
13572         * gdb.python/python.exp: Likewise.  Use .py file on the host
13573         instead of the build.
13574
13575 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13576
13577         * gdb.threads/gcore-stale-thread.c: New file.
13578         * gdb.threads/gcore-stale-thread.exp: New file.
13579
13580 2014-08-21  Pedro Alves  <palves@redhat.com>
13581
13582         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13583         * gdb.base/gcore-relro-pie.exp: Likewise.
13584         * gdb.base/gcore-relro.exp: Likewise.
13585         * gdb.base/gcore.exp: Likewise.
13586         * gdb.base/print-symbol-loading.exp: Likewise.
13587         * gdb.threads/gcore-thread.exp: Likewise.
13588         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13589
13590 2014-08-20  Pedro Alves  <palves@redhat.com>
13591             Jan Kratochvil  <jan.kratochvil@redhat.com>
13592
13593         * Makefile.in (EXTRA_RULES, CC): New variables, get from
13594         configure.
13595         (EXPECT): Handle READ1 being set.
13596         (all): Depend on EXTRA_RULES.
13597         (check-read1, expect-read1, read1.so, read1): New rules.
13598         * README (Testsuite Parameters): Document the READ1 make variable.
13599         (Race detection): New section.
13600         * configure: Regenerate.
13601         * configure.ac: If build==host==target, and running under a
13602         GNU/glibc system, add read1 to the extra Makefile rules.
13603         (EXTRA_RULES): AC_SUBST it.
13604         * lib/read1.c: New file.
13605
13606 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
13607
13608         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13609         the handling of variables declared as a typedef to an array
13610         which a DW_AT_data_location attribute.
13611
13612 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
13613             Pedro Alves  <palves@redhat.com>
13614
13615         PR symtab/14604
13616         PR symtab/14605
13617         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13618         gdb_test.
13619
13620 2014-08-19  Pedro Alves  <palves@redhat.com>
13621
13622         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13623
13624 2014-08-19  Yao Qi  <yao@codesourcery.com>
13625
13626         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13627         right line.
13628
13629 2014-08-18  David Blaikie  <dblaikie@gmail.com>
13630
13631         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13632
13633 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13634
13635         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13636         attribute in array range.
13637
13638 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13639
13640         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13641
13642 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13643
13644         PR c++/17132
13645         * gdb.cp/pr17132.cc: New file.
13646         * gdb.cp/pr17132.exp: New file.
13647
13648 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13649
13650         * gdb.python/py-xmethods.py (A_getarrayind)
13651         (E_method_char_worker.__call__, E_method_int_worker.__call__):
13652         Use 'print' with function call syntax.
13653         (E_method_matcher.match): Fix tab vs space indentation mixup.
13654
13655 2014-08-15  Yao Qi  <yao@codesourcery.com>
13656
13657         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13658         false.
13659
13660 2014-08-15  Yao Qi  <yao@codesourcery.com>
13661
13662         * gdb.cp/casts.exp: Set print symbol off.
13663         * gdb.cp/class2.exp: Likewise.
13664         * gdb.cp/overload.exp: Likewise.
13665         * gdb.cp/templates.exp: Likewise.
13666
13667 2014-08-11  Doug Evans  <dje@google.com>
13668
13669         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13670         (test_load_shlib): Update.
13671
13672 2014-08-09  Yao Qi  <yao@codesourcery.com>
13673
13674         * gdb.base/display.exp: Invoke is_address_zero_readable.
13675         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13676         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13677         * gdb.base/hbreak-unmapped.exp: Return if
13678         is_address_zero_readable returns true.
13679         * gdb.base/signest.exp: Likewise.
13680         * gdb.base/signull.exp: Likewise.
13681         * gdb.base/sigbpt.exp: Likewise.
13682         * gdb.guile/scm-disasm.exp: Do the test if
13683         is_address_zero_readable returns false.
13684         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13685         * gdb.python/py-arch.exp: Likewise.
13686         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13687         * lib/gdb.exp (is_address_zero_readable): New proc.
13688
13689 2014-08-09  Yao Qi  <yao@codesourcery.com>
13690
13691         PR testsuite/13443
13692         * gdb.mi/mi-var-display.exp: Make test messages unique.
13693
13694 2014-08-04  Tom Tromey  <tromey@redhat.com>
13695
13696         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13697         target 0".
13698
13699 2014-08-04  Tom Tromey  <tromey@redhat.com>
13700
13701         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13702         "target_resume".
13703
13704 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
13705
13706         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13707         inner_vla_struct_object_size.
13708         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13709         as xfail.
13710
13711 2014-07-30  Pedro Alves  <palves@redhat.com>
13712
13713         * gdb.threads/signal-command-handle-nopass.exp (test): Add
13714         comment.
13715
13716 2014-07-29  Yao Qi  <yao@codesourcery.com>
13717
13718         PR gdb/17206
13719         * gdb.base/until-nodebug.exp: New.
13720
13721 2014-07-28  Doug Evans  <xdje42@gmail.com>
13722
13723         PR guile/17203
13724         * gdb.guile/scm-parameter.exp: Add tests for trying to create
13725         previously existing parameter, and previously ambiguously spelled
13726         parameter.
13727
13728 2014-07-28  Will Newton  <will.newton@linaro.org>
13729
13730         * gdb.base/varargs.exp: Remove KFAILs for ARM.
13731
13732 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
13733             Doug Evans  <xdje42@gmail.com>
13734
13735         PR guile/17146
13736         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13737
13738 2014-07-25  Pedro Alves  <palves@redhat.com>
13739
13740         * gdb.threads/signal-command-handle-nopass.c: New file.
13741         * gdb.threads/signal-command-handle-nopass.exp: New file.
13742         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13743         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13744         * gdb.threads/signal-delivered-right-thread.c: New file.
13745         * gdb.threads/signal-delivered-right-thread.exp: New file.
13746
13747 2014-07-25  Pedro Alves  <palves@redhat.com>
13748
13749         * gdb.base/double-prompt-target-event-error.exp
13750         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13751         match.
13752         (cancel_pagination_in_target_event): Rework double prompt
13753         detection.
13754         * gdb.base/paginate-after-ctrl-c-running.exp
13755         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13756         <return>' match.
13757         * gdb.base/paginate-bg-execution.exp
13758         (test_bg_execution_pagination_return)
13759         (test_bg_execution_pagination_cancel): Remove '-notransfer
13760         <return>' matches.
13761         * gdb.base/paginate-execution-startup.exp
13762         (test_fg_execution_pagination_return)
13763         (test_fg_execution_pagination_cancel): Remove '-notransfer
13764         <return>' matches.
13765         * gdb.base/paginate-inferior-exit.exp
13766         (test_paginate_inferior_exited): Remove '-notransfer <return>'
13767         match.
13768         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13769         * lib/gdb.exp (pagination_prompt): Run text through
13770         string_to_regexp.
13771         (gdb_test_multiple): Match $pagination_prompt instead of
13772         "<return>".
13773         (string_to_regexp): Move to lib/gdb-utils.exp.
13774
13775 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13776
13777         * gdb.arch/amd64-entry-value-paramref.S: New file.
13778         * gdb.arch/amd64-entry-value-paramref.cc: New file.
13779         * gdb.arch/amd64-entry-value-paramref.exp: New file.
13780         * gdb.arch/amd64-optimout-repeat.S: New file.
13781         * gdb.arch/amd64-optimout-repeat.c: New file.
13782         * gdb.arch/amd64-optimout-repeat.exp: New file.
13783
13784 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13785
13786         PR gdb/17170
13787         * gdb.base/statistics.exp: New file.
13788
13789 2014-07-17  Doug Evans  <dje@google.com>
13790
13791         PR gdb/17170
13792         * gdb.base/maint.exp: Update testing of per-command stats.
13793
13794 2014-07-16  Pedro Alves  <palves@redhat.com>
13795
13796         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13797         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13798         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13799         (tfile_write_buf): New functions.
13800         (add_memory_block): Rewrite using the above.
13801         (adjust_function_address): New function.
13802         (FUNCTION_ADDRESS): New macro.
13803         (write_basic_trace_file): Remove short_x local, and use
13804         tfile_write_16. Change type of func_addr local to unsigned long
13805         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
13806         here.  Cast argument of add_memory_block to char pointer.
13807         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
13808         (main): Remove parameters.
13809         * gdb.trace/tfile.exp: Remove nowarnings.
13810
13811 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
13812
13813         * gdb.base/debug-expr.exp: Test string evaluation with
13814         "debug expression" on.
13815
13816 2014-07-15  Pedro Alves  <palves@redhat.com>
13817
13818         * gdb.base/reread.exp: Use clean_restart.
13819
13820 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
13821
13822         * gdb.arch/avr-flash-qualifer.c: New.
13823         * gdb.arch/avr-flash-qualifer.exp: New.
13824
13825 2014-07-14  Pedro Alves  <palves@redhat.com>
13826
13827         * gdb.base/paginate-after-ctrl-c-running.c: New file.
13828         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13829
13830 2014-07-14  Pedro Alves  <palves@redhat.com>
13831
13832         * gdb.base/double-prompt-target-event-error.c: New file.
13833         * gdb.base/double-prompt-target-event-error.exp: New file.
13834
13835 2014-07-14  Pedro Alves  <palves@redhat.com>
13836
13837         PR gdb/17072
13838         * gdb.base/paginate-inferior-exit.c: New file.
13839         * gdb.base/paginate-inferior-exit.exp: New file.
13840
13841 2014-07-14  Pedro Alves  <palves@redhat.com>
13842
13843         PR gdb/17072
13844         * gdb.base/paginate-bg-execution.c: New file.
13845         * gdb.base/paginate-bg-execution.exp: New file.
13846
13847 2014-07-14  Pedro Alves  <palves@redhat.com>
13848
13849         PR gdb/17072
13850         * gdb.base/paginate-execution-startup.c: New file.
13851         * gdb.base/paginate-execution-startup.exp: New file.
13852         * lib/gdb.exp (pagination_prompt): New global.
13853         (default_gdb_spawn): New procedure, factored out from
13854         default_gdb_spawn.
13855         (default_gdb_start): Adjust to call default_gdb_spawn.
13856         (gdb_spawn): New procedure.
13857
13858 2014-07-14  Pedro Alves  <palves@redhat.com>
13859
13860         * lib/gdb.exp (gdb_assert): New procedure.
13861         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13862
13863 2014-07-14  Pedro Alves  <palves@redhat.com>
13864
13865         * gdb.base/execution-termios.c: New file.
13866         * gdb.base/execution-termios.exp: New file.
13867
13868 2014-07-14  Tom Tromey  <tromey@redhat.com>
13869
13870         * gdb.cp/vla-cxx.cc: New file.
13871         * gdb.cp/vla-cxx.exp: New file.
13872
13873 2014-07-14  Tom Tromey  <tromey@redhat.com>
13874
13875         * gdb.reverse/rerun-prec.c: New file.
13876         * gdb.reverse/rerun-prec.exp: New file.
13877
13878 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
13879             Maciej W. Rozycki  <macro@codesourcery.com>
13880
13881         * lib/gdb-utils.exp: New file.
13882         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13883         inline `gdb_init_command' processing.
13884         (gdb_start_cmd): Likewise.
13885         * lib/mi-support.exp (mi_run_cmd): Likewise.
13886         * README: Document `gdb_init_command' and `gdb_init_commands'.
13887
13888 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13889
13890         Fix false FAIL running under a very long directory name.
13891         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13892         and "set print elements 10000".  Twice.
13893
13894 2014-07-11  Yao Qi  <yao@codesourcery.com>
13895
13896         * gdb.base/exprs.exp: "set print symbol off".
13897
13898 2014-07-11  Pedro Alves  <palves@redhat.com>
13899
13900         * gdb.threads/kill.c: New file.
13901         * gdb.threads/kill.exp: New file.
13902
13903 2014-07-10  Yao Qi  <yao@codesourcery.com>
13904
13905         * gdb.trace/tfile.c (write_basic_trace_file)
13906         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13907         address written to trace file.
13908
13909 2014-07-09  Pedro Alves  <palves@redhat.com>
13910
13911         * gdb.base/attach-wait-input.exp: New file.
13912         * gdb.base/attach-wait-input.c: New file.
13913
13914 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
13915
13916         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13917         setting up test structures.
13918         (main): Call new test function.
13919         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13920         test function, continue into test function and walk test
13921         structures.
13922
13923 2014-07-02  Yao Qi  <yao@codesourcery.com>
13924
13925         * gdb.trace/entry-values.c: Define labels 'foo_start' and
13926         'bar_start' at the beginning of functions 'foo' and 'bar'
13927         respectively.
13928         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13929         instead of 'foo' and 'bar'.
13930
13931 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
13932
13933         * gdb.btrace/segv.exp: New.
13934         * gdb.btrace/segv.c: New.
13935
13936 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
13937
13938         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13939         instruction.
13940
13941 2014-06-30  Mark Wielaard  <mjw@redhat.com>
13942
13943         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13944         vulture, vilify, villar): New volatile array constants.
13945         (vindictive, vegetation): New const volatile array constants.
13946         * gdb.base/volatile.exp: Test volatile and const volatile array
13947         types.
13948
13949 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13950
13951         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13952         target lacks support for awatch, rwatch, or hbreak.
13953
13954 2014-06-27  Yao Qi  <yao@codesourcery.com>
13955
13956         * gdb.multi/dummy-frame-restore.exp: New.
13957         * gdb.multi/dummy-frame-restore.c: New.
13958
13959 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
13960
13961         * gdb.btrace/gcore.exp: New.
13962
13963 2014-06-23  Pedro Alves  <palves@redhat.com>
13964
13965         * gdb.base/watchpoint-reuse-slot.c: New file.
13966         * gdb.base/watchpoint-reuse-slot.exp: New file.
13967
13968 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
13969
13970         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13971         progspace's filename in 'info', 'enable' and 'disable' command
13972         tests.
13973
13974 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
13975
13976         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13977         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13978         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13979
13980 2014-06-20  Gary Benson  <gbenson@redhat.com>
13981
13982         * gdb.arch/i386-avx.exp: Fix include file location.
13983         * gdb.arch/i386-sse.exp: Likewise.
13984
13985 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
13986
13987         * gdb.dlang/expression.exp: New file.
13988
13989 2014-06-19  Pedro Alves  <palves@redhat.com>
13990
13991         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13992         out from ...
13993         (top level): ... here.  Iterate running tests under different
13994         scheduler-locking settings.
13995
13996 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
13997
13998         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13999         to DW_FORM_addr and use non-zero addresses.
14000
14001 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
14002
14003         PR gdb/17017
14004         * gdb.python/py-xmethods.cc: Add global function call counters and
14005         increment them in their respective functions.  Remove "cout"
14006         statements.
14007         * gdb.python/py-xmethods.exp: Make tests check the global function
14008         call counters instead of depending on inferior IO.
14009
14010 2014-06-18  Don Breazeal  <donb@codesourcery.com>
14011
14012         * gdb.base/foll-fork.exp (default_fork_parent_follow):
14013         Deleted procedure.
14014         (explicit_fork_parent_follow): Deleted procedure.
14015         (explicit_fork_child_follow): Deleted procedure.
14016         (test_follow_fork): New procedure.
14017         (do_fork_tests): Replace calls to deleted procedures with
14018         calls to test_follow_fork and reset GDB for subsequent
14019         procedure calls.
14020
14021 2014-06-17  Yao Qi  <yao@codesourcery.com>
14022
14023         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14024         CP1252.
14025
14026 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
14027
14028         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14029         Initialize ptr and S explicitly.
14030         (skip_type_update_when_not_use_rtti_test): Likewise.
14031
14032 2014-06-16  Keith Seitz  <keiths@redhat.com>
14033
14034         PR mi/15863
14035         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14036         the inferior is started.
14037
14038 2014-06-16  Pedro Alves  <palves@redhat.com>
14039
14040         * gdb.base/break-main-file-remove-fail.c: New file.
14041         * gdb.base/break-main-file-remove-fail.exp: New file.
14042         * gdb.base/break-unload-file.exp: Use build_executable instead of
14043         prepare_for_testing.
14044         (test_break): New parameter "initial_load".  Handle it.
14045         (top level): Add initial_load cmdline/file axis.
14046
14047 2014-06-12  Tom Tromey  <tromey@redhat.com>
14048
14049         * gdb.base/completion.exp: Don't use directory name in test.
14050
14051 2014-06-09  Gary Benson  <gbenson@redhat.com>
14052
14053         * gdb.base/sigall.c [Functions to send signals]: Reorder to
14054         separate the always-available ANSI-standard signals from the
14055         signals that require checking.
14056         (main): Likewise.
14057         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14058         Likewise.
14059         (main): Likewise.
14060
14061 2014-06-07  Keith Seitz  <keiths@redhat.com>
14062
14063         Revert:
14064         PR c++/16253
14065         * gdb.cp/var-tag.cc: New file.
14066         * gdb.cp/var-tag.exp: New file.
14067         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14068         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14069         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14070         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14071
14072 2014-06-06  Doug Evans  <xdje42@gmail.com>
14073
14074         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14075
14076 2014-06-06  Pedro Alves  <palves@redhat.com>
14077
14078         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14079         in target debug output instead of looking at RSP packets,
14080         disabling the test on any target that uses hardware stepping.
14081         Update comments.
14082
14083 2014-06-06  Pedro Alves  <palves@redhat.com>
14084
14085         * gdb.base/break-unload-file.exp: Fix typo.
14086
14087 2014-06-06  Yao Qi  <yao@codesourcery.com>
14088
14089         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14090         from "jit_function" to "^jit_function".
14091
14092 2014-06-06  Yao Qi  <yao@codesourcery.com>
14093
14094         * gdb.base/async.c (foo): Add one statement.
14095         * gdb.base/async.exp: Get the next instruction address and
14096         match the output of "nexti" by instruction address.  Match
14097         the hex address in the output of "finish".
14098
14099 2014-06-06  Gary Benson  <gbenson@redhat.com>
14100
14101         * gdb.base/call-signals.c: Remove preprocessor conditionals
14102         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14103         SIGSEGV and SIGTERM.
14104         * gdb.base/sigall.c: Likewise.
14105         * gdb.base/unwindonsignal.c: Likewise.
14106         * gdb.reverse/sigall-reverse.c: Likewise.
14107
14108 2014-06-06  Yao Qi  <yao@codesourcery.com>
14109
14110         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
14111         readable, skip the test.
14112
14113 2014-06-06  Yao Qi  <yao@codesourcery.com>
14114
14115         * gdb.threads/staticthreads.c (thread_function): Move the line
14116         setting breakpoint on forward.
14117         * gdb.threads/staticthreads.exp: Update comments.
14118
14119 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
14120
14121         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14122         "history-append! type error".
14123
14124 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
14125
14126         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14127         erroneous dprintf expected input.
14128
14129 2014-06-04  Doug Evans  <xdje42@gmail.com>
14130
14131         * gdb.guile/scm-generics.exp: Delete.
14132
14133 2014-06-04  Doug Evans  <xdje42@gmail.com>
14134
14135         * gdb.guile/scm-breakpoint.exp: Update.
14136         Add tests for breakpoint registration.
14137
14138 2014-06-04  Tom Tromey  <tromey@redhat.com>
14139
14140         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14141         VLA-in-union.
14142         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14143         inner_vla_struct, vla_union types.  Initialize objects of those
14144         types and compute their sizes.
14145
14146 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
14147             Hui Zhu  <hui@codesourcery.com>
14148
14149         * gdb.base/fileio.exp: Add test for shell not available as well as
14150         available.
14151         * gdb.base/fileio.c (test_system): Check for shell twice.
14152
14153 2014-06-04  Yao Qi  <yao@codesourcery.com>
14154
14155         * gdb.base/auto-connect-native-target.exp: Remove redundant
14156         space from the regexp pattern.
14157
14158 2014-06-04  Yao Qi  <yao@codesourcery.com>
14159
14160         * gdb.base/default.exp: Replace "child" with "native" in
14161         regexp pattern.
14162
14163 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
14164
14165         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14166         * gdb.python/py-xmethods.exp: New tests to test xmethods.
14167         * gdb.python/py-xmethods.py: Python script supporting the
14168         new testcase and tests.
14169
14170 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
14171             Pedro Alves  <palves@redhat.com>
14172
14173         PR breakpoints/17000
14174         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14175         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14176
14177 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
14178
14179         * gdb.base/subst.exp: Add tests to verify partial path matching
14180         output.
14181
14182 2014-06-03  Pedro Alves  <palves@redhat.com>
14183
14184         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14185         target that doesn't use software single-stepping.
14186
14187 2014-06-03  Pedro Alves  <palves@redhat.com>
14188
14189         PR breakpoints/17000
14190         * gdb.base/sss-bp-on-user-bp-2.c: New file.
14191         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14192
14193 2014-06-02  Doug Evans  <xdje42@gmail.com>
14194
14195         * gdb.guile/scm-parameter.exp: New file.
14196
14197 2014-06-02  Doug Evans  <xdje42@gmail.com>
14198
14199         * gdb.guile/scm-cmd.c: New file.
14200         * gdb.guile/scm-cmd.exp: New file.
14201
14202 2014-06-02  Doug Evans  <xdje42@gmail.com>
14203
14204         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14205         pretty-printer lookup.
14206         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14207         (make-pp_s-printer): Call it.
14208         (make-pretty-printer-from-dict): New function.
14209         (lookup-pretty-printer-maker-from-dict): New function.
14210         (*pretty-printer*): Simplify.
14211         (make-objfile-pp_s-printer): New function.
14212         (install-objfile-pretty-printers!): New function.
14213         (make-progspace-pp_s-printer): New function.
14214         (install-progspace-pretty-printers!): New function.
14215         * gdb.guile/scm-progspace.c: New file.
14216         * gdb.guile/scm-progspace.exp: New file.
14217
14218 2014-06-02  Pedro Alves  <palves@redhat.com>
14219
14220         * gdb.base/dprintf-bp-same-addr.c: New file.
14221         * gdb.base/dprintf-bp-same-addr.exp: New file.
14222
14223 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14224
14225         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14226         * gdb.arch/powerpc-power.s: Likewise.
14227
14228 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
14229
14230         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14231
14232 2014-06-01  Yao Qi  <yao@codesourcery.com>
14233
14234         * gdb.base/watchpoint.exp (test_watch_location): Check null
14235         pointer can be dereferenced.  If not, do the test, otherwise
14236         skip it.
14237
14238 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
14239
14240         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14241         results.
14242         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14243
14244 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
14245
14246         * gdb.arch/amd64-invalid-stack-middle.S: New file.
14247         * gdb.arch/amd64-invalid-stack-middle.c: New file.
14248         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14249         * gdb.arch/amd64-invalid-stack-top.c: New file.
14250         * gdb.arch/amd64-invalid-stack-top.exp: New file.
14251
14252 2014-05-30  Pedro Alves  <palves@redhat.com>
14253
14254         PR breakpoints/17000
14255         * gdb.base/sss-bp-on-user-bp.c: New file.
14256         * gdb.base/sss-bp-on-user-bp.exp: New file.
14257
14258 2014-05-30  David Blaikie  <dblaikie@gmail.com>
14259
14260         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14261         gnu_inline semantics via attribute.
14262         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14263         source explicitly specifies the required semantics.
14264
14265 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
14266
14267         * gdb.reverse/sigall-reverse.exp: Fix a typo.
14268
14269 2014-05-29  Pedro Alves  <palves@redhat.com>
14270             Tom Tromey  <tromey@redhat.com>
14271
14272         * gdb.base/async-shell.exp: Don't enable target-async.
14273         * gdb.base/async.exp
14274         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14275         parameter.  Adjust.
14276         (top level): Don't test with "target-async".
14277         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14278         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14279         * gdb.base/inferior-died.exp: Don't enable target-async.
14280         * gdb.base/interrupt-noterm.exp: Likewise.
14281         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14282         * gdb.mi/mi-nonstop-exit.exp: Likewise.
14283         * gdb.mi/mi-nonstop.exp: Likewise.
14284         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14285         * gdb.mi/mi-nsintrall.exp: Likewise.
14286         * gdb.mi/mi-nsmoribund.exp: Likewise.
14287         * gdb.mi/mi-nsthrexec.exp: Likewise.
14288         * gdb.mi/mi-watch-nonstop.exp: Likewise.
14289         * gdb.multi/watchpoint-multi.exp: Adjust comment.
14290         * gdb.python/py-evsignal.exp: Don't enable target-async.
14291         * gdb.python/py-evthreads.exp: Likewise.
14292         * gdb.python/py-prompt.exp: Likewise.
14293         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14294         * gdb.server/solib-list.exp: Don't enable target-async.
14295         * gdb.threads/thread-specific-bp.exp: Likewise.
14296         * lib/mi-support.exp: Adjust to use mi-async.
14297
14298 2014-05-29  Pedro Alves  <palves@redhat.com>
14299
14300         PR gdb/13860
14301         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14302         reason, even in sync mode.
14303
14304 2014-05-29  Pedro Alves  <palves@redhat.com>
14305             Hui Zhu  <hui@codesourcery.com>
14306
14307         PR PR15693
14308         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14309         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14310         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14311         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14312
14313 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
14314
14315         * config/monitor.exp (gdb_target_monitor): Replace use of
14316         "set remotebaud" by "set serial baud".
14317
14318 2014-05-26  Andy Wingo  <wingo@igalia.com>
14319
14320         * gdb.guile/scm-breakpoint.exp:
14321         * gdb.guile/scm-gsmob.exp: Update to use plain old object
14322         properties instead of gdb-object-properties.
14323
14324 2014-05-26  Yao Qi  <yao@codesourcery.com>
14325
14326         * gdb.server/no-thread-db.exp: Specify source file name
14327         explicitly when setting a breakpoint.
14328
14329 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14330
14331         * gdb.btrace/vdso.c: New.
14332         * gdb.btrace/vdso.exp: New.
14333
14334 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14335
14336         * gdb.base/gcore.exp (capture_command_output): Move ...
14337         * lib/gdb.exp (capture_command_output): ... here.
14338
14339 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14340
14341         * gdb.btrace/data.exp: Test memory access during btrace replay.
14342
14343 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
14344
14345         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14346
14347 2014-05-21  Pedro Alves  <palves@redhat.com>
14348
14349         PR gdb/13860
14350         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14351         (top level): Test that output related to execution commands is
14352         sent to the console with CLI commands, but not with MI commands.
14353         Test that breakpoint events are always mirrored to the console.
14354         Also expect the new source line to be output after a "next" in
14355         async mode too.  Make it a pass/fail test.
14356         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14357         output.
14358         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14359
14360 2014-05-21  Pedro Alves  <palves@redhat.com>
14361
14362         * gdb.base/list.exp (build_pattern, test_list): New procedures.
14363         Use them to test variations of "list" after reaching a breakpoint.
14364         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14365         Test "list" with listsize 10 after reaching a breakpoint.
14366         * gdb.python/python.exp (decode_line current location line
14367         number): Adjust expected line number.
14368
14369 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
14370
14371         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14372         behavior for $args, pass it directly to "run".
14373
14374 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
14375
14376         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14377         30000 to 65536.
14378
14379 2014-05-21  Pedro Alves  <palves@redhat.com>
14380
14381         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14382         auto-connect-native-target off".
14383         * gdb.base/auto-connect-native-target.c: New file.
14384         * gdb.base/auto-connect-native-target.exp: New file.
14385
14386 2014-05-21  Pedro Alves  <palves@redhat.com>
14387
14388         * gdb.base/default.exp: Test "target native" instead of "target
14389         child".
14390
14391 2014-05-21  Mark Wielaard  <mjw@redhat.com>
14392
14393         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14394
14395 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
14396
14397         Fix TLS access for -static -pthread.
14398         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14399         <HAVE_TLS> (thread_function, main): Initialize it.
14400         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14401         Add clean_restart.
14402         <$have_tls != "">: Check TLSVAR.
14403
14404 2014-05-21  Pedro Alves  <palves@redhat.com>
14405
14406         * gdb.base/dcache-line-read-error.c: New.
14407         * gdb.base/dcache-line-read-error.exp: New.
14408
14409 2014-05-20  Pedro Alves  <palves@redhat.com>
14410
14411         * gdb.base/compare-sections.c: New file.
14412         * gdb.base/compare-sections.exp: New file.
14413
14414 2014-05-20  Pedro Alves  <palves@redhat.com>
14415
14416         * gdb.base/break-idempotent.c: New file.
14417         * gdb.base/break-idempotent.exp: New file.
14418
14419 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
14420
14421         * gdb.btrace/nohist.exp: New.
14422
14423 2014-05-20  Yao Qi  <yao@codesourcery.com>
14424
14425         * lib/gdb.exp (gdb_init): Set timeout if test file is under
14426         gdb.reverse directory and gdb_reverse_timeout exists in board
14427         setting.
14428         * README: Document gdb_reverse_timeout.
14429
14430 2014-05-20  Yao Qi  <yao@codesourcery.com>
14431
14432         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14433         'test_file_name'.  Treat args as a string instead of a list.
14434         (gdb_init): Rename argument 'args' by 'test_file_name'.
14435
14436 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14437
14438         * gdb.arch/powerpc-power.exp: New file.
14439         * gdb.arch/powerpc-power.s: New file.
14440
14441 2014-05-16  Doug Evans  <dje@google.com>
14442
14443         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14444         * gdb.base/completion.exp: Check that all expected files exist
14445         before doing file completion.
14446
14447 2014-05-16  Doug Evans  <dje@google.com>
14448
14449         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14450         Update.
14451         (do_syscall_tests_without_xml): Update.
14452
14453 2014-05-16  Pedro Alves  <palves@redhat.com>
14454
14455         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14456         instead of "unknown output after running".
14457
14458 2014-05-16  Yao Qi  <yao@codesourcery.com>
14459
14460         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
14461         file1.txt from host at the end.
14462         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14463
14464 2014-05-15  Doug Evans  <dje@google.com>
14465
14466         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14467         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14468         loading file.  Add test for TU lookup.
14469
14470 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14471
14472         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14473         calling "-exec-arguments" or "set args" before running the
14474         inferior.
14475
14476 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14477
14478         * lib/mi-support.exp (mi_expect_stop): Expect message for
14479         inferiors that exit with non-zero exit code.
14480
14481 2014-05-14  Yao Qi  <yao@codesourcery.com>
14482
14483         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14484         match absolute path on remote host.
14485         (test_file_list_exec_source_files): Remove "/" from the
14486         pattern.
14487
14488 2014-05-14  Yao Qi  <yao@codesourcery.com>
14489
14490         * boards/local-remote-host-notty.exp (${board}_file): New
14491         proc.
14492
14493 2014-05-07  Kyle McMartin  <kyle@redhat.com>
14494
14495         Pushed by Joel Brobecker  <brobecker@adacore.com>.
14496         * gdb.arch/aarch64-atomic-inst.c: New file.
14497         * gdb.arch/aarch64-atomic-inst.exp: New file.
14498
14499 2014-05-07  Yao Qi  <yao@codesourcery.com>
14500
14501         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14502         in current context" too.
14503
14504 2014-05-05  Keith Seitz  <keiths@redhat.com>
14505
14506         * gdb.linespec/ls-dollar.exp: Add test for linespec
14507         file:convenience_variable.
14508
14509 2014-05-05  Yao Qi  <yao@codesourcery.com>
14510
14511         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14512         traceframes into tfile and ctf trace files.  Read data from
14513         trace file and test collected data.
14514         (gdb_collect_locals_test): Likewise.
14515         (gdb_unavailable_registers_test): Likewise.
14516         (gdb_unavailable_floats): Likewise.
14517         (gdb_collect_globals_test): Likewise.
14518         (top-level): Append "ctf" to trace_file_targets if GDB
14519         supports.
14520
14521 2014-05-05  Yao Qi  <yao@codesourcery.com>
14522
14523         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14524         code to ...
14525         (gdb_collect_args_test_1): ... it.  New proc.
14526         (gdb_collect_locals_test): Move some code to ...
14527         (gdb_collect_locals_test_1): ... it.  New proc.
14528         (gdb_unavailable_registers_test): Move some code to ...
14529         (gdb_unavailable_registers_test_1): ... it.  New proc.
14530         (gdb_unavailable_floats): Move some code to ...
14531         (gdb_unavailable_floats_1): ... it.  New proc.
14532
14533 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14534
14535         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14536         probes to test for bitness recognition.
14537         * gdb.arch/amd64-stap-optional-prefix.exp
14538         (test_probe_value_without_reg): New procedure.
14539         Add code to test for different kinds of bitness.
14540
14541 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14542
14543         PR breakpoints/16889
14544         * gdb.arch/amd64-stap-optional-prefix.S: New file.
14545         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14546
14547 2014-05-01  Pedro Alves  <palves@redhat.com>
14548
14549         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
14550         gdb_file_cmd if no file is specified.
14551         * boards/native-extended-gdbserver.exp (gdb_load): Use the
14552         last_loaded_file to set the remote exec-file.
14553
14554 2014-05-01  Pedro Alves  <palves@redhat.com>
14555
14556         * boards/local-remote-host.exp: New file.
14557
14558 2014-05-01  Pedro Alves  <palves@redhat.com>
14559
14560         * boards/local-remote-host.exp: Rename to ...
14561         * boards/local-remote-host-notty.exp: ... this.
14562
14563 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
14564
14565         * gdb.ada/dyn_arrayidx: New testcase.
14566
14567 2014-04-26  Yao Qi  <yao@codesourcery.com>
14568
14569         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
14570         and compute the length of function main.  Save it in
14571         $main_length.
14572         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14573         (top-level): Use gdb_compile to compile objects into
14574         executable and restart GDB.  Remove invocation to
14575         prepare_for_testing.
14576
14577 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
14578             Pedro Alves  <palves@redhat.com>
14579
14580         PR server/16255
14581         * gdb.multi/multi-attach.c: New file.
14582         * gdb.multi/multi-attach.exp: New file.
14583
14584 2014-04-25  Pedro Alves  <palves@redhat.com>
14585
14586         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14587         user.
14588         (top level): Test that "set remote conditional-breakpoints-packet
14589         off" works as intended.
14590         * gdb.base/dprintf.exp: Test that "set remote
14591         breakpoint-commands-packet off" works as intended.
14592         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14593         New function.
14594         (top level): Call it.
14595         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14596         remote fast-tracepoints-packet off" works as intended.
14597         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14598         * lib/gdb.exp (gdb_is_target_remote): ... here.
14599
14600 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14601
14602         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14603         ensure clang would not discard them.
14604         * gdb.base/gdbvars.c: Ditto.
14605         * gdb.base/memattr.c: Ditto.
14606         * gdb.base/whatis.c: Ditto.
14607         * gdb.python/py-prettyprint.c: Ditto.
14608         * gdb.trace/actions.c: Ditto.
14609         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14610         ensure clang would not discard it.
14611
14612 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14613
14614         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14615         clang to emit the full definition of type required by the test
14616         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14617
14618 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14619
14620         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14621         coax Clang into emitting the definition of the type.
14622         * gdb.cp/pr10728-x.h (y): Ditto.
14623         * gdb.cp/pr10728-y.cc (y): Ditto.
14624
14625 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14626
14627         * gdb.base/label.exp: XFAIL label related tests under Clang.
14628         * gdb.cp/cplabel.exp: Ditto.
14629         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14630         under Clang those using labels.
14631
14632 2014-04-25  Yao Qi  <yao@codesourcery.com>
14633
14634         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14635         double_label.
14636         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14637         partial_label and double_label.
14638
14639 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14640
14641         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14642
14643 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14644
14645         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14646         of the function to work across GCC and Clang.
14647         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14648         pointer types (const void ** const V void **).
14649
14650 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
14651             Walfred Tedeschi  <walfred.tedeschi@intel.com>
14652
14653         * Makefile.in (EXECUTABLES): Added i386-avx512.
14654         * gdb.arch/i386-avx512.c: New file.
14655         * gdb.arch/i386-avx512.exp: Likewise.
14656
14657 2014-04-23  Keith Seitz  <keiths@redhat.com>
14658
14659         * lib/mi-support.exp (mi_list_breakpoints): Delete.
14660         (mi_make_breakpoint_table): New procedure.
14661         (mi_create_breakpoint): Use mi_make_breakpoint
14662         and return the result.
14663         (mi_make_breakpoint): New procedure.
14664         (mi_build_kv_pairs): New procedure.
14665
14666         * gdb.mi/mi-break.exp: Remove unused globals,
14667         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14668         All callers updated.
14669         * gdb.mi/mi-dprintf.exp: Use variable to track command
14670         number.
14671         Update all callers of mi_create_breakpoint and use
14672         mi_make_breakpoint_table.
14673         Remove any unused global variables.
14674         * gdb.mi/mi-nonstop.exp: Likewise.
14675         * gdb.mi/mi-nsintrall.exp: Likewise.
14676         * gdb.mi/mi-nsmoribund.exp: Likewise.
14677         * gdb.mi/mi-nsthrexec.exp: Likewise.
14678         * gdb.mi/mi-reverse.exp: Likewise.
14679         * gdb.mi/mi-simplerun.exp: Likewise.
14680         * gdb.mi/mi-stepn.exp: Likewise.
14681         * gdb.mi/mi-syn-frame.exp: Likewise.
14682         * gdb.mi/mi-until.exp: Likewise.
14683         * gdb.mi/mi-var-cp.exp: Likewise.
14684         * gdb.mi/mi-var-display.exp: Likewise.
14685         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14686         * gdb.mi/mi2-var-child.exp: Likewise.
14687         * gdb.mi/mi-vla-c99.exp: Likewise.
14688         * lib/mi-support.exp: Likewise.
14689
14690         From Ian Lance Taylor  <iant@cygnus.com>:
14691         * lib/gdb.exp (parse_args): New procedure.
14692
14693 2014-04-23  Pedro Alves  <palves@redhat.com>
14694
14695         * gdb.base/break-unload-file.c: New file.
14696         * gdb.base/break-unload-file.exp: New file.
14697         * gdb.base/sym-file-lib.c (baz): New function.
14698         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14699         field.
14700         (load): Store the segment's mapped size.
14701         (unload): New function.
14702         (unload_shlib): New function.
14703         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14704         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14705         set a breakpoint at baz, and call it.
14706         * gdb.base/sym-file.exp: New tests for stale breakpoint
14707         instructions.
14708
14709 2014-04-23  Pedro Alves  <palves@redhat.com>
14710
14711         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14712         * gdb.base/hbreak-in-shr-unsupported.c: New file.
14713         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14714         * gdb.base/hbreak-unmapped.c: New file.
14715         * gdb.base/hbreak-unmapped.exp: New file.
14716         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14717         * lib/gdb.exp (gdb_is_target_remote): ... here.
14718
14719 2014-04-22  Pedro Alves  <palves@redhat.com>
14720
14721         * gdb.base/consecutive-step-over.c: New file.
14722         * gdb.base/consecutive-step-over.exp: New file.
14723
14724 2014-04-22  Pedro Alves  <palves@redhat.com>
14725
14726         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14727         instead of send_gdb/gdb_expect.
14728
14729 2014-04-22  Yao Qi  <yao@codesourcery.com>
14730
14731         * lib/trace-support.exp (generate_tracefile): New procedure.
14732         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14733         return 0.
14734         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14735         if generate_tracefile returns 1.
14736
14737 2014-04-18  Tom Tromey  <palves@redhat.com>
14738             Pedro alves  <tromey@redhat.com>
14739
14740         PR backtrace/15558
14741         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14742         with a backtrace limit.
14743         * gdb.python/py-frame-inline.exp: Test running to an inline
14744         function with a backtrace limit, and printing the newest frame.
14745         * gdb.python/py-frame-inline.c (main): Call f.
14746
14747 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14748
14749         * gdb.java/jnpe.exp: Drop srcdir from untested path.
14750
14751 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14752
14753         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14754         Drop prefix from unsupported source file path.
14755
14756 2014-04-17  Yao Qi  <yao@codesourcery.com>
14757
14758         * lib/gdb.exp (with_target_charset): New proc.
14759         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14760         with_target_charset.
14761         (test_print_strings): Likewise.
14762         (test_repeat_bytes): Likewise.
14763         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14764         for some tests.
14765
14766 2014-04-16  Keith Seitz  <keiths@redhat.com>
14767
14768         PR gdb/15827
14769         * gdb.dwarf2/corrupt.c: New file.
14770         * gdb.dwarf2/corrupt.exp: New file.
14771
14772 2014-04-16  Keith Seitz  <keiths@redhat.com>
14773
14774         PR c++/16597
14775         * gdb.cp/namelessclass.cc: New file.
14776         * gdb.cp/namelessclass.exp: New file.
14777         * gdb.cp/namelessclass.S: New file.
14778
14779 2014-04-16  Doug Evans  <dje@google.com>
14780
14781         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14782         Add comment.
14783         (gdbserver_default_get_comm_port): New function.
14784         (gdbserver_start): Check if board file provided
14785         "gdbserver,get_comm_port" and use it if so.
14786         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14787         (gdb,socketport): Set to "stdio".
14788         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14789         (stdio_gdbserver_template): Delete.
14790         (${board}_get_remote_address): Update.
14791         (${board}_build_remote_cmd): Delete.
14792         (${board}_get_comm_port): New function.
14793         (${board}_spawn): Update.
14794         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14795         Delete.
14796         (${board}_get_remote_address): Update.
14797         (${board}_get_comm_port): New function.
14798
14799 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
14800
14801         * gdb.base/memattr.exp: Improve regexps to handle memory regions
14802         appearing in any order.
14803
14804 2014-04-15  Doug Evans  <dje@google.com>
14805
14806         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14807         uninitialized value of "description".
14808
14809 2014-04-15  Keith Seitz  <keiths@redhat.com>
14810
14811         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14812         Remove unused globals.
14813         (test_running_the_program): Likewise.
14814         (test_controlled_execution): Likewise.
14815         (test_controlling_breakpoints): Likewise.
14816         (test_program_termination): Likewise.
14817
14818 2014-04-15  Keith Seitz  <keiths@redhat.com>
14819
14820         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14821         unused globals.
14822         (test_rbreak_creation_and_listing): Likewise.
14823         (test_ignore_count): Likewise.
14824         (test_error): Likewise.
14825
14826 2014-04-15  Pedro Alves  <palves@redhat.com>
14827
14828         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14829         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14830         sym-file-loader.c.
14831         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14832         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14833         to sym-file-loader.c.
14834         (struct library): Forward declare.
14835         (load_shlib, lookup_function): Change prototypes.
14836         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14837         (translate_offset): Remove declarations.
14838         (get_text_addr): New declaration.
14839         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14840         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14841         sym-file-loader.h.
14842         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14843         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14844         here from sym-file-loader.h.
14845         (struct library): New structure.
14846         (load_shlib, lookup_function): Change prototypes and adjust to
14847         work with a struct library.
14848         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14849         (translate_offset): Make static.
14850         (get_text_addr): New function.
14851         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14852
14853 2014-04-15  Pedro Alves  <palves@redhat.com>
14854
14855         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
14856
14857 2014-04-15  Pedro Alves  <palves@redhat.com>
14858
14859         * gdb.base/sym-file-loader.c: Include <limits.h>.
14860         (SELF_LINK): New define.
14861         (get_origin): New function.
14862         (load_shlib): Use it.
14863         * gdb.base/sym-file.exp: Don't early return if the target is
14864         remote.  Use runto_main, and issue fail is that fails.  Use
14865         gdb_load_shlibs.
14866         (shlib_name): Delete.
14867         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
14868
14869 2014-04-15  Pedro Alves <palves@redhat.com>
14870
14871         * gdb.base/sym-file.exp: Remove regex characters from test
14872         message.  Don't refer to breakpoint numbers in test messages.
14873
14874 2014-04-14  Keith Seitz  <keiths@redhat.com>
14875
14876         PR c++/16253
14877         * gdb.cp/var-tag.cc: New file.
14878         * gdb.cp/var-tag.exp: New file.
14879         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14880         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14881         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14882         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14883
14884 2014-04-14  Tom Tromey  <tromey@redhat.com>
14885
14886         * gdb.cp/classes.exp (test_enums): Handle underlying type.
14887         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14888         type.
14889         * gdb.cp/enum-class.exp: New file.
14890         * gdb.cp/enum-class.cc: New file.
14891
14892 2014-04-14  Tom Tromey  <tromey@redhat.com>
14893
14894         * gdb.dwarf2/enum-type.exp: New file.
14895
14896 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14897
14898         * gdb.mi/mi-vla-c99.exp: New file.
14899         * gdb.mi/vla.c: New file.
14900
14901 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14902
14903         * gdb.base/vla-datatypes.c: New file.
14904         * gdb.base/vla-datatypes.exp: New file.
14905
14906 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14907
14908         * gdb.base/vla-ptr.c: New file.
14909         * gdb.base/vla-ptr.exp: New file.
14910
14911 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14912
14913         * gdb.dwarf2/count.exp: New file.
14914
14915 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14916
14917         * gdb.base/vla-sideeffect.c: New file.
14918         * gdb.base/vla-sideeffect.exp: New file.
14919
14920 2014-04-14  David Blaikie <dblaikie@gmail.com>
14921
14922         * gdb.mi/non-stop.c: Add return value for non-void function return
14923         statement.
14924         * gdb.threads/staticthreads.c: Ditto.
14925
14926 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
14927             Doug Evans  <xdje42@gmail.com>
14928
14929         * gdb.guile/scm-value.c: Improve test case.
14930         * gdb.guile/scm-value.exp: Add new test.
14931
14932 2014-04-11  David Blaikie  <dblaikie@gmail.com>
14933
14934         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14935         override Clang's default.
14936
14937 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
14938
14939         Revert the following changes (regressions):
14940
14941         * gdb.base/vla-sideeffect.c: New file.
14942         * gdb.base/vla-sideeffect.exp: New file.
14943
14944         * gdb.dwarf2/count.exp: New file.
14945
14946         * gdb.base/vla-multi.c: New file.
14947         * gdb.base/vla-multi.exp: New file.
14948
14949         * gdb.base/vla-ptr.c: New file.
14950         * gdb.base/vla-ptr.exp: New file.
14951
14952         * gdb.base/vla-datatypes.c: New file.
14953         * gdb.base/vla-datatypes.exp: New file.
14954
14955         * gdb.mi/mi-vla-c99.exp: New file.
14956         * gdb.mi/vla.c: New file.
14957
14958 2014-04-11  Keith Seitz  <keiths@redhat.com>
14959
14960         PR c++/16675
14961         * gdb.cp/cpsizeof.exp: New file.
14962         * gdb.cp/cpsizeof.cc: New file.
14963
14964 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14965
14966         * gdb.mi/mi-vla-c99.exp: New file.
14967         * gdb.mi/vla.c: New file.
14968
14969 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14970
14971         * gdb.base/vla-datatypes.c: New file.
14972         * gdb.base/vla-datatypes.exp: New file.
14973
14974 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14975
14976         * gdb.base/vla-ptr.c: New file.
14977         * gdb.base/vla-ptr.exp: New file.
14978
14979 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14980
14981         * gdb.base/vla-multi.c: New file.
14982         * gdb.base/vla-multi.exp: New file.
14983
14984 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14985
14986         * gdb.dwarf2/count.exp: New file.
14987
14988 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14989
14990         * gdb.base/vla-sideeffect.c: New file.
14991         * gdb.base/vla-sideeffect.exp: New file.
14992
14993 2014-04-11  Yao Qi  <yao@codesourcery.com>
14994
14995         * gdb.base/completion.exp: Check file exists before running tests
14996         on file completion.
14997
14998 2014-04-10  Pedro Alves  <palves@redhat.com>
14999
15000         * gdb.base/cond-eval-mode.c: New file.
15001         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
15002         prepare_for_testing to build the new file.  Check result of
15003         runto_main.
15004         (test_break, test_watch): New procedures.
15005         (top level): Use them.
15006
15007 2014-04-08  Pierre Muller  <muller@sourceware.org>
15008
15009         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15010         Ctrl-V use for mingw hosts.
15011
15012 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
15013
15014         * gdb.python/py-value.c: Improve test case.
15015         * gdb.python/py-value.exp: Add new test.
15016
15017 2014-04-07  David Blaikie  <dblaikie@gmail.com>
15018
15019         * lib/compiler.c: Identify the clang compiler.
15020         * lib/compiler.cc: Ditto.
15021
15022 2014-04-03  Yao Qi  <yao@codesourcery.com>
15023
15024         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15025
15026 2014-04-01  Anton Blanchard  <anton@samba.org>
15027
15028         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
15029         messages unique.
15030
15031 2014-04-01  Anton Blanchard  <anton@samba.org>
15032
15033         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15034         prepare_for_testing.
15035
15036 2014-04-01  Anton Blanchard  <anton@samba.org>
15037
15038         * gdb.arch/ppc64-atomic-inst.c: Remove.
15039         * gdb.arch/ppc64-atomic-inst.S: New file.
15040         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15041
15042 2014-03-31  Doug Evans  <dje@google.com>
15043
15044         * gdb.base/print-symbol-loading-lib.c: New file.
15045         * gdb.base/print-symbol-loading-main.c: New file.
15046         * gdb.base/print-symbol-loading.exp: New file.
15047
15048 2014-03-31  Yao Qi  <yao@codesourcery.com>
15049
15050         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15051
15052 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
15053
15054         * gdb.ada/mi_dyn_arr: New testcase.
15055
15056 2014-03-27  Doug Evans  <dje@google.com>
15057
15058         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15059
15060 2014-03-27  Yao Qi  <yao@codesourcery.com>
15061
15062         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15063         if target is nios2-*-*.
15064
15065 2014-03-26  Yao Qi  <yao@codesourcery.com>
15066
15067         * lib/gdb.exp (readline_is_used): New proc.
15068         * gdb.base/completion.exp: Move tests on command complete up.
15069         Skip the rest of tests if readline is not used.
15070         * gdb.ada/complete.exp: Skp the test if readline is not
15071         used.
15072         * gdb.base/filesym.exp: Likewise.
15073         * gdb.base/macscp.exp: Likewise.
15074         * gdb.base/readline-ask.exp: Likewise.
15075         * gdb.base/readline.exp: Likewise.
15076         * gdb.python/py-cmd.exp: Likewise.
15077         * gdb.trace/tfile.exp: Likewise.
15078
15079 2014-03-26  Yao Qi  <yao@codesourcery.com>
15080
15081         * gdb.base/macscp.exp: Fix code format issues.
15082
15083 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
15084
15085         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15086         * gdb.asm/powerpc64le.inc: New file.
15087
15088 2014-03-25  Pedro Alves  <palves@redhat.com>
15089             Doug Evans  <dje@google.com>
15090
15091         * gdb.base/source-execution.c: New file.
15092         * gdb.base/source-execution.exp: New file.
15093         * gdb.base/source-execution.gdb: New file.
15094
15095 2014-03-24  Doug Evans  <dje@google.com>
15096
15097         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15098         using fission.
15099
15100 2014-03-24  Hui Zhu  <hui@codesourcery.com>
15101             Pedro Alves  <palves@redhat.com>
15102
15103         PR breakpoints/16101
15104         * gdb.base/dprintf.exp: Use unsupported rather than changing the
15105         test pass/fail messages.  Detect missing support for dprintf when
15106         breakpoints are actually inserted.
15107         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15108         breakpoints are actually inserted.
15109         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15110         fails.
15111
15112 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
15113
15114         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15115
15116 2014-03-22  Doug Evans  <xdje42@gmail.com>
15117
15118         * gdb.python/python.exp (python not supported): Verify multi-line
15119         python command issues an error.
15120         * gdb.guile/guile.exp (guile not supported): Verify multi-line
15121         guile command issues an error.
15122
15123 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
15124
15125         * gdb.threads/thread-specific.exp: Handle the lack of usable
15126         $this_breakpoint and $this_thread.
15127
15128 2014-03-21  Hui Zhu  <hui@codesourcery.com>
15129
15130         * gdb.base/attach.exp (do_command_attach_tests): New.
15131
15132 2014-03-20  Tom Tromey  <tromey@redhat.com>
15133             Pedro Alves  <palves@redhat.com>
15134
15135         PR cli/15718
15136         * gdb.base/condbreak-call-false.c: New file.
15137         * gdb.base/condbreak-call-false.exp: New file.
15138
15139 2014-03-20  Pedro Alves  <palves@redhat.com>
15140
15141         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15142         Delete.
15143         (block_signals, unblock_signals): Delete.
15144         (child_function_2, main): Remove references to deleted variable
15145         and functions.
15146
15147 2014-03-20  Pedro Alves  <palves@redhat.com>
15148
15149         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15150         Use pthread_kill to signal thread 2.
15151         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15152         Adjust to make the test send itself a signal rather than using the
15153         host's "kill" command.
15154
15155 2014-03-20  Pedro Alves  <palves@redhat.com>
15156
15157         * gdb.threads/multiple-step-overs.c: New file.
15158         * gdb.threads/multiple-step-overs.exp: New file.
15159         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15160         Adjust expected infrun debug output.
15161
15162 2014-03-20  Pedro Alves  <palves@redhat.com>
15163
15164         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15165         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15166
15167 2014-03-20  Pedro Alves  <palves@redhat.com>
15168
15169         PR breakpoints/7143
15170         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15171         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
15172         of gdb_test_multiple.
15173         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15174         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15175
15176 2014-03-20  Pedro Alves  <palves@redhat.com>
15177
15178         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15179         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15180
15181 2014-03-19  Pedro Alves  <palves@redhat.com>
15182
15183         * gdb.base/async.exp: Remove early return.
15184
15185 2014-03-19  Pedro Alves  <palves@redhat.com>
15186
15187         * gdb.base/async.exp (step& tests): Pass explicit test messages.
15188
15189 2014-03-19  Pedro Alves  <palves@redhat.com>
15190
15191         * gdb.base/async.exp (test_background): Expect \r\n after
15192         "completed." in the fail pattern.
15193
15194 2014-03-19  Pedro Alves  <palves@redhat.com>
15195
15196         * gdb.base/async.exp (test_background): New procedure.
15197         Use it for all background execution command tests.
15198
15199 2014-03-19  Pedro Alves  <palves@redhat.com>
15200
15201         * gdb.base/async.exp: Use prepare_for_testing.
15202
15203 2014-03-19  Pedro Alves  <palves@redhat.com>
15204
15205         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
15206         the same line.
15207
15208 2014-03-19  Pedro Alves  <palves@redhat.com>
15209
15210         * gdb.base/async.c (main): Add "jump here" and "until here" line
15211         marker comments.
15212         * gdb.base/async.exp (jump_here): New global.
15213         (jump& test): Use it.
15214         (until_here): New global.
15215         (until& test): Use it.
15216
15217 2014-03-19  Pedro Alves  <palves@redhat.com>
15218
15219         * gdb.base/async.exp: Don't frob gdb_protocol.
15220
15221 2014-03-18  Doug Evans  <xdje42@gmail.com>
15222
15223         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
15224         Fix spelling of exec-done-display.
15225
15226 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
15227
15228         PR gdb/15358
15229         * gdb.base/gdb-sigterm.c: New file.
15230         * gdb.base/gdb-sigterm.exp: New file.
15231
15232 2014-03-18  Pedro Alves  <palves@redhat.com>
15233
15234         PR gdb/13860
15235         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15236         * lib/mi-support.exp (mi_expect_stop): Add special handling for
15237         solib-event.
15238
15239 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
15240
15241         * gdb.ada/pckd_arr_ren: New testcase.
15242
15243 2014-03-13  Doug Evans  <xdje42@gmail.com>
15244
15245         PR guile/16612
15246         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15247         collect after discarding symbols.
15248
15249 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
15250             Doug Evans  <xdje42@gmail.com>
15251
15252         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15253         to history survives a gc.
15254
15255 2014-03-13  Pedro Alves  <palves@redhat.com>
15256
15257         * gdb.base/default.exp: Don't test "target procfs".
15258
15259 2014-03-13  Pedro Alves  <palves@redhat.com>
15260
15261         * gdb.base/default.exp: Update "target child" and "target procfs"
15262         tests to not expect "Unix".
15263
15264 2014-03-12  Tom Tromey  <tromey@redhat.com>
15265
15266         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15267         New procs.  Add target-async tests.
15268         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15269         Add target-async tests.
15270
15271 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15272
15273         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15274         'func_start' and 'func_end' for the beginning and end of the
15275         function code, respectively.
15276         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15277         'func_end' instead of 'func' and 'main'.
15278
15279 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15280
15281         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15282         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15283         generate the debug info assembler source.
15284
15285 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15286
15287         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15288         * gdb.dwarf2/arr-subrange.exp: Likewise.
15289         * gdb.dwarf2/dwz.exp: Likewise.
15290         * gdb.dwarf2/method-ptr.exp: Likewise.
15291         * gdb.dwarf2/missing-sig-type.exp: Likewise.
15292         * gdb.dwarf2/subrange.exp: Likewise.
15293         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15294         * gdb.dwarf2/implptrpiece.exp: Likewise.
15295         * gdb.dwarf2/nostaticblock.exp: Likewise.
15296
15297 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15298
15299         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15300         directory to absolute path name arguments.
15301
15302 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
15303
15304         * gdb.ada/tagged_access: New testcase.
15305
15306 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
15307
15308         * gdb.btrace/data.exp: Update expected output.
15309
15310 2014-03-06  Yao Qi  <yao@codesourcery.com>
15311
15312         * gdb.trace/pr16508.exp: New file.
15313
15314 2014-03-05  Pedro Alves  <palves@redhat.com>
15315
15316         PR gdb/16575
15317         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15318         procedure.
15319         (top level): Adjust to use it.  Add tests that exercise breakpoint
15320         interaction with the code-cache.
15321
15322 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
15323
15324         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15325         test for 'history-append!'.
15326
15327 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15328
15329         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15330         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15331         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15332         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15333         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15334         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15335
15336 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15337
15338         * testsuite/gdb.python/py-pp-re-notag.c: New file.
15339         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15340         * testsuite/gdb.python/py-pp-re-notag.p: New file.
15341
15342 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15343
15344         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15345
15346 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15347
15348         * gdb.dwarf2/arr-stride.c: New file.
15349         * gdb.dwarf2/arr-stride.exp: New file.
15350
15351 2014-02-26  Pedro Alves  <palves@redhat.com>
15352
15353         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15354         that won't ever trigger.  Make sure that GDB reports the correct
15355         breakpoint that caused the stop.
15356
15357 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
15358
15359         PR gdb/16626
15360         * gdb.base/auto-load-script: New file.
15361         * gdb.base/auto-load.c: New file.
15362         * gdb.base/auto-load.exp: New file.
15363
15364         PR gdb/16626
15365         * gdb.base/auto-load.exp: Fix out-of-srctree run.
15366
15367 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
15368
15369         Fix dw2-icycle.exp -fsanitize=address GDB crash.
15370         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15371
15372 2014-02-24  Doug Evans  <dje@google.com>
15373
15374         * lib/gdb.exp (run_on_host): Log error output if program fails.
15375
15376 2014-02-21  Pedro Alves  <palves@redhat.com>
15377
15378         * gdb.threads/step-after-sr-lock.c: Rename to ...
15379         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15380         * gdb.threads/step-after-sr-lock.exp: Rename to ...
15381         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15382         ... this.
15383
15384 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
15385
15386         PR tdep/16397
15387         * gdb.arch/amd64-stap-special-operands.exp: New file.
15388         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15389         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15390         * gdb.arch/amd64-stap-triplet.S: Likewise.
15391         * gdb.arch/amd64-stap-triplet.c: Likewise.
15392
15393 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
15394
15395         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15396         in .section pseudo-op.
15397
15398 2014-02-20  lin zuojian  <manjian2006@gmail.com>
15399             Joel Brobecker  <brobecker@adacore.com>
15400             Doug Evans  <xdje42@gmail.com>
15401
15402         PR symtab/16581
15403         * gdb.dwarf2/dw2-icycle.S: New file.
15404         * gdb.dwarf2/dw2-icycle.c: New file.
15405         * gdb.dwarf2/dw2-icycle.exp: New file.
15406
15407 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
15408
15409         * gdb.python/py-value-cc.cc: Improve test case to enable testing
15410         operations on gdb.Value objects.
15411         * gdb.python/py-value-cc.exp: Add new test to test operations on
15412         gdb.Value objects.
15413
15414 2014-02-18  Doug Evans  <dje@google.com>
15415
15416         * Makefile.in (TESTS): New variable.
15417         (expanded_tests, expanded_tests_or_none): New variables
15418         (check-single): Pass $(expanded_tests_or_none) to runtest.
15419         (check-parallel): Only run tests in $(TESTS) if non-empty.
15420         (check/no-matching-tests-found): New rule.
15421         * README: Document TESTS makefile variable.
15422
15423 2014-02-18  Doug Evans  <dje@google.com>
15424
15425         * Makefile.in (check-parallel): rm -rf outputs temp.
15426
15427 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
15428
15429         Fix "ERROR: no fileid for" in the testsuite.
15430         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15431
15432 2014-02-12  Doug Evans  <dje@google.com>
15433
15434         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15435         (MISCELLANEOUS): New variable.
15436         (clean): rm -rf $(MISCELLANEOUS).
15437         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15438         dwp live in the same directory as symlinks, with each symlink pointed
15439         to a differently named file in a different directory.
15440
15441 2014-02-11  Doug Evans  <dje@google.com>
15442
15443         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15444         of Tcl file commands.
15445
15446 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
15447
15448         * gdb.threads/step-after-sr-lock.exp: Avoid executing
15449         "kill -SIGUSR1 -1".
15450
15451 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
15452
15453         * gdb.ada/tick_length_array_enum_idx: New testcase.
15454
15455 2014-02-10  Doug Evans  <xdje42@gmail.com>
15456
15457         * configure.ac (AC_OUTPUT): Add gdb.guile.
15458         * configure: Regenerate.
15459         * lib/gdb-guile.exp: New file.
15460         * lib/gdb.exp (get_target_charset): New function.
15461         * gdb.base/help.exp: Update expected output from "apropos apropos".
15462         * gdb.guile/Makefile.in: New file.
15463         * gdb.guile/guile.exp: New file.
15464         * gdb.guile/scm-arch.c: New file.
15465         * gdb.guile/scm-arch.exp: New file.
15466         * gdb.guile/scm-block.c: New file.
15467         * gdb.guile/scm-block.exp: New file.
15468         * gdb.guile/scm-breakpoint.c: New file.
15469         * gdb.guile/scm-breakpoint.exp: New file.
15470         * gdb.guile/scm-disasm.c: New file.
15471         * gdb.guile/scm-disasm.exp: New file.
15472         * gdb.guile/scm-equal.c: New file.
15473         * gdb.guile/scm-equal.exp: New file.
15474         * gdb.guile/scm-error.exp: New file.
15475         * gdb.guile/scm-error.scm: New file.
15476         * gdb.guile/scm-frame-args.c: New file.
15477         * gdb.guile/scm-frame-args.exp: New file.
15478         * gdb.guile/scm-frame-args.scm: New file.
15479         * gdb.guile/scm-frame-inline.c: New file.
15480         * gdb.guile/scm-frame-inline.exp: New file.
15481         * gdb.guile/scm-frame.c: New file.
15482         * gdb.guile/scm-frame.exp: New file.
15483         * gdb.guile/scm-generics.exp: New file.
15484         * gdb.guile/scm-gsmob.exp: New file.
15485         * gdb.guile/scm-iterator.c: New file.
15486         * gdb.guile/scm-iterator.exp: New file.
15487         * gdb.guile/scm-math.c: New file.
15488         * gdb.guile/scm-math.exp: New file.
15489         * gdb.guile/scm-objfile-script-gdb.in: New file.
15490         * gdb.guile/scm-objfile-script.c: New file.
15491         * gdb.guile/scm-objfile-script.exp: New file.
15492         * gdb.guile/scm-objfile.c: New file.
15493         * gdb.guile/scm-objfile.exp: New file.
15494         * gdb.guile/scm-ports.exp: New file.
15495         * gdb.guile/scm-pretty-print.c: New file.
15496         * gdb.guile/scm-pretty-print.exp: New file.
15497         * gdb.guile/scm-pretty-print.scm: New file.
15498         * gdb.guile/scm-section-script.c: New file.
15499         * gdb.guile/scm-section-script.exp: New file.
15500         * gdb.guile/scm-section-script.scm: New file.
15501         * gdb.guile/scm-symbol.c: New file.
15502         * gdb.guile/scm-symbol.exp: New file.
15503         * gdb.guile/scm-symtab-2.c: New file.
15504         * gdb.guile/scm-symtab.c: New file.
15505         * gdb.guile/scm-symtab.exp: New file.
15506         * gdb.guile/scm-type.c: New file.
15507         * gdb.guile/scm-type.exp: New file.
15508         * gdb.guile/scm-value-cc.cc: New file.
15509         * gdb.guile/scm-value-cc.exp: New file.
15510         * gdb.guile/scm-value.c: New file.
15511         * gdb.guile/scm-value.exp: New file.
15512         * gdb.guile/source2.scm: New file.
15513         * gdb.guile/types-module.cc: New file.
15514         * gdb.guile/types-module.exp: New file.
15515
15516 2014-02-10  Yao Qi  <yao@codesourcery.com>
15517
15518         PR testsuite/16543
15519         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15520         * configure: Regenerated.
15521         * Makefile.in: New file.
15522
15523 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
15524
15525         * gdb.python/py-framefilter.exp: Fix typo.
15526
15527 2014-02-08  Yao Qi  <yao@codesourcery.com>
15528
15529         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15530         that no =breakpoint-modified is emitted when breakpoints are
15531         modified through MI commands.
15532
15533 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
15534             Pedro Alves  <palves@redhat.com>
15535
15536         * gdb.threads/step-after-sr-lock.c: New file.
15537         * gdb.threads/step-after-sr-lock.exp: New file.
15538
15539 2014-02-07  Pedro Alves  <palves@redhat.com>
15540
15541         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15542
15543 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
15544
15545         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15546         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15547
15548 2014-02-06  Doug Evans  <xdje42@gmail.com>
15549
15550         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15551         output.
15552
15553         * gdb.gdb/python-interrupts.exp: New file.
15554
15555 2014-02-05  Yao Qi  <yao@codesourcery.com>
15556
15557         * gdb.trace/report.exp (use_collected_data): Test the output
15558         of "info threads" and "info inferiors".
15559
15560 2014-02-05  Yao Qi  <yao@codesourcery.com>
15561
15562         Revert this patch:
15563
15564         2013-05-24  Yao Qi  <yao@codesourcery.com>
15565
15566         * gdb.trace/tfile.exp: Test inferior and thread.
15567
15568 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15569
15570         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15571         on a function.
15572         * gdb.base/step-bt.c: Call hello via function pointer to make
15573         sure its first instruction is executed on powerpc64le-linux.
15574
15575 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15576
15577         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15578
15579 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15580
15581         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
15582         of the test patterns for use on little-endian systems.
15583
15584 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15585
15586         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15587         (decimal_vector): Fix for little-endian.
15588
15589 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
15590
15591         * gdb.arch/sparc-sysstep.exp: New file.
15592         * gdb.arch/sparc-sysstep.c: Likewise.
15593
15594         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15595
15596 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
15597
15598         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15599
15600 2014-01-23  Tom Tromey  <tromey@redhat.com>
15601
15602         * gdb.ada/array_char_idx: New testcase.
15603
15604 2014-01-23  Tom Tromey  <tromey@redhat.com>
15605
15606         PR python/16487:
15607         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15608         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15609         classes.
15610
15611 2014-01-23  Tom Tromey  <tromey@redhat.com>
15612
15613         PR python/16491:
15614         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15615         string from an inferior frame.
15616         * gdb.python/py-framefilter-mi.exp: Update.
15617
15618 2014-01-22  Doug Evans  <dje@google.com>
15619
15620         * gdb.server/server-mon.exp: Add tests for "set debug-format".
15621
15622 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15623
15624         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15625
15626 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15627
15628         * gdb.trace/entry-values.exp: Remove excess space character from
15629         regex patterns.  Handle s390 call instruction.
15630
15631 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15632
15633         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15634         define "*_start" label.  Make "name" static.
15635         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15636         ${name} by references to ${name}_start.
15637
15638 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15639
15640         * gdb.base/info-macros.exp: Remove "debug" from the compile
15641         options.
15642
15643 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15644
15645         * gdb.dlang/demangle.exp: New file.
15646
15647 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15648
15649         * gdb.dlang/primitive-types.exp: New file.
15650
15651 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15652
15653         * configure.ac: Create gdb.dlang/Makefile.
15654         * configure: Regenerate.
15655         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15656         * gdb.dlang/Makefile.in: New file.
15657         * lib/d-support.exp: New file.
15658         * lib/gdb.exp (skip_d_tests): New proc.
15659
15660 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15661
15662         * gdb.btrace/delta.exp: Check reverse stepi.
15663         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
15664         * gdb.btrace/finish.exp: New.
15665         * gdb.btrace/next.exp: New.
15666         * gdb.btrace/nexti.exp: New.
15667         * gdb.btrace/record_goto.c: Add comments.
15668         * gdb.btrace/step.exp: New.
15669         * gdb.btrace/stepi.exp: New.
15670         * gdb.btrace/multi-thread-step.c: New.
15671         * gdb.btrace/multi-thread-step.exp: New.
15672         * gdb.btrace/rn-dl-bind.c: New.
15673         * gdb.btrace/rn-dl-bind.exp: New.
15674         * gdb.btrace/data.c: New.
15675         * gdb.btrace/data.exp: New.
15676         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15677
15678 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15679
15680         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15681         * gdb.btrace/exception.exp: Update.
15682         * gdb.btrace/instruction_history.exp: Update.
15683         * gdb.btrace/record_goto.exp: Update.
15684         * gdb.btrace/tailcall.exp: Update.
15685         * gdb.btrace/unknown_functions.exp: Update.
15686         * gdb.btrace/delta.exp: New.
15687
15688 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15689
15690         * gdb.btrace/record_goto.exp: Add backtrace test.
15691         * gdb.btrace/tailcall.exp: Add backtrace test.
15692
15693 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15694
15695         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15696         * gdb.btrace/record_goto.c: New.
15697         * gdb.btrace/record_goto.exp: New.
15698         * gdb.btrace/x86-record_goto.S: New.
15699
15700 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15701
15702         * gdb.btrace/function_call_history.exp: Update tests.
15703         * gdb.btrace/instruction_history.exp: Update tests.
15704
15705 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15706
15707         * gdb.btrace/function_call_history.exp: Fix expected field
15708         order for "record function-call-history".
15709         Add new tests for "record function-call-history /c".
15710         * gdb.btrace/exception.cc: New.
15711         * gdb.btrace/exception.exp: New.
15712         * gdb.btrace/tailcall.exp: New.
15713         * gdb.btrace/x86-tailcall.S: New.
15714         * gdb.btrace/x86-tailcall.c: New.
15715         * gdb.btrace/unknown_functions.c: New.
15716         * gdb.btrace/unknown_functions.exp: New.
15717         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15718
15719 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15720
15721         * gdb.btrace/instruction_history.exp: Update.
15722         * gdb.btrace/function_call_history.exp: Update.
15723
15724 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15725
15726         * gdb.btrace/function_call_history.exp: Fix expected function
15727         trace.
15728         * gdb.btrace/instruction_history.exp: Initialize traced.
15729         Remove traced_functions.
15730
15731 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15732
15733         * gdb.btrace/function_call_history.exp: Update
15734         * gdb.btrace/instruction_history.exp: Update.
15735
15736 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15737
15738         * gdb.btrace/enable.exp: Update expected text.
15739
15740 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
15741
15742         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15743         bytes.
15744
15745 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
15746
15747         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15748
15749 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
15750
15751         * lib/gdb.exp (supports_process_record): Return true for
15752         arm*-linux*.  (supports_reverse): Likewise.
15753
15754 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
15755
15756         PR python/15464
15757         PR python/16113
15758         * gdb.python/py-type.c: Enhance test case.
15759         * gdb.python/py-value-cc.cc: Likewise
15760         * gdb.python/py-type.exp: Add new tests.
15761         * gdb.python/py-value-cc.exp: Likewise
15762
15763 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15764             Pedro Alves <palves@redhat.com>
15765
15766         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15767         Make "name" extern.
15768         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15769         references to ${name}_start by references to ${name}.
15770
15771 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15772
15773         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15774
15775 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15776
15777         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15778
15779 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
15780             Pedro Alves  <palves@redhat.com>
15781
15782         * gdb.mi/mi-info-os.exp: Connect to the target with
15783         mi_gdb_target_load.
15784
15785 2014-01-08  Pedro Alves  <palves@redhat.com>
15786
15787         * gdb.threads/reconnect-signal.c: New file.
15788         * gdb.threads/reconnect-signal.exp: New file.
15789
15790 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15791
15792         * gdb.base/source-dir.exp: New file.
15793
15794 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15795
15796         * gdb.ada/mi_interface: New testcase.
15797
15798 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15799
15800         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15801         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15802         gdb.ada/pp-rec-component/pck.ads: New files.
15803
15804 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15805
15806         * gdb.python/py-pp-integral.c: New file.
15807         * gdb.python/py-pp-integral.py: New file.
15808         * gdb.python/py-pp-integral.exp: New file.
15809
15810 For older changes see ChangeLog-1993-2013.
15811 \f
15812 ;; Local Variables:
15813 ;; mode: change-log
15814 ;; left-margin: 8
15815 ;; fill-column: 74
15816 ;; version-control: never
15817 ;; End:
15818
15819     Copyright 2014-2019 Free Software Foundation, Inc.
15820   Copying and distribution of this file, with or without modification,
15821   are permitted provided the copyright notice and this notice are preserved.