gdb: Introduce 'print max-depth' feature
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2019-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
2             Richard Bunt  <richard.bunt@arm.com>
3
4         * gdb.base/max-depth.c: New file.
5         * gdb.base/max-depth.exp: New file.
6         * gdb.python/py-nested-maps.c: New file.
7         * gdb.python/py-nested-maps.exp: New file.
8         * gdb.python/py-nested-maps.py: New file.
9         * gdb.python/py-format-string.exp (test_max_depth): New proc.
10         (test_all_common): Call test_max_depth.
11         * gdb.fortran/max-depth.exp: New file.
12         * gdb.fortran/max-depth.f90: New file.
13         * gdb.go/max-depth.exp: New file.
14         * gdb.go/max-depth.go: New file.
15         * gdb.modula2/max-depth.exp: New file.
16         * gdb.modula2/max-depth.c: New file.
17         * lib/gdb.exp (get_print_expr_at_depths): New proc.
18
19 2019-04-29  Tom de Vries  <tdevries@suse.de>
20
21         * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
22
23 2019-04-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
24
25         * gdb.base/callexit.exp: Test may-call-functions off.
26
27 2019-04-25  Keith Seitz  <keiths@redhat.com>
28
29         PR c++/24367
30         * gdb.cp/meth-typedefs.cc (incomplete_struct)
31         (another_incomplete_struct, test_incomplete): New definitions.
32         (main): Use new definitions.
33         * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
34         functions.
35
36 2019-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
37
38         PR corefiles/11608
39         PR corefiles/18187
40         * gdb.base/coredump-filter-build-id.exp: New file.
41
42 2019-04-25  Alan Hayward  <alan.hayward@arm.com>
43
44         * Makefile.in: Pass through GDBSERVER_DEBUG.
45         * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
46         (gdbserver,debug): Add board setting.
47         * gdb.trace/tspeed.exp: Skip when debugging.
48         * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
49         * lib/gdbserver-support.exp: Likewise
50
51 2019-04-24  Tom Tromey  <tromey@adacore.com>
52
53         * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
54         Rust.
55
56 2019-04-24  Tom Tromey  <tromey@adacore.com>
57
58         * gdb.arch/amd64-eval.exp: Test bitfield return.
59         * gdb.arch/amd64-eval.cc (struct Bitfields): New.
60         (class Foo) <return_bitfields>: New method.
61         (main): Call it.
62
63 2019-04-23  Andrew Burgess  <andrew.burgess@embecosm.com>
64
65         * gdb.cp/many-args.cc: New file.
66         * gdb.cp/many-args.exp: New file.
67
68 2019-04-23  Tom de Vries  <tdevries@suse.de>
69
70         PR gdb/24433
71         * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
72
73 2019-04-23  Alan Hayward  <alan.hayward@arm.com>
74
75         * gdb.trace/backtrace.exp: Use nopie flag.
76         * gdb.trace/circ.exp: Likewise.
77         * gdb.trace/collection.exp: Likewise.
78         * gdb.trace/ftrace.exp: Likewise.
79         * gdb.trace/mi-trace-unavailable.exp: Likewise.
80         * gdb.trace/mi-traceframe-changed.exp: Likewise.
81         * gdb.trace/qtro.exp: Likewise.
82         * gdb.trace/read-memory.exp: Likewise.
83         * gdb.trace/report.exp: Likewise.
84         * gdb.trace/tfile.exp: Likewise.
85         * gdb.trace/tfind.exp: Likewise.
86         * gdb.trace/unavailable.exp: Likewise.
87
88 2019-04-22  Pedro Alves  <palves@redhat.com>
89
90         * gdb.base/solib-probes-nosharedlibrary.c,
91         gdb.base/solib-probes-nosharedlibrary.exp: New files.
92
93 2019-04-19  Tom Tromey  <tromey@adacore.com>
94
95         * gdb.ada/ptype_union.c: New file.
96         * gdb.ada/ptype_union.exp: New file.
97
98 2019-04-19  Tom Tromey  <tromey@adacore.com>
99
100         PR symtab/24423:
101         * gdb.base/list0.h (foo): Add a control-l character.
102
103 2019-04-18  Tom de Vries  <tdevries@suse.de>
104
105         PR gdb/24433
106         * boards/local-board.exp: Set sysroot to "".
107
108 2019-04-18  Tom de Vries  <tdevries@suse.de>
109             Pedro Alves  <palves@redhat.com>
110
111         PR gdb/24454
112         * gdb.threads/vfork-follow-child-exec.c: New file.
113         * gdb.threads/vfork-follow-child-exec.exp: New file.
114         * gdb.threads/vfork-follow-child-exit.c: New file.
115         * gdb.threads/vfork-follow-child-exit.exp: New file.
116
117 2019-04-15  Leszek Swirski  <leszeks@google.com>
118
119         * gdb.arch/amd64-eval.cc: New file.
120         * gdb.arch/amd64-eval.exp: New file.
121
122 2019-04-11  Alan Hayward  <alan.hayward@arm.com>
123
124         * gdb.server/sysroot.c: New test.
125         * gdb.server/sysroot.exp: New file.
126         * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
127         matching param.
128
129 2019-04-11  Andrew Burgess  <andrew.burgess@embecosm.com>
130
131         * gdb.base/align.exp: Extend test to cover structures containing
132         only static fields.
133
134 2019-04-11  Tom de Vries  <tdevries@suse.de>
135
136         * boards/cc-with-dwz-m.exp: New file.
137         * boards/cc-with-dwz.exp: New file.
138         * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
139
140 2019-04-09  Simon Marchi  <simon.marchi@efficios.com>
141
142         * gdb.base/start-cpp.exp: New file.
143         * gdb.base/start-cpp.cc: New file.
144
145 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
146
147         * gdb.python/py-thrhandle.exp: Adjust tests to call
148         thread_from_handle instead of thread_from_thread_handle.
149
150 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
151
152         * gdb.python/py-thrhandle.exp: Add tests for
153         gdb.InferiorThread.handle.
154
155 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
156
157         * gdb.python/py-function.exp: Check calling helper function from
158         all languages.
159         * lib/gdb.exp (gdb_supported_languages): New proc.
160
161 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
162
163         * gdb.base/complex-parts.c: New file.
164         * gdb.base/complex-parts.exp: New file.
165
166 2019-04-01  Tom Tromey  <tromey@adacore.com>
167
168         PR symtab/23331:
169         * gdb.dwarf2/dw2-ranges-main.c: New file.
170         * gdb.dwarf2/dw2-ranges-psym.c: New file.
171         * gdb.dwarf2/dw2-ranges-psym.exp: New file.
172
173 2019-03-30  Simon Marchi <simark@simark.ca>
174
175         * gdb.base/default.exp: Add values for $_gdb_major and
176         $_gdb_minor.
177
178 2019-03-29  Tom Tromey  <tromey@adacore.com>
179
180         * gdb.base/help.exp: Tighten apropos regexp.
181
182 2019-03-29  Keith Seitz  <keiths@redhat.com>
183
184         * gdb.fortran/array-bounds.exp: New file.
185         * gdb.fortran/array-bounds.f90: New file.
186
187 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
188
189         * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
190
191 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
192
193         * gdb.multi/hello.c (main): Increase alarm timer.
194
195 2019-03-28  Sandra Loosemore  <sandra@codesourcery.com>
196
197         * gdb.threads/watchpoint-fork.exp (test): Use large timeout
198         factor when no hardware watchpoint support.
199
200 2019-03-28  Alan Hayward  <alan.hayward@arm.com>
201             Pedro Alves  <palves@redhat.com>
202
203         * boards/local-board.exp: set sysroot to /.
204
205 2019-03-27  Alan Hayward  <alan.hayward@arm.com>
206
207         * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
208         in child.
209
210 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
211
212         * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
213         field.
214         (make_container): Initialise new field.
215         * gdb.python/py-prettyprint.exp: Add new tests.
216         * gdb.python/py-prettyprint.py (class ContainerPrinter)
217         <display_hint>: New method.
218
219 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
220
221         * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
222         gdb_continue_to_breakpoint more throughout this test.
223         (run_lang_tests) Supply unique test names, and use
224         gdb_test_no_output.
225
226 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
227
228         * gdb.base/finish-pretty.exp: Update expected results.
229         * gdb.base/pretty-print.c: New file.
230         * gdb.base/pretty-print.exp: New file.
231
232 2019-03-25  Pedro Alves  <palves@redhat.com>
233
234         * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
235         move comments outside list.  Append '-i "" eof' section.
236
237 2019-03-22  Alan Hayward  <alan.hayward@arm.com>
238
239         * README: Add pie options.
240         * gdb.base/break-interp.exp: Ensure pie is disabled.
241         * gdb.base/dump.exp: Likewise.
242         * lib/gdb.exp (gdb_compile): Add pie option.
243
244 2019-03-19  Tom Tromey  <tromey@adacore.com>
245
246         * gdb.mi/mi2-cli-display.c: New file.
247         * gdb.mi/mi2-cli-display.exp: New file.
248
249 2019-03-18  Joel Brobecker  <brobecker@adacore.com>
250             Tom Tromey  <tromey@adacore.com>
251
252         * gdb.ada/ptype_array/pck.adb: New file.
253         * gdb.ada/ptype_array/pck.ads: New file.
254         * gdb.ada/ptype_array/foo.adb: New file.
255         * gdb.ada/ptype_array.exp: New file.
256
257 2019-03-14  Tom Tromey  <tromey@adacore.com>
258
259         * gdb.base/style.exp: Add "set style sources" test.
260
261 2019-03-13  Simon Marchi  <simon.marchi@ericsson.com>
262
263         * mi-breakpoint-location-ena-dis.exp: Rename to ...
264         * mi-breakpoint-multiple-locations.exp: ... this.
265         (make_breakpoints_pattern): New proc.
266         (do_test): Add mi_version parameter, test -break-insert,
267         -break-info and =breakpoint-created.
268
269 2019-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
270
271         * config/default.exp: Remove 'load_lib gdb.exp'.
272         * config/monitor.exp: Likewise.
273         * config/sid.exp: Likewise.
274         * config/sim.exp: Likewise.
275         * config/slite.exp: Likewise.
276         * config/unix.exp: Likewise.
277         * gdb.base/default.exp: Remove unhelpful comment.
278
279 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
280
281         * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
282
283 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
284
285         * gdb.fortran/intrinsics.exp: Extend to cover ABS.
286
287 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
288
289         * gdb.fortran/type-kinds.exp: Update expected results.
290
291 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
292
293         * gdb.fortran/type-kinds.exp: Test new integer type kind.
294
295 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
296
297         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
298         function.
299         (test_basic_parsing_of_type_kinds): Expand types tested.
300         (test_parsing_invalid_type_kinds): New function.
301
302 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
303
304         * gdb.fortran/intrinsics.exp: New file.
305         * gdb.fortran/intrinsics.f90: New file.
306         * gdb.fortran/type-kinds.exp: New file.
307
308 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
309
310         * gdb.fortran/dot-ops.exp: New file.
311
312 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
313
314         * gdb.fortran/types.exp (test_logical_literal_types_accepted):
315         Check upper and lower case logical literals.
316
317 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
318
319         * gdb.fortran/types.exp (test_float_literal_types_accepted):
320         Remove duplicate tests.
321
322 2019-03-06  Alan Hayward  <alan.hayward@arm.com>
323
324         * lib/gdb.exp (builtin_cd): rename of cd.
325         (cd): Override builtin.
326
327 2019-03-06  Richard Bunt  <richard.bunt@arm.com>
328
329         * gdb.fortran/function-calls.exp: New file.
330         * gdb.fortran/function-calls.f90: New test.
331
332 2019-03-04  Richard Bunt  <richard.bunt@arm.com>
333
334         * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
335         on user program standard output.
336         * gdb.fortran/short-circuit-argument-list.f90: Record function
337         calls.
338
339 2019-02-28  Alan Hayward  <alan.hayward@arm.com>
340
341         * lib/gdbserver-support.exp (gdbserver_start): Check for listen
342         failure.
343
344 2019-02-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
345
346         PR gdb/8527
347         * gdb.base/interrupt-daemon-attach.c,
348         gdb.base/interrupt-daemon-attach.exp: New test.
349
350 2019-02-27  Pedro Alves  <palves@redhat.com>
351
352         * gdb.base/page.exp: Add tests for "set width/height -1".
353
354 2019-02-27  Pedro Alves  <palves@redhat.com>
355
356         * gdb.base/page.exp: Add tests for "set/show width/height" with
357         "infinite" values.
358
359 2019-02-27  Tom Tromey  <tromey@adacore.com>
360
361         * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
362         2.4.
363         * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
364         workaround.
365
366 2019-02-27  Andrew Burgess  <andrew.burgess@embecosm.com>
367
368         * gdb.base/align.exp: Extend to compile in both C and C++, and add
369         tests for structs with static members.
370
371 2019-02-26  Tom Tromey  <tromey@adacore.com>
372
373         * gdb.python/py-value.exp (test_value_from_buffer): Check for
374         ValueError, not TypeError.
375
376 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
377
378         * gdb.python/py-value.exp (test_value_from_buffer): New proc with
379         call from main program.
380
381 2019-02-23  Joel Brobecker  <brobecker@adacore.com>
382
383         * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
384         * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
385         * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
386         * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
387         * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
388
389 2019-02-22  Keith Seitz  <keiths@redhat.com>
390
391         PR symtab/23853
392         * gdb.base/symlink-sourcefile.c: New file.
393         * gdb.base/symlink-sourcefile.exp: New file.
394
395 2019-02-20  Tom Tromey  <tom@tromey.com>
396
397         * gdb.base/info_qt.exp: Update.
398
399 2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
400
401         * gdb.base/source.exp: Move "error in sourced script" code to
402         the end.
403         * gdb.base/source-error.gdb: Move contents to
404         source-error-1.gdb.  Add new code to source source-error-1.gdb.
405         * gdb.base/source-error-1.gdb: New file, from previous
406         source-error.gdb.
407
408 2019-02-17  Tom Tromey  <tom@tromey.com>
409
410         * gdb.base/style.exp: Use -g3 to compile when possible.  Add test
411         for macro styling.
412         * gdb.base/style.c (SOME_MACRO): New macro.
413
414 2019-02-17  Tom Tromey  <tom@tromey.com>
415
416         * gdb.base/style.exp: Add line-wrapping tests.
417         * gdb.base/page.exp: Add test for quitting during pagination.
418
419 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
420
421         * gdb.ada/big_packed_array: New testcase.
422         * gdb.ada/homonym.exp: Fix incorrect expected output for
423         "break <homonym__get_value>" test.
424
425 2019-02-13  Weimin Pan  <weimin.pan@oracle.com>
426
427         PR breakpoints/21870
428         * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
429         and prepare_for_testing.  Add comment.
430         * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
431         redundant cleanup call.  Clean up comment.
432
433 2019-02-12  Weimin Pan  <weimin.pan@oracle.com>
434
435         PR breakpoints/21870
436         * gdb.arch/aarch64-dbreg-contents.exp: New file.
437         * gdb.arch/aarch64-dbreg-contents.c: New file.
438
439 2019-02-10  Joel Brobecker  <brobecker@adacore.com>
440
441         * gdb.ada/mi_ref_changeable: New testcase.
442
443 2019-02-07  Alan Hayward  <alan.hayward@arm.com>
444
445         * gdb.base/attach.exp: Add double attach test.
446
447 2019-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
448
449         * lib/gdb.exp (default_gdb_start): Don't match pagination
450         prompt.
451         (gdb_init): Set stty_init.
452
453 2019-01-27  Tom Tromey  <tom@tromey.com>
454
455         * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
456         skip_python_tests.
457
458 2019-01-24  Alan Hayward  <alan.hayward@arm.com>
459
460         * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
461         New structure.
462         (struct struct_static_02_02): Likewise.
463         (struct struct_static_02_03): Likewise.
464         (struct struct_static_02_04): Likewise.
465         (struct struct_static_04_01): Likewise.
466         (struct struct_static_04_02): Likewise.
467         (struct struct_static_04_03): Likewise.
468         (struct struct_static_04_04): Likewise.
469         (struct struct_static_06_01): Likewise.
470         (struct struct_static_06_02): Likewise.
471         (struct struct_static_06_03): Likewise.
472         (struct struct_static_06_04): Likewise.
473         (cmp_struct_static_02_01): Likewise.
474         (cmp_struct_static_02_02): Likewise.
475         (cmp_struct_static_02_03): Likewise.
476         (cmp_struct_static_02_04): Likewise.
477         (cmp_struct_static_04_01): Likewise.
478         (cmp_struct_static_04_02): Likewise.
479         (cmp_struct_static_04_03): Likewise.
480         (cmp_struct_static_04_04): Likewise.
481         (cmp_struct_static_06_01): Likewise.
482         (cmp_struct_static_06_02): Likewise.
483         (cmp_struct_static_06_03): Likewise.
484         (cmp_struct_static_06_04): Likewise.
485         (call_all): Test new structs.
486         * gdb.base/infcall-nested-structs.exp: Likewise.
487
488 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
489         * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
490
491 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
492         * gdb.base/stack-protector.c: New test.
493         * gdb.base/stack-protector.exp: New file.
494         * gdb.cp/ovldbreak.exp: Only allow a single break line.
495         * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
496         option.
497         (gdb_compile): Remove stack protector for GCC and prevent
498         recursion.
499
500 2019-01-16  Keith Seitz  <keiths@redhat.com>
501
502         PR gdb/23773
503         * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
504
505 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
506
507         * gdb.arch/vsx-regs.exp: Add tests that use the vector register
508         aliases.
509         * gdb.arch/altivec-regs.exp: Likewise.  Fix indentation of two
510         tests.
511         * gdb.arch/powerpc-vector-regs.c: New file.
512         * gdb.arch/powerpc-vector-regs.exp: New file.
513
514 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
515
516         * gdb.arch/altivec-regs.exp: Fix the list passed to
517         gdb_expect_list when testing "info vector".
518
519 2019-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
520
521         * gdb.base/style.exp: Don't include path in testname.
522
523 2019-01-10  Keith Seitz  <keiths@redhat.com>
524
525         PR gdb/23712
526         PR symtab/23010
527         * gdb.dwarf2/multidictionary.exp: New file.
528
529 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
530
531         * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
532         (test_gnuv3_style_demangling): ... this.
533         (test_lucid_style_demangling): Remove.
534         (test_arm_style_demangling): Remove.
535         (test_hp_style_demangling): Remove.
536         (do_tests): Remove calls to the above.
537
538 2019-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
539
540         * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
541         case.
542
543 2019-01-06  Tom Tromey  <tom@tromey.com>
544
545         PR gdb/28155:
546         * gdb.dwarf2/typedef-void-finish.exp: New file.
547
548 2018-12-28  Tom Tromey  <tom@tromey.com>
549             Simon Marchi <simark@simark.ca>
550
551         * gdb.base/jit-exec.exp: New file.
552         * gdb.base/jit-exec.c: New file.
553         * gdb.base/jit-execd.c: New file.
554
555 2018-12-28  Tom Tromey  <tom@tromey.com>
556
557         * gdb.base/style.exp: Update test to check for address styling.
558
559 2018-12-28  Tom Tromey  <tom@tromey.com>
560
561         * gdb.base/style.exp: Add test for styling of "Reading symbols"
562         message.
563
564 2018-12-28  Tom Tromey  <tom@tromey.com>
565
566         * gdb.base/style.exp: Add test for version number styling.
567
568 2018-12-28  Tom Tromey  <tom@tromey.com>
569
570         * gdb.base/style.exp: Add test for print_address_symbolic.
571
572 2018-12-28  Tom Tromey  <tom@tromey.com>
573
574         * gdb.base/style.exp: Add test for breakpoint setting.
575
576 2018-12-28  Tom Tromey  <tom@tromey.com>
577
578         * gdb.base/style.exp: Add test for variable names.
579
580 2018-12-28  Tom Tromey  <tom@tromey.com>
581
582         * gdb.base/style.exp: New file.
583         * gdb.base/style.c: New file.
584
585 2018-12-28  Tom Tromey  <tom@tromey.com>
586
587         * lib/gdb.exp (gdb_init): Set the TERM environment variable to
588         "dumb".
589         * gdb.base/readline.exp (operate_and_get_next): Save and restore
590         the TERM environment variable.
591
592 2018-12-27  Tom Tromey  <tom@tromey.com>
593
594         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
595         pagination test.
596
597 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
598
599         * gdb.dwarf2/dw2-unusual-field-names.c: New file.
600         * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
601
602 2018-12-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
603
604         * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
605         Filename a.adb changed to bp_fun_addr.adb.
606         gdb.ada/bp_fun_addr.exp: Update test accordingly.
607
608 2018-12-21  Jan Vrany  <jan.vrany@fit.cvut.cz>
609
610         * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
611         non-PIE executables.
612         * README: Mention the gdb,nopie_flag board setting.
613         * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
614         non-PIE executable.
615         * gdb.arch/amd64-entry-value.exp: Likewise.
616         * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
617         * gdb.arch/i386-float.exp: Likewise.
618         * gdb.arch/i386-signal.exp: Likewise.
619         * gdb.mi/mi-reg-undefined.exp: Likewise.
620
621 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
622
623         PR gdb/23974
624         * gdb.base/info-os.exp: Check return for unknown "info os" type.
625
626 2018-12-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
627
628         * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
629         Update order of results accordingly.
630
631 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
632
633         * gdb.base/annota1.exp: Update a test regexp.
634
635 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
636
637         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
638
639 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
640
641         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
642         (reuse_time): Initialize to REUSE_TIME_CAP.
643         (check_rc): New function.
644         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
645         Check pthread_create rc.
646         (spawner_thread_func): Check pthread_create and pthread_join rc.
647
648 2018-12-08  Pedro Alves  <palves@redhat.com>
649
650         * gdb.base/list.exp (test_forward_search): Rename to ...
651         (test_forward_reverse_search): ... this.  Also test reverse-search
652         and the forward-search alias.
653
654 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
655
656         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
657         local timeout variable before return, and remove all local timeout
658         variable entirely.
659         (gdb_load): Likewise.
660
661 2018-12-01  Tom de Vries  <tdevries@suse.de>
662
663         * gdb.base/gdb-caching-proc.exp: New file.
664
665 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
666
667         * Makefile.in (TIMESTAMP): New variable.
668         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
669         command.
670         (check-single-racy): Likewise.
671         (check/%.exp): Likewise.
672         (check-racy/%.exp): Likewise.
673         (workers/%.worker): Likewise.
674         (build-perf): Likewise.
675         (check-perf): Likewise.
676         * README: Describe new "TS" and "TS_FORMAT" variables.
677         * print-ts.py: New file.
678
679 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
680
681         PR python/23714
682         * gdb.python/python.exp: Test command repetition after
683         gdb.execute.
684
685 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
686
687         * gdb.opt/inline-break.exp: Add test that info breakpoint output
688         is correctly aligned.
689
690 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
691
692         * gdb.ada/info_auto_lang.exp: New testcase.
693         * gdb.ada/info_auto_lang/global_pack.ads: New file.
694         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
695         * gdb.ada/info_auto_lang/some_c.c: New file.
696
697 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
698
699         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
700         FUNC_lang language syntax.
701
702 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
703
704         * gdb.base/info_minsym.c: New file.
705         * gdb.base/info_minsym.exp: New file.
706
707 2018-11-19  Tom Tromey  <tom@tromey.com>
708
709         PR rust/23625:
710         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
711         * gdb.rust/expr.exp: Update expected output.  Change one test.
712
713 2018-11-19  Tom Tromey  <tom@tromey.com>
714
715         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
716
717 2018-11-19  Pedro Alves  <palves@redhat.com>
718
719         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
720         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
721         see the expected warning.
722
723 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
724
725         PR gdb/22736:
726         * gdb.cp/infcall-nodebug-lib.c: New test.
727         * gdb.cp/infcall-nodebug-main.c: New test.
728         * gdb.cp/infcall-nodebug.exp: New file.
729
730 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
731
732         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
733         completer tests.
734
735 2018-11-09  Tom de Vries  <tdevries@suse.de>
736
737         * gdb.base/msym-lang.c: New test.
738         * gdb.base/msym-lang.exp: New file.
739         * gdb.base/msym-lang-main.c: New test.
740
741 2018-11-08  Tom Tromey  <tom@tromey.com>
742
743         PR gdb/23555:
744         PR gdb/23838:
745         * gdb.base/warning.exp: New file.
746
747 2018-11-08  Jan Beulich  <jbeulich@suse.com>
748
749         * testsuite/gdb.arch/i386-avx512.c,
750         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
751
752 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
753
754         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
755         point hardware.
756
757 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
758
759         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
760         * gdb.dwarf2/missing-type-name.exp: New file.
761
762 2018-11-06  Tom de Vries  <tdevries@suse.de>
763
764         * gdb.base/many-headers.c: New test.
765         * gdb.base/many-headers.exp: New file.
766
767 2018-11-06  Jim Wilson  <jimw@sifive.com>
768
769         * gdb.base/code_elim.exp: For riscv, set additional_flags
770         to include -msmall-data-limit=0.
771
772 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
773
774         * gdb.ada/watch_minus_l: New testcase.
775
776 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
777
778         * gdb.arch/aix-sighandle.c: New file.
779         * gdb.arch/aix-sighandle.exp: New file.
780
781 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
782
783         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
784         registers being unions.
785
786 2018-10-31  Tom de Vries  <tdevries@suse.de>
787
788         * lib/valgrind.exp: New file.
789          (vgdb_start, vgdb_stop): New procs, factored out of ...
790         * gdb.base/valgrind-bt.exp: ... here, ...
791         * gdb.base/valgrind-disp-step.exp: ... here and ...
792         * gdb.base/valgrind-infcall.exp: ... here.
793
794 2018-10-31  Tom de Vries  <tdevries@suse.de>
795
796         * lib/gdb.exp (get_valueof): Don't output read value in test name.
797
798 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
799
800         * gdb.dwarf2/void-type.c: New file.
801         * gdb.dwarf2/void-type.exp: New file.
802
803 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
804
805         * gdb.base/info_qt.c: New file.
806         * gdb.base/info_qt.exp: New file.
807
808 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
809
810         * gdb.arch/powerpc-htm-regs.c: New file.
811         * gdb.arch/powerpc-htm-regs.exp: New file.
812
813 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
814
815         * gdb.arch/powerpc-tar.c: New file.
816         * gdb.arch/powerpc-tar.exp: New file.
817
818 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
819
820         * gdb.arch/powerpc-ppr-dscr.c: New file.
821         * gdb.arch/powerpc-ppr-dscr.exp: New file.
822
823 2018-10-25  Tom de Vries  <tdevries@suse.de>
824
825         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
826
827 2018-10-24  Tom de Vries  <tdevries@suse.de>
828
829         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
830         longer exists error.
831
832 2018-10-24  Tom de Vries  <tdevries@suse.de>
833
834         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
835
836 2018-10-24  Tom de Vries  <tdevries@suse.de>
837
838         * gdb.base/valgrind-db-attach.exp: Handle removed support for
839         --db-attach in valgrind.
840
841 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
842
843         * gdb.arch/riscv-reg-aliases.c: New file.
844         * gdb.arch/riscv-reg-aliases.exp: New file.
845
846 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
847
848         * gdb.python/py-cmd.exp: Check for gdb_prompt.
849
850 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
851
852         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
853
854 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
855
856         * gdb.cp/ovldbreak.exp: Fix regexps.
857
858 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
859
860         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
861
862 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
863
864         PR cli/23785
865         * gdb.base/restore.exp: New test to check if "restore" with an
866         invalid file doesn't segfault.
867
868 2018-10-18  Tom de Vries  <tdevries@suse.de>
869
870         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
871         * gdb.ada/excep_handle.exp: Same.
872         * gdb.ada/mi_string_access.exp: Same.
873         * gdb.ada/mi_var_union.exp: Same.
874         * gdb.arch/arc-analyze-prologue.exp: Same.
875         * gdb.arch/arc-decode-insn.exp: Same.
876         * gdb.base/readnever.exp: Same.
877         * gdb.fortran/printing-types.exp: Same.
878         * gdb.guile/scm-lazy-string.exp: Same.
879
880 2018-10-16  Tom de Vries  <tdevries@suse.de>
881
882         PR gdb/23730
883         * gdb.base/catch-follow-exec.c: Add copyright notice.
884         * gdb.base/catch-follow-exec.exp: Rewrite to use
885         gdb_spawn_with_cmdline_opts.  Require gdb-native.
886
887 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
888
889         * gdb.trace/actions-changed.exp: Check for arch support.
890         * gdb.trace/actions.exp: Likewise.
891         * gdb.trace/ax.exp: Likewise.
892         * gdb.trace/backtrace.exp: Likewise.
893         * gdb.trace/change-loc.exp: Likewise.
894         * gdb.trace/deltrace.exp: Likewise.
895         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
896         * gdb.trace/ftrace.exp: Likewise.
897         * gdb.trace/infotrace.exp: Check for arch support.
898         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
899         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
900         * gdb.trace/mi-tsv-changed.exp: Likewise.
901         * gdb.trace/packetlen.exp: Likewise.
902         * gdb.trace/passc-dyn.exp: Likewise.
903         * gdb.trace/passcount.exp: Likewise.
904         * gdb.trace/pending.exp: Likewise.
905         * gdb.trace/range-stepping.exp: Check for shlib support.
906         * gdb.trace/report.exp: Check for arch support.
907         * gdb.trace/save-trace.exp: Likewise.
908         * gdb.trace/signal.exp: Check for signal support.
909         * gdb.trace/tfind.exp: Check for arch support.
910         * gdb.trace/trace-break.exp: Check for arch and shlib support.
911         * gdb.trace/trace-common.h: Add comment.
912         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
913         * gdb.trace/trace-enable-disable.exp: Likewise.
914         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
915         * gdb.trace/tracecmd.exp: Check for arch support.
916         * gdb.trace/tspeed.exp: Check for shlib and target support.
917         * gdb.trace/tstatus.exp: Check for arch support.
918         * gdb.trace/tsv.exp: Likewise.
919         * gdb.trace/while-dyn.exp: Likewise.
920         * gdb.trace/while-stepping.exp: Likewise.
921         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
922
923 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
924
925         * gdb.trace/tspeed.exp: Remove nowarnings.
926         (prepare_for_trace_test): Declare "global ipalib".
927         * gdb.trace/tspeed.c: Include unistd.h.
928         (main): Remove superfluous printf argument.
929
930 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
931
932         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
933         directory prefix on the filename.
934
935 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
936
937         * gdb.gdb/unittest.exp: Update expected message informing that
938         selftests have been disabled.
939         * gdb.server/unittest.exp: Likewise.
940
941 2018-10-09  Tom de Vries  <tdevries@suse.de>
942
943         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
944         with runto_main.
945
946 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
947
948         PR c++/16841
949         * gdb.cp/virtbase2.cc: New file.
950         * gdb.cp/virtbase2.exp: New file.
951
952 2018-10-06  Tom Tromey  <tom@tromey.com>
953
954         PR python/19399:
955         * gdb.python/py-inferior.exp: Add architecture test.
956
957 2018-10-06  Tom Tromey  <tom@tromey.com>
958
959         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
960         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
961
962 2018-10-06  Tom Tromey  <tom@tromey.com>
963
964         * gdb.python/py-breakpoint.exp (check_last_event): Check location
965         of a "throw" catchpoint.
966
967 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
968
969         * gdb.base/info-proc.exp: Update string expected from "help info
970         proc".
971
972 2018-10-04  Tom Tromey  <tom@tromey.com>
973
974         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
975         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
976         (test_initial_complaints, test_empty_complaints): Update.
977         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
978
979 2018-10-04  Tom Tromey  <tom@tromey.com>
980
981         PR cli/19551:
982         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
983         * lib/gdb.exp (gdb_file_cmd): Update.
984         * gdb.stabs/weird.exp (print_weird_var): Update.
985         * gdb.server/solib-list.exp: Update.
986         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
987         * gdb.mi/mi-cli.exp: Update.
988         * gdb.linespec/linespec.exp: Update.
989         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
990         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
991         * gdb.cp/cp-relocate.exp: Update.
992         * gdb.base/sym-file.exp: Update.
993         * gdb.base/relocate.exp: Update.
994         * gdb.base/readnever.exp: Update.
995         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
996         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
997         * gdb.base/dbx.exp (gdb_file_cmd): Update.
998         * gdb.base/code_elim.exp: Update.
999         * gdb.base/break-unload-file.exp (test_break): Update.
1000         * gdb.base/break-interp.exp (test_attach_gdb): Update.
1001         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1002         Update.
1003         * gdb.base/attach.exp (do_attach_tests): Update.
1004         * gdb.base/sepdebug.exp: Update.
1005         * gdb.python/py-section-script.exp: Update.
1006
1007 2018-10-04  Tom Tromey  <tom@tromey.com>
1008
1009         PR cli/22234:
1010         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1011         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1012         output.
1013
1014 2018-10-04  Tom Tromey  <tom@tromey.com>
1015
1016         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1017         set width and height to 0.
1018         (test_command_line_attach_run): Use -quiet.
1019
1020 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
1021
1022         * lib/gdb.exp (skip_ifunc_tests): New.
1023         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
1024         other compile failures.
1025         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1026
1027 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1028
1029         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1030         is_amd64_regs_target.
1031
1032 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
1033
1034         * gdb.arch/aarch64-sighandler-regs.c: New test.
1035         * gdb.arch/aarch64-sighandler-regs.exp: New file.
1036         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1037
1038 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
1039
1040         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1041         assembly.
1042
1043 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1044
1045         * gdb.base/frame-selection.exp: New file.
1046         * gdb.base/frame-selection.c: New file.
1047
1048 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
1049
1050         * gdb.threads/check-libthread-db.c (thread_routine): Use a
1051         pthread barrier.
1052         (main): Likewise.
1053
1054 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1055
1056         * gdb.base/large-frame-1.c: New file.
1057         * gdb.base/large-frame-2.c: New file.
1058         * gdb.base/large-frame.exp: New file.
1059         * gdb.base/large-frame.h: New file.
1060
1061 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1062
1063         PR gdb/20948
1064         * gdb.base/write_mem.exp: New test.
1065         * gdb.base/write_mem.c: Likewise.
1066
1067 2018-09-23  Tom Tromey  <tom@tromey.com>
1068
1069         PR python/18852:
1070         * gdb.python/py-parameter.exp: Add test for parameter that throws
1071         on "set".
1072
1073 2018-09-23  Tom Tromey  <tom@tromey.com>
1074
1075         PR python/17284:
1076         * gdb.python/py-template.exp (test_template_arg): Add test for
1077         negative template argument number.
1078
1079 2018-09-23  Tom Tromey  <tom@tromey.com>
1080
1081         PR python/14062:
1082         * gdb.python/python.exp: Add test for post_event error.
1083
1084 2018-09-23  Tom Tromey  <tom@tromey.com>
1085
1086         PR python/18170:
1087         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1088         convert pointers to int and long.
1089
1090 2018-09-23  Tom Tromey  <tom@tromey.com>
1091
1092         PR python/20126:
1093         * gdb.python/py-value.exp (test_value_numeric_ops): Add
1094         signed-ness conversion tests.
1095
1096 2018-09-23  Tom Tromey  <tom@tromey.com>
1097
1098         PR python/18352;
1099         * gdb.python/py-value.exp (test_float_conversion): New proc.
1100         Use it.
1101
1102 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1103
1104         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1105
1106 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
1107
1108         * gdb.base/complete-empty.exp: Skip tab-completion tests if
1109         no readline.
1110         * gdb.base/utf8-identifiers.exp: Likewise.
1111         * gdb.cp/cpcompletion.exp: Likewise.
1112         * gdb.linespec/cpcompletion.exp: Likewise.
1113         * gdb.linespec/cpls-abi-tag.exp: Likewise.
1114         * gdb.linespec/cpls-ops.exp: Likewise.
1115
1116 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
1117             Chris January  <chris.january@arm.com>
1118
1119         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1120         * gdb.fortran/short-circuit-argument-list.exp: New file.
1121         * gdb.fortran/short-circuit-argument-list.f90: New test.
1122
1123 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1124
1125         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1126         "arch=" keyword when executing "-stack-list-frames".
1127
1128 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1129
1130         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1131         "arch=" keyword when executing "-stack-list-frames".
1132
1133 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1134
1135         * gdb.ada/complete.exp: Expect for "@" when doing "complete
1136         break ada".
1137
1138 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
1139
1140         PR python/23669
1141         * gdb.python/python.exp: Test gdb.execute("show commands").
1142
1143 2018-09-16  Tom Tromey  <tom@tromey.com>
1144
1145         * gdb.base/new-ui.exp (do_execution_tests): Update.
1146         * gdb.base/dbx.exp (test_breakpoints): Update.
1147
1148 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
1149
1150         * lib/gdb.exp (gdb_simple_compile): Add proc.
1151         (is_elf_target): Use gdb_simple_compile.
1152         (skip_altivec_tests): Likewise.
1153         (skip_vsx_tests): Likewise.
1154         (skip_tsx_tests): Likewise.
1155         (skip_btrace_tests): Likewise.
1156         (skip_btrace_pt_tests): Likewise.
1157         (gdb_can_simple_compile): Likewise.
1158         (gdb_has_argv0): Likewise.
1159         (gdb_target_symbol_prefix): Likewise.
1160         (target_supports_scheduler_locking): Likewise.
1161
1162 2018-09-13  Tom Tromey  <tom@tromey.com>
1163
1164         * Makefile.in (TAGS): Recognize proc_with_prefix and
1165         gdb_caching_proc.
1166
1167 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1168
1169         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1170         method.
1171
1172 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1173
1174         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1175         and a few other Inferior properties when the Inferior is no
1176         longer valid.
1177
1178 2018-09-13  Tom Tromey  <tom@tromey.com>
1179
1180         PR rust/23650:
1181         * gdb.rust/simple.exp: Add test for enum field access error.
1182
1183 2018-09-13  Tom Tromey  <tom@tromey.com>
1184
1185         PR rust/23626:
1186         * gdb.rust/simple.rs (EmptyEnum): New type.
1187         (main): Use it.
1188         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1189
1190 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1191
1192         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1193         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1194         * gdb.python/py-symtab.exp: Update test printing an objfile.
1195
1196 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
1197
1198         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1199         object.
1200
1201 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
1202
1203         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1204         (support_complex_tests): Use gdb_can_simple_compile.
1205         (is_ilp32_target): Likewise.
1206         (is_lp64_target): Likewise.
1207         (is_64_target): Likewise.
1208         (is_amd64_regs_target): Likewise.
1209         (is_aarch32_target): Likewise.
1210         (gdb_int128_helper): Likewise.
1211
1212 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1213
1214         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1215
1216 2018-09-10  Jerome Guitton  <guitton@adacore.com>
1217
1218         * gdb.ada/same_component_name: Add test for case of tagged record
1219         with variable-length fields.
1220
1221 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1222
1223         * gdb.ada/access_to_unbounded_array.exp: New testcase.
1224         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1225         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1226         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1227
1228 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1229
1230         * gdb.ada/mi_string_access.exp: New testcase.
1231         * gdb.ada/mi_string_access/bar.adb: New file.
1232         * gdb.ada/mi_string_access/pck.adb: New file.
1233         * gdb.ada/mi_string_access/pck.asd: New file.
1234
1235 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1236
1237         * gdb.ada/mi_var_union.exp: New testcase.
1238         * gdb.ada/mi_var_union/bar.adb: New file.
1239         * gdb.ada/mi_var_union/pck.adb: New file.
1240         * gdb.ada/mi_var_union/pck.asd: New file.
1241
1242 2018-09-08  Tom Tromey  <tom@tromey.com>
1243
1244         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1245
1246 2018-09-08  Tom Tromey  <tom@tromey.com>
1247
1248         PR python/16047:
1249         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1250         (register_pretty_printers): Register new printer.
1251         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1252         test.
1253         * gdb.python/py-prettyprint.c (int_type3): New typedef.
1254         (an_int_type3): New global.
1255
1256 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
1257
1258         * gdb.ada/expr_with_funcall: New testcase.
1259
1260 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
1261
1262         * gdb.ada/packed_array_assign: New testcase.
1263
1264 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
1265
1266         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1267         names, and add test prefixes to make test names unique.
1268
1269 2018-09-05  Tom de Vries  <tdevries@suse.de>
1270
1271         * gdb.dwarf2/varval.exp: Add test.
1272
1273 2018-09-04  Gary Benson <gbenson@redhat.com>
1274
1275         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1276         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
1277
1278 2018-08-31  Tom Tromey  <tom@tromey.com>
1279
1280         * gdb.rust/simple.rs: Rename second variable "v".
1281
1282 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1283
1284         * gdb.base/funcargs.c (use_a): New function.
1285         (recurse): Call use_a.
1286
1287 2018-08-29  Keith Seitz  <keiths@redhat.com>
1288
1289         * gdb.compile/compile-cplus-anonymous.cc: New file.
1290         * gdb.compile/compile-cplus-anonymous.exp: New file.
1291         * gdb.compile/compile-cplus-array-decay.cc: New file.
1292         * gdb.compile/compile-cplus-array-decay.exp: New file.
1293         * gdb.compile/compile-cplus-inherit.cc: New file.
1294         * gdb.compile/compile-cplus-inherit.exp: New file.
1295         * gdb.compile/compile-cplus-member.cc: New file.
1296         * gdb.compile/compile-cplus-member.exp: New file.
1297         * gdb.compile/compile-cplus-method.cc: New file.
1298         * gdb.compile/compile-cplus-method.exp: New file.
1299         * gdb.compile/compile-cplus-mod.c: "New" file.
1300         * gdb.compile/compile-cplus-namespace.cc: New file.
1301         * gdb.compile/compile-cplus-namespace.exp: New file.
1302         * gdb.compile/compile-cplus-nested.cc: New file.
1303         * gdb.compile/compile-cplus-nested.exp: New file.
1304         * gdb.compile/compile-cplus-print.c: "New" file.
1305         * gdb.compile/compile-cplus-print.exp: "New" file.
1306         * gdb.compile/compile-cplus-virtual.cc: New file.
1307         * gdb.compile/compile-cplus-virtual.exp: New file.
1308         * gdb.compile/compile-cplus.c: "New" file.
1309         * gdb.compile/compile-cplus.exp: "New" file.
1310         * lib/compile-support.exp: New file.
1311
1312 2018-08-16  Gary Benson <gbenson@redhat.com>
1313
1314         PR gdb/13000:
1315         * gdb.base/batch-exit-status.exp: New file.
1316         * gdb.base/batch-exit-status.good-commands: Likewise.
1317         * gdb.base/batch-exit-status.bad-commands: Likewise.
1318
1319 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
1320
1321         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1322         (struct struct02): Likewise.
1323         (struct struct03): Likewise.
1324         (struct struct04): Likewise.
1325         (struct struct_01_01): New struct.
1326         (struct struct_01_02): Likewise.
1327         (struct struct_01_03): Likewise.
1328         (struct struct_01_04): Likewise.
1329         (struct struct_02_01): Likewise.
1330         (struct struct_02_02): Likewise.
1331         (struct struct_02_03): Likewise.
1332         (struct struct_02_04): Likewise.
1333         (struct struct_04_01): Likewise.
1334         (struct struct_04_02): Likewise.
1335         (struct struct_04_03): Likewise.
1336         (struct struct_04_04): Likewise.
1337         (struct struct_05_01): Likewise.
1338         (struct struct_05_02): Likewise.
1339         (struct struct_05_03): Likewise.
1340         (struct struct_05_04): Likewise.
1341         (cmp_struct01): Remove function.
1342         (cmp_struct02): Likewise.
1343         (cmp_struct03): Likewise.
1344         (cmp_struct04): Likewise.
1345         (cmp_struct_01_01): Add Function.
1346         (cmp_struct_01_02): Likewise.
1347         (cmp_struct_01_03): Likewise.
1348         (cmp_struct_01_04): Likewise.
1349         (cmp_struct_02_01): Likewise.
1350         (cmp_struct_02_02): Likewise.
1351         (cmp_struct_02_03): Likewise.
1352         (cmp_struct_02_04): Likewise.
1353         (cmp_struct_04_01): Likewise.
1354         (cmp_struct_04_02): Likewise.
1355         (cmp_struct_04_03): Likewise.
1356         (cmp_struct_04_04): Likewise.
1357         (cmp_struct_05_01): Likewise.
1358         (cmp_struct_05_02): Likewise.
1359         (cmp_struct_05_03): Likewise.
1360         (cmp_struct_05_04): Likewise.
1361         (call_all): Add new structs.
1362         * gdb.base/infcall-nested-structs.exp: Likewise.
1363
1364 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
1365
1366         * gdb.python/py-framefilter-mi.exp: Update regexp to
1367         check for "arch" field in frame output.
1368
1369 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
1370
1371         * gdb.dwarf2/dw2-ranges-func.c: New file.
1372         * gdb.dwarf2/dw2-ranges-func.exp: New file.
1373
1374 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
1375
1376         * gdb.base/term.exp: Compare terminal settings with values from
1377         the inferior.
1378         * gdb.base/term.c: Get and set terminal settings.
1379
1380 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
1381
1382         * lib/mi-support.exp (mi_expect_stop): Update regexp to
1383         accommodate new "arch" field in frame output.
1384         * gdb.mi/mi-return.exp: Likewise.
1385         * gdb.mi/mi-stack.exp: Likewise.
1386         * gdb.mi/mi-syn-frame.exp: Likewise.
1387         * gdb.mi/user-selected-context-sync.exp: Likewise.
1388
1389 2018-08-19  Michael Spang  <spang@google.com>
1390
1391         PR gdb/11786
1392         * gdb.base/gcore-tls-pie.c: New file.
1393         * gdb.base/gcore-tls-pie.exp: New file.
1394
1395 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
1396
1397         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1398         * gdb.dwarf2/varval.c: New file.
1399         * gdb.dwarf2/varval.exp: New file.
1400
1401 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
1402
1403         PR gdb/18931
1404         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1405
1406 2018-08-16  Keith Seitz  <keiths@redhat.com>
1407
1408         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1409         tests expected to pass.
1410
1411 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
1412
1413         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1414         -data-disassemble -a.
1415         (test_disassembly_bogus_args): Likewise.
1416
1417 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
1418
1419         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1420
1421 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1422
1423         * gdb.base/vla-optimized-out.exp: Add new test.
1424
1425 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1426
1427         * gdb.base/vla-optimized-out-o3.exp: Delete.
1428         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1429         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1430         deleted tests.
1431
1432 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1433
1434         PR gdb/18050:
1435         * gdb.server/extended-remote-restart.c: New file.
1436         * gdb.server/extended-remote-restart.exp: New file.
1437
1438 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
1439
1440         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1441         "set variable index = 42".
1442
1443 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
1444
1445         * boards/index-cache-gdb.exp: New file.
1446         * gdb.dwarf2/index-cache.exp: New file.
1447         * gdb.dwarf2/index-cache.c: New file.
1448         * gdb.base/maint.exp: Check if we are using the index cache.
1449
1450 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1451
1452         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1453         MAKEFLAGS.
1454
1455 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1456
1457         * dg-extract-results.sh: Move to toplevel contrib.
1458         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1459         * Makefile.in (check-parallel-racy): Likewise.
1460
1461 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1462
1463         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1464         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1465         tests if the target supports scheduler locking.
1466
1467 2018-08-04  Tom de Vries  <tdevries@suse.de>
1468
1469         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1470
1471 2018-08-02  Tom Tromey  <tom@tromey.com>
1472
1473         PR symtab/16842.
1474         * gdb.cp/temargs.exp: Test "info address" of a template
1475         parameter.
1476
1477 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
1478
1479         * gdb.python/py-mi-var-info-path-expression.c: New file.
1480         * gdb.python/py-mi-var-info-path-expression.py: New file.
1481         * gdb.python/py-mi-var-info-path-expression.exp: New file.
1482
1483 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
1484
1485         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1486         error after "cannot resolve name" string.
1487
1488 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1489
1490         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1491         started.
1492         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1493
1494 2018-07-28  Tom de Vries  <tdevries@suse.de>
1495
1496         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1497
1498 2018-07-26  Tom de Vries  <tdevries@suse.de>
1499
1500         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1501
1502 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1503
1504         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1505         is visible.
1506
1507 2018-07-26  Tom de Vries  <tdevries@suse.de>
1508
1509         PR breakpoints/23366
1510         * gdb.base/catch-follow-exec.c: New test.
1511         * gdb.base/catch-follow-exec.exp: New file.
1512
1513 2018-07-25  Tom de Vries  <tdevries@suse.de>
1514
1515         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
1516         vla-optimized-out.c.
1517
1518 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
1519
1520         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1521         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1522
1523 2018-07-20  Tom de Vries  <tdevries@suse.de>
1524
1525         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1526         NOCLONE macro.
1527         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1528
1529 2018-07-19  Tom de Vries  <tdevries@suse.de>
1530
1531         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1532         regular expression.
1533
1534 2018-07-18  Tom de Vries  <tdevries@suse.de>
1535
1536         * gdb.base/vla-optimized-out.c: New test.
1537         * gdb.base/vla-optimized-out.exp: New file.
1538
1539 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
1540
1541         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1542         message "No address associated with hostname" when gdbserver
1543         cannot resolve the hostname.
1544
1545 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1546
1547         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1548         Add some test prefixes to make tests unique.
1549
1550 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1551
1552         * gdb.base/frameapply.c: New file.
1553         * gdb.base/frameapply.exp: New file.
1554
1555 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1556
1557         * gdb.base/skip.exp: Update expected error message.
1558
1559 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1560             Jan Kratochvil  <jan.kratochvil@redhat.com>
1561             Paul Fertser  <fercerpav@gmail.com>
1562             Tsutomu Seki  <sekiriki@gmail.com>
1563
1564         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1565         parameter.
1566         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1567         by default.
1568         * boards/native-gdbserver.exp: Likewise.
1569         * gdb.server/run-without-local-binary.exp: Improve regexp used
1570         for detecting when a remote debugging connection succeeds.
1571         * gdb.server/server-connect.exp: New file.
1572         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1573         Do not prefix the port number with ":".
1574         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
1575         support for detecting and using it.  Add '$debughost_gdbserver'
1576         to the list of arguments used to start gdbserver.  Handle case
1577         when gdbserver cannot resolve a network name.
1578
1579 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1580
1581         PR c++/23373
1582         * gdb.base/ptype-offsets.cc (struct static_member): New
1583         struct.
1584         (main) <stmember>: New variable.
1585         * gdb.base/ptype-offsets.exp: Add test for printing a struct
1586         with a static member in it.
1587
1588 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
1589
1590         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1591         watchpoints enabled and disabled.
1592
1593 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1594
1595         * gdb.base/examine-backward.exp: Still run tests around address
1596         0x0, even if address 0x0 is not readable.  Update the pattern for
1597         matching address 0x0 in expected output.
1598
1599 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1600
1601         * gdb.base/share-env-with-gdbserver.c (main): Add call to
1602         malloc/free.
1603
1604 2018-07-04  Tom de Vries  <tdevries@suse.de>
1605
1606         * gdb.dwarf2/dw2-error.exp: Update expected error message.
1607
1608 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
1609
1610         PR tdep/8282
1611         * gdb.arch/mips-disassembler-options.exp: New test.
1612         * gdb.arch/mips-disassembler-options.s: New test source.
1613
1614 2018-06-29  Pedro Alves  <palves@redhat.com>
1615
1616         * gdb.threads/names.exp: Adjust expected "info threads" output.
1617
1618 2018-06-29  Pedro Alves  <palves@redhat.com>
1619
1620         * gdb.opt/inline-break.exp (line number, address): Add "info
1621         break" tests.
1622
1623 2018-06-29  Pedro Alves  <palves@redhat.com>
1624
1625         * gdb.opt/inline-break.c (func1): Add "break here" marker.
1626         * gdb.opt/inline-break.exp: Test setting breakpoints by line
1627         number and address and running to them.
1628
1629 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
1630
1631         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1632
1633 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1634
1635         * lib/compiler.c: Remove executable permission flag.
1636
1637 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
1638
1639         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1640         code.
1641         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1642
1643 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1644
1645         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1646
1647 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1648
1649         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1650         address argument is omitted.
1651
1652 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1653
1654         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1655
1656 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
1657
1658         PR gdb/21695
1659         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1660         * gdb.base/infoline-reloc-main-from-zero.c: New file.
1661
1662 2018-06-26  Tom Tromey  <tom@tromey.com>
1663
1664         PR rust/22574:
1665         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1666         * gdb.rust/simple.rs (struct SimpleLayout): New.
1667
1668 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
1669
1670         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1671         "info registers" output.
1672
1673 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
1674
1675         * gdb.base/watchpoint-hw-attach.c: New test.
1676         * gdb.base/watchpoint-hw-attach.exp: New file.
1677
1678 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
1679
1680         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1681         through /bin/sh.
1682         * boards/dwarf4-gdb-index.exp: Likewise.
1683         * boards/fission-dwp.exp: Likewise.
1684
1685 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
1686
1687         * gdb.base/float128.exp: Add comment and improved fail message
1688         to the failure case of "print large128" test.
1689
1690 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1691
1692         * configure.ac: Remove AC_PREREQ.
1693         * configure: Re-generate.
1694
1695 2018-06-19  Pedro Alves  <palves@redhat.com>
1696
1697         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1698         (func_extern_caller): New.
1699         (main): Call func_extern_caller.
1700         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1701         logic change.
1702
1703 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
1704
1705         PR gdb/16841
1706         * gdb.cp/typedef-base.cc: New file.
1707         * gdb.cp/typedef-base.exp: New file.
1708
1709 2018-06-18  Tom de Vries  <tdevries@suse.de>
1710
1711         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1712
1713 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
1714             Richard Bunt <Richard.Bunt@arm.com>
1715
1716         * gdb.threads/attach-slow-waitpid.c: New file.
1717         * gdb.threads/attach-slow-waitpid.exp: New file.
1718         * gdb.threads/slow-waitpid.c: New file.
1719
1720 2018-06-14  Pedro Alves  <palves@redhat.com>
1721
1722         * gdb.base/fork-running-state.c: Include <errno.h>.
1723         (exit_if_relative_exits): New.
1724         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1725         exits.
1726         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1727         child exits.
1728
1729 2018-06-14  Tom de Vries  <tdevries@suse.de>
1730
1731         PR cli/22573
1732         * gdb.base/finish-pretty.c: New test.
1733         * gdb.base/finish-pretty.exp: New file.
1734
1735 2018-06-14  Pedro Alves  <palves@redhat.com>
1736
1737         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1738         gdb's expected startup output.
1739
1740 2018-06-14  Pedro Alves  <palves@redhat.com>
1741
1742         * lib/selftest-support.exp (selftest_setup): Remove inlined
1743         function handling.
1744
1745 2018-06-14  Tom de Vries  <tdevries@suse.de>
1746
1747         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1748         matching of breakpoint printing.
1749
1750 2018-06-13  Tom de Vries  <tdevries@suse.de>
1751
1752         PR testsuite/23269
1753         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1754         (fork_child): ... here, and ...
1755         (fork_parent): ... here.
1756
1757 2018-06-12  Tom de Vries  <tdevries@suse.de>
1758
1759         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1760
1761 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1762             Stephen Roberts  <stephen.roberts@arm.com>
1763
1764         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1765         rewrite test to describe action performed, rather than possible
1766         failure.
1767
1768 2018-06-08  Gary Benson <gbenson@redhat.com>
1769
1770         * gdb.threads/check-libthread-db.exp: New file.
1771         * gdb.threads/check-libthread-db.c: Likewise.
1772
1773 2018-06-05  Tom Tromey  <tom@tromey.com>
1774
1775         * gdb.base/default.exp: Update expected "show version" output.
1776
1777 2018-06-05  Tom Tromey  <tom@tromey.com>
1778
1779         PR cli/12326:
1780         * gdb.cp/static-print-quit.exp: Update.
1781         * lib/gdb.exp (pagination_prompt): Update.
1782         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
1783         * gdb.python/python.exp: Update.
1784
1785 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
1786
1787         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1788
1789 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
1790
1791         * gdb.ada/bp_fun_addr: New testcase.
1792
1793 2018-06-01  Tom Tromey  <tom@tromey.com>
1794
1795         * gdb.xml/tdesc-regs.exp (load_description): Update expected
1796         results.
1797         * gdb.dwarf2/method-ptr.exp: Set language to C++.
1798         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1799         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1800         * gdb.base/maint.exp (maint_pass_if): Update.
1801
1802 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
1803
1804         * gdb.base/endian.exp: New test.
1805         * gdb.base/endian.c: New test source.
1806
1807 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1808
1809         PR gdb/23203
1810         * gdb.base/bt-selected-frame.c: New file.
1811         * gdb.base/bt-selected-frame.exp: New file.
1812         * lib/gdb.exp (get_current_frame_number): New function.
1813
1814 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
1815             Pedro Alves  <palves@redhat.com>
1816
1817         * gdb.threads/tls-core.c: Include <stdlib.h>
1818         (thread_proc): Call `abort'.
1819         * gdb.threads/tls-core.exp: Generate a core with core_find too.
1820         (tls_core_test): New procedure, bits factored out from ...
1821         (top level): ... here.  Test both native cores and gcore cores.
1822
1823 2018-05-23  Tom Tromey  <tom@tromey.com>
1824
1825         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1826
1827 2018-05-23  Tom Tromey  <tom@tromey.com>
1828
1829         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1830         symfile_complaints.
1831         (test_short_complaints): Likewise.
1832         (test_empty_complaints): Likewise.
1833         (test_initial_complaints): Update.
1834
1835 2018-05-23  Tom Tromey  <tom@tromey.com>
1836
1837         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1838
1839 2018-05-23  Tom Tromey  <tom@tromey.com>
1840
1841         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1842         (test_short_complaints): Update.
1843
1844 2018-05-22  Pedro Alves  <palves@redhat.com>
1845
1846         * gdb.base/remote.exp: Only gdb_start after compiling the
1847         testcase.  Issue "disconnect" before testing "set remote" command
1848         defaults.  Issue clean_restart before running to main.
1849
1850 2018-05-22  Pedro Alves  <palves@redhat.com>
1851
1852         * gdb.base/remote.exp: Adjust expected output of "show remote
1853         memory-write-packet-size".  Add tests for "set remote
1854         memory-write-packet-size 0" and "set remote
1855         memory-write-packet-size fixed/limit".
1856
1857 2018-05-22  Pedro Alves  <palves@redhat.com>
1858
1859         PR gdb/22973
1860         * gdb.base/utf8-identifiers.c: New file.
1861         * gdb.base/utf8-identifiers.exp: New file.
1862
1863 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1864
1865         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1866
1867 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1868
1869         * gdb.arch/powerpc-vsx-gcore.exp: New file.
1870
1871 2018-05-18  Tom Tromey  <tom@tromey.com>
1872
1873         * gdb.base/ptype-offsets.exp: Update.
1874
1875 2018-05-17  Keith Seitz  <keiths@redhat.com>
1876
1877         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1878         in expected breakpoint stop locations.
1879         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1880         move to proper scope to test variable values.
1881         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1882         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1883         New functions.
1884         (main): Call not_inline_func3.
1885         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1886         inline_func1, inline_func2, and inline_func3.  Test that when each
1887         breakpoint is hit, GDB properly reports both the stop location
1888         and the backtrace. Repeat tests for temporary breakpoints.
1889
1890 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
1891
1892         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1893         rather then trying to access it in determining whether the PID
1894         of `gdbserver' could have been retrieved.
1895
1896 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1897
1898         * gdb.arch/amd64-init-x87-values.S: New file.
1899         * gdb.arch/amd64-init-x87-values.exp: New file.
1900
1901 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1902
1903         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1904
1905 2018-05-04  Tom Tromey  <tom@tromey.com>
1906
1907         PR python/22730:
1908         * gdb.python/python.exp: Test multi-line execute.
1909
1910 2018-05-04  Tom Tromey  <tom@tromey.com>
1911
1912         PR python/22731:
1913         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1914
1915 2018-05-04  Tom Tromey  <tom@tromey.com>
1916
1917         PR gdb/11750:
1918         * gdb.base/define.exp: Test defining a user command inside a user
1919         command.
1920         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1921
1922 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1923             Pedro Alves <palves@redhat.com>
1924
1925         PR breakpoints/19806 and support for PR external/20207.
1926         * gdb.base/watchpoint-unaligned.c: New file.
1927         * gdb.base/watchpoint-unaligned.exp: New file.
1928
1929 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1930
1931         * gdb.base/maint.exp: Make test names unique, use
1932         test_prefix_command_help to test 'help maint info', and remove
1933         repeated test of 'help maint'.
1934
1935 2018-05-04  Tom Tromey  <tom@tromey.com>
1936
1937         PR gdb/22619:
1938         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1939         behavior.
1940
1941 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1942
1943         * gdb.base/maint.exp: Process output from 'maint print registers'
1944         line at a time.
1945
1946 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
1947
1948         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1949         timeout.
1950
1951 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
1952
1953         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1954         filter pattern.
1955
1956 2018-05-02  Pedro Alves  <palves@redhat.com>
1957
1958         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1959         to_log_command renames.
1960         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1961
1962 2018-05-02  Tom Tromey  <tom@tromey.com>
1963
1964         * gdb.python/py-parameter.exp: Set test message.
1965
1966 2018-05-02  Tom Tromey  <tom@tromey.com>
1967
1968         PR python/20084:
1969         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1970         PARAM_ZUINTEGER_UNLIMITED tests.
1971
1972 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
1973
1974         PR rust/23124
1975         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1976         when casting.
1977
1978 2018-04-30  Tom Tromey  <tom@tromey.com>
1979
1980         * gdb.python/py-type.exp: Check align attribute.
1981         * gdb.python/py-type.c: New "aligncheck" global.
1982
1983 2018-04-30  Tom Tromey  <tom@tromey.com>
1984
1985         PR exp/17095:
1986         * gdb.dwarf2/dw2-align.exp: New file.
1987         * gdb.cp/align.exp: New file.
1988         * gdb.base/align.exp: New file.
1989         * lib/gdb.exp (gdb_int128_helper): New proc.
1990         (has_int128_c, has_int128_cxx): New caching procs.
1991
1992 2018-04-27  Tom Tromey  <tom@tromey.com>
1993
1994         PR rust/22545:
1995         * gdb.rust/simple.exp: Add inclusive range tests.
1996
1997 2018-04-26  Pedro Alves  <palves@redhat.com>
1998
1999         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2000         ifunc breakpoint locations correctly of ifunc breakpoints set
2001         while the program resolves the ifunc.
2002
2003 2018-04-26  Pedro Alves  <palves@redhat.com>
2004
2005         * gdb.base/gnu-ifunc-final.c: New file.
2006         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2007         * gdb.base/gnu-ifunc.exp (executable): Delete.
2008         (staticexecutable): Adjust.
2009         (lib_opts, exec_opts): Delete.
2010         (make_binsuffix, build, set-break): New procedures.
2011         (misc_tests): New, with tests factored out from the top level.
2012         (top level): Test different combinations of ifunc resolver name,
2013         resolver with and with debug info, and ifunc target with and
2014         without debug info.  Wrap static tests with with_target_prefix.
2015
2016 2018-04-26  Pedro Alves  <palves@redhat.com>
2017
2018         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2019         return type" warnings.
2020
2021 2018-04-25  Pedro Alves  <palves@redhat.com>
2022
2023         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2024         killed".
2025         * gdb.base/kill-after-signal.exp: Likewise.
2026         * gdb.threads/kill.exp: Likewise.
2027
2028 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2029             Sergio Durigan Junior  <sergiodj@redhat.com>
2030             Pedro Alves  <palves@redhat.com>
2031
2032         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2033         regexps to expect for '[Inferior ... detached]' as well.
2034         * gdb.base/attach.exp: Likewise.
2035         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2036         "gdb_continue_to_end".
2037         (test_catch_syscall_with_wrong_args): Likewise.
2038         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2039         ']'.  Don't set 'verbose' on.
2040         * gdb.base/foll-vfork.exp: Likewise.
2041         * gdb.base/fork-print-inferior-events.c: New file.
2042         * gdb.base/fork-print-inferior-events.exp: New file.
2043         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2044         '[Inferior ... has been killed]' message.
2045         * gdb.base/kill-after-signal.exp: Likewise.
2046         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2047         detach message.
2048         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2049         message.
2050         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2051         regexps to expect for '[Inferior ... detached]' as well.
2052         * gdb.threads/process-dies-while-detaching.exp: Likewise.
2053
2054 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
2055
2056         PR gdb/23104
2057         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2058
2059 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
2060
2061         * gdb.threads/multiple-successive-infcall.c: New test.
2062         * gdb.threads/multiple-successive-infcall.exp: New file.
2063
2064 2018-04-17  Tom Tromey  <tom@tromey.com>
2065
2066         * gdb.rust/simple.rs (Union): New type.
2067         (main): New local "u".
2068         * gdb.rust/simple.exp (test_one_slice): Add new test case.
2069
2070 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2071
2072         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2073         number information in output of "whereis" command.
2074         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2075
2076 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2077
2078         * gdb.ada/info_types.exp: Adjust expected output to the line
2079         numbers now printed by "info var/func/type".
2080         * gdb.base/completion.exp: Likewise.
2081         * gdb.base/included.exp: Likewise.
2082         * gdb.cp/cp-relocate.exp: Likewise.
2083         * gdb.cp/cplusfuncs.exp: Likewise.
2084         * gdb.cp/namespace.exp: Likewise.
2085         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2086
2087 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2088
2089         * gdb.btrace/cpu.exp: New.
2090
2091 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2092
2093         * gdb.base/step-indirect-call-thunk.exp: New.
2094         * gdb.base/step-indirect-call-thunk.c: New.
2095         * gdb.reverse/step-indirect-call-thunk.exp: New.
2096         * gdb.reverse/step-indirect-call-thunk.c: New.
2097
2098 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
2099
2100         * gdb.base/pie-fork.c: New file.
2101         * gdb.base/pie-fork.exp: New file.
2102
2103 2018-04-11  Tom Tromey  <tom@tromey.com>
2104
2105         * gdb.rust/simple.exp: Add test for ".." struct initializer.
2106
2107 2018-04-10  Pedro Alves  <palves@redhat.com>
2108
2109         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2110         exits.  Instead loop running forever.
2111         (fork_parent): Run forever too.
2112
2113 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2114
2115         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2116         mi_continue_to_line.
2117         * gdb.mi/mi-stack.c (callee4): Add comment.
2118
2119 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2120
2121         * gdb.mi/mi-stack.exp: Fix indentation.
2122
2123 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2124
2125         PR gdb/22979
2126         * gdb.arch/amd64-osabi.exp: New file.
2127
2128 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2129
2130         PR gdb/22980
2131         * gdb.base/osabi.exp: New file.
2132
2133 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
2134
2135         * gdb.cp/static-typedef-print.exp: New file.
2136         * gdb.cp/static-typedef-print.cc: New file.
2137
2138 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
2139
2140         * gdb.ada/varsize_limit: New testcase.
2141
2142 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
2143
2144         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2145
2146         * gdb.ada/notcplusplus: New testcase.
2147
2148         * gdb.base/c-linkage-name.c: New file.
2149         * gdb.base/c-linkage-name.exp: New testcase.
2150
2151 2018-03-26  Tom Tromey  <tom@tromey.com>
2152
2153         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2154         * gdb.python/py-framefilter.py (name_error): New global.
2155         (ErrorInName.function): Use name_error.
2156
2157 2018-03-26  Tom Tromey  <tom@tromey.com>
2158
2159         PR backtrace/15582:
2160         * gdb.python/py-framefilter.exp: Add "bt hide" test.
2161
2162 2018-03-23  Keith Seitz  <keiths@redhat.com>
2163
2164         PR c++/22968
2165         * gdb.cp/subtypes.exp: New file.
2166         * gdb.cp/subtypes.h: New file.
2167         * gdb.cp/subtypes.cc: New file.
2168         * gdb.cp/subtypes-2.cc: New file.
2169
2170 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2171
2172         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2173         (done): Call '_exit' not 'exit' to avoid atexit handlers.
2174         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2175         -nostartfiles when compiling the test.  Confirm that all registers
2176         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2177
2178 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2179
2180         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2181         option, syntax was wrong anyway.
2182         * gdb.arch/arm-disp-step.exp: Likewise.
2183         * gdb.arch/sparc64-regs.exp: Likewise.
2184         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2185         option, syntax was wrong anyway, switch to use
2186         prepare_for_testing.
2187         * gdb.arch/i386-disp-step.exp: Likewise.
2188
2189 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2190
2191         * gdb.ada/exec_changed.exp: Replace "target_info exists
2192         use_gdb_stub" by "use_gdb_stub".
2193         * gdb.ada/start.exp: Likewise.
2194         * gdb.base/async-shell.exp: Likewise.
2195         * gdb.base/attach-pie-misread.exp: Likewise.
2196         * gdb.base/attach-wait-input.exp: Likewise.
2197         * gdb.base/break-entry.exp: Likewise.
2198         * gdb.base/break-interp.exp: Likewise.
2199         * gdb.base/dprintf-detach.exp: Likewise.
2200         * gdb.base/nostdlib.exp: Likewise.
2201         * gdb.base/solib-nodir.exp: Likewise.
2202         * gdb.base/statistics.exp: Likewise.
2203         * gdb.base/testenv.exp: Likewise.
2204         * gdb.mi/mi-exec-run.exp: Likewise.
2205         * gdb.mi/mi-start.exp: Likewise.
2206         * gdb.multi/dummy-frame-restore.exp: Likewise.
2207         * gdb.multi/multi-arch-exec.exp: Likewise.
2208         * gdb.multi/multi-arch.exp: Likewise.
2209         * gdb.multi/tids.exp: Likewise.
2210         * gdb.multi/watchpoint-multi.exp: Likewise.
2211         * gdb.python/py-events.exp: Likewise.
2212         * gdb.threads/attach-into-signal.exp: Likewise.
2213         * gdb.threads/attach-stopped.exp: Likewise.
2214         * gdb.threads/threadapply.exp: Likewise.
2215         * lib/selftest-support.exp: Likewise.
2216
2217 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2218
2219         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2220
2221 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
2222
2223         * gdb.perf/template-breakpoints.cc: New file.
2224         * gdb.perf/template-breakpoints.exp: New file.
2225         * gdb.perf/template-breakpoints.py: New file.
2226
2227 2018-03-19  Tom Tromey  <tom@tromey.com>
2228
2229         * gdb.rust/simple.rs (main): Add local variables field1, field2,
2230         y0.
2231         * gdb.rust/simple.exp: Test bare identifier form of struct
2232         initializer.
2233
2234 2018-03-19  Tom Tromey  <tom@tromey.com>
2235
2236         * gdb.gdb/observer.exp: Remove.
2237
2238 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2239
2240         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2241         "qualified" option when setting breakpoints.
2242         * gdb.trace/backtrace.exp: Likewise.
2243         * gdb.trace/circ.exp: Likewise.
2244         * gdb.trace/collection.exp: Likewise.
2245         * gdb.trace/disconnected-tracing.exp: Likewise.
2246         * gdb.trace/ftrace-lock.exp: Likewise.
2247         * gdb.trace/ftrace.exp: Likewise.
2248         * gdb.trace/infotrace.exp: Likewise.
2249         * gdb.trace/packetlen.exp: Likewise.
2250         * gdb.trace/passc-dyn.exp: Likewise.
2251         * gdb.trace/qtro.exp: Likewise.
2252         * gdb.trace/read-memory.exp: Likewise.
2253         * gdb.trace/report.exp: Likewise.
2254         * gdb.trace/signal.exp: Likewise.
2255         * gdb.trace/status-stop.exp: Likewise.
2256         * gdb.trace/strace.exp: Likewise.
2257         * gdb.trace/tfind.exp: Likewise.
2258         * gdb.trace/trace-break.exp: Likewise.
2259         * gdb.trace/trace-condition.exp: Likewise.
2260         * gdb.trace/trace-mt.exp: Likewise.
2261         * gdb.trace/tstatus.exp: Likewise.
2262         * gdb.trace/tsv.exp: Likewise.
2263         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2264         * gdb.trace/unavailable.exp: Likewise.
2265         * gdb.trace/while-dyn.exp: Likewise.
2266
2267 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2268
2269         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2270         that libinproctrace is copied to the target.
2271
2272 2018-03-14  Tom Tromey  <tom@tromey.com>
2273
2274         PR cli/14977:
2275         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2276         a null pointer.
2277         * gdb.base/wchar.exp: Likewise.
2278
2279 2018-03-14  Tom Tromey  <tom@tromey.com>
2280
2281         PR cli/19918:
2282         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2283         flag.
2284
2285 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
2286
2287         PR gdb/22841
2288         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2289         "target" to remote_exec.
2290
2291 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
2292
2293         PR gdb/22841
2294         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2295         ${board}_upload): Remove.
2296
2297 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2298
2299         * gdb.cp/watch-cp.cc: New test.
2300         * gdb.cp/watch-cp.exp: New file.
2301
2302 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2303
2304         * gdb.base/infcall-nested-structs.exp: New file.
2305         * gdb.base/infcall-nested-structs.c: New file.
2306         * gdb.base/float.exp: Add riscv support.
2307
2308 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2309
2310         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2311         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2312
2313 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
2314
2315         * gdb.server/abspath.exp: New file.
2316         * lib/gdb.exp (with_cwd): New procedure.
2317
2318 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
2319
2320         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2321         use it.
2322         (gdb_is_target_remote_prompt): New proc.
2323         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2324         (gdb_is_target_native): Pass prompt parameter to
2325         gdb_is_target_1.
2326
2327 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
2328
2329         * gdb.base/load-command.c: New file.
2330         * gdb.base/load-command.exp: New file.
2331         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2332         (gdb_is_target_1): ...this, and generalize for other targets
2333         than just remote.
2334         (gdb_is_target_remote): Use gdb_is_target_1.
2335         (gdb_is_target_native): use gdb_is_target_1.
2336
2337 2018-02-26  Tom Tromey  <tom@tromey.com>
2338
2339         PR python/16497:
2340         * gdb.python/py-framefilter.exp: Update test.
2341
2342 2018-02-26  Tom Tromey  <tom@tromey.com>
2343
2344         * gdb.dwarf2/variant.c: New file.
2345         * gdb.dwarf2/variant.exp: New file.
2346
2347 2018-02-26  Tom Tromey  <tom@tromey.com>
2348
2349         * gdb.rust/simple.exp: Accept more possible results in enum test.
2350
2351 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
2352
2353         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2354         parentheses.
2355
2356 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
2357
2358         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2359         name of a variable: $actual_linejj -> $actual_line.
2360
2361 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
2362
2363         * gdb.arch/amd64-i386-address.exp: Fix a typo.
2364
2365 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
2366
2367         * gdb.btrace/buffer-size.exp: Do not force BTS.
2368
2369 2018-02-14  Pedro Alves  <palves@redhat.com>
2370
2371         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2372         getting a "Quit".
2373
2374 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2375
2376         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2377         Fix test name.
2378
2379 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
2380
2381         * gdb.cp/m-static.exp: Check type of optimized out static
2382         member.
2383
2384 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2385
2386         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2387         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2388
2389 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
2390             Leszek Swirski  <leszeks@google.com>
2391
2392         * gdb.python/py-prettyprint.c
2393         (struct to_string_returns_value_inner,
2394         struct to_string_returns_value_wrapper): New.
2395         (main): Add tsrvw variable.
2396         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2397         ToStringReturnsValueWrapper): New classes.
2398         (register_pretty_printers): Register new pretty-printers.
2399         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2400         recursive pretty printer.
2401         * gdb.python/py-mi.exp: Likewise.
2402
2403 2018-02-01  Leszek Swirski  <leszeks@google.com>
2404
2405         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2406         functions with the same name as an include file are parsed
2407         correctly.
2408
2409 2018-02-01  Yao Qi  <yao.qi@linaro.org>
2410
2411         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2412         "\[^\r\n\]*".
2413
2414 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
2415
2416         * gdb.arch/powerpc-prologue-frame.s: New file.
2417         * gdb.arch/powerpc-prologue-frame.c: Likewise.
2418         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2419
2420 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
2421
2422         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2423
2424 2018-01-30  Pedro Alves  <palves@redhat.com>
2425
2426         PR gdb/13211
2427         * gdb.base/interrupt-daemon.c: New.
2428         * gdb.base/interrupt-daemon.exp: New.
2429         * gdb.multi/multi-term-settings.c: New.
2430         * gdb.multi/multi-term-settings.exp: New.
2431
2432 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
2433
2434         * gdb.base/break.exp: Save the location where the breakpoint
2435         on break.c:47 was actually inserted when debugging the version
2436         compiled at -O2 and use it in the expected output of the "info
2437         break" test performed soon after.
2438
2439 2018-01-22  Pedro Alves  <palves@redhat.com>
2440             Sergio Durigan Junior  <sergiodj@redhat.com>
2441
2442         * gdb.base/whatis.exp: Add tests for 'set print object on' +
2443         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2444
2445 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
2446
2447         * gdb.base/break-include.c, gdb.base/break-include.inc,
2448         gdb.base/break-include.exp: New files.
2449         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2450         line number now being the actual line number where the breakpoint
2451         was inserted.
2452         * gdb.mi/mi-break.exp: Likewise.
2453         * gdb.mi/mi-reverse.exp: Likewise.
2454         * gdb.mi/mi-simplerun.exp: Ditto.
2455
2456 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2457
2458         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2459         varobj.
2460         * gdb.mi/mi-var-create-rtti.exp: Likewise.
2461
2462 2018-01-21  Don Breazeal  <donb@codesourcery.com>
2463             Andrew Burgess  <andrew.burgess@embecosm.com>
2464
2465         * gdb.mi/basics.c: Add new global.
2466         * gdb.mi/mi-frame-regs.exp: New file.
2467         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2468         case.
2469
2470 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2471
2472         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2473         non-parameter, and on an unknown symbol.
2474
2475 2018-01-19  Tom Tromey  <tom@tromey.com>
2476
2477         * gdb.rust/modules.rs (TWENTY_THREE): New global.
2478         * gdb.rust/modules.exp: Add ::-qualified lookup test.
2479
2480 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2481
2482         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2483         setrlimit and chdir to int.
2484
2485 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2486
2487         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2488         function.
2489         (my_tend): Likewise.
2490         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2491         rationale of avoiding FP- and vector instructions.
2492
2493 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
2494
2495         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2496         "info reg" with "\[ \t\]*".
2497         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2498         "\[ \t\]+".
2499         * gdb.arch/s390-multiarch.exp: Ditto.
2500         * gdb.base/pc-fp.exp: Ditto.
2501         * gdb.reverse/i386-precsave.exp: Ditto.
2502         * gdb.reverse/i386-reverse.exp: Ditto.
2503         * gdb.reverse/i387-env-reverse.exp: Ditto.
2504         * gdb.reverse/i387-stack-reverse.exp: Ditto.
2505
2506 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2507
2508         * lib/gdb.exp (gdb_compile): Re-enable use of
2509         universal_compile_options for languages other than Rust.
2510
2511 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2512
2513         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2514
2515 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
2516
2517         PR gdb/16577
2518         * gdb.base/solib-vanish.exp: New.
2519         * gdb.base/solib-vanish-main.c: New.
2520         * gdb.base/solib-vanish-lib1.c: New.
2521         * gdb.base/solib-vanish-lib2.c: New.
2522
2523 2018-01-17  Yao Qi  <yao.qi@linaro.org>
2524
2525         * gdb.compile/compile.exp: Match the address printed for
2526         frame in the output of command "bt".
2527
2528 2018-01-15  Tom Tromey  <tom@tromey.com>
2529
2530         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2531         compute sp_reg.
2532
2533 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
2534
2535         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2536         to prepare.
2537         (prepare): Return 0 on error, 1 on success.
2538
2539 2018-01-12  Pedro Alves  <palves@redhat.com>
2540
2541         * gdb.base/continue-after-aborted-step-over.c: New.
2542         * gdb.base/continue-after-aborted-step-over.exp: New.
2543
2544 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
2545
2546         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2547         options when not creating an executable.
2548
2549 2018-01-11  Pedro Alves  <palves@redhat.com>
2550
2551         PR remote/22597
2552         * gdb.server/stop-reply-no-thread.c: New file.
2553         * gdb.server/stop-reply-no-thread.exp: New file.
2554
2555 2018-01-10  Pedro Alves  <palves@redhat.com>
2556
2557         PR gdb/22670
2558         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
2559         functions too.  Test setting breakpoints and printing C functions
2560         with no debug info too.
2561         * gdb.ada/bp_c_mixed_case/qux.c: New file.
2562
2563 2018-01-10  Pedro Alves  <palves@redhat.com>
2564
2565         PR gdb/22670
2566         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2567         a fail.
2568
2569 2018-01-10  Pedro Alves  <palves@redhat.com>
2570
2571         PR gdb/22670
2572         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2573
2574 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2575
2576         * gdb.server/unittest.exp: Match the output in non-development
2577         mode.
2578
2579 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2580
2581         * gdb.gdb/unittest.exp: Match output in non-development mode.
2582
2583 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2584
2585         * gdb.ada/access_tagged_param.exp: Relax expected output
2586         for value of "ObjL" in "continue" to pck.inspect breakpoint
2587         test.
2588
2589 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2590
2591         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2592         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2593
2594 2018-01-05  Pedro Alves  <palves@redhat.com>
2595
2596         PR gdb/18653
2597         * gdb.base/libsegfault.exp: New.
2598
2599 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2600
2601         PR gdb/22670
2602         * gdb.ada/access_tagged_param.exp: New file.
2603         * gdb.ada/access_tagged_param/foo.adb: New file.
2604
2605 2018-01-05  Pedro Alves  <palves@redhat.com>
2606
2607         PR gdb/22670
2608         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
2609         exercise lower case too, and to exercise both full matching and
2610         wild matching.
2611
2612 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2613
2614         * gdb.ada/rename_subscript_param: New testcase.
2615
2616 2018-01-05  Jerome Guitton  <guitton@adacore.com>
2617
2618         * gdb.ada/arr_acc_idx_w_gap: New testcase.
2619
2620 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2621
2622         * gdb.ada/convvar_comp: New testcase.
2623
2624 2018-01-05  Xavier Roirand  <roirand@adacore.com>
2625
2626         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2627         (My_Table): New global variable.
2628         * testsuite/gdb.ada/array_char_idx.exp: Add test.
2629
2630 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2631
2632         PR gdb/22670
2633         * gdb.ada/maint_with_ada: New testcase.
2634
2635 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2636
2637         PR gdb/22670
2638         * gdb.ada/bp_c_mixed_case: New testcase.
2639
2640 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2641
2642         PR gdb/22670
2643         * gdb.ada/complete.exp: Add "complete break ada" test.
2644
2645 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2646
2647         PR gdb/22670
2648         * gdb.ada/info_addr_mixed_case: New testcase.
2649
2650 2018-01-03  Xavier Roirand  <roirand@adacore.com>
2651
2652         * gdb.ada/excep_handle.exp: New testcase.
2653         * gdb.ada/excep_handle/foo.adb: New file.
2654         * gdb.ada/excep_handle/pck.ads: New file.
2655
2656 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
2657
2658         * gdb.base/step-line.c: Add extra empty line in copyright header.
2659         * gdb.base/step-line.inp: Likewise.
2660
2661 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2662
2663         * gdb.ada/dyn_stride.exp: Add slice test.
2664
2665 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2666
2667         * gdb.ada/dyn_stride: New testcase.
2668
2669 2017-12-27  Stafford Horne  <shorne@gmail.com>
2670
2671         * gdb.xml/extra-regs.xml: Add example foo reggroup.
2672         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2673
2674 2017-12-27  Stafford Horne  <shorne@gmail.com>
2675
2676         * gdb.base/reggroups.c: New file.
2677         * gdb.base/reggroups.exp: New file.
2678
2679 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2680
2681         * gdb.dwarf2/ada-valprint-error.c: New file.
2682         * gdb.dwarf2/ada-valprint-error.exp: New file.
2683
2684 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2685
2686         * gdb.ada/assign_arr: New testcase.
2687
2688 2017-12-18  Xavier Roirand  <roirand@adacore.com>
2689
2690         * gdb.ada/funcall_ptr: New testcase.
2691
2692 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2693
2694         PR cli/16224
2695         * gdb.base/ptype-offsets.cc: New file.
2696         * gdb.base/ptype-offsets.exp: New file.
2697
2698 2017-12-15  Yao Qi  <yao.qi@linaro.org>
2699
2700         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2701         if XML is disabled.
2702
2703 2017-12-15  Xavier Roirand  <roirand@adacore.com>
2704
2705         * gdb.ada/same_component_name: New testcase.
2706
2707 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2708
2709         * gdb.ada/str_binop_equal: New testcase.
2710
2711 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2712
2713         * gdb.ada/task_switch_in_core: New testcase.
2714
2715 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
2716
2717         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2718         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2719         call test_bkpt_qualified.
2720         (test_bkpt_qualified): New proc.
2721
2722 2017-12-13  Pedro Alves  <palves@redhat.com>
2723
2724         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2725         Tighten regexp by matching with an anchor.
2726
2727 2017-12-13  Pedro Alves  <palves@redhat.com>
2728
2729         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2730         ("expression with namespace"): New set of tests.
2731         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2732         (Nested::Test_NS::qux): New.
2733         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2734         defaults to 'start_quote_char' and 'end_quote_char' parameters.
2735
2736 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
2737
2738         * gdb.base/server-del-break.c: New file.
2739         * gdb.base/server-del-break.exp: New file.
2740
2741 2017-12-12  Stafford Horne  <shorne@gmail.com>
2742
2743         * gdb.xml/tdesc-regs.exp: Add or1k support.
2744
2745 2017-12-12  Stafford Horne  <shorne@gmail.com>
2746
2747         * gdb.base/bp-permanent.c: Define nop of or1k.
2748
2749 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2750
2751         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2752         output with components being reordered.
2753
2754 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2755
2756         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2757         output with components being reordered.
2758
2759 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2760             Pedro Alves  <palves@redhat.com>
2761
2762         * gdb.base/maint.exp (check for .gdb_index): Check also for
2763         .debug_names.
2764         * gdb.dlang/watch-loc.c (.debug_aranges): New.
2765         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2766         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2767         (.gdb_index used after symbol reloading): Support also .debug_names.
2768         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2769
2770 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2771
2772         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2773         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2774
2775 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2776
2777         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2778         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2779
2780 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2781
2782         * gdb.arch/aarch64-tagged-pointer.c: New file.
2783         * gdb.arch/aarch64-tagged-pointer.exp: New file.
2784
2785 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
2786
2787         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2788         "int".
2789
2790 2017-12-07  Keith Seitz  <keiths@redhat.com>
2791
2792         PR breakpoints/22569
2793         * gdb.linespec/ls-errs.exp: Change expected result of "break
2794         -source this file has spaces.c -line 3".
2795         Check that an explicit source file followed by whitespace is
2796         identified as an invalid explicit location.
2797
2798 2017-12-07  Keith Seitz  <keiths@redhat.com>
2799
2800         * gdb.cp/nested-types.cc: New file.
2801         * gdb.cp/nested-types.exp: New file.
2802         * lib/cp-support.exp: Load data-structures.exp library.
2803         (debug_cp_test_ptype_class): New global.
2804         (cp_ptype_class_verbose, next_line): New procedures.
2805         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2806         Add and document new return value.
2807         Switch the list of lines to a queue.
2808         Add support for new `type' key for nested type definitions.
2809         Add debugging/troubleshooting messages.
2810         * lib/data-structures.exp: New file.
2811
2812 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
2813
2814         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2815         with proc_with_prefix, don't use with_test_prefix.
2816
2817 2017-12-07  Tom Tromey  <tom@tromey.com>
2818
2819         * gdb.base/break.exp: Add test for empty "commands".
2820
2821 2017-12-07  Yao Qi  <yao.qi@linaro.org>
2822
2823         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2824         malloc and catch syscall.
2825
2826 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
2827
2828        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2829         tests for explicit locations.
2830
2831 2017-12-06  Pedro Alves  <palves@redhat.com>
2832
2833         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2834         force-disabling XML descriptions.
2835
2836 2017-12-04  Pedro Alves  <palves@redhat.com>
2837
2838         PR gdb/22499
2839         * gdb.arch/amd64-disp-step-avx.S: New file.
2840         * gdb.arch/amd64-disp-step-avx.exp: New file.
2841
2842 2017-12-03  Pedro Alves  <palves@redhat.com>
2843
2844         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2845         and <string.h>.
2846         (parent_function): Print distinct messages when waitpid fails, or
2847         the child exits with a signal, or the child exits for an unhandled
2848         reason.
2849         * gdb.threads/process-dies-while-detaching.exp
2850         (detach_and_expect_exit): New 'inf_output_re' parameter and use
2851         it.  Wait for both inferior output and GDB's prompt.  Use an
2852         indirect spawn id list.
2853         (do_detach): New parameter 'child_exit'.  Use it to compute
2854         expected inferior output.
2855         (test_detach, test_detach_watch, test_detach_killed_outside):
2856         Adjust to pass down the expected child exit kind.
2857
2858 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
2859             Sergio Durigan Junior  <sergiodj@redhat.com>
2860             Pedro Alves  <palves@redhat.com>
2861
2862         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2863
2864 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2865
2866         * gdb.base/relocate.exp: Add tests to guarantee that arguments
2867         to 'symbol-file' and 'add-symbol-file' can be
2868         position-independent.
2869
2870 2017-12-01  Yao Qi  <yao.qi@linaro.org>
2871
2872         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2873         the URL in copyright header.
2874         * gdb.arch/aarch64-fp.exp: Likewise.
2875         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2876         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2877         * gdb.base/expand-psymtabs.exp: Likewise.
2878         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2879         * gdb.fortran/common-block.exp: Likewise.
2880         * gdb.fortran/common-block.f90: Likewise.
2881         * gdb.fortran/logical.exp: Likewise.
2882         * gdb.fortran/vla-datatypes.f90: Likewise.
2883         * gdb.fortran/vla-sub.f90: Likewise.
2884
2885 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
2886
2887         * gdb.ada/repeat_dyn: New testcase.
2888
2889 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
2890
2891         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2892         Update for changed thread numbering.
2893         * gdb.cell/bt.exp: Update for changed GDB output.
2894
2895 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
2896
2897         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2898         setting isremote by hand.
2899         * boards/dwarf4-gdb-index.exp: Likewise.
2900         * boards/fission.exp: Likewise.
2901         * boards/stabs.exp: Likewise.
2902
2903 2017-11-30  Pedro Alves  <palves@redhat.com>
2904
2905         * gdb.linespec/cpls-ops.exp
2906         (check_explicit_skips_function_argument): Extract the underlying
2907         type of size_t instead of hardcoding it.
2908
2909 2017-11-29  Pedro Alves  <palves@redhat.com>
2910
2911         PR c++/19436
2912         * gdb.linespec/cpls-abi-tag.cc: New file.
2913         * gdb.linespec/cpls-abi-tag.exp: New file.
2914
2915 2017-11-29  Pedro Alves  <palves@redhat.com>
2916
2917         * gdb.base/langs.exp: Use -qualified.
2918         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2919         it.
2920         * gdb.cp/namespace.exp: Use -qualified.
2921         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2922         (overload-3, template-overload, template-ret-type, const-overload)
2923         (const-overload-quoted, anon-ns, ambiguous-prefix): New
2924         procedures.
2925         (test_driver): Call them.
2926         * gdb.cp/save-bp-qualified.cc: New.
2927         * gdb.cp/save-bp-qualified.exp: New.
2928         * gdb.linespec/explicit.exp: Test -qualified.
2929         * lib/completion-support.exp (completion::explicit_opts_list): Add
2930         "-qualified".
2931         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2932
2933 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
2934
2935         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2936
2937 2017-11-29  Tom Tromey  <tom@tromey.com>
2938
2939         * gdb.base/relocate.exp: Update invalid argument test.
2940         Add new tests for invalid arguments.
2941
2942 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2943
2944         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2945         Return 0 as a long.
2946         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2947
2948 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2949
2950         * gdb.cp/breakpoint.cc (bar): Set return type to void.
2951         * gdb.cp/psymtab-parameter.cc (func): Likewise.
2952         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2953         func ().
2954         * gdb.cp/shadow.cc (B.func): Return 0.
2955
2956 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
2957
2958         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2959         expected output in gdb_expect call to allow the exception
2960         message to be present as well.  Fix syntax confusion to avoid
2961         TCL thinking that exception_name is an array.
2962
2963 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
2964
2965         * gdb.arch/spu-info.c: Include <unistd.h>.
2966         (do_signal_test): Fix broken calls to write.
2967         * gdb.arch/spu-info.exp: Use prepare_for_testing.
2968         Fix checks for empty mailboxes.  Update signal tests for corrected
2969         do_signal_test routine.  Allow nonzero event status.
2970         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2971         * gdb.cell/arch.exp: Use standard_output_file.
2972         * gdb.cell/break.exp: Likewise.
2973         * gdb.cell/bt.exp: Likewise.
2974         * gdb.cell/core.exp: Likewise.
2975         * gdb.cell/dwarfaddr.exp: Likewise.
2976         * gdb.cell/ea-cache.exp: Likewise.
2977         * gdb.cell/ea-standalone.exp: Likewise.
2978         * gdb.cell/f-regs.exp: Likewise.
2979         * gdb.cell/fork.exp: Likewise.
2980         * gdb.cell/gcore.exp: Likewise.
2981         * gdb.cell/mem-access.exp: Likewise.
2982         * gdb.cell/ptype.exp: Likewise.
2983         * gdb.cell/registers.exp: Likewise.
2984         * gdb.cell/sizeof.exp: Likewise.
2985         * gdb.cell/solib-symbol.exp: Likewise.
2986         * gdb.cell/solib.exp: Likewise.
2987
2988 2017-11-25   Pedro Alves  <palves@redhat.com>
2989
2990         * gdb.base/complete-empty.exp: New file.
2991         * gdb.base/completion.exp: Adjust.
2992
2993 2017-11-25  Pedro Alves  <palves@redhat.com>
2994
2995         * gdb.linespec/cpls-ops.cc: New file.
2996         * gdb.linespec/cpls-ops.exp: New file.
2997         * lib/completion-support.exp (test_complete_prefix_range_re): New,
2998         factored out from ...
2999         (test_complete_prefix_range): ... this.
3000
3001 2017-11-24  Pedro Alves  <palves@redhat.com>
3002
3003         * gdb.linespec/cpcompletion.exp: New file.
3004         * gdb.linespec/cpls-hyphen.cc: New file.
3005         * gdb.linespec/cpls.cc: New file.
3006         * gdb.linespec/cpls2.cc: New file.
3007         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
3008         test to use test_gdb_complete_unique.  Add label completion,
3009         keyword completion and explicit location completion tests.
3010         * lib/completion-support.exp: New file.
3011
3012 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
3013
3014         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3015         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3016         when hitting an exception catchpoint.
3017
3018 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3019
3020         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3021
3022 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
3023
3024         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3025         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3026         * gdb.dwarf2/info-locals-optimized-out.c: New file.
3027
3028 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3029
3030         * gdb.base/info-os.exp: Pass pthreads.
3031         * gdb.multi/multi-attach.exp: Likewise.
3032
3033 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3034
3035         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3036         compiler.
3037
3038 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3039
3040         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3041         * gdb.base/break-interp.exp: Likewise.
3042         * gdb.base/jit-attach-pie.exp: Likewise.
3043
3044 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3045
3046         * gdb.base/float128.c (large128): New variable.
3047         * gdb.base/float128.exp: Add test to print largest __float128 value.
3048
3049 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3050
3051         * gdb.arch/vsx-regs.exp: Update register content checks.
3052
3053 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
3054
3055         * gdb.arch/ppc-longdouble.exp: New file.
3056         * gdb.arch/ppc-longdouble.c: Likewise.
3057
3058 2017-11-21  Pedro Alves  <palves@redhat.com>
3059
3060         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3061
3062 2017-11-20  Pedro Alves  <palves@redhat.com>
3063
3064         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3065         (long_double_typedef): New typedefs.
3066         Use DEF on double and long double.
3067         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3068         cases.
3069         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3070         and 'long_double_ptr_same_size' locals.  Use them to decide
3071         whether cast from array/function to float is valid/invalid.
3072
3073 2017-11-17  Tom Tromey  <tom@tromey.com>
3074
3075         * gdb.rust/traits.rs: New file.
3076         * gdb.rust/traits.exp: New file.
3077
3078 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
3079
3080         * gdb.ada/minsyms: New testcase.
3081
3082 2017-11-16  Pedro Alves  <palves@redhat.com>
3083
3084         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3085         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3086
3087 2017-11-16  Pedro Alves  <palves@redhat.com>
3088
3089         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3090         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3091
3092 2017-11-16  Pedro Alves  <palves@redhat.com>
3093
3094         * gdb.server/reconnect-ctrl-c.c: New file.
3095         * gdb.server/reconnect-ctrl-c.exp: New file.
3096
3097 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
3098
3099         * gdb.python/py-rbreak.exp: New file.
3100         * gdb.python/py-rbreak.c: New file.
3101         * gdb.python/py-rbreak-func2.c: New file.
3102
3103 2017-11-16  Pedro Alves  <palves@redhat.com>
3104
3105         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3106         pattern.
3107         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3108         GDB.
3109
3110 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
3111
3112         * gdb.tui/completionn.exp (test_tab_completion): Add space in
3113         regex.
3114
3115 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
3116
3117         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3118         test names.
3119
3120 2017-11-09  Pedro Alves  <palves@redhat.com>
3121
3122         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3123         factored out from ...
3124         (top level): ... here, and adjusted to avoid expecting beyond the
3125         prompt in a single gdb_test_multiple.
3126
3127 2017-11-09  Pedro Alves  <palves@redhat.com>
3128
3129         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3130         output.
3131         * gdb.server/ext-attach.exp ("kill" test): Likewise.
3132         * gdb.server/ext-restart.exp ("kill" test): Likewise.
3133         * gdb.server/ext-run.exp ("kill" test): Likewise.
3134         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3135
3136 2017-11-09  Pedro Alves  <palves@redhat.com>
3137
3138         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3139         match till end of line.
3140
3141 2017-11-09  Pedro Alves  <palves@redhat.com>
3142
3143         * gdb.base/memattr.exp: Tighten regexes to match the end line.
3144
3145 2017-11-09  Pedro Alves  <palves@redhat.com>
3146
3147         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3148         New procedures, factored out from ...
3149         (top level): ... here, and adjusted to avoid expecting beyond the
3150         prompt in one go.
3151
3152 2017-11-09  Pedro Alves  <palves@redhat.com>
3153
3154         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3155         output.  Fix '?' match.
3156
3157 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
3158
3159         * gdb.ada/scoped_watch: New testcase.
3160         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3161         which is actually correct.
3162         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3163         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3164
3165 2017-11-08  Pedro Alves  <palves@redhat.com>
3166
3167         * gdb.gdb/complaints.exp (test_initial_complaints)
3168         (test_serial_complaints, test_short_complaints): Call
3169         complaint_internal instead of complaint.
3170
3171 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
3172
3173         * gdb.threads/tls-core.c: New file.
3174         * gdb.threads/tls-core.exp: Likewise.
3175
3176 2017-11-08   Pedro Alves  <palves@redhat.com>
3177
3178         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3179         (p Exported_Capitalized): New test.
3180         (p exported_capitalized): New test.
3181
3182 2017-11-07  Pedro Alves  <palves@redhat.com>
3183
3184         * gdb.cp/ena-dis-br-range.exp: Add more tests.
3185
3186 2017-11-07  Pedro Alves  <palves@redhat.com>
3187
3188         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3189         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3190         (disable_invalid, disable_inverted, disable_negative): New
3191         procedures.
3192         ("bad numbers"): New set of tests.
3193
3194 2017-11-07  Pedro Alves  <palves@redhat.com>
3195
3196         * gdb.cp/ena-dis-br-range.exp: Add tests.
3197
3198 2017-11-07  Pedro Alves  <palves@redhat.com>
3199
3200         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3201
3202 2017-11-07  Xavier Roirand  <roirand@adacore.com>
3203             Pedro Alves  <palves@redhat.com>
3204
3205         * gdb.base/ena-dis-br.exp: Add reference to
3206         gdb.cp/ena-dis-br-range.exp.
3207         * gdb.cp/ena-dis-br-range.exp: New file.
3208         * gdb.cp/ena-dis-br-range.cc: New file.
3209
3210 2017-11-06  Pedro Alves  <palves@redhat.com>
3211
3212         * gdb.base/attach-non-pgrp-leader.c: New.
3213         * gdb.base/attach-non-pgrp-leader.exp: New.
3214
3215 2017-11-06  Pedro Alves  <palves@redhat.com>
3216
3217         * configure.ac: No longer check for termio.h and sgtty.h.
3218         * configure: Regenerate.
3219         * remote-utils.c: Include termios.h instead of gdb_termios.h.
3220         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3221         Remove termio and sgtty code.
3222
3223 2017-11-03  Yao Qi  <yao.qi@linaro.org>
3224
3225         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3226         in GDB is disabled.
3227
3228 2017-11-03  Yao Qi  <yao.qi@linaro.org>
3229
3230         * gdb.python/py-thrhandle.exp: Skip it if python is not
3231         enabled.
3232
3233 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
3234
3235         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3236         as a breakpoint command.
3237
3238 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
3239
3240         PR python/21213
3241         * gdb.python/py-infthread.exp: Test calling
3242         InferiorThread.inferior () multiple times in a row.
3243
3244 2017-10-27  Keith Seitz  <keiths@redhat.com>
3245
3246         * gdb.opt/inline-break.exp (break_info_1): New procedure.
3247         Test "info break" for every inlined function breakpoint.
3248
3249 2017-10-27  Yao Qi  <yao.qi@linaro.org>
3250
3251         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3252
3253 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
3254
3255         * gdb.cp/classes.exp (test_static_members): Test printing
3256         Outer::instance.
3257         * gdb.cp/classes.c (struct Inner, struct Outer): New.
3258         (Inner::instance, Outer::instance): New.
3259
3260 2017-10-24  Pedro Alves  <palves@redhat.com>
3261
3262         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3263         extra console" test in two stages.
3264
3265 2017-10-24  Pedro Alves  <palves@redhat.com>
3266
3267         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3268
3269 2017-10-24  Pedro Alves  <palves@redhat.com>
3270
3271         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3272         loop.
3273
3274 2017-10-24  Pedro Alves  <palves@redhat.com>
3275
3276         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3277         $attempt" and "stoppedtry $stoppedtry" test prefixes.
3278
3279 2017-10-24  Pedro Alves  <palves@redhat.com>
3280
3281         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3282         parameter and handle it.  Don't output read value in test name.
3283
3284 2017-10-24  Pedro Alves  <palves@redhat.com>
3285
3286         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3287         custom test name.
3288
3289 2017-10-24  Pedro Alves  <palves@redhat.com>
3290
3291         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3292         include the unstable output directory name in the test's name.
3293         (initial_setup_simple) <'set args'>: Use custom test name.
3294
3295 2017-10-24  Pedro Alves  <palves@redhat.com>
3296
3297         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3298         with explicit test name.
3299
3300 2017-10-20  Pedro Alves  <palves@redhat.com>
3301
3302         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3303         'wait -i'.  Use gdb_assert and remote_close.
3304
3305 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
3306
3307         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3308         number from variable rather than hard-coded.
3309
3310 2017-10-19  Pedro Alves  <palves@redhat.com>
3311
3312         * gdb.base/long-inferior-output.c: New file.
3313         * gdb.base/long-inferior-output.exp: New file.
3314
3315 2017-11-18  Keith Seitz  <keiths@redhat.com>
3316
3317         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3318         method.
3319         (main): Call it.
3320         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3321         Add additional user-defined conversion operator tests.
3322
3323 2017-10-17  Pedro Alves  <palves@redhat.com>
3324
3325         * boards/native-stdio-gdbserver.exp: Load "local-board".
3326
3327 2017-10-17  Pedro Alves  <palves@redhat.com>
3328
3329         * gdb.base/quit-live.c: New file.
3330         * gdb.base/quit-live.exp: New file.
3331
3332 2017-10-16  Keith Seitz  <keiths@redhat.com>
3333
3334         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3335         (class_with_protected_typedef, class_with_private_typedef)
3336         (struct_with_public_typedef, struct_with_protected_typedef)
3337         (struct_with_private_typedef): New classes/structs.
3338         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3339         typedefs and access specifiers.
3340
3341 2017-10-16  Pedro Alves  <palves@redhat.com>
3342             Simon Marchi  <simon.marchi@polymtl.ca>
3343
3344         * README (Local vs Remote vs Native): New section.
3345         * boards/local-board.exp: New file, with bits factored out from
3346         ...
3347         * boards/native-extended-gdbserver.exp: ... here.  Load
3348         "local-board".
3349         * boards/native-gdbserver.exp: Load "local-board".
3350         (${board}_spawn, ${board}_exec): Delete.
3351         * boards/native-stdio-gdbserver.exp: Most contents factored out to
3352         ...
3353         * boards/stdio-gdbserver-base.exp: ... this new file.
3354         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3355         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3356         procedure.
3357         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3358         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
3359         stdio_gdbserver_command.
3360         (${board}_get_remote_address, ${board}_get_comm_port)
3361         (${board}_download, ${board}_upload): Delete.
3362         (get_target_remote_pipe_cmd): New.
3363
3364 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
3365
3366         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3367         test_bkpt_deletion, test_bkpt_cond_and_cmds,
3368         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3369         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3370         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3371         remove with_test_prefix.
3372
3373 2017-10-13  Pedro Alves  <palves@redhat.com>
3374
3375         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3376         * gdb.base/annota1.exp: Use it instead of is_remote.
3377         * gdb.base/annota3.exp: Use it instead of is_remote.
3378         * gdb.cp/annota2.exp: Use it instead of is_remote.
3379         * gdb.cp/annota3.exp: Use it instead of is_remote.
3380         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3381
3382 2017-10-13  Pedro Alves  <palves@redhat.com>
3383
3384         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3385         (test_num_test_vars, run_and_count_vars, find_env)
3386         (test_set_unset_env, test_inherit_env_var): New procedures.
3387         (top level): Use them.
3388
3389 2017-10-13  Pedro Alves  <palves@redhat.com>
3390
3391         * lib/selftest-support.exp (selftest_setup): Extend comments, and
3392         also skip on stub-like targets.
3393
3394 2017-10-13  Pedro Alves  <palves@redhat.com>
3395
3396         PR gdb/22293
3397         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3398         (top level): Move some tests to ...
3399         (test_not_found): ... this new procedure.
3400         (top level): Call it.
3401
3402 2017-10-13  Pedro Alves  <palves@redhat.com>
3403
3404         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
3405         expect different "info terminal" output if testing with a
3406         non-native target.
3407
3408 2017-10-13  Pedro Alves  <palves@redhat.com>
3409             Simon Marchi  <simon.marchi@polymtl.ca>
3410
3411         PR python/12966
3412         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3413
3414 2017-10-13  Pedro Alves  <palves@redhat.com>
3415
3416         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3417         already.
3418
3419 2017-10-13  Pedro Alves  <palves@redhat.com>
3420
3421         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3422         is_remote.
3423
3424 2017-10-13  Pedro Alves  <palves@redhat.com>
3425
3426         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3427         is_remote.
3428
3429 2017-10-13  Pedro Alves  <palves@redhat.com>
3430
3431         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3432         is set.
3433         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
3434         instead of is_remote.
3435
3436 2017-10-13  Pedro Alves  <palves@redhat.com>
3437
3438         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3439         (top level): Add comment.
3440
3441 2017-10-13  Pedro Alves  <palves@redhat.com>
3442
3443         * gdb.base/remote.exp (top level): Fix comment typo and add
3444         missing return.
3445
3446 2017-10-13  Pedro Alves  <palves@redhat.com>
3447             Simon Marchi  <simon.marchi@polymtl.ca>
3448
3449         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3450         calls and add comments.  Skip test if use_gdb_stub is set.
3451         (top level): Use "set cwd" command instead of "cd" command.
3452
3453 2017-10-13  Pedro Alves  <palves@redhat.com>
3454
3455         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3456         is_remote target check.
3457
3458 2017-10-13  Pedro Alves  <palves@redhat.com>
3459
3460         * gdb.base/scope.exp: Use build_executable + clean_restart +
3461         gdb_file_cmd instead of prepare_for_testing and no longer skip
3462         "before run" tests on is_remote target boards.  Update comments.
3463         * boards/native-extended-gdbserver.exp
3464         (extended_gdbserver_load_last_file): New, factored out from ...
3465         (gdb_load): ... this.  Move further below and add comment.
3466         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3467
3468 2017-10-12  Pedro Alves  <palves@redhat.com>
3469
3470         * gdb.base/attach.exp: Remove references to gdb64.
3471         * gdb.base/dbx.exp: Remove references to gdb64.
3472
3473 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3474             Pedro Alves  <palves@redhat.com>
3475
3476         * gdb.base/label.exp: Remove is_remote target check.
3477
3478 2017-10-12  Pedro Alves  <palves@redhat.com>
3479
3480         * gdb.base/auvx.exp (coredir): Update comment.
3481         (top level) <core_works>: Use "set cwd" command instead of "cd"
3482         command.
3483
3484 2017-10-12  Pedro Alves  <palves@redhat.com>
3485             Simon Marchi  <simon.marchi@polymtl.ca>
3486
3487         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3488         target boards.
3489
3490 2017-10-12  Pedro Alves  <palves@redhat.com>
3491             Simon Marchi  <simon.marchi@polymtl.ca>
3492
3493         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3494         Instead skip if there's any gdb_protocol set.
3495
3496 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3497             Pedro Alves  <palves@redhat.com>
3498
3499         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3500
3501 2017-10-12  Pedro Alves  <palves@redhat.com>
3502             Simon Marchi  <simon.marchi@polymtl.ca>
3503
3504         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3505         instead of on dejagnu remote boards.
3506
3507 2017-10-12  Pedro Alves  <palves@redhat.com>
3508             Simon Marchi  <simon.marchi@polymtl.ca>
3509
3510         * gdb.base/inferior-died.exp: Remove is_remote and isnative
3511         checks.  Use build_executable + clean_restart instead of
3512         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
3513         of enabling non-stop after starting gdb.
3514
3515 2017-10-12  Pedro Alves  <palves@redhat.com>
3516
3517         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3518         * gdb.threads/non-ldr-exc-2.exp: Ditto.
3519         * gdb.threads/non-ldr-exc-3.exp: Ditto.
3520         * gdb.threads/non-ldr-exc-4.exp: Ditto.
3521
3522 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
3523
3524         * gdb.arch/arc-tdesc-cpu.exp: New file.
3525         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3526
3527 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
3528
3529         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3530
3531 2017-10-10  Pedro Alves <palves@redhat.com>
3532
3533         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3534         expect CLI output.
3535
3536 2017-10-10  Pedro Alves  <palves@redhat.com>
3537
3538         * lib/selftest-support.exp (selftest_setup): Update for
3539         captured_command_loop's prototype change.
3540
3541 2017-10-09  Pedro Alves  <palves@redhat.com>
3542
3543         Test both arch1=>arch2 and arch2=>arch1.
3544
3545         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3546         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
3547         factored out to...
3548         (append_arch1_options, append_arch2_options, append_arch_options)
3549         (build_executables): New procedures.
3550         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
3551         local.
3552         (top level): Add new 'first_arch' testing axis.
3553
3554 2017-10-09  Pedro Alves  <palves@redhat.com>
3555
3556         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3557         (barrier): New.
3558         (thread_start, all_started): New functions.
3559         (main): Spawn new thread and wait until it is scheduled.
3560         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3561         option.
3562         (do_test): Add 'selected_thread' parameter.  Run to all_started
3563         instead of main.  Explicitly set the breakpoint at main.  Switch
3564         to the SELECTED_THREAD thread.
3565         (top level): Test handling the exec event with either the main
3566         thread or the second thread selected.
3567
3568 2017-10-09  Pedro Alves  <palves@redhat.com>
3569
3570         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3571         logic.  Move STOP marker after the value checks.
3572         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3573         regexp.
3574
3575 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
3576
3577         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3578
3579 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
3580
3581         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3582         integer-to-dfp conversion.
3583         * gdb.base/dfp-test.exp: Likewise.
3584
3585 2017-10-04  Pedro Alves  <palves@redhat.com>
3586
3587         * gdb.multi/hangout.c: Include <unistd.h>.
3588         (hangout_loop): New function.
3589         (main): Call alarm.  Call hangout_loop in a loop.
3590         * gdb.multi/hello.c: Include <unistd.h>.
3591         (hello_loop): New function.
3592         (main): Call alarm.  Call hangout_loop in a loop.
3593         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3594         inferior with the other selected.
3595
3596 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
3597
3598         * gdb.mi/list-thread-groups-available.exp: New file.
3599         * gdb.mi/list-thread-groups-available.c: New file.
3600
3601 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3602
3603         * gdb.base/set-cwd.exp: Make it available on
3604         native-extended-gdbserver.
3605
3606 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3607
3608         * gdb.base/set-cwd.c: New file.
3609         * gdb.base/set-cwd.exp: Likewise.
3610
3611 2017-10-02  Tom Tromey  <tom@tromey.com>
3612
3613         PR rust/22236:
3614         * gdb.rust/simple.rs (main): New variable "fslice".
3615         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
3616
3617 2017-10-02  Tom Tromey  <tom@tromey.com>
3618
3619         * gdb.rust/simple.exp: Test ptype of a slice.
3620
3621 2017-10-02  Tom Tromey  <tom@tromey.com>
3622
3623         * gdb.rust/simple.exp: Test index of slice.
3624
3625 2017-09-27  Tom Tromey  <tom@tromey.com>
3626
3627         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3628
3629 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3630             Pedro Alves  <palves@redhat.com>
3631
3632         * gdb.base/compare-sections.exp (get value of read-only section): Read
3633         as unsigned value.
3634         (corrupt read-only section): Likewise and don't set written if patching
3635         failed.
3636
3637 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
3638
3639         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3640         files.
3641
3642 2017-09-20  Pedro Alves  <palves@redhat.com>
3643
3644         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3645         symbol names in gdb's output.
3646         * gdb.cp/overload.exp ("list all overloads"): Likewise.
3647
3648 2017-09-20  Pedro Alves  <palves@redhat.com>
3649
3650         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3651         Rename to ...
3652         (test_list_ambiguous_symbol): ... this and add a symbol name
3653         parameter.  Adjust.
3654         (test_list_ambiguous_function): Reimplement on top of
3655         test_list_ambiguous_symbol and also test listing ambiguous
3656         variables.
3657         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3658         (ambiguous_fun): ... this.
3659         (ambiguous_var): New.
3660         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3661         (ambiguous_fun): ... this.
3662         (ambiguous_var): New.
3663
3664 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
3665
3666         * gdb.base/starti.c: New file.
3667         * gdb.base/starti.exp: New file.
3668         * lib/gdb.exp (gdb_starti_cmd): New procedure.
3669
3670 2017-09-14  Pedro Alves  <palves@redhat.com>
3671
3672         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3673         (top level): Use it instead of runto.
3674
3675 2017-09-11  Tom Tromey  <tom@tromey.com>
3676
3677         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3678
3679 2017-09-11  Tom Tromey  <tom@tromey.com>
3680
3681         * gdb.python/py-infthread.exp: Add tests for new_thread event.
3682         * gdb.python/py-inferior.exp: Add tests for new inferior events.
3683
3684 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
3685
3686         * gdb.fortran/printing-types.exp: New file.
3687         * gdb.fortran/printing-types.exp: New file.
3688
3689 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3690
3691         * gdb.fortran/vla-ptype.exp: Fix typos.
3692         * gdb.fortran/vla-value.exp: Same.
3693
3694 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3695
3696         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3697         * gdb.mi/mi-var-child-f.exp: Likewise.
3698         * gdb.mi/mi-vla-fortran.exp: Likewise.
3699
3700 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
3701             Christoph Weinmann  <christoph.t.weinmann@intel.com>
3702             Bernhard Heckel  <bernhard.heckel@intel.com>
3703
3704         * gdb.fortran/ptr-indentation.f90: New file.
3705         * gdb.fortran/ptr-indentation.exp: New file.
3706
3707 2017-09-05  Tom Tromey  <tom@tromey.com>
3708
3709         PR gdb/22010:
3710         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3711
3712 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3713
3714         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3715
3716 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3717
3718         * gdb.threads/tls-nodebug-pie.c: New file.
3719         * gdb.threads/tls-nodebug-pie.exp: New file.
3720
3721 2017-09-05  Tom Tromey  <tom@tromey.com>
3722
3723         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3724         for rust.
3725
3726 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3727
3728         * gdb.multi/multi-arch-exec.exp: Test with different
3729         "follow-exec-mode" settings.
3730         (do_test): New procedure.
3731
3732 2017-09-04  Pedro Alves  <palves@redhat.com>
3733
3734         * gdb.base/func-static.c (S::method const, S::method volatile)
3735         (S::method volatile const): New methods.
3736         (c_s, v_s, cv_s): New instances.
3737         (main): Call method() on them.
3738         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3739         (cannot_resolve): New procedure.
3740         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
3741         print-quote-unquoted columns.
3742         (do_test): Test printing each scope too.
3743
3744 2017-09-04  Pedro Alves  <palves@redhat.com>
3745
3746         * gdb.base/local-static.exp: Also test with
3747         class::method::variable wholly quoted.
3748         * gdb.cp/m-static.exp (class::method::variable): Remove test.
3749
3750 2017-09-04  Pedro Alves  <palves@redhat.com>
3751
3752         * gdb.base/local-static.c: New.
3753         * gdb.base/local-static.cc: New.
3754         * gdb.base/local-static.exp:  New.
3755
3756 2017-09-04  Pedro Alves  <palves@redhat.com>
3757
3758         * gdb.asm/asm-source.exp: Add casts to int.
3759         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3760         (dataglobal64_1, dataglobal64_2): New globals.
3761         * gdb.base/nodebug.exp: Test different expressions involving the
3762         new globals, with print, whatis and ptype.  Add casts to int.
3763         * gdb.base/solib-display.exp: Add casts to int.
3764         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
3765         * gdb.cp/m-static.exp: Add cast to int.
3766         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3767         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3768         tls variable with no debug info without a cast.  Test with a cast
3769         to int too.
3770         * gdb.trace/entry-values.exp: Add casts.
3771
3772 2017-09-04  Pedro Alves  <palves@redhat.com>
3773
3774         * gdb.base/nodebug.exp: Test that ptype's error about functions
3775         with unknown return type includes the function name too.
3776
3777 2017-09-04  Pedro Alves  <palves@redhat.com>
3778
3779         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3780         return type of munmap in infcall.
3781         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3782         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
3783         type of ftell in infcall.
3784         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3785         type of getpid in infcall.
3786         * gdb.base/infcall-exec.exp: Cast return type of execlp in
3787         infcall.
3788         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3789         Bail on failure to extract the pid.
3790         * gdb.base/nodebug.c: #include <stdint.h>.
3791         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3792         New functions.
3793         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3794         Change expected output of print/whatis/ptype with functions with
3795         no debug info.  Test all supported languages.  Call
3796         test_call_promotion.
3797         * gdb.compile/compile.exp: Adjust expected output to expect
3798         warning.
3799         * gdb.threads/siginfo-threads.exp: Likewise.
3800
3801 2017-09-04  Pedro Alves  <palves@redhat.com>
3802
3803         * gdb.base/callfuncs.exp (do_function_calls): New parameter
3804         "prototypes".  Test calling float functions via prototyped and
3805         unprototyped function pointers.
3806         (perform_all_tests): New parameter "prototypes".  Pass it down.
3807         (top level): Pass down "prototypes" parameter to
3808         perform_all_tests.
3809
3810 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3811
3812         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3813         Test with nested loops.
3814
3815 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3816
3817         * gdb.base/commands.exp: Call the new procedures.
3818         (loop_break_test, loop_continue_test): New procedures.
3819
3820 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3821
3822         * gdb.base/commands.exp: Call new procedure.
3823         (define_if_without_arg_test): New procedure.
3824
3825 2017-09-04  Pedro Alves  <palves@redhat.com>
3826
3827         * gdb.base/list-ambiguous.exp: New file.
3828         * gdb.base/list-ambiguous0.c: New file.
3829         * gdb.base/list-ambiguous1.c: New file.
3830         * gdb.base/list.exp (test_list_range): Adjust expected output.
3831
3832 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
3833
3834         * gdb.base/share-env-with-gdbserver.c: New file.
3835         * gdb.base/share-env-with-gdbserver.exp: Likewise.
3836
3837 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3838
3839         * gdb.base/commands.exp (gdbvar_simple_if_test,
3840         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3841         progvar_simple_if_test, progvar_simple_while_test,
3842         progvar_complex_if_while_test, user_defined_command_test,
3843         user_defined_command_args_eval,
3844         user_defined_command_args_stack_test,
3845         user_defined_command_manyargs_test, bp_deleted_in_command_test,
3846         temporary_breakpoint_commands,
3847         gdb_test_no_prompt, redefine_hook_test,
3848         redefine_backtrace_test): Remove "global gdb_prompt".
3849
3850 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3851
3852         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3853         New proc, call it from toplevel.
3854
3855 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
3856
3857         PR remote/21852
3858         * gdb.server/normal.c: New file, copied from gdb.base.
3859         * gdb.server/run-without-local-binary.exp: New file.
3860
3861 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
3862
3863         * gdb.arch/sparc64-adi.exp: New file.
3864         * gdb.arch/sparc64-adi.c: New file.
3865
3866 2017-08-22  Pedro Alves  <palves@redhat.com>
3867
3868         * gdb.cp/overload.exp (line_range_pattern): New procedure.
3869         (top level): Add "list all overloads" tests.
3870
3871 2017-08-22  Tom Tromey  <tom@tromey.com>
3872
3873         * gdb.gdb/xfullpath.exp: Remove.
3874
3875 2017-08-21  Pedro Alves  <palves@redhat.com>
3876
3877         PR gdb/19487
3878         * gdb.base/symbol-alias.c: New.
3879         * gdb.base/symbol-alias2.c: New.
3880         * gdb.base/symbol-alias.exp: New.
3881
3882 2017-08-21  Pedro Alves  <palves@redhat.com>
3883
3884         * gdb.base/dfp-test.c
3885         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3886         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3887         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3888         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3889         * gdb.base/whatis-ptype-typedefs.c: New.
3890         * gdb.base/whatis-ptype-typedefs.exp: New.
3891         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3892         (an_int, an_int_type, an_int_type2): New globals.
3893         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3894         involving typedefs and cast expressions.
3895         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3896         (lookup_typedefs_function): New.
3897         (typedefs_pretty_printers_dict): New.
3898         (top level): Register lookup_typedefs_function in
3899         gdb.pretty_printers.
3900
3901 2017-08-18  Yao Qi  <yao.qi@linaro.org>
3902
3903         * gdb.server/unittest.exp: New.
3904
3905 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3906
3907         PR gdb/21954
3908         * gdb.base/environ.exp: Add test to check if 'unset environment'
3909         works.
3910
3911 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3912
3913         * lib/gdb.exp (universal_compile_options): New caching proc.
3914         (gdb_compile): Suppress GCC's coloring of messages.
3915
3916 2017-08-14  Tom Tromey  <tom@tromey.com>
3917
3918         PR gdb/21675:
3919         * gdb.base/printcmds.exp (test_radices): New function.
3920         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3921         * gdb.base/sizeof.exp (check_valueof): Use p/d.
3922         * lib/gdb.exp (get_integer_valueof): Use p/d.
3923
3924 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
3925
3926         * lib/gdb.exp (get_valueof): Don't capture end-of-line
3927         characters.
3928
3929 2017-08-05  Tom Tromey  <tom@tromey.com>
3930
3931         * gdb.rust/simple.exp: Allow String to appear in a different
3932         namespace.
3933
3934 2017-07-26  Yao Qi  <yao.qi@linaro.org>
3935
3936         * gdb.gdb/unittest.exp: Invoke command
3937         "maintenance check xml-descriptions".
3938
3939 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3940
3941         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3942         calling context.
3943         (hex128): Drop erroneous calculation of parameters.
3944
3945 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
3946
3947         * gdb.python/py-unwind.exp: Disable stack protection when
3948         building test file.
3949
3950 2017-07-20  Pedro Alves  <palves@redhat.com>
3951
3952         * gdb.base/default.exp (set language): Adjust expected output.
3953
3954 2017-07-20  Pedro Alves  <palves@redhat.com>
3955
3956         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3957         (test_minsym): ... this, and make static.
3958         (get_pck__foo__bar__minsym): Rename to ...
3959         (get_test_minsym): ... this.
3960         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
3961         symbol names and comments.
3962         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3963         (get_test_minsym): ... this.
3964         (pck__foo__bar__minsym__2): Rename to ...
3965         (test_minsym): ... this.
3966         (main): Adjust.
3967
3968 2017-07-17  Pedro Alves  <palves@redhat.com>
3969
3970         * gdb.base/completion.exp: Adjust expected output.
3971         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3972         the completer works.
3973
3974 2017-07-17  Pedro Alves  <palves@redhat.com>
3975
3976         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3977
3978 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
3979
3980         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3981
3982 2017-07-14  Tom Tromey  <tom@tromey.com>
3983
3984         PR rust/21764:
3985         * gdb.rust/simple.exp: Add tests.
3986
3987 2017-07-14  Tom Tromey  <tom@tromey.com>
3988
3989         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3990
3991 2017-07-14  Pedro Alves  <palves@redhat.com>
3992
3993         * gdb.linespec/base/one/thefile.cc (z1): New function.
3994         * gdb.linespec/base/two/thefile.cc (z2): New function.
3995         * gdb.linespec/linespec.exp: Add tests.
3996
3997 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3998
3999         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4000         to mi_create_breakpoint.
4001
4002 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4003
4004         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4005         mi_create_breakpoint.
4006
4007 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
4008
4009         * gdb.dlang/demangle.exp: Update for demangling changes.
4010
4011 2017-07-09  Tom Tromey  <tom@tromey.com>
4012
4013         * gdb.dwarf2/shortpiece.exp: New file.
4014
4015 2017-07-06  David Blaikie  <dblaikie@gmail.com>
4016
4017         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4018         built from fissiont-multi-cu{1,2}.c.
4019         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4020         except putting 'main' and 'func' in separate CUs in the same DWO file.
4021         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4022         test.
4023         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4024         test.
4025
4026 2017-07-06  Pedro Alves  <palves@redhat.com>
4027
4028         * gdb.python/py-unwind.exp: Test flushregs.
4029
4030 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4031
4032         PR cli/21688
4033         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4034         tests for alias commands and trailing whitespace.
4035
4036 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4037
4038         PR cli/21688
4039         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4040         procedure.  Call it.
4041
4042 2017-06-29  Pedro Alves  <palves@redhat.com>
4043
4044         * gdb.base/printcmds.exp: Add tests.
4045
4046 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
4047
4048         PR gdb/21337
4049         * gdb.base/reread-readsym.exp: New file.
4050         * gdb.base/reread-readsym.c: New file.
4051
4052 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
4053
4054         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4055         subpattern.
4056
4057 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
4058
4059         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4060         extended mnemonic.
4061         * gdb.arch/powerpc-power9.s: Likewise.
4062
4063 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4064
4065         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4066         on 32-bit x86 targets.  Exploit is_*_target macros where
4067         appropriate.
4068
4069 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4070
4071         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4072         register pieces.
4073
4074 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4075
4076         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4077         located in one or more DWARF pieces.
4078
4079 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4080
4081         * lib/gdb.exp (get_endianness): New proc.
4082         * gdb.arch/aarch64-fp.exp: Use it.
4083         * gdb.arch/altivec-regs.exp: Likewise.
4084         * gdb.arch/e500-regs.exp: Likewise.
4085         * gdb.arch/vsx-regs.exp: Likewise.
4086         * gdb.base/dump.exp: Likewise.
4087         * gdb.base/funcargs.exp: Likewise.
4088         * gdb.base/gnu_vector.exp: Likewise.
4089         * gdb.dwarf2/formdata16.exp: Likewise.
4090         * gdb.dwarf2/implptrpiece.exp: Likewise.
4091         * gdb.dwarf2/nonvar-access.exp: Likewise.
4092         * gdb.python/py-inferior.exp: Likewise.
4093         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4094
4095 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4096
4097         PR gdb/21226
4098         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4099         stack value pieces are taken from the LSB end.
4100
4101 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4102
4103         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4104         variable at nonzero offset.
4105
4106 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4107
4108         * gdb.dwarf2/var-access.c: New file.
4109         * gdb.dwarf2/var-access.exp: New test.
4110         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4111
4112 2017-06-12  Tom Tromey  <tom@tromey.com>
4113
4114         * gdb.dwarf2/formdata16.exp: Add tests.
4115
4116 2017-06-12  Tom Tromey  <tom@tromey.com>
4117
4118         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4119
4120 2017-06-12  Tom Tromey  <tom@tromey.com>
4121
4122         PR exp/16225:
4123         * gdb.reverse/i386-sse-reverse.exp: Update tests.
4124         * gdb.arch/vsx-regs.exp: Update tests.
4125         * gdb.arch/s390-vregs.exp (hex128): New proc.
4126         Update test.
4127         * gdb.arch/altivec-regs.exp: Update tests.
4128
4129 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4130
4131         * gdb.base/startup-with-shell.c: New file.
4132         * gdb.base/startup-with-shell.exp: Likewise.
4133
4134 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4135
4136         * gdb.server/non-existing-program.exp: Update regex in order to
4137         reflect the fact that gdbserver is now using fork_inferior (with a
4138         shell) to startup the inferior.
4139
4140 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
4141
4142         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4143         support function calls from GDB.
4144
4145 2017-05-21  Tom Tromey  <tom@tromey.com>
4146
4147         PR rust/21466:
4148         * gdb.rust/unsized.exp: New file.
4149         * gdb.rust/unsized.rs: New file.
4150
4151 2017-05-19  Tom Tromey  <tom@tromey.com>
4152
4153         PR rust/21484:
4154         * gdb.rust/watch.exp: New file.
4155         * gdb.rust/watch.rs: New file.
4156
4157 2017-05-18  Tom Tromey  <tom@tromey.com>
4158
4159         * gdb.rust/simple.exp: Allow Box to be qualified.
4160
4161 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4162
4163         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4164
4165 2017-05-18  Pedro Alves  <palves@redhat.com>
4166
4167         * gdb.base/fileio.c (test_write, test_read, test_close)
4168         (test_fstat): Don't print 'ret' in the fail path.
4169
4170 2017-05-18  Pedro Alves  <palves@redhat.com>
4171
4172         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4173         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4174         (test_system, test_rename, test_unlink, test_time): Change
4175         prototypes.
4176         * gdb.base/fileio.exp (stop_msg): Adjust.
4177
4178 2017-05-18  Pedro Alves  <palves@redhat.com>
4179
4180         * gdb.base/fileio.c (null_str): New global.
4181         (test_stat): Use it.
4182         * gdb.base/fileio.exp: Remove nowarnings.
4183
4184 2017-05-17  Yao Qi  <yao.qi@linaro.org>
4185
4186         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4187
4188 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
4189
4190         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4191         argument command.
4192         (top-level): Invoke test_set_inferior_tty.
4193
4194 2017-05-04  Pedro Alves  <palves@redhat.com>
4195
4196         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4197         Add parens to print call for Python 3.
4198
4199 2017-05-03  Keith Seitz  <keiths@redhat.com>
4200
4201         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4202         (main): Call it.
4203
4204 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4205
4206         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4207         to prev and next.
4208
4209 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4210
4211         * gdb.python/py-record-btrace.exp: Remove test for
4212         gdb.BtraceInstruction.error.
4213
4214 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4215
4216         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4217
4218 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4219
4220         * gdb.python/py-record-btrace-threads.c: New file.
4221         * gdb.python/py-record-btrace-threads.exp: New file.
4222
4223 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
4224
4225         PR testsuite/8595
4226         * gdb.base/environ.exp: Make test available in all architectures.
4227         Move bits related to "info program" testing to
4228         gdb.base/info-program.exp.  Rewrite tests to use the two new
4229         procedures mentione below.
4230         (test_set_show_env_var) New procedure.
4231         (test_set_show_env_var_equal): Likewise.
4232         * gdb.base/info-program.exp: New file.
4233
4234 2017-04-27  Keith Seitz  <keiths@redhat.com>
4235
4236         * gdb.cp/oranking.cc (test15): New function.
4237         (main): Call test15 and declare additional variables for testing.
4238         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4239         "p foo101('abc')" tests.
4240         Add tests for cv qualifier overloads.
4241         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4242         "lvalue reference overload" test.
4243         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4244         "print value of f1 on Child&& in f2" test.
4245
4246 2017-04-19  Pedro Alves  <palves@redhat.com>
4247
4248         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4249         procedure.
4250         (top level): Call it.
4251         * lib/gdb.exp (gdb_define_cmd): New procedure.
4252
4253 2017-04-12  Pedro Alves  <palves@redhat.com>
4254
4255         PR gdb/21323
4256         * gdb.cp/wide_char_types.c: Include <wchar.h>.
4257         (wchar): New global.
4258         * gdb.cp/wide_char_types.exp (wide_char_types_program)
4259         (do_test_wide_char, wide_char_types_no_program, top level): Add
4260         wchar_t testing.
4261
4262 2017-04-12  Pedro Alves  <palves@redhat.com>
4263
4264         PR c++/21323
4265         * gdb.cp/wide_char_types.c: New file.
4266         * gdb.cp/wide_char_types.exp: New file.
4267
4268 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
4269
4270         PR gdb/21352
4271         * gdb.trace/tsv.exp: Add test for "tsave -r".
4272
4273 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
4274
4275         * gdb.dlang/watch-loc.c: New file.
4276         * gdb.dlang/watch-loc.exp: New file.
4277
4278 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4279
4280         * gdb.python/py-section-script.exp (sepdebug): New testcases.
4281
4282 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
4283
4284         * gdb.arch/arc-analyze-prologue.S: New file.
4285         * gdb.arch/arc-analyze-prologue.exp: Likewise.
4286
4287 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
4288
4289         * gdb.arch/arc-decode-insn.S: New file.
4290         * gdb.arch/arc-decode-insn.exp: Likewise.
4291
4292 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
4293
4294         PR tdep/20928
4295         * gdb.arch/sparc64-regs.exp: New file.
4296         * gdb.arch/sparc64-regs.S: Likewise.
4297
4298 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
4299
4300         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4301         and memory view on Python 3.
4302
4303 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4304             Keith Seitz  <keiths@redhat.com>
4305
4306         PR gdb/14441
4307         * gdb.cp/demangle.exp: Add rvalue reference tests.
4308         * gdb.cp/rvalue-ref-casts.cc: New file.
4309         * gdb.cp/rvalue-ref-casts.exp: New file.
4310         * gdb.cp/rvalue-ref-overload.cc: New file.
4311         * gdb.cp/rvalue-ref-overload.exp: New file.
4312         * gdb.cp/rvalue-ref-params.cc: New file.
4313         * gdb.cp/rvalue-ref-params.exp: New file.
4314         * gdb.cp/rvalue-ref-sizeof.cc: New file.
4315         * gdb.cp/rvalue-ref-sizeof.exp: New file.
4316         * gdb.cp/rvalue-ref-types.cc: New file.
4317         * gdb.cp/rvalue-ref-types.exp: New file.
4318         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4319         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4320
4321 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4322
4323         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4324         New procedure.
4325
4326 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4327
4328         * lib/mi-support.exp (mi_gdb_test): Add additional message
4329         for unexpected output.
4330
4331 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4332
4333         * gdb.base/examine-backward.c (Barrier): New character array
4334         constant, to ensure that TestStrings is preceded by a string
4335         terminator.
4336
4337 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4338
4339         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4340         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4341         and implicit pointer into such a location.
4342
4343 2017-03-16  Doug Evans  <dje@google.com>
4344
4345         * gdb.python/py-lazy-string (pointer): Really add new typedef.
4346
4347 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4348
4349         * gdb.cp/m-static.exp: Fix expectation for prototype of
4350         test5.single_constructor and single_constructor::single_constructor.
4351
4352 2017-03-16  Doug Evans  <dje@google.com>
4353
4354         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4355         * gdb.guile/scm-lazy-string.c: New file.
4356         * gdb.guile/scm-value.exp: Move lazy string tests to ...
4357         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
4358         for pointer, array, typedef lazy strings.
4359
4360 2017-03-16  Doug Evans  <dje@google.com>
4361
4362         PR python/17728, python/18439, python/18779
4363         * gdb.python/py-value.c (main) Delete locals sptr, sn.
4364         * gdb.python/py-lazy-string.c (pointer): New typedef.
4365         (main): New locals ptr, array, typedef_ptr.
4366         * gdb.python/py-value.exp: Move lazy string tests to ...
4367         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
4368         array, typedef lazy strings.
4369
4370 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
4371
4372         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4373           Add optional 'test' parameter.
4374
4375 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4376
4377         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4378         Skip for versions of DejaGnu < 1.5.
4379
4380 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4381
4382         * lib/gdb.exp (dejagnu_version): New proc.
4383         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4384         Use dejagnu_version.
4385
4386 2017-03-10  Keith Seitz  <keiths@redhat.com>
4387
4388         PR c++/8128
4389         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4390         type from destructor regexps.
4391         Add a branch which actually passes the test.
4392         Adjust "ptype t5i" test names.
4393
4394 2017-03-08  Pedro Alves  <palves@redhat.com>
4395
4396         * gdb.base/step-over-exit.exp: Add explicit test message.
4397
4398 2017-03-08  Pedro Alves  <palves@redhat.com>
4399
4400         PR gdb/18360
4401         * gdb.threads/interrupt-while-step-over.c: New file.
4402         * gdb.threads/interrupt-while-step-over.exp: New file.
4403
4404 2017-03-08  Pedro Alves  <palves@redhat.com>
4405
4406         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4407         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4408
4409 2017-03-08  Pedro Alves  <palves@redhat.com>
4410
4411         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4412         PKRU as not supported as a PASS.
4413
4414 2017-03-08  Pedro Alves  <palves@redhat.com>
4415
4416         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4417         prefix instead of $binfile1/$binfile2.
4418         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4419         in test message.
4420         * gdb.python/py-completion.exp: Use "load python file" as test
4421         messages instead of unstable path names.
4422
4423 2017-03-08  Pedro Alves  <palves@redhat.com>
4424             Jan Kratochvil  <jan.kratochvil@redhat.com>
4425
4426         PR cli/21218
4427         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4428         New proc.
4429         (top level): Call it.
4430
4431 2017-03-08  Pedro Alves  <palves@redhat.com>
4432
4433         PR tui/21216
4434         * gdb.tui/tui-nl-filtered-output.exp: New file.
4435
4436 2017-03-08  Pedro Alves  <palves@redhat.com>
4437
4438         * gdb.base/completion.exp: Move TUI completion tests to ...
4439         * gdb.tui/completion.exp: ... this new file.
4440
4441 2017-03-08  Pedro Alves  <palves@redhat.com>
4442
4443         * gdb.base/tui-disasm-long-lines.c,
4444         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4445         gdb.base/tui-layout.exp: Move to ...
4446         * gdb.tui/: ... this new directory.
4447
4448 2017-03-07  Pedro Alves  <palves@redhat.com>
4449
4450         * gdb.base/tui-layout.c: New file.
4451         * gdb.base/tui-layout.exp: New file.
4452
4453 2017-03-07  Pedro Alves  <palves@redhat.com>
4454
4455         * gdb.base/tui-layout.c: Rename to ...
4456         * gdb.base/tui-disasm-long-lines.c: ... this.
4457         * gdb.base/tui-layout.exp: Rename to ...
4458         * gdb.base/tui-disasm-long-lines.exp: ... this.
4459
4460 2017-03-07  Pedro Alves  <palves@redhat.com>
4461
4462         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4463
4464 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4465
4466         * i386-mpx-call.c: New file.
4467         * i386-mpx-call.exp: New file.
4468
4469 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
4470
4471         * gdb.arch/powerpc-power.exp: Delete test.
4472         * gdb.arch/powerpc-power.s: Likewise.
4473         * gdb.disasm/disassembler-options.exp: New test.
4474         * gdb.arch/powerpc-altivec.exp: Likewise.
4475         * gdb.arch/powerpc-altivec.s: Likewise.
4476         * gdb.arch/powerpc-altivec2.exp: Likewise.
4477         * gdb.arch/powerpc-altivec2.s: Likewise.
4478         * gdb.arch/powerpc-altivec3.exp: Likewise.
4479         * gdb.arch/powerpc-altivec3.s: Likewise.
4480         * gdb.arch/powerpc-power7.exp: Likewise.
4481         * gdb.arch/powerpc-power7.s: Likewise.
4482         * gdb.arch/powerpc-power8.exp: Likewise.
4483         * gdb.arch/powerpc-power8.s: Likewise.
4484         * gdb.arch/powerpc-power9.exp: Likewise.
4485         * gdb.arch/powerpc-power9.s: Likewise.
4486         * gdb.arch/powerpc-vsx.exp: Likewise.
4487         * gdb.arch/powerpc-vsx.s: Likewise.
4488         * gdb.arch/powerpc-vsx2.exp: Likewise.
4489         * gdb.arch/powerpc-vsx2.s: Likewise.
4490         * gdb.arch/powerpc-vsx3.exp: Likewise.
4491         * gdb.arch/powerpc-vsx3.s: Likewise.
4492         * gdb.arch/arm-disassembler-options.exp: Likewise.
4493         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4494         * gdb.arch/s390-disassembler-options.exp: Likewise.
4495
4496 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
4497
4498         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4499         (check_supported_features): ... this. Changed return type to void.
4500         (supports_rdseed): New static global.
4501         (rdseed): Check supports_rdseed.
4502         (initialize): Call check_supported_features.
4503
4504 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4505
4506         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4507         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
4508         and lqarx/stqcx.
4509         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4510         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4511
4512 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4513
4514         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4515         uppercase.
4516
4517 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4518
4519         * gdb.dwarf2/formdata16.c: New file.
4520         * gdb.dwarf2/formdata16.exp: New file.
4521         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4522
4523 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4524
4525         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4526         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4527         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4528         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4529         DW_AT_GNU_*.
4530
4531 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4532
4533         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4534
4535 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4536
4537         PR gdb/21164
4538         * gdb.base/maint.exp: Add testcases for when the commands do
4539         not have arguments.
4540
4541 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4542
4543         * gdb.cp/chained-calls.exp: Use p instead of P.
4544
4545 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4546
4547         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4548         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4549
4550 2017-02-14  Tom Tromey  <tom@tromey.com>
4551
4552         PR python/13598:
4553         * gdb.python/py-events.exp: Add before_prompt event tests.
4554
4555 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4556
4557         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4558
4559 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4560
4561         * gdb.linespec/explicit.c (my_unique_function_name): New function.
4562         (main): Call my_unique_function_name.
4563         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4564         completion of patterns with a single match.
4565         Add missing -re switches to gdb_test_multiple calls.
4566
4567 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4568
4569         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4570         return if core file is not recognized.
4571
4572 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4573
4574         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4575         and extra UIs.
4576
4577 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4578
4579         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4580         proc_with_prefix.
4581
4582 2017-02-10  Tom Tromey  <tom@tromey.com>
4583
4584         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4585
4586 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
4587
4588         PR gdb/21122
4589         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4590
4591 2017-02-08  Jerome Guitton  <guitton@adacore.com>
4592
4593         * gdb.base/define.exp: Add test for command abbreviations
4594         in define.
4595
4596 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
4597
4598         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4599         * gdb.reverse/insn-reverse-x86.c: New file.
4600
4601 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
4602
4603         PR tdep/20936
4604         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4605
4606 2017-02-03  Tom Tromey  <tom@tromey.com>
4607
4608         PR rust/21097:
4609         * gdb.rust/simple.exp: Add new tests.
4610
4611 2017-02-02  Pedro Alves  <palves@redhat.com>
4612
4613         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4614         tests.
4615
4616 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4617
4618         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4619         taking a 2-byte value out of a 4-byte DWARF implicit value on
4620         big-endian targets.
4621         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4622         logic.  Add test cases for DW_OP_implicit.
4623
4624 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4625
4626         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4627
4628 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4629
4630         * gdb.btrace/enable.exp: Call gdb_exit before
4631         skip_gdbserver_tests.
4632
4633 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4634
4635         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4636         GDBFLAGS.
4637
4638 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4639
4640         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4641         the test is skipped.
4642         * gdb.btrace/data.exp: Likewise.
4643         * gdb.btrace/delta.exp: Likewise.
4644         * gdb.btrace/dlopen.exp: Likewise.
4645         * gdb.btrace/enable-running.exp: Likewise.
4646         * gdb.btrace/enable.exp: Likewise.
4647         * gdb.btrace/exception.exp: Likewise.
4648         * gdb.btrace/function_call_history.exp: Likewise.
4649         * gdb.btrace/gcore.exp: Likewise.
4650         * gdb.btrace/instruction_history.exp: Likewise.
4651         * gdb.btrace/multi-thread-step.exp: Likewise.
4652         * gdb.btrace/nohist.exp: Likewise.
4653         * gdb.btrace/non-stop.exp: Likewise.
4654         * gdb.btrace/reconnect.exp: Likewise.
4655         * gdb.btrace/record_goto-step.exp: Likewise.
4656         * gdb.btrace/record_goto.exp: Likewise.
4657         * gdb.btrace/rn-dl-bind.exp: Likewise.
4658         * gdb.btrace/segv.exp: Likewise.
4659         * gdb.btrace/step.exp: Likewise.
4660         * gdb.btrace/stepi.exp: Likewise.
4661         * gdb.btrace/tailcall-only.exp: Likewise.
4662         * gdb.btrace/tailcall.exp: Likewise.
4663         * gdb.btrace/tsx.exp: Likewise.
4664         * gdb.btrace/unknown_functions.exp: Likewise.
4665         * gdb.btrace/vdso.exp: Likewise.
4666
4667 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4668
4669         * gdb.btrace/enable-running.c: New.
4670         * gdb.btrace/enable-running.exp: New.
4671
4672 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4673
4674         * gdb.arch/amd64-gs_base.c: New file.
4675         * gdb.arch/amd64-gs_base.exp: New file.
4676
4677 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4678
4679         * lib/memory.exp: Remove spurious empty newlines.
4680
4681 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
4682
4683         * gdb.python/py-bad-printers.exp: Load python file using "source".
4684         * gdb.python/py-events.exp: Likewise.
4685         * gdb.python/py-evsignal.exp: Likewise.
4686         * gdb.python/py-evthreads.exp: Likewise.
4687         * gdb.python/py-frame-args.exp: Likewise.
4688         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4689         * gdb.python/py-framefilter-mi.exp: Likewise.
4690         * gdb.python/py-framefilter.exp: Likewise.
4691         * gdb.python/py-mi.exp: Likewise.
4692         * gdb.python/py-pp-maint.exp: Likewise.
4693         * gdb.python/py-pp-registration.exp: Likewise.
4694         * gdb.python/py-prettyprint.exp: Likewise.
4695         (run_lang_tests): Likewise.
4696         * gdb.python/py-typeprint.exp: Likewise.
4697
4698 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4699
4700         * lib/memory.exp: New file.
4701         * lib/gdb.exp: Load memory.exp.
4702         * gdb.base/memattr.exp (delete_memory): Move proc to
4703         lib/memory.exp and rename to delete_memory_regions.
4704         Replace delete_memory with delete_memory_regions.
4705         Cleanup memory regions before tests.
4706         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4707         before tests.
4708
4709 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4710
4711         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4712         files.
4713         (initialize): New function conditionally defined.
4714         (testcases): Move within conditional block.
4715         (main): Call initialize.
4716         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4717         of gdb.reverse/insn-reverse.c.
4718         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4719         gdb.reverse/insn-reverse.c.
4720
4721 2017-01-26  Yao Qi  <yao.qi@linaro.org>
4722
4723         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4724         disassemble on address 0.
4725
4726 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4727             Yao Qi  <yao.qi@linaro.org>
4728
4729         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4730         * gdb.dwarf2/implptr-64bit.S: Remove.
4731         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
4732         variables in caller's context.  Add DW_OP_implicit_value.
4733
4734 2017-01-25  Yao Qi  <yao.qi@linaro.org>
4735
4736         * lib/dwarf.exp (Dwarf::_location): Handle
4737         DW_OP_GNU_implicit_pointer with proper size.
4738
4739 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4740
4741         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4742         and add untested calls.
4743
4744 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4745
4746         * gdb.python/python.exp: Check line number against what GDB thinks
4747         the line number is for func1.
4748
4749 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
4750
4751         * gdb.dlang/debug-expr.exp: New file.
4752
4753 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
4754
4755         Fix test names for the following files:
4756
4757         * gdb.ada/exec_changed.exp
4758         * gdb.ada/info_types.exp
4759         * gdb.arch/aarch64-atomic-inst.exp
4760         * gdb.arch/aarch64-fp.exp
4761         * gdb.arch/altivec-abi.exp
4762         * gdb.arch/altivec-regs.exp
4763         * gdb.arch/amd64-byte.exp
4764         * gdb.arch/amd64-disp-step.exp
4765         * gdb.arch/amd64-dword.exp
4766         * gdb.arch/amd64-entry-value-inline.exp
4767         * gdb.arch/amd64-entry-value-param.exp
4768         * gdb.arch/amd64-entry-value-paramref.exp
4769         * gdb.arch/amd64-entry-value.exp
4770         * gdb.arch/amd64-i386-address.exp
4771         * gdb.arch/amd64-invalid-stack-middle.exp
4772         * gdb.arch/amd64-invalid-stack-top.exp
4773         * gdb.arch/amd64-optimout-repeat.exp
4774         * gdb.arch/amd64-prologue-skip.exp
4775         * gdb.arch/amd64-prologue-xmm.exp
4776         * gdb.arch/amd64-stap-special-operands.exp
4777         * gdb.arch/amd64-stap-wrong-subexp.exp
4778         * gdb.arch/amd64-tailcall-cxx.exp
4779         * gdb.arch/amd64-tailcall-noret.exp
4780         * gdb.arch/amd64-tailcall-ret.exp
4781         * gdb.arch/amd64-tailcall-self.exp
4782         * gdb.arch/amd64-word.exp
4783         * gdb.arch/arm-bl-branch-dest.exp
4784         * gdb.arch/arm-disp-step.exp
4785         * gdb.arch/arm-neon.exp
4786         * gdb.arch/arm-single-step-kernel-helper.exp
4787         * gdb.arch/avr-flash-qualifier.exp
4788         * gdb.arch/disp-step-insn-reloc.exp
4789         * gdb.arch/e500-abi.exp
4790         * gdb.arch/e500-regs.exp
4791         * gdb.arch/ftrace-insn-reloc.exp
4792         * gdb.arch/i386-avx512.exp
4793         * gdb.arch/i386-bp_permanent.exp
4794         * gdb.arch/i386-byte.exp
4795         * gdb.arch/i386-cfi-notcurrent.exp
4796         * gdb.arch/i386-disp-step.exp
4797         * gdb.arch/i386-dr3-watch.exp
4798         * gdb.arch/i386-float.exp
4799         * gdb.arch/i386-gnu-cfi.exp
4800         * gdb.arch/i386-mpx-map.exp
4801         * gdb.arch/i386-mpx-sigsegv.exp
4802         * gdb.arch/i386-mpx-simple_segv.exp
4803         * gdb.arch/i386-mpx.exp
4804         * gdb.arch/i386-permbkpt.exp
4805         * gdb.arch/i386-prologue.exp
4806         * gdb.arch/i386-signal.exp
4807         * gdb.arch/i386-size-overlap.exp
4808         * gdb.arch/i386-unwind.exp
4809         * gdb.arch/i386-word.exp
4810         * gdb.arch/mips-fcr.exp
4811         * gdb.arch/powerpc-d128-regs.exp
4812         * gdb.arch/powerpc-stackless.exp
4813         * gdb.arch/ppc64-atomic-inst.exp
4814         * gdb.arch/s390-stackless.exp
4815         * gdb.arch/s390-tdbregs.exp
4816         * gdb.arch/s390-vregs.exp
4817         * gdb.arch/sparc-sysstep.exp
4818         * gdb.arch/thumb-bx-pc.exp
4819         * gdb.arch/thumb-singlestep.exp
4820         * gdb.arch/thumb2-it.exp
4821         * gdb.arch/vsx-regs.exp
4822         * gdb.asm/asm-source.exp
4823         * gdb.base/a2-run.exp
4824         * gdb.base/advance.exp
4825         * gdb.base/all-bin.exp
4826         * gdb.base/anon.exp
4827         * gdb.base/args.exp
4828         * gdb.base/arithmet.exp
4829         * gdb.base/async-shell.exp
4830         * gdb.base/async.exp
4831         * gdb.base/attach-pie-noexec.exp
4832         * gdb.base/attach-twice.exp
4833         * gdb.base/auto-load.exp
4834         * gdb.base/bang.exp
4835         * gdb.base/bitfields.exp
4836         * gdb.base/break-always.exp
4837         * gdb.base/break-caller-line.exp
4838         * gdb.base/break-entry.exp
4839         * gdb.base/break-inline.exp
4840         * gdb.base/break-on-linker-gcd-function.exp
4841         * gdb.base/break-probes.exp
4842         * gdb.base/break.exp
4843         * gdb.base/breakpoint-shadow.exp
4844         * gdb.base/call-ar-st.exp
4845         * gdb.base/call-sc.exp
4846         * gdb.base/call-signal-resume.exp
4847         * gdb.base/call-strs.exp
4848         * gdb.base/callfuncs.exp
4849         * gdb.base/catch-fork-static.exp
4850         * gdb.base/catch-gdb-caused-signals.exp
4851         * gdb.base/catch-load.exp
4852         * gdb.base/catch-signal-fork.exp
4853         * gdb.base/catch-signal.exp
4854         * gdb.base/catch-syscall.exp
4855         * gdb.base/charset.exp
4856         * gdb.base/checkpoint.exp
4857         * gdb.base/chng-syms.exp
4858         * gdb.base/code-expr.exp
4859         * gdb.base/code_elim.exp
4860         * gdb.base/commands.exp
4861         * gdb.base/completion.exp
4862         * gdb.base/complex.exp
4863         * gdb.base/cond-expr.exp
4864         * gdb.base/condbreak.exp
4865         * gdb.base/consecutive.exp
4866         * gdb.base/continue-all-already-running.exp
4867         * gdb.base/coredump-filter.exp
4868         * gdb.base/corefile.exp
4869         * gdb.base/dbx.exp
4870         * gdb.base/debug-expr.exp
4871         * gdb.base/define.exp
4872         * gdb.base/del.exp
4873         * gdb.base/disabled-location.exp
4874         * gdb.base/disasm-end-cu.exp
4875         * gdb.base/disasm-optim.exp
4876         * gdb.base/display.exp
4877         * gdb.base/duplicate-bp.exp
4878         * gdb.base/ena-dis-br.exp
4879         * gdb.base/ending-run.exp
4880         * gdb.base/enumval.exp
4881         * gdb.base/environ.exp
4882         * gdb.base/eu-strip-infcall.exp
4883         * gdb.base/eval-avoid-side-effects.exp
4884         * gdb.base/eval-skip.exp
4885         * gdb.base/exitsignal.exp
4886         * gdb.base/expand-psymtabs.exp
4887         * gdb.base/filesym.exp
4888         * gdb.base/find-unmapped.exp
4889         * gdb.base/finish.exp
4890         * gdb.base/float.exp
4891         * gdb.base/foll-exec-mode.exp
4892         * gdb.base/foll-exec.exp
4893         * gdb.base/foll-fork.exp
4894         * gdb.base/fortran-sym-case.exp
4895         * gdb.base/freebpcmd.exp
4896         * gdb.base/func-ptr.exp
4897         * gdb.base/func-ptrs.exp
4898         * gdb.base/funcargs.exp
4899         * gdb.base/gcore-buffer-overflow.exp
4900         * gdb.base/gcore-relro-pie.exp
4901         * gdb.base/gcore-relro.exp
4902         * gdb.base/gcore.exp
4903         * gdb.base/gdb1090.exp
4904         * gdb.base/gdb11530.exp
4905         * gdb.base/gdb11531.exp
4906         * gdb.base/gdb1821.exp
4907         * gdb.base/gdbindex-stabs.exp
4908         * gdb.base/gdbvars.exp
4909         * gdb.base/hbreak.exp
4910         * gdb.base/hbreak2.exp
4911         * gdb.base/included.exp
4912         * gdb.base/infcall-input.exp
4913         * gdb.base/inferior-died.exp
4914         * gdb.base/infnan.exp
4915         * gdb.base/info-macros.exp
4916         * gdb.base/info-os.exp
4917         * gdb.base/info-proc.exp
4918         * gdb.base/info-shared.exp
4919         * gdb.base/info-target.exp
4920         * gdb.base/infoline.exp
4921         * gdb.base/interp.exp
4922         * gdb.base/interrupt.exp
4923         * gdb.base/jit-reader.exp
4924         * gdb.base/jit-simple.exp
4925         * gdb.base/kill-after-signal.exp
4926         * gdb.base/kill-detach-inferiors-cmd.exp
4927         * gdb.base/label.exp
4928         * gdb.base/langs.exp
4929         * gdb.base/ldbl_e308.exp
4930         * gdb.base/line-symtabs.exp
4931         * gdb.base/linespecs.exp
4932         * gdb.base/list.exp
4933         * gdb.base/long_long.exp
4934         * gdb.base/longest-types.exp
4935         * gdb.base/maint.exp
4936         * gdb.base/max-value-size.exp
4937         * gdb.base/memattr.exp
4938         * gdb.base/mips_pro.exp
4939         * gdb.base/morestack.exp
4940         * gdb.base/moribund-step.exp
4941         * gdb.base/multi-forks.exp
4942         * gdb.base/nested-addr.exp
4943         * gdb.base/nextoverexit.exp
4944         * gdb.base/noreturn-finish.exp
4945         * gdb.base/noreturn-return.exp
4946         * gdb.base/nostdlib.exp
4947         * gdb.base/offsets.exp
4948         * gdb.base/opaque.exp
4949         * gdb.base/pc-fp.exp
4950         * gdb.base/permissions.exp
4951         * gdb.base/print-symbol-loading.exp
4952         * gdb.base/prologue-include.exp
4953         * gdb.base/psymtab.exp
4954         * gdb.base/ptype.exp
4955         * gdb.base/random-signal.exp
4956         * gdb.base/randomize.exp
4957         * gdb.base/range-stepping.exp
4958         * gdb.base/readline-ask.exp
4959         * gdb.base/recpar.exp
4960         * gdb.base/recurse.exp
4961         * gdb.base/relational.exp
4962         * gdb.base/restore.exp
4963         * gdb.base/return-nodebug.exp
4964         * gdb.base/return.exp
4965         * gdb.base/run-after-attach.exp
4966         * gdb.base/save-bp.exp
4967         * gdb.base/scope.exp
4968         * gdb.base/sect-cmd.exp
4969         * gdb.base/set-lang-auto.exp
4970         * gdb.base/set-noassign.exp
4971         * gdb.base/setvar.exp
4972         * gdb.base/sigall.exp
4973         * gdb.base/sigbpt.exp
4974         * gdb.base/siginfo-addr.exp
4975         * gdb.base/siginfo-infcall.exp
4976         * gdb.base/siginfo-obj.exp
4977         * gdb.base/siginfo.exp
4978         * gdb.base/signals-state-child.exp
4979         * gdb.base/signest.exp
4980         * gdb.base/sigstep.exp
4981         * gdb.base/sizeof.exp
4982         * gdb.base/skip.exp
4983         * gdb.base/solib-corrupted.exp
4984         * gdb.base/solib-nodir.exp
4985         * gdb.base/solib-search.exp
4986         * gdb.base/stack-checking.exp
4987         * gdb.base/stale-infcall.exp
4988         * gdb.base/stap-probe.exp
4989         * gdb.base/start.exp
4990         * gdb.base/step-break.exp
4991         * gdb.base/step-bt.exp
4992         * gdb.base/step-line.exp
4993         * gdb.base/step-over-exit.exp
4994         * gdb.base/step-over-syscall.exp
4995         * gdb.base/step-resume-infcall.exp
4996         * gdb.base/step-test.exp
4997         * gdb.base/store.exp
4998         * gdb.base/structs3.exp
4999         * gdb.base/sym-file.exp
5000         * gdb.base/symbol-without-target_section.exp
5001         * gdb.base/term.exp
5002         * gdb.base/testenv.exp
5003         * gdb.base/ui-redirect.exp
5004         * gdb.base/until.exp
5005         * gdb.base/unwindonsignal.exp
5006         * gdb.base/value-double-free.exp
5007         * gdb.base/vla-datatypes.exp
5008         * gdb.base/vla-ptr.exp
5009         * gdb.base/vla-sideeffect.exp
5010         * gdb.base/volatile.exp
5011         * gdb.base/watch-cond-infcall.exp
5012         * gdb.base/watch-cond.exp
5013         * gdb.base/watch-non-mem.exp
5014         * gdb.base/watch-read.exp
5015         * gdb.base/watch-vfork.exp
5016         * gdb.base/watchpoint-cond-gone.exp
5017         * gdb.base/watchpoint-delete.exp
5018         * gdb.base/watchpoint-hw-hit-once.exp
5019         * gdb.base/watchpoint-hw.exp
5020         * gdb.base/watchpoint-stops-at-right-insn.exp
5021         * gdb.base/watchpoints.exp
5022         * gdb.base/wchar.exp
5023         * gdb.base/whatis-exp.exp
5024         * gdb.btrace/buffer-size.exp
5025         * gdb.btrace/data.exp
5026         * gdb.btrace/delta.exp
5027         * gdb.btrace/dlopen.exp
5028         * gdb.btrace/enable.exp
5029         * gdb.btrace/exception.exp
5030         * gdb.btrace/function_call_history.exp
5031         * gdb.btrace/gcore.exp
5032         * gdb.btrace/instruction_history.exp
5033         * gdb.btrace/nohist.exp
5034         * gdb.btrace/reconnect.exp
5035         * gdb.btrace/record_goto-step.exp
5036         * gdb.btrace/record_goto.exp
5037         * gdb.btrace/rn-dl-bind.exp
5038         * gdb.btrace/segv.exp
5039         * gdb.btrace/step.exp
5040         * gdb.btrace/stepi.exp
5041         * gdb.btrace/tailcall-only.exp
5042         * gdb.btrace/tailcall.exp
5043         * gdb.btrace/tsx.exp
5044         * gdb.btrace/unknown_functions.exp
5045         * gdb.btrace/vdso.exp
5046         * gdb.compile/compile-ifunc.exp
5047         * gdb.compile/compile-ops.exp
5048         * gdb.compile/compile-print.exp
5049         * gdb.compile/compile-setjmp.exp
5050         * gdb.cp/abstract-origin.exp
5051         * gdb.cp/ambiguous.exp
5052         * gdb.cp/annota2.exp
5053         * gdb.cp/annota3.exp
5054         * gdb.cp/anon-ns.exp
5055         * gdb.cp/anon-struct.exp
5056         * gdb.cp/anon-union.exp
5057         * gdb.cp/arg-reference.exp
5058         * gdb.cp/baseenum.exp
5059         * gdb.cp/bool.exp
5060         * gdb.cp/breakpoint.exp
5061         * gdb.cp/bs15503.exp
5062         * gdb.cp/call-c.exp
5063         * gdb.cp/casts.exp
5064         * gdb.cp/chained-calls.exp
5065         * gdb.cp/class2.exp
5066         * gdb.cp/classes.exp
5067         * gdb.cp/cmpd-minsyms.exp
5068         * gdb.cp/converts.exp
5069         * gdb.cp/cp-relocate.exp
5070         * gdb.cp/cpcompletion.exp
5071         * gdb.cp/cpexprs.exp
5072         * gdb.cp/cplabel.exp
5073         * gdb.cp/cplusfuncs.exp
5074         * gdb.cp/cpsizeof.exp
5075         * gdb.cp/ctti.exp
5076         * gdb.cp/derivation.exp
5077         * gdb.cp/destrprint.exp
5078         * gdb.cp/dispcxx.exp
5079         * gdb.cp/enum-class.exp
5080         * gdb.cp/exception.exp
5081         * gdb.cp/exceptprint.exp
5082         * gdb.cp/expand-psymtabs-cxx.exp
5083         * gdb.cp/expand-sals.exp
5084         * gdb.cp/extern-c.exp
5085         * gdb.cp/filename.exp
5086         * gdb.cp/formatted-ref.exp
5087         * gdb.cp/fpointer.exp
5088         * gdb.cp/gdb1355.exp
5089         * gdb.cp/gdb2495.exp
5090         * gdb.cp/hang.exp
5091         * gdb.cp/impl-this.exp
5092         * gdb.cp/infcall-dlopen.exp
5093         * gdb.cp/inherit.exp
5094         * gdb.cp/iostream.exp
5095         * gdb.cp/koenig.exp
5096         * gdb.cp/local.exp
5097         * gdb.cp/m-data.exp
5098         * gdb.cp/m-static.exp
5099         * gdb.cp/mb-ctor.exp
5100         * gdb.cp/mb-inline.exp
5101         * gdb.cp/mb-templates.exp
5102         * gdb.cp/member-name.exp
5103         * gdb.cp/member-ptr.exp
5104         * gdb.cp/meth-typedefs.exp
5105         * gdb.cp/method.exp
5106         * gdb.cp/method2.exp
5107         * gdb.cp/minsym-fallback.exp
5108         * gdb.cp/misc.exp
5109         * gdb.cp/namelessclass.exp
5110         * gdb.cp/namespace-enum.exp
5111         * gdb.cp/namespace-nested-import.exp
5112         * gdb.cp/namespace.exp
5113         * gdb.cp/nextoverthrow.exp
5114         * gdb.cp/no-dmgl-verbose.exp
5115         * gdb.cp/non-trivial-retval.exp
5116         * gdb.cp/noparam.exp
5117         * gdb.cp/nsdecl.exp
5118         * gdb.cp/nsimport.exp
5119         * gdb.cp/nsnested.exp
5120         * gdb.cp/nsnoimports.exp
5121         * gdb.cp/nsrecurs.exp
5122         * gdb.cp/nsstress.exp
5123         * gdb.cp/nsusing.exp
5124         * gdb.cp/operator.exp
5125         * gdb.cp/oranking.exp
5126         * gdb.cp/overload-const.exp
5127         * gdb.cp/overload.exp
5128         * gdb.cp/ovldbreak.exp
5129         * gdb.cp/ovsrch.exp
5130         * gdb.cp/paren-type.exp
5131         * gdb.cp/parse-lang.exp
5132         * gdb.cp/pass-by-ref.exp
5133         * gdb.cp/pr-1023.exp
5134         * gdb.cp/pr-1210.exp
5135         * gdb.cp/pr-574.exp
5136         * gdb.cp/pr10687.exp
5137         * gdb.cp/pr12028.exp
5138         * gdb.cp/pr17132.exp
5139         * gdb.cp/pr17494.exp
5140         * gdb.cp/pr9067.exp
5141         * gdb.cp/pr9167.exp
5142         * gdb.cp/pr9631.exp
5143         * gdb.cp/printmethod.exp
5144         * gdb.cp/psmang.exp
5145         * gdb.cp/psymtab-parameter.exp
5146         * gdb.cp/ptype-cv-cp.exp
5147         * gdb.cp/ptype-flags.exp
5148         * gdb.cp/re-set-overloaded.exp
5149         * gdb.cp/ref-types.exp
5150         * gdb.cp/rtti.exp
5151         * gdb.cp/scope-err.exp
5152         * gdb.cp/shadow.exp
5153         * gdb.cp/smartp.exp
5154         * gdb.cp/static-method.exp
5155         * gdb.cp/static-print-quit.exp
5156         * gdb.cp/temargs.exp
5157         * gdb.cp/templates.exp
5158         * gdb.cp/try_catch.exp
5159         * gdb.cp/typedef-operator.exp
5160         * gdb.cp/typeid.exp
5161         * gdb.cp/userdef.exp
5162         * gdb.cp/using-crash.exp
5163         * gdb.cp/var-tag.exp
5164         * gdb.cp/virtbase.exp
5165         * gdb.cp/virtfunc.exp
5166         * gdb.cp/virtfunc2.exp
5167         * gdb.cp/vla-cxx.exp
5168         * gdb.disasm/t01_mov.exp
5169         * gdb.disasm/t02_mova.exp
5170         * gdb.disasm/t03_add.exp
5171         * gdb.disasm/t04_sub.exp
5172         * gdb.disasm/t05_cmp.exp
5173         * gdb.disasm/t06_ari2.exp
5174         * gdb.disasm/t07_ari3.exp
5175         * gdb.disasm/t08_or.exp
5176         * gdb.disasm/t09_xor.exp
5177         * gdb.disasm/t10_and.exp
5178         * gdb.disasm/t11_logs.exp
5179         * gdb.disasm/t12_bit.exp
5180         * gdb.disasm/t13_otr.exp
5181         * gdb.dlang/circular.exp
5182         * gdb.dwarf2/arr-stride.exp
5183         * gdb.dwarf2/arr-subrange.exp
5184         * gdb.dwarf2/atomic-type.exp
5185         * gdb.dwarf2/bad-regnum.exp
5186         * gdb.dwarf2/bitfield-parent-optimized-out.exp
5187         * gdb.dwarf2/callframecfa.exp
5188         * gdb.dwarf2/clztest.exp
5189         * gdb.dwarf2/corrupt.exp
5190         * gdb.dwarf2/data-loc.exp
5191         * gdb.dwarf2/dup-psym.exp
5192         * gdb.dwarf2/dw2-anon-mptr.exp
5193         * gdb.dwarf2/dw2-anonymous-func.exp
5194         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5195         * gdb.dwarf2/dw2-bad-unresolved.exp
5196         * gdb.dwarf2/dw2-basic.exp
5197         * gdb.dwarf2/dw2-canonicalize-type.exp
5198         * gdb.dwarf2/dw2-case-insensitive.exp
5199         * gdb.dwarf2/dw2-common-block.exp
5200         * gdb.dwarf2/dw2-compdir-oldgcc.exp
5201         * gdb.dwarf2/dw2-compressed.exp
5202         * gdb.dwarf2/dw2-const.exp
5203         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5204         * gdb.dwarf2/dw2-cu-size.exp
5205         * gdb.dwarf2/dw2-dup-frame.exp
5206         * gdb.dwarf2/dw2-entry-value.exp
5207         * gdb.dwarf2/dw2-icycle.exp
5208         * gdb.dwarf2/dw2-ifort-parameter.exp
5209         * gdb.dwarf2/dw2-inline-break.exp
5210         * gdb.dwarf2/dw2-inline-param.exp
5211         * gdb.dwarf2/dw2-intercu.exp
5212         * gdb.dwarf2/dw2-intermix.exp
5213         * gdb.dwarf2/dw2-lexical-block-bare.exp
5214         * gdb.dwarf2/dw2-linkage-name-trust.exp
5215         * gdb.dwarf2/dw2-minsym-in-cu.exp
5216         * gdb.dwarf2/dw2-noloc.exp
5217         * gdb.dwarf2/dw2-op-call.exp
5218         * gdb.dwarf2/dw2-op-out-param.exp
5219         * gdb.dwarf2/dw2-opt-structptr.exp
5220         * gdb.dwarf2/dw2-param-error.exp
5221         * gdb.dwarf2/dw2-producer.exp
5222         * gdb.dwarf2/dw2-ranges-base.exp
5223         * gdb.dwarf2/dw2-ref-missing-frame.exp
5224         * gdb.dwarf2/dw2-reg-undefined.exp
5225         * gdb.dwarf2/dw2-regno-invalid.exp
5226         * gdb.dwarf2/dw2-restore.exp
5227         * gdb.dwarf2/dw2-restrict.exp
5228         * gdb.dwarf2/dw2-single-line-discriminators.exp
5229         * gdb.dwarf2/dw2-strp.exp
5230         * gdb.dwarf2/dw2-undefined-ret-addr.exp
5231         * gdb.dwarf2/dw2-unresolved.exp
5232         * gdb.dwarf2/dw2-var-zero-addr.exp
5233         * gdb.dwarf2/dw4-sig-types.exp
5234         * gdb.dwarf2/dwz.exp
5235         * gdb.dwarf2/dynarr-ptr.exp
5236         * gdb.dwarf2/enum-type.exp
5237         * gdb.dwarf2/gdb-index.exp
5238         * gdb.dwarf2/implptr-64bit.exp
5239         * gdb.dwarf2/implptr-optimized-out.exp
5240         * gdb.dwarf2/implptr.exp
5241         * gdb.dwarf2/implref-array.exp
5242         * gdb.dwarf2/implref-const.exp
5243         * gdb.dwarf2/implref-global.exp
5244         * gdb.dwarf2/implref-struct.exp
5245         * gdb.dwarf2/mac-fileno.exp
5246         * gdb.dwarf2/main-subprogram.exp
5247         * gdb.dwarf2/member-ptr-forwardref.exp
5248         * gdb.dwarf2/method-ptr.exp
5249         * gdb.dwarf2/missing-sig-type.exp
5250         * gdb.dwarf2/nonvar-access.exp
5251         * gdb.dwarf2/opaque-type-lookup.exp
5252         * gdb.dwarf2/pieces-optimized-out.exp
5253         * gdb.dwarf2/pieces.exp
5254         * gdb.dwarf2/pr10770.exp
5255         * gdb.dwarf2/pr13961.exp
5256         * gdb.dwarf2/staticvirtual.exp
5257         * gdb.dwarf2/subrange.exp
5258         * gdb.dwarf2/symtab-producer.exp
5259         * gdb.dwarf2/trace-crash.exp
5260         * gdb.dwarf2/typeddwarf.exp
5261         * gdb.dwarf2/valop.exp
5262         * gdb.dwarf2/watch-notconst.exp
5263         * gdb.fortran/array-element.exp
5264         * gdb.fortran/charset.exp
5265         * gdb.fortran/common-block.exp
5266         * gdb.fortran/complex.exp
5267         * gdb.fortran/derived-type-function.exp
5268         * gdb.fortran/derived-type.exp
5269         * gdb.fortran/logical.exp
5270         * gdb.fortran/module.exp
5271         * gdb.fortran/multi-dim.exp
5272         * gdb.fortran/nested-funcs.exp
5273         * gdb.fortran/print-formatted.exp
5274         * gdb.fortran/subarray.exp
5275         * gdb.fortran/vla-alloc-assoc.exp
5276         * gdb.fortran/vla-datatypes.exp
5277         * gdb.fortran/vla-history.exp
5278         * gdb.fortran/vla-ptr-info.exp
5279         * gdb.fortran/vla-ptype-sub.exp
5280         * gdb.fortran/vla-ptype.exp
5281         * gdb.fortran/vla-sizeof.exp
5282         * gdb.fortran/vla-type.exp
5283         * gdb.fortran/vla-value-sub-arbitrary.exp
5284         * gdb.fortran/vla-value-sub-finish.exp
5285         * gdb.fortran/vla-value-sub.exp
5286         * gdb.fortran/vla-value.exp
5287         * gdb.fortran/whatis_type.exp
5288         * gdb.go/chan.exp
5289         * gdb.go/handcall.exp
5290         * gdb.go/hello.exp
5291         * gdb.go/integers.exp
5292         * gdb.go/methods.exp
5293         * gdb.go/package.exp
5294         * gdb.go/strings.exp
5295         * gdb.go/types.exp
5296         * gdb.go/unsafe.exp
5297         * gdb.guile/scm-arch.exp
5298         * gdb.guile/scm-block.exp
5299         * gdb.guile/scm-breakpoint.exp
5300         * gdb.guile/scm-cmd.exp
5301         * gdb.guile/scm-disasm.exp
5302         * gdb.guile/scm-equal.exp
5303         * gdb.guile/scm-frame-args.exp
5304         * gdb.guile/scm-frame-inline.exp
5305         * gdb.guile/scm-frame.exp
5306         * gdb.guile/scm-iterator.exp
5307         * gdb.guile/scm-math.exp
5308         * gdb.guile/scm-objfile.exp
5309         * gdb.guile/scm-ports.exp
5310         * gdb.guile/scm-symbol.exp
5311         * gdb.guile/scm-symtab.exp
5312         * gdb.guile/scm-value-cc.exp
5313         * gdb.guile/types-module.exp
5314         * gdb.linespec/break-ask.exp
5315         * gdb.linespec/cpexplicit.exp
5316         * gdb.linespec/explicit.exp
5317         * gdb.linespec/keywords.exp
5318         * gdb.linespec/linespec.exp
5319         * gdb.linespec/ls-dollar.exp
5320         * gdb.linespec/ls-errs.exp
5321         * gdb.linespec/skip-two.exp
5322         * gdb.linespec/thread.exp
5323         * gdb.mi/mi-async.exp
5324         * gdb.mi/mi-basics.exp
5325         * gdb.mi/mi-break.exp
5326         * gdb.mi/mi-catch-load.exp
5327         * gdb.mi/mi-cli.exp
5328         * gdb.mi/mi-cmd-param-changed.exp
5329         * gdb.mi/mi-console.exp
5330         * gdb.mi/mi-detach.exp
5331         * gdb.mi/mi-disassemble.exp
5332         * gdb.mi/mi-eval.exp
5333         * gdb.mi/mi-file-transfer.exp
5334         * gdb.mi/mi-file.exp
5335         * gdb.mi/mi-fill-memory.exp
5336         * gdb.mi/mi-inheritance-syntax-error.exp
5337         * gdb.mi/mi-linespec-err-cp.exp
5338         * gdb.mi/mi-logging.exp
5339         * gdb.mi/mi-memory-changed.exp
5340         * gdb.mi/mi-read-memory.exp
5341         * gdb.mi/mi-record-changed.exp
5342         * gdb.mi/mi-reg-undefined.exp
5343         * gdb.mi/mi-regs.exp
5344         * gdb.mi/mi-return.exp
5345         * gdb.mi/mi-reverse.exp
5346         * gdb.mi/mi-simplerun.exp
5347         * gdb.mi/mi-solib.exp
5348         * gdb.mi/mi-stack.exp
5349         * gdb.mi/mi-stepi.exp
5350         * gdb.mi/mi-syn-frame.exp
5351         * gdb.mi/mi-until.exp
5352         * gdb.mi/mi-var-block.exp
5353         * gdb.mi/mi-var-child.exp
5354         * gdb.mi/mi-var-cmd.exp
5355         * gdb.mi/mi-var-cp.exp
5356         * gdb.mi/mi-var-display.exp
5357         * gdb.mi/mi-var-invalidate.exp
5358         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5359         * gdb.mi/mi-vla-fortran.exp
5360         * gdb.mi/mi-watch.exp
5361         * gdb.mi/mi2-var-child.exp
5362         * gdb.mi/user-selected-context-sync.exp
5363         * gdb.modula2/unbounded-array.exp
5364         * gdb.multi/dummy-frame-restore.exp
5365         * gdb.multi/multi-arch-exec.exp
5366         * gdb.multi/multi-arch.exp
5367         * gdb.multi/tids.exp
5368         * gdb.multi/watchpoint-multi.exp
5369         * gdb.opencl/callfuncs.exp
5370         * gdb.opencl/convs_casts.exp
5371         * gdb.opencl/datatypes.exp
5372         * gdb.opencl/operators.exp
5373         * gdb.opencl/vec_comps.exp
5374         * gdb.opt/clobbered-registers-O2.exp
5375         * gdb.opt/inline-break.exp
5376         * gdb.opt/inline-bt.exp
5377         * gdb.opt/inline-cmds.exp
5378         * gdb.opt/inline-locals.exp
5379         * gdb.pascal/case-insensitive-symbols.exp
5380         * gdb.pascal/floats.exp
5381         * gdb.pascal/gdb11492.exp
5382         * gdb.python/lib-types.exp
5383         * gdb.python/py-arch.exp
5384         * gdb.python/py-as-string.exp
5385         * gdb.python/py-bad-printers.exp
5386         * gdb.python/py-block.exp
5387         * gdb.python/py-breakpoint-create-fail.exp
5388         * gdb.python/py-breakpoint.exp
5389         * gdb.python/py-caller-is.exp
5390         * gdb.python/py-cmd.exp
5391         * gdb.python/py-explore-cc.exp
5392         * gdb.python/py-explore.exp
5393         * gdb.python/py-finish-breakpoint.exp
5394         * gdb.python/py-finish-breakpoint2.exp
5395         * gdb.python/py-frame-args.exp
5396         * gdb.python/py-frame-inline.exp
5397         * gdb.python/py-frame.exp
5398         * gdb.python/py-framefilter-mi.exp
5399         * gdb.python/py-infthread.exp
5400         * gdb.python/py-lazy-string.exp
5401         * gdb.python/py-linetable.exp
5402         * gdb.python/py-mi-events.exp
5403         * gdb.python/py-mi-objfile.exp
5404         * gdb.python/py-mi.exp
5405         * gdb.python/py-objfile.exp
5406         * gdb.python/py-pp-integral.exp
5407         * gdb.python/py-pp-maint.exp
5408         * gdb.python/py-pp-re-notag.exp
5409         * gdb.python/py-pp-registration.exp
5410         * gdb.python/py-recurse-unwind.exp
5411         * gdb.python/py-strfns.exp
5412         * gdb.python/py-symbol.exp
5413         * gdb.python/py-symtab.exp
5414         * gdb.python/py-sync-interp.exp
5415         * gdb.python/py-typeprint.exp
5416         * gdb.python/py-unwind-maint.exp
5417         * gdb.python/py-unwind.exp
5418         * gdb.python/py-value-cc.exp
5419         * gdb.python/py-xmethods.exp
5420         * gdb.reverse/amd64-tailcall-reverse.exp
5421         * gdb.reverse/break-precsave.exp
5422         * gdb.reverse/break-reverse.exp
5423         * gdb.reverse/consecutive-precsave.exp
5424         * gdb.reverse/consecutive-reverse.exp
5425         * gdb.reverse/finish-precsave.exp
5426         * gdb.reverse/finish-reverse-bkpt.exp
5427         * gdb.reverse/finish-reverse.exp
5428         * gdb.reverse/fstatat-reverse.exp
5429         * gdb.reverse/getresuid-reverse.exp
5430         * gdb.reverse/i386-precsave.exp
5431         * gdb.reverse/i386-reverse.exp
5432         * gdb.reverse/i386-sse-reverse.exp
5433         * gdb.reverse/i387-env-reverse.exp
5434         * gdb.reverse/i387-stack-reverse.exp
5435         * gdb.reverse/insn-reverse.exp
5436         * gdb.reverse/machinestate-precsave.exp
5437         * gdb.reverse/machinestate.exp
5438         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5439         * gdb.reverse/pipe-reverse.exp
5440         * gdb.reverse/readv-reverse.exp
5441         * gdb.reverse/recvmsg-reverse.exp
5442         * gdb.reverse/rerun-prec.exp
5443         * gdb.reverse/s390-mvcle.exp
5444         * gdb.reverse/step-precsave.exp
5445         * gdb.reverse/step-reverse.exp
5446         * gdb.reverse/time-reverse.exp
5447         * gdb.reverse/until-precsave.exp
5448         * gdb.reverse/until-reverse.exp
5449         * gdb.reverse/waitpid-reverse.exp
5450         * gdb.reverse/watch-precsave.exp
5451         * gdb.reverse/watch-reverse.exp
5452         * gdb.rust/generics.exp
5453         * gdb.rust/methods.exp
5454         * gdb.rust/modules.exp
5455         * gdb.rust/simple.exp
5456         * gdb.server/connect-with-no-symbol-file.exp
5457         * gdb.server/ext-attach.exp
5458         * gdb.server/ext-restart.exp
5459         * gdb.server/ext-wrapper.exp
5460         * gdb.server/file-transfer.exp
5461         * gdb.server/server-exec-info.exp
5462         * gdb.server/server-kill.exp
5463         * gdb.server/server-mon.exp
5464         * gdb.server/wrapper.exp
5465         * gdb.stabs/exclfwd.exp
5466         * gdb.stabs/gdb11479.exp
5467         * gdb.threads/clone-new-thread-event.exp
5468         * gdb.threads/corethreads.exp
5469         * gdb.threads/current-lwp-dead.exp
5470         * gdb.threads/dlopen-libpthread.exp
5471         * gdb.threads/gcore-thread.exp
5472         * gdb.threads/sigstep-threads.exp
5473         * gdb.threads/watchpoint-fork.exp
5474         * gdb.trace/actions-changed.exp
5475         * gdb.trace/backtrace.exp
5476         * gdb.trace/change-loc.exp
5477         * gdb.trace/circ.exp
5478         * gdb.trace/collection.exp
5479         * gdb.trace/disconnected-tracing.exp
5480         * gdb.trace/ftrace.exp
5481         * gdb.trace/mi-trace-frame-collected.exp
5482         * gdb.trace/mi-trace-unavailable.exp
5483         * gdb.trace/mi-traceframe-changed.exp
5484         * gdb.trace/mi-tsv-changed.exp
5485         * gdb.trace/no-attach-trace.exp
5486         * gdb.trace/passc-dyn.exp
5487         * gdb.trace/qtro.exp
5488         * gdb.trace/range-stepping.exp
5489         * gdb.trace/read-memory.exp
5490         * gdb.trace/save-trace.exp
5491         * gdb.trace/signal.exp
5492         * gdb.trace/status-stop.exp
5493         * gdb.trace/tfile.exp
5494         * gdb.trace/trace-break.exp
5495         * gdb.trace/trace-buffer-size.exp
5496         * gdb.trace/trace-condition.exp
5497         * gdb.trace/tracefile-pseudo-reg.exp
5498         * gdb.trace/tstatus.exp
5499         * gdb.trace/unavailable.exp
5500         * gdb.trace/while-dyn.exp
5501         * gdb.trace/while-stepping.exp
5502
5503 2016-12-22  Doug Evans  <xdje42@gmail.com>
5504
5505         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5506         and msymbols.
5507
5508 2016-12-19  Yao Qi  <yao.qi@linaro.org>
5509
5510         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5511         (test_with_self): Don't call do_steps_and_nexts, and remove
5512         code about stepping into xmalloc.
5513
5514 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5515
5516         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5517
5518 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5519
5520         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5521
5522 2016-12-09  Pedro Alves  <palves@redhat.com>
5523
5524         * gdb.base/all-architectures-0.exp: New file.
5525         * gdb.base/all-architectures-1.exp: New file.
5526         * gdb.base/all-architectures-2.exp: New file.
5527         * gdb.base/all-architectures-3.exp: New file.
5528         * gdb.base/all-architectures-4.exp: New file.
5529         * gdb.base/all-architectures-5.exp: New file.
5530         * gdb.base/all-architectures-6.exp: New file.
5531         * gdb.base/all-architectures-7.exp: New file.
5532         * gdb.base/all-architectures.exp.in: New file.
5533
5534 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5535
5536         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5537
5538 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5539
5540         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5541         possible.
5542         Remove useless pattern-matching code.
5543
5544 2016-12-02  Pedro Alves  <palves@redhat.com>
5545
5546         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5547         procedure.
5548         (top level): Call it.
5549
5550 2016-12-02  Pedro Alves  <palves@redhat.com>
5551
5552         * gdb.base/commands.exp (user_defined_command_args_stack_test):
5553         New procedure.
5554         (top level): Call it.
5555
5556 2016-12-02  Pedro Alves  <palves@redhat.com>
5557
5558         PR cli/20559
5559         * gdb.base/commands.exp (user_defined_command_args_eval): New
5560         procedure.
5561         (top level): Call it.
5562
5563 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5564
5565         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5566         timeout handling.
5567
5568 2016-12-02  Tom Tromey  <tom@tromey.com>
5569
5570         * gdb.dwarf2/main-subprogram.c: New file.
5571         * gdb.dwarf2/main-subprogram.exp: New file.
5572
5573 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5574
5575         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5576         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5577         gdb_test_no_output for a couple of cases.
5578         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5579
5580 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5581
5582         Fix test names and standardize compilation error messages throughout
5583         the following files:
5584
5585         * gdb.ada/start.exp
5586         * gdb.arch/alpha-step.exp
5587         * gdb.arch/e500-prologue.exp
5588         * gdb.arch/ftrace-insn-reloc.exp
5589         * gdb.arch/gdb1291.exp
5590         * gdb.arch/gdb1431.exp
5591         * gdb.arch/gdb1558.exp
5592         * gdb.arch/i386-dr3-watch.exp
5593         * gdb.arch/i386-sse-stack-align.exp
5594         * gdb.arch/ia64-breakpoint-shadow.exp
5595         * gdb.arch/pa-nullify.exp
5596         * gdb.arch/powerpc-aix-prologue.exp
5597         * gdb.arch/thumb-bx-pc.exp
5598         * gdb.base/annota1.exp
5599         * gdb.base/annota3.exp
5600         * gdb.base/arrayidx.exp
5601         * gdb.base/assign.exp
5602         * gdb.base/attach.exp
5603         * gdb.base/auxv.exp
5604         * gdb.base/bang.exp
5605         * gdb.base/bfp-test.exp
5606         * gdb.base/bigcore.exp
5607         * gdb.base/bitfields2.exp
5608         * gdb.base/break-fun-addr.exp
5609         * gdb.base/break-probes.exp
5610         * gdb.base/call-rt-st.exp
5611         * gdb.base/callexit.exp
5612         * gdb.base/catch-fork-kill.exp
5613         * gdb.base/charset.exp
5614         * gdb.base/checkpoint.exp
5615         * gdb.base/comprdebug.exp
5616         * gdb.base/constvars.exp
5617         * gdb.base/coredump-filter.exp
5618         * gdb.base/cursal.exp
5619         * gdb.base/cvexpr.exp
5620         * gdb.base/detach.exp
5621         * gdb.base/display.exp
5622         * gdb.base/dmsym.exp
5623         * gdb.base/dprintf-pending.exp
5624         * gdb.base/dso2dso.exp
5625         * gdb.base/dtrace-probe.exp
5626         * gdb.base/dump.exp
5627         * gdb.base/enum_cond.exp
5628         * gdb.base/exe-lock.exp
5629         * gdb.base/exec-invalid-sysroot.exp
5630         * gdb.base/execl-update-breakpoints.exp
5631         * gdb.base/exprs.exp
5632         * gdb.base/fileio.exp
5633         * gdb.base/find.exp
5634         * gdb.base/finish.exp
5635         * gdb.base/fixsection.exp
5636         * gdb.base/foll-vfork.exp
5637         * gdb.base/frame-args.exp
5638         * gdb.base/gcore.exp
5639         * gdb.base/gdb1250.exp
5640         * gdb.base/global-var-nested-by-dso.exp
5641         * gdb.base/gnu-ifunc.exp
5642         * gdb.base/hashline1.exp
5643         * gdb.base/hashline2.exp
5644         * gdb.base/hashline3.exp
5645         * gdb.base/hbreak-in-shr-unsupported.exp
5646         * gdb.base/huge.exp
5647         * gdb.base/infcall-input.exp
5648         * gdb.base/info-fun.exp
5649         * gdb.base/info-shared.exp
5650         * gdb.base/jit-simple.exp
5651         * gdb.base/jit-so.exp
5652         * gdb.base/jit.exp
5653         * gdb.base/jump.exp
5654         * gdb.base/label.exp
5655         * gdb.base/lineinc.exp
5656         * gdb.base/logical.exp
5657         * gdb.base/longjmp.exp
5658         * gdb.base/macscp.exp
5659         * gdb.base/miscexprs.exp
5660         * gdb.base/new-ui-echo.exp
5661         * gdb.base/new-ui-pending-input.exp
5662         * gdb.base/new-ui.exp
5663         * gdb.base/nodebug.exp
5664         * gdb.base/nofield.exp
5665         * gdb.base/offsets.exp
5666         * gdb.base/overlays.exp
5667         * gdb.base/pending.exp
5668         * gdb.base/pointers.exp
5669         * gdb.base/pr11022.exp
5670         * gdb.base/printcmds.exp
5671         * gdb.base/prologue.exp
5672         * gdb.base/ptr-typedef.exp
5673         * gdb.base/realname-expand.exp
5674         * gdb.base/relativedebug.exp
5675         * gdb.base/relocate.exp
5676         * gdb.base/remote.exp
5677         * gdb.base/reread.exp
5678         * gdb.base/return2.exp
5679         * gdb.base/savedregs.exp
5680         * gdb.base/sep.exp
5681         * gdb.base/sepdebug.exp
5682         * gdb.base/sepsymtab.exp
5683         * gdb.base/set-inferior-tty.exp
5684         * gdb.base/setshow.exp
5685         * gdb.base/shlib-call.exp
5686         * gdb.base/sigaltstack.exp
5687         * gdb.base/siginfo-addr.exp
5688         * gdb.base/signals.exp
5689         * gdb.base/signull.exp
5690         * gdb.base/sigrepeat.exp
5691         * gdb.base/so-impl-ld.exp
5692         * gdb.base/solib-display.exp
5693         * gdb.base/solib-overlap.exp
5694         * gdb.base/solib-search.exp
5695         * gdb.base/solib-symbol.exp
5696         * gdb.base/structs.exp
5697         * gdb.base/structs2.exp
5698         * gdb.base/symtab-search-order.exp
5699         * gdb.base/twice.exp
5700         * gdb.base/unload.exp
5701         * gdb.base/varargs.exp
5702         * gdb.base/watchpoint-solib.exp
5703         * gdb.base/watchpoint.exp
5704         * gdb.base/whatis.exp
5705         * gdb.base/wrong_frame_bt_full.exp
5706         * gdb.btrace/dlopen.exp
5707         * gdb.cell/ea-standalone.exp
5708         * gdb.cell/ea-test.exp
5709         * gdb.cp/dispcxx.exp
5710         * gdb.cp/gdb2384.exp
5711         * gdb.cp/method2.exp
5712         * gdb.cp/nextoverthrow.exp
5713         * gdb.cp/pr10728.exp
5714         * gdb.disasm/am33.exp
5715         * gdb.disasm/h8300s.exp
5716         * gdb.disasm/mn10300.exp
5717         * gdb.disasm/sh3.exp
5718         * gdb.dwarf2/dw2-dir-file-name.exp
5719         * gdb.fortran/complex.exp
5720         * gdb.fortran/library-module.exp
5721         * gdb.guile/scm-pretty-print.exp
5722         * gdb.guile/scm-symbol.exp
5723         * gdb.guile/scm-type.exp
5724         * gdb.guile/scm-value.exp
5725         * gdb.linespec/linespec.exp
5726         * gdb.mi/gdb701.exp
5727         * gdb.mi/gdb792.exp
5728         * gdb.mi/mi-breakpoint-changed.exp
5729         * gdb.mi/mi-dprintf-pending.exp
5730         * gdb.mi/mi-dprintf.exp
5731         * gdb.mi/mi-exit-code.exp
5732         * gdb.mi/mi-pending.exp
5733         * gdb.mi/mi-solib.exp
5734         * gdb.mi/new-ui-mi-sync.exp
5735         * gdb.mi/pr11022.exp
5736         * gdb.mi/user-selected-context-sync.exp
5737         * gdb.opt/solib-intra-step.exp
5738         * gdb.python/py-events.exp
5739         * gdb.python/py-finish-breakpoint.exp
5740         * gdb.python/py-mi.exp
5741         * gdb.python/py-prettyprint.exp
5742         * gdb.python/py-shared.exp
5743         * gdb.python/py-symbol.exp
5744         * gdb.python/py-template.exp
5745         * gdb.python/py-type.exp
5746         * gdb.python/py-value.exp
5747         * gdb.reverse/solib-precsave.exp
5748         * gdb.reverse/solib-reverse.exp
5749         * gdb.server/solib-list.exp
5750         * gdb.stabs/weird.exp
5751         * gdb.threads/reconnect-signal.exp
5752         * gdb.threads/stepi-random-signal.exp
5753         * gdb.trace/actions.exp
5754         * gdb.trace/ax.exp
5755         * gdb.trace/backtrace.exp
5756         * gdb.trace/change-loc.exp
5757         * gdb.trace/deltrace.exp
5758         * gdb.trace/ftrace-lock.exp
5759         * gdb.trace/ftrace.exp
5760         * gdb.trace/infotrace.exp
5761         * gdb.trace/mi-tracepoint-changed.exp
5762         * gdb.trace/packetlen.exp
5763         * gdb.trace/passcount.exp
5764         * gdb.trace/pending.exp
5765         * gdb.trace/range-stepping.exp
5766         * gdb.trace/report.exp
5767         * gdb.trace/stap-trace.exp
5768         * gdb.trace/tfind.exp
5769         * gdb.trace/trace-break.exp
5770         * gdb.trace/trace-condition.exp
5771         * gdb.trace/trace-enable-disable.exp
5772         * gdb.trace/trace-mt.exp
5773         * gdb.trace/tracecmd.exp
5774         * gdb.trace/tspeed.exp
5775         * gdb.trace/tsv.exp
5776         * lib/perftest.exp
5777
5778 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5779
5780         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5781         with gdb_test_no_output.
5782         Use command as test name.
5783
5784 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5785
5786         Fix test names starting with uppercase throughout the files.
5787
5788         * gdb.ada/assign_1.exp
5789         * gdb.ada/boolean_expr.exp
5790         * gdb.base/arrayidx.exp
5791         * gdb.base/del.exp
5792         * gdb.base/gcore-buffer-overflow.exp
5793         * gdb.base/testenv.exp
5794         * gdb.compile/compile.exp
5795         * gdb.python/py-framefilter-invalidarg.exp
5796         * gdb.python/py-framefilter.exp
5797
5798 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5799
5800         Fix test names starting with uppercase throughout the files.
5801
5802         * gdb.ada/array_return.exp
5803         * gdb.ada/expr_delims.exp
5804         * gdb.ada/mi_dyn_arr.exp
5805         * gdb.ada/mi_interface.exp
5806         * gdb.ada/mi_var_array.exp
5807         * gdb.ada/watch_arg.exp
5808         * gdb.arch/alpha-step.exp
5809         * gdb.arch/altivec-regs.exp
5810         * gdb.arch/e500-regs.exp
5811         * gdb.arch/powerpc-d128-regs.exp
5812         * gdb.base/arrayidx.exp
5813         * gdb.base/break.exp
5814         * gdb.base/checkpoint.exp
5815         * gdb.base/debug-expr.exp
5816         * gdb.base/dmsym.exp
5817         * gdb.base/radix.exp
5818         * gdb.base/sepdebug.exp
5819         * gdb.base/testenv.exp
5820         * gdb.base/watch_thread_num.exp
5821         * gdb.base/watchpoint-cond-gone.exp
5822         * gdb.cell/break.exp
5823         * gdb.cell/ea-cache.exp
5824         * gdb.compile/compile.exp
5825         * gdb.cp/gdb2495.exp
5826         * gdb.gdb/selftest.exp
5827         * gdb.gdb/xfullpath.exp
5828         * gdb.go/hello.exp
5829         * gdb.go/integers.exp
5830         * gdb.objc/basicclass.exp
5831         * gdb.pascal/hello.exp
5832         * gdb.pascal/integers.exp
5833         * gdb.python/py-breakpoint.exp
5834         * gdb.python/py-cmd.exp
5835         * gdb.python/py-linetable.exp
5836         * gdb.python/py-xmethods.exp
5837         * gdb.python/python.exp
5838         * gdb.reverse/consecutive-precsave.exp
5839         * gdb.reverse/finish-precsave.exp
5840         * gdb.reverse/i386-precsave.exp
5841         * gdb.reverse/machinestate-precsave.exp
5842         * gdb.reverse/sigall-precsave.exp
5843         * gdb.reverse/solib-precsave.exp
5844         * gdb.reverse/step-precsave.exp
5845         * gdb.reverse/until-precsave.exp
5846         * gdb.reverse/watch-precsave.exp
5847         * gdb.threads/leader-exit.exp
5848         * gdb.threads/pthreads.exp
5849         * gdb.threads/wp-replication.exp
5850         * gdb.trace/actions.exp
5851         * gdb.trace/mi-tsv-changed.exp
5852         * gdb.trace/tsv.exp
5853
5854 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5855
5856         Fix test names starting with uppercase throughout the files.
5857
5858         * gdb.arch/i386-bp_permanent.exp
5859         * gdb.arch/i386-gnu-cfi.exp
5860         * gdb.base/disasm-end-cu.exp
5861         * gdb.base/macscp.exp
5862         * gdb.base/pending.exp
5863         * gdb.base/watch_thread_num.exp
5864         * gdb.cp/exception.exp
5865         * gdb.cp/gdb2495.exp
5866         * gdb.cp/local.exp
5867         * gdb.python/py-evsignal.exp
5868         * gdb.python/python.exp
5869         * gdb.trace/tracecmd.exp
5870
5871 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5872
5873         Fix test names starting with uppercase throughout the files.
5874
5875         * gdb.base/charset.exp
5876         * gdb.base/eval.exp
5877         * gdb.base/multi-forks.exp
5878         * gdb.guile/scm-progspace.exp
5879         * gdb.opencl/datatypes.exp
5880         * gdb.python/py-block.exp
5881         * gdb.python/py-function.exp
5882         * gdb.python/py-symbol.exp
5883         * gdb.python/py-symtab.exp
5884         * gdb.python/py-xmethods.exp
5885         * gdb.reverse/break-precsave.exp
5886         * gdb.reverse/break-reverse.exp
5887         * gdb.reverse/consecutive-precsave.exp
5888         * gdb.reverse/consecutive-reverse.exp
5889         * gdb.reverse/finish-precsave.exp
5890         * gdb.reverse/finish-reverse-bkpt.exp
5891         * gdb.reverse/finish-reverse.exp
5892         * gdb.reverse/fstatat-reverse.exp
5893         * gdb.reverse/getresuid-reverse.exp
5894         * gdb.reverse/i386-precsave.exp
5895         * gdb.reverse/i386-reverse.exp
5896         * gdb.reverse/i386-sse-reverse.exp
5897         * gdb.reverse/i387-stack-reverse.exp
5898         * gdb.reverse/insn-reverse.exp
5899         * gdb.reverse/machinestate-precsave.exp
5900         * gdb.reverse/machinestate.exp
5901         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5902         * gdb.reverse/pipe-reverse.exp
5903         * gdb.reverse/readv-reverse.exp
5904         * gdb.reverse/recvmsg-reverse.exp
5905         * gdb.reverse/rerun-prec.exp
5906         * gdb.reverse/s390-mvcle.exp
5907         * gdb.reverse/sigall-precsave.exp
5908         * gdb.reverse/sigall-reverse.exp
5909         * gdb.reverse/solib-precsave.exp
5910         * gdb.reverse/solib-reverse.exp
5911         * gdb.reverse/step-precsave.exp
5912         * gdb.reverse/step-reverse.exp
5913         * gdb.reverse/time-reverse.exp
5914         * gdb.reverse/until-precsave.exp
5915         * gdb.reverse/until-reverse.exp
5916         * gdb.reverse/waitpid-reverse.exp
5917         * gdb.reverse/watch-precsave.exp
5918         * gdb.reverse/watch-reverse.exp
5919
5920 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5921
5922         Fix test names starting with uppercase throughout the files.
5923
5924         * gdb.arch/i386-mpx-simple_segv.exp
5925         * gdb.arch/i386-mpx.exp
5926         * gdb.arch/i386-permbkpt.exp
5927         * gdb.arch/pa-nullify.exp
5928         * gdb.arch/powerpc-d128-regs.exp
5929         * gdb.arch/vsx-regs.exp
5930         * gdb.base/bfp-test.exp
5931         * gdb.base/break.exp
5932         * gdb.base/breakpoint-shadow.exp
5933         * gdb.base/callfuncs.exp
5934         * gdb.base/charset.exp
5935         * gdb.base/commands.exp
5936         * gdb.base/completion.exp
5937         * gdb.base/dfp-test.exp
5938         * gdb.base/echo.exp
5939         * gdb.base/ending-run.exp
5940         * gdb.base/eval.exp
5941         * gdb.base/expand-psymtabs.exp
5942         * gdb.base/float128.exp
5943         * gdb.base/floatn.exp
5944         * gdb.base/foll-exec-mode.exp
5945         * gdb.base/gdb1056.exp
5946         * gdb.base/gdb11531.exp
5947         * gdb.base/kill-after-signal.exp
5948         * gdb.base/multi-forks.exp
5949         * gdb.base/overlays.exp
5950         * gdb.base/pending.exp
5951         * gdb.base/sepdebug.exp
5952         * gdb.base/testenv.exp
5953         * gdb.base/valgrind-db-attach.exp
5954         * gdb.base/watch_thread_num.exp
5955         * gdb.base/watchpoint-cond-gone.exp
5956         * gdb.base/watchpoint.exp
5957         * gdb.base/watchpoints.exp
5958         * gdb.cp/arg-reference.exp
5959         * gdb.cp/baseenum.exp
5960         * gdb.cp/operator.exp
5961         * gdb.cp/shadow.exp
5962         * gdb.dwarf2/dw2-op-out-param.exp
5963         * gdb.dwarf2/dw2-reg-undefined.exp
5964         * gdb.go/chan.exp
5965         * gdb.go/hello.exp
5966         * gdb.go/integers.exp
5967         * gdb.go/methods.exp
5968         * gdb.go/package.exp
5969         * gdb.guile/scm-parameter.exp
5970         * gdb.guile/scm-progspace.exp
5971         * gdb.guile/scm-value.exp
5972         * gdb.mi/mi-pending.exp
5973         * gdb.mi/user-selected-context-sync.exp
5974         * gdb.multi/multi-attach.exp
5975         * gdb.multi/tids.exp
5976         * gdb.opt/clobbered-registers-O2.exp
5977         * gdb.pascal/floats.exp
5978         * gdb.pascal/integers.exp
5979         * gdb.python/py-block.exp
5980         * gdb.python/py-events.exp
5981         * gdb.python/py-parameter.exp
5982         * gdb.python/py-symbol.exp
5983         * gdb.python/py-symtab.exp
5984         * gdb.python/py-type.exp
5985         * gdb.python/py-value.exp
5986         * gdb.python/py-xmethods.exp
5987         * gdb.python/python.exp
5988         * gdb.reverse/break-precsave.exp
5989         * gdb.reverse/consecutive-precsave.exp
5990         * gdb.reverse/finish-precsave.exp
5991         * gdb.reverse/i386-precsave.exp
5992         * gdb.reverse/machinestate-precsave.exp
5993         * gdb.reverse/sigall-precsave.exp
5994         * gdb.reverse/solib-precsave.exp
5995         * gdb.reverse/step-precsave.exp
5996         * gdb.reverse/until-precsave.exp
5997         * gdb.reverse/watch-precsave.exp
5998         * gdb.server/ext-attach.exp
5999         * gdb.server/ext-restart.exp
6000         * gdb.server/ext-run.exp
6001         * gdb.server/ext-wrapper.exp
6002         * gdb.stabs/gdb11479.exp
6003         * gdb.stabs/weird.exp
6004         * gdb.threads/attach-many-short-lived-threads.exp
6005         * gdb.threads/kill.exp
6006         * gdb.threads/watchpoint-fork.exp
6007
6008 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6009
6010         Fix test names starting with uppercase throughout all the files below.
6011
6012         * gdb.ada/array_return.exp
6013         * gdb.ada/catch_ex.exp
6014         * gdb.ada/info_exc.exp
6015         * gdb.ada/mi_catch_ex.exp
6016         * gdb.ada/mi_dyn_arr.exp
6017         * gdb.ada/mi_ex_cond.exp
6018         * gdb.ada/mi_exc_info.exp
6019         * gdb.ada/mi_interface.exp
6020         * gdb.ada/mi_task_arg.exp
6021         * gdb.ada/mi_task_info.exp
6022         * gdb.ada/mi_var_array.exp
6023         * gdb.arch/alpha-step.exp
6024         * gdb.arch/amd64-disp-step.exp
6025         * gdb.arch/arm-disp-step.exp
6026         * gdb.arch/disp-step-insn-reloc.exp
6027         * gdb.arch/e500-prologue.exp
6028         * gdb.arch/ftrace-insn-reloc.exp
6029         * gdb.arch/gdb1558.exp
6030         * gdb.arch/i386-bp_permanent.exp
6031         * gdb.arch/i386-disp-step.exp
6032         * gdb.arch/i386-float.exp
6033         * gdb.arch/i386-gnu-cfi.exp
6034         * gdb.arch/ia64-breakpoint-shadow.exp
6035         * gdb.arch/mips16-thunks.exp
6036         * gdb.arch/pa-nullify.exp
6037         * gdb.arch/powerpc-aix-prologue.exp
6038         * gdb.arch/powerpc-power.exp
6039         * gdb.arch/ppc-dfp.exp
6040         * gdb.arch/s390-tdbregs.exp
6041         * gdb.arch/spu-info.exp
6042         * gdb.arch/spu-ls.exp
6043         * gdb.arch/thumb-bx-pc.exp
6044         * gdb.base/advance.exp
6045         * gdb.base/annota-input-while-running.exp
6046         * gdb.base/arrayidx.exp
6047         * gdb.base/asmlabel.exp
6048         * gdb.base/async.exp
6049         * gdb.base/attach-wait-input.exp
6050         * gdb.base/auto-connect-native-target.exp
6051         * gdb.base/batch-preserve-term-settings.exp
6052         * gdb.base/bfp-test.exp
6053         * gdb.base/bigcore.exp
6054         * gdb.base/bp-permanent.exp
6055         * gdb.base/break-always.exp
6056         * gdb.base/break-fun-addr.exp
6057         * gdb.base/break-idempotent.exp
6058         * gdb.base/break-main-file-remove-fail.exp
6059         * gdb.base/break-probes.exp
6060         * gdb.base/break-unload-file.exp
6061         * gdb.base/break.exp
6062         * gdb.base/call-ar-st.exp
6063         * gdb.base/call-rt-st.exp
6064         * gdb.base/call-sc.exp
6065         * gdb.base/call-signal-resume.exp
6066         * gdb.base/call-strs.exp
6067         * gdb.base/callexit.exp
6068         * gdb.base/callfuncs.exp
6069         * gdb.base/catch-gdb-caused-signals.exp
6070         * gdb.base/catch-signal-siginfo-cond.exp
6071         * gdb.base/catch-syscall.exp
6072         * gdb.base/compare-sections.exp
6073         * gdb.base/cond-eval-mode.exp
6074         * gdb.base/condbreak-call-false.exp
6075         * gdb.base/consecutive-step-over.exp
6076         * gdb.base/cursal.exp
6077         * gdb.base/disabled-location.exp
6078         * gdb.base/disasm-end-cu.exp
6079         * gdb.base/display.exp
6080         * gdb.base/double-prompt-target-event-error.exp
6081         * gdb.base/dprintf-bp-same-addr.exp
6082         * gdb.base/dprintf-detach.exp
6083         * gdb.base/dprintf-next.exp
6084         * gdb.base/dprintf-non-stop.exp
6085         * gdb.base/dprintf-pending.exp
6086         * gdb.base/dso2dso.exp
6087         * gdb.base/ending-run.exp
6088         * gdb.base/enum_cond.exp
6089         * gdb.base/examine-backward.exp
6090         * gdb.base/exe-lock.exp
6091         * gdb.base/exec-invalid-sysroot.exp
6092         * gdb.base/execl-update-breakpoints.exp
6093         * gdb.base/execution-termios.exp
6094         * gdb.base/fileio.exp
6095         * gdb.base/fixsection.exp
6096         * gdb.base/foll-exec-mode.exp
6097         * gdb.base/foll-exec.exp
6098         * gdb.base/fork-running-state.exp
6099         * gdb.base/frame-args.exp
6100         * gdb.base/fullpath-expand.exp
6101         * gdb.base/func-ptr.exp
6102         * gdb.base/gcore-relro-pie.exp
6103         * gdb.base/gdb1090.exp
6104         * gdb.base/gdb1555.exp
6105         * gdb.base/global-var-nested-by-dso.exp
6106         * gdb.base/gnu-ifunc.exp
6107         * gdb.base/hbreak-in-shr-unsupported.exp
6108         * gdb.base/hbreak-unmapped.exp
6109         * gdb.base/hook-stop.exp
6110         * gdb.base/infcall-input.exp
6111         * gdb.base/info-fun.exp
6112         * gdb.base/info-shared.exp
6113         * gdb.base/interrupt-noterm.exp
6114         * gdb.base/jit-so.exp
6115         * gdb.base/jit.exp
6116         * gdb.base/line-symtabs.exp
6117         * gdb.base/list.exp
6118         * gdb.base/longjmp.exp
6119         * gdb.base/macscp.exp
6120         * gdb.base/max-value-size.exp
6121         * gdb.base/nodebug.exp
6122         * gdb.base/nofield.exp
6123         * gdb.base/overlays.exp
6124         * gdb.base/paginate-after-ctrl-c-running.exp
6125         * gdb.base/paginate-bg-execution.exp
6126         * gdb.base/paginate-inferior-exit.exp
6127         * gdb.base/pending.exp
6128         * gdb.base/pr11022.exp
6129         * gdb.base/printcmds.exp
6130         * gdb.base/ptr-typedef.exp
6131         * gdb.base/ptype.exp
6132         * gdb.base/randomize.exp
6133         * gdb.base/range-stepping.exp
6134         * gdb.base/realname-expand.exp
6135         * gdb.base/relativedebug.exp
6136         * gdb.base/remote.exp
6137         * gdb.base/savedregs.exp
6138         * gdb.base/sepdebug.exp
6139         * gdb.base/set-noassign.exp
6140         * gdb.base/shlib-call.exp
6141         * gdb.base/shreloc.exp
6142         * gdb.base/sigaltstack.exp
6143         * gdb.base/sigbpt.exp
6144         * gdb.base/siginfo-addr.exp
6145         * gdb.base/siginfo-obj.exp
6146         * gdb.base/siginfo-thread.exp
6147         * gdb.base/signest.exp
6148         * gdb.base/signull.exp
6149         * gdb.base/sigrepeat.exp
6150         * gdb.base/skip.exp
6151         * gdb.base/so-impl-ld.exp
6152         * gdb.base/solib-corrupted.exp
6153         * gdb.base/solib-disc.exp
6154         * gdb.base/solib-display.exp
6155         * gdb.base/solib-overlap.exp
6156         * gdb.base/solib-search.exp
6157         * gdb.base/solib-symbol.exp
6158         * gdb.base/source-execution.exp
6159         * gdb.base/sss-bp-on-user-bp-2.exp
6160         * gdb.base/sss-bp-on-user-bp.exp
6161         * gdb.base/stack-checking.exp
6162         * gdb.base/stale-infcall.exp
6163         * gdb.base/step-break.exp
6164         * gdb.base/step-line.exp
6165         * gdb.base/step-over-exit.exp
6166         * gdb.base/step-test.exp
6167         * gdb.base/structs.exp
6168         * gdb.base/sym-file.exp
6169         * gdb.base/symtab-search-order.exp
6170         * gdb.base/term.exp
6171         * gdb.base/type-opaque.exp
6172         * gdb.base/unload.exp
6173         * gdb.base/until-nodebug.exp
6174         * gdb.base/until.exp
6175         * gdb.base/unwindonsignal.exp
6176         * gdb.base/watch-cond.exp
6177         * gdb.base/watch-non-mem.exp
6178         * gdb.base/watch_thread_num.exp
6179         * gdb.base/watchpoint-reuse-slot.exp
6180         * gdb.base/watchpoint-solib.exp
6181         * gdb.base/watchpoint.exp
6182         * gdb.btrace/dlopen.exp
6183         * gdb.cell/arch.exp
6184         * gdb.cell/break.exp
6185         * gdb.cell/bt.exp
6186         * gdb.cell/core.exp
6187         * gdb.cell/data.exp
6188         * gdb.cell/dwarfaddr.exp
6189         * gdb.cell/ea-cache.exp
6190         * gdb.cell/ea-standalone.exp
6191         * gdb.cell/ea-test.exp
6192         * gdb.cell/f-regs.exp
6193         * gdb.cell/fork.exp
6194         * gdb.cell/gcore.exp
6195         * gdb.cell/mem-access.exp
6196         * gdb.cell/ptype.exp
6197         * gdb.cell/registers.exp
6198         * gdb.cell/sizeof.exp
6199         * gdb.cell/solib-symbol.exp
6200         * gdb.cell/solib.exp
6201         * gdb.compile/compile-tls.exp
6202         * gdb.cp/exception.exp
6203         * gdb.cp/gdb2495.exp
6204         * gdb.cp/local.exp
6205         * gdb.cp/mb-inline.exp
6206         * gdb.cp/mb-templates.exp
6207         * gdb.cp/pr10687.exp
6208         * gdb.cp/pr9167.exp
6209         * gdb.cp/scope-err.exp
6210         * gdb.cp/templates.exp
6211         * gdb.cp/virtfunc.exp
6212         * gdb.dwarf2/dw2-dir-file-name.exp
6213         * gdb.dwarf2/dw2-single-line-discriminators.exp
6214         * gdb.fortran/complex.exp
6215         * gdb.fortran/library-module.exp
6216         * gdb.guile/guile.exp
6217         * gdb.guile/scm-cmd.exp
6218         * gdb.guile/scm-frame-inline.exp
6219         * gdb.guile/scm-objfile.exp
6220         * gdb.guile/scm-pretty-print.exp
6221         * gdb.guile/scm-symbol.exp
6222         * gdb.guile/scm-type.exp
6223         * gdb.guile/scm-value.exp
6224         * gdb.linespec/keywords.exp
6225         * gdb.linespec/ls-errs.exp
6226         * gdb.linespec/macro-relative.exp
6227         * gdb.linespec/thread.exp
6228         * gdb.mi/mi-breakpoint-changed.exp
6229         * gdb.mi/mi-dprintf-pending.exp
6230         * gdb.mi/mi-fullname-deleted.exp
6231         * gdb.mi/mi-logging.exp
6232         * gdb.mi/mi-pending.exp
6233         * gdb.mi/mi-solib.exp
6234         * gdb.mi/new-ui-mi-sync.exp
6235         * gdb.mi/user-selected-context-sync.exp
6236         * gdb.multi/dummy-frame-restore.exp
6237         * gdb.multi/multi-arch-exec.exp
6238         * gdb.multi/remove-inferiors.exp
6239         * gdb.multi/watchpoint-multi-exit.exp
6240         * gdb.opt/solib-intra-step.exp
6241         * gdb.perf/backtrace.exp
6242         * gdb.perf/single-step.exp
6243         * gdb.perf/skip-command.exp
6244         * gdb.perf/skip-prologue.exp
6245         * gdb.perf/solib.exp
6246         * gdb.python/lib-types.exp
6247         * gdb.python/py-as-string.exp
6248         * gdb.python/py-bad-printers.exp
6249         * gdb.python/py-block.exp
6250         * gdb.python/py-breakpoint.exp
6251         * gdb.python/py-cmd.exp
6252         * gdb.python/py-events.exp
6253         * gdb.python/py-evthreads.exp
6254         * gdb.python/py-finish-breakpoint.exp
6255         * gdb.python/py-finish-breakpoint2.exp
6256         * gdb.python/py-frame-inline.exp
6257         * gdb.python/py-frame.exp
6258         * gdb.python/py-inferior.exp
6259         * gdb.python/py-infthread.exp
6260         * gdb.python/py-mi.exp
6261         * gdb.python/py-objfile.exp
6262         * gdb.python/py-pp-maint.exp
6263         * gdb.python/py-pp-registration.exp
6264         * gdb.python/py-prettyprint.exp
6265         * gdb.python/py-recurse-unwind.exp
6266         * gdb.python/py-shared.exp
6267         * gdb.python/py-symbol.exp
6268         * gdb.python/py-symtab.exp
6269         * gdb.python/py-template.exp
6270         * gdb.python/py-type.exp
6271         * gdb.python/py-unwind-maint.exp
6272         * gdb.python/py-unwind.exp
6273         * gdb.python/py-value.exp
6274         * gdb.python/python.exp
6275         * gdb.reverse/finish-reverse-bkpt.exp
6276         * gdb.reverse/insn-reverse.exp
6277         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6278         * gdb.reverse/solib-precsave.exp
6279         * gdb.reverse/solib-reverse.exp
6280         * gdb.stabs/gdb11479.exp
6281         * gdb.stabs/weird.exp
6282         * gdb.threads/fork-child-threads.exp
6283         * gdb.threads/fork-plus-threads.exp
6284         * gdb.threads/fork-thread-pending.exp
6285         * gdb.threads/forking-threads-plus-breakpoint.exp
6286         * gdb.threads/hand-call-in-threads.exp
6287         * gdb.threads/interrupted-hand-call.exp
6288         * gdb.threads/linux-dp.exp
6289         * gdb.threads/local-watch-wrong-thread.exp
6290         * gdb.threads/next-while-other-thread-longjmps.exp
6291         * gdb.threads/non-ldr-exit.exp
6292         * gdb.threads/pending-step.exp
6293         * gdb.threads/print-threads.exp
6294         * gdb.threads/process-dies-while-detaching.exp
6295         * gdb.threads/process-dies-while-handling-bp.exp
6296         * gdb.threads/pthreads.exp
6297         * gdb.threads/queue-signal.exp
6298         * gdb.threads/reconnect-signal.exp
6299         * gdb.threads/signal-command-handle-nopass.exp
6300         * gdb.threads/signal-command-multiple-signals-pending.exp
6301         * gdb.threads/signal-delivered-right-thread.exp
6302         * gdb.threads/signal-sigtrap.exp
6303         * gdb.threads/sigthread.exp
6304         * gdb.threads/staticthreads.exp
6305         * gdb.threads/stepi-random-signal.exp
6306         * gdb.threads/thread-unwindonsignal.exp
6307         * gdb.threads/thread_check.exp
6308         * gdb.threads/thread_events.exp
6309         * gdb.threads/tid-reuse.exp
6310         * gdb.threads/tls-nodebug.exp
6311         * gdb.threads/tls-shared.exp
6312         * gdb.threads/tls-so_extern.exp
6313         * gdb.threads/tls.exp
6314         * gdb.threads/wp-replication.exp
6315         * gdb.trace/actions-changed.exp
6316         * gdb.trace/actions.exp
6317         * gdb.trace/backtrace.exp
6318         * gdb.trace/change-loc.exp
6319         * gdb.trace/collection.exp
6320         * gdb.trace/deltrace.exp
6321         * gdb.trace/disconnected-tracing.exp
6322         * gdb.trace/entry-values.exp
6323         * gdb.trace/ftrace-lock.exp
6324         * gdb.trace/ftrace.exp
6325         * gdb.trace/infotrace.exp
6326         * gdb.trace/mi-trace-frame-collected.exp
6327         * gdb.trace/mi-trace-unavailable.exp
6328         * gdb.trace/mi-traceframe-changed.exp
6329         * gdb.trace/mi-tracepoint-changed.exp
6330         * gdb.trace/mi-tsv-changed.exp
6331         * gdb.trace/no-attach-trace.exp
6332         * gdb.trace/packetlen.exp
6333         * gdb.trace/passc-dyn.exp
6334         * gdb.trace/passcount.exp
6335         * gdb.trace/pending.exp
6336         * gdb.trace/pr16508.exp
6337         * gdb.trace/qtro.exp
6338         * gdb.trace/range-stepping.exp
6339         * gdb.trace/read-memory.exp
6340         * gdb.trace/report.exp
6341         * gdb.trace/save-trace.exp
6342         * gdb.trace/signal.exp
6343         * gdb.trace/stap-trace.exp
6344         * gdb.trace/status-stop.exp
6345         * gdb.trace/strace.exp
6346         * gdb.trace/tfile.exp
6347         * gdb.trace/tfind.exp
6348         * gdb.trace/trace-break.exp
6349         * gdb.trace/trace-condition.exp
6350         * gdb.trace/trace-enable-disable.exp
6351         * gdb.trace/trace-mt.exp
6352         * gdb.trace/tracecmd.exp
6353         * gdb.trace/tracefile-pseudo-reg.exp
6354         * gdb.trace/tspeed.exp
6355         * gdb.trace/tstatus.exp
6356         * gdb.trace/tsv.exp
6357         * gdb.trace/unavailable.exp
6358         * gdb.trace/while-dyn.exp
6359         * gdb.trace/while-stepping.exp
6360         * lib/gdb-guile.exp
6361         * lib/gdb.exp
6362         * lib/mi-support.exp
6363         * lib/pascal.exp
6364         * lib/perftest.exp
6365         * lib/prelink-support.exp
6366         * lib/selftest-support.exp
6367
6368 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
6369
6370         * Makefile.in: Include disable-implicit-rules.mk.
6371
6372 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6373
6374         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6375         non-byte-aligned bit fields.
6376
6377 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6378
6379         PR gdb/12616
6380         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
6381         respects the DW_AT_data_bit_offset attribute.
6382
6383 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
6384
6385         * gdb.base/default.exp: Fix output of "set language".
6386
6387 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
6388
6389         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6390         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
6391         make.
6392         * configure.ac: Remove checks for the make program.
6393         * configure: Re-generate.
6394
6395 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
6396
6397         * gdb.python/py-recurse-unwind.c (main): Add loop.
6398         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6399         to read_register() and gdb.parse_and_eval().  Make each code
6400         call a separate case that can be individually tested.
6401         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6402         proc. Call cont_and_backtrace for each of the code paths that
6403         we want to test in the unwinder.
6404
6405 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6406
6407         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6408         the definition of struct S.
6409
6410 2016-11-11  Catherine Moore  <clm@codesourcery.com>
6411
6412         * gdb.base/dump.exp: Identify verilog format dump tests as such.
6413
6414 2016-11-09  Pedro Alves  <palves@redhat.com>
6415
6416         * gdb.base/commands.exp (runto_or_return): New procedure.
6417         (gdbvar_simple_if_test, gdbvar_simple_while_test)
6418         (gdbvar_complex_if_while_test, progvar_simple_if_test)
6419         (progvar_simple_while_test, progvar_complex_if_while_test)
6420         (if_while_breakpoint_command_test)
6421         (infrun_breakpoint_command_test, breakpoint_command_test)
6422         (user_defined_command_test, watchpoint_command_test)
6423         (test_command_prompt_position, redefine_hook_test)
6424         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6425         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6426         multi_line_input and multi_line.  Remove gdb_expect and
6427         gdb_stop_suppressing_tests uses.
6428         * lib/gdb.exp (valnum_re): New global.
6429         (multi_line_input): New procedure.
6430
6431 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
6432
6433         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6434         Remove.
6435         (test_setup): Define with proc_with_prefix.
6436         (test_cli_inferior): Likewise.
6437         (test_cli_thread): Likewise.
6438         (test_cli_frame): Likewise.
6439         (test_cli_select_frame): Likewise.
6440         (test_cli_up_down): Likewise.
6441         (test_mi_thread_select): Likewise.
6442         (test_mi_stack_select_frame): Likewise.
6443         (test_cli_in_mi_inferior): Likewise.
6444         (test_cli_in_mi_thread): Likewise.
6445         (test_cli_in_mi_frame): Likewise.
6446         (top level): Do not use with_test_prefix_procname.
6447
6448 2016-11-09  Pedro Alves  <palves@redhat.com>
6449
6450         * gdb.base/commands.exp (gdbvar_simple_if_test)
6451         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6452         (progvar_simple_if_test, progvar_simple_while_test)
6453         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6454         (infrun_breakpoint_command_test, breakpoint_command_test)
6455         (user_defined_command_test, watchpoint_command_test)
6456         (test_command_prompt_position, deprecated_command_test)
6457         (bp_deleted_in_command, temporary_breakpoint_commands)
6458         (stray_arg0_test, source_file_with_indented_comment)
6459         (recursive_source_test, if_commands_test)
6460         (error_clears_commands_left, redefine_hook_test)
6461         (redefine_backtrace_test): Use proc_with_prefix.
6462         * lib/gdb.exp (proc_with_prefix): New proc.
6463
6464 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6465
6466         * gdb.base/tui-layout.c: New file.
6467         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6468         disassembly window contains very long lines.
6469
6470 2016-11-08  Tom Tromey  <tom@tromey.com>
6471
6472         * gdb.python/py-value.exp (test_value_creation): Make "long" test
6473         depend on Python 2.
6474
6475 2016-11-08  Tom Tromey  <tom@tromey.com>
6476
6477         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6478         New method.
6479
6480 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
6481
6482         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6483
6484 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
6485
6486         * gdb.rust/simple.rs: Add test for univariant enums without
6487         discriminants and for encoded struct-like enums.
6488
6489 2016-10-28  Pedro Alves  <palves@redhat.com>
6490
6491         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6492         gdb_test_multiple, tighten regexps and match symtabs and line
6493         tables incrementally.
6494
6495 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
6496
6497         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6498         general.
6499
6500 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
6501
6502         * gdb.base/exec-invalid-sysroot.exp: New file.
6503
6504 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6505
6506         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6507
6508 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6509
6510         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6511
6512 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
6513
6514         * gdb.base/killed-outside.exp: Remove $options from a call to
6515         `prepare_for_testing'.
6516
6517 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6518
6519         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6520         Change test message.
6521
6522 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6523
6524         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6525         Update comment.
6526
6527 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6528
6529         * gdb.trace/mi-trace-save.exp: New file.
6530
6531 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6532
6533         * gdb.base/code_elim.exp (get_var_address): Remove.
6534         * gdb.base/relocate.exp: Likewise.
6535         * gdb.base/shreloc.exp: Likewise.
6536         * lib/gdb.exp (get_var_address): New.
6537
6538 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6539
6540         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6541         floating point tests if $skip_float_test is false.
6542
6543 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
6544
6545         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6546         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6547         argc values.
6548         Add 1 to argc so we guarantee distinct initial/modified argc values.
6549
6550 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6551
6552         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6553
6554 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6555
6556         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6557         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6558         * gdb.arch/vsx-regs.exp: Likewise.
6559
6560 2016-10-07  Yao Qi  <yao.qi@linaro.org>
6561
6562         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6563
6564 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
6565
6566         * gdb.python/python.exp: Test decode_line("*0").
6567
6568 2016-10-06  Doug Evans  <dje@google.com>
6569
6570         * gdb.python/py-value.exp (test_value_creation): Add test for large
6571         unsigned 64-bit value.
6572
6573 2016-10-06  Tom Tromey  <tom@tromey.com>
6574
6575         * gdb.compile/compile.exp: Change java tests to rust.
6576         * gdb.base/setshow.exp: Change java tests to rust.
6577         * gdb.base/default.exp: Remove java from language list.
6578         * README (Examples): Update language example.
6579         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6580         test.
6581         * lib/gdb.exp (skip_java_tests): Remove.
6582         * lib/java.exp: Remove.
6583         * gdb.java: Remove.
6584
6585 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6586
6587         * gdb.arch/mips-fcr.exp: New test.
6588         * gdb.arch/mips-fcr.c: Source for the new test.
6589
6590 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6591
6592         * gdb.base/solib-disc.exp: Use `standard_output_file'
6593         throughout.
6594
6595 2016-10-06  Pedro Alves  <palves@redhat.com>
6596
6597         * gdb.base/jit-simple-dl.c: New file.
6598         * gdb.base/jit-simple-jit.c: New file, factored out from ...
6599         * gdb.base/jit-simple.c: ... this.
6600         * gdb.base/jit-simple.exp (jit_run): Delete.
6601         (build_jit): New proc.
6602         (jit_test_reread): Recompile either the main program or the shared
6603         library, depending on what is being tested.  Skip changing address
6604         if caller wants to.  Compare before/after addresses.  If testing
6605         standalone, explicitly load the binary.  Test "maint info
6606         breakpoints".
6607         (top level): Add "standalone vs shared lib" and "change address"
6608         vs "same address" axes.
6609
6610 2016-10-06  Pedro Alves  <palves@redhat.com>
6611
6612         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6613         call.
6614         (jit_run): Delete.
6615         (jit_test_reread): Use with_test_prefix.  Reload the main binary
6616         explicitly.  Compare the before/after addresses of the JIT
6617         descriptor.
6618
6619 2016-08-15  Doug Evans  <dje@google.com>
6620
6621         * gdb.xml/extra-regs.xml: Update, end field now required, default type
6622         for single bitfields is bool.
6623         * gdb.xml/tdesc-regs.exp: Ditto.
6624
6625 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6626
6627         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6628
6629 2016-10-05  Yao Qi  <yao.qi@linaro.org>
6630
6631         * lib/gdb.exp (support_complex_tests): Return zero if
6632         gdb_skip_float_test return true.
6633
6634 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6635             Simon Marchi  <simon.marchi@ericsson.com>
6636
6637         PR gdb/20487
6638         * gdb.mi/user-selected-context-sync.exp: New file.
6639         * gdb.mi/user-selected-context-sync.c: New file.
6640
6641 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6642             Simon Marchi  <simon.marchi@ericsson.com>
6643
6644         PR gdb/20487
6645         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6646         =thread-select-event check.
6647
6648 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
6649
6650         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6651         the compulsory L operand changes.
6652         * gdb.arch/powerpc-power.s: Likewise.
6653
6654 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6655
6656         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6657         * gdb.base/jit-attach-pie.c: New file.
6658         * gdb.base/jit-attach-pie.exp: New file.
6659
6660 2016-09-28  Pedro Alves  <palves@redhat.com>
6661
6662         * gdb.base/infcall-input.c: New file.
6663         * gdb.base/infcall-input.exp: New file.
6664
6665 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6666
6667         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6668         (gdb_exit): Rename it to ...
6669         (gdbserver_gdb_exit): ...  Close GDBserver.
6670         (gdb_exit): New proc, call gdbserver_gdb_exit.
6671         (mi_gdb_exit): Likewise.
6672
6673 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6674
6675         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6676         path.
6677         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6678         Remove duplication.
6679
6680 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6681
6682         * lib/gdbserver-support.exp: Check the existence of
6683         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6684
6685 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
6686
6687         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6688
6689 2016-09-21  Tom Tromey  <tom@tromey.com>
6690
6691         PR gdb/20604:
6692         * gdb.base/quit.exp: New file.
6693
6694 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
6695
6696         * .gitignore: New file.
6697
6698 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
6699
6700         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6701         throughout.
6702
6703 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6704
6705         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6706
6707 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6708
6709         * gdb.cp/casts.cc (decltype): Move it ...
6710         (main): ... with its call to ...
6711         * gdb.cp/casts03.cc: ... a new file.
6712         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6713
6714 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6715
6716         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6717
6718 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
6719
6720         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6721         and sync up the test with tests in gas/testsuite/gas/ppc.
6722         * gdb.arch/powerpc-power.exp: Likewise.
6723
6724 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6725
6726         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6727
6728 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6729             Jan Kratochvil  <jan.kratochvil@redhat.com>
6730
6731         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6732         make m1's definition to be different from m2's.  Use 'dummy' as an
6733         argument for probe 'two'.
6734
6735 2016-09-10  Jon Beniston  <jon@beniston.com>
6736
6737         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6738         for sim target.
6739
6740 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6741
6742         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6743         variable declaration.
6744         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
6745         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6746         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6747         received HWCAP as its argument.
6748
6749 2016-09-06  Pedro Alves  <palves@redhat.com>
6750
6751         * gdb.base/new-ui-pending-input.c: New file.
6752         * gdb.base/new-ui-pending-input.exp: New file.
6753         * gdb.exp (clear_gdb_spawn_id): New procedure.
6754         (with_spawn_id): Check whether gdb_spawn_id exists before
6755         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
6756         on exit.
6757
6758 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6759
6760         * gdb.base/float128.c: New file.
6761         * gdb.base/float128.exp: Likewise.
6762         * gdb.base/floatn.c: Likewise.
6763         * gdb.base/floatn.exp: Likewise.
6764
6765 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6766
6767         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6768
6769 2016-09-05  Pedro Alves  <palves@redhat.com>
6770
6771         PR backtrace/19927
6772         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6773         unwinders are immediately called as side effect of "source" or
6774         "disable unwinder" commands.
6775         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6776
6777 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6778
6779         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6780         is true and $type is "float" or "double".
6781
6782 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6783
6784         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6785         true.
6786         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6787         * gdb.base/call-rt-st.exp: Likewise.
6788         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6789         return value instead of gdb,skip_float_test.
6790         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6791         (do_function_calls): Use its return value instead of
6792         gdb,skip_float_test.
6793         * gdb.base/finish.exp: Likewise.
6794         * gdb.base/funcargs.exp: Likewise.
6795         * gdb.base/return.exp: Likewise.
6796         * gdb.base/return2.exp: Likewise.
6797         * gdb.base/varargs.exp: Likewise.
6798         * lib/gdb.exp (gdb_skip_float_test): Change it to
6799         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
6800
6801 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6802
6803         * gdb.multi/tids.exp: Test "thread apply all".
6804
6805 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6806
6807         * gdb.base/default.exp (tty): Remove.
6808
6809 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
6810
6811         * gdb.python/py-recurse-unwind.c: New file.
6812         * gdb.python/py-recurse-unwind.py: New file.
6813         * gdb.python/py-recurse-unwind.exp: New file.
6814
6815 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
6816
6817         * gdb.base/set-inferior-tty.exp: New file.
6818         * gdb.base/set-inferior-tty.c: New file.
6819
6820 2016-08-23  Pedro Alves  <palves@redhat.com>
6821
6822         PR gdb/20494
6823         * gdb.base/new-ui-echo.c: New file.
6824         * gdb.base/new-ui-echo.exp: New file.
6825
6826 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6827
6828         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6829         gdbserver_spawn.
6830         * gdb.server/connect-without-multi-process.exp (do_test):
6831         Likewise.
6832
6833 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6834
6835         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6836         standalone_txt.  Delete gdb_txt and standalone_txt on host
6837         and target.  Spawn the binary on target.  Copy files from
6838         target to host.
6839
6840 2016-08-22  Pedro Alves  <palves@redhat.com>
6841
6842         PR gdb/20505
6843         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
6844         with_test_prefix.  Factor out bits to ...
6845         (test_no_vdso): ... this new procedure.
6846
6847 2016-08-19  Carl Love  <cel@us.ibm.com>
6848
6849         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6850         maintaining separate logic for constructing the output path.
6851         * gdb.arch/powerpc-d128-regs.exp: Likewise.
6852         * gdb.arch/ppc-dfp.exp: Likewise.
6853         * gdb.arch/ppc-fp.exp: Likewise.
6854         * gdb.arch/vsx-regs.exp: Likewise.
6855         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6856         binprefix for generating the additional binary files.
6857
6858 2016-08-19  Pedro Alves  <palves@redhat.com>
6859
6860         * gdb.trace/mi-trace-frame-collected.exp
6861         (test_trace_frame_collected): On x32, expect two registers.
6862
6863 2016-08-18  Carl Love  <cel@us.ibm.com>
6864
6865         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6866         and sync up the test with tests in gas/testsuite/gas/ppc.
6867         * gdb.arch/powerpc-power.exp: Likewise.
6868
6869 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6870
6871         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6872         expected error message.
6873
6874 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6875
6876         * gdb.multi/remove-inferiors.exp: New file.
6877         * gdb.multi/remove-inferiors.c: New file.
6878
6879 2016-08-12  Yao Qi  <yao.qi@linaro.org>
6880
6881         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6882         argument list.
6883
6884 2016-08-10  Pedro Alves  <palves@redhat.com>
6885
6886         PR gdb/19187
6887         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6888         setup_kfails.
6889
6890 2016-08-09  Pedro Alves  <palves@redhat.com>
6891             Simon Marchi  <simon.marchi@ericsson.com>
6892
6893         PR gdb/20418
6894         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6895         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6896
6897 2016-08-09  Pedro Alves  <palves@redhat.com>
6898
6899         PR mi/20431
6900         * gdb.mi/mi-cmd-error.exp: New file.
6901
6902 2016-08-09  Pedro Alves  <palves@redhat.com>
6903
6904         PR gdb/18653
6905         * gdb.base/signals-state-child.c: New file.
6906         * gdb.base/signals-state-child.exp: New file.
6907         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6908
6909 2016-08-09  Pedro Alves  <palves@redhat.com>
6910
6911         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6912
6913 2016-08-03  Tom Tromey  <tom@tromey.com>
6914
6915         PR python/18565:
6916         * gdb.python/py-frame-inline.exp: Add Frame.function test.
6917
6918 2016-08-01  Yao Qi  <yao.qi@linaro.org>
6919
6920         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6921         variable mode to "multi-process" if $multi_process is 1, otherwise
6922         set it to "single-process".
6923
6924 2016-08-01  Yao Qi  <yao.qi@linaro.org>
6925
6926         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6927         * gdb.cp/cpexprs.exp: Likewise.
6928         * gdb.cp/m-static.exp: Likewise.
6929
6930 2016-07-26  Tom Tromey  <tom@tromey.com>
6931
6932         PR python/20190:
6933         * gdb.threads/tls.exp (check_thread_local): Add python symbol
6934         test.
6935
6936 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
6937
6938         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6939         selecting assembly source files.
6940         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6941         assembly source files.
6942         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6943         assembly source files.
6944         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6945         selecting assembly source files.
6946
6947 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
6948
6949         * gdb.base/new-ui.exp (do_test_invalid_args): New
6950         procedure.
6951
6952 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
6953
6954         * gdb.btrace/reconnect.c: New file.
6955         * gdb.btrace/reconnect.exp: New file.
6956
6957 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
6958
6959         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6960         to test_catch_syscall_group.
6961         (test_catch_syscall_group): New.
6962
6963 2016-07-21  Tom Tromey  <tom@tromey.com>
6964
6965         * gdb.rust/simple.rs (main): Use empty struct expression.
6966         * gdb.rust/simple.exp: Add tests for empty struct expression.
6967
6968 2016-07-21  Yao Qi  <yao.qi@linaro.org>
6969
6970         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6971         if gdb_skip_xml_test is true on some targets.
6972
6973 2016-07-21  Yao Qi  <yao.qi@linaro.org>
6974
6975         * gdb.server/solib-list.exp: Unset last_loaded_file.
6976
6977 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6978
6979         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6980         "step into captured_main (args)".
6981
6982 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6983
6984         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6985
6986 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6987
6988         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6989
6990 2016-07-19  Pedro Alves  <palves@redhat.com>
6991
6992         * gdb.opt/inline-break.exp: Remove optimize=-O2.
6993         * gdb.opt/inline-bt.exp: Likewise.
6994         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6995         additional_flags=-Winline.
6996         * gdb.opt/inline-locals.exp: Likewise.
6997         * gdb.opt/inline-markers.c (ATTR): Define.
6998         (inlined_fn): Use it.
6999
7000 2016-07-19  Yao Qi  <yao.qi@linaro.org>
7001
7002         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7003         (test_with_self): Remove some code.  Remove argument executable.
7004         (top-level): Use do_self_tests.
7005
7006 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
7007             Don Breazeal <donb@codesourcery.com>
7008
7009         * gdb.base/maint.exp: Escape paths used in regular expressions.
7010         * gdb.stabs/weird.exp: Likewise.
7011
7012 2016-07-13  Tom Tromey  <tom@tromey.com>
7013
7014         PR python/15620, PR python/18620:
7015         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7016         (test_bkpt_events): New procs.
7017
7018 2016-07-13  Tom Tromey  <tom@tromey.com>
7019
7020         PR python/17698:
7021         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7022         test.
7023         (test_watchpoints): Likewise.
7024         (test_bkpt_pending): New proc.
7025
7026 2016-07-13  Tom Tromey  <tom@tromey.com>
7027
7028         PR cli/18053:
7029         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7030         completion test.
7031
7032 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7033
7034         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7035         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7036         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7037         f_label.
7038         (g): Rename g_end_lbl to g_label.
7039         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7040         low_pc and high_pc.
7041         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7042
7043 2016-07-12  Tom Tromey  <tom@tromey.com>
7044
7045         PR python/19293:
7046         * gdb.python/py-unwind-maint.exp: Update tests.
7047
7048 2016-07-12  Yao Qi  <yao.qi@linaro.org>
7049
7050         * lib/selftest-support.exp (selftest_setup): Match the output
7051         when captured_main is inlined.
7052
7053 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7054
7055         * gdb.fortran/derived-types.exp (result_line, result_line_2):
7056         New variables.
7057         (print this%a, print this%b, print this): New tests.
7058         * gdb.fortran/derived-types.f90 (this): New object and
7059         initialization.
7060
7061 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7062
7063         * gdb.ada/arraydim.exp: Remove extra directory level in build
7064         directory.
7065
7066 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7067
7068         * lib/ada.exp: Remove extra directory level in build directory.
7069         * gdb.ada/cond_lang.exp: Likewise.
7070         * gdb.ada/exec_changed.exp: Likewise.
7071         * gdb.ada/lang_switch.exp: Likewise.
7072
7073 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
7074
7075         * simple.rs: Add test for raw pointer subscripting.
7076         * simple.exp: Add test expectations.
7077
7078 2016-07-05  Yao Qi  <yao.qi@linaro.org>
7079
7080         * gdb.mi/mi-reverse.exp: Match =record-started output.
7081
7082 2016-07-01  Pedro Alves  <palves@redhat.com>
7083
7084         * gdb.base/jit-reader.exp (info_registers_current_frame): New
7085         procedure.
7086         (jit_reader_test): Test the jit reader's unwinder.
7087         * gdb.base/jithost.c (jit_function_00_code): New global.
7088         (main): Use memcpy to fill in the mmapped code, instead of poking
7089         bytes manually here.
7090         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7091         value.
7092         (read_debug_info): Save the function's range.
7093         (read_sp): New function.
7094         (unwind_frame): Use it.  Also unwind RBP.
7095         (get_frame_id): Use read_sp.
7096         (gdb_init_reader): Use calloc instead of malloc.
7097         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7098         parameter.  Use gdb_test_multiple.
7099
7100 2016-07-01  Pedro Alves  <palves@redhat.com>
7101             Antoine Tremblay  <antoine.tremblay@ericsson.com>
7102
7103         * gdb.threads/process-dies-while-detaching.c: New file.
7104         * gdb.threads/process-dies-while-detaching.exp: New file.
7105
7106 2016-07-01  Pedro Alves  <palves@redhat.com>
7107
7108         * gdb.multi/watchpoint-multi-exit.c: New file.
7109         * gdb.multi/watchpoint-multi-exit.exp: New file.
7110
7111 2016-06-30  Pedro Alves  <palves@redhat.com>
7112
7113         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7114         unset inferior_spawn_id.
7115
7116 2016-06-30  Pedro Alves  <palves@redhat.com>
7117
7118         * lib/mi-support.exp (default_mi_gdb_start): Declare global
7119         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7120
7121 2016-06-29  Yao Qi  <yao.qi@linaro.org>
7122
7123         * gdb.base/return.c: Add copyright header.
7124
7125 2016-06-29  Tom Tromey  <tom@tromey.com>
7126
7127         PR python/20129:
7128         * gdb.python/py-framefilter.exp: Add tests for setting priority
7129         and disabling of non-existent frame filter.
7130
7131 2016-06-29  Yao Qi  <yao.qi@linaro.org>
7132
7133         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7134         0x0f07ff.
7135
7136 2016-06-28  Yao Qi  <yao.qi@linaro.org>
7137
7138         * gdb.base/catch-syscall.exp: Remove check on isnative and target
7139         triplets.  Start gdb, execute catch syscall, and continue.  Check
7140         gdb's output to determine catch syscall is supported.
7141
7142 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
7143
7144         * gdb.rust/simple.rs: Add test for returning unit in a function.
7145         * gdb.rust/simple.exp: Add expectation for functions returning
7146         unit.
7147
7148 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
7149
7150         * gdb.python/py-breakpoint-create-fail.c,
7151         gdb.python/py-breakpoint-create-fail.exp,
7152         gdb.python/py-breakpoint-create-fail.py: New testcase.
7153
7154 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
7155
7156         PR gdb/20239
7157         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7158         * gdb.rust/simple.exp: Add test expectations for new NonZero
7159         tests.
7160
7161 2016-06-24  David Taylor  <dtaylor@emc.com>
7162
7163         * gdb.base/offsets.exp: New file.
7164         * gdb.base/offsets.c: New file.
7165
7166 2016-06-23  Tom Tromey  <tom@tromey.com>
7167
7168         PR gdb/16483:
7169         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7170         before any filters are loaded.
7171
7172 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7173
7174         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7175         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7176         structs.
7177         * gdb.fortran/derived-type-function.exp: New file.
7178         * gdb.fortran/derived-type-function.f90: New file.
7179
7180
7181 2016-06-21  Pedro Alves  <palves@redhat.com>
7182
7183         * gdb.base/new-ui.exp: New file.
7184         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7185         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7186         (with_spawn_id): New procedure.
7187
7188 2016-06-21  Pedro Alves  <palves@redhat.com>
7189
7190         * gdb.mi/mi-exec-run.exp: New file.
7191
7192 2016-06-21  Pedro Alves  <palves@redhat.com>
7193
7194         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7195         breakpoint command's output on the main UI.
7196         (test_break): New procedure, factored out from calls in the top
7197         level.
7198         (top level): Use foreach_with_prefix to test MI as main UI and as
7199         separate UI.
7200
7201 2016-06-21  Pedro Alves  <palves@redhat.com>
7202
7203         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7204         (test_awatch_creation_and_listing)
7205         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7206         Remove 'type' parameter.
7207         (test_watchpoint_all): New parameter mi_mode.  Remove
7208         with_test_prefix.
7209         (top level): Use foreach_with_prefix, and add main/separate UI MI
7210         testing axis.
7211
7212 2016-06-21  Pedro Alves  <palves@redhat.com>
7213
7214         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7215         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7216         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7217         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7218         (gdb_main_spawn_id, mi_spawn_id): Declare and
7219         comment.
7220         (mi_create_inferior_pty): New procedure,
7221         factored out from default_mi_gdb_start.
7222         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7223         procedures.
7224         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7225         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7226         Use mi_create_inferior_pty.
7227         (mi_gdb_start): Use eval to pass down args list.
7228
7229 2016-06-21  Pedro Alves  <palves@redhat.com>
7230
7231         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7232         * gdb.opt/inline-cmds.exp: Add MI tests.
7233
7234 2016-06-21  Pedro Alves  <palves@redhat.com>
7235
7236         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7237
7238 2016-06-21  Pedro Alves  <palves@redhat.com>
7239
7240         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7241         (top level): Use it instead of mi_execute_to.
7242
7243 2016-06-21  Pedro Alves  <palves@redhat.com>
7244
7245         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7246         (cont_handler_str): New.
7247         (signal_stop_handler): Set stop_handler_str instead of printing to
7248         stdout.
7249         (continue_handler): Set cont_handler_str instead of printing to
7250         stdout.
7251         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7252         mi_send_resuming_command.  Print stop_handler_str and
7253         cont_handler_str instead of expecting the python events print
7254         directly.
7255
7256 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
7257
7258         * gdb.base/jit-reader.exp: New file.
7259         * gdb.base/jithost.c: New file.
7260         * gdb.base/jithost.h: New file.
7261         * gdb.base/jitreader.c : New file.
7262         * gdb.base/jit-protocol.h: New file.
7263
7264 2016-06-17  Yao Qi  <yao.qi@linaro.org>
7265
7266         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7267         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
7268         and detach-on-fork.  Adjust tests.
7269         (top level): Invoke break_cond_on_syscall with combinations of
7270         syscall, follow-fork-mode and detach-on-fork.
7271
7272 2016-06-17  Yao Qi  <yao.qi@linaro.org>
7273
7274         * gdb.base/step-over-exit.c: New.
7275         * gdb.base/step-over-exit.exp: New.
7276
7277 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
7278
7279         * gdb.base/float.exp: Add target check for nds32*-*-*.
7280         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7281
7282 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7283
7284         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7285         for unsupported target features.
7286         * gdb.base/call-rt-st.exp: Likewise.
7287         * gdb.base/call-sc.exp: Likewise.
7288         * gdb.base/call-signal-resume.exp: Likewise.
7289         * gdb.base/call-strs.exp: Likewise.
7290         * gdb.base/callexit.exp: Likewise.
7291         * gdb.base/callfuncs.exp: Likewise.
7292         * gdb.base/nodebug.exp: Likewise.
7293         * gdb.base/printcmds.exp: Likewise.
7294         * gdb.base/ptype.exp: Likewise.
7295         * gdb.base/structs.exp: Likewise.
7296         * gdb.base/unwindonsignal.exp: Likewise.
7297         * gdb.cp/gdb2495.exp: Likewise.
7298         * gdb.cp/templates.exp: Likewise.
7299         * gdb.cp/virtfunc.exp: Likewise.
7300         * gdb.threads/hand-call-in-threads.exp: Likewise.
7301         * gdb.threads/interrupted-hand-call.exp: Likewise.
7302         * gdb.threads/thread-unwindonsignal.exp: Likewise.
7303
7304 2016-06-10  Tom Tromey  <tom@tromey.com>
7305
7306         PR rust/20110:
7307         * gdb.rust/expr.exp: Add test for integer constant larger than
7308         i32.
7309
7310 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
7311
7312         * gdb.fortran/nested-funcs.exp: New.
7313         * gdb.fortran/nested-funcs.f90: New.
7314
7315 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
7316
7317         * gdb.base/examine-backward.c: New file.
7318         * gdb.base/examine-backward.exp: New file.
7319
7320 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
7321
7322         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7323         matching.
7324
7325 2016-06-02  Tom Tromey  <tom@tromey.com>
7326
7327         PR python/18984:
7328         * gdb.python/py-shared.exp: Add solib_name test.
7329
7330 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7331
7332         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7333
7334 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
7335
7336         PR c++/19893
7337         * gdb.dwarf2/implref.exp: Rename to...
7338         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
7339         * gdb.dwarf2/implref-array.c: New file.
7340         * gdb.dwarf2/implref-array.exp: Likewise.
7341         * gdb.dwarf2/implref-global.c: Likewise.
7342         * gdb.dwarf2/implref-global.exp: Likewise.
7343         * gdb.dwarf2/implref-struct.c: Likewise.
7344         * gdb.dwarf2/implref-struct.exp: Likewise.
7345
7346 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7347
7348         * gdb.trace/trace-condition.exp: Add 64bit tests.
7349
7350 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7351
7352         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7353         bits types.
7354         (main): Adapt to 8 to 64 bits types.
7355         * gdb.trace/trace-condition.exp: Add new tests.
7356
7357 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7358
7359         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7360
7361 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7362
7363         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7364         Move condition tests...
7365         * gdb.trace/trace-condition.exp: Here.
7366
7367 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7368
7369         * gdb.trace/trace-condition.exp: Add counter-case tests.
7370
7371 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7372
7373         PR c++/15231
7374         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7375         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7376
7377 2016-05-27  Pedro Alves  <palves@redhat.com>
7378
7379         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7380         New procedure.
7381         (top level): Call it, and bail out of DejaGnu is known to be bad.
7382
7383 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
7384
7385         * gdb.base/whatis.c: Extend the test case.
7386         * gdb.base/whatis.exp: Add additional tests.
7387
7388 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7389
7390 * gdb.fortran/type.f90: Add pointer variable.
7391 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7392
7393 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7394
7395         * gdb.fortran/vla-type.exp: Fix testcase name.
7396
7397 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7398
7399         * gdb.fortran/vla-type.exp: Access elements in nested structs.
7400
7401 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7402
7403         * gdb.fortran/type.f90: Add nested structures.
7404         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7405         * gdb.fortran/derived-type.exp: Adapt expected output.
7406         * gdb.fortran/vla-type.exp: Adapt expected output.
7407
7408 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7409
7410         * gdb.fortran/whatis_type.exp: Adapt expected output.
7411
7412 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7413
7414         * gdb.fortran/print_type.exp: Fix expected output.
7415         * gdb.fortran/whatis_type.exp: Fix expected output.
7416
7417 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7418
7419         * gdb.fortran/whatis_type.exp: Use multi_line.
7420
7421 2016-05-24  Tom Tromey  <tom@tromey.com>
7422
7423         PR python/17386:
7424         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7425         use value as an index.
7426
7427 2016-05-23  Tom Tromey  <tom@tromey.com>
7428
7429         PR python/17981:
7430         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7431         no-breakpoint case.
7432
7433 2016-05-24  Pedro Alves  <palves@redhat.com>
7434
7435         PR gdb/19828
7436         * gdb.threads/clone-attach-detach.c: New file.
7437         * gdb.threads/clone-attach-detach.exp: New file.
7438
7439 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
7440
7441         * gdb.base/annota-input-while-running.exp: Fix syntax error.
7442
7443 2016-05-23  Tom Tromey  <tom@tromey.com>
7444
7445         PR python/19438, PR python/18393:
7446         * gdb.python/py-progspace.exp: Add "dir" test.
7447         * gdb.python/py-objfile.exp: Add "dir" test.
7448
7449 2016-05-23  Yao Qi  <yao.qi@linaro.org>
7450
7451         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7452         * gdb.arch/thumb2-it.exp: Likewise.
7453
7454 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
7455
7456         * gdb.mi/mi-threads-interrupt.c: New file.
7457         * gdb.mi/mi-threads-interrupt.exp: New file.
7458
7459 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
7460
7461         PR gdb/18077
7462         * gdb.mi/mi-async-run.exp: New file.
7463         * gdb.mi/mi-async-run.c: New file.
7464
7465 2016-05-17  Tom Tromey  <tom@tromey.com>
7466             Manish Goregaokar <manishsmail@gmail.com>
7467
7468         * lib/rust-support.exp: New file.
7469         * lib/gdb.exp (skip_rust_tests): New proc.
7470         (build_executable_from_specs): Handle rust.
7471         * lib/future.exp (gdb_find_rustc): New proc.
7472         (gdb_default_target_compile): Handle rust.
7473         * gdb.rust/expr.exp: New file.
7474         * gdb.rust/generics.exp: New file.
7475         * gdb.rust/generics.rs: New file.
7476         * gdb.rust/methods.exp: New file.
7477         * gdb.rust/methods.rs: New file.
7478         * gdb.rust/modules.exp: New file.
7479         * gdb.rust/modules.rs: New file.
7480         * gdb.rust/simple.exp: New file.
7481         * gdb.rust/simple.rs: New file.
7482
7483 2016-05-17  Tom Tromey  <tom@tromey.com>
7484
7485         * gdb.base/default.exp (set language): Add rust.
7486
7487 2016-05-17  Tom Tromey  <tom@tromey.com>
7488
7489         * gdb.gdb/unittest.exp: New file.
7490
7491 2016-05-16  Yao Qi  <yao.qi@linaro.org>
7492
7493         * gdb.base/batch-preserve-term-settings.exp: Remove variable
7494         shell_prompt.  Update shell_prompt_re.
7495
7496 2016-05-12  Doug Evans  <dje@google.com>
7497
7498         PR symtab/19999
7499         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7500         $options when building executable.
7501         * gdb.dwarf2/fission-loclists-pie.S: New file.
7502         * gdb.dwarf2/fission-loclists-pie.exp: New file.
7503
7504 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7505
7506         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7507         of [is_remote target],
7508
7509 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7510
7511         * lib/gdb.exp (use_gdb_stub): New procedure.
7512
7513 2016-05-03  Yunlian Jiang <yunlian@google.com>
7514             Doug Evans  <dje@google.com>
7515
7516         PR symtab/19914
7517         * gdb.dwarf2/dwp-sepdebug.c: New file.
7518         * gdb.dwarf2/dwp-sepdebug.exp: New file.
7519
7520 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7521
7522         * gdb.base/detach.exp: Remove is_remote check.
7523
7524 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7525
7526         * gdb.base/annota-input-while-running.exp: Don't check for
7527         [is_remote target].  Enable annotations after running to main.
7528         Remove unused "set test..." line.
7529
7530 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7531
7532         * gdb.trace/trace-enable-disable.exp: New file.
7533         * gdb.trace/trace-enable-disable.c: New file.
7534
7535 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7536
7537         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7538         use it in info sharedlibrary test.
7539         * gdb.trace/ftrace-lock.exp: Likewise.
7540         * gdb.trace/ftrace.exp: Likewise.
7541         * gdb.trace/range-stepping.exp: Likewise.
7542         * gdb.trace/trace-break.exp: Likewise.
7543         * gdb.trace/trace-condition.exp: Likewise.
7544         * gdb.trace/trace-mt.exp: Likewise.
7545
7546 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7547
7548         * lib/gdb.exp (gdb_load_shlibs): Rename to...
7549         (gdb_load_shlib): ... this.
7550         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7551         gdb_load_shlib.
7552         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7553         * gdb.base/ctxobj.exp: Likewise.
7554         * gdb.base/dprintf-pending.exp: Likewise.
7555         * gdb.base/dso2dso.exp: Likewise.
7556         * gdb.base/fixsection.exp: Likewise.
7557         * gdb.base/gcore-relro.exp: Likewise.
7558         * gdb.base/gdb1555.exp: Likewise.
7559         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7560         * gdb.base/gnu-ifunc.exp: Likewise.
7561         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7562         * gdb.base/jit-so.exp (one_jit_test): Likewise.
7563         * gdb.base/pending.exp: Likewise.
7564         * gdb.base/print-file-var.exp: Likewise.
7565         * gdb.base/print-symbol-loading.exp: Likewise.
7566         * gdb.base/shlib-call.exp: Likewise.
7567         * gdb.base/shreloc.exp: Likewise.
7568         * gdb.base/so-impl-ld.exp: Likewise.
7569         * gdb.base/solib-disc.exp: Likewise.
7570         * gdb.base/solib-nodir.exp: Likewise.
7571         * gdb.base/solib-overlap.exp: Likewise.
7572         * gdb.base/solib-symbol.exp: Likewise.
7573         * gdb.base/solib-weak.exp (do_test): Likewise.
7574         * gdb.base/sym-file.exp: Likewise.
7575         * gdb.base/symtab-search-order.exp: Likewise.
7576         * gdb.base/type-opaque.exp: Likewise.
7577         * gdb.base/unload.exp: Likewise.
7578         * gdb.base/watchpoint-solib.exp: Likewise.
7579         * gdb.compile/compile.exp: Likewise.
7580         * gdb.cp/gdb2384.exp: Likewise.
7581         * gdb.cp/infcall-dlopen.exp: Likewise.
7582         * gdb.cp/re-set-overloaded.exp: Likewise.
7583         * gdb.fortran/library-module.exp: Likewise.
7584         * gdb.opt/solib-intra-step.exp: Likewise.
7585         * gdb.python/py-finish-breakpoint.exp: Likewise.
7586         * gdb.python/py-shared.exp: Likewise.
7587         * gdb.reverse/solib-precsave.exp: Likewise.
7588         * gdb.reverse/solib-reverse.exp: Likewise.
7589         * gdb.server/solib-list.exp: Likewise.
7590         * gdb.threads/dlopen-libpthread.exp: Likewise.
7591         * gdb.threads/tls-shared.exp: Likewise.
7592         * gdb.threads/tls-so_extern.exp: Likewise.
7593         * gdb.trace/change-loc.exp: Likewise.
7594         * gdb.trace/ftrace-lock.exp: Likewise.
7595         * gdb.trace/ftrace.exp: Likewise.
7596         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7597         * gdb.trace/pending.exp: Likewise.
7598         * gdb.trace/range-stepping.exp: Likewise.
7599         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7600         (strace_info_marker): Likewise.
7601         (strace_probe_marker): Likewise.
7602         (strace_trace_on_same_addr): Likewise.
7603         (strace_trace_on_diff_addr): Likewise.
7604         * gdb.trace/trace-break.exp: Likewise.
7605         * gdb.trace/trace-condition.exp: Likewise.
7606         * gdb.trace/trace-mt.exp: Likewise.
7607
7608 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7609
7610         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
7611         result of gdb_remote_download.
7612         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7613         * gdb.base/dso2dso.exp: Likewise.
7614         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7615         * gdb.base/print-file-var.exp: Likewise.
7616         * gdb.base/shlib-call.exp: Likewise.
7617         * gdb.base/shreloc.exp: Likewise.
7618         * gdb.base/solib-overlap.exp: Likewise.
7619         * gdb.base/solib-weak.exp (do_test): Likewise.
7620         * gdb.base/unload.exp: Likewise.
7621
7622 2016-04-27  Yao Qi  <yao.qi@linaro.org>
7623
7624         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7625         exists.
7626
7627 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7628
7629         * vla-type.exp: Print structure from toplevel.
7630
7631 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7632
7633         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7634         of dynamic types.
7635         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7636         of dynamic types.
7637
7638 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7639
7640         * gdb.fortran/vla-type.f90: New file.
7641         * gdb.fortran/vla-type.exp: New file.
7642
7643 2016-04-25  Yao Qi  <yao.qi@linaro.org>
7644
7645         * gdb.base/branch-to-self.c: New file.
7646         * gdb.base/branch-to-self.exp: New file.
7647
7648 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7649
7650         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7651         more after $hex.
7652
7653 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7654
7655         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7656         * gdb.base/annota3.exp: Likewise.
7657
7658 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7659
7660         * gdb.reverse/step-precsave.exp: Do one step and test program
7661         stops in "callee" and do multiple steps until program goes out
7662         of "callee".
7663         * gdb.reverse/step-reverse.exp: Likewise.
7664
7665 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7666
7667         * gdb.trace/signal.exp: Also pass if
7668         $tracepoint_hits($i) > $iterations.
7669
7670 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7671
7672         * gdb.trace/signal.c: New file.
7673         * gdb.trace/signal.exp: New file.
7674
7675 2016-04-19  Doug Evans  <xdje42@gmail.com>
7676
7677         * gdb.base/bad-file.exp: New file.
7678
7679 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
7680
7681         * gdb.dwarf2/implref.exp: New file.
7682
7683 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7684
7685         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7686         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7687         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7688         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7689         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7690         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7691         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7692         * lib/fortran.exp (fortran_int4): New procedure.
7693         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7694         (fortran_logical4): Likewise.
7695
7696 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
7697
7698         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7699
7700 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7701
7702         * lib/compiler.c: Add Intel specific preprocessor macros.
7703         * lib/compiler.cc: Likewise.
7704
7705 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
7706
7707         * gdb.server/connect-with-no-symbol-file.c: New file.
7708         * gdb.server/connect-with-no-symbol-file.exp: New file.
7709
7710 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7711
7712         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7713
7714 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7715
7716         * boards/gdbserver-base.exp (${board}_download): Copy source file to
7717         standard output directory.
7718
7719 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7720
7721         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7722
7723 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
7724
7725         * gdb.btrace/instruction_history.c (loop): Add declaration.
7726
7727 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7728
7729         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7730
7731 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
7732
7733         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7734         parentheses to print.
7735         (continue_handler): Likewise.
7736
7737 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
7738
7739         * gdb.server/solib-list.exp: Remove is_remote check.
7740         Pass shlib= to gdb_compile.  Don't link shared library with
7741         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
7742         Run binary filename through "readlink -f" on the target.
7743
7744 2016-04-08  Pedro Alves  <palves@redhat.com>
7745
7746         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
7747         interpreter filename as argument to gdbserver_spawn.
7748         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7749         Return empty if $last_loaded_file does not exist.
7750
7751 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7752
7753         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7754         * gdb.base/jit-main.c: Use exit after usage.
7755
7756 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7757
7758         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7759         GDBHISTSIZE prior to the tests.
7760         * gdb.base/gdbinit-history.exp: Likewise.
7761
7762 2016-04-07  Pedro Alves  <palves@redhat.com>
7763
7764         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7765         instead of build_executable.  Use gdb_load_shlibs.
7766
7767 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7768
7769         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7770         Execute "si" command.
7771
7772 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7773
7774         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7775         number instead of the comments on some line.
7776
7777 2016-04-06  Don Breazeal  <donb@codesourcery.com>
7778
7779         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7780         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7781
7782 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
7783
7784         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7785         standard_output_file.  Remove unused binfile variable.
7786
7787 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
7788
7789         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7790         * gdb.python/py-mi-objfile.exp: Match "list main" output
7791         in console format.
7792
7793 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
7794
7795         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7796         absolute.
7797
7798 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7799
7800         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7801         absolute.
7802         * gdb.trace/ftrace.exp: Likewise.
7803         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7804         targets as well.
7805         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7806         (gdb_load_shlibs): Copy libraries to test directory when testing
7807         natively.  Only set solib-search-path if testing remotely.
7808         * lib/mi-support.exp (mi_load_shlibs): Likewise.
7809
7810 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7811
7812         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7813         gdb_download.  Use it even if the target is not remote.
7814         * gdb.base/jit.exp (compile_jit_test): Likewise.
7815         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7816         output directory if the destination board is local, otherwise use
7817         the standard remote_download from DejaGnu.
7818         (gdb_download): Remove.
7819         (gdb_load_shlibs): Use gdb_remote_download instead of
7820         gdb_download.
7821         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7822         Use gdb_remote_download instead of gdb_download.  Use it even if
7823         the target is not remote.
7824         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7825         instead of gdb_download.
7826
7827 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
7828
7829         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7830         (test_insert_delete_modify): Call mi_load_shlibs before trying to
7831         run.
7832
7833 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
7834
7835         PR gdb/19820
7836         * gdb.base/printcmds.exp: Add artificial arrays tests.
7837
7838 2016-03-31  Pedro Alves  <palves@redhat.com>
7839
7840         PR gdb/19858
7841         * gdb.base/jit-main.c: Include unistd.h.
7842         (ATTACH): Define to 0 if not already defined.
7843         (wait_for_gdb, mypid): New globals.
7844         (WAIT_FOR_GDB): New macro.
7845         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
7846         some breakpoint locations.
7847         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7848         New procedures.
7849         (one_jit_test): Add REATTACH parameter, and handle it.  Use
7850         continue_to_test_location.
7851         (top level): Test attach, and adjusts calls to one_jit_test.
7852
7853 2016-03-31  Pedro Alves  <palves@redhat.com>
7854
7855         PR gdb/19858
7856         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
7857         BINSUFFIX parameter, and handle it.
7858         (top level): Adjust calls compile_jit_test.
7859
7860 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
7861
7862         PR python/19743
7863         * gdb.python/py-mi-events-gdb.py: New file.
7864         * gdb.python/py-mi-events.c: New file.
7865         * gdb.python/py-mi-events.exp: New file.
7866
7867 2016-03-30  Yao Qi  <yao.qi@linaro.org>
7868
7869         * gdb.reverse/until-precsave.exp: Match function name only.
7870         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7871         Move malloc to a condition block.
7872         * gdb.reverse/until-reverse.exp: Match function name only.
7873
7874 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7875
7876         * gdb.trace/ftrace.exp: Set arg0exp for s390.
7877         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7878         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7879         variable for GPR 0 instead of assuming it is register 0.
7880         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7881         * lib/trace-support.exp: Add s390 registers.
7882
7883 2016-03-29  Yao Qi  <yao.qi@linaro.org>
7884
7885         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7886
7887 2016-03-24  Yao Qi  <yao.qi@linaro.org>
7888
7889         * gdb.reverse/break-reverse.exp: Add quotation mark in the
7890         test message.
7891
7892 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7893
7894         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7895         maintaining separate logic for constructing the output path.
7896
7897 2016-03-16  Don Breazeal  <donb@codesourcery.com>
7898
7899         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7900         Retry fork and waitpid on interrupted system call errors.
7901         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7902         Use with_timeout_factor to increase timeout by factor of 10.
7903
7904 2016-03-15  Don Breazeal  <donb@codesourcery.com>
7905
7906         * gdb.cp/scope-err.cc: New test program.
7907         * gdb.cp/scope-err.exp: New test script.
7908         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7909         lines and "set breakpoint here" comment.
7910         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7911         Fixed some whitespace and format issues.
7912         * gdb.mi/mi-linespec-err-cp.cc: New test program.
7913         * gdb.mi/mi-linespec-err-cp.exp: New test script.
7914
7915 2016-03-15  Doug Evans  <dje@google.com>
7916
7917         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7918         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7919         All callers updated.  Add tests for enums, mixed flags register.
7920
7921 2016-03-15  Doug Evans  <dje@google.com>
7922
7923         * gdb.base/skip.c (main): Call test_skip_file_and_function.
7924         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7925
7926 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
7927
7928         * gdb.base/default.exp: Add $_as_string to the list of expected
7929         convenience functions.
7930
7931 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7932
7933         * gdb.base/maint.exp: New tests for 'maint info line-table'.
7934
7935 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
7936
7937         * gdb.python/py-as-string.exp: New file.
7938         * gdb.python/py-as-string.c: New file.
7939
7940 2016-03-09  Pedro Alves  <palves@redhat.com>
7941
7942         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7943         signal" -> "Thread NN received signal" output change.
7944         * gdb.threads/ia64-sigill.exp: Likewise.
7945         * gdb.threads/linux-dp.exp: Likewise.
7946         * gdb.threads/manythreads.exp: Likewise.
7947         * gdb.threads/pending-step.exp: Likewise.
7948         * gdb.threads/print-threads.exp: Likewise.
7949         * gdb.threads/sigstep-threads.exp: Likewise.
7950         * gdb.threads/staticthreads.exp: Likewise.
7951         * gdb.threads/tls.exp: Likewise.
7952
7953 2016-03-09  Pedro Alves  <palves@redhat.com>
7954
7955         * gdb.base/command-line-input.exp: New file.
7956
7957 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7958
7959         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7960         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7961         * gdb.trace/pending.exp: Accept leading dot before function name.
7962         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7963         * lib/trace-support.exp: Set registers for ppc.
7964
7965 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7966
7967         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7968         use it for disassembly; accept .main in addition to main in backtrace.
7969
7970 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
7971             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7972
7973         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7974         (gdb_recursion_test_ptr): New global variable.
7975         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7976         gdb_recursion_test.
7977         (gdb_c_test): Ditto.
7978
7979 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7980
7981         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7982         ordering.
7983
7984 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7985
7986         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7987         (bar): Add bar_start_lbl label.
7988         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7989         of foo/bar for emitting DWARF and tracing.
7990
7991 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
7992
7993         * analyze-racy-logs.py: Set executable bit.
7994
7995 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7996
7997         * Makefile.in (DEFAULT_RACY_ITER): New variable.
7998         (CHECK_TARGET_TMP): Likewise.
7999         (check-single-racy): New rule.
8000         (check-parallel-racy): Likewise.
8001         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8002         (do-check-parallel-racy): New rule.
8003         (check-racy/%.exp): Likewise.
8004         * README (Racy testcases): New section.
8005         * analyze-racy-logs.py: New file.
8006
8007 2016-03-03  Doug Evans  <dje@google.com>
8008
8009         * gdb.base/skip.exp: Use with_test_prefix.
8010
8011 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8012
8013         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8014         Invoke step_over_syscall "clone" and break_cond_on_syscall
8015         "clone".
8016         * gdb.base/step-over-clone.c: New file.
8017
8018 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8019
8020         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8021         code format.
8022
8023 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8024
8025         * gdb.base/disp-step-fork.c: Rename to ...
8026         * gdb.base/step-over-fork.c: ... it.  New file.
8027         * gdb.base/disp-step-vfork.c: Rename to ...
8028         * gdb.base/step-over-vfork.c: ... it.  New file.
8029         * gdb.base/disp-step-syscall.exp: Rename to ...
8030         * gdb.base/step-over-syscall.exp: ... it.  New file.
8031         (disp_step_cross_syscall): Rename to ...
8032         (step_over_syscall): ... it.
8033
8034 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8035
8036         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8037         If target supports condition evaluation on target, invoke
8038         break_cond_on_syscall for fork and vfork.
8039
8040 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8041
8042         * gdb.base/disp-step-syscall.exp: Don't invoke
8043         support_displaced_stepping.
8044         (disp_step_cross_syscall): Test with displaced stepping off and
8045         on if supported.
8046
8047 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8048
8049         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8050         proc.
8051         (setup): New proc.
8052         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8053         and setup.
8054
8055 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8056
8057         * gdb.fortran/vla-history.exp: Remove breakpoint.
8058
8059 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8060
8061         * gdb.fortran/vla-history.exp: Lookup array elements and printing
8062         exceeds timeout.
8063
8064 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8065
8066         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8067         breakpoint.
8068
8069 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8070
8071         * gdb.mi/vla.f90: Nullify pointer after declaration.
8072
8073 2016-03-01  Pedro Alves  <palves@redhat.com>
8074
8075         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8076
8077 2016-03-01  Pedro Alves  <palves@redhat.com>
8078
8079         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8080         before anything else.
8081         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
8082         _GNU_SOURCE here.
8083         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8084         before anything else.
8085         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8086
8087 2016-03-01  Pedro Alves  <palves@redhat.com>
8088
8089         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8090
8091 2016-03-01  Yao Qi  <yao.qi@linaro.org>
8092
8093         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8094         prepare_for_testing.
8095
8096 2016-03-01  Yao Qi  <yao.qi@linaro.org>
8097
8098         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8099
8100 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8101
8102         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8103         manually constructing the output path.
8104
8105 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8106
8107         * gdb.arch/s390-stackless.S: New.
8108         * gdb.arch/s390-stackless.exp: New.
8109
8110 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8111
8112         * gdb.dlang/circular.c: New file.
8113         * gdb.dlang/circular.exp: New file.
8114
8115 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8116
8117         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8118         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8119         (testcases): Update.
8120
8121 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8122
8123         * gdb.reverse/aarch64.c: Rename to ...
8124         * gdb.reverse/insn-reverse.c: ... it.
8125         * gdb.reverse/aarch64.exp: Rename to ...
8126         * gdb.reverse/insn-reverse.exp: ... it.
8127
8128 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8129
8130         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8131         (testcase_ftype): New.
8132         (testcases): New array.
8133         (n_testcases): New.
8134         (main): Call each element in testcases.
8135         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8136         (read_testcase): New.
8137         Do the tests in a loop.
8138
8139 2016-02-25  Yao Qi  <yao.qi@linaro.org>
8140
8141         * gdb.base/branches.c: Remove.
8142
8143 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8144
8145         PR gdb/13808
8146         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8147
8148 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8149
8150         * gdb.trace/ftrace.exp: Remove unnecessary target check.
8151
8152 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8153
8154         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8155         change x86_64 call_insn to 'callq'.
8156
8157 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8158
8159         * gdb.trace/tfile-avx.c: Move to...
8160         * gdb.trace/tracefile-pseudo-reg.c: Here.
8161         * gdb.trace/tfile-avx.exp: Move to...
8162         * gdb.trace/tracefile-pseudo-reg.exp: Here.
8163
8164 2016-02-24  Gary Benson <gbenson@redhat.com>
8165
8166         * gdb.base/attach-pie-noexec.exp: Do not expect an error
8167         message on attach.
8168
8169 2016-02-23  Doug Evans  <dje@google.com>
8170
8171         * gdb.base/skip.c (test_skip): New function.
8172         (end_test_skip_file_and_function): New function.
8173         (test_skip_file_and_function): New function.
8174         * gdb.base/skip1.c (test_skip): New function.
8175         (skip1_test_skip_file_and_function): New function.
8176         * gdb.base/skip.exp: Add tests for new skip options.
8177         * gdb.base/skip-solib.exp: Update expected output.
8178         * gdb.perf/skip-command.cc: New file.
8179         * gdb.perf/skip-command.exp: New file.
8180         * gdb.perf/skip-command.py: New file.
8181
8182 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8183
8184         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8185         info registers pattern.
8186
8187 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
8188
8189         * lib/future.exp: Add D support.
8190         (gdb_find_gdc): New proc.
8191         (gdb_default_target_compile): Add D support.
8192
8193 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
8194
8195         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8196         user+system time.
8197         (trace_speed_test): Determine the iteration count for a time
8198         between 15..30 seconds.
8199
8200 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8201
8202         * gdb.arch/i386-mpx-sigsegv.c: New file.
8203         * gdb.arch/i386-mpx-sigsegv.exp: New file.
8204         * gdb.arch/i386-mpx-simple_segv.c: New file.
8205         * gdb.arch/i386-mpx-simple_segv.exp: New file.
8206
8207 2016-02-18  Yao Qi  <yao.qi@linaro.org>
8208
8209         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8210         Don't call setup_kfail.
8211
8212 2016-02-18  Yao Qi  <yao.qi@linaro.org>
8213
8214         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8215         Set "set breakpoint condition-evaluation" per $cond_bp_target.
8216
8217 2016-02-16  Doug Evans  <dje@google.com>
8218
8219         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
8220         * gdb.base/skip1.c: Ditto.
8221         * gdb.base/skip.exp: Whitespace cleanup.
8222
8223 2016-02-16  Don Breazeal  <donb@codesourcery.com>
8224
8225         PR remote/19496
8226         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8227         Remove kfail for PR remote/19496.
8228
8229 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
8230
8231         * lib/gdb.exp (standard_temp_file): Return a path specific to
8232         the runtest invocation.
8233
8234 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
8235
8236         * gdb.trace/save-trace.exp: Change relative path to be in the
8237         standard output directory.
8238
8239 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8240
8241         * gdb.arch/i386-prologue.c: Add missing prototypes.
8242
8243 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8244
8245         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8246         * gdb.arch/i386-prologue.exp: Likewise.
8247         * gdb.arch/i386-size.exp: Likewise.
8248
8249 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
8250
8251         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8252         define object file path.
8253         * gdb.btrace/gcore.exp: Use standard_output_file to define core
8254         file path.
8255         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8256         standard_output_file to define binfile.
8257
8258 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8259
8260         Fix compatibility with recent gfortran-5.3.1.
8261         * gdb.fortran/vla-history.exp (print vla1 allocated)
8262         (print vla2 allocated, print $2, print $3): Remove
8263         (print $4): Rename to ...
8264         (print $2): ... here.
8265         (print $9): Rename to ...
8266         (print $5): ... here.
8267         (print $10): Rename to ...
8268         (print $6): ... here.
8269         * gdb.fortran/vla.f90: Add pvla initialization.
8270
8271 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8272
8273         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8274         New test.
8275         * gdb.fortran/vla-value-sub.exp: Likewise.
8276
8277 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8278
8279         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8280
8281 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
8282
8283         * i386-biarch-core.exp: Define corefile using
8284         standard_output_file.
8285
8286 2016-02-12  Yao Qi  <yao.qi@linaro.org>
8287
8288         * gdb.arch/arm-single-step-kernel-helper.c: New.
8289         * gdb.arch/arm-single-step-kernel-helper.exp: New.
8290
8291 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
8292
8293         * gdb.btrace/tailcall-only.exp: New.
8294         * gdb.btrace/tailcall-only.c: New.
8295         * gdb.btrace/x86_64-tailcall-only.S: New.
8296         * gdb.btrace/i686-tailcall-only.S: New.
8297
8298 2016-02-11  Pedro Alves  <palves@redhat.com>
8299
8300         * README (Parallel testing): Add missing double quotes.
8301
8302 2016-02-11  Pedro Alves  <palves@redhat.com>
8303
8304         * README (Parallel testing): New section.
8305         (GDB_PARALLEL): Rewrite.
8306         (FORCE_PARALLEL): Document.
8307
8308 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8309
8310         * gdb.trace/tfile-avx.c: New test.
8311         * gdb.trace/tfile-avx.exp: New test.
8312
8313 2016-02-09  Keith Seitz  <keiths@redhat.com>
8314
8315         PR breakpoints/19546
8316         * gdb.base/infcall-exec.c: New file.
8317         * gdb.base/infcall-exec2.c: New file.
8318         * gdb.base/infcall-exec.exp: New file.
8319
8320 2016-02-09  Keith Seitz  <keiths@redhat.com>
8321
8322         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8323         (toplevel): Call test_bkpt_address.
8324
8325 2016-02-09  Keith Seitz  <keiths@redhat.com>
8326
8327         PR python/19506
8328         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8329         (toplevel): Call test_bkpt_address.
8330
8331 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
8332
8333         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8334         to AC_OUTPUT.
8335         * configure: Regenerate.
8336
8337 2016-02-09  Pedro Alves  <palves@redhat.com>
8338
8339         PR breakpoints/19548
8340         * gdb.base/execl-update-breakpoints.c (some_function): New
8341         function.
8342         (main): Call it.
8343         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8344         Tighten expected GDB output.
8345
8346 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8347
8348         * Makefile.in (ALL_SUBDIRS): Remove.
8349         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8350         (distclean maintainer-clean realclean): Likewise.
8351         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8352         * configure: Regenerate.
8353         * gdb.ada/Makefile.in: Delete.
8354         * gdb.arch/Makefile.in: Likewise.
8355         * gdb.asm/Makefile.in: Likewise.
8356         * gdb.base/Makefile.in: Likewise.
8357         * gdb.btrace/Makefile.in: Likewise.
8358         * gdb.cell/Makefile.in: Likewise.
8359         * gdb.compile/Makefile.in: Likewise.
8360         * gdb.cp/Makefile.in: Likewise.
8361         * gdb.disasm/Makefile.in: Likewise.
8362         * gdb.dlang/Makefile.in: Likewise.
8363         * gdb.dwarf2/Makefile.in: Likewise.
8364         * gdb.fortran/Makefile.in: Likewise.
8365         * gdb.gdb/Makefile.in: Likewise.
8366         * gdb.go/Makefile.in: Likewise.
8367         * gdb.guile/Makefile.in: Likewise.
8368         * gdb.java/Makefile.in: Likewise.
8369         * gdb.linespec/Makefile.in: Likewise.
8370         * gdb.mi/Makefile.in: Likewise.
8371         * gdb.modula2/Makefile.in: Likewise.
8372         * gdb.multi/Makefile.in: Likewise.
8373         * gdb.objc/Makefile.in: Likewise.
8374         * gdb.opencl/Makefile.in: Likewise.
8375         * gdb.opt/Makefile.in: Likewise.
8376         * gdb.pascal/Makefile.in: Likewise.
8377         * gdb.perf/Makefile.in: Likewise.
8378         * gdb.python/Makefile.in: Likewise.
8379         * gdb.reverse/Makefile.in: Likewise.
8380         * gdb.server/Makefile.in: Likewise.
8381         * gdb.stabs/Makefile.in: Likewise.
8382         * gdb.threads/Makefile.in: Likewise.
8383         * gdb.trace/Makefile.in: Likewise.
8384         * gdb.xml/Makefile.in: Likewise.
8385         * lib/gdb.exp (make_gdb_parallel_path): Add check for
8386         GDB_PARALLEL.
8387         (standard_output_file): Remove check for GDB_PARALLEL, always
8388         return path in outputs/$subdir/$testname.
8389
8390 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8391
8392         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8393         (site.exp): Assign abs_srcdir to tcl's srcdir.
8394
8395 2016-02-04  Yao Qi  <yao.qi@linaro.org>
8396
8397         * gdb.base/foll-exec-mode.c: Include limits.h.
8398         (main): Add parameters argc and argv.  Get directory from
8399         argv[0].
8400         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8401         compilation.
8402         * gdb.base/foll-exec.c: Include limits.h.
8403         (main): Add parameters argc and argv.
8404         Get directory from argv[0].
8405         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8406         Adjust tests on the number of lines as source code changed.
8407         * gdb.base/foll-vfork-exit.c: Include limits.h.
8408         (main): Add one line of statement before vfork.
8409         * gdb.base/foll-vfork.c: Include limits.h and string.h.
8410         (main): Add parameters argc and argv.  Get directory from
8411         argv[0].
8412         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8413         (setup_gdb): Set tbreak to skip some source lines.
8414         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8415         (main): Add parameters argc and argv.  Get directory from
8416         argv[0].
8417         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8418         compilation.
8419         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8420         (main): Add parameters argc and argv.  Get directory from
8421         argv[0].
8422         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8423         compilation.
8424
8425 2016-02-01  Doug Evans  <dje@google.com>
8426
8427         * gdb.base/skip.exp: Clean up multiple references to same test name.
8428
8429 2016-02-01  Pedro Alves  <palves@redhat.com>
8430
8431         PR remote/19496
8432         * gdb.threads/forking-threads-plus-breakpoint.exp
8433         (displaced_stepping_supported): New global.
8434         (probe_displaced_stepping_support): New procedure.
8435         (do_test): Add 'displaced' parameter, and use it.
8436         (top level): Check for displaced stepping support.  Add displaced
8437         stepping on/off testing axis.
8438
8439 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8440
8441         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8442         pointer.  Don't perform further tests on the unassociated pointer
8443         if the first test fails.
8444
8445 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8446
8447         * gdb.base/max-value-size.c: New file.
8448         * gdb.base/max-value-size.exp: New file.
8449         * gdb.base/huge.exp: Disable max-value-size for this test.
8450
8451 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8452
8453         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8454
8455 2016-01-28  Yao Qi  <yao.qi@linaro.org>
8456
8457         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8458
8459 2016-01-25  Pedro Alves  <palves@redhat.com>
8460
8461         PR threads/19461
8462         * gdb.base/fork-running-state.c: New file.
8463         * gdb.base/fork-running-state.exp: New file.
8464
8465 2016-01-25  Pedro Alves  <palves@redhat.com>
8466
8467         PR gdb/19494
8468         * gdb.base/catch-fork-kill.c: New file.
8469         * gdb.base/catch-fork-kill.exp: New file.
8470
8471 2016-01-25  Pedro Alves  <palves@redhat.com>
8472
8473         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8474         Delete, moved to lib/gdb.exp.
8475         * gdb.threads/forking-threads-plus-breakpoint.exp
8476         (foreach_with_prefix): Likewise.
8477         * gdb.threads/process-dies-while-handling-bp.exp
8478         (foreach_with_prefix): Likewise.
8479         * lib/gdb.exp (foreach_with_prefix): New procedure.
8480
8481 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8482
8483         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8484         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8485
8486 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8487
8488         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8489         endian targets.
8490
8491 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8492             Pedro Alves  <palves@redhat.com>
8493
8494         Fix testsuite compatibility with Guile.
8495         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8496         number.
8497
8498 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8499
8500         Fix testsuite compatibility with Guile.
8501         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8502         (thread 1): New test for backtrace through signal handler.
8503
8504 2016-01-22  Yao Qi  <yao.qi@linaro.org>
8505
8506         PR testsuite/19491
8507         * gdb.base/multi-forks.c: Include
8508         ../lib/unbuffer_output.c
8509         (main): Call gdb_unbuffer_output.
8510
8511 2016-01-21  Doug Evans  <dje@google.com>
8512
8513         * lib/ada.exp (gdb_compile_ada): Fix typo.
8514
8515 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
8516
8517         * gdb.base/break-fun-addr.exp: New file.
8518         * gdb.base/break-fun-addr1.c: New file.
8519         * gdb.base/break-fun-addr2.c: New file.
8520
8521 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
8522
8523         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8524         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8525         enum flag values.
8526
8527 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8528
8529         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8530         when GDB can not set the vector return value.  Add more comments
8531         for clarification.
8532
8533 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8534
8535         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
8536         command.
8537
8538 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8539
8540         * Makefile.in (DO_RUNTEST): Add --status and update usages.
8541
8542 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8543
8544         * Makefile.in (check-single): Pass --status to runtest.
8545         (check/%.exp): Likewise.
8546
8547 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8548
8549         * Makefile.in (check-parallel): Propagate return code from make
8550         do-check-parallel.
8551
8552 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8553
8554         * gdb.trace/ftrace.exp: Fix expected message on continue.
8555         * gdb.trace/pending.exp: Fix expected message on continue.
8556         * gdb.trace/trace-break.exp: Fix expected message on continue.
8557
8558 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
8559
8560         * lib/gdb.exp (gdb_test): Remove unused global references.
8561
8562 2016-01-18  Pedro Alves  <palves@redhat.com>
8563
8564         * gdb.base/async-shell.exp: Adjust expected output.
8565         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8566         * gdb.base/siginfo-thread.exp: Adjust expected output.
8567         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8568         * gdb.java/jnpe.exp: Adjust expected output.
8569         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8570         * gdb.threads/continue-pending-status.exp: Adjust expected output.
8571         * gdb.threads/leader-exit.exp: Adjust expected output.
8572         * gdb.threads/manythreads.exp: Adjust expected output.
8573         * gdb.threads/pthreads.exp: Adjust expected output.
8574         * gdb.threads/schedlock.exp: Adjust expected output.
8575         * gdb.threads/siginfo-threads.exp: Adjust expected output.
8576         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8577         expected output.
8578         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8579         output.
8580         * gdb.threads/sigthread.exp: Adjust expected output.
8581         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8582
8583 2016-01-18  Yao Qi  <yao.qi@linaro.org>
8584
8585         * gdb.guile/scm-section-script.c: Replace @progbits with
8586         %progbits.
8587         * gdb.python/py-section-script.c: Likewise.
8588
8589 2016-01-15  Pedro Alves  <palves@redhat.com>
8590
8591         * gdb.multi/tids.exp: Test star wildcard ranges.
8592
8593 2016-01-15  Pedro Alves  <palves@redhat.com>
8594
8595         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8596         command from "thread apply" invocation.
8597         (thr_apply_info_thr_invalid): Default the expected output to the
8598         input tid list.
8599         (top level): Add tests that use convenience variables.  Add tests
8600         for "thread apply" with a valid TID list, but missing the command.
8601
8602 2016-01-13  Pedro Alves  <palves@redhat.com>
8603
8604         * gdb.base/default.exp: Expect $_gthread as well.
8605         * gdb.multi/tids.exp: Test $_gthread.
8606         * gdb.threads/thread-specific.exp: Test $_gthread.
8607
8608 2016-01-13  Pedro Alves  <palves@redhat.com>
8609
8610         * gdb.multi/tids.exp: Test "info threads -gid".
8611
8612 2016-01-13  Pedro Alves  <palves@redhat.com>
8613
8614         * gdb.multi/tids.exp: Test InferiorThread.global_num and
8615         Breakpoint.thread.
8616         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8617
8618 2016-01-07  Pedro Alves  <palves@redhat.com>
8619
8620         * gdb.base/break.exp: Adjust to output changes.
8621         * gdb.base/hbreak2.exp: Likewise.
8622         * gdb.base/sepdebug.exp: Likewise.
8623         * gdb.base/watch_thread_num.exp: Likewise.
8624         * gdb.linespec/keywords.exp: Likewise.
8625         * gdb.multi/info-threads.exp: Likewise.
8626         * gdb.threads/thread-find.exp: Likewise.
8627         * gdb.multi/tids.c: New file.
8628         * gdb.multi/tids.exp: New file.
8629
8630 2016-01-13  Pedro Alves  <palves@redhat.com>
8631
8632         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8633
8634 2016-01-13  Pedro Alves  <palves@redhat.com>
8635
8636         * gdb.base/default.exp: Expect $_inferior as well.
8637         * gdb.multi/base.exp: Test $_inferior.
8638
8639 2016-01-13  Pedro Alves  <palves@redhat.com>
8640
8641         PR breakpoints/19388
8642         * gdb.base/catch-signal-siginfo-cond.c: New file.
8643         * gdb.base/catch-signal-siginfo-cond.exp: New file.
8644
8645 2016-01-12  Josh Stone  <jistone@redhat.com>
8646             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8647
8648         * gdb.base/catch-syscall.c (do_execve): New variable.
8649         (main): Conditionally trigger an execve.
8650         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8651         (test_catch_syscall_execve): New, check entry/return across execve.
8652         (do_syscall_tests): Call test_catch_syscall_execve.
8653
8654 2016-01-12  Pedro Alves  <palves@redhat.com>
8655
8656         * gdb.base/random-signal.exp (do_test): New procedure, with body
8657         of testcase moved in.
8658
8659 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8660             Pedro Alves  <palves@redhat.com>
8661
8662         * gdb.base/funcargs.exp (finish from indirectly called function):
8663         Reintroduce the case for 'First'.
8664
8665 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8666             Pedro Alves  <palves@redhat.com>
8667
8668         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8669         (tcatch_vfork_then_child_follow_exec)
8670         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8671         identification.
8672
8673 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8674
8675         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8676         and repeats to unlimited.
8677         * gdb.python/py-value.exp: Likewise.
8678         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8679         and repeats to unlimited.
8680
8681 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8682
8683         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8684         and reordering the functions.
8685         * gdb.multi/hangout.c: Likewise.
8686         * gdb.multi/hello.c: Likewise.
8687
8688 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
8689
8690         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8691         absolute.
8692         (SingleStatisticTestResult.report): Use dict.keys instead of
8693         dict.iterkeys.
8694
8695 2016-01-06  Pedro Alves  <palves@redhat.com>
8696
8697         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
8698
8699 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
8700
8701         * gdb.btrace/dlopen.exp: New.
8702         * gdb.btrace/dlopen.c: New.
8703         * gdb.btrace/dlopen-dso.c: New.
8704
8705 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
8706
8707         * lib/gdb.exp (gdb_test): Update comments to clarify that the
8708         PATTERN argument is optional.
8709
8710 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
8711
8712         * lib/ada.exp (target_compile_ada_from_dir): New function.
8713         (gdb_compile_ada): Reimplement avoiding the use of project files.
8714         * gdb.ada/gnat_ada.gpr: Delete.
8715         * gdb.ada/cond_lang.exp: Adjust test to make path before
8716         filename optional.
8717         * gdb.ada/small_reg_param.exp: Likewise.
8718
8719 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
8720
8721         * gdb.base/foll-vork.exp: Remove HP-UX special case.
8722
8723 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8724
8725         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8726         case.
8727
8728 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
8729
8730         * gdb.base/break.exp: Remove dead code.
8731         * gdb.base/sepdebug.exp: Likewise.
8732
8733 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8734
8735         * gdb.asm/asm-source.exp: Remove HP-UX references.
8736         * gdb.base/annota1.exp: Likewise.
8737         * gdb.base/annota3.exp: Likewise.
8738         * gdb.base/attach.exp: Likewise.
8739         * gdb.base/bigcore.exp: Likewise.
8740         * gdb.base/break.exp: Likewise.
8741         * gdb.base/call-ar-st.exp: Likewise.
8742         * gdb.base/callfuncs.exp: Likewise.
8743         * gdb.base/catch-fork-static.exp: Likewise.
8744         * gdb.base/display.exp: Likewise.
8745         * gdb.base/foll-exec-mode.exp: Likewise.
8746         * gdb.base/foll-exec.exp: Likewise.
8747         * gdb.base/foll-fork.exp: Likewise.
8748         * gdb.base/foll-vfork.exp: Likewise.
8749         * gdb.base/funcargs.exp: Likewise.
8750         * gdb.base/hbreak2.exp: Likewise.
8751         * gdb.base/inferior-died.exp: Likewise.
8752         * gdb.base/interrupt.exp: Likewise.
8753         * gdb.base/multi-forks.exp: Likewise.
8754         * gdb.base/nodebug.exp: Likewise.
8755         * gdb.base/sepdebug.exp: Likewise.
8756         * gdb.base/solib1.c: Likewise.
8757         * gdb.base/step-test.exp: Likewise.
8758         * gdb.mi/non-stop.c: Likewise.
8759         * gdb.mi/pthreads.c: Likewise.
8760         * gdb.multi/bkpt-multi-exec.ex: Likewise.
8761         * gdb.threads/pthreads.c: Likewise.
8762         * gdb.threads/staticthreads.exp: Likewise.
8763         * lib/future.exp: Likewise.
8764         * lib/gdb.exp: Likewise.
8765         * gdb.base/so-indr-cl.c: Remove.
8766         * gdb.base/so-indr-cl.exp: Likewise.
8767         * gdb.base/solib.c: Likewise.
8768         * gdb.base/solib.exp: Likewise.
8769         * gdb.base/solib2.c: Likewise.
8770
8771 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8772
8773         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8774         * gdb.base/call-ar-st.exp: Likewise.
8775         * gdb.base/callfuncs.exp: Likewise.
8776         * gdb.base/condbreak.exp: Likewise.
8777         * gdb.base/constvars.exp: Likewise.
8778         * gdb.base/hbreak2.exp: Likewise.
8779         * gdb.base/langs.exp: Likewise.
8780         * gdb.base/list.exp: Likewise.
8781         * gdb.base/long_long.exp: Likewise.
8782         * gdb.base/ptype.exp: Likewise.
8783         * gdb.base/scope.exp: Likewise.
8784         * gdb.base/signals.exp: Likewise.
8785         * gdb.base/so-impl-ld.exp: Likewise.
8786         * gdb.base/varargs.exp: Likewise.
8787         * gdb.base/volatile.exp: Likewise.
8788         * gdb.base/whatis.exp: Likewise.
8789         * gdb.cp/cplusfuncs.exp: Likewise.
8790         * gdb.cp/inherit.exp: Likewise.
8791         * gdb.cp/local.exp: Likewise.
8792         * gdb.cp/member-ptr.exp: Likewise.
8793         * gdb.cp/method.exp: Likewise.
8794         * gdb.cp/overload.exp: Likewise.
8795         * gdb.cp/templates.exp: Likewise.
8796         * gdb.stabs/weird.exp: Likewise.
8797         * lib/compiler.c: Likewise.
8798         * lib/compiler.cc: Likewise.
8799         * lib/cp-support.exp: Likewise.
8800         * lib/gdb.exp: Likewise.
8801
8802 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
8803
8804         * configure.ac: Remove HP-UX case.
8805         * configure: Regenerate.
8806
8807 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
8808
8809         * lib/gdb.exp (gdb_compile): Add function doc.
8810
8811 2015-12-17  Pedro Alves  <palves@redhat.com>
8812
8813         PR threads/19354
8814         * gdb.multi/info-threads.exp: New file.
8815
8816 2015-12-15  Yao Qi  <yao.qi@linaro.org>
8817
8818         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8819         is aarch64*-*-*.
8820
8821 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8822
8823         * gdb.base/history-duplicates.exp: Skip if no readline support.
8824
8825 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8826
8827         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8828
8829 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8830
8831         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8832
8833 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8834
8835         * gdb.base/completion.exp: Skip tests that interrupt GDB with
8836         ctrl-C if nointerrupts target property is set.
8837         * gdb.base/double-prompt-target-event-error.exp: Likewise.
8838         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8839         * gdb.base/paginate-bg-execution.exp: Likewise.
8840         * gdb.base/paginate-execution-startup.exp: Likewise.
8841         * gdb.base/random-signal.exp: Likewise.
8842         * gdb.base/range-stepping.exp: Likewise.
8843         * gdb.cp/annota2.exp: Likewise.
8844         * gdb.cp/annota3.exp: Likewise.
8845         * gdb.gdb/selftest.exp: Likewise.
8846         * gdb.threads/continue-pending-status.exp: Likewise.
8847         * gdb.threads/leader-exit.exp: Likewise.
8848         * gdb.threads/manythreads.exp: Likewise.
8849         * gdb.threads/pthreads.exp: Likewise.
8850         * gdb.threads/schedlock.exp: Likewise.
8851         * gdb.threads/sigthread.exp: Likewise.
8852
8853 2015-12-11  Don Breazeal  <donb@codesourcery.com>
8854
8855         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8856         remote.
8857         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8858         * gdb.base/foll-exec.exp (main): Enable for target remote.
8859         * gdb.base/foll-fork.exp (main): Likewise.
8860         * gdb.base/foll-vfork.exp (main): Likewise.
8861         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8862         (proc continue_to_exit_bp_loc): Use clean_restart.
8863         * gdb.base/pie-execl.exp (main): Disable for target remote.
8864         * gdb.base/watch-vfork.exp (main): Enable for target remote.
8865         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8866         * gdb.threads/execl.exp (main): Likewise.
8867         * gdb.threads/fork-child-threads.exp (main): Likewise.
8868         * gdb.threads/fork-plus-threads.exp (main): Disable for target
8869         remote.
8870         * gdb.threads/fork-thread-pending.exp (main): Enable for target
8871         remote.
8872         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8873         pid.tid style ptids, instead of just tid.
8874         * gdb.threads/thread-execl.exp (main): Enable for target remote.
8875         * gdb.threads/watchpoint-fork.exp (main): Likewise.
8876         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8877         ptids, instead of just tid.
8878
8879 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8880
8881         * gdb.base/list.exp (test_list_forward): Add end of file error
8882         test.
8883         (test_repeat_list_command): Add end of file error test.
8884         (test_list_backwards): Add beginning of file error test.
8885
8886 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8887
8888         * gdb.base/list.exp (test_list_invalid_args): New function,
8889         defined, and called.
8890
8891 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8892
8893         * gdb.base/list.exp (test_list): Make test names unique.
8894
8895 2015-12-11  Yao Qi  <yao.qi@linaro.org>
8896
8897         * gdb.base/coremaker2.c: Remove.
8898
8899 2015-12-10  Pedro Alves  <palves@redhat.com>
8900
8901         * gdb.multi/base.exp: Remove stale "spaces" references.
8902
8903 2015-12-10  Pedro Alves  <palves@redhat.com>
8904
8905         * gdb.multi/base.exp: Don't use nowarnings.
8906         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8907         * gdb.multi/hangout.c: Include stdio.h.
8908         * gdb.multi/hello.c: Include stdlib.h.
8909         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8910         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8911         * gdb.multi/multi-arch.exp: Don't use nowarnings.
8912
8913 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
8914
8915         * gdb.dwarf2/dw2-ranges-base.c: New file.
8916         * gdb.dwarf2/dw2-ranges-base.exp: New file.
8917         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8918         support additional line table, and debug ranges generation.
8919         (Dwarf::ranges): New function, generate .debug_ranges.
8920         (Dwarf::lines): Support generating simple line table programs.
8921         (Dwarf::assemble): Initialise new namespace variables.
8922
8923 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
8924
8925         * gdb.base/async.exp (proc test_background): Add case for
8926         asynchronous execution not supported.
8927
8928 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
8929
8930         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8931           format and change test names to make them unique.
8932
8933 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
8934             Pedro Alves  <pedro@redhat.com>
8935
8936         PR gdb/18702
8937         Add checking of floatformats setup on x86_64 hosts.
8938         * gdb.arch/i386-float.S (main): Load bigval and smallval.
8939         (smallval, bigval): New labels/constants.
8940         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8941         float" after loading bigval and smallval.
8942
8943 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
8944
8945         * gdb.ada/fun_overload_menu.exp: New testcase.
8946         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8947
8948 2015-12-04  Josh Stone  <jistone@redhat.com>
8949
8950         * gdb.base/catch-fork-static.exp: New.
8951
8952 2015-12-03  Yao Qi  <yao.qi@linaro.org>
8953
8954         * gdb.base/sizeof.c: Don't include stdio.h and
8955         ../lib/unbuffer_output.c.
8956         (main): New variable 'size' and 'value'.  Remove printf and
8957         gdb_unbuffer_output.  Assign return value to size and value.
8958         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8959         at the beginning.
8960         (check_sizeof): Check the result by printing variable 'size'.
8961         (check_valueof): Check the result by printing variable 'value'.
8962
8963 2015-12-01  Yao Qi  <yao.qi@linaro.org>
8964
8965         * gdb.base/disp-step-syscall.exp: Define syscall instruction
8966         for aarch64*-*-linux* target.
8967
8968 2015-11-30  Pedro Alves  <palves@redhat.com>
8969
8970         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8971
8972 2015-11-30  Pedro Alves  <palves@redhat.com>
8973
8974         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8975         Handle non-stop mode vCont replies.
8976
8977 2015-11-30  Pedro Alves  <palves@redhat.com>
8978
8979         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8980         prepare_for_testing.  Start gdb with "set non-stop on" appended to
8981         GDBFLAGS.  Lax expected stop output.
8982
8983 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8984
8985         * gdb.arch/arm-neon.exp: New.
8986         * gdb.arch/arm-neon.c: New.
8987
8988 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8989
8990         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8991
8992 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8993
8994         * gdb.cp/annota2.exp: Allow multiple occurrences of the
8995         frames-invalid annotation.
8996
8997 2015-11-27  Yao Qi  <yao.qi@linaro.org>
8998
8999         * gdb.cp/annota2.exp: Use ${frames_invalid}.
9000
9001 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
9002
9003         * gdb.threads/names.exp: New file.
9004         * gdb.threads/names.c: New file.
9005         * README: Mention gdb,no_thread_names.
9006
9007 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
9008
9009         PR 19297
9010         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9011         support" error.
9012
9013 2015-11-24  Pedro Alves  <palves@redhat.com>
9014
9015         PR 17539
9016         * gdb.base/display.exp: Expect displays to be sorted in ascending
9017         order.  Use multi_line.
9018         * gdb.base/solib-display.exp: Likewise.
9019
9020 2015-11-24  Pedro Alves  <palves@redhat.com>
9021
9022         PR 17539
9023         * gdb.base/display.exp: Expect displays to be sorted in ascending
9024         order.  Use multi_line.
9025         * gdb.base/solib-display.exp: Likewise.
9026
9027 2015-11-24  Pedro Alves  <palves@redhat.com>
9028
9029         PR 17539
9030         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9031         threads in ascending order.
9032         * gdb.base/foll-fork.exp: Likewise.
9033         * gdb.base/foll-vfork.exp: Likewise.
9034         * gdb.base/multi-forks.exp: Likewise.
9035         * gdb.mi/mi-nonstop.exp: Likewise.
9036         * gdb.mi/mi-nsintrall.exp: Likewise.
9037         * gdb.multi/base.exp: Likewise.
9038         * gdb.multi/multi-arch.exp: Likewise.
9039         * gdb.python/py-inferior.exp: Likewise.
9040         * gdb.threads/break-while-running.exp: Likewise.
9041         * gdb.threads/execl.exp: Likewise.
9042         * gdb.threads/gcore-thread.exp: Likewise.
9043         * gdb.threads/info-threads-cur-sal.exp: Likewise.
9044         * gdb.threads/kill.exp: Likewise.
9045         * gdb.threads/linux-dp.exp: Likewise.
9046         * gdb.threads/multiple-step-overs.exp: Likewise.
9047         * gdb.threads/next-bp-other-thread.exp: Likewise.
9048         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9049         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9050         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9051         * gdb.threads/thread-find.exp: Likewise.
9052         * gdb.threads/tls.exp: Likewise.
9053         * lib/mi-support.exp (mi_reverse_list): Delete.
9054         (mi_check_thread_states): No longer reverse list.
9055
9056 2015-11-24  Pedro Alves  <palves@redhat.com>
9057
9058         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
9059         use lowercase.
9060
9061 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
9062
9063         * gdb.trace/actions.c: Include trace-common.h.
9064         (main): Add a location for a fast tracepoint.
9065         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9066         the normal tracepoints.
9067         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9068
9069 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
9070
9071         * save-trace.exp: Factor out code to these...
9072         (gdb_save_tracepoints): New.
9073         (gdb_load_tracepoints): New.
9074         (do_save_load_test): New.
9075
9076 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
9077
9078         * gdb.base/asmlabel.exp: New test.
9079         * gdb.base/asmlabel.c: New test case.
9080
9081 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
9082
9083         * gdb.base/wrong_frame_bt_full-main.c: New file.
9084         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9085         * gdb.base/wrong_frame_bt_full.exp: New file.
9086
9087 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
9088
9089         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9090
9091 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
9092
9093         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9094         pstate register when comparing registers values in
9095         sparc64-*-linux-gnu targets to avoid spurious differences.
9096
9097 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
9098
9099         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9100
9101 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
9102
9103         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9104         as type argument to gdb_compile.
9105         * gdb.base/nested-subp2.exp: Likewise.
9106         * gdb.base/nested-subp3.exp: Likewise.
9107
9108 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9109
9110         * lib/dwarf.exp (_note): Fix left shift of negative value.
9111         * gdb.trace/trace-condition.exp: Likewise.
9112
9113 2015-11-13  Yao Qi  <yao.qi@linaro.org>
9114
9115         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9116         comments about d10v.
9117         (test_scalar_returns): Likewise.
9118         * gdb.base/d10v.ld: Remove.
9119         * gdb.base/overlays.exp: Remove the target triplet checking for
9120         d10v-*-*.
9121         * gdb.base/structs.exp (test_struct_returns): Remove the
9122         comments about d10v.
9123         (test_struct_calls): Likewise.
9124
9125 2015-11-13  Yao Qi  <yao.qi@linaro.org>
9126
9127         * gdb.base/gnu_vector.exp: Check the return value by "p res".
9128         * gdb.base/gnu_vector.c: Don't include stdio.h.
9129         (main): Don't print res and call add_some_intvecs.
9130
9131 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9132
9133         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9134         macro.
9135         (func5): Removed.
9136         (func4): Use FAST_TRACEPOINT_LABEL.
9137         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9138         macro.
9139         (func): Removed.
9140         (thread_function): Use FAST_TRACEPOINT_LABEL.
9141         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9142         (func): Remove.
9143         (marker): Use FAST_TRACEPOINT_LABEL.
9144         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9145         (pendfunc1): Remove.
9146         (pendfunc): Use FAST_TRACEPOINT_LABEL.
9147         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9148         (foo): Remove.
9149         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9150         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9151         macro.
9152         (func): Remove.
9153         (marker): Use FAST_TRACEPOINT_LABEL.
9154         * gdb.trace/trace-common.h: New header.
9155         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9156         macro.
9157         (func): Remove.
9158         (marker): Use FAST_TRACEPOINT_LABEL.
9159         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9160         (func): Remove.
9161         (thread_function): Use FAST_TRACEPOINT_LABEL.
9162
9163 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9164
9165         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9166         in front.
9167         * gdb.trace/change-loc.exp: Use global pcreg definition.
9168         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9169         * gdb.trace/entry-values.exp: Use global spreg definition, add $
9170         in front.
9171         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9172         * gdb.trace/pending.exp: Likewise.
9173         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9174         * gdb.trace/trace-break.exp: Likewise.
9175         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9176         in front.
9177         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9178         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9179         in front.
9180         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9181
9182 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
9183
9184         * gdb.ada/fin_fun_out: New testcase.
9185
9186 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
9187
9188         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9189         value associated with DW_AT_byte_size.
9190         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9191         constants for DW_AT_byte_size, DW_AT_lower_bound, and
9192         DW_AT_upper_bound.
9193
9194 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
9195
9196         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9197         (gdb_target_symbol_prefix_flags): Define in terms of _asm
9198         version.
9199         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9200         gdb.dwarf2/dw2-canonicalize-type.exp,
9201         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9202         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9203         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9204         provided by gdb_target_symbol_prefix_flags_asm.
9205         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9206         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9207         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9208         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9209         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9210         macros where needed).  Use this macro for symbols which require
9211         the prefix provided by SYMBOL_PREFIX.
9212
9213 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
9214
9215         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9216         New procs.
9217         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9218         representing expressions, of more than one list element.
9219         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9220         to prepend linker symbol prefix to f.
9221         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9222         table_1 and table_2.
9223         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9224         Likewise, for f and g.
9225         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9226         for ptr.
9227         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9228         for main.
9229         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9230         table_1_ptr and table_2_ptr.
9231
9232 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9233             Joel Brobecker  <brobecker@adacore.com>
9234
9235         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9236
9237 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9238
9239         * gdb.reverse/s390-mvcle.c: New test.
9240         * gdb.reverse/s390-mvcle.exp: New file.
9241         * lib/gdb.exp: Enable reverse tests on s390*-linux.
9242
9243 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9244
9245         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9246
9247 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9248
9249         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9250         reaching marker2.
9251         * gdb.reverse/getresuid-reverse.exp: Likewise.
9252         * gdb.reverse/pipe-reverse.exp: Likewise.
9253         * gdb.reverse/readv-reverse.exp: Likewise.
9254         * gdb.reverse/recvmsg-reverse.exp: Likewise.
9255         * gdb.reverse/time-reverse.exp: Likewise.
9256         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9257
9258 2015-10-30  Yao Qi  <yao.qi@linaro.org>
9259
9260         * gdb.threads/wp-replication.c (watch_count_done): Remove.
9261         (empty_cycle): Remove.
9262         (main): Don't call empty_cycle.  Don't use watch_count_done.
9263         * gdb.threads/wp-replication.exp: Don't set breakpoint on
9264         empty_cycle.  Rewrite the code counting HW watchpoints.
9265
9266 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9267
9268         * gdb.reverse/fstatat-reverse.c: New test.
9269         * gdb.reverse/fstatat-reverse.exp: New file.
9270         * gdb.reverse/getresuid-reverse.c: New test.
9271         * gdb.reverse/getresuid-reverse.exp: New file.
9272         * gdb.reverse/pipe-reverse.c: New test.
9273         * gdb.reverse/pipe-reverse.exp: New file.
9274         * gdb.reverse/readv-reverse.c: New test.
9275         * gdb.reverse/readv-reverse.exp: New file.
9276         * gdb.reverse/recvmsg-reverse.c: New test.
9277         * gdb.reverse/recvmsg-reverse.exp: New file.
9278         * gdb.reverse/time-reverse.c: New test.
9279         * gdb.reverse/time-reverse.exp: New file.
9280         * gdb.reverse/waitpid-reverse.c: New test.
9281         * gdb.reverse/waitpid-reverse.exp: New file.
9282
9283 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9284
9285         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9286
9287 2015-10-26  Doug Evans  <dje@google.com>
9288
9289         PR symtab/17391
9290         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9291         * gdb.dwarf2/bad-regnum.c: New file.
9292         * gdb.dwarf2/bad-regnum.exp: New file.
9293
9294 2015-10-26  Doug Evans  <dje@google.com>
9295
9296         PR python/18938
9297         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9298         file.
9299
9300 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9301
9302         * gdb.compile/compile.exp (compile code globalvar): Update expectation
9303         for a change by "Mention language in compile error message".
9304
9305 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
9306
9307         PR python/18073
9308         * gdb.python/py-type.c (C::a_method): New.
9309         (C::a_const_method): New.
9310         (C::a_static_method): New.
9311         (a_function): New.
9312         * gdb.python/py-type.exp (test_fields): Test getting fields
9313         from function and method.
9314
9315 2015-10-21  Keven Boell  <keven.boell@intel.com>
9316
9317         * gdb.fortran/vla-alloc-assoc.exp: New file.
9318         * gdb.fortran/vla-datatypes.exp: New file.
9319         * gdb.fortran/vla-datatypes.f90: New file.
9320         * gdb.fortran/vla-history.exp: New file.
9321         * gdb.fortran/vla-ptype-sub.exp: New file.
9322         * gdb.fortran/vla-ptype.exp: New file.
9323         * gdb.fortran/vla-sizeof.exp: New file.
9324         * gdb.fortran/vla-sub.f90: New file.
9325         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9326         * gdb.fortran/vla-value-sub-finish.exp: New file.
9327         * gdb.fortran/vla-value-sub.exp: New file.
9328         * gdb.fortran/vla-value.exp: New file.
9329         * gdb.fortran/vla-ptr-info.exp: New file.
9330         * gdb.mi/mi-vla-fortran.exp: New file.
9331         * gdb.mi/vla.f90: New file.
9332
9333 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
9334
9335         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9336         of hardwired timeout value.
9337
9338 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9339             Pedro Alves  <palves@redhat.com>
9340
9341         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9342         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9343
9344 2015-10-19  Josh Stone  <jistone@redhat.com>
9345
9346         * gdb.base/catch-syscall.c: Include <sched.h>.
9347         (unknown_syscall): New variable.
9348         (main): Trigger a vfork and an unknown syscall.
9349         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9350         (unknown_syscall_number): Likewise.
9351         (check_call_to_syscall): Accept an optional syscall pattern.
9352         (check_return_from_syscall): Likewise.
9353         (check_continue): Likewise.
9354         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9355         (test_catch_syscall_skipping_return): New test toggling off 'catch
9356         syscall' to step over the syscall return, then toggling back on.
9357         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9358         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9359         (do_syscall_tests): Call test_catch_syscall_without_args and
9360         test_catch_syscall_mid_vfork.
9361         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9362         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9363
9364 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
9365
9366         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9367         print g_vE): Add new pass patterns.
9368         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9369         print various symbol names for vptr fields.
9370
9371 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
9372
9373         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9374         results.
9375
9376 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9377
9378         * gdb.arch/disp-step-insn-reloc.exp: New test case.
9379
9380 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9381
9382         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9383         is aarch64*-*-linux*.
9384
9385 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9386
9387         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9388         (can_relocate_bcond_true): ... it.
9389         (can_relocate_bcond_false): New function.
9390         (foo): Likewise.
9391         (can_relocate_bl): Likewise.
9392         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9393         can_relocate_bl.
9394
9395 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
9396
9397         * gdb.base/nested-addr.c: New file.
9398         * gdb.base/nested-addr.exp: New testcase.
9399
9400 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
9401
9402         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9403         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9404         its output.  Ignore the output of "record goto begin" and instead
9405         check that GDB is replaying.
9406
9407 2015-10-09  Pedro Alves  <palves@redhat.com>
9408
9409         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9410         (top level): Use it in the run with no args test.
9411
9412 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
9413
9414         * gdb.dlang/properties.exp: New file.
9415
9416 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
9417
9418         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9419         whether or not address 0x1000 is mapped on the target.
9420
9421 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
9422
9423         * gdb.python/py-type.exp: Do not run tests if binaries fail to
9424         build.
9425
9426 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
9427
9428         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9429         instruction-history test.
9430
9431 2015-09-28  Doug Evans  <dje@google.com>
9432
9433         * gdb.base/gcore.c (array_func): Add reference to static_array.
9434
9435 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
9436
9437         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9438         source line.
9439
9440 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9441
9442         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9443         short or char as base type.
9444
9445 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9446
9447         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9448         to allow any size enum.
9449
9450 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9451
9452         * gdb.ada/array_ptr_renaming.exp: New testcase.
9453         * gdb.ada/array_ptr_renaming/foo.adb: New file.
9454         * gdb.ada/array_ptr_renaming/pack.ads: New file.
9455
9456 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9457
9458         * gdb.trace/ftrace-lock.c: New file.
9459         * gdb.trace/ftrace-lock.exp: New file.
9460
9461 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9462
9463         * gdb.arch/insn-reloc.c: New file.
9464         * gdb.arch/ftrace-insn-reloc.exp: New file.
9465
9466 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9467
9468         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9469         instruction.
9470         * gdb.trace/pendshr1.c (pendfunc): Likewise.
9471         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9472         * gdb.trace/range-stepping.c: Likewise.
9473         * gdb.trace/trace-break.c: Likewise.
9474         * gdb.trace/trace-mt.c (thread_function): Likewise.
9475         * gdb.trace/ftrace.c (marker): Likewise.
9476         * gdb.trace/trace-condition.c (marker): Likewise.
9477         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9478         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9479         is_aarch64_target.
9480
9481 2015-09-18  Doug Evans  <xdje42@gmail.com>
9482
9483         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9484         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9485
9486 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9487
9488         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9489         the breakpoint.
9490
9491 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9492
9493         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9494         the pending breakpoint.  Remove timeout override for "Run till
9495         MI pending breakpoint on pendfunc3 on thread 2" test.
9496
9497 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9498
9499         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9500         filename pattern.
9501
9502 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9503
9504         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9505         in breakpoint filename pattern.
9506
9507 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9508
9509         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9510
9511 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9512
9513         * gdb.linespec/explicit.exp: Check for readline support for
9514         tab-completion tests.  Fix obvious typo.
9515
9516 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9517
9518         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9519         and replay.
9520
9521 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9522
9523         * gdb.btrace/non-stop.c: New.
9524         * gdb.btrace/non-stop.exp: New.
9525
9526 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
9527             Yao Qi  <yao.qi@linaro.org>
9528
9529         * gdb.trace/trace-condition.c: New file.
9530         * gdb.trace/trace-condition.exp: New file.
9531
9532 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
9533
9534         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9535         for testing bytecode compilation.
9536
9537 2015-09-16  Pedro Alves  <palves@redhat.com>
9538             Sandra Loosemore <sandra@codesourcery.com>
9539
9540         * gdb.threads/non-stop-fair-events.c (timeout): New global.
9541         (SECONDS): Redefine.
9542         (main): Call pthread_kill and alarm early.
9543         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9544         support.
9545         (test): If the target can't hardware step and doesn't support
9546         displaced stepping, increase the timeout.
9547
9548 2015-09-16  Pedro Alves  <palves@redhat.com>
9549
9550         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9551         (enable_debug): New procedures.
9552         (test): Use them.  Bail out if waiting for threads fails.
9553         (top level): Bail out if a test fails.
9554
9555 2015-09-16  Yao Qi  <yao.qi@linaro.org>
9556
9557         * gdb.asm/asm-source.exp: Set asm-arch for
9558         aarch64*-*-* target.
9559         * gdb.asm/aarch64.inc: New file.
9560
9561 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
9562
9563         * gdb.ada/array_of_variable_length.exp: New testcase.
9564         * gdb.ada/array_of_variable_length/foo.adb: New file.
9565         * gdb.ada/array_of_variable_length/pck.adb: New file.
9566         * gdb.ada/array_of_variable_length/pck.ads: New file.
9567
9568 2015-09-15  Doug Evans  <dje@google.com>
9569
9570         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9571         of function static local variable.
9572
9573 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9574
9575         * gdb.threads/tls-so_extern.exp: New test file.
9576         * gdb.threads/tls-so_extern.c: New test file.
9577         * gdb.threads/tls-so_extern_main.c: New test file.
9578
9579 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9580
9581         * gdb.opt/solib-intra-step-lib.c: New file.
9582         * gdb.opt/solib-intra-step-main.c: New file.
9583         * gdb.opt/solib-intra-step.exp: New file.
9584
9585 2015-09-15  Pedro Alves  <palves@redhat.com>
9586
9587         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9588         gdb_continue_to_breakpoint instead of gdb_test_multiple.
9589
9590 2015-09-14  Pedro Alves  <palves@redhat.com>
9591
9592         * gdb.base/hook-stop-continue.c: Delete.
9593         * gdb.base/hook-stop-continue.exp: Delete.
9594         * gdb.base/hook-stop-frame.c: Delete.
9595         * gdb.base/hook-stop-frame.exp: Delete.
9596         * gdb.base/hook-stop.c: New file.
9597         * gdb.base/hook-stop.exp: New file.
9598
9599 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
9600
9601         * gdb.ada/access_to_packed_array.exp: New testcase.
9602         * gdb.ada/access_to_packed_array/foo.adb: New file.
9603         * gdb.ada/access_to_packed_array/pack.adb: New file.
9604         * gdb.ada/access_to_packed_array/pack.ads: New file.
9605
9606 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
9607
9608         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9609         buffer size test.
9610
9611 2015-09-11  Don Breazeal  <donb@codesourcery.com>
9612
9613         * gdb.base/foll-exec.c: Add copyright header.  Fix
9614         formatting issues.
9615         * gdb.base/foll-exec.exp (zap_session): Delete proc.
9616         (do_exec_tests): Use clean_restart in place of zap_session,
9617         and for test initialization.  Fix formatting issues.  Use
9618         fail in place of perror.
9619         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9620         an expect statement to match an expression with output from
9621         the program under debug.
9622         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9623         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9624         * gdb.threads/non-ldr-exc-2.exp: Likewise.
9625         * gdb.threads/non-ldr-exc-3.exp: Likewise.
9626         * gdb.threads/non-ldr-exc-4.exp: Likewise.
9627
9628 2015-09-09  Doug Evans  <dje@google.com>
9629
9630         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9631
9632 2015-09-09  Doug Evans  <dje@google.com>
9633
9634         * gdb.base/pie-execl.exp: Fix result test of build_executable.
9635
9636 2015-09-09  Doug Evans  <dje@google.com>
9637
9638         * gdb.base/savedregs.exp: Fix typo.
9639
9640 2015-09-09  Pedro Alves  <palves@redhat.com>
9641
9642         * gdb.mi/mi-cli.exp: Add CLI finish tests.
9643
9644 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
9645
9646         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9647         command actually switches threads.  Give up on remaining
9648         tests if target fails to stop at breakpoint.
9649
9650 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9651
9652         * gdb.ada/funcall_char.exp: New testcase.
9653         * gdb.ada/funcall_char/foo.adb: New file.
9654
9655 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9656
9657         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9658         expected outputs.  Add two testcases for completing ambiguous
9659         functions.
9660         * gdb.ada/complete/aux_pck.adb: New file.
9661         * gdb.ada/complete/aux_pck.ads: New file.
9662         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9663         Ambiguous_Func functions.
9664         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9665         * gdb.ada/complete/pck.adb: Likewise.
9666
9667 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
9668
9669         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9670         failures to run the test program under GDB.
9671
9672 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
9673
9674         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9675         to C.
9676
9677 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
9678
9679         * gdb.base/run-after-attach.exp: New test file.
9680         * gdb.base/run-after-attach.c: New test file.
9681
9682 2015-08-26  Don Breazeal  <donb@codesourcery.com>
9683
9684         * gdb.base/foll-exec-2.c: New test program.
9685         * gdb.base/foll-exec-2.exp: New test.
9686
9687 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
9688
9689         * gdb.base/nested-subp1.exp: New file.
9690         * gdb.base/nested-subp1.c: New file.
9691         * gdb.base/nested-subp2.exp: New file.
9692         * gdb.base/nested-subp2.c: New file.
9693         * gdb.base/nested-subp3.exp: New file.
9694         * gdb.base/nested-subp3.c: New file.
9695
9696 2015-08-24  Pedro Alves  <palves@redhat.com>
9697
9698         * gdb.server/connect-without-multi-process.c: New file.
9699         * gdb.server/connect-without-multi-process.exp: New file.
9700
9701 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9702
9703         * gdb.opt/inline-markers.c: Make z int.
9704
9705 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9706
9707         * gdb.opt/inline-markers.c: Make z volatile.
9708
9709 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9710
9711         * gdb.opt/inline-bt.c: New volatile global z.
9712         * gdb.opt/inline-cmds.c: Likewise.
9713         * gdb.opt/inline-locals.c: Likewise.
9714         * gdb.opt/inline-markers.c: New extern global z.
9715         (marker): Use z.
9716         (inline_fn): Likewise.
9717
9718 2015-08-24  Pedro Alves  <palves@redhat.com>
9719
9720         * config/m32r-stub.exp: Remove file.
9721         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9722         * gdb.base/call-rt-st.exp: Likewise.
9723         * gdb.base/call-strs.exp: Likewise.
9724         * gdb.base/default.exp: Remove references to h8300-*-hms and
9725         *-*-udi*.
9726         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9727
9728 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9729
9730         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9731         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
9732         and "return" use KFAIL when GDB can not read/write the vector
9733         return value.
9734
9735 2015-08-21  Gary Benson <gbenson@redhat.com>
9736
9737         * gdb.trace/pending.exp: Cope with remote transfer warnings.
9738
9739 2015-08-20  Pedro Alves  <palves@redhat.com>
9740
9741         * gdb.server/solib-list.exp: No longer expect an interior stop in
9742         non-stop mode.
9743
9744 2015-08-20  Pedro Alves  <palves@redhat.com>
9745
9746         * gdb.server/connect-stopped-target.c: New file.
9747         * gdb.server/connect-stopped-target.exp: New file.
9748
9749 2015-08-20  Pedro Alves  <palves@redhat.com>
9750
9751         * gdb.dwarf2/comp-unit-lang.exp: New file.
9752         * gdb.dwarf2/comp-unit-lang.c: New file.
9753
9754 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9755
9756         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9757         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9758
9759 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
9760
9761         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9762         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9763
9764 2015-08-18  Doug Evans  <dje@google.com>
9765             Adrian Sendroiu <adrian.sendroiu@freescale.com>
9766
9767         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9768         skip_python_tests.  New arg prompt_regexp.
9769         (skip_python_tests): New function.
9770         * lib/mi-support.exp (mi_skip_python_tests): New function.
9771         * gdb.python/py-mi-objfile-gdb.py: New file.
9772         * gdb.python/py-mi-objfile.c: New file.
9773         * gdb.python/py-mi-objfile.exp: New file.
9774
9775 2015-08-17  Keith Seitz  <keiths@redhat.com>
9776
9777         * gdb.linespec/explicit.exp: Move strace test from here ...
9778         * gdb.trace/strace.exp: ... to here.
9779
9780 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
9781
9782         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9783         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9784
9785 2015-08-14  Doug Evans  <xdje42@gmail.com>
9786
9787         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9788         inferior before selecting a new file.
9789
9790 2015-08-14  Doug Evans  <xdje42@gmail.com>
9791
9792         * gdb.mi/mi-disassemble.exp: Update.
9793         * gdb.base/disasm-optim.S: New file.
9794         * gdb.base/disasm-optim.c: New file.
9795         * gdb.base/disasm-optim.h: New file.
9796         * gdb.base/disasm-optim.exp: New file.
9797
9798 2015-08-14  Keith Seitz  <keiths@redhat.com>
9799
9800         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9801         "evaluated-by".
9802
9803 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
9804
9805         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9806
9807 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
9808
9809         * gdb.ada/fun_renaming.exp: New testcase.
9810         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9811         * gdb.ada/fun_renaming/pack.adb: New file.
9812         * gdb.ada/fun_renaming/pack.ads: New file.
9813
9814 2015-08-12  Keith Seitz  <keiths@redhat.com>
9815
9816         * gdb.base/dso2dso.exp: Pass basename of source file in call to
9817         gdb_get_line_number.
9818
9819 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
9820
9821         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9822         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9823         gdb.base/dso2dso.exp: New files.
9824
9825 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
9826             Pedro Alves  <palves@redhat.com>
9827             Keith Seitz  <keiths@redhat.com>
9828
9829         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9830         GDBFLAGS.
9831
9832 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9833
9834         * gdb.base/gdbhistsize-history.exp
9835         (test_histsize_history_setting): Use save_vars.
9836         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9837         Use save_vars.
9838         (test_no_truncation_of_unlimited_history_file): Use save_vars.
9839         * gdb.base/readline.exp: Use save_vars.
9840
9841 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9842
9843         * lib/gdb.exp (save_vars): New proc.
9844
9845 2015-08-11  Keith Seitz  <keiths@redhat.com>
9846
9847         * gdb.base/help.exp: Update help_breakpoint_text.
9848
9849 2015-08-11  Keith Seitz  <keiths@redhat.com>
9850
9851         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9852         (at toplevel): Call test_explicit_breakpoints.
9853         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9854         breakpoints.
9855         * lib/mi-support.exp (mi_make_breakpoint): Add support for
9856         breakpoint conditions, "-cond".
9857
9858 2015-08-11  Keith Seitz  <keiths@redhat.com>
9859
9860         * gdb.linespec/3explicit.c: New file.
9861         * gdb.linespec/cpexplicit.cc: New file.
9862         * gdb.linespec/cpexplicit.exp: New file.
9863         * gdb.linespec/explicit.c: New file.
9864         * gdb.linespec/explicit.exp: New file.
9865         * gdb.linespec/explicit2.c: New file.
9866         * gdb.linespec/ls-errs.exp: Add explicit location tests.
9867         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9868         before using in the matching pattern.
9869         Clarify that `prefix' is a regular expression.
9870
9871 2015-08-11  Keith Seitz  <keiths@redhat.com>
9872
9873         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9874         test.
9875         Add tests for missing ",FMT" and ",".
9876
9877 2015-08-10  Doug Evans  <dje@google.com>
9878             Keith Seitz  <keiths@redhat.com>
9879
9880         PR gdb/17960
9881         * gdb.base/completion.exp: Add location completer tests.
9882
9883 2015-08-07  Pedro Alves  <palves@redhat.com>
9884
9885         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9886         tests here.
9887         (top level): Run do_test with and without displaced stepping.
9888
9889 2015-08-07  Pedro Alves  <palves@redhat.com>
9890
9891         * gdb.base/valgrind-disp-step.c: New file.
9892         * gdb.base/valgrind-disp-step.exp: New file.
9893
9894 2015-08-07  Pedro Alves  <palves@redhat.com>
9895
9896         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9897         Delete function.
9898         (main): Add alarm.  Run an infinite loop instead of calling
9899         wait_threads.
9900         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9901         comment.
9902         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9903         Delete function.
9904         (main): Add alarm.  Run an infinite loop instead of calling
9905         wait_threads.
9906         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9907         comment.
9908
9909 2015-08-07  Pedro Alves  <palves@redhat.com>
9910
9911         * gdb.base/checkpoint-ns.exp: New file.
9912         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9913         standard_testfile.
9914
9915 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
9916
9917         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9918         * gdb.btrace/instruction_history.exp: Update.
9919         * gdb.btrace/tsx.exp: New.
9920         * gdb.btrace/tsx.c: New.
9921
9922 2015-08-06  Pedro Alves <palves@redhat.com>
9923
9924         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9925         increase timeout.
9926         * gdb.reverse/until-precsave.exp: Bump timeouts.
9927
9928 2015-08-06  Pedro Alves  <palves@redhat.com>
9929
9930         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9931
9932 2015-08-06  Pedro Alves  <palves@redhat.com>
9933
9934         PR gdb/18749
9935         * gdb.threads/process-dies-while-handling-bp.c: New file.
9936         * gdb.threads/process-dies-while-handling-bp.exp: New file.
9937
9938 2015-08-06  Pedro Alves  <palves@redhat.com>
9939
9940         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9941         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9942
9943 2015-08-05  Pedro Alves  <palves@redhat.com>
9944
9945         * gdb.threads/next-while-other-thread-longjmps.c: New file.
9946         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9947
9948 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
9949
9950         * gdb.base/bp-permanent.exp: Report test as unsupported if
9951         the target cannot stop at the permanent breakpoint.
9952
9953 2015-08-03  Doug Evans  <dje@google.com>
9954
9955         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9956         10000.
9957
9958 2015-08-03  Doug Evans  <dje@google.com>
9959
9960         * Makefile.in (workers/%.worker, build-perf): New rule.
9961         (GDB_PERFTEST_MODE): New variable.
9962         (check-perf): Use it.
9963         (clean): Clean up gdb.perf parallel build subdirs.
9964         * lib/build-piece.exp: New file.
9965         * lib/gdb.exp (make_gdb_parallel_path): New function
9966         (standard_output_file, standard_temp_file): Call it.
9967         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9968         of $GDB_PARALLEL.
9969         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9970
9971 2015-08-03  Doug Evans  <dje@google.com>
9972
9973         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9974         (LOG_FILE_NAME): New global.
9975         (TextReporter.__init__): Initialize self.txt_sum.
9976         (TextReporter.report): Add support for multiple data-points.
9977         Move report to perftest.sum, put raw data in perftest.log.
9978         (TextReporter.start): Open sum and log files.
9979         (TextReporter.end): Close sum and log files.
9980         * gdb.perf/lib/perftest/testresult.py
9981         (SingleStatisticTestResult.record): Handle multiple data-points.
9982
9983 2015-07-31  Pedro Alves  <palves@redhat.com>
9984
9985         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9986         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
9987         kill_wait_spawned_process instead of explicit "kill -9".
9988         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9989         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
9990         kill_wait_spawned_process.
9991         * gdb.base/attach-twice.exp: Likewise.
9992         * gdb.base/attach.exp: Likewise.
9993         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9994         gdb_test_multiple.
9995         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9996         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
9997         kill_wait_spawned_process.
9998         * gdb.base/valgrind-infcall.exp: Likewise.
9999         * gdb.multi/multi-attach.exp: Likewise.
10000         * gdb.python/py-prompt.exp: Likewise.
10001         * gdb.python/py-sync-interp.exp: Likewise.
10002         * gdb.server/ext-attach.exp: Likewise.
10003         * gdb.threads/attach-into-signal.exp (corefunc): Use
10004         spawn_wait_for_attach, spawn_id_get_pid and
10005         kill_wait_spawned_process.
10006         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10007         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
10008         spawn_id_get_pid and kill_wait_spawned_process.
10009         * gdb.threads/attach-stopped.exp (corefunc): Use
10010         spawn_wait_for_attach, spawn_id_get_pid and
10011         kill_wait_spawned_process.
10012         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10013         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10014         kill_wait_spawned_process instead of explicit "kill -9".
10015         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10016         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10017         (spawn_wait_for_attach): Use spawn instead of exec to spawn
10018         processes.  Don't map cygwin/windows pids here.  Now returns a
10019         spawn id list.
10020
10021 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10022
10023         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10024         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10025         correct patch.
10026
10027 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10028
10029         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10030
10031 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10032
10033         Reapply:
10034         2014-05-21  Mark Wielaard  <mjw@redhat.com>
10035
10036         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10037
10038 2015-07-30  Pedro Alves  <palves@redhat.com>
10039
10040         * linux-low.c (handle_extended_wait): Set the child's last
10041         reported status to TARGET_WAITKIND_STOPPED.
10042
10043 2015-07-30  Pedro Alves  <palves@redhat.com>
10044
10045         PR threads/18600
10046         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10047         only shows inferior 1.
10048
10049 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
10050             Pedro Alves  <palves@redhat.com>
10051
10052         PR threads/18600
10053         * gdb.threads/fork-plus-threads.c: New file.
10054         * gdb.threads/fork-plus-threads.exp: New file.
10055
10056 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10057
10058         * gdb.base/batch-preserve-term-settings.exp
10059         (test_terminal_settings_preserved_after_cli_exit): Use
10060         send_quit_command.
10061
10062 2015-07-29  Pedro Alves  <palves@redhat.com>
10063             Don Breazeal  <donb@codesourcery.com>
10064
10065         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10066         output from both inferior_spawn_id and gdb_spawn_id.
10067
10068 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
10069
10070         * gdb.threads/attach-into-signal.exp (corefunc): Use
10071         with_test_prefix on nested loops, uniquefying the test messages.
10072
10073 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
10074
10075         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10076         commit.
10077
10078 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10079
10080         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10081         New proc.
10082         (test_terminal_settings_preserved_after_sigterm): New test.
10083
10084 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10085
10086         * gdb.base/batch-preserve-term-settings.exp
10087         (test_terminal_settings_preserved_after_cli_exit): New test.
10088
10089 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10090
10091         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10092         manipulation of saved_gdbflags.
10093         (test_terminal_settings_preserved): Remove global declaration of
10094         the unused variable pagination_prompt.  Remove manipulation of
10095         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
10096         GDBFLAGS.
10097
10098 2015-07-29  Pedro Alves  <palves@redhat.com>
10099
10100         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10101
10102 2015-07-29  Pedro Alves  <palves@redhat.com>
10103
10104         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10105         at the top.
10106
10107 2015-07-29  Pedro Alves  <palves@redhat.com>
10108
10109         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10110         (main): Call gdb_unbuffer_output.
10111         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10112         (main): Call gdb_unbuffer_output.
10113         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10114         (main): Call gdb_unbuffer_output.
10115         * gdb.base/call-strs.exp: Adjust to step over the
10116         gdb_unbuffer_output call.
10117         * gdb.base/catch-gdb-caused-signals.c: Include
10118         "../lib/unbuffer_output.c".
10119         (main): Call gdb_unbuffer_output.
10120         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10121         (main): Call gdb_unbuffer_output.
10122         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10123         (main): Call gdb_unbuffer_output.
10124         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10125         (main): Call gdb_unbuffer_output.
10126         * gdb.base/shlib-call.exp: Adjust to step over the
10127         gdb_unbuffer_output call.
10128         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10129         (main): Call gdb_unbuffer_output.
10130         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10131         (main): Call gdb_unbuffer_output.
10132         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10133         (main): Rename to ...
10134         (test): ... this.
10135         (main): Reimplement.
10136         * gdb.base/varargs.exp: Run to test instead of to main.
10137         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10138         (main): Call gdb_unbuffer_output.
10139
10140 2015-07-29  Pedro Alves  <palves@redhat.com>
10141
10142         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10143         factore out from mi_continue_dprintf.  For call-style dprintfs,
10144         expect dprintf output out of $inferior_spawn_id.
10145         (mi_continue_dprintf): Use mi_expect_dprintf.
10146         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10147         (main): Call gdb_unbuffer_output.
10148
10149 2015-07-29  Pedro Alves  <palves@redhat.com>
10150
10151         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10152         (default_mi_gdb_start): Set inferior_spawn_id instead of
10153         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
10154         gdb_spawn_id.
10155         (mi_gdb_test): Always expect inferior output from both
10156         $inferior_spawn_id and $gdb_spawn_id.
10157
10158 2015-07-29  Pedro Alves  <palves@redhat.com>
10159
10160         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
10161         send_inferior and $inferior_spawn_id.
10162
10163 2015-07-29  Pedro Alves  <palves@redhat.com>
10164
10165         * gdb.gdb/complaints.exp (test_initial_complaints)
10166         (test_serial_complaints, test_short_complaints): Use
10167         gdb_test_stdio.
10168         (test_empty_complaint): Handle $inferior_spawn_id !=
10169         $gdb_spawn_id.
10170
10171 2015-07-29  Pedro Alves  <palves@redhat.com>
10172
10173         * gdb.base/varargs.exp: Use gdb_test_stdio.
10174
10175 2015-07-29  Pedro Alves  <palves@redhat.com>
10176
10177         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10178
10179 2015-07-29  Pedro Alves  <palves@redhat.com>
10180
10181         * gdb.base/ending-run.exp: Use gdb_test_stdio.
10182
10183 2015-07-29  Pedro Alves  <palves@redhat.com>
10184
10185         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10186         parameter into two new parameters, "inf_result" and "gdb_result".
10187         Expect inferior output and gdb output from $inferior_spawn_id and
10188         $gdb_spawn_id, respectively.  Adjust all callers.
10189
10190 2015-07-29  Pedro Alves  <palves@redhat.com>
10191
10192         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10193         of gdb_test_sequence.
10194
10195 2015-07-29  Pedro Alves  <palves@redhat.com>
10196
10197         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10198         (saw_spurious_output): Expect inferior output from
10199         $inferior_spawn_id.  Use gdb_test_stdio.
10200
10201 2015-07-29  Pedro Alves  <palves@redhat.com>
10202
10203         * gdb.base/dprintf.exp: Use standard_testfile.  Change
10204         prepare_for_testing call.
10205         (srcfile): Don't set.
10206         (restart): New procedure.
10207         (test_dprintf): New procecure, use to continue over dprintfs.
10208         (test_call, test_agent): New procedures, tests moved here.
10209         Restart gdb and recreate dprintfs.  Adjust expected output.
10210
10211 2015-07-29  Pedro Alves  <palves@redhat.com>
10212
10213         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10214
10215 2015-07-29  Pedro Alves  <palves@redhat.com>
10216
10217         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10218
10219 2015-07-29  Pedro Alves  <palves@redhat.com>
10220
10221         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10222         gdb_test_stdio.
10223
10224 2015-07-29  Pedro Alves  <palves@redhat.com>
10225
10226         * lib/gdb.exp (gdb_test_stdio): New procedure.
10227
10228 2015-07-29  Pedro Alves  <palves@redhat.com>
10229
10230         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10231
10232 2015-07-29  Pedro Alves  <palves@redhat.com>
10233
10234         * gdb.base/call-signal-resume.exp: Remove check for
10235         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
10236         * gdb.base/unwindonsignal.exp: Likewise.
10237         * gdb.base/call-signals.c (gen_signal): Remove printf call.
10238         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10239
10240 2015-07-29  Pedro Alves  <palves@redhat.com>
10241
10242         * gdb.base/siginfo-addr.c (pass): New function.
10243         (handler): Call it iff si_addr is correct.
10244         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10245         Set a breakpoint at "pass" and continue to it.
10246
10247 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
10248
10249         * gdb.python/py-objfile.exp: Make some tests have unique names.
10250         * gdb.python/py-pp-registration.exp: Likewise.
10251
10252 2015-07-28  Pedro Alves  <palves@redhat.com>
10253
10254         * gdb.server/server-exec-info.exp: Issue a "disconnect".
10255
10256 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
10257
10258         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10259
10260 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
10261
10262         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10263
10264 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
10265
10266         * gdb.base/gdb-sigterm-2.exp: New test.
10267
10268 2015-07-25  Doug Evans  <xdje42@gmail.com>
10269
10270         Revert:
10271         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10272         (workers/%.worker, build-perf): New rule.
10273         (GDB_PERFTEST_MODE): New variable.
10274         (check-perf): Use it.
10275         (clean): Clean up gdb.perf parallel build subdirs.
10276         * lib/build-piece.exp: New file.
10277         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10278         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10279         name.
10280         (standard_temp_file): Ditto.
10281         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10282         of $GDB_PARALLEL.
10283
10284 2015-07-24  Doug Evans  <dje@google.com>
10285
10286         * gdb.perf/lib/perftest/utils.py: New file.
10287         * gdb.perf/gm-hello.cc: New file.
10288         * gdb.perf/gm-pervasive-typedef.cc: New file.
10289         * gdb.perf/gm-pervasive-typedef.h: New file.
10290         * gdb.perf/gm-std.cc: New file.
10291         * gdb.perf/gm-std.h: New file.
10292         * gdb.perf/gm-use-cerr.cc: New file.
10293         * gdb.perf/gm-utils.h: New file.
10294         * gdb.perf/gmonster-null-lookup.py: New file.
10295         * gdb.perf/gmonster-pervasive-typedef.py: New file.
10296         * gdb.perf/gmonster-print-cerr.py: New file.
10297         * gdb.perf/gmonster-ptype-string.py: New file.
10298         * gdb.perf/gmonster-runto-main.py: New file.
10299         * gdb.perf/gmonster-select-file.py: New file.
10300         * gdb.perf/gmonster1-null-lookup.exp: New file.
10301         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10302         * gdb.perf/gmonster1-print-cerr.exp: New file.
10303         * gdb.perf/gmonster1-ptype-string.exp: New file.
10304         * gdb.perf/gmonster1-runto-main.exp: New file.
10305         * gdb.perf/gmonster1-select-file.exp: New file.
10306         * gdb.perf/gmonster1.cc: New file.
10307         * gdb.perf/gmonster1.exp: New file.
10308         * gdb.perf/gmonster2-null-lookup.exp: New file.
10309         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10310         * gdb.perf/gmonster2-print-cerr.exp: New file.
10311         * gdb.perf/gmonster2-ptype-string.exp: New file.
10312         * gdb.perf/gmonster2-runto-main.exp: New file.
10313         * gdb.perf/gmonster2-select-file.exp: New file.
10314         * gdb.perf/gmonster2.cc: New file.
10315         * gdb.perf/gmonster2.exp: New file.
10316
10317 2015-07-24  Doug Evans  <dje@google.com>
10318
10319         * gdb.perf/README: New file.
10320         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10321         * lib/gen-perf-test.exp: New file.
10322
10323 2015-07-24  Doug Evans  <dje@google.com>
10324
10325         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10326         (PerfTest::startup): New function.
10327         (PerfTest::run): Return result of calling body.
10328         (PerfTest::assemble): Rewrite.
10329         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10330         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10331         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10332         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10333         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10334
10335 2015-07-24  Doug Evans  <dje@google.com>
10336
10337         * lib/gdb.exp (clean_restart): Make executable optional.
10338
10339 2015-07-24  Doug Evans  <dje@google.com>
10340
10341         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10342         compiler_info references.
10343         * gdb.cp/temargs.exp: Ditto.
10344         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10345         (get_compiler_info): Early exit if already computed.  Set compiler_info
10346         to "unknown" if there was a problem.
10347         (test_compiler_info): Add function comment.  Call get_compiler_info.
10348
10349 2015-07-24  Doug Evans  <dje@google.com>
10350
10351         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10352         (workers/%.worker, build-perf): New rule.
10353         (GDB_PERFTEST_MODE): New variable.
10354         (check-perf): Use it.
10355         (clean): Clean up gdb.perf parallel build subdirs.
10356         * lib/build-piece.exp: New file.
10357         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10358         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10359         name.
10360         (standard_temp_file): Ditto.
10361         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10362         of $GDB_PARALLEL.
10363
10364 2015-07-24  Doug Evans  <dje@google.com>
10365
10366         * lib/future.exp (gdb_default_target_compile): New option
10367         "early_flags".
10368         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10369         --as-needed.
10370
10371 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
10372
10373         * gdb.base/catch-syscall.exp: Call gdb_exit before
10374         gdb_skip_xml_test.
10375
10376 2015-07-24  Pedro Alves  <palves@redhat.com>
10377
10378         * gdb.python/py-events.exp: Accept output between the stop event
10379         and the prompt.
10380         * gdb.python/py-evsignal.exp: Likewise.
10381         * gdb.python/py-evthreads.exp: Likewise.
10382
10383 2015-07-24  Pedro Alves  <palves@redhat.com>
10384
10385         PR gdb/18717
10386         * gdb.threads/non-ldr-exit.c: New file.
10387         * gdb.threads/non-ldr-exit.exp: New file.
10388
10389 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10390
10391         * gdb.server/ext-wrapper.exp: Test --wrapper option when
10392         restarting process.
10393
10394 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10395
10396         * gdb.server/ext-restart.exp: New file.
10397
10398 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10399
10400         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10401         argument options.
10402         * gdb.server/ext-wrapper.exp: New file.
10403
10404 2015-07-23  Doug Evans  <dje@google.com>
10405
10406         * gdb.dwarf2/dw2-dummy-cu.S: New file.
10407         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10408
10409 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
10410
10411         * gdb.ada/var_arr_typedef.exp: New testcase.
10412         * gdb.ada/var_arr_typedef/pack.adb: New file.
10413         * gdb.ada/var_arr_typedef/pack.ads: New file.
10414         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10415
10416 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
10417
10418         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10419
10420 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10421
10422         * gdb.arch/i386-biarch-core.exp: Replace istarget
10423         by "complete set gnutarget". Remove expectation for the "core-file"
10424         command.
10425
10426 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10427
10428         Revert the previous commit:
10429         Tests for validate symbol file using build-id.
10430
10431 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
10432
10433         Tests for validate symbol file using build-id.
10434         * gdb.base/solib-mismatch-lib.c: New file.
10435         * gdb.base/solib-mismatch-libmod.c: New file.
10436         * gdb.base/solib-mismatch.c: New file.
10437         * gdb.base/solib-mismatch.exp: New file.
10438
10439 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
10440
10441         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10442         nios2-*-linux*.
10443         * gdb.base/sigbpt.exp (stepi_out): Likewise.
10444         * gdb.base/siginfo.exp: Likewise.
10445         * gdb.base/sigstep.exp (advance, advancei): Likewise.
10446
10447 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
10448
10449         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10450         Move it to ...
10451         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10452         ... here.
10453         * gdb.trace/range-stepping.exp: Check that the target supports
10454         range stepping.
10455
10456 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10457
10458         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10459
10460 2015-07-14  Pedro Alves  <palves@redhat.com>
10461
10462         * gdb.base/killed-outside.exp: New file.
10463         * gdb.base/killed-outside.c: New file.
10464
10465 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10466
10467         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10468         (n at main): New.
10469         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10470
10471 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10472
10473         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10474         infcall tests instead of setting up for KFAIL.
10475
10476 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
10477
10478         * gdb.btrace/record_goto-step.exp: New.
10479
10480 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10481
10482         PR compile/18484
10483         * gdb.compile/compile.c (struct struct_type): Add volatile to
10484         selffield's type.
10485         * gdb.compile/compile.exp
10486         (compile code struct_object.selffield = &struct_object): Skip further
10487         struct_object tests if this one xfails.
10488
10489 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
10490
10491         PR exp/18617
10492         * gdb.trace/ax.exp: Add test.
10493
10494 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10495
10496         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10497         instead of istarget "aarch64*-*-*".
10498         * gdb.arch/aarch64-fp.exp: Likewise.
10499         * gdb.base/float.exp: Likewise.
10500         * gdb.reverse/aarch64.exp: Likewise.
10501         * lib/gdb.exp (is_aarch64_target): New proc.
10502
10503 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10504
10505         * lib/gdb.exp (is_aarch32_target): New proc.
10506         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10507         instead of "istarget "arm*-*-*"".
10508         * gdb.arch/arm-disp-step.exp: Likewise.
10509         * gdb.arch/thumb-bx-pc.exp: Likewise.
10510         * gdb.arch/thumb-prologue.exp: Likewise.
10511         * gdb.arch/thumb-singlestep.exp: Likewise.
10512         * gdb.base/disp-step-syscall.exp: Likewise.
10513         * gdb.base/float.exp: Likewise.
10514
10515 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10516
10517         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10518         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10519
10520 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10521
10522         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10523         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10524         if it exists.
10525         * gdb.multi/multi-arch.exp: Likewise.
10526
10527 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
10528
10529         * gdb.python/py-lazy-string.exp: Add missing parentheses to
10530         print.
10531
10532 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10533
10534         * gdb.arch/thumb-singlestep.exp: Do one more single step.
10535
10536 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
10537
10538         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10539         '[' and ']' characters.
10540
10541 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
10542
10543         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10544
10545 2015-06-29  Pedro Alves  <palves@redhat.com>
10546
10547         PR threads/18127
10548         * gdb.threads/hand-call-new-thread.c: New file.
10549         * gdb.threads/hand-call-new-thread.c: New file.
10550
10551 2015-06-26  Keith Seitz  <keiths@redhat.com>
10552             Doug Evans  <dje@google.com>
10553
10554         PR 16253
10555         * gdb.cp/var-tag-2.cc: New file.
10556         * gdb.cp/var-tag-3.cc: New file.
10557         * gdb.cp/var-tag-4.cc: New file.
10558         * gdb.cp/var-tag.cc: New file.
10559         * gdb.cp/var-tag.exp: New file.
10560
10561 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10562
10563         * gdb.base/history-duplicates.exp: New test.
10564
10565 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10566
10567         * gdb.base/completion.exp: Test the completion of the "focus"
10568         command.
10569
10570 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10571
10572         * gdb.arch/amd64-prologue-skip.S: New file.
10573         * gdb.arch/amd64-prologue-skip.exp: New file.
10574
10575 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
10576
10577         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10578         is_address_zero_readable check.
10579
10580 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
10581
10582         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10583         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10584
10585 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10586
10587         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10588         linux targets.
10589
10590 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10591
10592         * lib/gdb.exp (supports_get_siginfo_type): New proc.
10593         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10594         * gdb.base/siginfo-thread.exp: Likewise.
10595
10596 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10597
10598         * boards/remote-gdbserver-on-localhost.exp: Add comments.
10599
10600 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10601
10602         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10603         aarch64*-*-*.
10604         (skip_hw_watchpoint_tests): Likewise.
10605
10606 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
10607
10608         * gdb.base/gdbinit-history.exp: Test the interaction between
10609         setting GDBHISTSIZE and setting the history size via .gdbinit.
10610
10611 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10612
10613         PR gdb/16999
10614         * gdb.base/gdbhistsize-history.exp: New test.
10615
10616 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10617
10618         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10619         with GDBHISTSIZE.
10620         * gdb.base/readline.exp: Likewise.
10621
10622 2015-06-17  Yao Qi  <yao.qi@linaro.org>
10623
10624         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10625         line.
10626
10627 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10628
10629         * gdb.base/gdbinit-history.exp: Add test case to check that
10630         an unlimited history file does not get truncated on exit.
10631
10632 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10633
10634         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10635         (VECTOR): New macro.  Use it...
10636         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10637         ...for these typedefs.
10638         (int8, char1, int1, double1): New typedefs.
10639         (struct just_int2, struct two_int2): New structures.
10640         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10641         (add_structvecs, add_singlevecs): New functions.
10642         (main): Call add_some_intvecs twice.
10643         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10644         the compile and exit upon failure.  Try compiling for the "native"
10645         architecture.  Test inferior function calls with vector arguments
10646         and vector return value handling with "finish" and "return".
10647
10648 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
10649
10650         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10651         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10652         PE file.
10653         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10654
10655 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10656
10657         PR breakpoints/16465
10658         * gdb.mi/mi-dprintf-pending.c: New file.
10659         * gdb.mi/mi-dprintf-pending.exp: New test.
10660         * gdb.mi/mi-dprintf-pendshr.c: New file.
10661
10662 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10663             Mircea Gherzan  <mircea.gherzan@intel.com>
10664
10665         * gdb.arch/i386-mpx-map.c: New file.
10666         * gdb.arch/i386-mpx-map.exp: New File.
10667
10668 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10669
10670         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10671         * gdb.arch/i386-mpx.exp: Indentation fixed.
10672
10673 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10674
10675         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10676         function and improved indentation.
10677         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10678         gdb_test_multiple. Added additional tests to skip the test.
10679
10680 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10681
10682         * gdb.arch/i386-avx512.c: Change path in include file.
10683         * gdb.arch/i386-avx512.exp: Change include dir path
10684         compilation flag.
10685         * gdb.arch/i386-mpx.c: Change path in include file.
10686         * gdb.arch/i386-mpx.exp: Change include dir path compilation
10687         flag.
10688
10689 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10690
10691         * gdb.compile/compile-print.exp (compile print *vararray@3)
10692         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10693
10694 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10695
10696         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10697         (do not keep jit in memory): ... this.
10698         (expect 5): Change it to ...
10699         (expect no 5): ... this.
10700
10701 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
10702
10703         PR gdb/15564
10704         * gdb.mi/mi-detach.exp: New file.
10705
10706 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10707
10708         PR symtab/18392
10709         * gdb.arch/amd64-tailcall-self.S: New file.
10710         * gdb.arch/amd64-tailcall-self.c: New file.
10711         * gdb.arch/amd64-tailcall-self.exp: New file.
10712
10713 2015-05-28  Don Breazeal  <donb@codesourcery.com>
10714
10715         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10716         tests for remote targets by checking is_target_gdbserver.
10717
10718 2015-05-27  Doug Evans  <dje@google.com>
10719
10720         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10721         * gdb.dwarf2/opaque-type-lookup.c: New file.
10722         * gdb.dwarf2/opaque-type-lookup.exp: New file.
10723
10724 2015-05-26  Doug Evans  <dje@google.com>
10725
10726         * gdb.cp/iostream.cc: New file.
10727         * gdb.cp/iostream.exp: New file.
10728
10729 2015-05-26  Doug Evans  <dje@google.com>
10730
10731         * gdb.dwarf2/dw2-op-call.exp: Update.
10732         * gdb.dwarf2/dw4-sig-types.exp: Update.
10733         * gdb.dwarf2/implptr.exp: Update.
10734         * gdb.mi/mi-cmd-param-changed.exp: Update.
10735
10736 2015-05-26  Doug Evans  <dje@google.com>
10737
10738         * gdb.python/py-lazy-string.c: New file.
10739         * gdb.python/py-lazy-string.exp: New file.
10740         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10741         (main): Update.  Add estring3.
10742         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10743         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10744
10745 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10746             Yao Qi  <yao.qi@linaro.org>
10747
10748         * gdb.reverse/aarch64.c: New.
10749         * gdb.reverse/aarch64.exp: New.
10750
10751 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10752
10753         * lib/gdb.exp (supports_process_record): Return true for
10754         aarch64*-linux*.
10755         (supports_reverse): Likewise.
10756
10757 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
10758
10759         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10760         Use with_test_prefix.
10761
10762 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
10763
10764         * gdb.base/completion.exp: Add test for completion of layout
10765         names.
10766
10767 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
10768
10769         * lib/gdb.exp (skip_tui_tests): New proc.
10770         * gdb.base/tui-layout.exp: Check skip_tui_tests.
10771
10772 2015-05-19  Pedro Alves  <palves@redhat.com>
10773
10774         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10775         Save the whole env array instead of just HOME.  Unset HISTSIZE in
10776         the environment while testing.  Restore whole environment
10777         afterwards.
10778
10779 2015-05-16  Doug Evans  <xdje42@gmail.com>
10780
10781         * gdb.guile/scm-ports.c: New file.
10782         * gdb.guile/scm-ports.exp: Add memory port tests.
10783
10784 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10785
10786         * gdb.compile/compile-print.c: New file.
10787         * gdb.compile/compile-print.exp: New file.
10788
10789 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10790
10791         * gdb.compile/compile-ops.exp: Cast param to void.
10792         * gdb.compile/compile.exp: Complete type for _gdb_expr.
10793         (compile code struct_object.selffield = &struct_object): Add xfail.
10794
10795 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10796
10797         * gdb.ada/arr_enum_with_gap: New testcase.
10798
10799 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10800
10801         * gdb.ada/byte_packed_arr: New testcase.
10802
10803 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10804
10805         * gdb.ada/pckd_neg: New testcase.
10806
10807 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
10808
10809         PR gdb/17820
10810         * gdb.base/gdbinit-history.exp: New test.
10811         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10812         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10813
10814 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
10815
10816         * gdb.python/py-xmethods.cc: Enhance test case.
10817         * gdb.python/py-xmethods.exp: New tests.
10818         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10819         function.
10820         (B_indexoper): Likewise.
10821         (global_dm_list) : Add new xmethod worker functions.
10822
10823 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
10824
10825         * gdb.base/coredump-filter.exp: Correctly unset
10826         "coredump_var_addr" array.
10827
10828 2015-05-08  Pedro Alves  <palves@redhat.com>
10829
10830         * gdb.server/non-existing-program.exp: Unset spawn_id.
10831
10832 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
10833
10834         PR python/18291
10835         * gdb.python/py-xmethods.exp: Add tests.
10836
10837 2015-05-08  Yao Qi  <yao.qi@linaro.org>
10838
10839         PR gdb/18208
10840         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10841         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10842         function set_coredump_filter, and remove remote_exec call.
10843         Remove argument ipid.  Callers update.
10844         (top level): Don't get inferior's PID.
10845
10846 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10847
10848         * gdb.base/watch_thread_num.exp: Skip test on targets without
10849         access watchpoints.
10850
10851 2015-05-06  Pedro Alves  <palves@redhat.com>
10852
10853         PR server/18081
10854         * gdb.server/non-existing-program.exp: New file.
10855
10856 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10857
10858         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10859
10860 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10861
10862         * gdb.ada/out_of_line_in_inlined: New testcase.
10863
10864 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10865
10866         * gdb.ada/var_rec_arr: New testcase.
10867
10868 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10869
10870         * gdb.base/break-idempotent.exp: If
10871         skip_hw_watchpoint_multi_tests returns true, skip the tests
10872         on "rwatch" and "awatch".
10873
10874 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10875
10876         * gdb.base/relativedebug.exp: Invoke gdb command
10877         "info sharedlibrary", and if libc.so doesn't have debug info,
10878         skip the test.
10879
10880 2015-04-29  Doug Evans  <dje@google.com>
10881
10882         * gdb.python/py-xmethods.exp: Add ptype tests.
10883         * gdb.python/py-xmethods.py (E_method_char_worker): Add
10884         get_result_type method.
10885
10886 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10887
10888         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10889         the target does not support hardware watchpoints.
10890
10891 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10892
10893         * gdb.base/break-always.exp: Abort testing if writing to memory
10894         causes an error.
10895
10896 2015-04-28  Doug Evans  <dje@google.com>
10897
10898         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10899         * gdb.python/py-pp-registration.exp: ... here.  New file.
10900         * gdb.python/py-pp-registration.c: New file.
10901         * gdb.python/py-pp-registration.py: New file.
10902
10903 2015-04-28  Doug Evans  <dje@google.com>
10904
10905         * gdb.python/py-bad-printers.c: New file.
10906         * gdb.python/py-bad-printers.py: New file.
10907         * gdb.python/py-bad-printers.exp: New file.
10908
10909 2015-04-28  Sasha Smundak  <asmundak@google.com>
10910
10911         * gdb.python/py-type.exp: New test.
10912
10913 2015-04-28  Andy Wingo  <wingo@igalia.com>
10914
10915         * gdb.python/py-parameter.exp:
10916         * gdb.guile/scm-parameter.exp: Escape the path that we are
10917         matching against, as it might contain characters that are special
10918         to regular expressions.
10919
10920 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
10921
10922         * gdb.ada/rec_comp: New testcase.
10923
10924 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
10925
10926         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10927         before using it.
10928
10929 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
10930
10931         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
10932         new tests for verilog output.
10933
10934 2015-04-24  Yao Qi  <yao.qi@linaro.org>
10935
10936         * boards/remote-gdbserver-on-localhost.exp: New file.
10937
10938 2015-04-23  Pedro Alves  <palves@redhat.com>
10939
10940         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10941         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
10942         "end of file", remove $inferior_spawn_id from the indirect list.
10943
10944 2015-04-23  Pedro Alves  <palves@redhat.com>
10945
10946         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10947
10948 2015-04-23  Pedro Alves  <palves@redhat.com>
10949
10950         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10951         on $any_spawn_id instead of only on $gdb_spawn_id.
10952
10953 2015-04-21  Pierre Muller  <muller@sourceware.org>
10954
10955         PR pascal/17815
10956         * lib/pascal.exp (gpc_compile): Add new option "class".
10957         (fpc_compile): Likewise.
10958         * gdb.pascal/case-insensitive-symbols.pas: New file.
10959         * gdb.pascal/case-insensitive-symbols.exp: New file.
10960
10961 2015-04-20  Gary Benson <gbenson@redhat.com>
10962
10963         * gdb.base/attach.exp: Fix three extended remote failures.
10964
10965 2015-04-17  Gary Benson <gbenson@redhat.com>
10966
10967         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10968         the main executable over the remote protocol.
10969
10970 2015-04-16  Pedro Alves  <palves@redhat.com>
10971
10972         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10973         a new gdbserver if gdbserver_reconnect_p is set.
10974
10975 2015-04-16  Pedro Alves  <palves@redhat.com>
10976
10977         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10978         is set, don't exit gdbserver.
10979
10980 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10981
10982         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10983         appropriate .insn, such that an older assembler can be used.
10984         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10985         the z/Architecture instruction set on 31-bit targets as well.
10986
10987 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10988
10989         * gdb.go/handcall.exp: Remove all logic related to the first
10990         breakpoint and rely on go_runto_main instead.
10991         * gdb.go/strings.exp: Likewise.
10992         * gdb.go/unsafe.exp: Likewise.
10993         * gdb.go/hello.exp: Likewise.  Also rename the remaining
10994         breakpoint marker to "breakpoint 1".
10995         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10996         * gdb.go/strings.go: Likewise.
10997         * gdb.go/unsafe.go: Likewise.
10998         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
10999         "set breakpoint 2 here" and rename the remaining breakpoint marker
11000         to "breakpoint 1".
11001
11002 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
11003
11004         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11005         if itertools.imap is not present.
11006         * gdb.python/py-objfile.exp: Add parentheses.
11007         * gdb.python/py-type.exp: Same.
11008         * gdb.python/py-unwind-maint.py: Same.
11009
11010 2015-04-15  Yao Qi  <yao.qi@linaro.org>
11011
11012         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11013         of ":$ptr_size" and set its form explicitly.
11014
11015 2015-04-15  Pedro Alves  <palves@redhat.com>
11016             Yao Qi  <yao.qi@linaro.org>
11017
11018         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11019         timeout by factor of 4.
11020         (test_regular_watch): Likewise.
11021         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11022         * gdb.reverse/sigall-reverse.exp: Likewise.
11023         * gdb.reverse/until-precsave.exp: Likewise.
11024         * lib/gdb.exp (with_timeout_factor): New proc.
11025         (gdb_expect): Move some code to ...
11026         (get_largest_timeout): ... here.  New procedure.
11027
11028 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
11029
11030         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11031
11032 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11033
11034         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11035         to write to the .text section.
11036
11037 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11038
11039         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11040         Handle the case of targets that do not provide PID information.
11041
11042 2015-04-13  Yao Qi  <yao.qi@linaro.org>
11043
11044         * lib/gdbserver-support.exp (gdb_exit): Catch exception
11045         and use expect instead of gdb_expect.
11046
11047 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
11048
11049         * gdb.base/coredump-filter.exp: Rename variable "addr" to
11050         "coredump_var_addr" to avoid naming conflict with other testcases.
11051
11052 2015-04-10  Pedro Alves  <palves@redhat.com>
11053
11054         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11055         gdb_test_sequence and gdb_assert.
11056
11057 2015-04-10  Pedro Alves  <palves@redhat.com>
11058
11059         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11060         test messages that don't include the breakpoint address.
11061
11062 2015-04-10  Yao Qi  <yao.qi@linaro.org>
11063
11064         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11065         false for some offset and width combinations which aren't
11066         supported by linux kernel.
11067
11068 2015-04-10  Pedro Alves  <palves@redhat.com>
11069
11070         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11071         procedure, factored out from ...
11072         (top level): ... here.  Add "set displaced-stepping" testing axis.
11073         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11074         parameter "displaced".  Use it.
11075         (top level): Use foreach and add "set displaced-stepping" testing
11076         axis.
11077
11078 2015-04-10  Pedro Alves  <palves@redhat.com>
11079
11080         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11081         Remove comment.
11082         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11083         both the address of the instruction that triggers the watchpoint
11084         and the address of the instruction immediately after, and use
11085         those addresses for the test.  Fix comment.
11086
11087 2015-04-10  Pedro Alves  <palves@redhat.com>
11088
11089         * gdb.base/sigstep.exp (breakpoint_to_handler)
11090         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
11091         Test "backtrace" in handler.
11092         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
11093         (top level): Add new "displaced" test axis to
11094         breakpoint_to_handler, breakpoint_to_handler_entry and
11095         breakpoint_over_handler.
11096
11097 2015-04-10  Pedro Alves  <palves@redhat.com>
11098
11099         PR gdb/18216
11100         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11101
11102 2015-04-10  Yao Qi  <yao.qi@linaro.org>
11103
11104         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11105         (test_add_rn_pc): New function.
11106         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11107         (top level): Invoke test_add_rn_pc.
11108
11109 2015-04-10  Pedro Alves  <palves@redhat.com>
11110
11111         PR gdb/13858
11112         * gdb.base/step-over-no-symbols.exp: New file.
11113
11114 2015-04-09  Andy Wingo  <wingo@igalia.com>
11115
11116         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11117         after the Python tests.
11118
11119 2015-04-08  Keith Seitz  <keiths@redhat.com>
11120
11121         PR python/16699
11122         * gdb.python/py-completion.exp: New tests for completion.
11123         * gdb.python/py-completion.py (CompleteLimit1): New class.
11124         (CompleteLimit2): Likewise.
11125         (CompleteLimit3): Likewise.
11126         (CompleteLimit4): Likewise.
11127         (CompleteLimit5): Likewise.
11128         (CompleteLimit6): Likewise.
11129         (CompleteLimit7): Likewise.
11130
11131 2015-04-08  Pedro Alves  <palves@redhat.com>
11132
11133         PR gdb/18214
11134         PR gdb/18216
11135         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11136         function.
11137         (main): Install it as SIGUSR1 handler.
11138         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11139         parameter.  Always use "setup" as prefix.  Toggle "set
11140         displaced-stepping" off/on depending on global.  Don't switch to
11141         thread 1 here.
11142         (top level): Add displaced stepping "off/on" test axis.  Update
11143         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
11144         continuing with a queued signal in each thread.
11145
11146 2015-04-08  Pedro Alves  <palves@redhat.com>
11147
11148         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11149         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
11150         gdb_breakpoint instead of gdb_test that doesn't expect anything.
11151         Return early if running to main fails.
11152         * gdb.trace/while-stepping.exp: Likewise.
11153
11154 2015-04-07  Pedro Alves  <palves@redhat.com>
11155
11156         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11157         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
11158         interact with inferior program.
11159
11160 2015-04-07  Pedro Alves  <palves@redhat.com>
11161
11162         * lib/gdb.exp (inferior_spawn_id): New global.
11163         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
11164         spawn id after processing the user code.
11165         (default_gdb_start): Set inferior_spawn_id.
11166         (send_inferior): New procedure.
11167         * lib/gdbserver-support.exp (gdbserver_start): Set
11168         inferior_spawn_id.
11169         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11170
11171 2015-04-07  Pedro Alves  <palves@redhat.com>
11172
11173         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11174         * lib/gdbserver-support.exp (gdbserver_start): Make
11175         $server_spawn_id global.
11176         (gdbserver_start): Don't wait for gdbserver's spawn id with
11177         expect_background.
11178         (close_gdbserver): New procedure.
11179         (gdb_exit): Rename the default version and reimplement.
11180
11181 2015-04-07  Pedro Alves  <palves@redhat.com>
11182
11183         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11184         append the substituted item, not the original item.
11185
11186 2015-04-07  Pedro Alves  <palves@redhat.com>
11187
11188         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11189         gdb_expect.
11190
11191 2015-04-07  Pedro Alves  <palves@redhat.com>
11192
11193         * gdb.base/interrupt.exp: Don't handle the case of the inferior
11194         output appearing once only.
11195
11196 2015-04-07  Pedro Alves  <palves@redhat.com>
11197
11198         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11199         that doesn't expect anything.  Return early if running to main
11200         fails.
11201
11202 2015-04-07  Yao Qi  <yao.qi@linaro.org>
11203
11204         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11205         (child_function): Call alarm.
11206         (main): Move call to alarm into the loop.
11207         * gdb.threads/non-stop-fair-events.exp: Build program with
11208         -DTIMEOUT=$timeout.
11209
11210 2015-04-06  Doug Evans  <xdje42@gmail.com>
11211
11212         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11213         Fix dest parameter to board_info.
11214         (fpc_compile): Ditto.
11215         (gdb_compile_pascal): Rename dest arg to destfile.
11216
11217 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
11218
11219         * gdb.ada/funcall_ref.exp: New file.
11220         * gdb.ada/funcall_ref/foo.adb: New file.
11221
11222 2015-04-02  Yao Qi  <yao.qi@linaro.org>
11223
11224         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11225         is remote.
11226
11227 2015-04-02  Gary Benson <gbenson@redhat.com>
11228
11229         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11230
11231 2015-04-01  Sasha Smundak  <asmundak@google.com>
11232
11233         * gdb.python/py-unwind-maint.c: New file.
11234         * gdb.python/py-unwind-maint.exp: New test.
11235         * gdb.python/py-unwind-maint.py: New file.
11236         * gdb.python/py-unwind.c: New file.
11237         * gdb.python/py-unwind.exp: New test.
11238         * gdb.python/py-unwind.py: New test.
11239
11240 2015-04-01  Pedro Alves  <palves@redhat.com>
11241
11242         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11243         to fail instead of non-existent $test.
11244
11245 2015-04-01  Pedro Alves  <palves@redhat.com>
11246
11247         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11248         GDBFLAGS if not empty.
11249
11250 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
11251
11252         * gdb.ada/complete.exp: Remove "multi_line".
11253         * gdb.ada/info_exc.exp: Remove "multi_line".
11254         * gdb.ada/packed_tagged.exp: Remove "multi_line".
11255         * gdb.ada/ptype_field.exp: Remove "multi_line".
11256         * gdb.ada/sym_print_name.exp: Remove "multi_line".
11257         * gdb.ada/tagged.exp: Remove "multi_line".
11258         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11259         [multi_line ...]
11260         * gdb.btrace/delta.exp: Likewise.
11261         * gdb.btrace/exception.exp: Likewise.
11262         * gdb.btrace/function_call_history.exp: Likewise.
11263         * gdb.btrace/instruction_history.exp: Likewise.
11264         * gdb.btrace/nohist.exp: Likewise.
11265         * gdb.btrace/record_goto.exp: Likewise.
11266         * gdb.btrace/segv.exp: Likewise.
11267         * gdb.btrace/stepi.exp: Likewise.
11268         * gdb.btrace/tailcall.exp: Likewise.
11269         * gdb.btrace/unknown_functions.exp: Likewise.
11270         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11271         * lib/gdb.exp: Add the "multi_line" helper.
11272
11273 2015-04-01  Pedro Alves  <palves@redhat.com>
11274
11275         * gdb.threads/tid-reuse.c: New file.
11276         * gdb.threads/tid-reuse.exp: New file.
11277
11278 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
11279
11280         PR corefiles/16092
11281         * gdb.base/coredump-filter.c: New file.
11282         * gdb.base/coredump-filter.exp: Likewise.
11283
11284 2015-03-27  Petr Machata  <pmachata@redhat.com>
11285
11286         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11287         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11288         (Dwarf::assemble): Initialize them.
11289         (Dwarf::lines): New function.
11290
11291 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
11292
11293         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11294         SYMBOL_PREFIX for x86_64-*-cygwin.
11295
11296 2015-03-26  Andy Wingo  <wingo@igalia.com>
11297
11298         PR symtab/18148
11299         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11300         const_value but not a location.
11301         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11302         location defined in non-main CUs are visible.
11303
11304 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11305
11306         PR testsuite/18139
11307         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11308         Add a line number entry for the same line.
11309         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11310         Add a line number entry for the same line.
11311
11312 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11313
11314         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11315         .int 0.
11316         (func): Likewise.  Add .Lfunc_1 label.
11317         Use .Lfunc_1 label.
11318         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11319         .int 0.
11320         (func): Likewise.
11321         Use .Lfunc_1 label.
11322
11323 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11324
11325         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11326         Call gdb_compile instead to compile each .s files without debug
11327         information.
11328
11329 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11330
11331         * gdb.base/savedregs.exp (process_saved_regs): Make
11332         "Saved registers:" optional in the pattern.
11333
11334 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11335
11336         * gdb.btrace/next.exp: Merged into step.exp.
11337         * gdb.btrace/finish.exp: Merged into step.exp.
11338         * gdb.btrace/nexti.exp: Merged into stepi.exp.
11339         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
11340         "record goto" and checking the exact replay position.
11341         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
11342         check for "Recording format" in "info record" output.
11343         * gdb.btrace/record_goto.exp: Choose test file based on target.
11344         * gdb.btrace/x86-record_goto.S: Renamed into ...
11345         * gdb.btrace/x86_64-record_goto.S: ... this.
11346         * gdb.btrace/i686-record_goto.S: New.
11347         * gdb.btrace/x86-tailcall.S: Renamed into ...
11348         * gdb.btrace/x86_64-tailcall.S: ... this.
11349         * gdb.btrace/i686-tailcall.S: New.
11350         * gdb.btrace/x86-tailcall.c: Renamed into ...
11351         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
11352         separate statements.  Update test.
11353         * gdb.btrace/delta.exp: Use record_goto.c as test file.
11354         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11355         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11356         * gdb.btrace/tailcall.exp: Choose test file based on target.
11357         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11358
11359 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11360
11361         * gdb.btrace/exception.exp: Increase BTS buffer size.
11362
11363 2015-03-24  Pedro Alves  <palves@redhat.com>
11364
11365         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11366
11367 2015-03-24  Pedro Alves  <palves@redhat.com>
11368
11369         * gdb.threads/schedlock.exp (test_step): No longer expect that
11370         "set scheduler-locking step" with "next" over a function call runs
11371         threads unlocked.
11372
11373 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11374
11375         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11376
11377 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11378
11379         PR breakpoints/16466
11380         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11381         * gdb.mi/mi-pending.c (thread_func): New function.
11382         (int main): Add threading support required.
11383         * gdb.mi/mi-pending.exp: Add tests for this issue.
11384         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11385         (pendfunc2): Remove stdio dependency.
11386         * gdb.mi/mi-pendshr2.c: New file.
11387
11388 2015-03-23  Keith Seitz  <keiths@redhat.com>
11389
11390         * gdb.linespec/keywords.c: New file.
11391         * gdb.linespec/keywords.exp: New file.
11392
11393 2015-03-23  Keith Seitz  <keiths@redhat.com>
11394
11395         PR gdb/18021
11396         * gdb.dwarf2/staticvirtual.exp: New test.
11397
11398 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11399
11400         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11401         * README: Remove HP-UX and gdb.hp.
11402         (configuration):
11403         * configure: Regenerate.
11404         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11405         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11406         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11407         gdb.hp/gdb.defects/Makefile.
11408         * gdb.hp/Makefile.in: File deleted.
11409         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11410         * gdb.hp/gdb.aCC/optimize.c: File deleted.
11411         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11412         * gdb.hp/gdb.aCC/run.c: File deleted.
11413         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11414         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11415         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11416         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11417         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11418         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11419         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11420         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11421         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11422         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11423         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11424         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11425         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11426         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11427         * gdb.hp/gdb.base-hp/reg.s: File deleted.
11428         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11429         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11430         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11431         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11432         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11433         * gdb.hp/gdb.compat/Makefile.in: File deleted.
11434         * gdb.hp/gdb.compat/average.c: File deleted.
11435         * gdb.hp/gdb.compat/sum.c: File deleted.
11436         * gdb.hp/gdb.compat/xdb.c: File deleted.
11437         * gdb.hp/gdb.compat/xdb0.c: File deleted.
11438         * gdb.hp/gdb.compat/xdb0.h: File deleted.
11439         * gdb.hp/gdb.compat/xdb1.c: File deleted.
11440         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11441         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11442         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11443         * gdb.hp/gdb.defects/Makefile.in: File deleted.
11444         * gdb.hp/gdb.defects/bs14602.c: File deleted.
11445         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11446         * gdb.hp/gdb.defects/solib-d.c: File deleted.
11447         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11448         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11449         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11450         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11451         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11452         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11453         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11454         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11455         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11456         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11457         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11458         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11459         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11460         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11461         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11462         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11463         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11464         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11465         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11466         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11467         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11468         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11469         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11470         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11471         * gdb.hp/tools/odump: File deleted.
11472
11473 2015-03-19  Pedro Alves  <palves@redhat.com>
11474
11475         * gdb.threads/continue-pending-status.exp (saw_thread_2)
11476         (saw_thread_3): New globals.
11477         (top level): Increment them when an event for the corresponding
11478         thread is seen.
11479         (no thread starvation): New test.
11480
11481 2015-03-19  Pedro Alves  <palves@redhat.com>
11482
11483         * gdb.threads/continue-pending-status.c: New file.
11484         * gdb.threads/continue-pending-status.exp: New file.
11485
11486 2015-03-18  Pedro Alves  <palves@redhat.com>
11487
11488         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11489         Use gdb_is_target_remote instead of is_remote.  Use
11490         gdb_test_multiple instead of gdb_expect.  Exit early if
11491         gdb_test_multiple hits its internal matches.  Tighten stepi tests
11492         expected output.  Fail on exit with any signal, instead of just
11493         SIGILL.
11494
11495 2015-03-18  Yao Qi  <yao.qi@linaro.org>
11496
11497         PR tdep/18107
11498         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11499         variable.
11500         * gdb.base/catch-syscall.exp: Don't skip it on
11501         aarch64*-*-linux* target.  Remove elements in all_syscalls.
11502         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11503         target.
11504         (setup_all_syscalls): New proc.
11505
11506 2015-03-16  Yao Qi  <yao.qi@linaro.org>
11507
11508         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11509         (top level): Skip tests if valid_addr_p returns false for
11510         $cmd1 or $cmd2.
11511
11512 2015-03-11  Andy Wingo  <wingo@igalia.com>
11513
11514         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11515
11516 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11517
11518         * gdb.base/catch-syscall.exp: Fix typo in comments.
11519
11520 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11521
11522         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11523
11524 2015-03-09  Pedro Alves  <palves@redhat.com>
11525
11526         * dg-extract-results.py: Delete.
11527
11528 2015-03-09  Pedro Alves  <palves@redhat.com>
11529
11530         Merge dg-extract-results.sh from GCC upstream (r218843).
11531
11532         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
11533                 * dg-extract-results.sh: Use --text with grep to avoid issues with
11534                 binary files.  Fall back to cat -v, if that doesn't work.
11535
11536 2015-03-05  Pedro Alves  <palves@redhat.com>
11537
11538         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11539
11540 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
11541
11542         * lib/mi-support.exp (mi_expect_interrupt): Accept
11543         alternative event for when in all-stop mode.
11544
11545 2015-03-04  Pedro Alves  <palves@redhat.com>
11546
11547         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11548
11549 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
11550
11551         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11552
11553 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11554
11555         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11556         regexps for GDB's current line display, accept a hex address
11557         preceding the line number.
11558
11559 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11560
11561         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11562         the 'arch1' variable for "s390*-linux*" targets.
11563
11564 2015-03-04  Pedro Alves  <palves@redhat.com>
11565
11566         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11567         (main): Pass missing retval argument to pthread_join call.
11568
11569 2015-03-02  Pedro Alves  <palves@redhat.com>
11570
11571         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11572         (top level): Call do_test with non-stop as well.
11573
11574 2015-03-02  Pedro Alves  <palves@redhat.com>
11575
11576         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11577         -1.
11578
11579 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11580
11581         * gdb.arch/s390-vregs.exp: New test.
11582         * gdb.arch/s390-vregs.S: New file.
11583
11584 2015-02-27  Pedro Alves  <palves@redhat.com>
11585
11586         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11587         call to catch_command_errors.
11588         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11589         catch_command_errors.
11590
11591 2015-02-27  Pedro Alves  <palves@redhat.com>
11592
11593         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11594         "true" for boolean result.
11595         * gdb.gdb/selftest.exp (test_with_self): Also accept full
11596         prototype of main.
11597
11598 2015-02-27  Pedro Alves  <palves@redhat.com>
11599
11600         * lib/unbuffer_output.c: New file.
11601         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11602         (main): Call gdb_unbuffer_output.
11603
11604 2015-02-27  Yao Qi  <yao.qi@linaro.org>
11605
11606         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11607         target.
11608
11609 2015-02-26  Doug Evans  <dje@google.com>
11610
11611         * gdb.cp/class2.cc (Dbase, D): New classes.
11612         (main): New local delta.
11613         * gdb.cp/class2.exp: Test printing delta.
11614         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11615         (dynbar): New global.
11616         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11617
11618 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11619
11620         * gdb.compile/compile-ifunc.c: New file.
11621         * gdb.compile/compile-ifunc.exp: New file.
11622
11623 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11624
11625         * gdb.base/structs.exp: Check for correct struct on finish.
11626
11627 2015-02-26  Yao Qi  <yao.qi@linaro.org>
11628
11629         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11630         is zero.
11631
11632 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11633
11634         * gdb.arch/cordic.ko.bz2: New file.
11635         * gdb.arch/cordic.ko.debug.bz2: New file.
11636         * gdb.arch/ppc64-symtab-cordic.exp: New file.
11637
11638 2015-02-25  Yao Qi  <yao.qi@linaro.org>
11639
11640         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11641         aarch64*-*-* target.
11642
11643 2015-02-23  Pedro Alves  <palves@redhat.com>
11644
11645         * lib/gdb.exp (delete_breakpoints): Rewrite using
11646         gdb_test_multiple.
11647
11648 2015-02-23  Pedro Alves  <palves@redhat.com>
11649
11650         * gdb.base/info-os.c: Include stdlib.h.
11651
11652 2015-02-22  Doug Evans  <xdje42@gmail.com>
11653
11654         PR symtab/17855
11655         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11656         is read after symbols have been re-read.
11657         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11658         * gdb.ada/exec_changed/second.adb (Second): Ditto.
11659
11660 2015-02-21  Doug Evans  <dje@google.com>
11661
11662         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11663
11664 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11665
11666         PR corefiles/17808
11667         * gdb.arch/i386-biarch-core.core.bz2: New file.
11668         * gdb.arch/i386-biarch-core.exp: New file.
11669
11670 2015-02-21  Pedro Alves  <palves@redhat.com>
11671
11672         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11673         runto_main fails.
11674
11675 2015-02-20  Pedro Alves  <palves@redhat.com>
11676
11677         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11678         info probes.
11679
11680 2015-02-20  Pedro Alves  <palves@redhat.com>
11681
11682         * gdb.threads/multi-create-ns-info-thr.exp: New file.
11683
11684 2015-02-20  Pedro Alves  <palves@redhat.com>
11685
11686         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
11687         clean_restart before gdb_target_supports_trace.
11688
11689 2015-02-20  Pedro Alves  <palves@redhat.com>
11690
11691         PR threads/18006
11692         * gdb.threads/clone-thread_db.c: New file.
11693         * gdb.threads/clone-thread_db.exp: New file.
11694
11695 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11696
11697         PR breakpoints/16812
11698         * gdb.base/catch-gdb-caused-signals.c: New file.
11699         * gdb.base/catch-gdb-caused-signals.exp: New file.
11700
11701 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11702
11703         * configure: Regenerated.
11704         * configure.ac: Use GDB_AC_TRANSFORM.
11705         * aclocal.m4: sinclude ../transform.m4.
11706
11707 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11708
11709         * lib/dtrace.exp: New file.
11710         * gdb.base/dtrace-probe.exp: Likewise.
11711         * gdb.base/dtrace-probe.d: Likewise.
11712         * gdb.base/dtrace-probe.c: Likewise.
11713         * lib/pdtrace.in: Likewise.
11714         * configure.ac: Output variables with the transformed names of
11715         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
11716         * configure: Regenerated.
11717
11718 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11719
11720         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11721         expected message when trying to access $_probe_* convenience
11722         variables while not on a probe.
11723
11724 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11725
11726         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11727
11728 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11729
11730         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11731         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11732
11733 2015-02-10  Doug Evans  <xdje42@gmail.com>
11734
11735         * lib/gdb.exp (gdb_load): Always return a result.
11736
11737 2015-02-10  Pedro Alves  <palves@redhat.com>
11738
11739         * gdb.threads/signal-sigtrap.c: New file.
11740         * gdb.threads/signal-sigtrap.exp: New file.
11741
11742 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11743
11744         * gdb.trace/no-attach-trace.c: New file.
11745         * gdb.trace/no-attach-trace.exp: New file.
11746
11747 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11748
11749         * gdb.dwarf2/atomic.c: New file.
11750         * gdb.dwarf2/atomic-type.exp: Likewise.
11751
11752 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11753
11754         * gdb.btrace/buffer-size.exp: Update "info record" output.
11755         * gdb.btrace/delta.exp: Update "info record" output.
11756         * gdb.btrace/enable.exp: Update "info record" output.
11757         * gdb.btrace/finish.exp: Update "info record" output.
11758         * gdb.btrace/instruction_history.exp: Update "info record" output.
11759         * gdb.btrace/next.exp: Update "info record" output.
11760         * gdb.btrace/nexti.exp: Update "info record" output.
11761         * gdb.btrace/step.exp: Update "info record" output.
11762         * gdb.btrace/stepi.exp: Update "info record" output.
11763         * gdb.btrace/nohist.exp: Update "info record" output.
11764
11765 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11766
11767         * gdb.btrace/buffer-size: New.
11768
11769 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11770
11771         * gdb.btrace/delta.exp: Update "info record" output.
11772         * gdb.btrace/enable.exp: Update "info record" output.
11773         * gdb.btrace/finish.exp: Update "info record" output.
11774         * gdb.btrace/instruction_history.exp: Update "info record" output.
11775         * gdb.btrace/next.exp: Update "info record" output.
11776         * gdb.btrace/nexti.exp: Update "info record" output.
11777         * gdb.btrace/step.exp: Update "info record" output.
11778         * gdb.btrace/stepi.exp: Update "info record" output.
11779         * gdb.btrace/nohist.exp: Update "info record" output.
11780
11781 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11782
11783         PR gdb/15678
11784         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11785
11786 2015-02-06  Pedro Alves  <palves@redhat.com>
11787
11788         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11789         macro.
11790         (seconds_left, again): New globals.
11791         (main): Wait seconds_left in a 1-second sleep loop instead of
11792         sleeping 180 seconds.  If 'again' is set, reset the seconds
11793         counter.
11794         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11795         'again' in the inferior before detaching.  Print the seconds left.
11796         (options): New global.
11797         (top level): Build program with -DTIMEOUT=$timeout.
11798
11799 2015-02-06  Pedro Alves  <palves@redhat.com>
11800
11801         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11802         determine how many seconds to pass to 'alarm'.
11803         * gdb.base/gdb-sigterm.exp (top level): Build program with
11804         -DTIMEOUT=$timeout.
11805         (do_test): Return success/failure indication.  Add more verbose
11806         logging.  Don't fail if 200 single steps are seen.  Instead, fail
11807         when the test times out.
11808         (passes): New global.
11809         (top level): Break the testing loop if testing fails on any
11810         iteration.  Use gdb_assert.
11811
11812 2015-02-04  Don Breazeal  <donb@codesourcery.com>
11813
11814         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11815         and initialize them.
11816         (ipc_cleanup): New function.
11817         (main): Don't declare shmid, semid, and msqid.  Add a call to
11818         atexit so that we call ipc_cleanup on exit.
11819
11820 2015-02-04  Pedro Alves  <palves@redhat.com>
11821
11822         * boards/native-extended-gdbserver.exp: Remove any target variant
11823         specifications from the board name before clearing the isremote
11824         flag from board_info.
11825
11826 2015-01-31  Doug Evans  <xdje42@gmail.com>
11827
11828         * gdb.base/maint.exp <maint print type argc>: Update expected output.
11829
11830 2015-01-31  Gary Benson <gbenson@redhat.com>
11831
11832         * gdb.base/completion.exp: Disable completion limiting for
11833         existing tests.  Add new tests to check completion limiting.
11834         * gdb.linespec/ls-errs.exp: Disable completion limiting.
11835
11836 2015-01-31  Doug Evans  <xdje42@gmail.com>
11837
11838         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11839
11840 2015-01-31  Doug Evans  <xdje42@gmail.com>
11841
11842         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11843         entries.  Duplicate file section script entries.
11844         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11845         inlined entries.  Add test for safe-path rejection.
11846         * gdb.python/py-section-script.c: Add duplicate inlined section script
11847         entries.  Duplicate file section script entries.
11848         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11849         inlined entries.  Add test for safe-path rejection.
11850
11851 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11852
11853         * gdb.ada/disc_arr_bound: New testcase.
11854
11855 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11856
11857         * gdb.ada/mi_var_array: New testcase.
11858
11859 2015-01-27  Doug Evans  <dje@google.com>
11860
11861         * gdb.python/py-objfile.exp: Add tests for objfile.username.
11862         Add test for objfile.filename, objfile.username after objfile
11863         has been unloaded.
11864
11865 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
11866
11867         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11868         the second test to print the name attribute of value
11869         returned by the call to gdb.lookup_type, and adjust
11870         the expected output accordingly.
11871
11872 2015-01-25  Mark Wielaard  <mjw@redhat.com>
11873
11874         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11875         * gdb.base/disp-step-fork.c: Include unistd.h.
11876         * gdb.base/siginfo-obj.c: Include stdio.h.
11877         * gdb.base/siginfo-thread.c: Likewise.
11878         * gdb.mi/non-stop.c: Include unistd.h.
11879         * gdb.mi/nsthrexec.c: Include stdio.h.
11880         * gdb.mi/pthreads.c: Include unistd.h.
11881         * gdb.modula2/unbounded1.c (main): Declare returns int.
11882         * gdb.reverse/consecutive-reverse.c: Likewise.
11883         * gdb.threads/create-fail.c: Include unistd.h.
11884         * gdb.threads/killed.c: Likewise.
11885         * gdb.threads/linux-dp.c: Likewise.
11886         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11887         * gdb.threads/non-ldr-exc-2.c: Likewise.
11888         * gdb.threads/non-ldr-exc-3.c: Likewise.
11889         * gdb.threads/non-ldr-exc-4.c: Likewise.
11890         * gdb.threads/pthreads.c: Include unistd.h.
11891         (main): Declare returns int.
11892         * gdb.threads/tls-main.c (foo): New declaration.
11893         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11894
11895 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
11896
11897         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11898         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11899
11900 2015-01-15  Mark Wielaard  <mjw@redhat.com>
11901
11902         * gdb.base/noreturn-return.c: New file.
11903         * gdb.base/noreturn-return.exp: New file.
11904         * gdb.base/noreturn-finish.c: New file.
11905         * gdb.base/noreturn-finish.exp: New file.
11906
11907 2015-01-23  Pedro Alves  <palves@redhat.com>
11908
11909         * gdb.threads/continue-pending-after-query.c: New file.
11910         * gdb.threads/continue-pending-after-query.exp: New file.
11911
11912 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
11913             Simon Marchi  <simon.marchi@ericsson.com>
11914
11915         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11916         * gdb.base/valgrind-db-attach.exp: Same.
11917         * gdb.base/valgrind-infcall.exp: Same.
11918         * lib/mi-support.exp (default_mi_gdb_start): Same.
11919         * lib/prompt.exp (default_prompt_gdb_start): Same.
11920         * lib/gdb.exp (default_gdb_spawn): Same.
11921         (gdb_interact): New.
11922
11923
11924 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11925
11926         * gdb.compile/compile.exp (pointer to jit function): New test.
11927
11928 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
11929
11930         * lib/gdb.exp (supports_process_record): Return true for
11931         powerpc*-*-linux*.
11932         (supports_reverse): Likewise.
11933
11934 2015-01-15  Don Breazeal  <donb@codesourcery.com>
11935
11936         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11937         instead of checking whether the target board is remote and
11938         use spawn_wait_for_attach instead of exec/sleep.
11939         * gdb.base/attach-twice.exp: Likewise.
11940
11941 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
11942
11943         * gdb.ada/var_arr_attrs: New testcase.
11944
11945 2015-01-14  Pedro Alves  <palves@redhat.com>
11946             Joel Brobecker  <brobecker@adacore.com>
11947
11948         PR gdb/17525
11949         * gdb.base/bp-cmds-execution-x-script.c: New file.
11950         * gdb.base/bp-cmds-execution-x-script.exp: New file.
11951         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11952
11953 2015-01-14  Pedro Alves  <palves@redhat.com>
11954
11955         PR cli/17828
11956         * gdb.base/batch-preserve-term-settings.c: New file.
11957         * gdb.base/batch-preserve-term-settings.exp: New file.
11958
11959 2015-01-13  Doug Evans  <dje@google.com>
11960
11961         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11962         binary.
11963
11964 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
11965
11966         * Makefile.in (clean mostlyclean): Do not delete *.py.
11967
11968 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
11969
11970         * gdb.python/py-lookup-type.exp: New file.
11971
11972 2015-01-12  Pedro Alves  <palves@redhat.com>
11973
11974         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11975         restore GDBFLAGS before returning.
11976
11977 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11978
11979         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11980         is_amd64_regs_target and is_x86_like_target.
11981
11982 2015-01-11  Doug Evans  <xdje42@gmail.com>
11983
11984         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11985         is given without an explicit form.
11986         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11987         attributes.
11988         * gdb.dwarf/corrupt.exp: Ditto.
11989         * gdb.dwarf2/enum-type.exp: Ditto.
11990         * gdb.trace/entry-values.exp: Ditto.
11991         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11992
11993 2015-01-11  Doug Evans  <xdje42@gmail.com>
11994
11995         PR gdb/15830
11996         * gdb.base/maint.exp: Remove references to "maint demangle".
11997         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
11998         Add tests for explicitly specifying language to demangle.
11999         * gdb.dlang/demangle.exp: Ditto.
12000
12001 2015-01-09  Pedro Alves  <palves@redhat.com>
12002
12003         * gdb.threads/non-stop-fair-events.c: New file.
12004         * gdb.threads/non-stop-fair-events.exp: New file.
12005
12006 2015-01-09  Pedro Alves  <palves@redhat.com>
12007
12008         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12009         the global scope.  Set a breakpoint after all threads are started
12010         rather than stepping over two source lines.  Expect the prompt.
12011         * gdb.base/watch_thread_num.c (threads_started_barrier): New
12012         global.
12013         (NUM): Now 15.
12014         (main): Use threads_started_barrier to wait for all threads to
12015         start.  Main thread no longer calls thread_function.  Exit after
12016         180 seconds.
12017         (loop): New function.
12018         (thread_function): Wait on threads_started_barrier barrier.  Call
12019         'loop' at each iteration.
12020         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12021         threads have started, instead of hardcoding number of "next"
12022         steps.  Use an access watchpoint instead of a write watchpoint.
12023
12024 2015-01-09  Pedro Alves  <palves@redhat.com>
12025
12026         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12027         (thread_func): Wait on barrier.
12028         (main): Wait for all threads to start before stopping GDB.
12029         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12030         global.
12031         (thread1_func, thread2_func): Wait on barrier.
12032         (main): Wait for all threads to start before stopping GDB.
12033         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12034         New global.
12035         (thread1_func, thread2_func): Wait on barrier.
12036         (main): Wait for all threads to start before stopping GDB.
12037
12038 2015-01-09  Pedro Alves  <palves@redhat.com>
12039
12040         * gdb.threads/attach-many-short-lived-threads.c: New file.
12041         * gdb.threads/attach-many-short-lived-threads.exp: New file.
12042
12043 2014-01-09  Pedro Alves  <palves@redhat.com>
12044
12045         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12046         instead of to thread 2.
12047         * gdb.threads/signal-command-multiple-signals-pending.c (main):
12048         Add barrier around each pthread_create call instead of around all
12049         calls.
12050         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12051         Set a break on thread_function and have the child threads hit it
12052         one at at a time.
12053
12054 2015-01-09  Pedro Alves  <palves@redhat.com>
12055
12056         * lib/gdb.exp (can_spawn_for_attach): New procedure.
12057         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12058         false.
12059         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12060         checking whether the target board is remote.
12061         * gdb.multi/multi-attach.exp: Likewise.
12062         * gdb.python/py-sync-interp.exp: Likewise.
12063         * gdb.server/ext-attach.exp: Likewise.
12064         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12065         tests that need to attach, instead of checking whether the target
12066         board is remote at the top of the file.
12067
12068 2015-01-08  Yao Qi  <yao@codesourcery.com>
12069
12070         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12071
12072 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12073
12074         Fix testcase compilation.
12075         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12076
12077 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12078
12079         * gdb.python/py-type.exp: Add a couple test about empty
12080         array creation, and negative-length array creation.
12081
12082 2015-01-02  Doug Evans  <xdje42@gmail.com>
12083
12084         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12085
12086 2015-01-02  Doug Evans  <dje@google.com>
12087
12088         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12089
12090 2014-12-29  Yao Qi  <yao@codesourcery.com>
12091
12092         * gdb.trace/entry-values.exp: Update comments.  Rename variable
12093         bar_call_foo to returned_from_foo.
12094
12095 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
12096
12097         PR gdb/17394
12098         * gdb.linespec/break-asm-file.c: New file.
12099         * gdb.linespec/break-asm-file.exp: New file.
12100         * gdb.linespec/break-asm-file0.s: New file.
12101         * gdb.linespec/break-asm-file1.s: New file.
12102
12103 2014-12-18  Nigel Stephens  <nigel@mips.com>
12104             Maciej W. Rozycki  <macro@codesourcery.com>
12105
12106         * gdb.base/float.exp: Handle the new output from "info float" on
12107         MIPS targets.
12108
12109 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12110
12111         Fix MinGW compilation.
12112         * gdb.compile/compile-ops.exp: Update untested message if
12113         !skip_compile_feature_tests.
12114         * gdb.compile/compile-setjmp.exp: Likewise.
12115         * gdb.compile/compile-tls.exp: Likewise.
12116         * gdb.compile/compile.exp: Likewise.
12117         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12118         supported on this host".
12119
12120 2014-12-16  Doug Evans  <xdje42@gmail.com>
12121
12122         * boards/stabs.exp: New file.
12123
12124 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
12125
12126         * gdb.base/completion.exp: Adjust to format changes of "maint
12127         print user-registers".
12128
12129 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
12130
12131         PR server/17457
12132         * gdb.arch/aarch64-fp.c: New file.
12133         * gdb.arch/aarch64-fp.exp: New file.
12134
12135 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12136
12137         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12138         r210637, r210913, r211666, r215400, r215817).
12139
12140         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
12141                 * dg-extract-results.py: New file.
12142                 * dg-extract-results.sh: Use it if the environment seems
12143                 suitable.
12144
12145         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
12146
12147                 * dg-extract-results.py (parse_run): Handle warnings that
12148                 are printed before a test harness is run.
12149
12150         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
12151
12152                 * dg-extract-results.py (Named): Remove __cmp__ method.
12153                 (output_variation): Use a key to sort variation.harnesses.
12154
12155         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
12156
12157                 * dg-extract-results.py: For Python 3, force sys.stdout to
12158                 handle surrogate escape sequences.
12159                 (safe_open): New function.
12160                 (output_segment, main): Use it.
12161
12162         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
12163
12164                 * dg-extract-results.py (Prog.result_re): Include options
12165                 in test name.
12166
12167         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
12168
12169                 * dg-extract-results.py (output_variation): Always sort if
12170                 do_sum.
12171
12172 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
12173
12174         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12175         as long as we get pagination notifications.
12176
12177 2014-12-15  Jason Merrill  <jason@redhat.com>
12178
12179         * Makefile.in (check-gdb.%): Restore.
12180         * README: Mention it.
12181
12182 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
12183
12184         * gdb.ada/str_uninit: New testcase.
12185
12186 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12187
12188         PR symtab/17642
12189         * gdb.base/vla-stub-define.c: New file.
12190         * gdb.base/vla-stub.c: New file.
12191         * gdb.base/vla-stub.exp: New file.
12192
12193 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
12194             Jan Kratochvil  <jan.kratochvil@redhat.com>
12195             Tom Tromey  <tromey@redhat.com>
12196
12197         * configure.ac: Add gdb.compile/.
12198         * configure: Regenerate.
12199         * gdb.compile/Makefile.in: New file.
12200         * gdb.compile/compile-ops.exp: New file.
12201         * gdb.compile/compile-ops.c: New file.
12202         * gdb.compile/compile-tls.c: New file.
12203         * gdb.compile/compile-tls.exp: New file.
12204         * gdb.compile/compile-constvar.S: New file.
12205         * gdb.compile/compile-constvar.c: New file.
12206         * gdb.compile/compile-mod.c: New file.
12207         * gdb.compile/compile-nodebug.c: New file.
12208         * gdb.compile/compile-setjmp-mod.c: New file.
12209         * gdb.compile/compile-setjmp.c: New file.
12210         * gdb.compile/compile-setjmp.exp: New file.
12211         * gdb.compile/compile-shlib.c: New file.
12212         * gdb.compile/compile.c: New file.
12213         * gdb.compile/compile.exp: New file.
12214         * lib/gdb.exp (skip_compile_feature_tests): New proc.
12215
12216 2014-12-12  Tom Tromey  <tromey@redhat.com>
12217
12218         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
12219         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12220
12221 2014-12-12  Doug Evans  <dje@google.com>
12222
12223         * lib/gdb-python.exp (get_python_valueof): New function.
12224         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12225
12226 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12227
12228         * gdb.base/completion.exp: Add test for completion of "info
12229         registers ".
12230
12231 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
12232
12233         * gdb.base/func-ptrs.c: New file.
12234         * gdb.base/func-ptrs.exp: New file.
12235
12236 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
12237
12238         PR breakpoints/17012
12239         * gdb.base/dprintf-detach.c: New file.
12240         * gdb.base/dprintf-detach.exp: New file.
12241
12242 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
12243
12244         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12245         * lib/gdb.exp (target_is_gdbserver): New procedure.
12246
12247 2014-12-08  Doug Evans  <dje@google.com>
12248
12249         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12250
12251 2014-12-05  Yao Qi  <yao@codesourcery.com>
12252
12253         * gdb.guile/scm-error.exp: Remove the third argument to
12254         gdb_remote_download.
12255         * gdb.guile/scm-frame-args.exp: Likewise.
12256         * gdb.guile/scm-section-script.exp: Likewise.
12257
12258 2014-12-05  Yao Qi  <yao@codesourcery.com>
12259
12260         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12261
12262 2014-12-04  Doug Evans  <dje@google.com>
12263
12264         * gdb.python/py-objfile.exp: Add tests for
12265         objfile.add_separate_debug_file.
12266
12267 2014-12-04  Doug Evans  <dje@google.com>
12268
12269         * lib/gdb.exp (get_build_id): New function.
12270         (build_id_debug_filename_get): Rewrite to use it.
12271         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12272
12273 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
12274
12275         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12276         `method(long)', not just 0x0.
12277         * gdb.cp/nsalias.exp: Align code labels to 4.
12278         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12279         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12280         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12281         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12282         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12283         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12284
12285 2014-12-02  Doug Evans  <dje@google.com>
12286
12287         PR symtab/17602
12288         * gdb.cp/anon-ns.cc: Move guts of this file to ...
12289         * gdb.cp/anon-ns2.cc: ... here.  New file.
12290         * gdb.cp/anon-ns.exp: Update.
12291
12292 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
12293
12294         * gdb.python/py-events.py (inferior_call_handler): New.
12295         (register_changed_handler, memory_changed_handler): New.
12296         (test_events.invoke): Register new handlers.
12297         * gdb.python/py-events.exp: Add tests for inferior call,
12298         memory_changed and register_changed events.
12299
12300 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12301
12302         * gdb.base/execl-update-breakpoints.exp: Specify the link address
12303         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
12304         if the linker doesn't understand this.
12305
12306 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
12307
12308         * gdb.python/python.exp: Change expected reply to help().
12309
12310 2014-12-01  Yao Qi  <yao@codesourcery.com>
12311
12312         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
12313         AC_CONFIG_SUBDIRS(gdb.gdbtk).
12314         * configure: Re-generated.
12315
12316 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
12317
12318         * gdb.cp/chained-calls.cc: New file.
12319         * gdb.cp/chained-calls.exp: New file.
12320         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12321
12322 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
12323
12324         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12325         * gdb.dwarf2/symtab-producer.exp: Same.
12326         * gdb.gdb/python-interrupts.exp: Same.
12327         * gdb.gdb/python-selftest.exp: Same.
12328         * gdb.python/py-linetable.exp: Same.
12329         * gdb.python/py-type.exp: Same.
12330         * gdb.python/py-value-cc.exp: Same.
12331         * gdb.python/py-value.exp: Same.
12332
12333 2014-11-28  Yao Qi  <yao@codesourcery.com>
12334
12335         * gdb.base/break-probes.exp: Match library name prefixed with
12336         sysroot.
12337
12338 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
12339
12340         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12341         test expected output.  Add parentheses for the call to print.
12342         Remove L suffix from integers.
12343
12344 2014-11-26  Doug Evans  <dje@google.com>
12345
12346         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12347
12348 2014-11-22  Yao Qi  <yao@codesourcery.com>
12349
12350         * gdb.trace/entry-values.c: Remove asms.
12351         (foo): Add foo_label.
12352         (bar): Add bar_label.
12353         * gdb.trace/entry-values.exp: Remove code computing  foo's
12354         length and bar's length.
12355         (Dwarf::assemble): Invoke function_range for bar and use
12356         MACRO_AT_func for foo.
12357
12358 2014-11-22  Yao Qi  <yao@codesourcery.com>
12359
12360         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12361         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
12362         Use .Lgcc43_procstart instead of gcc43.
12363
12364 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
12365
12366         * gdb.ada/n_arr_bound: New testcase.
12367
12368 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
12369
12370         PR breakpoints/10737
12371         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12372         test_catch_syscall_multi_arch.
12373         (test_catch_syscall_multi_arch): New function.
12374
12375 2014-11-20  Doug Evans  <xdje42@gmail.com>
12376
12377         * gdb.base/maint.exp: Update expected output.
12378
12379 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12380
12381         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12382         4-byte instruction on S390.
12383
12384 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12385
12386         * gdb.ada/arr_arr: New testcase.
12387
12388 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12389
12390         * gdb.ada/pkd_arr_elem: New Testcase.
12391
12392 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
12393
12394         * gdb.reverse/break-precsave: Expect completion message for
12395         core file reads.
12396         * gdb.reverse/consecutive-precsave.exp: Likewise.
12397         * gdb.reverse/finish-precsave.exp: Likewise.
12398         * gdb.reverse/i386-precsave.exp: Likewise.
12399         * gdb.reverse/machinestate-precsave.exp: Likewise.
12400         * gdb.reverse/sigall-precsave.exp: Likewise.
12401         * gdb.reverse/solib-precsave.exp: Likewise.
12402         * gdb.reverse/step-precsave.exp: Likewise.
12403         * gdb.reverse/until-precsave.exp: Likewise.
12404         * gdb.reverse/watch-precsave.exp: Likewise.
12405
12406 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12407
12408         * gdb.base/bp-permanent.c: Include unistd.h.
12409         * gdb.python/py-framefilter-mi.c (main): Add return type.
12410         * gdb.python/py-framefilter.c (main): Likewise.
12411         * gdb.trace/actions-changed.c (main): Likewise.
12412
12413 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12414
12415         * gdb.mi/until.c: Add eye-catchers.
12416         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12417         line numbers.
12418
12419 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12420
12421         * gdb.base/condbreak.exp: Drop references to removed non-prototype
12422         function header variants in break1.c.
12423         * gdb.base/ena-dis-br.exp: Likewise.
12424         * gdb.base/hbreak2.exp: Likewise.
12425         * gdb.reverse/until-precsave.exp: Drop references to removed
12426         non-prototype function header variants in ur1.c.
12427         * gdb.reverse/until-reverse.exp: Likewise.
12428
12429 2014-11-17  Petr Machata  <pmachata@redhat.com>
12430
12431         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
12432         ${_cu_offset_size} bytes abbrev offset.
12433
12434 2014-11-15  Doug Evans  <xdje42@gmail.com>
12435
12436         PR symtab/17559
12437         * gdb.base/line-symtabs.exp: New file.
12438         * gdb.base/line-symtabs.c: New file.
12439         * gdb.base/line-symtabs.h: New file.
12440
12441 2014-11-14  Yao Qi  <yao@codesourcery.com>
12442
12443         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12444         (func): Add label func_label.
12445         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12446         Replace low_pc and high_pc with MACRO_AT_range.
12447         Replace name, low_pc and high_pc with MACRO_AT_func.
12448
12449 2014-11-14  Yao Qi  <yao@codesourcery.com>
12450
12451         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12452         Replace name, low_pc and high_pc with MACRO_AT_func.
12453
12454 2014-11-14  Yao Qi  <yao@codesourcery.com>
12455
12456         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12457         produce debug information.
12458         * gdb.dwarf2/implptr-optimized-out.S: Removed.
12459
12460 2014-11-14  Yao Qi  <yao@codesourcery.com>
12461
12462         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12463         object and get function length.
12464         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12465         with MACRO_AT_func.
12466         (top-level): Replace gdb_compile and clean_restart with
12467         prepare_for_testing.
12468         * gdb.dwarf2/main.c (main): Add label main_label.
12469
12470 2014-11-14  Yao Qi  <yao@codesourcery.com>
12471
12472         * lib/dwarf.exp (function_range): New procedure.
12473         (Dwarf::_handle_macro_at_func): New procedure.
12474         (Dwarf::_handle_macro_at_range): New procedure.
12475         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12476
12477 2014-11-14  Yao Qi  <yao@codesourcery.com>
12478
12479         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12480         (_handle_attribute): New procedure.
12481
12482 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12483
12484         * gdb.ada/cond_lang/foo.c (callme): Add return type.
12485         * gdb.base/call-sc.c (zed): Likewise.
12486         * gdb.base/checkpoint.c (main): Likewise.
12487         * gdb.base/dump.c (main): Likewise.
12488         * gdb.base/gcore.c (main): Likewise.
12489         * gdb.base/huge.c (main): Likewise.
12490         * gdb.base/multi-forks.c (main): Likewise.
12491         * gdb.base/pr10179-a.c (main): Likewise.
12492         * gdb.base/savedregs.c (main): Likewise.
12493         * gdb.base/sigaltstack.c (main): Likewise.
12494         * gdb.base/siginfo.c (main): Likewise.
12495         * gdb.base/structs.c (zed): Likewise.
12496         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12497         * gdb.mi/mi-syn-frame.c (main): Likewise.
12498         * gdb.mi/until.c (foo, main): Likewise.
12499         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12500         * gdb.base/solib-weak.c (foo): Declare.
12501         * gdb.base/attach-twice.c: Include stdio.h.
12502         * gdb.base/weaklib1.c: Likewise.
12503         * gdb.base/weaklib2.c: Likewise.
12504         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12505         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12506         unistd.h.
12507         * gdb.base/attach-pie-misread.c: Include stdlib.h.
12508         * gdb.mi/mi-exit-code.c: Likewise.
12509         * gdb.base/break-interp-lib.c: Include string.h.
12510         * gdb.base/coremaker.c: Likewise.
12511         * gdb.base/testenv.c: Likewise.
12512         * gdb.python/py-finish-breakpoint.c: Likewise.
12513         * gdb.base/inferior-died.c: Include sys/wait.h.
12514         * gdb.base/fileio.c: Include time.h.
12515         * gdb.base/async-shell.c: Include unistd.h.
12516         * gdb.base/dprintf-non-stop.c: Likewise.
12517         * gdb.base/info-os.c: Likewise.
12518         * gdb.mi/mi-console.c: Likewise.
12519         * gdb.mi/watch-nonstop.c: Likewise.
12520         * gdb.python/py-events.c: Likewise.
12521         * gdb.base/async.c (baz): Move up before its invocation.
12522         * gdb.base/code_elim2.c (my_global_func): Likewise.
12523         * gdb.base/skip-solib-lib.c (multiply): Likewise.
12524         * gdb.base/advance.c (func2): Likewise.
12525
12526 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12527
12528         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12529         variant.
12530         * gdb.base/annota3.c: Likewise.
12531         * gdb.base/async.c: Likewise.
12532         * gdb.base/average.c: Likewise.
12533         * gdb.base/call-ar-st.c: Likewise.
12534         * gdb.base/call-rt-st.c: Likewise.
12535         * gdb.base/call-sc.c: Likewise.
12536         * gdb.base/call-strs.c: Likewise.
12537         * gdb.base/ending-run.c: Likewise.
12538         * gdb.base/execd-prog.c: Likewise.
12539         * gdb.base/exprs.c: Likewise.
12540         * gdb.base/foll-exec.c: Likewise.
12541         * gdb.base/foll-fork.c: Likewise.
12542         * gdb.base/foll-vfork.c: Likewise.
12543         * gdb.base/funcargs.c: Likewise.
12544         * gdb.base/gcore.c: Likewise.
12545         * gdb.base/jump.c: Likewise.
12546         * gdb.base/langs0.c: Likewise.
12547         * gdb.base/langs1.c: Likewise.
12548         * gdb.base/langs2.c: Likewise.
12549         * gdb.base/mips_pro.c: Likewise.
12550         * gdb.base/nodebug.c: Likewise.
12551         * gdb.base/opaque0.c: Likewise.
12552         * gdb.base/opaque1.c: Likewise.
12553         * gdb.base/recurse.c: Likewise.
12554         * gdb.base/run.c: Likewise.
12555         * gdb.base/scope0.c: Likewise.
12556         * gdb.base/scope1.c: Likewise.
12557         * gdb.base/setshow.c: Likewise.
12558         * gdb.base/setvar.c: Likewise.
12559         * gdb.base/shmain.c: Likewise.
12560         * gdb.base/shr1.c: Likewise.
12561         * gdb.base/shr2.c: Likewise.
12562         * gdb.base/sigall.c: Likewise.
12563         * gdb.base/signals.c: Likewise.
12564         * gdb.base/so-indr-cl.c: Likewise.
12565         * gdb.base/solib2.c: Likewise.
12566         * gdb.base/structs.c: Likewise.
12567         * gdb.base/sum.c: Likewise.
12568         * gdb.base/vforked-prog.c: Likewise.
12569         * gdb.base/watchpoint.c: Likewise.
12570         * gdb.reverse/shr2.c: Likewise.
12571         * gdb.reverse/until-reverse.c: Likewise.
12572         * gdb.reverse/ur1.c: Likewise.
12573         * gdb.reverse/watch-reverse.c: Likewise.
12574
12575 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12576
12577         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12578         variant.
12579         * gdb.base/sepdebug.exp: Drop references to removed code.
12580
12581 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12582
12583         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12584         variant.  Preserve original line numbering.
12585         * gdb.base/list1.c: Likewise.
12586
12587 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12588
12589         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12590         variant.
12591         * gdb.base/break1.c: Likewise.
12592         * gdb.base/break.exp: Drop references to removed code.
12593
12594 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12595
12596         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12597         variant.
12598
12599 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12600
12601         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12602
12603 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12604
12605         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
12606         logic into perform_all_tests() and invoke it with and without
12607         function header prototypes.
12608         (do_function_calls): Remove conditional XFAIL for PR 5318.
12609         (rerun_and_prepare): Remove duplicate code.
12610         (perform_all_tests): New.  Main logic moved here.
12611
12612 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12613
12614         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12615         code guarded by #ifdef NO_PROTOTYPES.
12616         (t_double_many_args): Likewise.
12617         (DEF_FUNC_MANY_ARGS_1): Likewise.
12618         (DEF_FUNC_VALUES_1): Likewise.
12619         (t_structs_ldc): Renamed from t_structs_fc in conditional code
12620         guarded by #ifdef PROTOTYPES.
12621
12622 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12623
12624         * gdb.mi/mi-console.c: Add eye-catcher.
12625         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12626         instead of literal line number.
12627
12628 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12629
12630         * gdb.base/shr2.c: Add eye-catcher.
12631         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12632         line number.
12633
12634 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12635
12636         * gdb.base/jump.c: Add eye-catchers.
12637         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12638         numbers.
12639
12640 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12641
12642         * gdb.base/execd-prog.c: Add eye-catchers.
12643         * gdb.base/foll-exec.c: Likewise.
12644         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12645         line numbers.
12646
12647 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12648
12649         * gdb.base/ending-run.c: Add eye-catchers.
12650         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12651         literal line numbers.
12652
12653 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12654
12655         * gdb.base/call-rt-st.c: Add eye-catchers.
12656         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12657         literal line numbers.
12658
12659 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12660
12661         * gdb.base/call-ar-st.c: Add eye-catchers.
12662         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12663         literal line numbers.
12664
12665 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12666
12667         * gdb.base/average.c: Add eye-catchers.
12668         * gdb.base/sum.c: Likewise.
12669         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12670         regexps dynamically.
12671
12672 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12673
12674         * gdb.base/solib1.c: Add eye-catchers.
12675         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12676         literal line numbers.
12677
12678 2014-11-12  Pedro Alves  <palves@redhat.com>
12679
12680         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12681         leader has exited.
12682
12683 2014-11-12  Pedro Alves  <palves@redhat.com>
12684
12685         * gdb.arch/i386-bp_permanent.c: New file.
12686         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12687         (srcfile): Set to i386-bp_permanent.c.
12688         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
12689         that stepi does not execute the 'leave' instruction, instead of
12690         testing it does execute.
12691         * gdb.base/bp-permanent.c: New file.
12692         * gdb.base/bp-permanent.exp: New file.
12693
12694 2014-11-10  Doug Evans  <xdje42@gmail.com>
12695
12696         PR symtab/17564
12697         * gdb.base/symtab-search-order.exp: New file.
12698         * gdb.base/symtab-search-order.c: New file.
12699         * gdb.base/symtab-search-order-1.c: New file.
12700         * gdb.base/symtab-search-order-shlib-1.c: New file.
12701
12702 2014-11-07  Pedro Alves  <palves@redhat.com>
12703
12704         PR gdb/17511
12705         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12706         i?86-*-linux*.
12707
12708 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
12709
12710         PR c++/17494
12711         * gdb.cp/pr17494.cc: New file.
12712         * gdb.cp/pr17494.exp: New file.
12713
12714 2014-11-02  Yao Qi  <yao@codesourcery.com>
12715
12716         * gdb.python/python.exp: Get working directory and match the
12717         output of "set extended-prompt \\w " with it.
12718
12719 2014-10-30  Doug Evans  <dje@google.com>
12720
12721         * gdb.python/py-objfile.exp: Add tests for setting random attributes
12722         in objfiles.
12723         * gdb.python/py-progspace.exp: Add tests for setting random attributes
12724         in progspaces.
12725
12726 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
12727
12728         * gdb.base/fullpath-expand.exp: Skip for a remote host.
12729         * gdb.base/realname-expand.exp: Likewise.
12730         * gdb.linespec/macro-relative.exp: Likewise.
12731
12732 2014-10-29  Pedro Alves  <palves@redhat.com>
12733
12734         PR gdb/17408
12735         * gdb.threads/schedlock.c (some_function): New function.
12736         (call_function): New global.
12737         (MAYBE_CALL_SOME_FUNCTION): New macro.
12738         (thread_function): Call it.
12739         * gdb.threads/schedlock.exp (get_args): Add description parameter,
12740         and use it instead of a global counter.  Adjust all callers.
12741         (get_current_thread): Use "find current thread" for test message
12742         here rather than having all callers pass down the same string.
12743         (goto_loop): New procedure, factored out from ...
12744         (my_continue): ... this.
12745         (step_ten_loops): Change parameter from test message to command to
12746         use.  Adjust.
12747         (list_count): Delete global.
12748         (check_result): New procedure, factored out from duplicate top
12749         level code.
12750         (continue tests): Wrap in with_test_prefix.
12751         (test_step): New procedure, factored out from duplicate top level
12752         code.
12753         (top level): Test "step" in combination with all scheduler-locking
12754         modes.  Test "next" in combination with all scheduler-locking
12755         modes, and in combination with stepping over a function call or
12756         not.
12757         * gdb.threads/next-bp-other-thread.c: New file.
12758         * gdb.threads/next-bp-other-thread.exp: New file.
12759
12760 2014-10-29  Pedro Alves  <palves@redhat.com>
12761
12762         PR python/17372
12763         * gdb.python/python.exp: Test a multi-line command that spawns
12764         interactive Python.
12765         * gdb.base/multi-line-starts-subshell.exp: New file.
12766
12767 2014-10-29  Yao Qi  <yao@codesourcery.com>
12768
12769         * gdb.base/fileio.exp: Make directories on host.
12770
12771 2014-10-29  Yao Qi  <yao@codesourcery.com>
12772
12773         * gdb.base/fileio.c (test_write): Close the file.
12774
12775 2014-10-28  Pedro Alves  <palves@redhat.com>
12776
12777         PR gdb/12623
12778         * gdb.base/sigstep.c (no_handler): New global.
12779         (main): If 'no_handler is true, set the signal handlers to
12780         SIG_IGN.
12781         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12782         with_sw_watch and no_handler parameters.  Handle them.
12783         (top level) <stepping over handler when stopped at a breakpoint
12784         test>: Add a test axis for testing with a software watchpoint, and
12785         another for testing with the signal handler set to SIG_IGN.
12786         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12787         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12788
12789 2014-10-28  Pedro Alves  <palves@redhat.com>
12790
12791         PR gdb/17511
12792         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12793         * gdb.base/sigstep.exp (other_handler_location): New global.
12794         (advance): Support stepping into the signal handler, and running
12795         commands while in the handler.
12796         (in_handler_map): New global.
12797         (top level): In the advance test, add combinations for getting
12798         into the handler with stepping commands, and for running commands
12799         in the handler.  Add comment descripting the advancei tests.
12800
12801 2014-10-28  Pedro Alves  <palves@redhat.com>
12802
12803         * gdb.base/sigstep.exp: Use build_executable instead of
12804         prepare_for_testing.
12805         (top level): Move code that starts GDB, runs to main and creates a
12806         display to ...
12807         (restart): ... this new procedure.
12808         (top level): Move backtrace from signal handler test to ...
12809         (validate_backtrace): ... this new procedure.
12810         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
12811         with_test_prefix.  Always restart GDB.
12812         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
12813         with_test_prefix.  Always restart GDB.  No need to delete
12814         breakpoints after the test.
12815         (test_skip_handler): Remove prefix parameter.
12816         (skip_over_handler, breakpoint_to_handler)
12817         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12818         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
12819         restart GDB.  No need to delete breakpoints after the test.
12820         (top level): Use foreach to call the test procedures with
12821         different commands.
12822
12823 2014-10-28  Pedro Alves  <palves@redhat.com>
12824
12825         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12826         instead of GNATS numbers.
12827         * gdb.base/sigbpt.exp: Likewise.
12828         * gdb.base/siginfo.exp: Likewise.
12829         * gdb.base/sigstep.exp: Likewise.
12830
12831 2014-10-27  Pedro Alves  <palves@redhat.com>
12832
12833         * gdb.base/sigstep.c (dummy): New global.
12834         (main): Issue a couple writes to the new global.
12835         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12836         procedures.
12837         (skip_over_handler): Use test_skip_handler.
12838         (top level): Call skip_over_handler for stepi and nexti too.
12839         (breakpoint_over_handler): Use test_skip_handler.
12840         (top level): Call breakpoint_over_handler for stepi and nexti too.
12841
12842 2014-10-27  Yao Qi  <yao@codesourcery.com>
12843
12844         * gdb.trace/tfile.c (adjust_function_address)
12845         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12846         function descriptor.
12847
12848 2014-10-24  Don Breazeal  <donb@codesourcery.com>
12849
12850         * gdb.base/foll-fork.exp (test_follow_fork,
12851         catch_fork_child_follow): Check for updated fork messages emitted
12852         from infrun.c.
12853         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12854         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12855         vfork_and_exec_child_follow_through_step): Check for updated vfork
12856         messages emitted from infrun.c.
12857
12858 2014-10-24  Pedro Alves  <palves@redhat.com>
12859
12860         * gdb.base/corefile.exp: Remove references to ultrix.
12861         * gdb.base/interrupt.exp: Likewise.
12862         * gdb.base/whatis.exp: Likewise.
12863         * gdb.gdb/selftest.exp: Likewise.
12864         * gdb.threads/manythreads.exp: Likewise.
12865         * gdb.threads/print-threads.exp: Likewise.
12866         * gdb.threads/pthreads.exp:: Likewise.
12867         * gdb.threads/schedlock.exp: Likewise.
12868
12869 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
12870
12871         * gdb.cp/non-trivial-retval.cc: Add a test case.
12872         * gdb.cp/non-trivial-retval.exp: Add a test.
12873
12874 2014-10-20  Yao Qi  <yao@codesourcery.com>
12875
12876         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12877         * gdb.python/py-objfile-script-gdb.py: New file.
12878         * gdb.python/py-objfile-script.exp: Update reference to
12879         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
12880         of remote_download.  Remove the dest file.
12881
12882 2014-10-20  Yao Qi  <yao@codesourcery.com>
12883
12884         * gdb.base/checkpoint.exp: Don't remove file copied on host.
12885         * gdb.base/step-line.exp: Likewise.
12886         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12887         * gdb.dwarf2/dw2-basic.exp: Likewise.
12888         * gdb.dwarf2/dw2-compressed.exp: Likewise.
12889         * gdb.dwarf2/dw2-filename.exp: Likewise.
12890         * gdb.dwarf2/dw2-intercu.exp: Likewise.
12891         * gdb.dwarf2/dw2-intermix.exp: Likewise.
12892         * gdb.dwarf2/dw2-producer.exp: Likewise.
12893         * gdb.dwarf2/mac-fileno.exp: Likewise.
12894         * gdb.python/py-frame-args.exp: Likewise.
12895         * gdb.python/py-framefilter.exp: Likewise.
12896         * gdb.python/py-mi.exp: Likewise.
12897         * gdb.python/py-objfile-script.exp: Likewise
12898         * gdb.python/py-pp-integral.exp: Likewise.
12899         * gdb.python/py-pp-re-notag.exp: Likewise.
12900         * gdb.python/py-prettyprint.exp: Likewise.
12901         * gdb.python/py-section-script.exp: Likewise.
12902         * gdb.python/py-typeprint.exp: Likewise.
12903         * gdb.python/py-xmethods.exp: Likewise.
12904         * gdb.stabs/weird.exp: Likewise.
12905         * gdb.xml/tdesc-regs.exp: Likewise.
12906
12907 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
12908
12909         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12910         (out_cu): Use addr_len for the size of addresses.
12911         (out_line): Likewise.  Size DW_LNE_set_address instruction
12912         according to addr_len.
12913         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12914         (FUNC): Add START_INSNS to definition.
12915
12916 2014-10-18  Yao Qi  <yao@codesourcery.com>
12917
12918         * gdb.base/argv0-symlink.exp: Check argv[0] value if
12919         gdb_has_argv0 return true.
12920         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12921         check [target_info exists noargs], check [gdb_has_argv0]
12922         instead.
12923         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12924         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12925         procedures.
12926
12927 2014-10-17  Doug Evans  <dje@google.com>
12928
12929         * gdb.python/py-events.exp: Update expected output for clear_objfiles
12930         event.
12931         * gdb.python/py-events.py: Add clear_objfiles event.
12932
12933 2014-10-17  Doug Evans  <dje@google.com>
12934
12935         * gdb.python/py-objfile.exp: Test progspace attribute.
12936
12937 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
12938
12939         * gdb.guile/scm-breakpoint.exp: Do not assume any
12940         directory separators when matching source file paths.
12941         * gdb.python/py-breakpoint.exp: Likewise.
12942         * gdb.reverse/break-precsave.exp: Likewise.
12943         * gdb.reverse/break-reverse.exp: Likewise.
12944         * gdb.reverse/consecutive-precsave.exp: Likewise.
12945         * gdb.reverse/finish-precsave.exp: Likewise.
12946         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12947         * gdb.reverse/finish-reverse.exp: Likewise.
12948         * gdb.reverse/i386-precsave.exp: Likewise.
12949         * gdb.reverse/i387-env-reverse.exp: Likewise.
12950         * gdb.reverse/i387-stack-reverse.exp: Likewise.
12951         * gdb.reverse/machinestate-precsave.exp: Likewise.
12952         * gdb.reverse/machinestate.exp: Likewise.
12953         * gdb.reverse/sigall-precsave.exp: Likewise.
12954         * gdb.reverse/solib-precsave.exp: Likewise.
12955         * gdb.reverse/step-precsave.exp: Likewise.
12956         * gdb.reverse/until-precsave.exp: Likewise.
12957         * gdb.reverse/watch-precsave.exp: Likewise.
12958         * gdb.reverse/watch-reverse.exp: Likewise.
12959
12960 2014-10-17  Yao Qi  <yao@codesourcery.com>
12961
12962         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12963         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12964
12965 2014-10-17  Pedro Alves  <palves@redhat.com>
12966
12967         PR gdb/17471
12968         * gdb.base/bg-execution-repeat.c: New file.
12969         * gdb.base/bg-execution-repeat.exp: New file.
12970
12971 2014-10-17  Pedro Alves  <palves@redhat.com>
12972
12973         PR gdb/17300
12974         * gdb.base/continue-all-already-running.c: New file.
12975         * gdb.base/continue-all-already-running.exp: New file.
12976
12977 2014-10-17  Pedro Alves  <palves@redhat.com>
12978
12979         PR gdb/17472
12980         * gdb.base/annota-input-while-running.c: New file.
12981         * gdb.base/annota-input-while-running.exp: New file.
12982
12983 2014-10-17  Pedro Alves  <palves@redhat.com>
12984
12985         * gdb.base/callfuncs.exp: emove references to osf.
12986         * gdb.base/sigall.exp: Likewise.
12987         * gdb.gdb/selftest.exp: Likewise.
12988         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12989         * gdb.mi/non-stop.c: Likewise.
12990         * gdb.mi/pthreads.c: Likewise.
12991         * gdb.reverse/sigall-precsave.exp: Likewise.
12992         * gdb.reverse/sigall-reverse.exp: Likewise.
12993         * gdb.threads/pthreads.c: Likewise.
12994         * gdb.threads/pthreads.exp: Likewise.
12995
12996 2014-10-17  Yao Qi  <yao@codesourcery.com>
12997
12998         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12999         check 'target_info exists noargs'.
13000         (test_command_prompt_position): Likewise.
13001         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13002         Remove "set args".
13003         (progvar_simple_while_test): Likewise.
13004         (progvar_complex_if_while_test): Likewise.
13005         (if_while_breakpoint_command_test): Likewise.
13006         (infrun_breakpoint_command_test): Likewise.
13007         (breakpoint_command_test): Likewise.
13008         (watchpoint_command_test): Likewise.
13009         (bp_deleted_in_command_test): Likewise.
13010         (temporary_breakpoint_commands): Likewise.
13011
13012 2014-10-16  Yao Qi  <yao@codesourcery.com>
13013
13014         * gdb.base/remotetimeout.exp: Remove noargs checking.
13015
13016 2014-10-15  Pedro Alves  <palves@redhat.com>
13017
13018         PR breakpoints/9649
13019         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13020         * gdb.base/breakpoint-in-ro-region.exp
13021         (probe_target_hardware_step): New procedure.
13022         (top level): Probe hardware stepping and hardware breakpoint
13023         support.  Test stepping through a read-only region, with both
13024         "breakpoint auto-hw" on and off and both "always-inserted" on and
13025         off.
13026
13027 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
13028
13029         * gdb.dlang/demangle.exp: Update for demangling changes.
13030
13031 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13032
13033         * gdb.cp/non-trivial-retval.cc: Add new test cases.
13034         * gdb.cp/non-trivial-retval.exp: Add new tests.
13035
13036 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13037
13038         PR c++/13403
13039         PR c++/15154
13040         * gdb.cp/non-trivial-retval.cc: New file.
13041         * gdb.cp/non-trivial-retval.exp: New file.
13042
13043 2014-10-15  Yao Qi  <yao@codesourcery.com>
13044
13045         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13046         remote host.
13047
13048 2014-10-15  Yao Qi  <yao@codesourcery.com>
13049
13050         * gdb.python/py-symbol.exp: Match file base name if host is
13051         remote, otherwise match file name with dir name.
13052         * gdb.python/py-symtab.exp: Likewise.
13053         * gdb.python/python.exp: Likewise.
13054
13055 2014-10-15  Yao Qi  <yao@codesourcery.com>
13056
13057         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13058         pattern.
13059         * gdb.python/py-symtab.exp: Likewise.
13060         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
13061         locationn.
13062
13063 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
13064
13065         * gdb.ada/addr_arith: New testcase.
13066
13067 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
13068
13069         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13070         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13071         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13072         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13073
13074 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
13075
13076         * gdb.arch/stap-eval-lang-ada.S: Likewise.
13077         * gdb.arch/stap-eval-lang-ada.c: Likewise.
13078         * gdb.arch/stap-eval-lang-ada.exp: New file.
13079
13080 2014-10-14  Yao Qi  <yao@codesourcery.com>
13081
13082         * gdb.mi/mi-var-child.c (nothing1): New function.
13083         (nothing2): New function.
13084         (do_children_tests): Set function pointers by nothing1 and
13085         nothing2.
13086         * gdb.mi/mi-var-child.exp: Step over new added statements.
13087         Update test to match the new output.
13088         * gdb.mi/var-cmd.c (nothing1): New function.
13089         (nothing2): New function.
13090         (do_children_tests): Set function pointers by  nothing1 and
13091         nothing2.
13092         * gdb.mi/mi-var-display.exp: Update test to match output.
13093         Step to the line specified by $line_dct_nothing.
13094         Increase the number of lines to step.
13095
13096 2014-10-14  Yao Qi  <yao@codesourcery.com>
13097
13098         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13099         tests.
13100         * gdb.mi/mi2-var-child.exp: Likewise.
13101
13102 2014-10-13  Doug Evans  <dje@google.com>
13103
13104         * gdb.python/py-objfile.exp: Change name of file name test.
13105
13106 2014-10-13  Doug Evans  <dje@google.com>
13107
13108         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13109         from the start of the CU.
13110
13111 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
13112             Yao Qi  <yao@codesourcery.com>
13113
13114         Fix "save breakpoints" for "catch" command.
13115         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13116         Remove -nonewline.  Match also the added "main" line.
13117
13118 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13119
13120         Fix "save breakpoints" for "disable $bpnum" command.
13121         * gdb.base/save-bp.c (main): Add label.
13122         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
13123
13124 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13125
13126         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13127
13128 2014-10-11  Yao Qi  <yao@codesourcery.com>
13129
13130         * gdb.server/server-kill.exp: Execute command
13131         "set remote trace-status-packet on" before "tstatus".
13132
13133 2014-10-11  Yao Qi  <yao@codesourcery.com>
13134
13135         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13136         (main): Call getppid.
13137         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13138         and continue to it.  Read variable "server_pid".
13139
13140 2014-10-11  Yao Qi  <yao@codesourcery.com>
13141
13142         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13143
13144 2014-10-11  Yao Qi  <yao@codesourcery.com>
13145
13146         * gdb.threads/thread-find.exp: Don't execute command
13147         "info threads".
13148         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13149         * gdb.threads/linux-dp.exp: Don't check the condition
13150         $threads_created equals to zero.
13151
13152 2014-10-10  Pedro Alves  <palves@redhat.com>
13153
13154         * gdb.base/bigcore.exp: Remove references to IRIX.
13155         * gdb.base/funcargs.exp: Likewise.
13156         * gdb.base/interrupt.exp: Likewise.
13157         * gdb.base/mips_pro.exp: Likewise.
13158         * gdb.base/nodebug.exp: Likewise.
13159         * gdb.base/setvar.exp: Likewise.
13160         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13161
13162 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
13163             Pedro Alves  <palves@redhat.com>
13164
13165         PR symtab/14466
13166         * gdb.base/vdso-warning.c: New file.
13167         * gdb.base/vdso-warning.exp: New file.
13168
13169 2014-10-02  Doug Evans  <dje@google.com>
13170
13171         * gdb.base/structs.c (main): Don't run forever.
13172
13173 2014-10-02  Pedro Alves  <palves@redhat.com>
13174
13175         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13176         (top level) <stop threads 1, stop threads 2>: Use it.
13177
13178 2014-10-02  Pedro Alves  <palves@redhat.com>
13179
13180         * gdb.threads/break-while-running.exp (test): Add new
13181         'update_thread_list' argument.  Skip "info threads" if false.
13182         (top level): Add new 'update_thread_list' axis.
13183
13184 2014-10-02  Pedro Alves  <palves@redhat.com>
13185
13186         PR breakpoints/17431
13187         * gdb.base/execl-update-breakpoints.c: New file.
13188         * gdb.base/execl-update-breakpoints.exp: New file.
13189
13190 2014-10-01  Pedro Alves  <palves@redhat.com>
13191
13192         * gdb.base/breakpoint-in-ro-region.c: New file.
13193         * gdb.base/breakpoint-in-ro-region.exp: New file.
13194
13195 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
13196
13197         * gdb.mi/mi-exit-code.exp: New file.
13198         * gdb.mi/mi-exit-code.c: New file.
13199
13200 2014-09-30  Yao Qi  <yao@codesourcery.com>
13201
13202         * lib/prelink-support.exp (build_executable_own_libs): Error if
13203         the target isn't native.
13204
13205 2014-09-30  Yao Qi  <yao@codesourcery.com>
13206
13207         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13208         false.
13209
13210 2014-09-22  Pedro Alves  <palves@redhat.com>
13211
13212         * gdb.threads/break-while-running.exp: New file.
13213         * gdb.threads/break-while-running.c: New file.
13214
13215 2014-09-19  Yao Qi  <yao@codesourcery.com>
13216
13217         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13218         Invoke test.  Restart GDB with --readnow and invoke test again.
13219
13220 2014-09-19  Yao Qi  <yao@codesourcery.com>
13221
13222         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13223         proc set_breakpoint_on_gcd_function.  Invoke
13224         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
13225         invoke set_breakpoint_on_gcd_function again.
13226
13227 2014-09-18  Doug Evans  <dje@google.com>
13228
13229         * gdb.dwarf2/symtab-producer.exp: New file.
13230
13231 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13232
13233         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13234         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13235         * gdb.base/global-var-nested-by-dso.c: Likewise.
13236         * gdb.base/global-var-nested-by-dso.exp: Likewise.
13237
13238 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13239             Pedro Alves  <palves@redhat.com>
13240
13241         * gdb.base/watch-bitfields.exp: Pass string other than test file
13242         name to prepare_for_testing.
13243         (watch): New procedure.
13244         (expect_watchpoint): Use with_test_prefix.
13245         (top level): Factor out tests to ...
13246         (test_watch_location, test_regular_watch): ... these new
13247         procedures, and use with_test_prefix and gdb_continue_to_end.
13248
13249 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
13250
13251         PR breakpoints/12526
13252         * gdb.base/watch-bitfields.exp: New file.
13253         * gdb.base/watch-bitfields.c: New file.
13254
13255 2014-09-16  Pedro Alves  <palves@redhat.com>
13256
13257         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13258         software and hardware addresses, not software address against
13259         itself.
13260
13261 2014-09-16  Pedro Alves  <palves@redhat.com>
13262
13263         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13264         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13265
13266 2014-09-16  Pedro Alves  <palves@redhat.com>
13267
13268         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13269         files.
13270         * gdb.base/a2-run.exp: Remove all code guarded by istarget
13271         "*-*-vxworks*" throughout.
13272         * gdb.base/break.exp: Likewise.
13273         * gdb.base/default.exp: Likewise.
13274         * gdb.base/scope.exp: Likewise.
13275         * gdb.base/sepdebug.exp: Likewise.
13276         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13277         throughout.
13278         * gdb.base/run.c: Likewise.
13279         * gdb.base/sepdebug.c: Likewise.
13280         * gdb.hp/gdb.aCC/run.c: Likewise.
13281         * gdb.reverse/until-reverse.c: Likewise.
13282         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13283
13284 2014-09-16  Yao Qi  <yao@codesourcery.com>
13285
13286         * boards/local-remote-host-native.exp: New file.
13287
13288 2014-09-14  Doug Evans  <xdje42@gmail.com>
13289
13290         * gdb.threads/queue-signal.c (thread_count): New variable.
13291         (thread_count_mutex, thread_count_condvar): New variables.
13292         (incr_thread_count, wait_all_threads_running): New functions.
13293         (main): Wait for all threads to be in their thread functions.
13294
13295 2014-09-13  Doug Evans  <xdje42@gmail.com>
13296
13297         * gdb.threads/queue-signal.c: New file.
13298         * gdb.threads/queue-signal.exp: New file.
13299
13300 2014-09-13  Doug Evans  <xdje42@gmail.com>
13301
13302         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13303         be consistent with what default_gdb_init uses.
13304         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13305         the plain text of the prompt.  Add some logging printfs.
13306         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13307
13308 2014-09-12  Pedro Alves  <palves@redhat.com>
13309
13310         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13311         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13312         * gdb.arch/i386-size-overlap.exp: Likewise.
13313         * gdb.arch/i386-size.exp: Likewise.
13314         * gdb.arch/i386-unwind.exp: Likewise.
13315         * gdb.base/a2-run.exp: Likewise.
13316         * gdb.base/break.exp: Likewise.
13317         * gdb.base/charset.exp: Likewise.
13318         * gdb.base/chng-syms.exp: Likewise.
13319         * gdb.base/commands.exp: Likewise.
13320         * gdb.base/dbx.exp: Likewise.
13321         * gdb.base/find.exp: Likewise.
13322         * gdb.base/funcargs.exp: Likewise.
13323         * gdb.base/jit-simple.exp: Likewise.
13324         * gdb.base/reread.exp: Likewise.
13325         * gdb.base/sepdebug.exp: Likewise.
13326         * gdb.base/step-bt.exp: Likewise.
13327         * gdb.cp/mb-inline.exp: Likewise.
13328         * gdb.cp/mb-templates.exp: Likewise.
13329         * gdb.objc/basicclass.exp: Likewise.
13330         * gdb.threads/killed.exp: Likewise.
13331
13332 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13333
13334         PR tdep/17379
13335         * gdb.arch/powerpc-stackless.S: New file.
13336         * gdb.arch/powerpc-stackless.exp: New file.
13337
13338 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13339
13340         * gdb.base/attach.c: Include unistd.h.
13341         (main): Call alarm.  Add label postloop.
13342         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13343         gdb_breakpoint, gdb_continue_to_breakpoint.
13344         (test_command_line_attach_run): Kill ${testpid} in one exit path.
13345
13346 2014-09-11  Pedro Alves  <palves@redhat.com>
13347
13348         PR gdb/17347
13349         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13350         * gdb.base/attach.exp (test_command_line_attach_run): New
13351         procedure.
13352         (top level): Call it.
13353
13354 2014-09-11  Pedro Alves  <palves@redhat.com>
13355
13356         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13357         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13358         (do_command_attach_tests): Use spawn_wait_for_attach.
13359         * gdb.base/solib-overlap.exp: Likewise.
13360         * gdb.multi/multi-attach.exp: Likewise.
13361         * gdb.python/py-prompt.exp: Likewise.
13362         * gdb.python/py-sync-interp.exp: Likewise.
13363         * gdb.server/ext-attach.exp: Likewise.
13364
13365 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13366
13367         * gdb.fortran/array-element.exp: Remove unexpected "continue"
13368         command in testcase.  Simplify testcase.
13369
13370 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13371
13372         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13373
13374 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13375
13376         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13377
13378 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13379
13380         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13381
13382 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13383
13384         * gdb.dwarf2/dynarr-ptr.c: New file.
13385         * gdb.dwarf2/dynarr-ptr.exp: New file.
13386
13387 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13388
13389         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13390         of 30 rather than hardcoding 120 for a slow test case.  Take the
13391         `gdb,timeout' target setting into account for this calculation.
13392         Don't extend the timeout for the test cases that don't need it.
13393
13394 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13395
13396         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13397         a factor of 2 for a slow test case.  Take the `gdb,timeout'
13398         target setting into account for this calculation.
13399         * gdb.reverse/until-precsave.exp: Increase the timeout by
13400         a factor of 15 and 3 respectively rather than adding 120
13401         for a pair of slow test cases.  Take the `gdb,timeout'
13402         target setting into account for this calculation.
13403
13404 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13405
13406         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13407         timeout, don't pass one down to gdb_expect.
13408         (gdb_expect): Rework timeout selection.
13409
13410 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13411
13412         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13413         exception on timeout.
13414         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13415         (gdbserver_start_extended): Catch any `gdbserver_start' error
13416         exceptions.
13417         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13418         * lib/mi-support.exp (mi_gdb_target_load): Catch any
13419         `gdbserver_gdb_load' error exceptions.
13420
13421 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13422
13423         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13424         120 on waiting for the TCP socket to open.
13425
13426 2014-09-09  Doug Evans  <xdje42@gmail.com>
13427
13428         * gdb.base/default.exp (show_conv_list): Add _caller_is,
13429         _caller_matches, _any_caller_is, _any_caller_matches.
13430
13431 2014-09-09  Doug Evans  <xdje42@gmail.com>
13432
13433         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13434
13435 2014-09-09  Yao Qi  <yao@codesourcery.com>
13436
13437         * gdb.mi/mi-var-display.exp: Set print symbol off.
13438
13439 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13440
13441         PR gdb/17035
13442         * gdb.base/commands.exp: Add tests to verify user-defined
13443         commands with empty bodies.
13444         * gdb.python/py-cmd.exp: Test that we don't show user-defined
13445         python commands in `show user command`.
13446         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13447         scheme commands in `show user command`.
13448
13449 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
13450
13451         PR python/17355
13452         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13453         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13454         * gdb.python/py-framefilter-invalidarg.exp: New file.
13455         * gdb.python/py-framefilter-invalidarg.py: New file.
13456
13457 2014-09-06  Doug Evans  <xdje42@gmail.com>
13458
13459         PR 15276
13460         * gdb.python/py-caller-is.c: New file.
13461         * gdb.python/py-caller-is.exp: New file.
13462
13463 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
13464
13465         PR gdb/17235
13466         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13467         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13468
13469 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
13470
13471         PR fortran/17237
13472         * gdb.fortran/print-formatted.exp: New file.
13473         * gdb.fortran/print-formatted.f90: Likewise.
13474
13475 2014-09-03  Sasha Smundak  <asmundak@google.com>
13476
13477         * gdb.python/py-frame.exp: Test Frame.read_register.
13478
13479 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
13480
13481         PR python/16699
13482         * gdb.python/py-completion.exp: New file.
13483         * gdb.python/py-completion.py: Likewise.
13484
13485 2014-08-28  Doug Evans  <dje@google.com>
13486
13487         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13488         eax,etc. are live with values set by gdb and thus the compiler can't
13489         use them.
13490         * gdb.arch/i386-pseudo.c (main): Ditto.
13491
13492 2014-08-27  Doug Evans  <dje@google.com>
13493
13494         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13495
13496 2014-08-25  Doug Evans  <dje@google.com>
13497
13498         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13499         (main): Ditto.
13500
13501 2014-08-25  Doug Evans  <dje@google.com>
13502
13503         * gdb.threads/thread-execl.exp: #include <stdio.h>.
13504
13505 2014-08-24  Yao Qi  <yao@codesourcery.com>
13506
13507         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13508         symbol off.
13509         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13510
13511 2014-08-22  Doug Evans  <dje@google.com>
13512
13513         PR 17276
13514         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13515         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13516         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13517
13518 2014-08-22  Yao Qi  <yao@codesourcery.com>
13519
13520         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13521         * gdb.python/py-finish-breakpoint2.exp: Likewise.
13522         * gdb.python/python.exp: Likewise.  Use .py file on the host
13523         instead of the build.
13524
13525 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13526
13527         * gdb.threads/gcore-stale-thread.c: New file.
13528         * gdb.threads/gcore-stale-thread.exp: New file.
13529
13530 2014-08-21  Pedro Alves  <palves@redhat.com>
13531
13532         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13533         * gdb.base/gcore-relro-pie.exp: Likewise.
13534         * gdb.base/gcore-relro.exp: Likewise.
13535         * gdb.base/gcore.exp: Likewise.
13536         * gdb.base/print-symbol-loading.exp: Likewise.
13537         * gdb.threads/gcore-thread.exp: Likewise.
13538         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13539
13540 2014-08-20  Pedro Alves  <palves@redhat.com>
13541             Jan Kratochvil  <jan.kratochvil@redhat.com>
13542
13543         * Makefile.in (EXTRA_RULES, CC): New variables, get from
13544         configure.
13545         (EXPECT): Handle READ1 being set.
13546         (all): Depend on EXTRA_RULES.
13547         (check-read1, expect-read1, read1.so, read1): New rules.
13548         * README (Testsuite Parameters): Document the READ1 make variable.
13549         (Race detection): New section.
13550         * configure: Regenerate.
13551         * configure.ac: If build==host==target, and running under a
13552         GNU/glibc system, add read1 to the extra Makefile rules.
13553         (EXTRA_RULES): AC_SUBST it.
13554         * lib/read1.c: New file.
13555
13556 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
13557
13558         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13559         the handling of variables declared as a typedef to an array
13560         which a DW_AT_data_location attribute.
13561
13562 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
13563             Pedro Alves  <palves@redhat.com>
13564
13565         PR symtab/14604
13566         PR symtab/14605
13567         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13568         gdb_test.
13569
13570 2014-08-19  Pedro Alves  <palves@redhat.com>
13571
13572         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13573
13574 2014-08-19  Yao Qi  <yao@codesourcery.com>
13575
13576         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13577         right line.
13578
13579 2014-08-18  David Blaikie  <dblaikie@gmail.com>
13580
13581         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13582
13583 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13584
13585         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13586         attribute in array range.
13587
13588 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13589
13590         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13591
13592 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13593
13594         PR c++/17132
13595         * gdb.cp/pr17132.cc: New file.
13596         * gdb.cp/pr17132.exp: New file.
13597
13598 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13599
13600         * gdb.python/py-xmethods.py (A_getarrayind)
13601         (E_method_char_worker.__call__, E_method_int_worker.__call__):
13602         Use 'print' with function call syntax.
13603         (E_method_matcher.match): Fix tab vs space indentation mixup.
13604
13605 2014-08-15  Yao Qi  <yao@codesourcery.com>
13606
13607         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13608         false.
13609
13610 2014-08-15  Yao Qi  <yao@codesourcery.com>
13611
13612         * gdb.cp/casts.exp: Set print symbol off.
13613         * gdb.cp/class2.exp: Likewise.
13614         * gdb.cp/overload.exp: Likewise.
13615         * gdb.cp/templates.exp: Likewise.
13616
13617 2014-08-11  Doug Evans  <dje@google.com>
13618
13619         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13620         (test_load_shlib): Update.
13621
13622 2014-08-09  Yao Qi  <yao@codesourcery.com>
13623
13624         * gdb.base/display.exp: Invoke is_address_zero_readable.
13625         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13626         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13627         * gdb.base/hbreak-unmapped.exp: Return if
13628         is_address_zero_readable returns true.
13629         * gdb.base/signest.exp: Likewise.
13630         * gdb.base/signull.exp: Likewise.
13631         * gdb.base/sigbpt.exp: Likewise.
13632         * gdb.guile/scm-disasm.exp: Do the test if
13633         is_address_zero_readable returns false.
13634         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13635         * gdb.python/py-arch.exp: Likewise.
13636         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13637         * lib/gdb.exp (is_address_zero_readable): New proc.
13638
13639 2014-08-09  Yao Qi  <yao@codesourcery.com>
13640
13641         PR testsuite/13443
13642         * gdb.mi/mi-var-display.exp: Make test messages unique.
13643
13644 2014-08-04  Tom Tromey  <tromey@redhat.com>
13645
13646         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13647         target 0".
13648
13649 2014-08-04  Tom Tromey  <tromey@redhat.com>
13650
13651         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13652         "target_resume".
13653
13654 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
13655
13656         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13657         inner_vla_struct_object_size.
13658         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13659         as xfail.
13660
13661 2014-07-30  Pedro Alves  <palves@redhat.com>
13662
13663         * gdb.threads/signal-command-handle-nopass.exp (test): Add
13664         comment.
13665
13666 2014-07-29  Yao Qi  <yao@codesourcery.com>
13667
13668         PR gdb/17206
13669         * gdb.base/until-nodebug.exp: New.
13670
13671 2014-07-28  Doug Evans  <xdje42@gmail.com>
13672
13673         PR guile/17203
13674         * gdb.guile/scm-parameter.exp: Add tests for trying to create
13675         previously existing parameter, and previously ambiguously spelled
13676         parameter.
13677
13678 2014-07-28  Will Newton  <will.newton@linaro.org>
13679
13680         * gdb.base/varargs.exp: Remove KFAILs for ARM.
13681
13682 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
13683             Doug Evans  <xdje42@gmail.com>
13684
13685         PR guile/17146
13686         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13687
13688 2014-07-25  Pedro Alves  <palves@redhat.com>
13689
13690         * gdb.threads/signal-command-handle-nopass.c: New file.
13691         * gdb.threads/signal-command-handle-nopass.exp: New file.
13692         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13693         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13694         * gdb.threads/signal-delivered-right-thread.c: New file.
13695         * gdb.threads/signal-delivered-right-thread.exp: New file.
13696
13697 2014-07-25  Pedro Alves  <palves@redhat.com>
13698
13699         * gdb.base/double-prompt-target-event-error.exp
13700         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13701         match.
13702         (cancel_pagination_in_target_event): Rework double prompt
13703         detection.
13704         * gdb.base/paginate-after-ctrl-c-running.exp
13705         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13706         <return>' match.
13707         * gdb.base/paginate-bg-execution.exp
13708         (test_bg_execution_pagination_return)
13709         (test_bg_execution_pagination_cancel): Remove '-notransfer
13710         <return>' matches.
13711         * gdb.base/paginate-execution-startup.exp
13712         (test_fg_execution_pagination_return)
13713         (test_fg_execution_pagination_cancel): Remove '-notransfer
13714         <return>' matches.
13715         * gdb.base/paginate-inferior-exit.exp
13716         (test_paginate_inferior_exited): Remove '-notransfer <return>'
13717         match.
13718         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13719         * lib/gdb.exp (pagination_prompt): Run text through
13720         string_to_regexp.
13721         (gdb_test_multiple): Match $pagination_prompt instead of
13722         "<return>".
13723         (string_to_regexp): Move to lib/gdb-utils.exp.
13724
13725 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13726
13727         * gdb.arch/amd64-entry-value-paramref.S: New file.
13728         * gdb.arch/amd64-entry-value-paramref.cc: New file.
13729         * gdb.arch/amd64-entry-value-paramref.exp: New file.
13730         * gdb.arch/amd64-optimout-repeat.S: New file.
13731         * gdb.arch/amd64-optimout-repeat.c: New file.
13732         * gdb.arch/amd64-optimout-repeat.exp: New file.
13733
13734 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13735
13736         PR gdb/17170
13737         * gdb.base/statistics.exp: New file.
13738
13739 2014-07-17  Doug Evans  <dje@google.com>
13740
13741         PR gdb/17170
13742         * gdb.base/maint.exp: Update testing of per-command stats.
13743
13744 2014-07-16  Pedro Alves  <palves@redhat.com>
13745
13746         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13747         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13748         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13749         (tfile_write_buf): New functions.
13750         (add_memory_block): Rewrite using the above.
13751         (adjust_function_address): New function.
13752         (FUNCTION_ADDRESS): New macro.
13753         (write_basic_trace_file): Remove short_x local, and use
13754         tfile_write_16. Change type of func_addr local to unsigned long
13755         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
13756         here.  Cast argument of add_memory_block to char pointer.
13757         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
13758         (main): Remove parameters.
13759         * gdb.trace/tfile.exp: Remove nowarnings.
13760
13761 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
13762
13763         * gdb.base/debug-expr.exp: Test string evaluation with
13764         "debug expression" on.
13765
13766 2014-07-15  Pedro Alves  <palves@redhat.com>
13767
13768         * gdb.base/reread.exp: Use clean_restart.
13769
13770 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
13771
13772         * gdb.arch/avr-flash-qualifer.c: New.
13773         * gdb.arch/avr-flash-qualifer.exp: New.
13774
13775 2014-07-14  Pedro Alves  <palves@redhat.com>
13776
13777         * gdb.base/paginate-after-ctrl-c-running.c: New file.
13778         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13779
13780 2014-07-14  Pedro Alves  <palves@redhat.com>
13781
13782         * gdb.base/double-prompt-target-event-error.c: New file.
13783         * gdb.base/double-prompt-target-event-error.exp: New file.
13784
13785 2014-07-14  Pedro Alves  <palves@redhat.com>
13786
13787         PR gdb/17072
13788         * gdb.base/paginate-inferior-exit.c: New file.
13789         * gdb.base/paginate-inferior-exit.exp: New file.
13790
13791 2014-07-14  Pedro Alves  <palves@redhat.com>
13792
13793         PR gdb/17072
13794         * gdb.base/paginate-bg-execution.c: New file.
13795         * gdb.base/paginate-bg-execution.exp: New file.
13796
13797 2014-07-14  Pedro Alves  <palves@redhat.com>
13798
13799         PR gdb/17072
13800         * gdb.base/paginate-execution-startup.c: New file.
13801         * gdb.base/paginate-execution-startup.exp: New file.
13802         * lib/gdb.exp (pagination_prompt): New global.
13803         (default_gdb_spawn): New procedure, factored out from
13804         default_gdb_spawn.
13805         (default_gdb_start): Adjust to call default_gdb_spawn.
13806         (gdb_spawn): New procedure.
13807
13808 2014-07-14  Pedro Alves  <palves@redhat.com>
13809
13810         * lib/gdb.exp (gdb_assert): New procedure.
13811         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13812
13813 2014-07-14  Pedro Alves  <palves@redhat.com>
13814
13815         * gdb.base/execution-termios.c: New file.
13816         * gdb.base/execution-termios.exp: New file.
13817
13818 2014-07-14  Tom Tromey  <tromey@redhat.com>
13819
13820         * gdb.cp/vla-cxx.cc: New file.
13821         * gdb.cp/vla-cxx.exp: New file.
13822
13823 2014-07-14  Tom Tromey  <tromey@redhat.com>
13824
13825         * gdb.reverse/rerun-prec.c: New file.
13826         * gdb.reverse/rerun-prec.exp: New file.
13827
13828 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
13829             Maciej W. Rozycki  <macro@codesourcery.com>
13830
13831         * lib/gdb-utils.exp: New file.
13832         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13833         inline `gdb_init_command' processing.
13834         (gdb_start_cmd): Likewise.
13835         * lib/mi-support.exp (mi_run_cmd): Likewise.
13836         * README: Document `gdb_init_command' and `gdb_init_commands'.
13837
13838 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13839
13840         Fix false FAIL running under a very long directory name.
13841         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13842         and "set print elements 10000".  Twice.
13843
13844 2014-07-11  Yao Qi  <yao@codesourcery.com>
13845
13846         * gdb.base/exprs.exp: "set print symbol off".
13847
13848 2014-07-11  Pedro Alves  <palves@redhat.com>
13849
13850         * gdb.threads/kill.c: New file.
13851         * gdb.threads/kill.exp: New file.
13852
13853 2014-07-10  Yao Qi  <yao@codesourcery.com>
13854
13855         * gdb.trace/tfile.c (write_basic_trace_file)
13856         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13857         address written to trace file.
13858
13859 2014-07-09  Pedro Alves  <palves@redhat.com>
13860
13861         * gdb.base/attach-wait-input.exp: New file.
13862         * gdb.base/attach-wait-input.c: New file.
13863
13864 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
13865
13866         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13867         setting up test structures.
13868         (main): Call new test function.
13869         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13870         test function, continue into test function and walk test
13871         structures.
13872
13873 2014-07-02  Yao Qi  <yao@codesourcery.com>
13874
13875         * gdb.trace/entry-values.c: Define labels 'foo_start' and
13876         'bar_start' at the beginning of functions 'foo' and 'bar'
13877         respectively.
13878         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13879         instead of 'foo' and 'bar'.
13880
13881 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
13882
13883         * gdb.btrace/segv.exp: New.
13884         * gdb.btrace/segv.c: New.
13885
13886 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
13887
13888         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13889         instruction.
13890
13891 2014-06-30  Mark Wielaard  <mjw@redhat.com>
13892
13893         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13894         vulture, vilify, villar): New volatile array constants.
13895         (vindictive, vegetation): New const volatile array constants.
13896         * gdb.base/volatile.exp: Test volatile and const volatile array
13897         types.
13898
13899 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13900
13901         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13902         target lacks support for awatch, rwatch, or hbreak.
13903
13904 2014-06-27  Yao Qi  <yao@codesourcery.com>
13905
13906         * gdb.multi/dummy-frame-restore.exp: New.
13907         * gdb.multi/dummy-frame-restore.c: New.
13908
13909 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
13910
13911         * gdb.btrace/gcore.exp: New.
13912
13913 2014-06-23  Pedro Alves  <palves@redhat.com>
13914
13915         * gdb.base/watchpoint-reuse-slot.c: New file.
13916         * gdb.base/watchpoint-reuse-slot.exp: New file.
13917
13918 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
13919
13920         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13921         progspace's filename in 'info', 'enable' and 'disable' command
13922         tests.
13923
13924 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
13925
13926         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13927         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13928         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13929
13930 2014-06-20  Gary Benson  <gbenson@redhat.com>
13931
13932         * gdb.arch/i386-avx.exp: Fix include file location.
13933         * gdb.arch/i386-sse.exp: Likewise.
13934
13935 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
13936
13937         * gdb.dlang/expression.exp: New file.
13938
13939 2014-06-19  Pedro Alves  <palves@redhat.com>
13940
13941         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13942         out from ...
13943         (top level): ... here.  Iterate running tests under different
13944         scheduler-locking settings.
13945
13946 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
13947
13948         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13949         to DW_FORM_addr and use non-zero addresses.
13950
13951 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
13952
13953         PR gdb/17017
13954         * gdb.python/py-xmethods.cc: Add global function call counters and
13955         increment them in their respective functions.  Remove "cout"
13956         statements.
13957         * gdb.python/py-xmethods.exp: Make tests check the global function
13958         call counters instead of depending on inferior IO.
13959
13960 2014-06-18  Don Breazeal  <donb@codesourcery.com>
13961
13962         * gdb.base/foll-fork.exp (default_fork_parent_follow):
13963         Deleted procedure.
13964         (explicit_fork_parent_follow): Deleted procedure.
13965         (explicit_fork_child_follow): Deleted procedure.
13966         (test_follow_fork): New procedure.
13967         (do_fork_tests): Replace calls to deleted procedures with
13968         calls to test_follow_fork and reset GDB for subsequent
13969         procedure calls.
13970
13971 2014-06-17  Yao Qi  <yao@codesourcery.com>
13972
13973         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13974         CP1252.
13975
13976 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
13977
13978         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13979         Initialize ptr and S explicitly.
13980         (skip_type_update_when_not_use_rtti_test): Likewise.
13981
13982 2014-06-16  Keith Seitz  <keiths@redhat.com>
13983
13984         PR mi/15863
13985         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13986         the inferior is started.
13987
13988 2014-06-16  Pedro Alves  <palves@redhat.com>
13989
13990         * gdb.base/break-main-file-remove-fail.c: New file.
13991         * gdb.base/break-main-file-remove-fail.exp: New file.
13992         * gdb.base/break-unload-file.exp: Use build_executable instead of
13993         prepare_for_testing.
13994         (test_break): New parameter "initial_load".  Handle it.
13995         (top level): Add initial_load cmdline/file axis.
13996
13997 2014-06-12  Tom Tromey  <tromey@redhat.com>
13998
13999         * gdb.base/completion.exp: Don't use directory name in test.
14000
14001 2014-06-09  Gary Benson  <gbenson@redhat.com>
14002
14003         * gdb.base/sigall.c [Functions to send signals]: Reorder to
14004         separate the always-available ANSI-standard signals from the
14005         signals that require checking.
14006         (main): Likewise.
14007         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14008         Likewise.
14009         (main): Likewise.
14010
14011 2014-06-07  Keith Seitz  <keiths@redhat.com>
14012
14013         Revert:
14014         PR c++/16253
14015         * gdb.cp/var-tag.cc: New file.
14016         * gdb.cp/var-tag.exp: New file.
14017         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14018         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14019         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14020         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14021
14022 2014-06-06  Doug Evans  <xdje42@gmail.com>
14023
14024         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14025
14026 2014-06-06  Pedro Alves  <palves@redhat.com>
14027
14028         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14029         in target debug output instead of looking at RSP packets,
14030         disabling the test on any target that uses hardware stepping.
14031         Update comments.
14032
14033 2014-06-06  Pedro Alves  <palves@redhat.com>
14034
14035         * gdb.base/break-unload-file.exp: Fix typo.
14036
14037 2014-06-06  Yao Qi  <yao@codesourcery.com>
14038
14039         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14040         from "jit_function" to "^jit_function".
14041
14042 2014-06-06  Yao Qi  <yao@codesourcery.com>
14043
14044         * gdb.base/async.c (foo): Add one statement.
14045         * gdb.base/async.exp: Get the next instruction address and
14046         match the output of "nexti" by instruction address.  Match
14047         the hex address in the output of "finish".
14048
14049 2014-06-06  Gary Benson  <gbenson@redhat.com>
14050
14051         * gdb.base/call-signals.c: Remove preprocessor conditionals
14052         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14053         SIGSEGV and SIGTERM.
14054         * gdb.base/sigall.c: Likewise.
14055         * gdb.base/unwindonsignal.c: Likewise.
14056         * gdb.reverse/sigall-reverse.c: Likewise.
14057
14058 2014-06-06  Yao Qi  <yao@codesourcery.com>
14059
14060         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
14061         readable, skip the test.
14062
14063 2014-06-06  Yao Qi  <yao@codesourcery.com>
14064
14065         * gdb.threads/staticthreads.c (thread_function): Move the line
14066         setting breakpoint on forward.
14067         * gdb.threads/staticthreads.exp: Update comments.
14068
14069 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
14070
14071         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14072         "history-append! type error".
14073
14074 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
14075
14076         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14077         erroneous dprintf expected input.
14078
14079 2014-06-04  Doug Evans  <xdje42@gmail.com>
14080
14081         * gdb.guile/scm-generics.exp: Delete.
14082
14083 2014-06-04  Doug Evans  <xdje42@gmail.com>
14084
14085         * gdb.guile/scm-breakpoint.exp: Update.
14086         Add tests for breakpoint registration.
14087
14088 2014-06-04  Tom Tromey  <tromey@redhat.com>
14089
14090         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14091         VLA-in-union.
14092         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14093         inner_vla_struct, vla_union types.  Initialize objects of those
14094         types and compute their sizes.
14095
14096 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
14097             Hui Zhu  <hui@codesourcery.com>
14098
14099         * gdb.base/fileio.exp: Add test for shell not available as well as
14100         available.
14101         * gdb.base/fileio.c (test_system): Check for shell twice.
14102
14103 2014-06-04  Yao Qi  <yao@codesourcery.com>
14104
14105         * gdb.base/auto-connect-native-target.exp: Remove redundant
14106         space from the regexp pattern.
14107
14108 2014-06-04  Yao Qi  <yao@codesourcery.com>
14109
14110         * gdb.base/default.exp: Replace "child" with "native" in
14111         regexp pattern.
14112
14113 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
14114
14115         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14116         * gdb.python/py-xmethods.exp: New tests to test xmethods.
14117         * gdb.python/py-xmethods.py: Python script supporting the
14118         new testcase and tests.
14119
14120 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
14121             Pedro Alves  <palves@redhat.com>
14122
14123         PR breakpoints/17000
14124         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14125         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14126
14127 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
14128
14129         * gdb.base/subst.exp: Add tests to verify partial path matching
14130         output.
14131
14132 2014-06-03  Pedro Alves  <palves@redhat.com>
14133
14134         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14135         target that doesn't use software single-stepping.
14136
14137 2014-06-03  Pedro Alves  <palves@redhat.com>
14138
14139         PR breakpoints/17000
14140         * gdb.base/sss-bp-on-user-bp-2.c: New file.
14141         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14142
14143 2014-06-02  Doug Evans  <xdje42@gmail.com>
14144
14145         * gdb.guile/scm-parameter.exp: New file.
14146
14147 2014-06-02  Doug Evans  <xdje42@gmail.com>
14148
14149         * gdb.guile/scm-cmd.c: New file.
14150         * gdb.guile/scm-cmd.exp: New file.
14151
14152 2014-06-02  Doug Evans  <xdje42@gmail.com>
14153
14154         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14155         pretty-printer lookup.
14156         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14157         (make-pp_s-printer): Call it.
14158         (make-pretty-printer-from-dict): New function.
14159         (lookup-pretty-printer-maker-from-dict): New function.
14160         (*pretty-printer*): Simplify.
14161         (make-objfile-pp_s-printer): New function.
14162         (install-objfile-pretty-printers!): New function.
14163         (make-progspace-pp_s-printer): New function.
14164         (install-progspace-pretty-printers!): New function.
14165         * gdb.guile/scm-progspace.c: New file.
14166         * gdb.guile/scm-progspace.exp: New file.
14167
14168 2014-06-02  Pedro Alves  <palves@redhat.com>
14169
14170         * gdb.base/dprintf-bp-same-addr.c: New file.
14171         * gdb.base/dprintf-bp-same-addr.exp: New file.
14172
14173 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14174
14175         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14176         * gdb.arch/powerpc-power.s: Likewise.
14177
14178 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
14179
14180         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14181
14182 2014-06-01  Yao Qi  <yao@codesourcery.com>
14183
14184         * gdb.base/watchpoint.exp (test_watch_location): Check null
14185         pointer can be dereferenced.  If not, do the test, otherwise
14186         skip it.
14187
14188 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
14189
14190         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14191         results.
14192         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14193
14194 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
14195
14196         * gdb.arch/amd64-invalid-stack-middle.S: New file.
14197         * gdb.arch/amd64-invalid-stack-middle.c: New file.
14198         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14199         * gdb.arch/amd64-invalid-stack-top.c: New file.
14200         * gdb.arch/amd64-invalid-stack-top.exp: New file.
14201
14202 2014-05-30  Pedro Alves  <palves@redhat.com>
14203
14204         PR breakpoints/17000
14205         * gdb.base/sss-bp-on-user-bp.c: New file.
14206         * gdb.base/sss-bp-on-user-bp.exp: New file.
14207
14208 2014-05-30  David Blaikie  <dblaikie@gmail.com>
14209
14210         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14211         gnu_inline semantics via attribute.
14212         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14213         source explicitly specifies the required semantics.
14214
14215 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
14216
14217         * gdb.reverse/sigall-reverse.exp: Fix a typo.
14218
14219 2014-05-29  Pedro Alves  <palves@redhat.com>
14220             Tom Tromey  <tromey@redhat.com>
14221
14222         * gdb.base/async-shell.exp: Don't enable target-async.
14223         * gdb.base/async.exp
14224         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14225         parameter.  Adjust.
14226         (top level): Don't test with "target-async".
14227         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14228         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14229         * gdb.base/inferior-died.exp: Don't enable target-async.
14230         * gdb.base/interrupt-noterm.exp: Likewise.
14231         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14232         * gdb.mi/mi-nonstop-exit.exp: Likewise.
14233         * gdb.mi/mi-nonstop.exp: Likewise.
14234         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14235         * gdb.mi/mi-nsintrall.exp: Likewise.
14236         * gdb.mi/mi-nsmoribund.exp: Likewise.
14237         * gdb.mi/mi-nsthrexec.exp: Likewise.
14238         * gdb.mi/mi-watch-nonstop.exp: Likewise.
14239         * gdb.multi/watchpoint-multi.exp: Adjust comment.
14240         * gdb.python/py-evsignal.exp: Don't enable target-async.
14241         * gdb.python/py-evthreads.exp: Likewise.
14242         * gdb.python/py-prompt.exp: Likewise.
14243         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14244         * gdb.server/solib-list.exp: Don't enable target-async.
14245         * gdb.threads/thread-specific-bp.exp: Likewise.
14246         * lib/mi-support.exp: Adjust to use mi-async.
14247
14248 2014-05-29  Pedro Alves  <palves@redhat.com>
14249
14250         PR gdb/13860
14251         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14252         reason, even in sync mode.
14253
14254 2014-05-29  Pedro Alves  <palves@redhat.com>
14255             Hui Zhu  <hui@codesourcery.com>
14256
14257         PR PR15693
14258         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14259         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14260         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14261         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14262
14263 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
14264
14265         * config/monitor.exp (gdb_target_monitor): Replace use of
14266         "set remotebaud" by "set serial baud".
14267
14268 2014-05-26  Andy Wingo  <wingo@igalia.com>
14269
14270         * gdb.guile/scm-breakpoint.exp:
14271         * gdb.guile/scm-gsmob.exp: Update to use plain old object
14272         properties instead of gdb-object-properties.
14273
14274 2014-05-26  Yao Qi  <yao@codesourcery.com>
14275
14276         * gdb.server/no-thread-db.exp: Specify source file name
14277         explicitly when setting a breakpoint.
14278
14279 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14280
14281         * gdb.btrace/vdso.c: New.
14282         * gdb.btrace/vdso.exp: New.
14283
14284 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14285
14286         * gdb.base/gcore.exp (capture_command_output): Move ...
14287         * lib/gdb.exp (capture_command_output): ... here.
14288
14289 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14290
14291         * gdb.btrace/data.exp: Test memory access during btrace replay.
14292
14293 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
14294
14295         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14296
14297 2014-05-21  Pedro Alves  <palves@redhat.com>
14298
14299         PR gdb/13860
14300         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14301         (top level): Test that output related to execution commands is
14302         sent to the console with CLI commands, but not with MI commands.
14303         Test that breakpoint events are always mirrored to the console.
14304         Also expect the new source line to be output after a "next" in
14305         async mode too.  Make it a pass/fail test.
14306         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14307         output.
14308         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14309
14310 2014-05-21  Pedro Alves  <palves@redhat.com>
14311
14312         * gdb.base/list.exp (build_pattern, test_list): New procedures.
14313         Use them to test variations of "list" after reaching a breakpoint.
14314         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14315         Test "list" with listsize 10 after reaching a breakpoint.
14316         * gdb.python/python.exp (decode_line current location line
14317         number): Adjust expected line number.
14318
14319 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
14320
14321         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14322         behavior for $args, pass it directly to "run".
14323
14324 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
14325
14326         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14327         30000 to 65536.
14328
14329 2014-05-21  Pedro Alves  <palves@redhat.com>
14330
14331         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14332         auto-connect-native-target off".
14333         * gdb.base/auto-connect-native-target.c: New file.
14334         * gdb.base/auto-connect-native-target.exp: New file.
14335
14336 2014-05-21  Pedro Alves  <palves@redhat.com>
14337
14338         * gdb.base/default.exp: Test "target native" instead of "target
14339         child".
14340
14341 2014-05-21  Mark Wielaard  <mjw@redhat.com>
14342
14343         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14344
14345 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
14346
14347         Fix TLS access for -static -pthread.
14348         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14349         <HAVE_TLS> (thread_function, main): Initialize it.
14350         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14351         Add clean_restart.
14352         <$have_tls != "">: Check TLSVAR.
14353
14354 2014-05-21  Pedro Alves  <palves@redhat.com>
14355
14356         * gdb.base/dcache-line-read-error.c: New.
14357         * gdb.base/dcache-line-read-error.exp: New.
14358
14359 2014-05-20  Pedro Alves  <palves@redhat.com>
14360
14361         * gdb.base/compare-sections.c: New file.
14362         * gdb.base/compare-sections.exp: New file.
14363
14364 2014-05-20  Pedro Alves  <palves@redhat.com>
14365
14366         * gdb.base/break-idempotent.c: New file.
14367         * gdb.base/break-idempotent.exp: New file.
14368
14369 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
14370
14371         * gdb.btrace/nohist.exp: New.
14372
14373 2014-05-20  Yao Qi  <yao@codesourcery.com>
14374
14375         * lib/gdb.exp (gdb_init): Set timeout if test file is under
14376         gdb.reverse directory and gdb_reverse_timeout exists in board
14377         setting.
14378         * README: Document gdb_reverse_timeout.
14379
14380 2014-05-20  Yao Qi  <yao@codesourcery.com>
14381
14382         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14383         'test_file_name'.  Treat args as a string instead of a list.
14384         (gdb_init): Rename argument 'args' by 'test_file_name'.
14385
14386 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14387
14388         * gdb.arch/powerpc-power.exp: New file.
14389         * gdb.arch/powerpc-power.s: New file.
14390
14391 2014-05-16  Doug Evans  <dje@google.com>
14392
14393         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14394         * gdb.base/completion.exp: Check that all expected files exist
14395         before doing file completion.
14396
14397 2014-05-16  Doug Evans  <dje@google.com>
14398
14399         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14400         Update.
14401         (do_syscall_tests_without_xml): Update.
14402
14403 2014-05-16  Pedro Alves  <palves@redhat.com>
14404
14405         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14406         instead of "unknown output after running".
14407
14408 2014-05-16  Yao Qi  <yao@codesourcery.com>
14409
14410         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
14411         file1.txt from host at the end.
14412         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14413
14414 2014-05-15  Doug Evans  <dje@google.com>
14415
14416         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14417         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14418         loading file.  Add test for TU lookup.
14419
14420 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14421
14422         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14423         calling "-exec-arguments" or "set args" before running the
14424         inferior.
14425
14426 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14427
14428         * lib/mi-support.exp (mi_expect_stop): Expect message for
14429         inferiors that exit with non-zero exit code.
14430
14431 2014-05-14  Yao Qi  <yao@codesourcery.com>
14432
14433         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14434         match absolute path on remote host.
14435         (test_file_list_exec_source_files): Remove "/" from the
14436         pattern.
14437
14438 2014-05-14  Yao Qi  <yao@codesourcery.com>
14439
14440         * boards/local-remote-host-notty.exp (${board}_file): New
14441         proc.
14442
14443 2014-05-07  Kyle McMartin  <kyle@redhat.com>
14444
14445         Pushed by Joel Brobecker  <brobecker@adacore.com>.
14446         * gdb.arch/aarch64-atomic-inst.c: New file.
14447         * gdb.arch/aarch64-atomic-inst.exp: New file.
14448
14449 2014-05-07  Yao Qi  <yao@codesourcery.com>
14450
14451         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14452         in current context" too.
14453
14454 2014-05-05  Keith Seitz  <keiths@redhat.com>
14455
14456         * gdb.linespec/ls-dollar.exp: Add test for linespec
14457         file:convenience_variable.
14458
14459 2014-05-05  Yao Qi  <yao@codesourcery.com>
14460
14461         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14462         traceframes into tfile and ctf trace files.  Read data from
14463         trace file and test collected data.
14464         (gdb_collect_locals_test): Likewise.
14465         (gdb_unavailable_registers_test): Likewise.
14466         (gdb_unavailable_floats): Likewise.
14467         (gdb_collect_globals_test): Likewise.
14468         (top-level): Append "ctf" to trace_file_targets if GDB
14469         supports.
14470
14471 2014-05-05  Yao Qi  <yao@codesourcery.com>
14472
14473         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14474         code to ...
14475         (gdb_collect_args_test_1): ... it.  New proc.
14476         (gdb_collect_locals_test): Move some code to ...
14477         (gdb_collect_locals_test_1): ... it.  New proc.
14478         (gdb_unavailable_registers_test): Move some code to ...
14479         (gdb_unavailable_registers_test_1): ... it.  New proc.
14480         (gdb_unavailable_floats): Move some code to ...
14481         (gdb_unavailable_floats_1): ... it.  New proc.
14482
14483 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14484
14485         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14486         probes to test for bitness recognition.
14487         * gdb.arch/amd64-stap-optional-prefix.exp
14488         (test_probe_value_without_reg): New procedure.
14489         Add code to test for different kinds of bitness.
14490
14491 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14492
14493         PR breakpoints/16889
14494         * gdb.arch/amd64-stap-optional-prefix.S: New file.
14495         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14496
14497 2014-05-01  Pedro Alves  <palves@redhat.com>
14498
14499         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
14500         gdb_file_cmd if no file is specified.
14501         * boards/native-extended-gdbserver.exp (gdb_load): Use the
14502         last_loaded_file to set the remote exec-file.
14503
14504 2014-05-01  Pedro Alves  <palves@redhat.com>
14505
14506         * boards/local-remote-host.exp: New file.
14507
14508 2014-05-01  Pedro Alves  <palves@redhat.com>
14509
14510         * boards/local-remote-host.exp: Rename to ...
14511         * boards/local-remote-host-notty.exp: ... this.
14512
14513 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
14514
14515         * gdb.ada/dyn_arrayidx: New testcase.
14516
14517 2014-04-26  Yao Qi  <yao@codesourcery.com>
14518
14519         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
14520         and compute the length of function main.  Save it in
14521         $main_length.
14522         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14523         (top-level): Use gdb_compile to compile objects into
14524         executable and restart GDB.  Remove invocation to
14525         prepare_for_testing.
14526
14527 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
14528             Pedro Alves  <palves@redhat.com>
14529
14530         PR server/16255
14531         * gdb.multi/multi-attach.c: New file.
14532         * gdb.multi/multi-attach.exp: New file.
14533
14534 2014-04-25  Pedro Alves  <palves@redhat.com>
14535
14536         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14537         user.
14538         (top level): Test that "set remote conditional-breakpoints-packet
14539         off" works as intended.
14540         * gdb.base/dprintf.exp: Test that "set remote
14541         breakpoint-commands-packet off" works as intended.
14542         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14543         New function.
14544         (top level): Call it.
14545         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14546         remote fast-tracepoints-packet off" works as intended.
14547         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14548         * lib/gdb.exp (gdb_is_target_remote): ... here.
14549
14550 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14551
14552         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14553         ensure clang would not discard them.
14554         * gdb.base/gdbvars.c: Ditto.
14555         * gdb.base/memattr.c: Ditto.
14556         * gdb.base/whatis.c: Ditto.
14557         * gdb.python/py-prettyprint.c: Ditto.
14558         * gdb.trace/actions.c: Ditto.
14559         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14560         ensure clang would not discard it.
14561
14562 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14563
14564         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14565         clang to emit the full definition of type required by the test
14566         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14567
14568 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14569
14570         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14571         coax Clang into emitting the definition of the type.
14572         * gdb.cp/pr10728-x.h (y): Ditto.
14573         * gdb.cp/pr10728-y.cc (y): Ditto.
14574
14575 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14576
14577         * gdb.base/label.exp: XFAIL label related tests under Clang.
14578         * gdb.cp/cplabel.exp: Ditto.
14579         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14580         under Clang those using labels.
14581
14582 2014-04-25  Yao Qi  <yao@codesourcery.com>
14583
14584         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14585         double_label.
14586         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14587         partial_label and double_label.
14588
14589 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14590
14591         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14592
14593 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14594
14595         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14596         of the function to work across GCC and Clang.
14597         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14598         pointer types (const void ** const V void **).
14599
14600 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
14601             Walfred Tedeschi  <walfred.tedeschi@intel.com>
14602
14603         * Makefile.in (EXECUTABLES): Added i386-avx512.
14604         * gdb.arch/i386-avx512.c: New file.
14605         * gdb.arch/i386-avx512.exp: Likewise.
14606
14607 2014-04-23  Keith Seitz  <keiths@redhat.com>
14608
14609         * lib/mi-support.exp (mi_list_breakpoints): Delete.
14610         (mi_make_breakpoint_table): New procedure.
14611         (mi_create_breakpoint): Use mi_make_breakpoint
14612         and return the result.
14613         (mi_make_breakpoint): New procedure.
14614         (mi_build_kv_pairs): New procedure.
14615
14616         * gdb.mi/mi-break.exp: Remove unused globals,
14617         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14618         All callers updated.
14619         * gdb.mi/mi-dprintf.exp: Use variable to track command
14620         number.
14621         Update all callers of mi_create_breakpoint and use
14622         mi_make_breakpoint_table.
14623         Remove any unused global variables.
14624         * gdb.mi/mi-nonstop.exp: Likewise.
14625         * gdb.mi/mi-nsintrall.exp: Likewise.
14626         * gdb.mi/mi-nsmoribund.exp: Likewise.
14627         * gdb.mi/mi-nsthrexec.exp: Likewise.
14628         * gdb.mi/mi-reverse.exp: Likewise.
14629         * gdb.mi/mi-simplerun.exp: Likewise.
14630         * gdb.mi/mi-stepn.exp: Likewise.
14631         * gdb.mi/mi-syn-frame.exp: Likewise.
14632         * gdb.mi/mi-until.exp: Likewise.
14633         * gdb.mi/mi-var-cp.exp: Likewise.
14634         * gdb.mi/mi-var-display.exp: Likewise.
14635         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14636         * gdb.mi/mi2-var-child.exp: Likewise.
14637         * gdb.mi/mi-vla-c99.exp: Likewise.
14638         * lib/mi-support.exp: Likewise.
14639
14640         From Ian Lance Taylor  <iant@cygnus.com>:
14641         * lib/gdb.exp (parse_args): New procedure.
14642
14643 2014-04-23  Pedro Alves  <palves@redhat.com>
14644
14645         * gdb.base/break-unload-file.c: New file.
14646         * gdb.base/break-unload-file.exp: New file.
14647         * gdb.base/sym-file-lib.c (baz): New function.
14648         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14649         field.
14650         (load): Store the segment's mapped size.
14651         (unload): New function.
14652         (unload_shlib): New function.
14653         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14654         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14655         set a breakpoint at baz, and call it.
14656         * gdb.base/sym-file.exp: New tests for stale breakpoint
14657         instructions.
14658
14659 2014-04-23  Pedro Alves  <palves@redhat.com>
14660
14661         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14662         * gdb.base/hbreak-in-shr-unsupported.c: New file.
14663         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14664         * gdb.base/hbreak-unmapped.c: New file.
14665         * gdb.base/hbreak-unmapped.exp: New file.
14666         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14667         * lib/gdb.exp (gdb_is_target_remote): ... here.
14668
14669 2014-04-22  Pedro Alves  <palves@redhat.com>
14670
14671         * gdb.base/consecutive-step-over.c: New file.
14672         * gdb.base/consecutive-step-over.exp: New file.
14673
14674 2014-04-22  Pedro Alves  <palves@redhat.com>
14675
14676         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14677         instead of send_gdb/gdb_expect.
14678
14679 2014-04-22  Yao Qi  <yao@codesourcery.com>
14680
14681         * lib/trace-support.exp (generate_tracefile): New procedure.
14682         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14683         return 0.
14684         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14685         if generate_tracefile returns 1.
14686
14687 2014-04-18  Tom Tromey  <palves@redhat.com>
14688             Pedro alves  <tromey@redhat.com>
14689
14690         PR backtrace/15558
14691         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14692         with a backtrace limit.
14693         * gdb.python/py-frame-inline.exp: Test running to an inline
14694         function with a backtrace limit, and printing the newest frame.
14695         * gdb.python/py-frame-inline.c (main): Call f.
14696
14697 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14698
14699         * gdb.java/jnpe.exp: Drop srcdir from untested path.
14700
14701 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14702
14703         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14704         Drop prefix from unsupported source file path.
14705
14706 2014-04-17  Yao Qi  <yao@codesourcery.com>
14707
14708         * lib/gdb.exp (with_target_charset): New proc.
14709         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14710         with_target_charset.
14711         (test_print_strings): Likewise.
14712         (test_repeat_bytes): Likewise.
14713         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14714         for some tests.
14715
14716 2014-04-16  Keith Seitz  <keiths@redhat.com>
14717
14718         PR gdb/15827
14719         * gdb.dwarf2/corrupt.c: New file.
14720         * gdb.dwarf2/corrupt.exp: New file.
14721
14722 2014-04-16  Keith Seitz  <keiths@redhat.com>
14723
14724         PR c++/16597
14725         * gdb.cp/namelessclass.cc: New file.
14726         * gdb.cp/namelessclass.exp: New file.
14727         * gdb.cp/namelessclass.S: New file.
14728
14729 2014-04-16  Doug Evans  <dje@google.com>
14730
14731         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14732         Add comment.
14733         (gdbserver_default_get_comm_port): New function.
14734         (gdbserver_start): Check if board file provided
14735         "gdbserver,get_comm_port" and use it if so.
14736         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14737         (gdb,socketport): Set to "stdio".
14738         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14739         (stdio_gdbserver_template): Delete.
14740         (${board}_get_remote_address): Update.
14741         (${board}_build_remote_cmd): Delete.
14742         (${board}_get_comm_port): New function.
14743         (${board}_spawn): Update.
14744         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14745         Delete.
14746         (${board}_get_remote_address): Update.
14747         (${board}_get_comm_port): New function.
14748
14749 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
14750
14751         * gdb.base/memattr.exp: Improve regexps to handle memory regions
14752         appearing in any order.
14753
14754 2014-04-15  Doug Evans  <dje@google.com>
14755
14756         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14757         uninitialized value of "description".
14758
14759 2014-04-15  Keith Seitz  <keiths@redhat.com>
14760
14761         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14762         Remove unused globals.
14763         (test_running_the_program): Likewise.
14764         (test_controlled_execution): Likewise.
14765         (test_controlling_breakpoints): Likewise.
14766         (test_program_termination): Likewise.
14767
14768 2014-04-15  Keith Seitz  <keiths@redhat.com>
14769
14770         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14771         unused globals.
14772         (test_rbreak_creation_and_listing): Likewise.
14773         (test_ignore_count): Likewise.
14774         (test_error): Likewise.
14775
14776 2014-04-15  Pedro Alves  <palves@redhat.com>
14777
14778         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14779         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14780         sym-file-loader.c.
14781         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14782         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14783         to sym-file-loader.c.
14784         (struct library): Forward declare.
14785         (load_shlib, lookup_function): Change prototypes.
14786         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14787         (translate_offset): Remove declarations.
14788         (get_text_addr): New declaration.
14789         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14790         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14791         sym-file-loader.h.
14792         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14793         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14794         here from sym-file-loader.h.
14795         (struct library): New structure.
14796         (load_shlib, lookup_function): Change prototypes and adjust to
14797         work with a struct library.
14798         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14799         (translate_offset): Make static.
14800         (get_text_addr): New function.
14801         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14802
14803 2014-04-15  Pedro Alves  <palves@redhat.com>
14804
14805         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
14806
14807 2014-04-15  Pedro Alves  <palves@redhat.com>
14808
14809         * gdb.base/sym-file-loader.c: Include <limits.h>.
14810         (SELF_LINK): New define.
14811         (get_origin): New function.
14812         (load_shlib): Use it.
14813         * gdb.base/sym-file.exp: Don't early return if the target is
14814         remote.  Use runto_main, and issue fail is that fails.  Use
14815         gdb_load_shlibs.
14816         (shlib_name): Delete.
14817         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
14818
14819 2014-04-15  Pedro Alves <palves@redhat.com>
14820
14821         * gdb.base/sym-file.exp: Remove regex characters from test
14822         message.  Don't refer to breakpoint numbers in test messages.
14823
14824 2014-04-14  Keith Seitz  <keiths@redhat.com>
14825
14826         PR c++/16253
14827         * gdb.cp/var-tag.cc: New file.
14828         * gdb.cp/var-tag.exp: New file.
14829         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14830         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14831         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14832         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14833
14834 2014-04-14  Tom Tromey  <tromey@redhat.com>
14835
14836         * gdb.cp/classes.exp (test_enums): Handle underlying type.
14837         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14838         type.
14839         * gdb.cp/enum-class.exp: New file.
14840         * gdb.cp/enum-class.cc: New file.
14841
14842 2014-04-14  Tom Tromey  <tromey@redhat.com>
14843
14844         * gdb.dwarf2/enum-type.exp: New file.
14845
14846 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14847
14848         * gdb.mi/mi-vla-c99.exp: New file.
14849         * gdb.mi/vla.c: New file.
14850
14851 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14852
14853         * gdb.base/vla-datatypes.c: New file.
14854         * gdb.base/vla-datatypes.exp: New file.
14855
14856 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14857
14858         * gdb.base/vla-ptr.c: New file.
14859         * gdb.base/vla-ptr.exp: New file.
14860
14861 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14862
14863         * gdb.dwarf2/count.exp: New file.
14864
14865 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14866
14867         * gdb.base/vla-sideeffect.c: New file.
14868         * gdb.base/vla-sideeffect.exp: New file.
14869
14870 2014-04-14  David Blaikie <dblaikie@gmail.com>
14871
14872         * gdb.mi/non-stop.c: Add return value for non-void function return
14873         statement.
14874         * gdb.threads/staticthreads.c: Ditto.
14875
14876 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
14877             Doug Evans  <xdje42@gmail.com>
14878
14879         * gdb.guile/scm-value.c: Improve test case.
14880         * gdb.guile/scm-value.exp: Add new test.
14881
14882 2014-04-11  David Blaikie  <dblaikie@gmail.com>
14883
14884         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14885         override Clang's default.
14886
14887 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
14888
14889         Revert the following changes (regressions):
14890
14891         * gdb.base/vla-sideeffect.c: New file.
14892         * gdb.base/vla-sideeffect.exp: New file.
14893
14894         * gdb.dwarf2/count.exp: New file.
14895
14896         * gdb.base/vla-multi.c: New file.
14897         * gdb.base/vla-multi.exp: New file.
14898
14899         * gdb.base/vla-ptr.c: New file.
14900         * gdb.base/vla-ptr.exp: New file.
14901
14902         * gdb.base/vla-datatypes.c: New file.
14903         * gdb.base/vla-datatypes.exp: New file.
14904
14905         * gdb.mi/mi-vla-c99.exp: New file.
14906         * gdb.mi/vla.c: New file.
14907
14908 2014-04-11  Keith Seitz  <keiths@redhat.com>
14909
14910         PR c++/16675
14911         * gdb.cp/cpsizeof.exp: New file.
14912         * gdb.cp/cpsizeof.cc: New file.
14913
14914 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14915
14916         * gdb.mi/mi-vla-c99.exp: New file.
14917         * gdb.mi/vla.c: New file.
14918
14919 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14920
14921         * gdb.base/vla-datatypes.c: New file.
14922         * gdb.base/vla-datatypes.exp: New file.
14923
14924 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14925
14926         * gdb.base/vla-ptr.c: New file.
14927         * gdb.base/vla-ptr.exp: New file.
14928
14929 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14930
14931         * gdb.base/vla-multi.c: New file.
14932         * gdb.base/vla-multi.exp: New file.
14933
14934 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14935
14936         * gdb.dwarf2/count.exp: New file.
14937
14938 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
14939
14940         * gdb.base/vla-sideeffect.c: New file.
14941         * gdb.base/vla-sideeffect.exp: New file.
14942
14943 2014-04-11  Yao Qi  <yao@codesourcery.com>
14944
14945         * gdb.base/completion.exp: Check file exists before running tests
14946         on file completion.
14947
14948 2014-04-10  Pedro Alves  <palves@redhat.com>
14949
14950         * gdb.base/cond-eval-mode.c: New file.
14951         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
14952         prepare_for_testing to build the new file.  Check result of
14953         runto_main.
14954         (test_break, test_watch): New procedures.
14955         (top level): Use them.
14956
14957 2014-04-08  Pierre Muller  <muller@sourceware.org>
14958
14959         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14960         Ctrl-V use for mingw hosts.
14961
14962 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
14963
14964         * gdb.python/py-value.c: Improve test case.
14965         * gdb.python/py-value.exp: Add new test.
14966
14967 2014-04-07  David Blaikie  <dblaikie@gmail.com>
14968
14969         * lib/compiler.c: Identify the clang compiler.
14970         * lib/compiler.cc: Ditto.
14971
14972 2014-04-03  Yao Qi  <yao@codesourcery.com>
14973
14974         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14975
14976 2014-04-01  Anton Blanchard  <anton@samba.org>
14977
14978         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
14979         messages unique.
14980
14981 2014-04-01  Anton Blanchard  <anton@samba.org>
14982
14983         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14984         prepare_for_testing.
14985
14986 2014-04-01  Anton Blanchard  <anton@samba.org>
14987
14988         * gdb.arch/ppc64-atomic-inst.c: Remove.
14989         * gdb.arch/ppc64-atomic-inst.S: New file.
14990         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14991
14992 2014-03-31  Doug Evans  <dje@google.com>
14993
14994         * gdb.base/print-symbol-loading-lib.c: New file.
14995         * gdb.base/print-symbol-loading-main.c: New file.
14996         * gdb.base/print-symbol-loading.exp: New file.
14997
14998 2014-03-31  Yao Qi  <yao@codesourcery.com>
14999
15000         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15001
15002 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
15003
15004         * gdb.ada/mi_dyn_arr: New testcase.
15005
15006 2014-03-27  Doug Evans  <dje@google.com>
15007
15008         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15009
15010 2014-03-27  Yao Qi  <yao@codesourcery.com>
15011
15012         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15013         if target is nios2-*-*.
15014
15015 2014-03-26  Yao Qi  <yao@codesourcery.com>
15016
15017         * lib/gdb.exp (readline_is_used): New proc.
15018         * gdb.base/completion.exp: Move tests on command complete up.
15019         Skip the rest of tests if readline is not used.
15020         * gdb.ada/complete.exp: Skp the test if readline is not
15021         used.
15022         * gdb.base/filesym.exp: Likewise.
15023         * gdb.base/macscp.exp: Likewise.
15024         * gdb.base/readline-ask.exp: Likewise.
15025         * gdb.base/readline.exp: Likewise.
15026         * gdb.python/py-cmd.exp: Likewise.
15027         * gdb.trace/tfile.exp: Likewise.
15028
15029 2014-03-26  Yao Qi  <yao@codesourcery.com>
15030
15031         * gdb.base/macscp.exp: Fix code format issues.
15032
15033 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
15034
15035         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15036         * gdb.asm/powerpc64le.inc: New file.
15037
15038 2014-03-25  Pedro Alves  <palves@redhat.com>
15039             Doug Evans  <dje@google.com>
15040
15041         * gdb.base/source-execution.c: New file.
15042         * gdb.base/source-execution.exp: New file.
15043         * gdb.base/source-execution.gdb: New file.
15044
15045 2014-03-24  Doug Evans  <dje@google.com>
15046
15047         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15048         using fission.
15049
15050 2014-03-24  Hui Zhu  <hui@codesourcery.com>
15051             Pedro Alves  <palves@redhat.com>
15052
15053         PR breakpoints/16101
15054         * gdb.base/dprintf.exp: Use unsupported rather than changing the
15055         test pass/fail messages.  Detect missing support for dprintf when
15056         breakpoints are actually inserted.
15057         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15058         breakpoints are actually inserted.
15059         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15060         fails.
15061
15062 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
15063
15064         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15065
15066 2014-03-22  Doug Evans  <xdje42@gmail.com>
15067
15068         * gdb.python/python.exp (python not supported): Verify multi-line
15069         python command issues an error.
15070         * gdb.guile/guile.exp (guile not supported): Verify multi-line
15071         guile command issues an error.
15072
15073 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
15074
15075         * gdb.threads/thread-specific.exp: Handle the lack of usable
15076         $this_breakpoint and $this_thread.
15077
15078 2014-03-21  Hui Zhu  <hui@codesourcery.com>
15079
15080         * gdb.base/attach.exp (do_command_attach_tests): New.
15081
15082 2014-03-20  Tom Tromey  <tromey@redhat.com>
15083             Pedro Alves  <palves@redhat.com>
15084
15085         PR cli/15718
15086         * gdb.base/condbreak-call-false.c: New file.
15087         * gdb.base/condbreak-call-false.exp: New file.
15088
15089 2014-03-20  Pedro Alves  <palves@redhat.com>
15090
15091         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15092         Delete.
15093         (block_signals, unblock_signals): Delete.
15094         (child_function_2, main): Remove references to deleted variable
15095         and functions.
15096
15097 2014-03-20  Pedro Alves  <palves@redhat.com>
15098
15099         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15100         Use pthread_kill to signal thread 2.
15101         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15102         Adjust to make the test send itself a signal rather than using the
15103         host's "kill" command.
15104
15105 2014-03-20  Pedro Alves  <palves@redhat.com>
15106
15107         * gdb.threads/multiple-step-overs.c: New file.
15108         * gdb.threads/multiple-step-overs.exp: New file.
15109         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15110         Adjust expected infrun debug output.
15111
15112 2014-03-20  Pedro Alves  <palves@redhat.com>
15113
15114         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15115         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15116
15117 2014-03-20  Pedro Alves  <palves@redhat.com>
15118
15119         PR breakpoints/7143
15120         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15121         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
15122         of gdb_test_multiple.
15123         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15124         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15125
15126 2014-03-20  Pedro Alves  <palves@redhat.com>
15127
15128         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15129         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15130
15131 2014-03-19  Pedro Alves  <palves@redhat.com>
15132
15133         * gdb.base/async.exp: Remove early return.
15134
15135 2014-03-19  Pedro Alves  <palves@redhat.com>
15136
15137         * gdb.base/async.exp (step& tests): Pass explicit test messages.
15138
15139 2014-03-19  Pedro Alves  <palves@redhat.com>
15140
15141         * gdb.base/async.exp (test_background): Expect \r\n after
15142         "completed." in the fail pattern.
15143
15144 2014-03-19  Pedro Alves  <palves@redhat.com>
15145
15146         * gdb.base/async.exp (test_background): New procedure.
15147         Use it for all background execution command tests.
15148
15149 2014-03-19  Pedro Alves  <palves@redhat.com>
15150
15151         * gdb.base/async.exp: Use prepare_for_testing.
15152
15153 2014-03-19  Pedro Alves  <palves@redhat.com>
15154
15155         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
15156         the same line.
15157
15158 2014-03-19  Pedro Alves  <palves@redhat.com>
15159
15160         * gdb.base/async.c (main): Add "jump here" and "until here" line
15161         marker comments.
15162         * gdb.base/async.exp (jump_here): New global.
15163         (jump& test): Use it.
15164         (until_here): New global.
15165         (until& test): Use it.
15166
15167 2014-03-19  Pedro Alves  <palves@redhat.com>
15168
15169         * gdb.base/async.exp: Don't frob gdb_protocol.
15170
15171 2014-03-18  Doug Evans  <xdje42@gmail.com>
15172
15173         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
15174         Fix spelling of exec-done-display.
15175
15176 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
15177
15178         PR gdb/15358
15179         * gdb.base/gdb-sigterm.c: New file.
15180         * gdb.base/gdb-sigterm.exp: New file.
15181
15182 2014-03-18  Pedro Alves  <palves@redhat.com>
15183
15184         PR gdb/13860
15185         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15186         * lib/mi-support.exp (mi_expect_stop): Add special handling for
15187         solib-event.
15188
15189 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
15190
15191         * gdb.ada/pckd_arr_ren: New testcase.
15192
15193 2014-03-13  Doug Evans  <xdje42@gmail.com>
15194
15195         PR guile/16612
15196         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15197         collect after discarding symbols.
15198
15199 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
15200             Doug Evans  <xdje42@gmail.com>
15201
15202         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15203         to history survives a gc.
15204
15205 2014-03-13  Pedro Alves  <palves@redhat.com>
15206
15207         * gdb.base/default.exp: Don't test "target procfs".
15208
15209 2014-03-13  Pedro Alves  <palves@redhat.com>
15210
15211         * gdb.base/default.exp: Update "target child" and "target procfs"
15212         tests to not expect "Unix".
15213
15214 2014-03-12  Tom Tromey  <tromey@redhat.com>
15215
15216         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15217         New procs.  Add target-async tests.
15218         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15219         Add target-async tests.
15220
15221 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15222
15223         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15224         'func_start' and 'func_end' for the beginning and end of the
15225         function code, respectively.
15226         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15227         'func_end' instead of 'func' and 'main'.
15228
15229 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15230
15231         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15232         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15233         generate the debug info assembler source.
15234
15235 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15236
15237         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15238         * gdb.dwarf2/arr-subrange.exp: Likewise.
15239         * gdb.dwarf2/dwz.exp: Likewise.
15240         * gdb.dwarf2/method-ptr.exp: Likewise.
15241         * gdb.dwarf2/missing-sig-type.exp: Likewise.
15242         * gdb.dwarf2/subrange.exp: Likewise.
15243         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15244         * gdb.dwarf2/implptrpiece.exp: Likewise.
15245         * gdb.dwarf2/nostaticblock.exp: Likewise.
15246
15247 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15248
15249         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15250         directory to absolute path name arguments.
15251
15252 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
15253
15254         * gdb.ada/tagged_access: New testcase.
15255
15256 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
15257
15258         * gdb.btrace/data.exp: Update expected output.
15259
15260 2014-03-06  Yao Qi  <yao@codesourcery.com>
15261
15262         * gdb.trace/pr16508.exp: New file.
15263
15264 2014-03-05  Pedro Alves  <palves@redhat.com>
15265
15266         PR gdb/16575
15267         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15268         procedure.
15269         (top level): Adjust to use it.  Add tests that exercise breakpoint
15270         interaction with the code-cache.
15271
15272 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
15273
15274         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15275         test for 'history-append!'.
15276
15277 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15278
15279         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15280         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15281         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15282         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15283         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15284         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15285
15286 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15287
15288         * testsuite/gdb.python/py-pp-re-notag.c: New file.
15289         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15290         * testsuite/gdb.python/py-pp-re-notag.p: New file.
15291
15292 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15293
15294         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15295
15296 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15297
15298         * gdb.dwarf2/arr-stride.c: New file.
15299         * gdb.dwarf2/arr-stride.exp: New file.
15300
15301 2014-02-26  Pedro Alves  <palves@redhat.com>
15302
15303         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15304         that won't ever trigger.  Make sure that GDB reports the correct
15305         breakpoint that caused the stop.
15306
15307 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
15308
15309         PR gdb/16626
15310         * gdb.base/auto-load-script: New file.
15311         * gdb.base/auto-load.c: New file.
15312         * gdb.base/auto-load.exp: New file.
15313
15314         PR gdb/16626
15315         * gdb.base/auto-load.exp: Fix out-of-srctree run.
15316
15317 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
15318
15319         Fix dw2-icycle.exp -fsanitize=address GDB crash.
15320         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15321
15322 2014-02-24  Doug Evans  <dje@google.com>
15323
15324         * lib/gdb.exp (run_on_host): Log error output if program fails.
15325
15326 2014-02-21  Pedro Alves  <palves@redhat.com>
15327
15328         * gdb.threads/step-after-sr-lock.c: Rename to ...
15329         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15330         * gdb.threads/step-after-sr-lock.exp: Rename to ...
15331         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15332         ... this.
15333
15334 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
15335
15336         PR tdep/16397
15337         * gdb.arch/amd64-stap-special-operands.exp: New file.
15338         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15339         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15340         * gdb.arch/amd64-stap-triplet.S: Likewise.
15341         * gdb.arch/amd64-stap-triplet.c: Likewise.
15342
15343 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
15344
15345         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15346         in .section pseudo-op.
15347
15348 2014-02-20  lin zuojian  <manjian2006@gmail.com>
15349             Joel Brobecker  <brobecker@adacore.com>
15350             Doug Evans  <xdje42@gmail.com>
15351
15352         PR symtab/16581
15353         * gdb.dwarf2/dw2-icycle.S: New file.
15354         * gdb.dwarf2/dw2-icycle.c: New file.
15355         * gdb.dwarf2/dw2-icycle.exp: New file.
15356
15357 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
15358
15359         * gdb.python/py-value-cc.cc: Improve test case to enable testing
15360         operations on gdb.Value objects.
15361         * gdb.python/py-value-cc.exp: Add new test to test operations on
15362         gdb.Value objects.
15363
15364 2014-02-18  Doug Evans  <dje@google.com>
15365
15366         * Makefile.in (TESTS): New variable.
15367         (expanded_tests, expanded_tests_or_none): New variables
15368         (check-single): Pass $(expanded_tests_or_none) to runtest.
15369         (check-parallel): Only run tests in $(TESTS) if non-empty.
15370         (check/no-matching-tests-found): New rule.
15371         * README: Document TESTS makefile variable.
15372
15373 2014-02-18  Doug Evans  <dje@google.com>
15374
15375         * Makefile.in (check-parallel): rm -rf outputs temp.
15376
15377 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
15378
15379         Fix "ERROR: no fileid for" in the testsuite.
15380         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15381
15382 2014-02-12  Doug Evans  <dje@google.com>
15383
15384         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15385         (MISCELLANEOUS): New variable.
15386         (clean): rm -rf $(MISCELLANEOUS).
15387         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15388         dwp live in the same directory as symlinks, with each symlink pointed
15389         to a differently named file in a different directory.
15390
15391 2014-02-11  Doug Evans  <dje@google.com>
15392
15393         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15394         of Tcl file commands.
15395
15396 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
15397
15398         * gdb.threads/step-after-sr-lock.exp: Avoid executing
15399         "kill -SIGUSR1 -1".
15400
15401 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
15402
15403         * gdb.ada/tick_length_array_enum_idx: New testcase.
15404
15405 2014-02-10  Doug Evans  <xdje42@gmail.com>
15406
15407         * configure.ac (AC_OUTPUT): Add gdb.guile.
15408         * configure: Regenerate.
15409         * lib/gdb-guile.exp: New file.
15410         * lib/gdb.exp (get_target_charset): New function.
15411         * gdb.base/help.exp: Update expected output from "apropos apropos".
15412         * gdb.guile/Makefile.in: New file.
15413         * gdb.guile/guile.exp: New file.
15414         * gdb.guile/scm-arch.c: New file.
15415         * gdb.guile/scm-arch.exp: New file.
15416         * gdb.guile/scm-block.c: New file.
15417         * gdb.guile/scm-block.exp: New file.
15418         * gdb.guile/scm-breakpoint.c: New file.
15419         * gdb.guile/scm-breakpoint.exp: New file.
15420         * gdb.guile/scm-disasm.c: New file.
15421         * gdb.guile/scm-disasm.exp: New file.
15422         * gdb.guile/scm-equal.c: New file.
15423         * gdb.guile/scm-equal.exp: New file.
15424         * gdb.guile/scm-error.exp: New file.
15425         * gdb.guile/scm-error.scm: New file.
15426         * gdb.guile/scm-frame-args.c: New file.
15427         * gdb.guile/scm-frame-args.exp: New file.
15428         * gdb.guile/scm-frame-args.scm: New file.
15429         * gdb.guile/scm-frame-inline.c: New file.
15430         * gdb.guile/scm-frame-inline.exp: New file.
15431         * gdb.guile/scm-frame.c: New file.
15432         * gdb.guile/scm-frame.exp: New file.
15433         * gdb.guile/scm-generics.exp: New file.
15434         * gdb.guile/scm-gsmob.exp: New file.
15435         * gdb.guile/scm-iterator.c: New file.
15436         * gdb.guile/scm-iterator.exp: New file.
15437         * gdb.guile/scm-math.c: New file.
15438         * gdb.guile/scm-math.exp: New file.
15439         * gdb.guile/scm-objfile-script-gdb.in: New file.
15440         * gdb.guile/scm-objfile-script.c: New file.
15441         * gdb.guile/scm-objfile-script.exp: New file.
15442         * gdb.guile/scm-objfile.c: New file.
15443         * gdb.guile/scm-objfile.exp: New file.
15444         * gdb.guile/scm-ports.exp: New file.
15445         * gdb.guile/scm-pretty-print.c: New file.
15446         * gdb.guile/scm-pretty-print.exp: New file.
15447         * gdb.guile/scm-pretty-print.scm: New file.
15448         * gdb.guile/scm-section-script.c: New file.
15449         * gdb.guile/scm-section-script.exp: New file.
15450         * gdb.guile/scm-section-script.scm: New file.
15451         * gdb.guile/scm-symbol.c: New file.
15452         * gdb.guile/scm-symbol.exp: New file.
15453         * gdb.guile/scm-symtab-2.c: New file.
15454         * gdb.guile/scm-symtab.c: New file.
15455         * gdb.guile/scm-symtab.exp: New file.
15456         * gdb.guile/scm-type.c: New file.
15457         * gdb.guile/scm-type.exp: New file.
15458         * gdb.guile/scm-value-cc.cc: New file.
15459         * gdb.guile/scm-value-cc.exp: New file.
15460         * gdb.guile/scm-value.c: New file.
15461         * gdb.guile/scm-value.exp: New file.
15462         * gdb.guile/source2.scm: New file.
15463         * gdb.guile/types-module.cc: New file.
15464         * gdb.guile/types-module.exp: New file.
15465
15466 2014-02-10  Yao Qi  <yao@codesourcery.com>
15467
15468         PR testsuite/16543
15469         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15470         * configure: Regenerated.
15471         * Makefile.in: New file.
15472
15473 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
15474
15475         * gdb.python/py-framefilter.exp: Fix typo.
15476
15477 2014-02-08  Yao Qi  <yao@codesourcery.com>
15478
15479         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15480         that no =breakpoint-modified is emitted when breakpoints are
15481         modified through MI commands.
15482
15483 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
15484             Pedro Alves  <palves@redhat.com>
15485
15486         * gdb.threads/step-after-sr-lock.c: New file.
15487         * gdb.threads/step-after-sr-lock.exp: New file.
15488
15489 2014-02-07  Pedro Alves  <palves@redhat.com>
15490
15491         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15492
15493 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
15494
15495         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15496         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15497
15498 2014-02-06  Doug Evans  <xdje42@gmail.com>
15499
15500         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15501         output.
15502
15503         * gdb.gdb/python-interrupts.exp: New file.
15504
15505 2014-02-05  Yao Qi  <yao@codesourcery.com>
15506
15507         * gdb.trace/report.exp (use_collected_data): Test the output
15508         of "info threads" and "info inferiors".
15509
15510 2014-02-05  Yao Qi  <yao@codesourcery.com>
15511
15512         Revert this patch:
15513
15514         2013-05-24  Yao Qi  <yao@codesourcery.com>
15515
15516         * gdb.trace/tfile.exp: Test inferior and thread.
15517
15518 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15519
15520         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15521         on a function.
15522         * gdb.base/step-bt.c: Call hello via function pointer to make
15523         sure its first instruction is executed on powerpc64le-linux.
15524
15525 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15526
15527         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15528
15529 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15530
15531         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
15532         of the test patterns for use on little-endian systems.
15533
15534 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15535
15536         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15537         (decimal_vector): Fix for little-endian.
15538
15539 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
15540
15541         * gdb.arch/sparc-sysstep.exp: New file.
15542         * gdb.arch/sparc-sysstep.c: Likewise.
15543
15544         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15545
15546 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
15547
15548         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15549
15550 2014-01-23  Tom Tromey  <tromey@redhat.com>
15551
15552         * gdb.ada/array_char_idx: New testcase.
15553
15554 2014-01-23  Tom Tromey  <tromey@redhat.com>
15555
15556         PR python/16487:
15557         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15558         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15559         classes.
15560
15561 2014-01-23  Tom Tromey  <tromey@redhat.com>
15562
15563         PR python/16491:
15564         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15565         string from an inferior frame.
15566         * gdb.python/py-framefilter-mi.exp: Update.
15567
15568 2014-01-22  Doug Evans  <dje@google.com>
15569
15570         * gdb.server/server-mon.exp: Add tests for "set debug-format".
15571
15572 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15573
15574         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15575
15576 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15577
15578         * gdb.trace/entry-values.exp: Remove excess space character from
15579         regex patterns.  Handle s390 call instruction.
15580
15581 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15582
15583         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15584         define "*_start" label.  Make "name" static.
15585         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15586         ${name} by references to ${name}_start.
15587
15588 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15589
15590         * gdb.base/info-macros.exp: Remove "debug" from the compile
15591         options.
15592
15593 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15594
15595         * gdb.dlang/demangle.exp: New file.
15596
15597 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15598
15599         * gdb.dlang/primitive-types.exp: New file.
15600
15601 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15602
15603         * configure.ac: Create gdb.dlang/Makefile.
15604         * configure: Regenerate.
15605         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15606         * gdb.dlang/Makefile.in: New file.
15607         * lib/d-support.exp: New file.
15608         * lib/gdb.exp (skip_d_tests): New proc.
15609
15610 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15611
15612         * gdb.btrace/delta.exp: Check reverse stepi.
15613         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
15614         * gdb.btrace/finish.exp: New.
15615         * gdb.btrace/next.exp: New.
15616         * gdb.btrace/nexti.exp: New.
15617         * gdb.btrace/record_goto.c: Add comments.
15618         * gdb.btrace/step.exp: New.
15619         * gdb.btrace/stepi.exp: New.
15620         * gdb.btrace/multi-thread-step.c: New.
15621         * gdb.btrace/multi-thread-step.exp: New.
15622         * gdb.btrace/rn-dl-bind.c: New.
15623         * gdb.btrace/rn-dl-bind.exp: New.
15624         * gdb.btrace/data.c: New.
15625         * gdb.btrace/data.exp: New.
15626         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15627
15628 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15629
15630         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15631         * gdb.btrace/exception.exp: Update.
15632         * gdb.btrace/instruction_history.exp: Update.
15633         * gdb.btrace/record_goto.exp: Update.
15634         * gdb.btrace/tailcall.exp: Update.
15635         * gdb.btrace/unknown_functions.exp: Update.
15636         * gdb.btrace/delta.exp: New.
15637
15638 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15639
15640         * gdb.btrace/record_goto.exp: Add backtrace test.
15641         * gdb.btrace/tailcall.exp: Add backtrace test.
15642
15643 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15644
15645         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15646         * gdb.btrace/record_goto.c: New.
15647         * gdb.btrace/record_goto.exp: New.
15648         * gdb.btrace/x86-record_goto.S: New.
15649
15650 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15651
15652         * gdb.btrace/function_call_history.exp: Update tests.
15653         * gdb.btrace/instruction_history.exp: Update tests.
15654
15655 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15656
15657         * gdb.btrace/function_call_history.exp: Fix expected field
15658         order for "record function-call-history".
15659         Add new tests for "record function-call-history /c".
15660         * gdb.btrace/exception.cc: New.
15661         * gdb.btrace/exception.exp: New.
15662         * gdb.btrace/tailcall.exp: New.
15663         * gdb.btrace/x86-tailcall.S: New.
15664         * gdb.btrace/x86-tailcall.c: New.
15665         * gdb.btrace/unknown_functions.c: New.
15666         * gdb.btrace/unknown_functions.exp: New.
15667         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15668
15669 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15670
15671         * gdb.btrace/instruction_history.exp: Update.
15672         * gdb.btrace/function_call_history.exp: Update.
15673
15674 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15675
15676         * gdb.btrace/function_call_history.exp: Fix expected function
15677         trace.
15678         * gdb.btrace/instruction_history.exp: Initialize traced.
15679         Remove traced_functions.
15680
15681 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15682
15683         * gdb.btrace/function_call_history.exp: Update
15684         * gdb.btrace/instruction_history.exp: Update.
15685
15686 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15687
15688         * gdb.btrace/enable.exp: Update expected text.
15689
15690 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
15691
15692         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15693         bytes.
15694
15695 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
15696
15697         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15698
15699 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
15700
15701         * lib/gdb.exp (supports_process_record): Return true for
15702         arm*-linux*.  (supports_reverse): Likewise.
15703
15704 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
15705
15706         PR python/15464
15707         PR python/16113
15708         * gdb.python/py-type.c: Enhance test case.
15709         * gdb.python/py-value-cc.cc: Likewise
15710         * gdb.python/py-type.exp: Add new tests.
15711         * gdb.python/py-value-cc.exp: Likewise
15712
15713 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15714             Pedro Alves <palves@redhat.com>
15715
15716         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15717         Make "name" extern.
15718         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15719         references to ${name}_start by references to ${name}.
15720
15721 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15722
15723         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15724
15725 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15726
15727         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15728
15729 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
15730             Pedro Alves  <palves@redhat.com>
15731
15732         * gdb.mi/mi-info-os.exp: Connect to the target with
15733         mi_gdb_target_load.
15734
15735 2014-01-08  Pedro Alves  <palves@redhat.com>
15736
15737         * gdb.threads/reconnect-signal.c: New file.
15738         * gdb.threads/reconnect-signal.exp: New file.
15739
15740 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15741
15742         * gdb.base/source-dir.exp: New file.
15743
15744 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15745
15746         * gdb.ada/mi_interface: New testcase.
15747
15748 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15749
15750         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15751         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15752         gdb.ada/pp-rec-component/pck.ads: New files.
15753
15754 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15755
15756         * gdb.python/py-pp-integral.c: New file.
15757         * gdb.python/py-pp-integral.py: New file.
15758         * gdb.python/py-pp-integral.exp: New file.
15759
15760 For older changes see ChangeLog-1993-2013.
15761 \f
15762 ;; Local Variables:
15763 ;; mode: change-log
15764 ;; left-margin: 8
15765 ;; fill-column: 74
15766 ;; version-control: never
15767 ;; End:
15768
15769     Copyright 2014-2019 Free Software Foundation, Inc.
15770   Copying and distribution of this file, with or without modification,
15771   are permitted provided the copyright notice and this notice are preserved.