]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Fix global variable collision in gdb.multi/multi-kill.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-15 Pedro Alves <palves@redhat.com>
2
3 * gdb.multi/multi-kill.exp: Wrap in namespace.
4 (start_inferior): Add TESTPID parameter. Use it instead of the
5 testpid global.
6 (top level): Define empty TESTPID array, and pass it down to
7 start_inferior.
8
9 2020-05-14 Tom de Vries <tdevries@suse.de>
10
11 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
12 output.
13
14 2020-05-14 Tom de Vries <tdevries@suse.de>
15
16 * gdb.base/align.exp: Split into ...
17 * gdb.base/align.exp.in: ...
18 * gdb.base/align-c++.exp: ...
19 * gdb.base/align-c.exp: ... these.
20 * gdb.base/infcall-nested-structs.exp: Split into ...
21 * gdb.base/infcall-nested-structs.exp.in: ...
22 * gdb.base/infcall-nested-structs-c++.exp: ...
23 * gdb.base/infcall-nested-structs-c.exp: ... these.
24 * gdb.base/info-types.exp: Split into ...
25 * gdb.base/info-types.exp.in: ...
26 * gdb.base/info-types-c++.exp: ...
27 * gdb.base/info-types-c.exp: ... these.
28 * gdb.base/max-depth.exp: Split into ...
29 * gdb.base/max-depth.exp.in: ...
30 * gdb.base/max-depth-c++.exp: ...
31 * gdb.base/max-depth-c.exp: ... these.
32 * gdb.cp/infcall-nodebug.exp: Split into ...
33 * gdb.cp/infcall-nodebug.exp.in: ...
34 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
35 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
36 * gdb.cp/infcall-nodebug-c-d0.exp: ...
37 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
38
39 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
40 Pedro Alves <palves@redhat.com>
41
42 * gdb.multi/multi-exit.c: New file.
43 * gdb.multi/multi-exit.exp: New file.
44 * gdb.multi/multi-kill.c: New file.
45 * gdb.multi/multi-kill.exp: New file.
46
47 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
48
49 * gdb.base/annota1.exp: Update the expected output.
50 * gdb.cp/annota2.exp: Ditto.
51
52 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * lib/check-test-names.exp: Disable when testing is being run in
55 parallel.
56
57 2020-05-12 Tom de Vries <tdevries@suse.de>
58
59 * gdb.base/jit-elf.exp: Fix string concat.
60
61 2020-05-12 Tom de Vries <tdevries@suse.de>
62
63 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
64 messages.
65
66 2020-05-12 Tom de Vries <tdevries@suse.de>
67
68 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
69
70 2020-05-12 Tom de Vries <tdevries@suse.de>
71
72 * gdb.ada/catch_ex.exp: Use with_test_prefix.
73 * gdb.ada/mi_catch_ex.exp: Same.
74 * gdb.ada/mi_catch_ex_hand.exp: Same.
75
76 2020-05-12 Tom de Vries <tdevries@suse.de>
77
78 * gdb.fortran/complex.exp: Use with_test_prefix.
79
80 2020-05-12 Tom de Vries <tdevries@suse.de>
81
82 * gdb.trace/passcount.exp: Fix test-names.
83
84 2020-05-12 Tom de Vries <tdevries@suse.de>
85
86 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
87
88 2020-05-12 Tom de Vries <tdevries@suse.de>
89
90 * gdb.gdb/complaints.exp: Use with_test_prefix.
91 * gdb.xml/tdesc-regs.exp: Same.
92 * gdb.opt/inline-locals.exp: Fix test name.
93
94 2020-05-12 Tom de Vries <tdevries@suse.de>
95
96 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
97 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
98 * gdb.dwarf2/implref-struct.exp: Same.
99 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
100 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
101
102 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
103
104 * gdb.base/jit-so.exp (one_jit_test): Change test name.
105
106 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * lib/check-test-names.exp (all_test_names): New module variable.
109 (counts): Add 'duplicates' field.
110 (_check_duplicates): New procedure.
111 (check): Also check for duplicates.
112 (do_log_summary): Print duplicates count.
113 (do_reset_vars): Reset counter for duplicate test names, and
114 discard all know test names.
115
116 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
117
118 * lib/gdb.exp: Include check-test-names.exp library.
119 * lib/check-test-names.exp: New file.
120
121 2020-05-11 Tom de Vries <tdevries@suse.de>
122
123 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
124
125 2020-05-11 Keith Seitz <keiths@redhat.com>
126
127 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
128
129 2020-05-11 Tom de Vries <tdevries@suse.de>
130
131 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
132 * gdb.cp/cpexprs.exp.in: .. here.
133 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
134 cpexprs.exp.
135
136 2020-05-11 Keith Seitz <keiths@redhat.com>
137
138 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
139 test names.
140 * gdb.ada/arrayptr.exp: Likewise.
141 * gdb.ada/assign_arr.exp: Likewise.
142 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
143 * gdb.ada/bp_on_var.exp: Likewise.
144 * gdb.ada/call_pn.exp: Likewise.
145 * gdb.ada/complete.exp: Likewise.
146 * gdb.ada/fun_overload_menu.exp: Likewise.
147 * gdb.ada/funcall_param.exp: Likewise.
148 * gdb.ada/funcall_ref.exp: Likewise.
149 * gdb.ada/packed_array_assign.exp: Likewise.
150 * gdb.ada/same_component_name.exp: Likewise.
151 * gdb.ada/type_coercion.exp: Likewise.
152 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
153 * gdb.ada/variant_record_packed_array.exp: Likewise.
154
155 2020-05-11 Tom de Vries <tdevries@suse.de>
156
157 PR symtab/25941
158 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
159 out of ...
160 * gdb.dwarf2/clang-debug-names.exp: ... here.
161 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
162 clang-debug-names.exp.in.
163 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
164 * gdb.dwarf2/clang-debug-names-2.c: New test.
165
166 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
167
168 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
169 (fortran_runto_main): New Proc, fortran version of runto_main.
170 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
171 * gdb.fortran/array-bounds.exp: Likewise.
172 * gdb.fortran/array-slices.exp: Likewise.
173 * gdb.fortran/block-data.exp: Likewise.
174 * gdb.fortran/charset.exp: Likewise.
175 * gdb.fortran/common-block.exp: Likewise.
176 * gdb.fortran/complex.exp: Likewise.
177 * gdb.fortran/derived-type-function.exp: Likewise.
178 * gdb.fortran/derived-type.exp: Likewise.
179 * gdb.fortran/info-modules.exp: Likewise.
180 * gdb.fortran/info-types.exp: Likewise.
181 * gdb.fortran/intrinsics.exp: Likewise.
182 * gdb.fortran/library-module.exp: Likewise.
183 * gdb.fortran/logical.exp: Likewise.
184 * gdb.fortran/max-depth.exp: Likewise.
185 * gdb.fortran/module.exp: Likewise.
186 * gdb.fortran/multi-dim.exp: Likewise.
187 * gdb.fortran/nested-funcs.exp: Likewise.
188 * gdb.fortran/print-formatted.exp: Likewise.
189 * gdb.fortran/print_type.exp: Likewise.
190 * gdb.fortran/printing-types.exp: Likewise.
191 * gdb.fortran/ptr-indentation.exp: Likewise.
192 * gdb.fortran/ptype-on-functions.exp: Likewise.
193 * gdb.fortran/subarray.exp: Likewise.
194 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
195 * gdb.fortran/vla-datatypes.exp: Likewise.
196 * gdb.fortran/vla-history.exp: Likewise.
197 * gdb.fortran/vla-ptr-info.exp: Likewise.
198 * gdb.fortran/vla-ptype-sub.exp: Likewise.
199 * gdb.fortran/vla-ptype.exp: Likewise.
200 * gdb.fortran/vla-sizeof.exp: Likewise.
201 * gdb.fortran/vla-type.exp: Likewise.
202 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
203 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
204 * gdb.fortran/vla-value-sub.exp: Likewise.
205 * gdb.fortran/vla-value.exp: Likewise.
206 * gdb.fortran/whatis_type.exp: Likewise.
207 * gdb.mi/mi-var-child-f.exp: Likewise.
208
209 2020-05-09 Tom de Vries <tdevries@suse.de>
210
211 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
212
213 2020-05-08 Tom de Vries <tdevries@suse.de>
214
215 * gdb.dwarf2/clang-debug-names.c: New test.
216 * gdb.dwarf2/clang-debug-names.exp: New file.
217
218 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
219
220 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
221 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
222
223 2020-05-06 Tom de Vries <tdevries@suse.de>
224
225 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
226 breakpoint is at a "recommended breakpoint location".
227 * gdb.reverse/consecutive-reverse.exp: Same.
228
229 2020-05-06 Tom de Vries <tdevries@suse.de>
230
231 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
232 address.
233
234 2020-05-06 Tom de Vries <tdevries@suse.de>
235
236 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
237
238 2020-05-06 Tom de Vries <tdevries@suse.de>
239
240 * gdb.base/store.exp (check_set, up_set): Allowing missing location
241 info for r.
242
243 2020-05-06 Tom de Vries <tdevries@suse.de>
244
245 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
246 necessary.
247
248 2020-05-06 Tom de Vries <tdevries@suse.de>
249
250 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
251 void.
252
253 2020-05-06 Tom de Vries <tdevries@suse.de>
254
255 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
256 of ...
257 * gdb.base/async.exp: ... here.
258 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
259 "recommended breakpoint location".
260
261 2020-05-06 Tom de Vries <tdevries@suse.de>
262
263 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
264
265 2020-05-04 Tom de Vries <tdevries@suse.de>
266
267 * gdb.base/async.exp: Check whether instruction addresses are a
268 "recommended breakpoint location".
269
270 2020-05-03 Tom Tromey <tom@tromey.com>
271
272 * gdb.base/sepdebug.exp: Remove "catch" test.
273 * gdb.base/break.exp: Remove "catch" test.
274 * gdb.base/default.exp: Update expected output.
275
276 2020-05-02 Tom de Vries <tdevries@suse.de>
277
278 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
279 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
280 * gdb.arch/i386-mpx-map.exp: Same.
281 * gdb.arch/i386-mpx-sigsegv.exp: Same.
282 * gdb.arch/i386-mpx-simple_segv.exp: Same.
283 * gdb.arch/i386-mpx.exp: Same.
284
285 2020-05-02 Tom de Vries <tdevries@suse.de>
286
287 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
288
289 2020-05-01 Tom de Vries <tdevries@suse.de>
290
291 * gdb.ada/operator_bp.exp: Allow more than required amount of
292 breakpoint.
293
294 2020-05-01 Tom de Vries <tdevries@suse.de>
295
296 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
297
298 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
299
300 PR gdb/18706
301 * gdb.cp/stub-array-size.cc: New test.
302 * gdb.cp/stub-array-size.exp: New file.
303 * gdb.cp/stub-array-size.h: New test.
304 * gdb.cp/stub-array-size2.cc: New test.
305
306 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
307
308 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
309 output to the new format.
310
311 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
312
313 * gdb.base/break.exp: Use with_test_prefix.
314
315 2020-04-29 Tom de Vries <tdevries@suse.de>
316
317 * lib/gdb.exp (debug_types): New proc.
318 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
319 * gdb.python/py-symtab.exp: Same.
320
321 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
322
323 PR gdb/17320
324 * gdb.base/pretty-array.c: New test.
325 * gdb.base/pretty-array.exp: New file.
326
327 2020-04-29 Tom de Vries <tdevries@suse.de>
328
329 PR symtab/25889
330 * gdb.cp/cpexprs.exp: Adapt for inclusion.
331 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
332 and include cpexprs.exp.
333
334 2020-04-28 Mark Williams <mark@myosotissp.com>
335
336 PR gdb/24480
337 * dw4-toplevel-types.exp: Test for top level types.
338 * dw4-toplevel-types.cc: Test for top level types.
339
340 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
341
342 * gdb.threads/stop-with-handle.exp: Fix typo in comment
343 (theads -> threads).
344
345 2020-04-28 Tom de Vries <tdevries@suse.de>
346
347 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
348
349 2020-04-28 Tom de Vries <tdevries@suse.de>
350
351 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
352
353 2020-04-28 Tom de Vries <tdevries@suse.de>
354
355 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
356
357 2020-04-28 Tom de Vries <tdevries@suse.de>
358
359 * gdb.dwarf2/main-foo.c: New test.
360 * gdb.dwarf2/struct-with-sig.exp: New file.
361
362 2020-04-25 Tom de Vries <tdevries@suse.de>
363
364 * boards/debug-types.exp: New file.
365
366 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
367
368 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
369
370 2020-04-24 Tom Tromey <tom@tromey.com>
371
372 PR symtab/12707:
373 * gdb.python/py-symbol.exp: Update expected results for
374 linkage_name test.
375 * gdb.cp/print-demangle.exp: New file.
376 * gdb.base/c-linkage-name.exp: Fix test.
377 * gdb.guile/scm-symbol.exp: Update expected results for
378 linkage_name test.
379
380 2020-04-24 Tom Tromey <tom@tromey.com>
381
382 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
383 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
384 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
385 assembler.
386
387 2020-04-24 Tom de Vries <tdevries@suse.de>
388
389 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
390 C++.
391
392 2020-04-24 Tom Tromey <tromey@adacore.com>
393
394 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
395 values.
396 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
397 values. Update test for minimal encodings.
398 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
399 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
400 values. Update test for minimal encodings.
401
402 2020-04-24 Tom Tromey <tromey@adacore.com>
403
404 PR python/23662:
405 * gdb.ada/variant.exp: Add Python checks.
406 * gdb.rust/simple.exp: Add dynamic type checks.
407
408 2020-04-24 Tom Tromey <tromey@adacore.com>
409
410 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
411 Make array type matching more lax.
412 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
413 * gdb.ada/mi_variant.exp: New file.
414 * gdb.ada/mi_variant/pck.ads: New file.
415 * gdb.ada/mi_variant/pkg.adb: New file.
416 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
417 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
418
419 2020-04-24 Tom Tromey <tromey@adacore.com>
420
421 * gdb.ada/variant.exp: Add dynamic field offset tests.
422 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
423 * gdb.ada/variant/pkg.adb: Add new variables.
424
425 2020-04-24 Tom Tromey <tromey@adacore.com>
426
427 * gdb.ada/variant.exp: New file
428 * gdb.ada/variant/pkg.adb: New file
429 * gdb.ada/variant/pck.adb: New file
430
431 2020-04-24 Tom de Vries <tdevries@suse.de>
432
433 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
434
435 2020-04-24 Tom de Vries <tdevries@suse.de>
436
437 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
438 flags.
439
440 2020-04-24 Tom de Vries <tdevries@suse.de>
441
442 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
443
444 2020-04-24 Tom de Vries <tdevries@suse.de>
445
446 * lib/gdb.exp (default_gdb_start): Handle eof.
447 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
448 failure.
449 * gdb.base/readnever.exp: Handle clean_restart failure.
450
451 2020-04-23 Tom de Vries <tdevries@suse.de>
452
453 * gdb.base/decl-before-def.exp: Run to main and print a again.
454
455 2020-04-23 Tom de Vries <tdevries@suse.de>
456
457 * gdb.base/decl-before-def-decl.c: New test.
458 * gdb.base/decl-before-def-def.c: New test.
459 * gdb.base/decl-before-def.exp: New file.
460
461 2020-04-23 Tom de Vries <tdevries@suse.de>
462
463 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
464
465 2020-04-22 Tom de Vries <tdevries@suse.de>
466
467 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
468 debug_info_offset.
469 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
470 before $objsfile in the line line.
471
472 2020-04-22 Tom de Vries <tdevries@suse.de>
473
474 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
475
476 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
477
478 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
479 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
480 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
481 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
482 * gdb.base/jit-protocol.h: Update definitions to match all usage
483 contexts.
484
485 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
486
487 * gdb.base: Rename all jit related test and source files.
488
489 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
490
491 * gdb.base/jit-reader.exp: Relax register output check.
492
493 2020-04-22 Tom de Vries <tdevries@suse.de>
494
495 PR symtab/25764
496 * gdb.base/psym-external-decl-2.c: New test.
497 * gdb.base/psym-external-decl.c: New test.
498 * gdb.base/psym-external-decl.exp: New file.
499 * gdb.threads/tls.exp: Add PR25807 kfail.
500
501 2020-04-22 Tom de Vries <tdevries@suse.de>
502
503 PR symtab/25801
504 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
505 in "info source" output.
506
507 2020-04-22 Tom de Vries <tdevries@suse.de>
508
509 PR symtab/25700
510 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
511 symtab for imported_unit.c.
512
513 2020-04-21 Gary Benson <gbenson@redhat.com>
514
515 * gdb.base/advance.c (func): New argument, to match call site.
516 (func2, func3): Add return statements.
517
518 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
519
520 * gdb.multi/run-only-second-inf.c: New file.
521 * gdb.multi/run-only-second-inf.exp: New file.
522
523 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
524
525 * gdb.btrace/multi-inferior.c: New test.
526 * gdb.btrace/multi-inferior.exp: New file.
527
528 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
529
530 * gdb.btrace/enable-new-thread.c: New test.
531 * gdb.btrace/enable-new-thread.exp: New file.
532
533 2020-04-21 Tom de Vries <tdevries@suse.de>
534
535 PR gdb/25471
536 * gdb.threads/killed-outside.c: New test.
537 * gdb.threads/killed-outside.exp: New file.
538
539 2020-04-20 Gary Benson <gbenson@redhat.com>
540
541 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
542 * gdb.base/nested-subp2.exp: Likewise.
543 * gdb.base/nested-subp3.exp: Likewise.
544
545 2020-04-20 Gary Benson <gbenson@redhat.com>
546
547 * gdb.base/nested-subp1.exp: Disable test when using clang.
548 * gdb.base/nested-subp2.exp: Likewise.
549 * gdb.base/nested-subp3.exp: Likewise.
550
551 2020-04-20 Gary Benson <gbenson@redhat.com>
552
553 * gdb.cp/exception.cc: Fix compilation error with clang.
554
555 2020-04-20 Gary Benson <gbenson@redhat.com>
556
557 * gdb.trace/tspeed.c: Fix compilation error with clang.
558
559 2020-04-20 Gary Benson <gbenson@redhat.com>
560
561 * gdb.base/jit-main.c: Fix compilation error with clang.
562
563 2020-04-17 Kamil Rytarowski <n54@gmx.com>
564
565 * gdb.base/attach-twice.c: Include "sys/types.h".
566 (PTRACE_ATTACH): Add fallback definition.
567 (main): Pass `0' to the 4th argument of `ptrace'.
568
569 2020-04-17 Kamil Rytarowski <n54@gmx.com>
570
571 * gdb.base/fork-running-state.c: Include "signal.h".
572
573 2020-04-17 Tom Tromey <tromey@adacore.com>
574
575 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
576 Update tests.
577 * gdb.btrace/cpu.exp: Update tests.
578 * gdb.base/maint.exp: Update tests.
579 * gdb.base/default.exp: Update tests.
580 * gdb.base/completion.exp: Update tests.
581
582 2020-04-16 Tom de Vries <tdevries@suse.de>
583
584 PR symtab/25791
585 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
586 (ensure_gdb_index): and factor out and move ...
587 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
588 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
589
590 2020-04-16 Tom de Vries <tdevries@suse.de>
591
592 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
593 loading exec.
594
595 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
596
597 * gdb.base/many-completions.exp: New file.
598
599 2020-04-14 Tom de Vries <tdevries@suse.de>
600
601 PR symtab/25718
602 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
603
604 2020-04-14 Tom de Vries <tdevries@suse.de>
605
606 PR symtab/25720
607 * gdb.base/maint-expand-symbols-header-file.c: New test.
608 * gdb.base/maint-expand-symbols-header-file.exp: New file.
609 * gdb.base/maint-expand-symbols-header-file.h: New test.
610
611 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
614 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
615 get_func_info.
616 (get_func_info): Delete.
617 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
618 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
619 * lib/dwarf.exp (get_func_info): New function.
620
621 2020-04-13 Tom de Vries <tdevries@suse.de>
622
623 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
624 to what find_gnatmake does.
625
626 2020-04-10 Tom de Vries <tdevries@suse.de>
627
628 * gdb.base/style.exp: Expect "Expanding full symbols" message for
629 -readnow.
630
631 2020-04-10 Tom de Vries <tdevries@suse.de>
632
633 PR cli/25808
634 * gdb.base/style.c: Add leading newlines.
635 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
636 Check listing of main's one-line body.
637
638 2020-04-08 Tom de Vries <tdevries@suse.de>
639
640 * lib/gdb.exp (psymtabs_p): New proc.
641 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
642 importing unit" unsupported if there are no partial symbols.
643
644 2020-04-08 Tom de Vries <tdevries@suse.de>
645
646 PR testsuite/25760
647 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
648
649 2020-04-07 Tom de Vries <tdevries@suse.de>
650
651 PR symtab/25796
652 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
653
654 2020-04-07 Tom de Vries <tdevries@suse.de>
655
656 * gdb.base/check-psymtab.c: New test.
657 * gdb.base/check-psymtab.exp: New file.
658
659 2020-04-06 Tom Tromey <tromey@adacore.com>
660
661 * gdb.ada/variant-record/proc.adb: New file.
662 * gdb.ada/variant-record/value.adb: New file.
663 * gdb.ada/variant-record/value.s: New file.
664 * gdb.ada/variant-record.exp: New file.
665
666 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
667
668 PR gdb/25325
669 * gdb.cp/typed-enum.cc: New test.
670 * gdb.cp/typed-enum.exp: New file.
671
672 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
673
674 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
675 * gdb.dwarf2/dw2-inline-small-func.c: New file.
676 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
677 * gdb.dwarf2/dw2-inline-small-func.h: New file.
678 * gdb.opt/inline-small-func.c: New file.
679 * gdb.opt/inline-small-func.exp: New file.
680 * gdb.opt/inline-small-func.h: New file.
681
682 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
685 function.
686
687 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
688
689 * lib/dwarf.exp (function_range): Allow compiler options to be
690 specified.
691
692 2020-04-02 Tom de Vries <tdevries@suse.de>
693
694 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
695 __attribute__((always_inline)).
696 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
697
698 2020-04-02 Tom de Vries <tdevries@suse.de>
699
700 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
701 (gdbserver_gdb_exit): ... here. Add timeout warning.
702 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
703 (connect_target_extended_remote): Append new server_spawn_id to
704 server_spawn_ids.
705 (cleanup): New proc.
706 (setup, <toplevel>): Call cleanup.
707
708 2020-04-02 Tom de Vries <tdevries@suse.de>
709
710 * gdb.base/main-psymtab.exp: New file.
711
712 2020-04-02 Tom de Vries <tdevries@suse.de>
713
714 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
715
716 2020-04-01 Tom Tromey <tom@tromey.com>
717
718 * gdb.base/complex-parts.exp: Add type tests.
719
720 2020-04-01 Tom Tromey <tom@tromey.com>
721
722 * gdb.base/complex-parts.exp: Add arithmetic tests.
723
724 2020-04-01 Tom Tromey <tom@tromey.com>
725
726 * gdb.compile/compile.exp: Update.
727 * gdb.compile/compile-cplus.exp: Update.
728 * gdb.base/varargs.exp: Update.
729 * gdb.base/floatn.exp: Update.
730 * gdb.base/endianity.exp: Update.
731 * gdb.base/callfuncs.exp (do_function_calls): Update.
732 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
733 (complex_float_integral_args): Update.
734 * gdb.base/complex.exp: Update.
735 * gdb.base/complex-parts.exp: Update.
736
737 2020-04-01 Tom Tromey <tromey@adacore.com>
738
739 * gdb.rust/union.rs: New file.
740 * gdb.rust/union.exp: New file.
741 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
742 (main): Update.
743 * gdb.rust/simple.exp: Move union tests to union.exp.
744
745 2020-04-01 Tom Tromey <tromey@adacore.com>
746
747 * gdb.rust/simple.rs (main): Remove "y0".
748
749 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
750
751 * gdb.multi/stop-all-on-exit.c: New test.
752 * gdb.multi/stop-all-on-exit.exp: New file.
753
754 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
755
756 PR gdb/24789
757 * gdb.cp/misc.cc: Add integer reference variable.
758 * gdb.cp/misc.exp: Add test.
759
760 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
761
762 * gdb.server/stop-reply-no-thread.exp: Enhance the test
763 scenario to cover execution until the end and also the case
764
765 2020-03-31 Tom de Vries <tdevries@suse.de>
766
767 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
768 c. Use "maint info symtabs" to check symtab expansion.
769
770 2020-03-30 Tom de Vries <tdevries@suse.de>
771
772 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
773 unsupported.
774 (verify_psymtab_expanded): Move ...
775 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
776 test.
777 (readnow): New proc.
778
779 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
780
781 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
782 with $hex.
783
784 2020-03-20 Tom Tromey <tromey@adacore.com>
785
786 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
787
788 2020-03-20 Tom Tromey <tromey@adacore.com>
789
790 * gdb.ada/sub_variant/subv.adb: New file.
791 * gdb.ada/sub_variant.exp: New file.
792
793 2020-03-20 Tom de Vries <tdevries@suse.de>
794
795 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
796 first break fails.
797 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
798
799 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
800
801 * gdb.server/exit-multiple-threads.c: New file.
802 * gdb.server/exit-multiple-threads.exp: New file.
803
804 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
805
806 * gdb.fortran/mixed-lang-stack.c: New file.
807 * gdb.fortran/mixed-lang-stack.cpp: New file.
808 * gdb.fortran/mixed-lang-stack.exp: New file.
809 * gdb.fortran/mixed-lang-stack.f90: New file.
810
811 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
812
813 * gdb.linespec/cp-completion-aliases.cc: New file.
814 * gdb.linespec/cp-completion-aliases.exp: New file.
815
816 2020-03-19 Tom de Vries <tdevries@suse.de>
817
818 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
819 more precise.
820
821 2020-03-18 Tom de Vries <tdevries@suse.de>
822
823 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
824 * gdb.dwarf2/break-inline-psymtab.c: New test.
825 * gdb.dwarf2/break-inline-psymtab.exp: New file.
826
827 2020-03-16 Tom de Vries <tdevries@suse.de>
828
829 * lib/cache.exp (gdb_do_cache): Add and handle local variables
830 cache_verify and cache_verify_proc.
831
832 2020-03-15 Tom de Vries <tdevries@suse.de>
833
834 * gdb.server/solib-list.exp: Handle
835 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
836
837 2020-03-15 Tom de Vries <tdevries@suse.de>
838
839 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
840 objfiles".
841
842 2020-03-14 Tom Tromey <tom@tromey.com>
843
844 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
845
846 2020-03-14 Tom de Vries <tdevries@suse.de>
847
848 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
849
850 2020-03-14 Tom de Vries <tdevries@suse.de>
851
852 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
853 result in line-by-line fashion.
854
855 2020-03-14 Tom de Vries <tdevries@suse.de>
856
857 * lib/gdb.exp (supports_statement_frontiers): New proc.
858 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
859
860 2020-03-14 Tom de Vries <tdevries@suse.de>
861
862 * gdb.base/printcmds.exp: Add missing quoting for "print
863 teststring2".
864
865 2020-03-13 Tom Tromey <tom@tromey.com>
866
867 * gdb.base/printcmds.exp (test_print_strings): Add regression
868 test.
869 * gdb.base/printcmds.c (charptr): New typedef.
870 (teststring2): New global.
871
872 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
873
874 * gdb.base/break-interp.exp: Use the tail of the filename, not the
875 full path in the test name.
876 (test_ld): Add some with_test_prefix blocks to make test names
877 unique.
878
879 2020-03-13 Tom de Vries <tdevries@suse.de>
880
881 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
882
883 2020-03-13 Tom de Vries <tdevries@suse.de>
884
885 * gdb.mi/mi-sym-info.exp: Make matching more precise.
886
887 2020-03-13 Tom de Vries <tdevries@suse.de>
888
889 PR symtab/25646
890 * gdb.dwarf2/imported-unit.exp: Add test.
891
892 2020-03-13 Tom de Vries <tdevries@suse.de>
893
894 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
895 (var1, var2): New variable.
896 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
897 matching symbols.
898
899 2020-03-13 Tom de Vries <tdevries@suse.de>
900
901 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
902 (Term::command): Use prompt prefix.
903 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
904 * gdb.tui/tui-layout-asm-short-prog.exp: Use
905 command_no_prompt_prefix instead of prefix.
906 * gdb.tui/tui-layout-asm.exp: Same.
907
908 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
909
910 * gdb.base/break-interp.exp: Use foreach_with_prefix.
911
912 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
913
914 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
915 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
916 on" while stepping over the test instruction, match printed
917 message.
918
919 2020-03-12 Tom de Vries <tdevries@suse.de>
920
921 * gdb.base/info-types.exp: Use exp_continue during matching of output
922 of "info types".
923
924 2020-03-12 Tom de Vries <tdevries@suse.de>
925
926 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
927
928 2020-03-12 Tom de Vries <tdevries@suse.de>
929
930 * gdb.fortran/module.exp: Use exp_continue during matching of output
931 of "info variable -n".
932
933 2020-03-12 Tom de Vries <tdevries@suse.de>
934
935 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
936 gdb.dwarf2/dw2-ranges-base.c.
937
938 2020-03-12 Tom de Vries <tdevries@suse.de>
939
940 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
941 in presence of GLIBC debuginfo.
942
943 2020-03-12 Tom de Vries <tdevries@suse.de>
944
945 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
946 $core.
947
948 2020-03-12 Tom de Vries <tdevries@suse.de>
949
950 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
951 more precise.
952
953 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
954
955 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
956 from Unix to Windows path.
957
958 2020-03-11 Tom de Vries <tdevries@suse.de>
959
960 * gdb.ada/minsyms.exp: Set language to ada.
961
962 2020-03-11 Tom de Vries <tdevries@suse.de>
963
964 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
965
966 2020-03-11 Tom de Vries <tdevries@suse.de>
967
968 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
969
970 2020-03-11 Tom Tromey <tromey@adacore.com>
971
972 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
973
974 2020-03-11 Tom de Vries <tdevries@suse.de>
975
976 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
977
978 2020-03-11 Tom de Vries <tdevries@suse.de>
979
980 * gdb.base/break-interp.exp: Limit verbose scope.
981
982 2020-03-11 Tom de Vries <tdevries@suse.de>
983
984 * gdb.fortran/logical.f90: Define variable with character type.
985 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
986
987 2020-03-11 Tom de Vries <tdevries@suse.de>
988
989 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
990
991 2020-03-11 Tom de Vries <tdevries@suse.de>
992
993 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
994 symtabs.
995
996 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
997 Bernd Edlinger <bernd.edlinger@hotmail.de>
998
999 * gdb.cp/step-and-next-inline.cc: New file.
1000 * gdb.cp/step-and-next-inline.exp: New file.
1001 * gdb.cp/step-and-next-inline.h: New file.
1002 * gdb.dwarf2/dw2-is-stmt.c: New file.
1003 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1004 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1005 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1006 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1007
1008 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1009
1010 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1011 is-stmt flag in the line table.
1012
1013 2020-03-09 Tom de Vries <tdevries@suse.de>
1014
1015 * lib/gdb.exp (cached_file): Create cache dir.
1016
1017 2020-03-07 Tom de Vries <tdevries@suse.de>
1018
1019 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1020 * gdb.cp/rvalue-ref-params.exp: Same.
1021
1022 2020-03-06 Tom de Vries <tdevries@suse.de>
1023
1024 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1025 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1026
1027 2020-03-06 Tom de Vries <tdevries@suse.de>
1028
1029 * README: Fix "the the".
1030 * gdb.base/dprintf.exp: Same.
1031
1032 2020-03-05 Tom de Vries <tdevries@suse.de>
1033
1034 * gdb.base/maint.exp: Update "main print statistics" expected output.
1035
1036 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1037
1038 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1039 (fortran_int8): Likewise.
1040 (fortran_real4): Likewise.
1041 (fortran_real8): Likewise.
1042 (fortran_complex4): Likewise.
1043 (fortran_logical4): Likewise.
1044 (fortran_character1): Likewise.
1045
1046 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1047
1048 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1049 printed as true.
1050
1051 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1052
1053 * gdb.base/printcmds.exp: Add test to verify printf of a
1054 variable holding an address.
1055
1056 2020-03-03 Tom de Vries <tdevries@suse.de>
1057
1058 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1059
1060 2020-03-03 Tom de Vries <tdevries@suse.de>
1061
1062 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1063 gdb_test_multiple call.
1064
1065 2020-03-03 Tom de Vries <tdevries@suse.de>
1066
1067 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1068 gdb_test_multiple calls.
1069
1070 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1071
1072 * gdb.base/default.exp: Remove test of 'set history filename'.
1073 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1074 filename to the empty string.
1075 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1076 and GDBHISTSIZE.
1077
1078 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1079
1080 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1081 disabled.
1082
1083 2020-03-02 Pedro Alves <palves@redhat.com>
1084 Tom de Vries <tdevries@suse.de>
1085
1086 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1087 -prompt prefix, before user_code argument. Add -lbl option likewise.
1088 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1089 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1090 argument.
1091 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1092 have "\r\n" at start-of-line, instead of at end-of-line.
1093
1094 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1095
1096 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1097 libinproctrace.so.
1098
1099 2020-02-28 Luis Machado <luis.machado@linaro.org>
1100
1101 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1102 to "p/x".
1103
1104 2020-02-28 Luis Machado <luis.machado@linaro.org>
1105
1106 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1107 asm/ptrace.h and error.h.
1108
1109 2020-02-28 Tom de Vries <tdevries@suse.de>
1110
1111 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1112 (struct wrapper, do_something, mundane/symada__cS): Move ...
1113 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1114 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1115 Update "print symada__cS before partial symtab expansion" regexp.
1116 Update breakpoint location. Flush symbol cache after expansion.
1117
1118 2020-02-28 Luis Machado <luis.machado@linaro.org>
1119
1120 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1121
1122 2020-02-27 Tom de Vries <tdevries@suse.de>
1123
1124 * config/sid.exp: Remove unused globals.
1125 * gdb.base/attach.exp: Same.
1126 * gdb.base/catch-load.exp: Same.
1127 * gdb.base/dbx.exp: Same.
1128 * lib/gdb.exp: Same.
1129 * lib/mi-support.exp: Same.
1130 * lib/prompt.exp: Same.
1131
1132 2020-02-27 Tom de Vries <tdevries@suse.de>
1133
1134 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1135 not set.
1136
1137 2020-02-26 Aaron Merey <amerey@redhat.com>
1138
1139 * gdb.debuginfod: New directory for debuginfod tests.
1140 * gdb.debuginfod/main.c: New test file.
1141 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1142
1143 2020-02-26 Tom de Vries <tdevries@suse.de>
1144
1145 PR gdb/25603
1146 * gdb.base/persistent-lang.cc: New test.
1147 * gdb.base/persistent-lang.exp: New file.
1148
1149 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1150
1151 * gdb.fortran/derived-type-striding.exp: Add a new test.
1152 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1153 new test.
1154
1155 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1156
1157 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1158 names.
1159
1160 2020-02-25 Tom de Vries <tdevries@suse.de>
1161
1162 PR go/18926
1163 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1164
1165 2020-02-24 Tom de Vries <tdevries@suse.de>
1166
1167 PR gdb/25592
1168 * gdb.base/info-locals-unused-static-var.c: New test.
1169 * gdb.base/info-locals-unused-static-var.exp: New file.
1170
1171 2020-02-22 Tom Tromey <tom@tromey.com>
1172
1173 * gdb.python/tui-window.exp: New file.
1174 * gdb.python/tui-window.py: New file.
1175
1176 2020-02-22 Tom Tromey <tom@tromey.com>
1177
1178 PR tui/17850:
1179 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1180 tests.
1181
1182 2020-02-22 Tom Tromey <tom@tromey.com>
1183
1184 * gdb.tui/new-layout.exp: Add sub-layout tests.
1185
1186 2020-02-22 Tom Tromey <tom@tromey.com>
1187
1188 * gdb.tui/new-layout.exp: New file.
1189
1190 2020-02-22 Tom Tromey <tom@tromey.com>
1191
1192 * gdb.rust/rust-style.rs: New file.
1193 * gdb.rust/rust-style.exp: New file.
1194 * gdb.base/style.exp: Test structure printing.
1195 * gdb.base/style.c (struct some_struct): New type.
1196 (enum etype): New type.
1197 (struct_value): New global.
1198
1199 2020-02-21 Tom de Vries <tdevries@suse.de>
1200
1201 PR go/18926
1202 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1203 Remove blanket xfails. Use message argument for gdb_breakpoint.
1204 Make continuing to breakpoint test conditional on setting breakpoint.
1205 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1206 DW_AT_name attribute. Add xfail for GCC PR93866.
1207
1208 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1209
1210 * gdb.dwarf2/cpp-linkage-name.c: New file.
1211 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1212
1213 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1214
1215 * lib/gdb.exp (gdb_wrapper_init): Reset
1216 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1217 not exist.
1218
1219 2020-02-20 Tom de Vries <tdevries@suse.de>
1220
1221 PR go/17018
1222 * gdb.go/hello.exp: Copy ...
1223 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1224 print of st to print value of global definition. Add xfail for GCC
1225 PR93844.
1226 * gdb.go/hello.exp: Remove printing of st before definition.
1227 * gdb.go/hello.go: Copy ...
1228 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1229 to st.
1230 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1231
1232 2020-02-20 Tom de Vries <tdevries@suse.de>
1233
1234 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1235 (gdb_simple_compile): Handle compile_flags go by using .go extension
1236 for source file.
1237 * gdb.go/chan.exp: Use support_go_compile.
1238 * gdb.go/handcall.exp: Same.
1239 * gdb.go/hello.exp: Same.
1240 * gdb.go/integers.exp: Same.
1241 * gdb.go/max-depth.exp: Same.
1242 * gdb.go/methods.exp: Same.
1243 * gdb.go/package.exp: Same.
1244 * gdb.go/strings.exp: Same.
1245 * gdb.go/types.exp: Same.
1246 * gdb.go/unsafe.exp: Same.
1247
1248 2020-02-19 Tom de Vries <tdevries@suse.de>
1249
1250 * gdb.python/lib-types.exp: Make xfail more strict.
1251
1252 2020-02-19 Tom de Vries <tdevries@suse.de>
1253
1254 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1255
1256 2020-02-19 Doug Evans <dje@google.com>
1257
1258 PR rust/25535
1259 * gdb.rust/simple.exp: Add test.
1260 * gdb.rust/simple.rs: Add test.
1261
1262 2020-02-19 Tom de Vries <tdevries@suse.de>
1263
1264 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1265 output line-by-line.
1266
1267 2020-02-19 Tom de Vries <tdevries@suse.de>
1268
1269 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1270
1271 2020-02-19 Tom de Vries <tdevries@suse.de>
1272
1273 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1274 prelink.
1275
1276 2020-02-19 Tom de Vries <tdevries@suse.de>
1277
1278 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1279 (gdb_do_cache): Use gdb_do_cache_wrap.
1280 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1281
1282 2020-02-19 Tom de Vries <tdevries@suse.de>
1283
1284 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1285 gdb_compile option.
1286
1287 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1288
1289 * gdb.base/printcmds.exp (test_print_enums): Update expected
1290 output.
1291
1292 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1293
1294 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1295 for "unknown".
1296
1297 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1298
1299 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1300 enumerator.
1301
1302 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1303
1304 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1305 FE_, add FE_NONE.
1306 (three): Update.
1307 (enum flag_enum_without_zero): New enum.
1308 (flag_enum_without_zero): New variable.
1309 (enum not_flag_enum): New enum.
1310 (three_not_flag): New variable.
1311 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1312 (test_print_enums): Add more tests for printing flag enums.
1313
1314 2020-02-18 Tom de Vries <tdevries@suse.de>
1315
1316 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1317 (gdb_compile_ada): ... here.
1318 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1319 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1320
1321 2020-02-14 Tom Tromey <tom@tromey.com>
1322
1323 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1324 build directory.
1325 * boards/gdbserver-base.exp: Update path to gdbserver.
1326
1327 2020-02-13 Tom de Vries <tdevries@suse.de>
1328
1329 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1330
1331 2020-02-13 Tom de Vries <tdevries@suse.de>
1332
1333 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1334 are missing.
1335
1336 2020-02-13 Tom de Vries <tdevries@suse.de>
1337
1338 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1339 call.
1340
1341 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1342
1343 PR tui/25126
1344 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1345 * gdb.base/cached-source-file.c: New file.
1346 * gdb.base/cached-source-file.exp: New file.
1347
1348 2020-02-11 Tom de Vries <tdevries@suse.de>
1349
1350 PR testsuite/25488
1351 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1352
1353 2020-02-10 Tom de Vries <tdevries@suse.de>
1354
1355 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1356
1357 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1358
1359 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1360 and $after_addr are both integers before making a comparison.
1361
1362 2020-02-09 Tom de Vries <tdevries@suse.de>
1363
1364 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1365 command output and paste it into gdb.log. If any, paste catch message
1366 to gdb.log.
1367
1368 2020-02-07 Tom Tromey <tromey@adacore.com>
1369
1370 PR breakpoints/24915:
1371 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1372
1373 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1374
1375 * gdb.tui/tui-missing-src.exp: Add the "missing source
1376 file" test for the TUI.
1377
1378 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1379
1380 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1381 including a port number in the output.
1382
1383 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1384
1385 * lib/fortran.exp (fortran_int4): Handle clang.
1386 (fortran_int8): Likewise.
1387 (fortran_real4): Likewise.
1388 (fortran_real8): Likewise.
1389 (fortran_complex4): Likewise.
1390 (fortran_logical4): Likewise.
1391 (fortran_character1): Likewise.
1392
1393 2020-02-04 Tom de Vries <tdevries@suse.de>
1394
1395 * README (Race detection): Add note.
1396
1397 2020-02-04 Tom de Vries <tdevries@suse.de>
1398
1399 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1400
1401 2020-02-04 Tom de Vries <tdevries@suse.de>
1402
1403 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1404
1405 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1406
1407 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1408 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1409 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1410 blttar, bnetarl.
1411 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1412 binary for blttar, bnetarl.
1413 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1414 wait instruction. Delete ldmx test.
1415 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1416
1417 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1418
1419 * gdb.fortran/array-bounds-high.exp: New file.
1420 * gdb.fortran/array-bounds-high.f90: New file.
1421
1422 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1423
1424 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1425 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1426
1427 2020-02-01 Tom de Vries <tdevries@suse.de>
1428
1429 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1430
1431 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1432
1433 PR tui/9765
1434 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1435 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1436
1437 2020-01-29 Luis Machado <luis.machado@linaro.org>
1438
1439 * gdb.arch/aarch64-brk-patterns.c: New source file.
1440 * gdb.arch/aarch64-brk-patterns.exp: New test.
1441
1442 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1443
1444 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1445 GCC/Clang version.
1446 * gdb.cp/pass-by-ref.exp: Ditto.
1447
1448 2020-01-29 Tom de Vries <tdevries@suse.de>
1449
1450 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1451 * gdb.threads/watchpoint-fork-mt.c: Same.
1452 * gdb.threads/watchpoint-fork-parent.c: Same.
1453 * gdb.threads/watchpoint-fork-st.c: Same.
1454 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1455
1456 2020-01-27 Luis Machado <luis.machado@linaro.org>
1457
1458 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1459 sitting at a syscall instruction when we hit the syscall function's
1460 breakpoint.
1461 Check PC against one obtained with the x command.
1462 Validate syscall number.
1463 (step_over_syscall): Don't continue to the syscall instruction if
1464 we're already there.
1465
1466 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1467
1468 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1469
1470 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1471
1472 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1473 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1474
1475 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1476
1477 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1478 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1479
1480 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1481
1482 * gdb.base/maint.exp: Update line table parsing test.
1483 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1484
1485 2020-01-24 Pedro Alves <palves@redhat.com>
1486
1487 PR gdb/25410
1488 * gdb.multi/multi-re-run-1.c: New.
1489 * gdb.multi/multi-re-run-2.c: New.
1490 * gdb.multi/multi-re-run.exp: New.
1491
1492 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1493
1494 PR gdb/23718
1495 * gdb.server/server-kill-python.exp: New file.
1496
1497 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1498
1499 * gdb.server/multi-ui-errors.c: New file.
1500 * gdb.server/multi-ui-errors.exp: New file.
1501
1502 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 PR tui/9765
1505 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1506
1507 2020-01-19 Tom Tromey <tom@tromey.com>
1508
1509 * gdb.tui/main.exp: Add check for plain "file".
1510
1511 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1512
1513 * lib/gdb.exp: Fix spelling error (seperatelly).
1514
1515 2020-01-14 Tom Tromey <tom@tromey.com>
1516
1517 PR symtab/12535:
1518 * gdb.python/python.exp: Test decode_line with empty string
1519 argument.
1520
1521 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1522
1523 * gdb.base/skip-inline.exp: Extend test.
1524
1525 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1526
1527 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1528 * gdb.dwarf2/dw2-bad-elf.c: New file.
1529 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1530
1531 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1532
1533 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1534 _line_saw_file.
1535
1536 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1537
1538 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1539 border.
1540
1541 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1542
1543 * gdb.multi/multi-target.exp (setup): Factor out "info
1544 connections" and "info inferiors" tests to ...
1545 (test_info_inferiors): ... this new procedure.
1546 (top level): Run new "info-inferiors" tests.
1547
1548 2020-01-10 Pedro Alves <palves@redhat.com>
1549
1550 * gdb.server/bkpt-other-inferior.exp: New file.
1551
1552 2020-01-10 Pedro Alves <palves@redhat.com>
1553
1554 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1555 of "add-inferior".
1556 * gdb.base/quit-live.exp: Likewise.
1557 * gdb.base/remote-exec-file.exp: Likewise.
1558 * gdb.guile/scm-progspace.exp: Likewise.
1559 * gdb.linespec/linespec.exp: Likewise.
1560 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1561 * gdb.mi/user-selected-context-sync.exp: Likewise.
1562 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1563 "info inferiors" tests.
1564 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1565 "add-inferior".
1566 * gdb.multi/watchpoint-multi.exp: Likewise.
1567 * gdb.python/py-inferior.exp: Likewise.
1568 * gdb.server/extended-remote-restart.exp: Likewise.
1569 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1570 "info inferiors".
1571 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1572 * gdb.trace/report.exp: Likewise.
1573
1574 2020-01-10 Pedro Alves <palves@redhat.com>
1575
1576 * gdb.multi/multi-target.c: New file.
1577 * gdb.multi/multi-target.exp: New file.
1578 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1579 mode requested, but remote does not support non-stop".
1580
1581 2020-01-10 Pedro Alves <palves@redhat.com>
1582
1583 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1584 disconnect before reconnecting.
1585
1586 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1587 Pedro Alves <palves@redhat.com>
1588
1589 * gdb.server/connect-without-multi-process.exp: Also test
1590 continuing to end.
1591
1592 2020-01-10 Pedro Alves <palves@redhat.com>
1593
1594 * gdb.base/remote-exec-file.exp: New file.
1595
1596 2020-01-10 Pedro Alves <palves@redhat.com>
1597
1598 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1599 output.
1600 * gdb.threads/async.c: New.
1601 * gdb.threads/async.exp: New.
1602 * gdb.multi/tids-gid-reset.c: New.
1603 * gdb.multi/tids-gid-reset.exp: New.
1604
1605 2020-01-10 George Barrett <bob@bob131.so>
1606
1607 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1608 to help in finding the image relocation offset.
1609 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1610 options in arguments.
1611 (stap_test_no_debuginfo): Likewise.
1612 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1613 test variants.
1614 (stap_test): Add null semaphore relocation test.
1615
1616 2020-01-10 George Barrett <bob@bob131.so>
1617
1618 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1619 * gdb.base/stap-probe.exp: Likewise.
1620 (stap_test): Pass argument as an additional flag.
1621 (stap_test_no_debuginfo): Likewise.
1622 (stap_test): Check `info probes stap' output for semaphore
1623 addresses if the test binary is supposed to have them.
1624
1625 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1626
1627 * gdb.tui/basic.exp: Add more scrolling tests.
1628
1629 2020-01-09 Tom Tromey <tom@tromey.com>
1630
1631 PR tui/18932:
1632 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1633 meangingful value.
1634 (Term::command, Term::resize): Update.
1635 * gdb.tui/basic.exp: Add scrolling test.
1636
1637 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * gdb.tui/tui-layout-asm.exp: New file.
1640
1641 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1644
1645 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1646
1647 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1648 (Term::enter_tui): Use Term::prepare_for_tui.
1649
1650 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1651
1652 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1653 called.
1654
1655 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1656
1657 * gdb.base/skip.exp: Fix race condition in test.
1658
1659 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1660
1661 * gdb.base/backtrace.c: New file.
1662 * gdb.base/backtrace.exp: New file.
1663
1664 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1665
1666 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1667
1668 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1669
1670 * gdb.base/style.exp: Test that warnings are styled.
1671
1672 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1673
1674 * gdb.base/line65535.exp: New file.
1675 * gdb.base/line65535.c: New file.
1676
1677 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1678
1679 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1680 * lib/gnat_debug_info_test.adb: New file.
1681 * gdb.ada/ptype_tagged_param.exp: Use
1682 gnat_runtime_has_debug_info, expect a different output if
1683 runtime does not have debug info.
1684
1685 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1686
1687 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1688 (another) quote in test name.
1689
1690 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1691
1692 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1693 Add quote in test name.
1694
1695 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1696
1697 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1698 directory instead.
1699 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1700 * gdb.cp/pass-by-ref-2.cc: New file.
1701 * gdb.cp/pass-by-ref-2.exp: New file.
1702
1703 2019-12-20 Tom Tromey <tom@tromey.com>
1704
1705 * gdb.tui/list-before.exp: New file.
1706
1707 2019-12-20 Tom Tromey <tom@tromey.com>
1708
1709 * gdb.tui/list.exp: Check for source on initial listing.
1710
1711 2019-12-11 Tom Tromey <tromey@adacore.com>
1712
1713 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1714 Add crlf test.
1715
1716 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1717
1718 * gdb.base/default.exp: Update value of $_gdb_major.
1719
1720 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1721
1722 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1723
1724 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1725
1726 * gdb.base/skip.exp: Whitespace fix.
1727
1728 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1729
1730 * gdb.base/skip-inline.c: New file.
1731 * gdb.base/skip-inline.exp: New file.
1732
1733 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1734
1735 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1736 jit_function_00 to jit_function_stack_mangle.
1737 * gdb.base/jithost.c (jit_function_t): Rename to...
1738 (jit_function_stack_mangle_t): ... this.
1739 (jit_function_add_t): New typedef.
1740 (jit_function_00_code): Rename to...
1741 (jit_function_stack_mangle_code): ... this, make static.
1742 (jit_function_add_code): New.
1743 (main): Generate "add" function and call it. Adjust to changes
1744 in jithost_abi.
1745 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1746 (struct jithost_abi) <begin, end>: Remove fields.
1747 <object, function_stack_mangle, function_add>: New fields.
1748 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1749 code_end>: Remove fields.
1750 <func_stack_mangle>: New field.
1751 (read_debug_info): Adjust to renaming, create block for "add"
1752 function.
1753 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1754
1755 2019-12-11 Tom Tromey <tom@tromey.com>
1756
1757 * gdb.tui/resize.exp: Fix regexp.
1758 * gdb.tui/regs.exp: Fix regexps.
1759 * gdb.tui/main.exp: Fix regexp.
1760
1761 2019-12-11 Tom Tromey <tom@tromey.com>
1762
1763 * gdb.tui/resize.exp: Update.
1764 * gdb.tui/empty.exp (layouts): Update.
1765
1766 2019-12-11 Tom Tromey <tom@tromey.com>
1767
1768 * gdb.tui/regs.exp: Update.
1769 * gdb.tui/empty.exp (layouts): Update.
1770 * gdb.tui/basic.exp: Update.
1771 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1772
1773 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1774
1775 * gdb.base/options.exp: Add -raw-values in the print completion list.
1776 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1777
1778 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1779
1780 * gdb.threads/omp-par-scope.c: New file.
1781 * gdb/threads/omp-par-scope.exp: New file.
1782
1783 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1784
1785 * lib/gdb.exp (support_nested_function_tests): New proc.
1786
1787 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1788
1789 * lib/gdb.exp (gdb_compile_openmp): New proc.
1790 (build_executable_from_specs): Add an "openmp" option.
1791 (gdb_compile_pthreads): Add non-executable case.
1792
1793 2019-12-10 Tom Tromey <tromey@adacore.com>
1794
1795 * gdb.ada/unchecked_union.exp: New file.
1796 * gdb.ada/unchecked_union/pck.adb: New file.
1797 * gdb.ada/unchecked_union/pck.ads: New file.
1798 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1799 * gdb-utils.exp (string_to_regexp): Also quote "?".
1800
1801 2019-12-10 George Barrett <bob@bob131.so>
1802
1803 Test scripted probe breakpoints.
1804 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1805 * gdb.python/py-breakpoint.c (main): Likewise.
1806 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1807 specifier test.
1808 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1809
1810 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1811
1812 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1813 an rvalue parameter.
1814 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1815 parameter.
1816
1817 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1818
1819 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1820 modules.
1821
1822 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1823
1824 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1825 broken version of GCC.
1826
1827 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1828
1829 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1830 sym-info-cmds library.
1831 * gdb.fortran/info-types.exp: Likewise.
1832 * lib/sym-info-cmds.exp: New file.
1833
1834 2019-12-08 Tom de Vries <tdevries@suse.de>
1835
1836 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1837
1838 2019-12-07 Keith Seitz <keiths@redhat.com>
1839
1840 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1841 * gdb.base/corefile-buildid-shlib.c: New file.
1842 * gdb.base/corefile-buildid.c: New file.
1843 * gdb.base/corefile-buildid.exp: New file.
1844
1845 2019-12-06 Tom de Vries <tdevries@suse.de>
1846
1847 * gdb.dwarf2/varval.exp: Add decl before def test.
1848
1849 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1850
1851 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1852
1853 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1854
1855 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1856 CV and reference conversion for overload resolution.
1857 * gdb.cp/rvalue-ref-overload.exp: Test it.
1858
1859 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1860
1861 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1862 * gdb.base/frameapply.exp: Test faas without command.
1863
1864 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1865
1866 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1867 Fortran tests.
1868 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1869 order.
1870
1871 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1872
1873 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1874 casting to type with no kind specified.
1875 (test_basic_parsing_of_type_kinds): Additional tests for types
1876 with no kind specified, and add tests for single/double
1877 precision/complex types.
1878
1879 2019-12-04 Tom Tromey <tromey@adacore.com>
1880
1881 * gdb.base/endianity.c (struct other) <x>: New field.
1882 (main): Initialize it.
1883 * gdb.base/endianity.exp: Update.
1884
1885 2019-12-04 Tom Tromey <tromey@adacore.com>
1886
1887 * gdb.ada/scalar_storage/storage.adb: New file.
1888 * gdb.ada/scalar_storage/pck.adb: New file.
1889 * gdb.ada/scalar_storage/pck.ads: New file.
1890 * gdb.ada/scalar_storage.exp: New file.
1891
1892 2019-12-04 Tom Tromey <tromey@adacore.com>
1893
1894 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1895 (main): Initialize it.
1896 * gdb.base/endianity.exp: Update.
1897
1898 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1899
1900 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1901
1902 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1903
1904 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1905 -symbol-info-module-functions and -symbol-info-module-variables.
1906
1907 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1908
1909 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1910
1911 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1912 Andrew Burgess <andrew.burgess@embecosm.com>
1913
1914 * gdb.fortran/derived-type-striding.exp: New file.
1915 * gdb.fortran/derived-type-striding.f90: New file.
1916 * gdb.fortran/array-slices.exp: New file.
1917 * gdb.fortran/array-slices.f90: New file.
1918
1919 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1920
1921 * gdb.base/define.exp: Test . in command names.
1922 * gdb.base/setshow.exp: Update test, as . is now part of
1923 command name.
1924
1925 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1926
1927 * gdb.base/define-prefix.exp: New file.
1928
1929 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1930
1931 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1932 compile.
1933 (skip_btrace_pt_tests): Likewise.
1934
1935 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1936
1937 * gdb.fortran/info-modules.exp: Compile source files in correct
1938 order.
1939
1940 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1941
1942 * gdb.dwarf2/imported-unit.exp: New file.
1943 * gdb.dwarf2/imported-unit.c: New file.
1944
1945 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1946
1947 * gdb.mi/mi-fortran-modules-2.f90: New file.
1948 * gdb.mi/mi-fortran-modules.exp: New file.
1949 * gdb.mi/mi-fortran-modules.f90: New file.
1950
1951 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1952
1953 * gdb.mi/mi-sym-info-1.c: New file.
1954 * gdb.mi/mi-sym-info-2.c: New file.
1955 * gdb.mi/mi-sym-info.exp: New file.
1956
1957 2019-11-22 Tom Tromey <tromey@adacore.com>
1958
1959 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1960 * gdb.ada/tasks/foo.adb: Add another stopping location.
1961
1962 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1963
1964 * gdb.base/endianity.c: New test.
1965 * gdb.base/endianity.exp: New file.
1966
1967 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1968
1969 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1970
1971 2019-11-21 Tom de Vries <tdevries@suse.de>
1972
1973 PR gdb/24956
1974 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1975
1976 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1977
1978 * gdb.python/py-progspace.exp: Add missing parentheses on some
1979 'print' commands.
1980
1981 2019-11-19 Tom Tromey <tom@tromey.com>
1982
1983 * gdb.tui/winheight.exp: New file.
1984
1985 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1986
1987 * gdb.base/ctf-whatis.c: Delete.
1988 * gdb.base/ctf-whatis.exp: Delete.
1989 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1990
1991 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 * gdb.base/ctf-cvexpr.exp: Delete.
1994 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1995
1996 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1997
1998 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1999 the compiler. Clean up header comment a little.
2000 * gdb.base/ctf-ptype.exp: Likewise.
2001 * gdb.base/ctf-whatis.exp: Likewise.
2002 * lib/gdb.exp (skip_ctf_tests): New proc.
2003
2004 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2005
2006 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2007 * gdb.tui/corefile-run.exp: New file.
2008
2009 2019-11-14 Tom Tromey <tromey@adacore.com>
2010
2011 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2012 regression tests.
2013
2014 2019-11-12 Tom Tromey <tom@tromey.com>
2015
2016 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2017 after any command. Expect prompt after WAIT_FOR is seen.
2018 (enter_tui): Enable resize messages.
2019 (command): Expect command in output.
2020 (get_line): Avoid error when cursor appears to be off-screen.
2021 (dump_screen): Include screen size in title.
2022 (_do_resize): New proc, from "resize".
2023 (resize): Rewrite. Do resize in two steps.
2024 * gdb.tui/empty.exp (layouts): Fix entries.
2025 (check_boxes): Remove xfail.
2026 (check_text): Dump screen on failure.
2027
2028 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2029
2030 * gdb.python/py-symbol.exp: Add test for
2031 gdb.lookup_static_symbols.
2032
2033 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2034
2035 * gdb.python/py-symbol.c: Declare and call function from new
2036 py-symbol-2.c file.
2037 * gdb.python/py-symbol.exp: Compile both source files, and add new
2038 tests for gdb.lookup_static_symbol.
2039 * gdb.python/py-symbol-2.c: New file.
2040
2041 2019-11-02 Tom de Vries <tdevries@suse.de>
2042
2043 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2044 * gdb.base/anon.exp: Same.
2045 * gdb.base/auto-connect-native-target.exp: Same.
2046 * gdb.base/call-ar-st.exp: Same.
2047 * gdb.base/catch-syscall.exp: Same.
2048 * gdb.base/commands.exp: Same.
2049 * gdb.base/default.exp: Same.
2050 * gdb.base/display.exp: Same.
2051 * gdb.base/float.exp: Same.
2052 * gdb.base/foll-fork.exp: Same.
2053 * gdb.base/help.exp: Same.
2054 * gdb.base/info-macros.exp: Same.
2055 * gdb.base/info-proc.exp: Same.
2056 * gdb.base/info-target.exp: Same.
2057 * gdb.base/long_long.exp: Same.
2058 * gdb.base/macscp.exp: Same.
2059 * gdb.base/memattr.exp: Same.
2060 * gdb.base/nofield.exp: Same.
2061 * gdb.base/pointers.exp: Same.
2062 * gdb.base/printcmds.exp: Same.
2063 * gdb.base/ptype.exp: Same.
2064 * gdb.base/restore.exp: Same.
2065 * gdb.base/return.exp: Same.
2066 * gdb.base/scope.exp: Same.
2067 * gdb.base/set-noassign.exp: Same.
2068 * gdb.base/setshow.exp: Same.
2069 * gdb.base/shlib-call.exp: Same.
2070 * gdb.base/signals.exp: Same.
2071 * gdb.base/sigstep.exp: Same.
2072 * gdb.base/skip.exp: Same.
2073 * gdb.base/solib-symbol.exp: Same.
2074 * gdb.base/stap-probe.exp: Same.
2075 * gdb.base/step-line.exp: Same.
2076 * gdb.base/step-test.exp: Same.
2077 * gdb.base/style.exp: Same.
2078 * gdb.base/varargs.exp: Same.
2079 * gdb.base/vla-datatypes.exp: Same.
2080 * gdb.base/vla-ptr.exp: Same.
2081 * gdb.base/vla-sideeffect.exp: Same.
2082 * gdb.base/volatile.exp: Same.
2083 * gdb.base/watch-cond-infcall.exp: Same.
2084 * gdb.base/watchpoint.exp: Same.
2085
2086 2019-11-02 Tom de Vries <tdevries@suse.de>
2087
2088 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2089 * gdb.cp/cpexprs.exp: Same.
2090 * gdb.cp/except-multi-location.exp: Same.
2091 * gdb.cp/exceptprint.exp: Same.
2092 * gdb.cp/gdb2384.exp: Same.
2093 * gdb.cp/inherit.exp: Same.
2094 * gdb.cp/m-static.exp: Same.
2095 * gdb.cp/meth-typedefs.exp: Same.
2096 * gdb.cp/misc.exp: Same.
2097 * gdb.cp/namespace.exp: Same.
2098 * gdb.cp/non-trivial-retval.exp: Same.
2099 * gdb.cp/overload.exp: Same.
2100 * gdb.cp/pr17132.exp: Same.
2101 * gdb.cp/re-set-overloaded.exp: Same.
2102 * gdb.cp/rvalue-ref-types.exp: Same.
2103 * gdb.cp/templates.exp: Same.
2104
2105 2019-11-01 Luis Machado <luis.machado@linaro.org>
2106
2107 PR gdb/25124
2108
2109 * gdb.arch/pr25124.S: New file.
2110 * gdb.arch/pr25124.exp: New file.
2111
2112 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2113
2114 * gdb.fortran/info-modules.exp: Update expected results, and add
2115 additional tests for 'info module functinos', and 'info module
2116 variables'.
2117 * gdb.fortran/info-types.exp: Update expected results.
2118 * gdb.fortran/info-types.f90: Extend testcase with additional
2119 module variables and functions.
2120
2121 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2122
2123 * gdb.fortran/info-modules.exp: New file.
2124 * gdb.fortran/info-types.exp: Build with new file.
2125 * gdb.fortran/info-types.f90: Include and use new module.
2126 * gdb.fortran/info-types-2.f90: New file.
2127
2128 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2129
2130 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2131 * gdb.base/settings.exp: Test all settings types using
2132 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2133 that now verifies that the value of "maint show" is the same as
2134 returned by the settings functions. Test the type of the
2135 maintenance settings.
2136 * gdb.base/default.exp: Update show_conv_list.
2137
2138 2019-10-31 Tom de Vries <tdevries@suse.de>
2139
2140 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2141 gdb_test.
2142 * gdb.arch/amd64-disp-step.exp: Same.
2143 * gdb.asm/asm-source.exp: Same.
2144 * gdb.btrace/buffer-size.exp: Same.
2145 * gdb.btrace/cpu.exp: Same.
2146 * gdb.btrace/enable.exp: Same.
2147 * gdb.dwarf2/count.exp: Same.
2148 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2149 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2150 * gdb.fortran/vla-datatypes.exp: Same.
2151 * gdb.fortran/vla-history.exp: Same.
2152 * gdb.fortran/vla-ptype.exp: Same.
2153 * gdb.fortran/vla-value.exp: Same.
2154 * gdb.fortran/whatis_type.exp: Same.
2155 * gdb.guile/guile.exp: Same.
2156 * gdb.multi/tids.exp: Same.
2157 * gdb.python/py-finish-breakpoint.exp: Same.
2158 * gdb.python/py-framefilter.exp: Same.
2159 * gdb.python/py-pp-registration.exp: Same.
2160 * gdb.python/py-xmethods.exp: Same.
2161 * gdb.python/python.exp: Same.
2162 * gdb.server/connect-with-no-symbol-file.exp: Same.
2163 * gdb.server/no-thread-db.exp: Same.
2164 * gdb.server/run-without-local-binary.exp: Same.
2165 * gdb.stabs/weird.exp: Same.
2166 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2167 * gdb.threads/thread-find.exp: Same.
2168 * gdb.threads/tls-shared.exp: Same.
2169 * gdb.threads/tls.exp: Same.
2170 * gdb.threads/wp-replication.exp: Same.
2171 * gdb.trace/ax.exp: Same.
2172 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2173
2174 2019-10-31 Tom de Vries <tdevries@suse.de>
2175
2176 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2177 * gdb.ada/array_subscript_addr.exp: Same.
2178 * gdb.ada/arrayidx.exp: Same.
2179 * gdb.ada/arrayparam.exp: Same.
2180 * gdb.ada/arrayptr.exp: Same.
2181 * gdb.ada/boolean_expr.exp: Same.
2182 * gdb.ada/call_pn.exp: Same.
2183 * gdb.ada/complete.exp: Same.
2184 * gdb.ada/fixed_cmp.exp: Same.
2185 * gdb.ada/fun_addr.exp: Same.
2186 * gdb.ada/funcall_param.exp: Same.
2187 * gdb.ada/interface.exp: Same.
2188 * gdb.ada/mod_from_name.exp: Same.
2189 * gdb.ada/null_array.exp: Same.
2190 * gdb.ada/packed_array.exp: Same.
2191 * gdb.ada/packed_tagged.exp: Same.
2192 * gdb.ada/print_chars.exp: Same.
2193 * gdb.ada/print_pc.exp: Same.
2194 * gdb.ada/ptype_arith_binop.exp: Same.
2195 * gdb.ada/ptype_field.exp: Same.
2196 * gdb.ada/ptype_tagged_param.exp: Same.
2197 * gdb.ada/rec_return.exp: Same.
2198 * gdb.ada/ref_tick_size.exp: Same.
2199 * gdb.ada/str_ref_cmp.exp: Same.
2200 * gdb.ada/taft_type.exp: Same.
2201 * gdb.ada/tagged.exp: Same.
2202 * gdb.ada/type_coercion.exp: Same.
2203 * gdb.ada/uninitialized_vars.exp: Same.
2204
2205 2019-10-30 Tom de Vries <tdevries@suse.de>
2206
2207 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2208
2209 2019-10-26 Tom de Vries <tdevries@suse.de>
2210
2211 * gdb.base/bigcore.c: Fix typos in comments.
2212 * gdb.base/ctf-ptype.c: Same.
2213 * gdb.base/long_long.c: Same.
2214 * gdb.dwarf2/dw2-op-out-param.S: Same.
2215 * gdb.python/py-evthreads.c: Same.
2216 * gdb.reverse/i387-stack-reverse.c: Same.
2217 * gdb.trace/tfile.c: Same.
2218 * lib/compiler.c: Same.
2219 * lib/compiler.cc: Same.
2220
2221 2019-10-25 Tom de Vries <tdevries@suse.de>
2222
2223 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2224 gdb_test_multiple calls.
2225 * gdb.reverse/sigall-reverse.exp: Same.
2226 * gdb.reverse/solib-precsave.exp: Same.
2227 * gdb.reverse/solib-reverse.exp: Same.
2228 * gdb.reverse/until-precsave.exp: Same.
2229 * gdb.reverse/until-reverse.exp: Same.
2230
2231 2019-10-24 Tom de Vries <tdevries@suse.de>
2232
2233 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2234 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2235 kfail using -wrap pattern flag and convenience variable
2236 gdb_test_name.
2237
2238 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.python/py-progspace.exp: Add tests for the
2241 Progspace.block_for_pc method.
2242
2243 2019-10-23 Tom Tromey <tom@tromey.com>
2244
2245 * configure: Rebuild.
2246 * aclocal.m4: Use m4_include, not sinclude.
2247
2248 2019-10-21 Tom de Vries <tdevries@suse.de>
2249
2250 * gdb.base/infcall-nested-structs.c: Add
2251 __attribute__((noinline,noclone)) to all functions.
2252 (call_all): Add missing variable initialization. Simplify return value.
2253 (breakpt): Increment volatile variable, to prevent call from being
2254 optimized out.
2255 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2256
2257 2019-10-17 Tom de Vries <tdevries@suse.de>
2258
2259 * gdb.fortran/module.exp: Allow info variables to print info for files
2260 other than module.f90.
2261
2262 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2263
2264 * gdb.fortran/module.exp: Extend with 'info variables' test.
2265
2266 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2269 F77_FOR_TARGET.
2270
2271 2019-10-16 Tom de Vries <tdevries@suse.de>
2272
2273 PR tdep/25096
2274 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2275
2276 2019-10-16 Tom de Vries <tdevries@suse.de>
2277
2278 PR tdep/24104
2279 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2280 Add KFAIL for PR tdep/25096.
2281
2282 2019-10-16 Tom de Vries <tdevries@suse.de>
2283
2284 PR testsuite/25059
2285 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2286
2287 2019-10-16 Tom de Vries <tdevries@suse.de>
2288
2289 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2290 as signed.
2291
2292 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2293
2294 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2295 one instead of increasing timeout.
2296
2297 2019-10-13 Tom de Vries <tdevries@suse.de>
2298
2299 PR record/25038
2300 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2301 * gdb.reverse/sigall-reverse.exp: Same.
2302 * gdb.reverse/solib-precsave.exp: Same.
2303 * gdb.reverse/solib-reverse.exp: Same.
2304 * gdb.reverse/step-precsave.exp: Same.
2305 * gdb.reverse/until-precsave.exp: Same.
2306 * gdb.reverse/until-reverse.exp: Same.
2307 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2308
2309 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2310
2311 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2312 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2313 (cmp_struct_05_01, cmp_struct_static_02_01)
2314 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2315 comparisons.
2316
2317 2019-10-10 Tom de Vries <tdevries@suse.de>
2318
2319 PR testsuite/24888
2320 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2321 gnatlink.
2322
2323 2019-10-09 Tom de Vries <tdevries@suse.de>
2324
2325 PR testsuite/25048
2326 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2327
2328 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2331 exceptions due to missing debug information.
2332
2333 2019-10-07 Tom de Vries <tdevries@suse.de>
2334
2335 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2336
2337 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2338
2339 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2340 * gdb.base/annota1.exp: Update to use gdb_test_name.
2341
2342 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2343
2344 * gdb.base/ctf-whatis.exp: New file.
2345 * gdb.base/ctf-whatis.c: New file.
2346 * gdb.base/ctf-ptype.exp: New file.
2347 * gdb.base/ctf-ptype.c: New file.
2348 * gdb.base/ctf-constvars.exp: New file.
2349 * gdb.base/ctf-constvars.c: New file.
2350 * gdb.base/ctf-cvexpr.exp: New file.
2351
2352 2019-10-04 Tom de Vries <tdevries@suse.de>
2353
2354 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2355 for loop.
2356
2357 2019-10-03 Tom Tromey <tom@tromey.com>
2358
2359 PR rust/24976:
2360 * gdb.rust/simple.rs (Union2): New type.
2361 (main): Use Union2.
2362 * gdb.rust/simple.exp: Add test.
2363
2364 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2365
2366 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2367 nested function prefix.
2368
2369 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2370 Richard Bunt <richard.bunt@arm.com>
2371 Andrew Burgess <andrew.burgess@embecosm.com>
2372
2373 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2374 nested functions.
2375 * gdb.fortran/nested-funcs.f90: Update expected results.
2376 * gdb.fortran/nested-funcs-2.exp: New file.
2377 * gdb.fortran/nested-funcs-2.f90: New file.
2378
2379 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * gdb.python/py-parameter.exp: Make test names unique.
2382 * gdb.python/py-template.exp: Likewise.
2383 * gdb.python/py-value.exp: Likewise.
2384
2385 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2386
2387 * gdb.base/break-interp.exp: Reduce test name duplication.
2388 * gdb.base/call-sc.exp: Likewise.
2389 * gdb.base/callfuncs.exp: Likewise.
2390 * gdb.base/charset.exp: Likewise.
2391 * gdb.base/dump.exp: Likewise.
2392 * gdb.base/ena-dis-br.exp: Likewise.
2393 * gdb.base/relational.exp: Likewise.
2394 * gdb.base/step-over-syscall.exp: Likewise.
2395 * gdb.base/structs.exp: Likewise.
2396
2397 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2398
2399 * gdb.linespec/explicit.exp: Make test names unique.
2400 * gdb.linespec/ls-errs.exp: Likewise.
2401
2402 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2403
2404 * gdb.reverse/break-precsave.exp: Make test names unique.
2405 * gdb.reverse/break-reverse.exp: Likewise.
2406 * gdb.reverse/finish-precsave.exp: Likewise.
2407 * gdb.reverse/finish-reverse.exp: Likewise.
2408 * gdb.reverse/machinestate-precsave.exp: Likewise.
2409 * gdb.reverse/machinestate.exp: Likewise.
2410 * gdb.reverse/readv-reverse.exp: Likewise.
2411 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2412 * gdb.reverse/sigall-precsave.exp: Likewise.
2413 * gdb.reverse/sigall-reverse.exp: Likewise.
2414 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2415 * gdb.reverse/watch-precsave.exp: Likewise.
2416 * gdb.reverse/watch-reverse.exp: Likewise.
2417
2418 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2419
2420 * gdb.threads/stop-with-handle.c: New file.
2421 * gdb.threads/stop-with-handle.exp: New file.
2422
2423 2019-10-03 Tom de Vries <tdevries@suse.de>
2424
2425 PR testsuite/25059
2426 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2427 directory" line to be missing.
2428
2429 2019-10-03 Tom de Vries <tdevries@suse.de>
2430
2431 PR testsuite/25059
2432 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2433 type optional.
2434
2435 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2436
2437 * gdb.python/py-format-string.c (string.h): New include.
2438 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2439 the same value, for endianness-independence.
2440 * gdb.python/py-format-string.exp (default_regexp_dict)
2441 (test_pretty_structs, test_format): Adjust expected output to the
2442 changed initialization.
2443
2444 2019-10-02 Tom Tromey <tromey@adacore.com>
2445
2446 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2447
2448 2019-10-02 Pedro Alves <palves@redhat.com>
2449 Andrew Burgess <andrew.burgess@embecosm.com>
2450
2451 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2452 "print-file-var.h".
2453 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2454 (get_version_1): Print this_version_id and its address.
2455 Add extern "C" wrappers around interface functions.
2456 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2457 "print-file-var.h".
2458 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2459 (get_version_2): Print this_version_id and its address.
2460 Add extern "C" wrappers around interface functions.
2461 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2462 <stddef.h> and "print-file-var.h".
2463 Add extern "C" wrappers around interface functions.
2464 [VERSION_ID_MAIN] (this_version_id): Define.
2465 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2466 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2467 up extern "C" blocks.
2468 * gdb.base/print-file-var.exp (test): New, factored out from top
2469 level.
2470 (top level): Test all combinations of attribute hidden or not,
2471 dlopen or not, and this_version_id symbol in main file or not.
2472 Compile tests as both C++ and C, make test names unique.
2473
2474 2019-10-01 Tom Tromey <tom@tromey.com>
2475
2476 * gdb.base/style.exp: Test "show logging filename".
2477
2478 2019-10-01 Tom Tromey <tom@tromey.com>
2479
2480 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2481 * gdb.base/style.exp: Add metadata style test.
2482
2483 2019-10-01 Tom Tromey <tom@tromey.com>
2484
2485 * gdb.base/style.exp: Test "pwd".
2486
2487 2019-10-01 Tom Tromey <tom@tromey.com>
2488
2489 * gdb.base/style.exp: Update tests.
2490
2491 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2492
2493 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2494 'six' to unsigned.
2495 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2496 'five'. Use an all-ones bit pattern for each.
2497 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2498 to its changed values.
2499
2500 2019-09-30 Tom Tromey <tromey@adacore.com>
2501
2502 * gdb.rust/traits.rs: Disable all warnings.
2503
2504 2019-09-29 Tom de Vries <tdevries@suse.de>
2505
2506 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2507
2508 2019-09-29 Tom de Vries <tdevries@suse.de>
2509
2510 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2511
2512 2019-09-27 Tom de Vries <tdevries@suse.de>
2513
2514 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2515
2516 2019-09-27 Tom de Vries <tdevries@suse.de>
2517
2518 PR record/23188
2519 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2520
2521 2019-09-26 Tom Tromey <tromey@adacore.com>
2522
2523 * gdb.ada/py_taft.exp: New file.
2524 * gdb.ada/py_taft/main.adb: New file.
2525 * gdb.ada/py_taft/pkg.adb: New file.
2526 * gdb.ada/py_taft/pkg.ads: New file.
2527
2528 2019-09-24 Tom de Vries <tdevries@suse.de>
2529
2530 PR gdb/24598
2531 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2532
2533 2019-09-22 Tom de Vries <tdevries@suse.de>
2534
2535 * gdb.base/restore.exp: Allow register variables to be optimized out at
2536 -O0.
2537
2538 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2539
2540 * gdb.arch/spu-info.exp: Remove file.
2541 * gdb.arch/spu-info.c: Remove file.
2542 * gdb.arch/spu-ls.exp: Remove file.
2543 * gdb.arch/spu-ls.c: Remove file.
2544
2545 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2546 * gdb.asm/spu.inc: Remove file.
2547
2548 * gdb.base/dump.exp: Remove support for spu*-*-*.
2549 * gdb.base/stack-checking.exp: Likewise.
2550 * gdb.base/overlays.exp: Likewise.
2551 * gdb.base/ovlymgr.c: Likewise.
2552 * gdb.base/spu.ld: Remove file.
2553
2554 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2555 * gdb.cp/cpexprs.exp: Likewise.
2556 * gdb.cp/exception.exp: Likewise.
2557 * gdb.cp/gdb2495.exp: Likewise.
2558 * gdb.cp/mb-templates.exp: Likewise.
2559 * gdb.cp/pr9167.exp: Likewise.
2560 * gdb.cp/userdef.exp: Likewise.
2561
2562 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2563
2564 * gdb.cell: Remove directory.
2565 * lib/cell.exp: Remove file.
2566
2567 2019-09-19 Tom de Vries <tdevries@suse.de>
2568
2569 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2570
2571 2019-09-19 Tom de Vries <tdevries@suse.de>
2572
2573 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2574
2575 2019-09-19 Tom de Vries <tdevries@suse.de>
2576
2577 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2578 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2579 (gdb_target_cmd): ... here.
2580 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2581 value 2.
2582
2583 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2584
2585 * gdb.base/source-dir.exp: Avoid having directory names in test
2586 names.
2587
2588 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2589
2590 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2591 directory.
2592
2593 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2594
2595 * gdb.base/list-missing-source.exp: New file.
2596
2597 2019-09-14 Tom de Vries <tdevries@suse.de>
2598
2599 PR teststuite/24599
2600 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2601 * lib/ada.exp (gnatmake_version_at_least): New proc.
2602
2603 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2604
2605 * gdb.base/maint.exp: Use exec_has_index_section.
2606
2607 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2608
2609 * gdb.base/maint.exp: Add test for 'maint info sections'.
2610
2611 2019-09-12 Tom de Vries <tdevries@suse.de>
2612
2613 * gdb.base/store.exp: Allow register variables to be optimized out at
2614 -O0.
2615
2616 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2617
2618 * gdb.ada/rdv_wait.exp: Update to new task names.
2619 * gdb.base/task_switch_in_core.exp: Likewise.
2620 * gdb.base/info_sources_base.c: Likewise.
2621
2622 2019-09-10 Tom Tromey <tromey@adacore.com>
2623
2624 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2625
2626 2019-09-10 Tom Tromey <tromey@adacore.com>
2627
2628 * gdb.ada/dgopt.exp: New file.
2629 * gdb.ada/dgopt/x.adb: New file.
2630
2631 2019-09-08 Tom Tromey <tom@tromey.com>
2632
2633 * gdb.tui/resize.exp: Remove setup_xfail.
2634 * gdb.tui/regs.exp: Remove setup_xfail.
2635 * gdb.tui/basic.exp: Remove setup_xfail.
2636
2637 2019-09-06 David Blaikie <dblaikie@gmail.com>
2638
2639 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2640 * gdb.cp/cplabel.exp: Ditto.
2641 * gdb.linespec/ls-errs.exp: Ditto.
2642
2643 2019-09-05 Tom de Vries <tdevries@suse.de>
2644
2645 * lib/gdb.exp (cmp_file_string): New proc.
2646 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2647 runto_main. Verify save breakpoints output.
2648
2649 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2650
2651 * gdb.base/info-var.exp: Test info variables without running
2652 to main, to avoid expect's buffer overflow.
2653
2654 2019-09-03 Tom Tromey <tromey@adacore.com>
2655
2656 * gdb.ada/bias.exp: New file.
2657 * gdb.ada/bias/bias.adb: New file.
2658 * gdb.ada/print_chars.exp: Add regression test.
2659 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2660 (MC): New variable.
2661
2662 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2663
2664 * gdb.base/argv0-symlink.exp: Run only on native target
2665 and local host.
2666
2667 2019-08-29 Tom de Vries <tdevries@suse.de>
2668
2669 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2670 diverse debug info.
2671 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2672
2673 2019-08-28 Tom de Vries <tdevries@suse.de>
2674
2675 * gdb.base/info-var.exp: Allow info variables to print info for files
2676 other than info-var-f1.c and info-var-f2.c.
2677
2678 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2679
2680 * gdb.fortran/info-types.exp: Add module.
2681 * gdb.fortran/info-types.f90: Update expected results.
2682
2683 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2684
2685 * gdb.fortran/info-types.exp: New file.
2686 * gdb.fortran/info-types.f90: New file.
2687 * lib/fortran.exp (fortran_character1): New proc.
2688
2689 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2690
2691 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2692 functions'. Reindent as needed.
2693 * gdb.base/info-var-f1.c: New file.
2694 * gdb.base/info-var-f2.c: New file.
2695 * gdb.base/info-var.exp: New file.
2696 * gdb.base/info-var.h: New file.
2697
2698 2019-08-26 Tom de Vries <tdevries@suse.de>
2699
2700 PR c++/24852
2701 * gdb.cp/no-libstdcxx-probe.exp: New test.
2702
2703 2019-08-26 Tom de Vries <tdevries@suse.de>
2704
2705 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2706 * tests need to be skipped.
2707 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2708 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2709 mi_skip_libstdcxx_probe_tests.
2710
2711 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2712
2713 * gdb.python/py-xmethods.exp: Use raw strings when passing
2714 arguments to SimpleXMethodMatcher.
2715
2716 2019-08-22 Tom de Vries <tdevries@suse.de>
2717
2718 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2719 more informative.
2720
2721 2019-08-21 Pedro Alves <palves@redhat.com>
2722
2723 * gdb.base/with.exp: Test "with" with no arguments.
2724
2725 2019-08-21 Tom de Vries <tdevries@suse.de>
2726
2727 * gdb.base/gdb-caching-proc.exp: Sort files.
2728
2729 2019-08-20 Tom de Vries <tdevries@suse.de>
2730
2731 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2732 compilation.
2733
2734 2019-08-16 Tom de Vries <tdevries@suse.de>
2735
2736 * gdb.base/compare-sections.exp ("after run to main"): Allow
2737 mismatched read-only sections for PIE executables.
2738
2739 2019-08-16 Tom Tromey <tom@tromey.com>
2740
2741 * lib/tuiterm.exp (_csi_Z): New proc.
2742 * gdb.tui/basic.exp: Update window positions.
2743 * gdb.tui/empty.exp: Update window positions.
2744
2745 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2746
2747 * gdb.base/examine-backward.exp: Correct regexp for
2748 "examine 3 bytes backward from ${address_zero}".
2749
2750 2019-08-15 Tom Tromey <tom@tromey.com>
2751
2752 * gdb.tui/empty.exp: Enable resizing tests.
2753
2754 2019-08-15 Tom Tromey <tromey@adacore.com>
2755
2756 * gdb.ada/char_enum.exp: Add regression tests.
2757 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2758 and '0'.
2759 (Char, Gchar): Update.
2760 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2761
2762 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2763
2764 * gdb.python/python.exp: Expect a leading underscore on
2765 GdbOutput{,Error}File.
2766
2767 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2768
2769 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2770 Windows host.
2771
2772 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2773
2774 * gdb.base/batch-preserve-term-settings.exp
2775 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2776
2777 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2778
2779 * lib/gdb.exp: When running on a mingw target, replace
2780 /x/ with x:/.
2781
2782 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2783
2784 * gdb.arch/aarch64-prologue.c: New test.
2785 * gdb.arch/aarch64-prologue.exp: New file.
2786
2787 2019-08-13 Tom de Vries <tdevries@suse.de>
2788
2789 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2790 Thread.
2791
2792 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2793
2794 * gdb.python/py-completion.exp: Download the .py file to the host
2795 and use its host pathname. Conditionalize tests that use
2796 tab completion and manipulate files on the build machine.
2797 * gdb.python/py-events.exp: Download the .py file to the host
2798 and use its host pathname.
2799 * gdb.python/py-evsignal.exp: Likewise.
2800 * gdb.python/py-evthreads.exp: Likewise.
2801 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2802 pathname syntax.
2803 * gdb.python/py-framefilter.exp: Download the .py file to the right
2804 place on the host. Match Windows pathname syntax.
2805 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2806 .py file to the host and use its host pathname.
2807 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2808 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2809 build pathname. Skip symlink test on Windows host. Add missing
2810 newline at end of file.
2811 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2812 and use its host pathname.
2813 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2814 * gdb.python/py-section-script.exp: Use host location of binfile
2815 on safe-path. Use correct path separator on Windows host.
2816 Reorder alternatives in gdb_test_multiple to prevent matching
2817 the wrong alternative on success.
2818 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2819
2820 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2821
2822 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2823 expect the GDB inferior to no longer immediately stop after
2824 being resumed with "signal SIGINT".
2825
2826 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2827
2828 * gdb.linespec/break-ask.exp: Generalize regexps to match
2829 Windows pathnames too.
2830
2831 2019-08-08 Tom de Vries <tdevries@suse.de>
2832
2833 PR testsuite/24862
2834 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2835
2836 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2837
2838 * gdb.base/style.exp: Update tests for help doc new invariants.
2839 * gdb.base/help.exp: Likewise.
2840
2841 2019-08-06 Tom Tromey <tom@tromey.com>
2842
2843 * gdb.base/style.exp: Add disassemble test.
2844 * gdb.base/style.c (some_called_function): New function.
2845 (main): Use it.
2846
2847 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2848
2849 * gdb.python/py-block.exp: Test dictionary access on blocks.
2850
2851 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2852
2853 PR gdb/24863
2854 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2855 -list-thread-groups --available test when running under
2856 check-read1.
2857
2858 2019-08-05 Tom de Vries <tdevries@suse.de>
2859
2860 PR testsuite/24863
2861 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2862 * gdb.base/help.exp: Use with_read1_timeout_factor.
2863 * gdb.base/info-macros.exp: Same.
2864 * gdb.cp/nested-types.exp: Same.
2865
2866 2019-08-05 Tom de Vries <tdevries@suse.de>
2867
2868 * lib/gdb.exp (version_at_least): Factor out of ...
2869 (tcl_version_at_least): ... here.
2870 (gdb_compile): Fail if pie results in non-PIE executable.
2871 (readelf_version, readelf_prints_pie): New proc.
2872 (exec_is_pie): Return -1 if unknown.
2873
2874 2019-08-05 Tom de Vries <tdevries@suse.de>
2875
2876 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2877
2878 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2879
2880 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2881
2882 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2883
2884 * lib/completion-support.exp (test_gdb_complete_none): Skip
2885 tab completion tests if no readline support.
2886 (test_gdb_complete_unique_re): Likewise.
2887 (test_gdb_complete_multiple): Likewise.
2888
2889 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2890
2891 * gdb.base/info_sources.exp: New file.
2892 * gdb.base/info_sources.c: New file.
2893 * gdb.base/info_sources_base.c: New file.
2894
2895 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2896
2897 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2898 prefix argument.
2899 (test_exit_status): Add prefix argument.
2900
2901 2019-08-01 Tom de Vries <tdevries@suse.de>
2902
2903 PR testsuite/24863
2904 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2905 calling exp_continue for new thread and thread exited messages.
2906
2907 2019-08-01 Tom de Vries <tdevries@suse.de>
2908
2909 PR testsuite/24863
2910 * gdb.base/structs.exp: Fix check-read1 timeout using
2911 gdb_test_sequence.
2912 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2913
2914 2019-08-01 Tom de Vries <tdevries@suse.de>
2915
2916 PR testsuite/24863
2917 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2918 line.
2919
2920 2019-08-01 Tom de Vries <tdevries@suse.de>
2921
2922 PR testsuite/24863
2923 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2924
2925 2019-07-30 Tom Tromey <tromey@adacore.com>
2926
2927 * gdb.ada/display_nested.exp: New file.
2928 * gdb.ada/display_nested/foo.adb: New file.
2929 * gdb.ada/display_nested/pack.adb: New file.
2930 * gdb.ada/display_nested/pack.ads: New file.
2931
2932 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2933
2934 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2935 namespace.
2936 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2937
2938 2019-07-30 Tom de Vries <tdevries@suse.de>
2939
2940 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2941 instead.
2942
2943 2019-07-30 Tom de Vries <tdevries@suse.de>
2944
2945 PR testsuite/24834
2946 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2947 (exec_is_pie): New proc.
2948
2949 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2950
2951 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2952
2953 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2954
2955 * gdb.python/py-objfile.c: Add global and static vars.
2956 * gdb.python/py-objfile.exp: Test new functions Objfile.
2957 lookup_global_symbol and lookup_static_symbol.
2958
2959 2019-07-29 Tom Tromey <tom@tromey.com>
2960
2961 * lib/tuiterm.exp (Term::_csi_@): New proc.
2962 (Term::_csi_X): Don't move cursor.
2963
2964 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2965
2966 * gdb.base/options.exp: Update backtrace - completion to
2967 new option -frame-info.
2968 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2969 Test new 'set print frame-info'. Test backtrace -frame-info
2970 overriding 'set print frame-info'.
2971 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2972 Test new 'set print frame-info'.
2973 Verify consistency of backtrace with and without filters, with and
2974 without -no-filters.
2975 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2976 default.
2977
2978 2019-07-29 Tom de Vries <tdevries@suse.de>
2979
2980 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2981 no arguments".
2982
2983 2019-07-29 Tom de Vries <tdevries@suse.de>
2984
2985 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2986 is a substring of the first for "complete non-unique file name".
2987
2988 2019-07-29 Tom de Vries <tdevries@suse.de>
2989
2990 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2991 with ".*".
2992
2993 2019-07-29 Tom de Vries <tdevries@suse.de>
2994
2995 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2996 Pass prompt_regexp parameter to gdb_test_multiple calls.
2997
2998 2019-07-29 Tom de Vries <tdevries@suse.de>
2999
3000 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3001 print registers" regexps.
3002
3003 2019-07-29 Tom de Vries <tdevries@suse.de>
3004
3005 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3006
3007 2019-07-29 Tom de Vries <tdevries@suse.de>
3008
3009 PR gdb/24855
3010 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3011 (skip_python_tests_prompt): Add prompt_regexp argument to
3012 gdb_test_multiple calls.
3013
3014 2019-07-27 Tom Tromey <tom@tromey.com>
3015
3016 * gdb.tui/main.exp: New file.
3017
3018 2019-07-27 Tom Tromey <tom@tromey.com>
3019
3020 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3021 optional.
3022 * gdb.tui/empty.exp: New file.
3023
3024 2019-07-27 Tom Tromey <tom@tromey.com>
3025
3026 * lib/tuiterm.exp (spawn): New proc.
3027 (Term::resize): New proc.
3028 * gdb.tui/resize.exp: New file.
3029
3030 2019-07-27 Tom Tromey <tom@tromey.com>
3031
3032 * gdb.tui/list.exp: New file.
3033
3034 2019-07-27 Tom Tromey <tom@tromey.com>
3035
3036 * gdb.tui/regs.exp: New file.
3037
3038 2019-07-27 Tom Tromey <tom@tromey.com>
3039
3040 * gdb.tui/basic.exp: Add "layout split" test.
3041
3042 2019-07-27 Tom Tromey <tom@tromey.com>
3043
3044 * gdb.tui/basic.exp: Add "layout asm" test.
3045
3046 2019-07-27 Tom Tromey <tom@tromey.com>
3047
3048 * lib/tuiterm.exp: New file.
3049 * gdb.tui/basic.exp: New file.
3050
3051 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3052
3053 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3054 Enable tests associated with this flag. Adjust regex
3055 referencing "foo_low" to now refer to "foo_cold" instead.
3056
3057 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3058
3059 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3060 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3061 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3062 foo_cold. Revise comments to match.
3063 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3064 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3065 were wrapped into this proc; Call do_test in loop from outermost
3066 level.
3067 (foo_low): Rename all occurrences to "foo_cold".
3068 (backtrace from baz): New test.
3069 (x2/i foo_cold): New test.
3070 (info line *foo_cold): New test.
3071
3072 2019-07-26 Tom de Vries <tdevries@suse.de>
3073
3074 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3075
3076 2019-07-25 Tom de Vries <tdevries@suse.de>
3077
3078 PR testsuite/24830
3079 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3080 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3081 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3082 (skip_libstdcxx_probe_tests): ... here.
3083 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3084
3085 2019-07-24 Tom de Vries <tdevries@suse.de>
3086
3087 PR testsuite/24807
3088 * gdb.objc/basicclass.m: Include stdio.h.
3089 * gdb.objc/nondebug.m: Same.
3090 * gdb.objc/objcdecode.m: Same.
3091
3092 2019-07-24 Tom de Vries <tdevries@suse.de>
3093
3094 PR testsuite/24612
3095 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3096 additional_flags.
3097
3098 2019-07-24 Tom de Vries <tdevries@suse.de>
3099
3100 PR testsuite/24831
3101 * gdb.multi/tids.exp: Update error messages for info threads.
3102
3103 2019-07-24 Tom de Vries <tdevries@suse.de>
3104
3105 * gdb.base/info-types.exp: Allow info types to print info for more than
3106 one file.
3107
3108 2019-07-23 Tom de Vries <tdevries@suse.de>
3109
3110 PR testsuite/24842
3111 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3112 gdb_spawn_with_cmdline_opts.
3113
3114 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3115
3116 * gdb.arch/arm-cmse-sgstubs.c: New test.
3117 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3118
3119 2019-07-23 Tom de Vries <tdevries@suse.de>
3120
3121 PR testsuite/24711
3122 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3123 issuing next command.
3124
3125 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3126
3127 * gdb.ada/info_auto_lang.exp: Update expected results.
3128 * gdb.base/info-types.c: Add additional types to check.
3129 * gdb.base/info-types.exp: Update expected results.
3130
3131 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3132
3133 * gdb.base/info-types.c: New file.
3134 * gdb.base/info-types.exp: New file.
3135
3136 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3137
3138 * gdb.arch/riscv-bp-infcall.c: New file.
3139 * gdb.arch/riscv-bp-infcall.exp: New file.
3140
3141 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3142
3143 PR breakpoints/24541
3144 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3145
3146 2019-07-14 Tom de Vries <tdevries@suse.de>
3147
3148 PR testsuite/24760
3149 * gdb.objc/basicclass.exp: Fix unterminated string.
3150
3151 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3152 Andrew Burgess <andrew.burgess@embecosm.com>
3153
3154 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3155 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3156 negative bounds.
3157 * gdb.fortran/vla-value.exp: Print elements of an array with
3158 negative bounds.
3159 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3160 testing.
3161
3162 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3163
3164 * gdb.base/options.exp (expect_string): Dequote strings in
3165 results.
3166 (test-string): Test strings with different quoting and reindent.
3167
3168 2019-07-10 Tom Tromey <tromey@adacore.com>
3169
3170 * gdb.ada/mi_ex_cond.exp: Update expected results.
3171 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3172 * gdb.ada/mi_catch_ex.exp: Update expected results.
3173 * gdb.ada/mi_catch_assert.exp: Update expected results.
3174 * gdb.ada/catch_ex.exp (catch_exception_info)
3175 (catch_exception_entry, catch_assert_entry)
3176 (catch_unhandled_entry): Update.
3177 * gdb.ada/catch_assert_if.exp: Update expected results.
3178
3179 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3180 Stephen Roberts <stephen.roberts@arm.com>
3181
3182 * gdb.base/define.exp: Restore original prompt.
3183
3184 2019-07-09 Pedro Alves <palves@redhat.com>
3185
3186 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3187 breakpoints" output.
3188 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3189 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3190 throw" creates breakpoint.
3191 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3192 'type="catchpoint"'.
3193
3194 2019-07-09 Pedro Alves <palves@redhat.com>
3195
3196 PR c++/15468
3197 * gdb.cp/except-multi-location-lib.cc: New.
3198 * gdb.cp/except-multi-location-main.cc: New.
3199 * gdb.cp/except-multi-location.exp: New.
3200
3201 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3202
3203 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3204 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3205 argument and update callers.
3206
3207 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3208
3209 * gdb.arch/amd64-break-on-asm-line.S: New file.
3210 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3211
3212 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3213
3214 * gdb.base/printcmds.exp: Test printing C string and
3215 C wide string convenience vars without transiting via the inferior.
3216 Also make test names unique.
3217
3218 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3219
3220 PR breakpoints/25011
3221 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3222
3223 2019-07-04 Pedro Alves <palves@redhat.com>
3224
3225 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3226 body returned ok(0), break(3) or continue(4).
3227 * gdb.testsuite/foreach_with_prefix.exp: New file.
3228
3229 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3230
3231 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3232
3233 2019-07-03 Pedro Alves <palves@redhat.com>
3234
3235 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3236 "return -code".
3237
3238 2019-07-03 Pedro Alves <palves@redhat.com>
3239
3240 PR cli/24732
3241 * gdb.base/shell.exp: Load completion-support.exp.
3242 Adjust expected error output. Add completion tests.
3243
3244 2019-07-03 Pedro Alves <palves@redhat.com>
3245
3246 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3247 string_to_regexp.
3248
3249 2019-07-03 Pedro Alves <palves@redhat.com>
3250
3251 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3252 (expect_integer): Adjust to expect "-string".
3253 (expect_string): New.
3254 (all_options): Expect "-string".
3255 (test-flag, test-boolean): Adjust to expect "-string".
3256 (test-string): New proc.
3257 (top level): Call it.
3258
3259 2019-07-03 Pedro Alves <palves@redhat.com>
3260
3261 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3262 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3263 the expected output in the success.
3264
3265 2019-07-03 Pedro Alves <palves@redhat.com>
3266
3267 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3268 Split one gdb_test_multiple call in two to avoid a race.
3269
3270 2019-07-03 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.base/with.c: New file.
3273 * gdb.base/with.exp: New file.
3274
3275 2019-07-03 Pedro Alves <palves@redhat.com>
3276
3277 * gdb.base/settings.exp: Replace all references to "maint
3278 test-settings set" with references to "maint set test-settings",
3279 and all references to "maint test-settings show" with references
3280 to "maint show test-settings".
3281
3282 2019-07-03 Pedro Alves <palves@redhat.com>
3283
3284 * gdb.base/settings.exp (test-string): Adjust expected out when
3285 testing "maint test-settings show filename"
3286
3287 2019-07-02 Pedro Alves <palves@redhat.com>
3288
3289 * gdb.base/options.exp (test-info-threads): New procedure.
3290 (top level): Call it.
3291
3292 2019-06-28 Tom Tromey <tromey@adacore.com>
3293
3294 * gdb.dwarf2/ada-linkage-name.c: New file.
3295 * gdb.dwarf2/ada-linkage-name.exp: New file.
3296
3297 2019-06-27 Tom Tromey <tromey@adacore.com>
3298
3299 PR c++/20020:
3300 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3301
3302 2019-06-26 Tom de Vries <tdevries@suse.de>
3303
3304 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3305
3306 2019-06-26 Tom de Vries <tdevries@suse.de>
3307
3308 * gdb.base/index-cache.exp: Add back missing debug option.
3309
3310 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3311
3312 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3313
3314 2019-06-25 Tom de Vries <tdevries@suse.de>
3315
3316 PR testsuite/24727
3317 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3318
3319 2019-06-24 Tom de Vries <tdevries@suse.de>
3320
3321 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3322
3323 2019-06-24 Tom de Vries <tdevries@suse.de>
3324
3325 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3326 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3327 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3328
3329 2019-06-24 Tom de Vries <tdevries@suse.de>
3330
3331 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3332
3333 2019-06-21 Tom de Vries <tdevries@suse.de>
3334
3335 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3336
3337 2019-06-21 Tom de Vries <tdevries@suse.de>
3338
3339 PR testsuite/24518
3340 PR ada/24713
3341 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3342 index.
3343
3344 2019-06-19 Tom Tromey <tromey@adacore.com>
3345
3346 * gdb.ada/length_cond.exp: Add intro comment.
3347
3348 2019-06-19 Tom Tromey <tromey@adacore.com>
3349
3350 * gdb.ada/length_cond.exp: New file.
3351 * gdb.ada/length_cond/length_cond.adb: New file.
3352 * gdb.ada/length_cond/pck.adb: New file.
3353 * gdb.ada/length_cond/pck.ads: New file.
3354
3355 2019-06-18 Tom de Vries <tdevries@suse.de>
3356
3357 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3358
3359 2019-06-18 Tom Tromey <tromey@adacore.com>
3360
3361 * gdb.base/list0.h: Add comment explaining control character.
3362
3363 2019-06-18 Tom de Vries <tdevries@suse.de>
3364
3365 * boards/fission.exp: Break up long debug_flags line.
3366
3367 2019-06-16 Tom de Vries <tdevries@suse.de>
3368
3369 PR gdb/24445
3370 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3371 generated index.
3372
3373 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3374
3375 PR gdb/24686
3376 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3377 improve detection of bug gdb/24541.
3378
3379 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3380
3381 PR gdb/24669
3382 * gdb.base/index-cache.exp (uses_readnow,
3383 expecting_index_cache_use): Define global variable.
3384 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3385 expecting_index_cache_use.
3386
3387 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3388 Andrew Burgess <andrew.burgess@embecosm.com>
3389
3390 * gdb.fortran/pointers.f90: New file.
3391 * gdb.fortran/print_type.exp: New file.
3392 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3393 * gdb.fortran/vla-type.exp: Likewise.
3394 * gdb.fortran/vla-value.exp: Likewise.
3395 * gdb.mi/mi-vla-fortran.exp: Likewise.
3396
3397 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3398
3399 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3400 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3401 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3402 as a stop reason.
3403
3404 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3405
3406 * gdb.base/annota1.exp: Update expected results.
3407 * gdb.cp/annota2.exp: Likewise.
3408 * gdb.cp/annota3.exp: Likewise.
3409
3410 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3411
3412 * gdb.base/style-logging.exp: Remove path from test name.
3413
3414 2019-06-14 Tom Tromey <tromey@adacore.com>
3415
3416 PR gdb/24502:
3417 * gdb.base/style-logging.exp: New file.
3418
3419 2019-06-14 Tom Tromey <tromey@adacore.com>
3420
3421 * gdb.base/symfile-warn.exp: New file.
3422 * gdb.base/symfile-warn.c: New file.
3423
3424 2019-06-14 Tom Tromey <tromey@adacore.com>
3425
3426 * gdb.base/annotate-symlink.exp: New file.
3427
3428 2019-06-14 Tom Tromey <tromey@adacore.com>
3429
3430 * gdb.ada/set_wstr.exp: Add reassignment test.
3431
3432 2019-06-14 Tom Tromey <tromey@adacore.com>
3433
3434 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3435 'unchecked_access and 'unrestricted_access as well.
3436
3437 2019-06-14 Tom Tromey <tromey@adacore.com>
3438
3439 PR ada/24539:
3440 * gdb.ada/vla.exp: Update tests.
3441 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3442 pragma.
3443
3444 2019-06-13 Pedro Alves <palves@redhat.com>
3445
3446 * gdb.base/settings.exp (test-integer): Test junk after
3447 "unlimited".
3448
3449 2019-06-13 Pedro Alves <palves@redhat.com>
3450
3451 * gdb.base/options.exp (test-thread-apply): New.
3452 (top level): Call it.
3453
3454 2019-06-13 Pedro Alves <palves@redhat.com>
3455
3456 * gdb.base/options.exp (test-frame-apply): New.
3457 (top level): Test print commands with different "frame apply"
3458 prefixes.
3459
3460 2019-06-13 Pedro Alves <palves@redhat.com>
3461
3462 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3463 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3464 'max_completions' parameter and handle it.
3465 (test_gdb_completion_offers_commands): New.
3466
3467 2019-06-13 Pedro Alves <palves@redhat.com>
3468
3469 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3470
3471 2019-06-13 Pedro Alves <palves@redhat.com>
3472
3473 * gdb.base/options.exp (test-backtrace): New.
3474 (top level): Call it.
3475
3476 2019-06-13 Pedro Alves <palves@redhat.com>
3477
3478 * gdb.guile/scm-frame-args.exp: Use "set print
3479 raw-frame-arguments" instead of "set print raw frame-arguments".
3480 * gdb.python/py-frame-args.exp: Likewise.
3481
3482 2019-06-13 Pedro Alves <palves@redhat.com>
3483
3484 * gdb.compile/compile.exp: Adjust expected output to option
3485 processing changes.
3486
3487 2019-06-13 Pedro Alves <palves@redhat.com>
3488
3489 * gdb.base/options.exp: Build executable.
3490 (test-print): New procedure.
3491 (top level): Call it, once for "print" and another for "compile
3492 print".
3493
3494 2019-06-13 Pedro Alves <palves@redhat.com>
3495
3496 * gdb.base/options.c: New file.
3497 * gdb.base/options.exp: New file.
3498
3499 2019-06-13 Pedro Alves <palves@redhat.com>
3500
3501 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3502 that "o" is ambiguous.
3503
3504 2019-06-13 Pedro Alves <palves@redhat.com>
3505
3506 * gdb.base/settings.c: New file.
3507 * gdb.base/settings.exp: New file.
3508
3509 2019-06-13 Pedro Alves <palves@redhat.com>
3510
3511 * gdb.base/completion.exp: Fix comment typo.
3512
3513 2019-06-13 Pedro Alves <palves@redhat.com>
3514
3515 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3516 foo --1" test.
3517
3518 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3519
3520 * gdb.fortran/block-data.f: New.
3521 * gdb.fortran/block-data.exp: New.
3522
3523 2019-06-11 Tom de Vries <tdevries@suse.de>
3524
3525 PR testsuite/24521
3526 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3527 message.
3528
3529 2019-06-11 Tom de Vries <tdevries@suse.de>
3530
3531 PR testsuite/24521
3532 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3533
3534 2019-06-11 Tom de Vries <tdevries@suse.de>
3535
3536 * boards/readnow.exp: New file.
3537
3538 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3539
3540 * gdb.fortran/vla-sizeof.exp: Update expected results.
3541
3542 2019-06-06 Amos Bird <amosbird@gmail.com>
3543
3544 * gdb.base/annota1.exp (thread_switch): Add test for
3545 thread-exited annotation.
3546
3547 2019-06-06 Tom Tromey <tromey@adacore.com>
3548
3549 * gdb.base/maint.exp: Expect command started/finished output.
3550
3551 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3552
3553 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3554 comment.
3555 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3556
3557 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3558
3559 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3560 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3561 * gdb.arch/riscv-unwind-long-insn.c: New file.
3562 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3563
3564 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3565
3566 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3567
3568 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3569
3570 * lib/gdb.exp (help_list_trailer): New regexp variable
3571 factorizing the help trailer message.
3572 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3573 arg to allow to better factorize various tests.
3574 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3575 (test_prefix_command_help): Use help_list_trailer.
3576 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3577 * gdb.guile/scm-cmd.exp: Likewise.
3578 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3579 * gdb.base/help.exp: Use test_user_defined_class_help.
3580 * gdb.base/style.exp: Add tests for styling of help and apropos.
3581 * lib/gdb-utils.exp (style): Add title and highlight styles.
3582
3583 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3584
3585 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3586 $_shell_exitsignal.
3587 * gdb.base/default.exp: Update for new convenience variables.
3588
3589 2019-05-29 Tom Tromey <tromey@adacore.com>
3590
3591 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3592 to "break complete ada" test case's regexp.
3593
3594 2019-05-29 Tom Tromey <tromey@adacore.com>
3595
3596 PR c++/20020:
3597 * gdb.cp/constexpr-field.exp: New file.
3598 * gdb.cp/constexpr-field.cc: New file.
3599
3600 2019-05-29 Tom Tromey <tromey@adacore.com>
3601
3602 * gdb.base/finish.exp (finish_no_print): New proc.
3603 (finish_tests): Call it.
3604
3605 2019-05-24 Tom de Vries <tdevries@suse.de>
3606
3607 * gdb.dwarf2/gdb-add-index.exp: New file.
3608
3609 2019-05-22 Tom Tromey <tromey@adacore.com>
3610
3611 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3612 * gdb.base/style.exp: Use "style".
3613 * lib/gdb-utils.exp (style): New proc.
3614
3615 2019-05-22 Tom de Vries <tdevries@suse.de>
3616
3617 * gdb.base/align.exp: Require c++11.
3618
3619 2019-05-22 Tom de Vries <tdevries@suse.de>
3620
3621 PR testsuite/24586
3622 * gdb.python/py-mi-var-info-path-expression.exp: Call
3623 mi_skip_python_tests to check if python is supported.
3624
3625 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3626
3627 * gdb.arch/aarch64-pauth.c: New test.
3628 * gdb.arch/aarch64-pauth.exp: New file.
3629
3630 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3631
3632 * README (Re-running Tests Outside The Testsuite): New section.
3633
3634 2019-05-21 Tom de Vries <tdevries@suse.de>
3635
3636 * gdb.arch/amd64-eval.exp: Require c++11.
3637 * gdb.base/max-depth.exp: Same.
3638 * gdb.compile/compile-cplus-array-decay.exp: Same.
3639 * gdb.cp/meth-typedefs.exp: Same.
3640 * gdb.cp/subtypes.exp: Same.
3641 * gdb.cp/temargs.exp: Same.
3642
3643 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3644
3645 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3646
3647 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3648
3649 PR gdb/18644
3650 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3651 * gdb.fortran/printing-types.exp: Add new test.
3652 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3653 testing.
3654 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3655 setup_kfail call.
3656
3657 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3658
3659 * README (Running the Testsuite): Change example.
3660 (Testsuite Parameters): Remove TRANSCRIPT.
3661 * lib/gdb.exp: Remove TRANSCRIPT check.
3662
3663 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3664
3665 * README (Testsuite Parameters): Add replay logging to
3666 GDBSERVER_DEBUG.
3667 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3668 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3669 as a comma separated list.
3670 (gdb_debug_init): Override procedure.
3671
3672 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3673
3674 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3675 (gdb_write_cmd_file): New procedure.
3676 * lib/gdbserver-support.exp (gdbserver_start): Call
3677 gdbserver_write_cmd_file.
3678 (gdbserver_write_cmd_file): New procedure.
3679
3680 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3681
3682 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3683 (delete_breakpoints): Likewise.
3684 (gdb_run_cmd): Likewise.
3685 (gdb_start_cmd): Likewise.
3686 (gdb_starti_cmd): Likewise.
3687 (gdb_internal_error_resync): Likewise.
3688 (gdb_test_multiple): Likewise.
3689 (gdb_reinitialize_dir): Likewise.
3690 (default_gdb_exit): Likewise.
3691 (gdb_file_cmd): Mark kill as optional.
3692 (default_gdb_start): Call gdb_stdin_log_init.
3693 (send_gdb): Call gdb_stdin_log_write.
3694 (rerun_to_main): Mark Y as an answer.
3695 (gdb_stdin_log_init): New function.
3696 (gdb_stdin_log_write): Likewise.
3697
3698 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3699
3700 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3701 * gdb.base/debug-expr.exp: Likewise.
3702 * gdb.base/foll-fork.exp: Likewise.
3703 * gdb.base/foll-vfork.exp: Likewise.
3704 * gdb.base/fork-print-inferior-events.exp: Likewise.
3705 * gdb.base/gdb-sigterm.exp: Likewise.
3706 * gdb.base/gdbinit-history.exp: Likewise.
3707 * gdb.base/osabi.exp: Likewise.
3708 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3709 * gdb.base/ui-redirect.exp: Likewise.
3710 * gdb.gdb/unittest.exp: Likewise.
3711 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3712 * gdb.mi/mi-watch.exp: Likewise.
3713 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3714 * gdb.mi/user-selected-context-sync.exp: Likewise.
3715 * gdb.python/python.exp: Disable debug test when debugging.
3716 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3717 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3718 Likewise.
3719 * gdb.threads/stepi-random-signal.exp: Likewise.
3720
3721 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3722
3723 * Makefile.in: Pass through GDB_DEBUG.
3724 * README (Testsuite Parameters): Add GDB_DEBUG.
3725 (gdb,debug): Add board setting.
3726 * lib/gdb.exp (default_gdb_start): Start debugging.
3727 (gdb_debug_enabled): New procedure.
3728 (gdb_debug_init): Likewise.
3729
3730 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3731
3732 * Makefile.in: Pass through GDB_DEBUG.
3733 * README (Testsuite Parameters): Add GDB_DEBUG.
3734 (gdb,debug): Add board setting.
3735 * lib/gdb.exp (default_gdb_start): Start debugging.
3736 (gdb_debug_enabled): New procedure.
3737 (gdb_debug_init): Likewise.
3738
3739 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3740
3741 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3742
3743 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3744
3745 * gdb.base/ui-redirect.exp: Test redirection.
3746
3747 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3748
3749 * gdb.mi/mi-complete.exp: New file.
3750 * gdb.mi/mi-complete.cc: Likewise.
3751
3752 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3753
3754 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3755 indexed and sliced arrays, and pointers to arrays.
3756
3757 2019-05-14 Tom Tromey <tromey@adacore.com>
3758
3759 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3760 styling test.
3761
3762 2019-05-14 Tom de Vries <tdevries@suse.de>
3763
3764 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3765 selection entry encoding.
3766
3767 2019-05-10 Tom Tromey <tromey@adacore.com>
3768
3769 * gdb.ada/info_exc.exp: Add "complete" test.
3770
3771 2019-05-09 Tom de Vries <tdevries@suse.de>
3772
3773 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3774 CU-relative.
3775
3776 2019-05-09 Tom de Vries <tdevries@suse.de>
3777
3778 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3779 CU-relative.
3780
3781 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3782
3783 * gdb.ada/frame_arg_lang.exp: New testcase.
3784 * gdb.ada/frame_arg_lang/bla.adb: New file.
3785 * gdb.ada/frame_arg_lang/pck.ads: New file.
3786 * gdb.ada/frame_arg_lang/pck.adb: New file.
3787 * gdb.ada/frame_arg_lang/foo.c: New file.
3788
3789 2019-05-08 Tom Tromey <tromey@adacore.com>
3790
3791 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3792
3793 2019-05-08 Tom Tromey <tromey@adacore.com>
3794
3795 * gdb.base/ptype-offsets.exp: Update tests.
3796
3797 2019-05-08 Tom Tromey <tromey@adacore.com>
3798
3799 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3800 cases.
3801 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3802 "short".
3803
3804 2019-05-08 Tom Tromey <tromey@adacore.com>
3805
3806 * gdb.ada/vla.exp: New file.
3807 * gdb.ada/vla/vla.adb: New file.
3808
3809 2019-05-07 Tom de Vries <tdevries@suse.de>
3810
3811 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3812
3813 2019-05-07 Tom de Vries <tdevries@suse.de>
3814
3815 PR testsuite/24522
3816 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3817 section.
3818
3819 2019-05-07 Tom de Vries <tdevries@suse.de>
3820
3821 PR testsuite/24522
3822 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3823 .debug_aranges section.
3824
3825 2019-05-07 Tom de Vries <tdevries@suse.de>
3826
3827 PR testsuite/24159
3828 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3829
3830 2019-05-06 Tom de Vries <tdevries@suse.de>
3831
3832 * lib/gdb.exp (exec_has_index_section): New proc.
3833 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3834 section.
3835
3836 2019-05-04 Tom de Vries <tdevries@suse.de>
3837
3838 * boards/cc-with-debug-names.exp: New file.
3839
3840 2019-05-03 Tom Tromey <tromey@adacore.com>
3841
3842 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3843 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3844 * gdb.ada/char_enum.exp: Add test.
3845
3846 2019-05-03 Tom de Vries <tdevries@suse.de>
3847
3848 * boards/cc-with-gdb-index.exp: New file.
3849
3850 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3851
3852 * gdb.rust/simple.exp: Add new test case.
3853 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3854 (main): Initialise an instance of the new struct.
3855
3856 2019-05-01 Tom Tromey <tromey@adacore.com>
3857
3858 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3859 record.
3860 (NPR): New variable.
3861 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3862 test.
3863
3864 2019-05-01 Tom Tromey <tromey@adacore.com>
3865
3866 * gdb.ada/packed_array_assign.exp: Add packed assignment
3867 regression test.
3868
3869 2019-05-01 Tom de Vries <tdevries@suse.de>
3870
3871 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3872
3873 2019-05-01 Tom de Vries <tdevries@suse.de>
3874
3875 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3876
3877 2019-04-30 Ali Tamur <tamur@google.com>
3878
3879 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3880
3881 2019-04-30 Tom Tromey <tromey@adacore.com>
3882
3883 * lib/ada.exp (find_ada_tool): New proc.
3884 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3885 * gdb.ada/catch_ex_std.exp: New file.
3886 * gdb.ada/catch_ex_std/foo.adb: New file.
3887 * gdb.ada/catch_ex_std/some_package.adb: New file.
3888 * gdb.ada/catch_ex_std/some_package.ads: New file.
3889
3890 2019-04-30 Tom Tromey <tromey@adacore.com>
3891
3892 PR c++/24470:
3893 * gdb.cp/temargs.cc: Add test code from PR.
3894
3895 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3896
3897 * gdb.fortran/vla-datatypes.exp: Update expected results.
3898 * gdb.fortran/vla-ptype.exp: Likewise.
3899 * gdb.fortran/vla-type.exp: Likewise.
3900 * gdb.fortran/vla-value.exp: Likewise.
3901
3902 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3903
3904 * gdb.fortran/ptr-indentation.exp: Update expected results.
3905 * gdb.fortran/ptype-on-functions.exp: Likewise.
3906 * gdb.fortran/vla-ptr-info.exp: Likewise.
3907 * gdb.fortran/vla-value.exp: Likewise.
3908
3909 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3910
3911 * gdb.fortran/ptype-on-functions.exp: New file.
3912 * gdb.fortran/ptype-on-functions.f90: New file.
3913
3914 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3915
3916 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3917 case void string.
3918
3919 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3920
3921 * gdb.fortran/complex.exp: Expand.
3922 * gdb.fortran/complex.f: Renamed to...
3923 * gdb.fortran/complex.f90: ...this, and extended to add more
3924 complex values.
3925
3926 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3927
3928 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3929 MODULO, CMPLX.
3930
3931 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3932 Richard Bunt <richard.bunt@arm.com>
3933
3934 * gdb.base/max-depth.c: New file.
3935 * gdb.base/max-depth.exp: New file.
3936 * gdb.python/py-nested-maps.c: New file.
3937 * gdb.python/py-nested-maps.exp: New file.
3938 * gdb.python/py-nested-maps.py: New file.
3939 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3940 (test_all_common): Call test_max_depth.
3941 * gdb.fortran/max-depth.exp: New file.
3942 * gdb.fortran/max-depth.f90: New file.
3943 * gdb.go/max-depth.exp: New file.
3944 * gdb.go/max-depth.go: New file.
3945 * gdb.modula2/max-depth.exp: New file.
3946 * gdb.modula2/max-depth.c: New file.
3947 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3948
3949 2019-04-29 Tom de Vries <tdevries@suse.de>
3950
3951 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3952
3953 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3954
3955 * gdb.base/callexit.exp: Test may-call-functions off.
3956
3957 2019-04-25 Keith Seitz <keiths@redhat.com>
3958
3959 PR c++/24367
3960 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3961 (another_incomplete_struct, test_incomplete): New definitions.
3962 (main): Use new definitions.
3963 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3964 functions.
3965
3966 2019-04-25 Ali Tamur <tamur@google.com>
3967
3968 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3969
3970 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3971
3972 PR corefiles/11608
3973 PR corefiles/18187
3974 * gdb.base/coredump-filter-build-id.exp: New file.
3975
3976 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3977
3978 * Makefile.in: Pass through GDBSERVER_DEBUG.
3979 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3980 (gdbserver,debug): Add board setting.
3981 * gdb.trace/tspeed.exp: Skip when debugging.
3982 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3983 * lib/gdbserver-support.exp: Likewise
3984
3985 2019-04-24 Tom Tromey <tromey@adacore.com>
3986
3987 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3988 Rust.
3989
3990 2019-04-24 Tom Tromey <tromey@adacore.com>
3991
3992 * gdb.arch/amd64-eval.exp: Test bitfield return.
3993 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3994 (class Foo) <return_bitfields>: New method.
3995 (main): Call it.
3996
3997 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3998
3999 * gdb.cp/many-args.cc: New file.
4000 * gdb.cp/many-args.exp: New file.
4001
4002 2019-04-23 Tom de Vries <tdevries@suse.de>
4003
4004 PR gdb/24433
4005 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4006
4007 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4008
4009 * gdb.trace/backtrace.exp: Use nopie flag.
4010 * gdb.trace/circ.exp: Likewise.
4011 * gdb.trace/collection.exp: Likewise.
4012 * gdb.trace/ftrace.exp: Likewise.
4013 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4014 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4015 * gdb.trace/qtro.exp: Likewise.
4016 * gdb.trace/read-memory.exp: Likewise.
4017 * gdb.trace/report.exp: Likewise.
4018 * gdb.trace/tfile.exp: Likewise.
4019 * gdb.trace/tfind.exp: Likewise.
4020 * gdb.trace/unavailable.exp: Likewise.
4021
4022 2019-04-22 Pedro Alves <palves@redhat.com>
4023
4024 * gdb.base/solib-probes-nosharedlibrary.c,
4025 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4026
4027 2019-04-19 Tom Tromey <tromey@adacore.com>
4028
4029 * gdb.ada/ptype_union.c: New file.
4030 * gdb.ada/ptype_union.exp: New file.
4031
4032 2019-04-19 Tom Tromey <tromey@adacore.com>
4033
4034 PR symtab/24423:
4035 * gdb.base/list0.h (foo): Add a control-l character.
4036
4037 2019-04-18 Tom de Vries <tdevries@suse.de>
4038
4039 PR gdb/24433
4040 * boards/local-board.exp: Set sysroot to "".
4041
4042 2019-04-18 Tom de Vries <tdevries@suse.de>
4043 Pedro Alves <palves@redhat.com>
4044
4045 PR gdb/24454
4046 * gdb.threads/vfork-follow-child-exec.c: New file.
4047 * gdb.threads/vfork-follow-child-exec.exp: New file.
4048 * gdb.threads/vfork-follow-child-exit.c: New file.
4049 * gdb.threads/vfork-follow-child-exit.exp: New file.
4050
4051 2019-04-15 Leszek Swirski <leszeks@google.com>
4052
4053 * gdb.arch/amd64-eval.cc: New file.
4054 * gdb.arch/amd64-eval.exp: New file.
4055
4056 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4057
4058 * gdb.server/sysroot.c: New test.
4059 * gdb.server/sysroot.exp: New file.
4060 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4061 matching param.
4062
4063 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4064
4065 * gdb.base/align.exp: Extend test to cover structures containing
4066 only static fields.
4067
4068 2019-04-11 Tom de Vries <tdevries@suse.de>
4069
4070 * boards/cc-with-dwz-m.exp: New file.
4071 * boards/cc-with-dwz.exp: New file.
4072 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4073
4074 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4075
4076 * gdb.base/start-cpp.exp: New file.
4077 * gdb.base/start-cpp.cc: New file.
4078
4079 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4080
4081 * gdb.python/py-thrhandle.exp: Adjust tests to call
4082 thread_from_handle instead of thread_from_thread_handle.
4083
4084 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4085
4086 * gdb.python/py-thrhandle.exp: Add tests for
4087 gdb.InferiorThread.handle.
4088
4089 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4090
4091 * gdb.python/py-function.exp: Check calling helper function from
4092 all languages.
4093 * lib/gdb.exp (gdb_supported_languages): New proc.
4094
4095 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4096
4097 * gdb.base/complex-parts.c: New file.
4098 * gdb.base/complex-parts.exp: New file.
4099
4100 2019-04-01 Tom Tromey <tromey@adacore.com>
4101
4102 PR symtab/23331:
4103 * gdb.dwarf2/dw2-ranges-main.c: New file.
4104 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4105 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4106
4107 2019-03-30 Simon Marchi <simark@simark.ca>
4108
4109 * gdb.base/default.exp: Add values for $_gdb_major and
4110 $_gdb_minor.
4111
4112 2019-03-29 Tom Tromey <tromey@adacore.com>
4113
4114 * gdb.base/help.exp: Tighten apropos regexp.
4115
4116 2019-03-29 Keith Seitz <keiths@redhat.com>
4117
4118 * gdb.fortran/array-bounds.exp: New file.
4119 * gdb.fortran/array-bounds.f90: New file.
4120
4121 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4122
4123 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4124
4125 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4126
4127 * gdb.multi/hello.c (main): Increase alarm timer.
4128
4129 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4130
4131 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4132 factor when no hardware watchpoint support.
4133
4134 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4135 Pedro Alves <palves@redhat.com>
4136
4137 * boards/local-board.exp: set sysroot to /.
4138
4139 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4140
4141 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4142 in child.
4143
4144 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4145
4146 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4147 field.
4148 (make_container): Initialise new field.
4149 * gdb.python/py-prettyprint.exp: Add new tests.
4150 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4151 <display_hint>: New method.
4152
4153 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4154
4155 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4156 gdb_continue_to_breakpoint more throughout this test.
4157 (run_lang_tests) Supply unique test names, and use
4158 gdb_test_no_output.
4159
4160 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4161
4162 * gdb.base/finish-pretty.exp: Update expected results.
4163 * gdb.base/pretty-print.c: New file.
4164 * gdb.base/pretty-print.exp: New file.
4165
4166 2019-03-25 Pedro Alves <palves@redhat.com>
4167
4168 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4169 move comments outside list. Append '-i "" eof' section.
4170
4171 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4172
4173 PR testsuite/25016
4174 * README: Add pie options.
4175 * gdb.base/break-interp.exp: Ensure pie is disabled.
4176 * gdb.base/dump.exp: Likewise.
4177 * lib/gdb.exp (gdb_compile): Add pie option.
4178
4179 2019-03-19 Tom Tromey <tromey@adacore.com>
4180
4181 * gdb.mi/mi2-cli-display.c: New file.
4182 * gdb.mi/mi2-cli-display.exp: New file.
4183
4184 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4185 Tom Tromey <tromey@adacore.com>
4186
4187 * gdb.ada/ptype_array/pck.adb: New file.
4188 * gdb.ada/ptype_array/pck.ads: New file.
4189 * gdb.ada/ptype_array/foo.adb: New file.
4190 * gdb.ada/ptype_array.exp: New file.
4191
4192 2019-03-14 Tom Tromey <tromey@adacore.com>
4193
4194 * gdb.base/style.exp: Add "set style sources" test.
4195
4196 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4197
4198 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4199 * mi-breakpoint-multiple-locations.exp: ... this.
4200 (make_breakpoints_pattern): New proc.
4201 (do_test): Add mi_version parameter, test -break-insert,
4202 -break-info and =breakpoint-created.
4203
4204 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4205
4206 * config/default.exp: Remove 'load_lib gdb.exp'.
4207 * config/monitor.exp: Likewise.
4208 * config/sid.exp: Likewise.
4209 * config/sim.exp: Likewise.
4210 * config/slite.exp: Likewise.
4211 * config/unix.exp: Likewise.
4212 * gdb.base/default.exp: Remove unhelpful comment.
4213
4214 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4215
4216 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4217
4218 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4219
4220 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4221
4222 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4223
4224 * gdb.fortran/type-kinds.exp: Update expected results.
4225
4226 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4227
4228 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4229
4230 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4231
4232 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4233 function.
4234 (test_basic_parsing_of_type_kinds): Expand types tested.
4235 (test_parsing_invalid_type_kinds): New function.
4236
4237 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4238
4239 * gdb.fortran/intrinsics.exp: New file.
4240 * gdb.fortran/intrinsics.f90: New file.
4241 * gdb.fortran/type-kinds.exp: New file.
4242
4243 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4244
4245 * gdb.fortran/dot-ops.exp: New file.
4246
4247 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4248
4249 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4250 Check upper and lower case logical literals.
4251
4252 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4253
4254 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4255 Remove duplicate tests.
4256
4257 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4258
4259 * lib/gdb.exp (builtin_cd): rename of cd.
4260 (cd): Override builtin.
4261
4262 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4263
4264 * gdb.fortran/function-calls.exp: New file.
4265 * gdb.fortran/function-calls.f90: New test.
4266
4267 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4268
4269 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4270 on user program standard output.
4271 * gdb.fortran/short-circuit-argument-list.f90: Record function
4272 calls.
4273
4274 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4275
4276 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4277 failure.
4278
4279 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4280
4281 PR gdb/8527
4282 * gdb.base/interrupt-daemon-attach.c,
4283 gdb.base/interrupt-daemon-attach.exp: New test.
4284
4285 2019-02-27 Pedro Alves <palves@redhat.com>
4286
4287 * gdb.base/page.exp: Add tests for "set width/height -1".
4288
4289 2019-02-27 Pedro Alves <palves@redhat.com>
4290
4291 * gdb.base/page.exp: Add tests for "set/show width/height" with
4292 "infinite" values.
4293
4294 2019-02-27 Tom Tromey <tromey@adacore.com>
4295
4296 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4297 2.4.
4298 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4299 workaround.
4300
4301 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4302
4303 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4304 tests for structs with static members.
4305
4306 2019-02-26 Tom Tromey <tromey@adacore.com>
4307
4308 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4309 ValueError, not TypeError.
4310
4311 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4312
4313 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4314 call from main program.
4315
4316 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4317
4318 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4319 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4320 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4321 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4322 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4323
4324 2019-02-22 Keith Seitz <keiths@redhat.com>
4325
4326 PR symtab/23853
4327 * gdb.base/symlink-sourcefile.c: New file.
4328 * gdb.base/symlink-sourcefile.exp: New file.
4329
4330 2019-02-20 Tom Tromey <tom@tromey.com>
4331
4332 * gdb.base/info_qt.exp: Update.
4333
4334 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4335
4336 * gdb.base/source.exp: Move "error in sourced script" code to
4337 the end.
4338 * gdb.base/source-error.gdb: Move contents to
4339 source-error-1.gdb. Add new code to source source-error-1.gdb.
4340 * gdb.base/source-error-1.gdb: New file, from previous
4341 source-error.gdb.
4342
4343 2019-02-17 Tom Tromey <tom@tromey.com>
4344
4345 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4346 for macro styling.
4347 * gdb.base/style.c (SOME_MACRO): New macro.
4348
4349 2019-02-17 Tom Tromey <tom@tromey.com>
4350
4351 * gdb.base/style.exp: Add line-wrapping tests.
4352 * gdb.base/page.exp: Add test for quitting during pagination.
4353
4354 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4355
4356 * gdb.ada/big_packed_array: New testcase.
4357 * gdb.ada/homonym.exp: Fix incorrect expected output for
4358 "break <homonym__get_value>" test.
4359
4360 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4361
4362 PR breakpoints/21870
4363 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4364 and prepare_for_testing. Add comment.
4365 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4366 redundant cleanup call. Clean up comment.
4367
4368 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4369
4370 PR breakpoints/21870
4371 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4372 * gdb.arch/aarch64-dbreg-contents.c: New file.
4373
4374 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4375
4376 * gdb.ada/mi_ref_changeable: New testcase.
4377
4378 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4379
4380 * gdb.base/attach.exp: Add double attach test.
4381
4382 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4383
4384 * lib/gdb.exp (default_gdb_start): Don't match pagination
4385 prompt.
4386 (gdb_init): Set stty_init.
4387
4388 2019-01-27 Tom Tromey <tom@tromey.com>
4389
4390 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4391 skip_python_tests.
4392
4393 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4394
4395 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4396 New structure.
4397 (struct struct_static_02_02): Likewise.
4398 (struct struct_static_02_03): Likewise.
4399 (struct struct_static_02_04): Likewise.
4400 (struct struct_static_04_01): Likewise.
4401 (struct struct_static_04_02): Likewise.
4402 (struct struct_static_04_03): Likewise.
4403 (struct struct_static_04_04): Likewise.
4404 (struct struct_static_06_01): Likewise.
4405 (struct struct_static_06_02): Likewise.
4406 (struct struct_static_06_03): Likewise.
4407 (struct struct_static_06_04): Likewise.
4408 (cmp_struct_static_02_01): Likewise.
4409 (cmp_struct_static_02_02): Likewise.
4410 (cmp_struct_static_02_03): Likewise.
4411 (cmp_struct_static_02_04): Likewise.
4412 (cmp_struct_static_04_01): Likewise.
4413 (cmp_struct_static_04_02): Likewise.
4414 (cmp_struct_static_04_03): Likewise.
4415 (cmp_struct_static_04_04): Likewise.
4416 (cmp_struct_static_06_01): Likewise.
4417 (cmp_struct_static_06_02): Likewise.
4418 (cmp_struct_static_06_03): Likewise.
4419 (cmp_struct_static_06_04): Likewise.
4420 (call_all): Test new structs.
4421 * gdb.base/infcall-nested-structs.exp: Likewise.
4422
4423 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4424 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4425
4426 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4427 * gdb.base/stack-protector.c: New test.
4428 * gdb.base/stack-protector.exp: New file.
4429 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4430 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4431 option.
4432 (gdb_compile): Remove stack protector for GCC and prevent
4433 recursion.
4434
4435 2019-01-16 Keith Seitz <keiths@redhat.com>
4436
4437 PR gdb/23773
4438 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4439
4440 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4441
4442 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4443 aliases.
4444 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4445 tests.
4446 * gdb.arch/powerpc-vector-regs.c: New file.
4447 * gdb.arch/powerpc-vector-regs.exp: New file.
4448
4449 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4450
4451 * gdb.arch/altivec-regs.exp: Fix the list passed to
4452 gdb_expect_list when testing "info vector".
4453
4454 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4455
4456 * gdb.base/style.exp: Don't include path in testname.
4457
4458 2019-01-10 Keith Seitz <keiths@redhat.com>
4459
4460 PR gdb/23712
4461 PR symtab/23010
4462 * gdb.dwarf2/multidictionary.exp: New file.
4463
4464 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4465
4466 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4467 (test_gnuv3_style_demangling): ... this.
4468 (test_lucid_style_demangling): Remove.
4469 (test_arm_style_demangling): Remove.
4470 (test_hp_style_demangling): Remove.
4471 (do_tests): Remove calls to the above.
4472
4473 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4474
4475 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4476 case.
4477
4478 2019-01-06 Tom Tromey <tom@tromey.com>
4479
4480 PR gdb/28155:
4481 * gdb.dwarf2/typedef-void-finish.exp: New file.
4482
4483 2018-12-28 Tom Tromey <tom@tromey.com>
4484 Simon Marchi <simark@simark.ca>
4485
4486 * gdb.base/jit-exec.exp: New file.
4487 * gdb.base/jit-exec.c: New file.
4488 * gdb.base/jit-execd.c: New file.
4489
4490 2018-12-28 Tom Tromey <tom@tromey.com>
4491
4492 * gdb.base/style.exp: Update test to check for address styling.
4493
4494 2018-12-28 Tom Tromey <tom@tromey.com>
4495
4496 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4497 message.
4498
4499 2018-12-28 Tom Tromey <tom@tromey.com>
4500
4501 * gdb.base/style.exp: Add test for version number styling.
4502
4503 2018-12-28 Tom Tromey <tom@tromey.com>
4504
4505 * gdb.base/style.exp: Add test for print_address_symbolic.
4506
4507 2018-12-28 Tom Tromey <tom@tromey.com>
4508
4509 * gdb.base/style.exp: Add test for breakpoint setting.
4510
4511 2018-12-28 Tom Tromey <tom@tromey.com>
4512
4513 * gdb.base/style.exp: Add test for variable names.
4514
4515 2018-12-28 Tom Tromey <tom@tromey.com>
4516
4517 * gdb.base/style.exp: New file.
4518 * gdb.base/style.c: New file.
4519
4520 2018-12-28 Tom Tromey <tom@tromey.com>
4521
4522 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4523 "dumb".
4524 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4525 the TERM environment variable.
4526
4527 2018-12-27 Tom Tromey <tom@tromey.com>
4528
4529 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4530 pagination test.
4531
4532 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4533
4534 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4535 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4536
4537 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4538
4539 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4540 Filename a.adb changed to bp_fun_addr.adb.
4541 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4542
4543 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4544
4545 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4546 non-PIE executables.
4547 * README: Mention the gdb,nopie_flag board setting.
4548 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4549 non-PIE executable.
4550 * gdb.arch/amd64-entry-value.exp: Likewise.
4551 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4552 * gdb.arch/i386-float.exp: Likewise.
4553 * gdb.arch/i386-signal.exp: Likewise.
4554 * gdb.mi/mi-reg-undefined.exp: Likewise.
4555
4556 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4557
4558 PR gdb/23974
4559 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4560
4561 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4562
4563 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4564 Update order of results accordingly.
4565
4566 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4567
4568 * gdb.base/annota1.exp: Update a test regexp.
4569
4570 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4571
4572 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4573
4574 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4575
4576 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4577 (reuse_time): Initialize to REUSE_TIME_CAP.
4578 (check_rc): New function.
4579 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4580 Check pthread_create rc.
4581 (spawner_thread_func): Check pthread_create and pthread_join rc.
4582
4583 2018-12-08 Pedro Alves <palves@redhat.com>
4584
4585 * gdb.base/list.exp (test_forward_search): Rename to ...
4586 (test_forward_reverse_search): ... this. Also test reverse-search
4587 and the forward-search alias.
4588
4589 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4590
4591 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4592 local timeout variable before return, and remove all local timeout
4593 variable entirely.
4594 (gdb_load): Likewise.
4595
4596 2018-12-01 Tom de Vries <tdevries@suse.de>
4597
4598 * gdb.base/gdb-caching-proc.exp: New file.
4599
4600 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4601
4602 * Makefile.in (TIMESTAMP): New variable.
4603 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4604 command.
4605 (check-single-racy): Likewise.
4606 (check/%.exp): Likewise.
4607 (check-racy/%.exp): Likewise.
4608 (workers/%.worker): Likewise.
4609 (build-perf): Likewise.
4610 (check-perf): Likewise.
4611 * README: Describe new "TS" and "TS_FORMAT" variables.
4612 * print-ts.py: New file.
4613
4614 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4615
4616 PR python/23714
4617 * gdb.python/python.exp: Test command repetition after
4618 gdb.execute.
4619
4620 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4621
4622 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4623 is correctly aligned.
4624
4625 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4626
4627 * gdb.ada/info_auto_lang.exp: New testcase.
4628 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4629 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4630 * gdb.ada/info_auto_lang/some_c.c: New file.
4631
4632 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4633
4634 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4635 FUNC_lang language syntax.
4636
4637 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4638
4639 * gdb.base/info_minsym.c: New file.
4640 * gdb.base/info_minsym.exp: New file.
4641
4642 2018-11-19 Tom Tromey <tom@tromey.com>
4643
4644 PR rust/23625:
4645 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4646 * gdb.rust/expr.exp: Update expected output. Change one test.
4647
4648 2018-11-19 Tom Tromey <tom@tromey.com>
4649
4650 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4651
4652 2018-11-19 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4655 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4656 see the expected warning.
4657
4658 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4659
4660 PR gdb/22736:
4661 * gdb.cp/infcall-nodebug-lib.c: New test.
4662 * gdb.cp/infcall-nodebug-main.c: New test.
4663 * gdb.cp/infcall-nodebug.exp: New file.
4664
4665 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4666
4667 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4668 completer tests.
4669
4670 2018-11-09 Tom de Vries <tdevries@suse.de>
4671
4672 * gdb.base/msym-lang.c: New test.
4673 * gdb.base/msym-lang.exp: New file.
4674 * gdb.base/msym-lang-main.c: New test.
4675
4676 2018-11-08 Tom Tromey <tom@tromey.com>
4677
4678 PR gdb/23555:
4679 PR gdb/23838:
4680 * gdb.base/warning.exp: New file.
4681
4682 2018-11-08 Jan Beulich <jbeulich@suse.com>
4683
4684 * testsuite/gdb.arch/i386-avx512.c,
4685 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4686
4687 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4688
4689 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4690 point hardware.
4691
4692 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4693
4694 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4695 * gdb.dwarf2/missing-type-name.exp: New file.
4696
4697 2018-11-06 Tom de Vries <tdevries@suse.de>
4698
4699 * gdb.base/many-headers.c: New test.
4700 * gdb.base/many-headers.exp: New file.
4701
4702 2018-11-06 Jim Wilson <jimw@sifive.com>
4703
4704 * gdb.base/code_elim.exp: For riscv, set additional_flags
4705 to include -msmall-data-limit=0.
4706
4707 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4708
4709 * gdb.ada/watch_minus_l: New testcase.
4710
4711 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4712
4713 * gdb.arch/aix-sighandle.c: New file.
4714 * gdb.arch/aix-sighandle.exp: New file.
4715
4716 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4717
4718 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4719 registers being unions.
4720
4721 2018-10-31 Tom de Vries <tdevries@suse.de>
4722
4723 * lib/valgrind.exp: New file.
4724 (vgdb_start, vgdb_stop): New procs, factored out of ...
4725 * gdb.base/valgrind-bt.exp: ... here, ...
4726 * gdb.base/valgrind-disp-step.exp: ... here and ...
4727 * gdb.base/valgrind-infcall.exp: ... here.
4728
4729 2018-10-31 Tom de Vries <tdevries@suse.de>
4730
4731 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4732
4733 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4734
4735 * gdb.dwarf2/void-type.c: New file.
4736 * gdb.dwarf2/void-type.exp: New file.
4737
4738 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4739
4740 * gdb.base/info_qt.c: New file.
4741 * gdb.base/info_qt.exp: New file.
4742
4743 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4744
4745 * gdb.arch/powerpc-htm-regs.c: New file.
4746 * gdb.arch/powerpc-htm-regs.exp: New file.
4747
4748 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4749
4750 * gdb.arch/powerpc-tar.c: New file.
4751 * gdb.arch/powerpc-tar.exp: New file.
4752
4753 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4754
4755 * gdb.arch/powerpc-ppr-dscr.c: New file.
4756 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4757
4758 2018-10-25 Tom de Vries <tdevries@suse.de>
4759
4760 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4761
4762 2018-10-24 Tom de Vries <tdevries@suse.de>
4763
4764 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4765 longer exists error.
4766
4767 2018-10-24 Tom de Vries <tdevries@suse.de>
4768
4769 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4770
4771 2018-10-24 Tom de Vries <tdevries@suse.de>
4772
4773 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4774 --db-attach in valgrind.
4775
4776 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4777
4778 * gdb.arch/riscv-reg-aliases.c: New file.
4779 * gdb.arch/riscv-reg-aliases.exp: New file.
4780
4781 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4782
4783 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4784
4785 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4786
4787 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4788
4789 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4790
4791 * gdb.cp/ovldbreak.exp: Fix regexps.
4792
4793 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4794
4795 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4796
4797 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4798
4799 PR cli/23785
4800 * gdb.base/restore.exp: New test to check if "restore" with an
4801 invalid file doesn't segfault.
4802
4803 2018-10-18 Tom de Vries <tdevries@suse.de>
4804
4805 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4806 * gdb.ada/excep_handle.exp: Same.
4807 * gdb.ada/mi_string_access.exp: Same.
4808 * gdb.ada/mi_var_union.exp: Same.
4809 * gdb.arch/arc-analyze-prologue.exp: Same.
4810 * gdb.arch/arc-decode-insn.exp: Same.
4811 * gdb.base/readnever.exp: Same.
4812 * gdb.fortran/printing-types.exp: Same.
4813 * gdb.guile/scm-lazy-string.exp: Same.
4814
4815 2018-10-16 Tom de Vries <tdevries@suse.de>
4816
4817 PR gdb/23730
4818 * gdb.base/catch-follow-exec.c: Add copyright notice.
4819 * gdb.base/catch-follow-exec.exp: Rewrite to use
4820 gdb_spawn_with_cmdline_opts. Require gdb-native.
4821
4822 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4823
4824 * gdb.trace/actions-changed.exp: Check for arch support.
4825 * gdb.trace/actions.exp: Likewise.
4826 * gdb.trace/ax.exp: Likewise.
4827 * gdb.trace/backtrace.exp: Likewise.
4828 * gdb.trace/change-loc.exp: Likewise.
4829 * gdb.trace/deltrace.exp: Likewise.
4830 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4831 * gdb.trace/ftrace.exp: Likewise.
4832 * gdb.trace/infotrace.exp: Check for arch support.
4833 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4834 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4835 * gdb.trace/mi-tsv-changed.exp: Likewise.
4836 * gdb.trace/packetlen.exp: Likewise.
4837 * gdb.trace/passc-dyn.exp: Likewise.
4838 * gdb.trace/passcount.exp: Likewise.
4839 * gdb.trace/pending.exp: Likewise.
4840 * gdb.trace/range-stepping.exp: Check for shlib support.
4841 * gdb.trace/report.exp: Check for arch support.
4842 * gdb.trace/save-trace.exp: Likewise.
4843 * gdb.trace/signal.exp: Check for signal support.
4844 * gdb.trace/tfind.exp: Check for arch support.
4845 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4846 * gdb.trace/trace-common.h: Add comment.
4847 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4848 * gdb.trace/trace-enable-disable.exp: Likewise.
4849 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4850 * gdb.trace/tracecmd.exp: Check for arch support.
4851 * gdb.trace/tspeed.exp: Check for shlib and target support.
4852 * gdb.trace/tstatus.exp: Check for arch support.
4853 * gdb.trace/tsv.exp: Likewise.
4854 * gdb.trace/while-dyn.exp: Likewise.
4855 * gdb.trace/while-stepping.exp: Likewise.
4856 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4857
4858 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4859
4860 * gdb.trace/tspeed.exp: Remove nowarnings.
4861 (prepare_for_trace_test): Declare "global ipalib".
4862 * gdb.trace/tspeed.c: Include unistd.h.
4863 (main): Remove superfluous printf argument.
4864
4865 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4866
4867 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4868 directory prefix on the filename.
4869
4870 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4871
4872 * gdb.gdb/unittest.exp: Update expected message informing that
4873 selftests have been disabled.
4874 * gdb.server/unittest.exp: Likewise.
4875
4876 2018-10-09 Tom de Vries <tdevries@suse.de>
4877
4878 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4879 with runto_main.
4880
4881 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4882
4883 PR c++/16841
4884 * gdb.cp/virtbase2.cc: New file.
4885 * gdb.cp/virtbase2.exp: New file.
4886
4887 2018-10-06 Tom Tromey <tom@tromey.com>
4888
4889 PR python/19399:
4890 * gdb.python/py-inferior.exp: Add architecture test.
4891
4892 2018-10-06 Tom Tromey <tom@tromey.com>
4893
4894 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4895 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4896
4897 2018-10-06 Tom Tromey <tom@tromey.com>
4898
4899 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4900 of a "throw" catchpoint.
4901
4902 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4903
4904 * gdb.base/info-proc.exp: Update string expected from "help info
4905 proc".
4906
4907 2018-10-04 Tom Tromey <tom@tromey.com>
4908
4909 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4910 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4911 (test_initial_complaints, test_empty_complaints): Update.
4912 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4913
4914 2018-10-04 Tom Tromey <tom@tromey.com>
4915
4916 PR cli/19551:
4917 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4918 * lib/gdb.exp (gdb_file_cmd): Update.
4919 * gdb.stabs/weird.exp (print_weird_var): Update.
4920 * gdb.server/solib-list.exp: Update.
4921 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4922 * gdb.mi/mi-cli.exp: Update.
4923 * gdb.linespec/linespec.exp: Update.
4924 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4925 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4926 * gdb.cp/cp-relocate.exp: Update.
4927 * gdb.base/sym-file.exp: Update.
4928 * gdb.base/relocate.exp: Update.
4929 * gdb.base/readnever.exp: Update.
4930 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4931 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4932 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4933 * gdb.base/code_elim.exp: Update.
4934 * gdb.base/break-unload-file.exp (test_break): Update.
4935 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4936 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4937 Update.
4938 * gdb.base/attach.exp (do_attach_tests): Update.
4939 * gdb.base/sepdebug.exp: Update.
4940 * gdb.python/py-section-script.exp: Update.
4941
4942 2018-10-04 Tom Tromey <tom@tromey.com>
4943
4944 PR cli/22234:
4945 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4946 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4947 output.
4948
4949 2018-10-04 Tom Tromey <tom@tromey.com>
4950
4951 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4952 set width and height to 0.
4953 (test_command_line_attach_run): Use -quiet.
4954
4955 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4956
4957 * lib/gdb.exp (skip_ifunc_tests): New.
4958 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4959 other compile failures.
4960 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4961
4962 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4963
4964 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4965 is_amd64_regs_target.
4966
4967 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4968
4969 * gdb.arch/aarch64-sighandler-regs.c: New test.
4970 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4971 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4972
4973 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4974
4975 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4976 assembly.
4977
4978 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4979
4980 * gdb.base/frame-selection.exp: New file.
4981 * gdb.base/frame-selection.c: New file.
4982
4983 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4984
4985 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4986 pthread barrier.
4987 (main): Likewise.
4988
4989 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4990
4991 * gdb.base/large-frame-1.c: New file.
4992 * gdb.base/large-frame-2.c: New file.
4993 * gdb.base/large-frame.exp: New file.
4994 * gdb.base/large-frame.h: New file.
4995
4996 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4997
4998 PR gdb/20948
4999 * gdb.base/write_mem.exp: New test.
5000 * gdb.base/write_mem.c: Likewise.
5001
5002 2018-09-23 Tom Tromey <tom@tromey.com>
5003
5004 PR python/18852:
5005 * gdb.python/py-parameter.exp: Add test for parameter that throws
5006 on "set".
5007
5008 2018-09-23 Tom Tromey <tom@tromey.com>
5009
5010 PR python/17284:
5011 * gdb.python/py-template.exp (test_template_arg): Add test for
5012 negative template argument number.
5013
5014 2018-09-23 Tom Tromey <tom@tromey.com>
5015
5016 PR python/14062:
5017 * gdb.python/python.exp: Add test for post_event error.
5018
5019 2018-09-23 Tom Tromey <tom@tromey.com>
5020
5021 PR python/18170:
5022 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5023 convert pointers to int and long.
5024
5025 2018-09-23 Tom Tromey <tom@tromey.com>
5026
5027 PR python/20126:
5028 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5029 signed-ness conversion tests.
5030
5031 2018-09-23 Tom Tromey <tom@tromey.com>
5032
5033 PR python/18352;
5034 * gdb.python/py-value.exp (test_float_conversion): New proc.
5035 Use it.
5036
5037 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5038
5039 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5040
5041 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5042
5043 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5044 no readline.
5045 * gdb.base/utf8-identifiers.exp: Likewise.
5046 * gdb.cp/cpcompletion.exp: Likewise.
5047 * gdb.linespec/cpcompletion.exp: Likewise.
5048 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5049 * gdb.linespec/cpls-ops.exp: Likewise.
5050
5051 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5052 Chris January <chris.january@arm.com>
5053
5054 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5055 * gdb.fortran/short-circuit-argument-list.exp: New file.
5056 * gdb.fortran/short-circuit-argument-list.f90: New test.
5057
5058 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5059
5060 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5061 "arch=" keyword when executing "-stack-list-frames".
5062
5063 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5064
5065 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5066 "arch=" keyword when executing "-stack-list-frames".
5067
5068 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5069
5070 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5071 break ada".
5072
5073 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5074
5075 PR python/23669
5076 * gdb.python/python.exp: Test gdb.execute("show commands").
5077
5078 2018-09-16 Tom Tromey <tom@tromey.com>
5079
5080 * gdb.base/new-ui.exp (do_execution_tests): Update.
5081 * gdb.base/dbx.exp (test_breakpoints): Update.
5082
5083 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5084
5085 * lib/gdb.exp (gdb_simple_compile): Add proc.
5086 (is_elf_target): Use gdb_simple_compile.
5087 (skip_altivec_tests): Likewise.
5088 (skip_vsx_tests): Likewise.
5089 (skip_tsx_tests): Likewise.
5090 (skip_btrace_tests): Likewise.
5091 (skip_btrace_pt_tests): Likewise.
5092 (gdb_can_simple_compile): Likewise.
5093 (gdb_has_argv0): Likewise.
5094 (gdb_target_symbol_prefix): Likewise.
5095 (target_supports_scheduler_locking): Likewise.
5096
5097 2018-09-13 Tom Tromey <tom@tromey.com>
5098
5099 * Makefile.in (TAGS): Recognize proc_with_prefix and
5100 gdb_caching_proc.
5101
5102 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5103
5104 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5105 method.
5106
5107 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5108
5109 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5110 and a few other Inferior properties when the Inferior is no
5111 longer valid.
5112
5113 2018-09-13 Tom Tromey <tom@tromey.com>
5114
5115 PR rust/23650:
5116 * gdb.rust/simple.exp: Add test for enum field access error.
5117
5118 2018-09-13 Tom Tromey <tom@tromey.com>
5119
5120 PR rust/23626:
5121 * gdb.rust/simple.rs (EmptyEnum): New type.
5122 (main): Use it.
5123 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5124
5125 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5126
5127 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5128 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5129 * gdb.python/py-symtab.exp: Update test printing an objfile.
5130
5131 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5132
5133 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5134 object.
5135
5136 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5137
5138 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5139 (support_complex_tests): Use gdb_can_simple_compile.
5140 (is_ilp32_target): Likewise.
5141 (is_lp64_target): Likewise.
5142 (is_64_target): Likewise.
5143 (is_amd64_regs_target): Likewise.
5144 (is_aarch32_target): Likewise.
5145 (gdb_int128_helper): Likewise.
5146
5147 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5148
5149 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5150
5151 2018-09-10 Jerome Guitton <guitton@adacore.com>
5152
5153 * gdb.ada/same_component_name: Add test for case of tagged record
5154 with variable-length fields.
5155
5156 2018-09-10 Xavier Roirand <roirand@adacore.com>
5157
5158 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5159 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5160 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5161 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5162
5163 2018-09-10 Xavier Roirand <roirand@adacore.com>
5164
5165 * gdb.ada/mi_string_access.exp: New testcase.
5166 * gdb.ada/mi_string_access/bar.adb: New file.
5167 * gdb.ada/mi_string_access/pck.adb: New file.
5168 * gdb.ada/mi_string_access/pck.asd: New file.
5169
5170 2018-09-10 Xavier Roirand <roirand@adacore.com>
5171
5172 * gdb.ada/mi_var_union.exp: New testcase.
5173 * gdb.ada/mi_var_union/bar.adb: New file.
5174 * gdb.ada/mi_var_union/pck.adb: New file.
5175 * gdb.ada/mi_var_union/pck.asd: New file.
5176
5177 2018-09-08 Tom Tromey <tom@tromey.com>
5178
5179 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5180
5181 2018-09-08 Tom Tromey <tom@tromey.com>
5182
5183 PR python/16047:
5184 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5185 (register_pretty_printers): Register new printer.
5186 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5187 test.
5188 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5189 (an_int_type3): New global.
5190
5191 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5192
5193 * gdb.ada/expr_with_funcall: New testcase.
5194
5195 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5196
5197 * gdb.ada/packed_array_assign: New testcase.
5198
5199 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5200
5201 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5202 names, and add test prefixes to make test names unique.
5203
5204 2018-09-05 Tom de Vries <tdevries@suse.de>
5205
5206 * gdb.dwarf2/varval.exp: Add test.
5207
5208 2018-09-04 Gary Benson <gbenson@redhat.com>
5209
5210 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5211 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5212
5213 2018-08-31 Tom Tromey <tom@tromey.com>
5214
5215 * gdb.rust/simple.rs: Rename second variable "v".
5216
5217 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5218
5219 * gdb.base/funcargs.c (use_a): New function.
5220 (recurse): Call use_a.
5221
5222 2018-08-29 Keith Seitz <keiths@redhat.com>
5223
5224 * gdb.compile/compile-cplus-anonymous.cc: New file.
5225 * gdb.compile/compile-cplus-anonymous.exp: New file.
5226 * gdb.compile/compile-cplus-array-decay.cc: New file.
5227 * gdb.compile/compile-cplus-array-decay.exp: New file.
5228 * gdb.compile/compile-cplus-inherit.cc: New file.
5229 * gdb.compile/compile-cplus-inherit.exp: New file.
5230 * gdb.compile/compile-cplus-member.cc: New file.
5231 * gdb.compile/compile-cplus-member.exp: New file.
5232 * gdb.compile/compile-cplus-method.cc: New file.
5233 * gdb.compile/compile-cplus-method.exp: New file.
5234 * gdb.compile/compile-cplus-mod.c: "New" file.
5235 * gdb.compile/compile-cplus-namespace.cc: New file.
5236 * gdb.compile/compile-cplus-namespace.exp: New file.
5237 * gdb.compile/compile-cplus-nested.cc: New file.
5238 * gdb.compile/compile-cplus-nested.exp: New file.
5239 * gdb.compile/compile-cplus-print.c: "New" file.
5240 * gdb.compile/compile-cplus-print.exp: "New" file.
5241 * gdb.compile/compile-cplus-virtual.cc: New file.
5242 * gdb.compile/compile-cplus-virtual.exp: New file.
5243 * gdb.compile/compile-cplus.c: "New" file.
5244 * gdb.compile/compile-cplus.exp: "New" file.
5245 * lib/compile-support.exp: New file.
5246
5247 2018-08-16 Gary Benson <gbenson@redhat.com>
5248
5249 PR gdb/13000:
5250 * gdb.base/batch-exit-status.exp: New file.
5251 * gdb.base/batch-exit-status.good-commands: Likewise.
5252 * gdb.base/batch-exit-status.bad-commands: Likewise.
5253
5254 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5255
5256 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5257 (struct struct02): Likewise.
5258 (struct struct03): Likewise.
5259 (struct struct04): Likewise.
5260 (struct struct_01_01): New struct.
5261 (struct struct_01_02): Likewise.
5262 (struct struct_01_03): Likewise.
5263 (struct struct_01_04): Likewise.
5264 (struct struct_02_01): Likewise.
5265 (struct struct_02_02): Likewise.
5266 (struct struct_02_03): Likewise.
5267 (struct struct_02_04): Likewise.
5268 (struct struct_04_01): Likewise.
5269 (struct struct_04_02): Likewise.
5270 (struct struct_04_03): Likewise.
5271 (struct struct_04_04): Likewise.
5272 (struct struct_05_01): Likewise.
5273 (struct struct_05_02): Likewise.
5274 (struct struct_05_03): Likewise.
5275 (struct struct_05_04): Likewise.
5276 (cmp_struct01): Remove function.
5277 (cmp_struct02): Likewise.
5278 (cmp_struct03): Likewise.
5279 (cmp_struct04): Likewise.
5280 (cmp_struct_01_01): Add Function.
5281 (cmp_struct_01_02): Likewise.
5282 (cmp_struct_01_03): Likewise.
5283 (cmp_struct_01_04): Likewise.
5284 (cmp_struct_02_01): Likewise.
5285 (cmp_struct_02_02): Likewise.
5286 (cmp_struct_02_03): Likewise.
5287 (cmp_struct_02_04): Likewise.
5288 (cmp_struct_04_01): Likewise.
5289 (cmp_struct_04_02): Likewise.
5290 (cmp_struct_04_03): Likewise.
5291 (cmp_struct_04_04): Likewise.
5292 (cmp_struct_05_01): Likewise.
5293 (cmp_struct_05_02): Likewise.
5294 (cmp_struct_05_03): Likewise.
5295 (cmp_struct_05_04): Likewise.
5296 (call_all): Add new structs.
5297 * gdb.base/infcall-nested-structs.exp: Likewise.
5298
5299 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5300
5301 * gdb.python/py-framefilter-mi.exp: Update regexp to
5302 check for "arch" field in frame output.
5303
5304 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5305
5306 * gdb.dwarf2/dw2-ranges-func.c: New file.
5307 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5308
5309 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5310
5311 * gdb.base/term.exp: Compare terminal settings with values from
5312 the inferior.
5313 * gdb.base/term.c: Get and set terminal settings.
5314
5315 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5316
5317 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5318 accommodate new "arch" field in frame output.
5319 * gdb.mi/mi-return.exp: Likewise.
5320 * gdb.mi/mi-stack.exp: Likewise.
5321 * gdb.mi/mi-syn-frame.exp: Likewise.
5322 * gdb.mi/user-selected-context-sync.exp: Likewise.
5323
5324 2018-08-19 Michael Spang <spang@google.com>
5325
5326 PR gdb/11786
5327 * gdb.base/gcore-tls-pie.c: New file.
5328 * gdb.base/gcore-tls-pie.exp: New file.
5329
5330 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5331
5332 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5333 * gdb.dwarf2/varval.c: New file.
5334 * gdb.dwarf2/varval.exp: New file.
5335
5336 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5337
5338 PR gdb/18931
5339 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5340
5341 2018-08-16 Keith Seitz <keiths@redhat.com>
5342
5343 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5344 tests expected to pass.
5345
5346 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5347
5348 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5349 -data-disassemble -a.
5350 (test_disassembly_bogus_args): Likewise.
5351
5352 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5353
5354 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5355
5356 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5357
5358 * gdb.base/vla-optimized-out.exp: Add new test.
5359
5360 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5361
5362 * gdb.base/vla-optimized-out-o3.exp: Delete.
5363 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5364 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5365 deleted tests.
5366
5367 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5368
5369 PR gdb/18050:
5370 * gdb.server/extended-remote-restart.c: New file.
5371 * gdb.server/extended-remote-restart.exp: New file.
5372
5373 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5374
5375 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5376 "set variable index = 42".
5377
5378 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5379
5380 * boards/index-cache-gdb.exp: New file.
5381 * gdb.dwarf2/index-cache.exp: New file.
5382 * gdb.dwarf2/index-cache.c: New file.
5383 * gdb.base/maint.exp: Check if we are using the index cache.
5384
5385 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5386
5387 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5388 MAKEFLAGS.
5389
5390 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5391
5392 * dg-extract-results.sh: Move to toplevel contrib.
5393 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5394 * Makefile.in (check-parallel-racy): Likewise.
5395
5396 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5397
5398 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5399 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5400 tests if the target supports scheduler locking.
5401
5402 2018-08-04 Tom de Vries <tdevries@suse.de>
5403
5404 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5405
5406 2018-08-02 Tom Tromey <tom@tromey.com>
5407
5408 PR symtab/16842.
5409 * gdb.cp/temargs.exp: Test "info address" of a template
5410 parameter.
5411
5412 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5413
5414 * gdb.python/py-mi-var-info-path-expression.c: New file.
5415 * gdb.python/py-mi-var-info-path-expression.py: New file.
5416 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5417
5418 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5419
5420 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5421 error after "cannot resolve name" string.
5422
5423 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5424
5425 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5426 started.
5427 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5428
5429 2018-07-28 Tom de Vries <tdevries@suse.de>
5430
5431 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5432
5433 2018-07-26 Tom de Vries <tdevries@suse.de>
5434
5435 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5436
5437 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5438
5439 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5440 is visible.
5441
5442 2018-07-26 Tom de Vries <tdevries@suse.de>
5443
5444 PR breakpoints/23366
5445 * gdb.base/catch-follow-exec.c: New test.
5446 * gdb.base/catch-follow-exec.exp: New file.
5447
5448 2018-07-25 Tom de Vries <tdevries@suse.de>
5449
5450 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5451 vla-optimized-out.c.
5452
5453 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5454
5455 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5456 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5457
5458 2018-07-20 Tom de Vries <tdevries@suse.de>
5459
5460 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5461 NOCLONE macro.
5462 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5463
5464 2018-07-19 Tom de Vries <tdevries@suse.de>
5465
5466 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5467 regular expression.
5468
5469 2018-07-18 Tom de Vries <tdevries@suse.de>
5470
5471 * gdb.base/vla-optimized-out.c: New test.
5472 * gdb.base/vla-optimized-out.exp: New file.
5473
5474 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5475
5476 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5477 message "No address associated with hostname" when gdbserver
5478 cannot resolve the hostname.
5479
5480 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5481
5482 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5483 Add some test prefixes to make tests unique.
5484
5485 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5486
5487 * gdb.base/frameapply.c: New file.
5488 * gdb.base/frameapply.exp: New file.
5489
5490 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5491
5492 * gdb.base/skip.exp: Update expected error message.
5493
5494 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5495 Jan Kratochvil <jan.kratochvil@redhat.com>
5496 Paul Fertser <fercerpav@gmail.com>
5497 Tsutomu Seki <sekiriki@gmail.com>
5498
5499 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5500 parameter.
5501 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5502 by default.
5503 * boards/native-gdbserver.exp: Likewise.
5504 * gdb.server/run-without-local-binary.exp: Improve regexp used
5505 for detecting when a remote debugging connection succeeds.
5506 * gdb.server/server-connect.exp: New file.
5507 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5508 Do not prefix the port number with ":".
5509 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5510 support for detecting and using it. Add '$debughost_gdbserver'
5511 to the list of arguments used to start gdbserver. Handle case
5512 when gdbserver cannot resolve a network name.
5513
5514 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5515
5516 PR c++/23373
5517 * gdb.base/ptype-offsets.cc (struct static_member): New
5518 struct.
5519 (main) <stmember>: New variable.
5520 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5521 with a static member in it.
5522
5523 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5524
5525 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5526 watchpoints enabled and disabled.
5527
5528 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5529
5530 * gdb.base/examine-backward.exp: Still run tests around address
5531 0x0, even if address 0x0 is not readable. Update the pattern for
5532 matching address 0x0 in expected output.
5533
5534 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5535
5536 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5537 malloc/free.
5538
5539 2018-07-04 Tom de Vries <tdevries@suse.de>
5540
5541 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5542
5543 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5544
5545 PR tdep/8282
5546 * gdb.arch/mips-disassembler-options.exp: New test.
5547 * gdb.arch/mips-disassembler-options.s: New test source.
5548
5549 2018-06-29 Pedro Alves <palves@redhat.com>
5550
5551 * gdb.threads/names.exp: Adjust expected "info threads" output.
5552
5553 2018-06-29 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.opt/inline-break.exp (line number, address): Add "info
5556 break" tests.
5557
5558 2018-06-29 Pedro Alves <palves@redhat.com>
5559
5560 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5561 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5562 number and address and running to them.
5563
5564 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5565
5566 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5567
5568 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5569
5570 * lib/compiler.c: Remove executable permission flag.
5571
5572 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5573
5574 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5575 code.
5576 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5577
5578 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5579
5580 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5581
5582 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5583
5584 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5585 address argument is omitted.
5586
5587 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5588
5589 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5590
5591 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5592
5593 PR gdb/21695
5594 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5595 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5596
5597 2018-06-26 Tom Tromey <tom@tromey.com>
5598
5599 PR rust/22574:
5600 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5601 * gdb.rust/simple.rs (struct SimpleLayout): New.
5602
5603 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5604
5605 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5606 "info registers" output.
5607
5608 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5609
5610 * gdb.base/watchpoint-hw-attach.c: New test.
5611 * gdb.base/watchpoint-hw-attach.exp: New file.
5612
5613 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5614
5615 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5616 through /bin/sh.
5617 * boards/dwarf4-gdb-index.exp: Likewise.
5618 * boards/fission-dwp.exp: Likewise.
5619
5620 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5621
5622 * gdb.base/float128.exp: Add comment and improved fail message
5623 to the failure case of "print large128" test.
5624
5625 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5626
5627 * configure.ac: Remove AC_PREREQ.
5628 * configure: Re-generate.
5629
5630 2018-06-19 Pedro Alves <palves@redhat.com>
5631
5632 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5633 (func_extern_caller): New.
5634 (main): Call func_extern_caller.
5635 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5636 logic change.
5637
5638 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5639
5640 PR gdb/16841
5641 * gdb.cp/typedef-base.cc: New file.
5642 * gdb.cp/typedef-base.exp: New file.
5643
5644 2018-06-18 Tom de Vries <tdevries@suse.de>
5645
5646 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5647
5648 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5649 Richard Bunt <Richard.Bunt@arm.com>
5650
5651 * gdb.threads/attach-slow-waitpid.c: New file.
5652 * gdb.threads/attach-slow-waitpid.exp: New file.
5653 * gdb.threads/slow-waitpid.c: New file.
5654
5655 2018-06-14 Pedro Alves <palves@redhat.com>
5656
5657 * gdb.base/fork-running-state.c: Include <errno.h>.
5658 (exit_if_relative_exits): New.
5659 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5660 exits.
5661 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5662 child exits.
5663
5664 2018-06-14 Tom de Vries <tdevries@suse.de>
5665
5666 PR cli/22573
5667 * gdb.base/finish-pretty.c: New test.
5668 * gdb.base/finish-pretty.exp: New file.
5669
5670 2018-06-14 Pedro Alves <palves@redhat.com>
5671
5672 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5673 gdb's expected startup output.
5674
5675 2018-06-14 Pedro Alves <palves@redhat.com>
5676
5677 * lib/selftest-support.exp (selftest_setup): Remove inlined
5678 function handling.
5679
5680 2018-06-14 Tom de Vries <tdevries@suse.de>
5681
5682 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5683 matching of breakpoint printing.
5684
5685 2018-06-13 Tom de Vries <tdevries@suse.de>
5686
5687 PR testsuite/23269
5688 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5689 (fork_child): ... here, and ...
5690 (fork_parent): ... here.
5691
5692 2018-06-12 Tom de Vries <tdevries@suse.de>
5693
5694 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5695
5696 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5697 Stephen Roberts <stephen.roberts@arm.com>
5698
5699 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5700 rewrite test to describe action performed, rather than possible
5701 failure.
5702
5703 2018-06-08 Gary Benson <gbenson@redhat.com>
5704
5705 * gdb.threads/check-libthread-db.exp: New file.
5706 * gdb.threads/check-libthread-db.c: Likewise.
5707
5708 2018-06-05 Tom Tromey <tom@tromey.com>
5709
5710 * gdb.base/default.exp: Update expected "show version" output.
5711
5712 2018-06-05 Tom Tromey <tom@tromey.com>
5713
5714 PR cli/12326:
5715 * gdb.cp/static-print-quit.exp: Update.
5716 * lib/gdb.exp (pagination_prompt): Update.
5717 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5718 * gdb.python/python.exp: Update.
5719
5720 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5721
5722 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5723
5724 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5725
5726 * gdb.ada/bp_fun_addr: New testcase.
5727
5728 2018-06-01 Tom Tromey <tom@tromey.com>
5729
5730 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5731 results.
5732 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5733 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5734 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5735 * gdb.base/maint.exp (maint_pass_if): Update.
5736
5737 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5738
5739 * gdb.base/endian.exp: New test.
5740 * gdb.base/endian.c: New test source.
5741
5742 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5743
5744 PR gdb/23203
5745 * gdb.base/bt-selected-frame.c: New file.
5746 * gdb.base/bt-selected-frame.exp: New file.
5747 * lib/gdb.exp (get_current_frame_number): New function.
5748
5749 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5750 Pedro Alves <palves@redhat.com>
5751
5752 * gdb.threads/tls-core.c: Include <stdlib.h>
5753 (thread_proc): Call `abort'.
5754 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5755 (tls_core_test): New procedure, bits factored out from ...
5756 (top level): ... here. Test both native cores and gcore cores.
5757
5758 2018-05-23 Tom Tromey <tom@tromey.com>
5759
5760 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5761
5762 2018-05-23 Tom Tromey <tom@tromey.com>
5763
5764 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5765 symfile_complaints.
5766 (test_short_complaints): Likewise.
5767 (test_empty_complaints): Likewise.
5768 (test_initial_complaints): Update.
5769
5770 2018-05-23 Tom Tromey <tom@tromey.com>
5771
5772 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5773
5774 2018-05-23 Tom Tromey <tom@tromey.com>
5775
5776 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5777 (test_short_complaints): Update.
5778
5779 2018-05-22 Pedro Alves <palves@redhat.com>
5780
5781 * gdb.base/remote.exp: Only gdb_start after compiling the
5782 testcase. Issue "disconnect" before testing "set remote" command
5783 defaults. Issue clean_restart before running to main.
5784
5785 2018-05-22 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.base/remote.exp: Adjust expected output of "show remote
5788 memory-write-packet-size". Add tests for "set remote
5789 memory-write-packet-size 0" and "set remote
5790 memory-write-packet-size fixed/limit".
5791
5792 2018-05-22 Pedro Alves <palves@redhat.com>
5793
5794 PR gdb/22973
5795 * gdb.base/utf8-identifiers.c: New file.
5796 * gdb.base/utf8-identifiers.exp: New file.
5797
5798 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5799
5800 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5801
5802 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5803
5804 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5805
5806 2018-05-18 Tom Tromey <tom@tromey.com>
5807
5808 * gdb.base/ptype-offsets.exp: Update.
5809
5810 2018-05-17 Keith Seitz <keiths@redhat.com>
5811
5812 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5813 in expected breakpoint stop locations.
5814 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5815 move to proper scope to test variable values.
5816 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5817 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5818 New functions.
5819 (main): Call not_inline_func3.
5820 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5821 inline_func1, inline_func2, and inline_func3. Test that when each
5822 breakpoint is hit, GDB properly reports both the stop location
5823 and the backtrace. Repeat tests for temporary breakpoints.
5824
5825 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5826
5827 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5828 rather then trying to access it in determining whether the PID
5829 of `gdbserver' could have been retrieved.
5830
5831 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5832
5833 * gdb.arch/amd64-init-x87-values.S: New file.
5834 * gdb.arch/amd64-init-x87-values.exp: New file.
5835
5836 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5837
5838 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5839
5840 2018-05-04 Tom Tromey <tom@tromey.com>
5841
5842 PR python/22730:
5843 * gdb.python/python.exp: Test multi-line execute.
5844
5845 2018-05-04 Tom Tromey <tom@tromey.com>
5846
5847 PR python/22731:
5848 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5849
5850 2018-05-04 Tom Tromey <tom@tromey.com>
5851
5852 PR gdb/11750:
5853 * gdb.base/define.exp: Test defining a user command inside a user
5854 command.
5855 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5856
5857 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5858 Pedro Alves <palves@redhat.com>
5859
5860 PR breakpoints/19806 and support for PR external/20207.
5861 * gdb.base/watchpoint-unaligned.c: New file.
5862 * gdb.base/watchpoint-unaligned.exp: New file.
5863
5864 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5865
5866 * gdb.base/maint.exp: Make test names unique, use
5867 test_prefix_command_help to test 'help maint info', and remove
5868 repeated test of 'help maint'.
5869
5870 2018-05-04 Tom Tromey <tom@tromey.com>
5871
5872 PR gdb/22619:
5873 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5874 behavior.
5875
5876 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5877
5878 * gdb.base/maint.exp: Process output from 'maint print registers'
5879 line at a time.
5880
5881 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5882
5883 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5884 timeout.
5885
5886 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5887
5888 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5889 filter pattern.
5890
5891 2018-05-02 Pedro Alves <palves@redhat.com>
5892
5893 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5894 to_log_command renames.
5895 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5896
5897 2018-05-02 Tom Tromey <tom@tromey.com>
5898
5899 * gdb.python/py-parameter.exp: Set test message.
5900
5901 2018-05-02 Tom Tromey <tom@tromey.com>
5902
5903 PR python/20084:
5904 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5905 PARAM_ZUINTEGER_UNLIMITED tests.
5906
5907 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5908
5909 PR rust/23124
5910 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5911 when casting.
5912
5913 2018-04-30 Tom Tromey <tom@tromey.com>
5914
5915 * gdb.python/py-type.exp: Check align attribute.
5916 * gdb.python/py-type.c: New "aligncheck" global.
5917
5918 2018-04-30 Tom Tromey <tom@tromey.com>
5919
5920 PR exp/17095:
5921 * gdb.dwarf2/dw2-align.exp: New file.
5922 * gdb.cp/align.exp: New file.
5923 * gdb.base/align.exp: New file.
5924 * lib/gdb.exp (gdb_int128_helper): New proc.
5925 (has_int128_c, has_int128_cxx): New caching procs.
5926
5927 2018-04-27 Tom Tromey <tom@tromey.com>
5928
5929 PR rust/22545:
5930 * gdb.rust/simple.exp: Add inclusive range tests.
5931
5932 2018-04-26 Pedro Alves <palves@redhat.com>
5933
5934 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5935 ifunc breakpoint locations correctly of ifunc breakpoints set
5936 while the program resolves the ifunc.
5937
5938 2018-04-26 Pedro Alves <palves@redhat.com>
5939
5940 * gdb.base/gnu-ifunc-final.c: New file.
5941 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5942 * gdb.base/gnu-ifunc.exp (executable): Delete.
5943 (staticexecutable): Adjust.
5944 (lib_opts, exec_opts): Delete.
5945 (make_binsuffix, build, set-break): New procedures.
5946 (misc_tests): New, with tests factored out from the top level.
5947 (top level): Test different combinations of ifunc resolver name,
5948 resolver with and with debug info, and ifunc target with and
5949 without debug info. Wrap static tests with with_target_prefix.
5950
5951 2018-04-26 Pedro Alves <palves@redhat.com>
5952
5953 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5954 return type" warnings.
5955
5956 2018-04-25 Pedro Alves <palves@redhat.com>
5957
5958 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5959 killed".
5960 * gdb.base/kill-after-signal.exp: Likewise.
5961 * gdb.threads/kill.exp: Likewise.
5962
5963 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5964 Sergio Durigan Junior <sergiodj@redhat.com>
5965 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5968 regexps to expect for '[Inferior ... detached]' as well.
5969 * gdb.base/attach.exp: Likewise.
5970 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5971 "gdb_continue_to_end".
5972 (test_catch_syscall_with_wrong_args): Likewise.
5973 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5974 ']'. Don't set 'verbose' on.
5975 * gdb.base/foll-vfork.exp: Likewise.
5976 * gdb.base/fork-print-inferior-events.c: New file.
5977 * gdb.base/fork-print-inferior-events.exp: New file.
5978 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5979 '[Inferior ... has been killed]' message.
5980 * gdb.base/kill-after-signal.exp: Likewise.
5981 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5982 detach message.
5983 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5984 message.
5985 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5986 regexps to expect for '[Inferior ... detached]' as well.
5987 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5988
5989 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5990
5991 PR gdb/23104
5992 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5993
5994 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5995
5996 PR gdb/23095
5997 * gdb.base/break-probes.exp: Pass shlib_load to
5998 prepare_for_testing. Set normal_bp to r_debug_state if target is
5999 bsd.
6000
6001 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6002
6003 * gdb.threads/multiple-successive-infcall.c: New test.
6004 * gdb.threads/multiple-successive-infcall.exp: New file.
6005
6006 2018-04-17 Tom Tromey <tom@tromey.com>
6007
6008 * gdb.rust/simple.rs (Union): New type.
6009 (main): New local "u".
6010 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6011
6012 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6013
6014 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6015 number information in output of "whereis" command.
6016 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6017
6018 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6019
6020 * gdb.ada/info_types.exp: Adjust expected output to the line
6021 numbers now printed by "info var/func/type".
6022 * gdb.base/completion.exp: Likewise.
6023 * gdb.base/included.exp: Likewise.
6024 * gdb.cp/cp-relocate.exp: Likewise.
6025 * gdb.cp/cplusfuncs.exp: Likewise.
6026 * gdb.cp/namespace.exp: Likewise.
6027 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6028
6029 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6030
6031 * gdb.btrace/cpu.exp: New.
6032
6033 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6034
6035 * gdb.base/step-indirect-call-thunk.exp: New.
6036 * gdb.base/step-indirect-call-thunk.c: New.
6037 * gdb.reverse/step-indirect-call-thunk.exp: New.
6038 * gdb.reverse/step-indirect-call-thunk.c: New.
6039
6040 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6041
6042 * gdb.base/pie-fork.c: New file.
6043 * gdb.base/pie-fork.exp: New file.
6044
6045 2018-04-11 Tom Tromey <tom@tromey.com>
6046
6047 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6048
6049 2018-04-10 Pedro Alves <palves@redhat.com>
6050
6051 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6052 exits. Instead loop running forever.
6053 (fork_parent): Run forever too.
6054
6055 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6056
6057 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6058 mi_continue_to_line.
6059 * gdb.mi/mi-stack.c (callee4): Add comment.
6060
6061 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6062
6063 * gdb.mi/mi-stack.exp: Fix indentation.
6064
6065 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6066
6067 PR gdb/22979
6068 * gdb.arch/amd64-osabi.exp: New file.
6069
6070 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6071
6072 PR gdb/22980
6073 * gdb.base/osabi.exp: New file.
6074
6075 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6076
6077 * gdb.cp/static-typedef-print.exp: New file.
6078 * gdb.cp/static-typedef-print.cc: New file.
6079
6080 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6081
6082 * gdb.ada/varsize_limit: New testcase.
6083
6084 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6085
6086 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6087
6088 * gdb.ada/notcplusplus: New testcase.
6089
6090 * gdb.base/c-linkage-name.c: New file.
6091 * gdb.base/c-linkage-name.exp: New testcase.
6092
6093 2018-03-26 Tom Tromey <tom@tromey.com>
6094
6095 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6096 * gdb.python/py-framefilter.py (name_error): New global.
6097 (ErrorInName.function): Use name_error.
6098
6099 2018-03-26 Tom Tromey <tom@tromey.com>
6100
6101 PR backtrace/15582:
6102 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6103
6104 2018-03-23 Keith Seitz <keiths@redhat.com>
6105
6106 PR c++/22968
6107 * gdb.cp/subtypes.exp: New file.
6108 * gdb.cp/subtypes.h: New file.
6109 * gdb.cp/subtypes.cc: New file.
6110 * gdb.cp/subtypes-2.cc: New file.
6111
6112 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6113
6114 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6115 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6116 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6117 -nostartfiles when compiling the test. Confirm that all registers
6118 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6119
6120 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6121
6122 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6123 option, syntax was wrong anyway.
6124 * gdb.arch/arm-disp-step.exp: Likewise.
6125 * gdb.arch/sparc64-regs.exp: Likewise.
6126 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6127 option, syntax was wrong anyway, switch to use
6128 prepare_for_testing.
6129 * gdb.arch/i386-disp-step.exp: Likewise.
6130
6131 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6132
6133 * gdb.ada/exec_changed.exp: Replace "target_info exists
6134 use_gdb_stub" by "use_gdb_stub".
6135 * gdb.ada/start.exp: Likewise.
6136 * gdb.base/async-shell.exp: Likewise.
6137 * gdb.base/attach-pie-misread.exp: Likewise.
6138 * gdb.base/attach-wait-input.exp: Likewise.
6139 * gdb.base/break-entry.exp: Likewise.
6140 * gdb.base/break-interp.exp: Likewise.
6141 * gdb.base/dprintf-detach.exp: Likewise.
6142 * gdb.base/nostdlib.exp: Likewise.
6143 * gdb.base/solib-nodir.exp: Likewise.
6144 * gdb.base/statistics.exp: Likewise.
6145 * gdb.base/testenv.exp: Likewise.
6146 * gdb.mi/mi-exec-run.exp: Likewise.
6147 * gdb.mi/mi-start.exp: Likewise.
6148 * gdb.multi/dummy-frame-restore.exp: Likewise.
6149 * gdb.multi/multi-arch-exec.exp: Likewise.
6150 * gdb.multi/multi-arch.exp: Likewise.
6151 * gdb.multi/tids.exp: Likewise.
6152 * gdb.multi/watchpoint-multi.exp: Likewise.
6153 * gdb.python/py-events.exp: Likewise.
6154 * gdb.threads/attach-into-signal.exp: Likewise.
6155 * gdb.threads/attach-stopped.exp: Likewise.
6156 * gdb.threads/threadapply.exp: Likewise.
6157 * lib/selftest-support.exp: Likewise.
6158
6159 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6160
6161 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6162
6163 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6164
6165 * gdb.perf/template-breakpoints.cc: New file.
6166 * gdb.perf/template-breakpoints.exp: New file.
6167 * gdb.perf/template-breakpoints.py: New file.
6168
6169 2018-03-19 Tom Tromey <tom@tromey.com>
6170
6171 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6172 y0.
6173 * gdb.rust/simple.exp: Test bare identifier form of struct
6174 initializer.
6175
6176 2018-03-19 Tom Tromey <tom@tromey.com>
6177
6178 * gdb.gdb/observer.exp: Remove.
6179
6180 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6181
6182 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6183 "qualified" option when setting breakpoints.
6184 * gdb.trace/backtrace.exp: Likewise.
6185 * gdb.trace/circ.exp: Likewise.
6186 * gdb.trace/collection.exp: Likewise.
6187 * gdb.trace/disconnected-tracing.exp: Likewise.
6188 * gdb.trace/ftrace-lock.exp: Likewise.
6189 * gdb.trace/ftrace.exp: Likewise.
6190 * gdb.trace/infotrace.exp: Likewise.
6191 * gdb.trace/packetlen.exp: Likewise.
6192 * gdb.trace/passc-dyn.exp: Likewise.
6193 * gdb.trace/qtro.exp: Likewise.
6194 * gdb.trace/read-memory.exp: Likewise.
6195 * gdb.trace/report.exp: Likewise.
6196 * gdb.trace/signal.exp: Likewise.
6197 * gdb.trace/status-stop.exp: Likewise.
6198 * gdb.trace/strace.exp: Likewise.
6199 * gdb.trace/tfind.exp: Likewise.
6200 * gdb.trace/trace-break.exp: Likewise.
6201 * gdb.trace/trace-condition.exp: Likewise.
6202 * gdb.trace/trace-mt.exp: Likewise.
6203 * gdb.trace/tstatus.exp: Likewise.
6204 * gdb.trace/tsv.exp: Likewise.
6205 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6206 * gdb.trace/unavailable.exp: Likewise.
6207 * gdb.trace/while-dyn.exp: Likewise.
6208
6209 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6210
6211 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6212 that libinproctrace is copied to the target.
6213
6214 2018-03-14 Tom Tromey <tom@tromey.com>
6215
6216 PR cli/14977:
6217 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6218 a null pointer.
6219 * gdb.base/wchar.exp: Likewise.
6220
6221 2018-03-14 Tom Tromey <tom@tromey.com>
6222
6223 PR cli/19918:
6224 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6225 flag.
6226
6227 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6228
6229 PR gdb/22841
6230 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6231 "target" to remote_exec.
6232
6233 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6234
6235 PR gdb/22841
6236 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6237 ${board}_upload): Remove.
6238
6239 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6240
6241 * gdb.cp/watch-cp.cc: New test.
6242 * gdb.cp/watch-cp.exp: New file.
6243
6244 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6245
6246 * gdb.base/infcall-nested-structs.exp: New file.
6247 * gdb.base/infcall-nested-structs.c: New file.
6248 * gdb.base/float.exp: Add riscv support.
6249
6250 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6251
6252 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6253 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6254
6255 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6256
6257 * gdb.server/abspath.exp: New file.
6258 * lib/gdb.exp (with_cwd): New procedure.
6259
6260 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6261
6262 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6263 use it.
6264 (gdb_is_target_remote_prompt): New proc.
6265 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6266 (gdb_is_target_native): Pass prompt parameter to
6267 gdb_is_target_1.
6268
6269 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6270
6271 * gdb.base/load-command.c: New file.
6272 * gdb.base/load-command.exp: New file.
6273 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6274 (gdb_is_target_1): ...this, and generalize for other targets
6275 than just remote.
6276 (gdb_is_target_remote): Use gdb_is_target_1.
6277 (gdb_is_target_native): use gdb_is_target_1.
6278
6279 2018-02-26 Tom Tromey <tom@tromey.com>
6280
6281 PR python/16497:
6282 * gdb.python/py-framefilter.exp: Update test.
6283
6284 2018-02-26 Tom Tromey <tom@tromey.com>
6285
6286 * gdb.dwarf2/variant.c: New file.
6287 * gdb.dwarf2/variant.exp: New file.
6288
6289 2018-02-26 Tom Tromey <tom@tromey.com>
6290
6291 * gdb.rust/simple.exp: Accept more possible results in enum test.
6292
6293 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6294
6295 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6296 parentheses.
6297
6298 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6299
6300 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6301 name of a variable: $actual_linejj -> $actual_line.
6302
6303 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6304
6305 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6306
6307 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6308
6309 * gdb.btrace/buffer-size.exp: Do not force BTS.
6310
6311 2018-02-14 Pedro Alves <palves@redhat.com>
6312
6313 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6314 getting a "Quit".
6315
6316 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6317
6318 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6319 Fix test name.
6320
6321 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6322
6323 * gdb.cp/m-static.exp: Check type of optimized out static
6324 member.
6325
6326 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6327
6328 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6329 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6330
6331 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6332 Leszek Swirski <leszeks@google.com>
6333
6334 * gdb.python/py-prettyprint.c
6335 (struct to_string_returns_value_inner,
6336 struct to_string_returns_value_wrapper): New.
6337 (main): Add tsrvw variable.
6338 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6339 ToStringReturnsValueWrapper): New classes.
6340 (register_pretty_printers): Register new pretty-printers.
6341 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6342 recursive pretty printer.
6343 * gdb.python/py-mi.exp: Likewise.
6344
6345 2018-02-01 Leszek Swirski <leszeks@google.com>
6346
6347 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6348 functions with the same name as an include file are parsed
6349 correctly.
6350
6351 2018-02-01 Yao Qi <yao.qi@linaro.org>
6352
6353 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6354 "\[^\r\n\]*".
6355
6356 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6357
6358 * gdb.arch/powerpc-prologue-frame.s: New file.
6359 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6360 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6361
6362 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6363
6364 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6365
6366 2018-01-30 Pedro Alves <palves@redhat.com>
6367
6368 PR gdb/13211
6369 * gdb.base/interrupt-daemon.c: New.
6370 * gdb.base/interrupt-daemon.exp: New.
6371 * gdb.multi/multi-term-settings.c: New.
6372 * gdb.multi/multi-term-settings.exp: New.
6373
6374 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6375
6376 * gdb.base/break.exp: Save the location where the breakpoint
6377 on break.c:47 was actually inserted when debugging the version
6378 compiled at -O2 and use it in the expected output of the "info
6379 break" test performed soon after.
6380
6381 2018-01-22 Pedro Alves <palves@redhat.com>
6382 Sergio Durigan Junior <sergiodj@redhat.com>
6383
6384 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6385 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6386
6387 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6388
6389 * gdb.base/break-include.c, gdb.base/break-include.inc,
6390 gdb.base/break-include.exp: New files.
6391 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6392 line number now being the actual line number where the breakpoint
6393 was inserted.
6394 * gdb.mi/mi-break.exp: Likewise.
6395 * gdb.mi/mi-reverse.exp: Likewise.
6396 * gdb.mi/mi-simplerun.exp: Ditto.
6397
6398 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6399
6400 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6401 varobj.
6402 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6403
6404 2018-01-21 Don Breazeal <donb@codesourcery.com>
6405 Andrew Burgess <andrew.burgess@embecosm.com>
6406
6407 * gdb.mi/basics.c: Add new global.
6408 * gdb.mi/mi-frame-regs.exp: New file.
6409 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6410 case.
6411
6412 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6413
6414 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6415 non-parameter, and on an unknown symbol.
6416
6417 2018-01-19 Tom Tromey <tom@tromey.com>
6418
6419 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6420 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6421
6422 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6423
6424 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6425 setrlimit and chdir to int.
6426
6427 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6428
6429 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6430 function.
6431 (my_tend): Likewise.
6432 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6433 rationale of avoiding FP- and vector instructions.
6434
6435 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6436
6437 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6438 "info reg" with "\[ \t\]*".
6439 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6440 "\[ \t\]+".
6441 * gdb.arch/s390-multiarch.exp: Ditto.
6442 * gdb.base/pc-fp.exp: Ditto.
6443 * gdb.reverse/i386-precsave.exp: Ditto.
6444 * gdb.reverse/i386-reverse.exp: Ditto.
6445 * gdb.reverse/i387-env-reverse.exp: Ditto.
6446 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6447
6448 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6449
6450 * lib/gdb.exp (gdb_compile): Re-enable use of
6451 universal_compile_options for languages other than Rust.
6452
6453 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6454
6455 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6456
6457 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6458
6459 PR gdb/16577
6460 * gdb.base/solib-vanish.exp: New.
6461 * gdb.base/solib-vanish-main.c: New.
6462 * gdb.base/solib-vanish-lib1.c: New.
6463 * gdb.base/solib-vanish-lib2.c: New.
6464
6465 2018-01-17 Yao Qi <yao.qi@linaro.org>
6466
6467 * gdb.compile/compile.exp: Match the address printed for
6468 frame in the output of command "bt".
6469
6470 2018-01-15 Tom Tromey <tom@tromey.com>
6471
6472 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6473 compute sp_reg.
6474
6475 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6476
6477 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6478 to prepare.
6479 (prepare): Return 0 on error, 1 on success.
6480
6481 2018-01-12 Pedro Alves <palves@redhat.com>
6482
6483 * gdb.base/continue-after-aborted-step-over.c: New.
6484 * gdb.base/continue-after-aborted-step-over.exp: New.
6485
6486 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6487
6488 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6489 options when not creating an executable.
6490
6491 2018-01-11 Pedro Alves <palves@redhat.com>
6492
6493 PR remote/22597
6494 * gdb.server/stop-reply-no-thread.c: New file.
6495 * gdb.server/stop-reply-no-thread.exp: New file.
6496
6497 2018-01-10 Pedro Alves <palves@redhat.com>
6498
6499 PR gdb/22670
6500 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6501 functions too. Test setting breakpoints and printing C functions
6502 with no debug info too.
6503 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6504
6505 2018-01-10 Pedro Alves <palves@redhat.com>
6506
6507 PR gdb/22670
6508 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6509 a fail.
6510
6511 2018-01-10 Pedro Alves <palves@redhat.com>
6512
6513 PR gdb/22670
6514 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6515
6516 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6517
6518 * gdb.server/unittest.exp: Match the output in non-development
6519 mode.
6520
6521 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6522
6523 * gdb.gdb/unittest.exp: Match output in non-development mode.
6524
6525 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6526
6527 * gdb.ada/access_tagged_param.exp: Relax expected output
6528 for value of "ObjL" in "continue" to pck.inspect breakpoint
6529 test.
6530
6531 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6532
6533 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6534 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6535
6536 2018-01-05 Pedro Alves <palves@redhat.com>
6537
6538 PR gdb/18653
6539 * gdb.base/libsegfault.exp: New.
6540
6541 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6542
6543 PR gdb/22670
6544 * gdb.ada/access_tagged_param.exp: New file.
6545 * gdb.ada/access_tagged_param/foo.adb: New file.
6546
6547 2018-01-05 Pedro Alves <palves@redhat.com>
6548
6549 PR gdb/22670
6550 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6551 exercise lower case too, and to exercise both full matching and
6552 wild matching.
6553
6554 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6555
6556 * gdb.ada/rename_subscript_param: New testcase.
6557
6558 2018-01-05 Jerome Guitton <guitton@adacore.com>
6559
6560 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6561
6562 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6563
6564 * gdb.ada/convvar_comp: New testcase.
6565
6566 2018-01-05 Xavier Roirand <roirand@adacore.com>
6567
6568 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6569 (My_Table): New global variable.
6570 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6571
6572 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6573
6574 PR gdb/22670
6575 * gdb.ada/maint_with_ada: New testcase.
6576
6577 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6578
6579 PR gdb/22670
6580 * gdb.ada/bp_c_mixed_case: New testcase.
6581
6582 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6583
6584 PR gdb/22670
6585 * gdb.ada/complete.exp: Add "complete break ada" test.
6586
6587 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6588
6589 PR gdb/22670
6590 * gdb.ada/info_addr_mixed_case: New testcase.
6591
6592 2018-01-03 Xavier Roirand <roirand@adacore.com>
6593
6594 * gdb.ada/excep_handle.exp: New testcase.
6595 * gdb.ada/excep_handle/foo.adb: New file.
6596 * gdb.ada/excep_handle/pck.ads: New file.
6597
6598 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6599
6600 * gdb.base/step-line.c: Add extra empty line in copyright header.
6601 * gdb.base/step-line.inp: Likewise.
6602
6603 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6604
6605 * gdb.ada/dyn_stride.exp: Add slice test.
6606
6607 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6608
6609 * gdb.ada/dyn_stride: New testcase.
6610
6611 2017-12-27 Stafford Horne <shorne@gmail.com>
6612
6613 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6614 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6615
6616 2017-12-27 Stafford Horne <shorne@gmail.com>
6617
6618 * gdb.base/reggroups.c: New file.
6619 * gdb.base/reggroups.exp: New file.
6620
6621 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6622
6623 * gdb.dwarf2/ada-valprint-error.c: New file.
6624 * gdb.dwarf2/ada-valprint-error.exp: New file.
6625
6626 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6627
6628 * gdb.ada/assign_arr: New testcase.
6629
6630 2017-12-18 Xavier Roirand <roirand@adacore.com>
6631
6632 * gdb.ada/funcall_ptr: New testcase.
6633
6634 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6635
6636 PR cli/16224
6637 * gdb.base/ptype-offsets.cc: New file.
6638 * gdb.base/ptype-offsets.exp: New file.
6639
6640 2017-12-15 Yao Qi <yao.qi@linaro.org>
6641
6642 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6643 if XML is disabled.
6644
6645 2017-12-15 Xavier Roirand <roirand@adacore.com>
6646
6647 * gdb.ada/same_component_name: New testcase.
6648
6649 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6650
6651 * gdb.ada/str_binop_equal: New testcase.
6652
6653 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6654
6655 * gdb.ada/task_switch_in_core: New testcase.
6656
6657 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6658
6659 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6660 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6661 call test_bkpt_qualified.
6662 (test_bkpt_qualified): New proc.
6663
6664 2017-12-13 Pedro Alves <palves@redhat.com>
6665
6666 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6667 Tighten regexp by matching with an anchor.
6668
6669 2017-12-13 Pedro Alves <palves@redhat.com>
6670
6671 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6672 ("expression with namespace"): New set of tests.
6673 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6674 (Nested::Test_NS::qux): New.
6675 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6676 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6677
6678 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6679
6680 * gdb.base/server-del-break.c: New file.
6681 * gdb.base/server-del-break.exp: New file.
6682
6683 2017-12-12 Stafford Horne <shorne@gmail.com>
6684
6685 * gdb.xml/tdesc-regs.exp: Add or1k support.
6686
6687 2017-12-12 Stafford Horne <shorne@gmail.com>
6688
6689 * gdb.base/bp-permanent.c: Define nop of or1k.
6690
6691 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6692
6693 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6694 output with components being reordered.
6695
6696 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6697
6698 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6699 output with components being reordered.
6700
6701 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6702 Pedro Alves <palves@redhat.com>
6703
6704 * gdb.base/maint.exp (check for .gdb_index): Check also for
6705 .debug_names.
6706 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6707 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6708 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6709 (.gdb_index used after symbol reloading): Support also .debug_names.
6710 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6711
6712 2017-12-08 Yao Qi <yao.qi@linaro.org>
6713
6714 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6715 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6716
6717 2017-12-08 Yao Qi <yao.qi@linaro.org>
6718
6719 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6720 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6721
6722 2017-12-08 Yao Qi <yao.qi@linaro.org>
6723
6724 * gdb.arch/aarch64-tagged-pointer.c: New file.
6725 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6726
6727 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6728
6729 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6730 "int".
6731
6732 2017-12-07 Keith Seitz <keiths@redhat.com>
6733
6734 PR breakpoints/22569
6735 * gdb.linespec/ls-errs.exp: Change expected result of "break
6736 -source this file has spaces.c -line 3".
6737 Check that an explicit source file followed by whitespace is
6738 identified as an invalid explicit location.
6739
6740 2017-12-07 Keith Seitz <keiths@redhat.com>
6741
6742 * gdb.cp/nested-types.cc: New file.
6743 * gdb.cp/nested-types.exp: New file.
6744 * lib/cp-support.exp: Load data-structures.exp library.
6745 (debug_cp_test_ptype_class): New global.
6746 (cp_ptype_class_verbose, next_line): New procedures.
6747 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6748 Add and document new return value.
6749 Switch the list of lines to a queue.
6750 Add support for new `type' key for nested type definitions.
6751 Add debugging/troubleshooting messages.
6752 * lib/data-structures.exp: New file.
6753
6754 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6755
6756 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6757 with proc_with_prefix, don't use with_test_prefix.
6758
6759 2017-12-07 Tom Tromey <tom@tromey.com>
6760
6761 * gdb.base/break.exp: Add test for empty "commands".
6762
6763 2017-12-07 Yao Qi <yao.qi@linaro.org>
6764
6765 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6766 malloc and catch syscall.
6767
6768 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6769
6770 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6771 tests for explicit locations.
6772
6773 2017-12-06 Pedro Alves <palves@redhat.com>
6774
6775 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6776 force-disabling XML descriptions.
6777
6778 2017-12-04 Pedro Alves <palves@redhat.com>
6779
6780 PR gdb/22499
6781 * gdb.arch/amd64-disp-step-avx.S: New file.
6782 * gdb.arch/amd64-disp-step-avx.exp: New file.
6783
6784 2017-12-03 Pedro Alves <palves@redhat.com>
6785
6786 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6787 and <string.h>.
6788 (parent_function): Print distinct messages when waitpid fails, or
6789 the child exits with a signal, or the child exits for an unhandled
6790 reason.
6791 * gdb.threads/process-dies-while-detaching.exp
6792 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6793 it. Wait for both inferior output and GDB's prompt. Use an
6794 indirect spawn id list.
6795 (do_detach): New parameter 'child_exit'. Use it to compute
6796 expected inferior output.
6797 (test_detach, test_detach_watch, test_detach_killed_outside):
6798 Adjust to pass down the expected child exit kind.
6799
6800 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6801 Sergio Durigan Junior <sergiodj@redhat.com>
6802 Pedro Alves <palves@redhat.com>
6803
6804 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6805
6806 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6807
6808 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6809 to 'symbol-file' and 'add-symbol-file' can be
6810 position-independent.
6811
6812 2017-12-01 Yao Qi <yao.qi@linaro.org>
6813
6814 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6815 the URL in copyright header.
6816 * gdb.arch/aarch64-fp.exp: Likewise.
6817 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6818 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6819 * gdb.base/expand-psymtabs.exp: Likewise.
6820 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6821 * gdb.fortran/common-block.exp: Likewise.
6822 * gdb.fortran/common-block.f90: Likewise.
6823 * gdb.fortran/logical.exp: Likewise.
6824 * gdb.fortran/vla-datatypes.f90: Likewise.
6825 * gdb.fortran/vla-sub.f90: Likewise.
6826
6827 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6828
6829 * gdb.ada/repeat_dyn: New testcase.
6830
6831 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6832
6833 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6834 Update for changed thread numbering.
6835 * gdb.cell/bt.exp: Update for changed GDB output.
6836
6837 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6838
6839 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6840 setting isremote by hand.
6841 * boards/dwarf4-gdb-index.exp: Likewise.
6842 * boards/fission.exp: Likewise.
6843 * boards/stabs.exp: Likewise.
6844
6845 2017-11-30 Pedro Alves <palves@redhat.com>
6846
6847 * gdb.linespec/cpls-ops.exp
6848 (check_explicit_skips_function_argument): Extract the underlying
6849 type of size_t instead of hardcoding it.
6850
6851 2017-11-29 Pedro Alves <palves@redhat.com>
6852
6853 PR c++/19436
6854 * gdb.linespec/cpls-abi-tag.cc: New file.
6855 * gdb.linespec/cpls-abi-tag.exp: New file.
6856
6857 2017-11-29 Pedro Alves <palves@redhat.com>
6858
6859 * gdb.base/langs.exp: Use -qualified.
6860 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6861 it.
6862 * gdb.cp/namespace.exp: Use -qualified.
6863 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6864 (overload-3, template-overload, template-ret-type, const-overload)
6865 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6866 procedures.
6867 (test_driver): Call them.
6868 * gdb.cp/save-bp-qualified.cc: New.
6869 * gdb.cp/save-bp-qualified.exp: New.
6870 * gdb.linespec/explicit.exp: Test -qualified.
6871 * lib/completion-support.exp (completion::explicit_opts_list): Add
6872 "-qualified".
6873 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6874
6875 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6876
6877 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6878
6879 2017-11-29 Tom Tromey <tom@tromey.com>
6880
6881 * gdb.base/relocate.exp: Update invalid argument test.
6882 Add new tests for invalid arguments.
6883
6884 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6885
6886 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6887 Return 0 as a long.
6888 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6889
6890 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6891
6892 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6893 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6894 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6895 func ().
6896 * gdb.cp/shadow.cc (B.func): Return 0.
6897
6898 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6899
6900 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6901 expected output in gdb_expect call to allow the exception
6902 message to be present as well. Fix syntax confusion to avoid
6903 TCL thinking that exception_name is an array.
6904
6905 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6906
6907 * gdb.arch/spu-info.c: Include <unistd.h>.
6908 (do_signal_test): Fix broken calls to write.
6909 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6910 Fix checks for empty mailboxes. Update signal tests for corrected
6911 do_signal_test routine. Allow nonzero event status.
6912 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6913 * gdb.cell/arch.exp: Use standard_output_file.
6914 * gdb.cell/break.exp: Likewise.
6915 * gdb.cell/bt.exp: Likewise.
6916 * gdb.cell/core.exp: Likewise.
6917 * gdb.cell/dwarfaddr.exp: Likewise.
6918 * gdb.cell/ea-cache.exp: Likewise.
6919 * gdb.cell/ea-standalone.exp: Likewise.
6920 * gdb.cell/f-regs.exp: Likewise.
6921 * gdb.cell/fork.exp: Likewise.
6922 * gdb.cell/gcore.exp: Likewise.
6923 * gdb.cell/mem-access.exp: Likewise.
6924 * gdb.cell/ptype.exp: Likewise.
6925 * gdb.cell/registers.exp: Likewise.
6926 * gdb.cell/sizeof.exp: Likewise.
6927 * gdb.cell/solib-symbol.exp: Likewise.
6928 * gdb.cell/solib.exp: Likewise.
6929
6930 2017-11-25 Pedro Alves <palves@redhat.com>
6931
6932 * gdb.base/complete-empty.exp: New file.
6933 * gdb.base/completion.exp: Adjust.
6934
6935 2017-11-25 Pedro Alves <palves@redhat.com>
6936
6937 * gdb.linespec/cpls-ops.cc: New file.
6938 * gdb.linespec/cpls-ops.exp: New file.
6939 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6940 factored out from ...
6941 (test_complete_prefix_range): ... this.
6942
6943 2017-11-24 Pedro Alves <palves@redhat.com>
6944
6945 * gdb.linespec/cpcompletion.exp: New file.
6946 * gdb.linespec/cpls-hyphen.cc: New file.
6947 * gdb.linespec/cpls.cc: New file.
6948 * gdb.linespec/cpls2.cc: New file.
6949 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6950 test to use test_gdb_complete_unique. Add label completion,
6951 keyword completion and explicit location completion tests.
6952 * lib/completion-support.exp: New file.
6953
6954 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6955
6956 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6957 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6958 when hitting an exception catchpoint.
6959
6960 2017-11-22 Yao Qi <yao.qi@linaro.org>
6961
6962 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6963
6964 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6965
6966 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6967 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6968 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6969
6970 2017-11-22 Yao Qi <yao.qi@linaro.org>
6971
6972 * gdb.base/info-os.exp: Pass pthreads.
6973 * gdb.multi/multi-attach.exp: Likewise.
6974
6975 2017-11-22 Yao Qi <yao.qi@linaro.org>
6976
6977 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6978 compiler.
6979
6980 2017-11-22 Yao Qi <yao.qi@linaro.org>
6981
6982 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6983 * gdb.base/break-interp.exp: Likewise.
6984 * gdb.base/jit-attach-pie.exp: Likewise.
6985
6986 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6987
6988 * gdb.base/float128.c (large128): New variable.
6989 * gdb.base/float128.exp: Add test to print largest __float128 value.
6990
6991 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6992
6993 * gdb.arch/vsx-regs.exp: Update register content checks.
6994
6995 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6996
6997 * gdb.arch/ppc-longdouble.exp: New file.
6998 * gdb.arch/ppc-longdouble.c: Likewise.
6999
7000 2017-11-21 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7003
7004 2017-11-20 Pedro Alves <palves@redhat.com>
7005
7006 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7007 (long_double_typedef): New typedefs.
7008 Use DEF on double and long double.
7009 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7010 cases.
7011 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7012 and 'long_double_ptr_same_size' locals. Use them to decide
7013 whether cast from array/function to float is valid/invalid.
7014
7015 2017-11-17 Tom Tromey <tom@tromey.com>
7016
7017 * gdb.rust/traits.rs: New file.
7018 * gdb.rust/traits.exp: New file.
7019
7020 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7021
7022 * gdb.ada/minsyms: New testcase.
7023
7024 2017-11-16 Pedro Alves <palves@redhat.com>
7025
7026 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7027 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7028
7029 2017-11-16 Pedro Alves <palves@redhat.com>
7030
7031 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7032 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7033
7034 2017-11-16 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.server/reconnect-ctrl-c.c: New file.
7037 * gdb.server/reconnect-ctrl-c.exp: New file.
7038
7039 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7040
7041 * gdb.python/py-rbreak.exp: New file.
7042 * gdb.python/py-rbreak.c: New file.
7043 * gdb.python/py-rbreak-func2.c: New file.
7044
7045 2017-11-16 Pedro Alves <palves@redhat.com>
7046
7047 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7048 pattern.
7049 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7050 GDB.
7051
7052 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7053
7054 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7055 regex.
7056
7057 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7058
7059 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7060 test names.
7061
7062 2017-11-09 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7065 factored out from ...
7066 (top level): ... here, and adjusted to avoid expecting beyond the
7067 prompt in a single gdb_test_multiple.
7068
7069 2017-11-09 Pedro Alves <palves@redhat.com>
7070
7071 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7072 output.
7073 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7074 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7075 * gdb.server/ext-run.exp ("kill" test): Likewise.
7076 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7077
7078 2017-11-09 Pedro Alves <palves@redhat.com>
7079
7080 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7081 match till end of line.
7082
7083 2017-11-09 Pedro Alves <palves@redhat.com>
7084
7085 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7086
7087 2017-11-09 Pedro Alves <palves@redhat.com>
7088
7089 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7090 New procedures, factored out from ...
7091 (top level): ... here, and adjusted to avoid expecting beyond the
7092 prompt in one go.
7093
7094 2017-11-09 Pedro Alves <palves@redhat.com>
7095
7096 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7097 output. Fix '?' match.
7098
7099 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7100
7101 * gdb.ada/scoped_watch: New testcase.
7102 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7103 which is actually correct.
7104 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7105 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7106
7107 2017-11-08 Pedro Alves <palves@redhat.com>
7108
7109 * gdb.gdb/complaints.exp (test_initial_complaints)
7110 (test_serial_complaints, test_short_complaints): Call
7111 complaint_internal instead of complaint.
7112
7113 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7114
7115 * gdb.threads/tls-core.c: New file.
7116 * gdb.threads/tls-core.exp: Likewise.
7117
7118 2017-11-08 Pedro Alves <palves@redhat.com>
7119
7120 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7121 (p Exported_Capitalized): New test.
7122 (p exported_capitalized): New test.
7123
7124 2017-11-07 Pedro Alves <palves@redhat.com>
7125
7126 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7127
7128 2017-11-07 Pedro Alves <palves@redhat.com>
7129
7130 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7131 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7132 (disable_invalid, disable_inverted, disable_negative): New
7133 procedures.
7134 ("bad numbers"): New set of tests.
7135
7136 2017-11-07 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.cp/ena-dis-br-range.exp: Add tests.
7139
7140 2017-11-07 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7143
7144 2017-11-07 Xavier Roirand <roirand@adacore.com>
7145 Pedro Alves <palves@redhat.com>
7146
7147 * gdb.base/ena-dis-br.exp: Add reference to
7148 gdb.cp/ena-dis-br-range.exp.
7149 * gdb.cp/ena-dis-br-range.exp: New file.
7150 * gdb.cp/ena-dis-br-range.cc: New file.
7151
7152 2017-11-06 Pedro Alves <palves@redhat.com>
7153
7154 * gdb.base/attach-non-pgrp-leader.c: New.
7155 * gdb.base/attach-non-pgrp-leader.exp: New.
7156
7157 2017-11-06 Pedro Alves <palves@redhat.com>
7158
7159 * configure.ac: No longer check for termio.h and sgtty.h.
7160 * configure: Regenerate.
7161 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7162 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7163 Remove termio and sgtty code.
7164
7165 2017-11-03 Yao Qi <yao.qi@linaro.org>
7166
7167 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7168 in GDB is disabled.
7169
7170 2017-11-03 Yao Qi <yao.qi@linaro.org>
7171
7172 * gdb.python/py-thrhandle.exp: Skip it if python is not
7173 enabled.
7174
7175 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7176
7177 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7178 as a breakpoint command.
7179
7180 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7181
7182 PR python/21213
7183 * gdb.python/py-infthread.exp: Test calling
7184 InferiorThread.inferior () multiple times in a row.
7185
7186 2017-10-27 Keith Seitz <keiths@redhat.com>
7187
7188 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7189 Test "info break" for every inlined function breakpoint.
7190
7191 2017-10-27 Yao Qi <yao.qi@linaro.org>
7192
7193 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7194
7195 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7196
7197 * gdb.cp/classes.exp (test_static_members): Test printing
7198 Outer::instance.
7199 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7200 (Inner::instance, Outer::instance): New.
7201
7202 2017-10-24 Pedro Alves <palves@redhat.com>
7203
7204 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7205 extra console" test in two stages.
7206
7207 2017-10-24 Pedro Alves <palves@redhat.com>
7208
7209 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7210
7211 2017-10-24 Pedro Alves <palves@redhat.com>
7212
7213 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7214 loop.
7215
7216 2017-10-24 Pedro Alves <palves@redhat.com>
7217
7218 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7219 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7220
7221 2017-10-24 Pedro Alves <palves@redhat.com>
7222
7223 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7224 parameter and handle it. Don't output read value in test name.
7225
7226 2017-10-24 Pedro Alves <palves@redhat.com>
7227
7228 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7229 custom test name.
7230
7231 2017-10-24 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7234 include the unstable output directory name in the test's name.
7235 (initial_setup_simple) <'set args'>: Use custom test name.
7236
7237 2017-10-24 Pedro Alves <palves@redhat.com>
7238
7239 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7240 with explicit test name.
7241
7242 2017-10-20 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7245 'wait -i'. Use gdb_assert and remote_close.
7246
7247 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7248
7249 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7250 number from variable rather than hard-coded.
7251
7252 2017-10-19 Pedro Alves <palves@redhat.com>
7253
7254 * gdb.base/long-inferior-output.c: New file.
7255 * gdb.base/long-inferior-output.exp: New file.
7256
7257 2017-11-18 Keith Seitz <keiths@redhat.com>
7258
7259 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7260 method.
7261 (main): Call it.
7262 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7263 Add additional user-defined conversion operator tests.
7264
7265 2017-10-17 Pedro Alves <palves@redhat.com>
7266
7267 * boards/native-stdio-gdbserver.exp: Load "local-board".
7268
7269 2017-10-17 Pedro Alves <palves@redhat.com>
7270
7271 * gdb.base/quit-live.c: New file.
7272 * gdb.base/quit-live.exp: New file.
7273
7274 2017-10-16 Keith Seitz <keiths@redhat.com>
7275
7276 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7277 (class_with_protected_typedef, class_with_private_typedef)
7278 (struct_with_public_typedef, struct_with_protected_typedef)
7279 (struct_with_private_typedef): New classes/structs.
7280 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7281 typedefs and access specifiers.
7282
7283 2017-10-16 Pedro Alves <palves@redhat.com>
7284 Simon Marchi <simon.marchi@polymtl.ca>
7285
7286 * README (Local vs Remote vs Native): New section.
7287 * boards/local-board.exp: New file, with bits factored out from
7288 ...
7289 * boards/native-extended-gdbserver.exp: ... here. Load
7290 "local-board".
7291 * boards/native-gdbserver.exp: Load "local-board".
7292 (${board}_spawn, ${board}_exec): Delete.
7293 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7294 ...
7295 * boards/stdio-gdbserver-base.exp: ... this new file.
7296 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7297 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7298 procedure.
7299 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7300 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7301 stdio_gdbserver_command.
7302 (${board}_get_remote_address, ${board}_get_comm_port)
7303 (${board}_download, ${board}_upload): Delete.
7304 (get_target_remote_pipe_cmd): New.
7305
7306 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7307
7308 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7309 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7310 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7311 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7312 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7313 remove with_test_prefix.
7314
7315 2017-10-13 Pedro Alves <palves@redhat.com>
7316
7317 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7318 * gdb.base/annota1.exp: Use it instead of is_remote.
7319 * gdb.base/annota3.exp: Use it instead of is_remote.
7320 * gdb.cp/annota2.exp: Use it instead of is_remote.
7321 * gdb.cp/annota3.exp: Use it instead of is_remote.
7322 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7323
7324 2017-10-13 Pedro Alves <palves@redhat.com>
7325
7326 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7327 (test_num_test_vars, run_and_count_vars, find_env)
7328 (test_set_unset_env, test_inherit_env_var): New procedures.
7329 (top level): Use them.
7330
7331 2017-10-13 Pedro Alves <palves@redhat.com>
7332
7333 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7334 also skip on stub-like targets.
7335
7336 2017-10-13 Pedro Alves <palves@redhat.com>
7337
7338 PR gdb/22293
7339 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7340 (top level): Move some tests to ...
7341 (test_not_found): ... this new procedure.
7342 (top level): Call it.
7343
7344 2017-10-13 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7347 expect different "info terminal" output if testing with a
7348 non-native target.
7349
7350 2017-10-13 Pedro Alves <palves@redhat.com>
7351 Simon Marchi <simon.marchi@polymtl.ca>
7352
7353 PR python/12966
7354 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7355
7356 2017-10-13 Pedro Alves <palves@redhat.com>
7357
7358 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7359 already.
7360
7361 2017-10-13 Pedro Alves <palves@redhat.com>
7362
7363 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7364 is_remote.
7365
7366 2017-10-13 Pedro Alves <palves@redhat.com>
7367
7368 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7369 is_remote.
7370
7371 2017-10-13 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7374 is set.
7375 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7376 instead of is_remote.
7377
7378 2017-10-13 Pedro Alves <palves@redhat.com>
7379
7380 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7381 (top level): Add comment.
7382
7383 2017-10-13 Pedro Alves <palves@redhat.com>
7384
7385 * gdb.base/remote.exp (top level): Fix comment typo and add
7386 missing return.
7387
7388 2017-10-13 Pedro Alves <palves@redhat.com>
7389 Simon Marchi <simon.marchi@polymtl.ca>
7390
7391 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7392 calls and add comments. Skip test if use_gdb_stub is set.
7393 (top level): Use "set cwd" command instead of "cd" command.
7394
7395 2017-10-13 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7398 is_remote target check.
7399
7400 2017-10-13 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.base/scope.exp: Use build_executable + clean_restart +
7403 gdb_file_cmd instead of prepare_for_testing and no longer skip
7404 "before run" tests on is_remote target boards. Update comments.
7405 * boards/native-extended-gdbserver.exp
7406 (extended_gdbserver_load_last_file): New, factored out from ...
7407 (gdb_load): ... this. Move further below and add comment.
7408 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7409
7410 2017-10-12 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.base/attach.exp: Remove references to gdb64.
7413 * gdb.base/dbx.exp: Remove references to gdb64.
7414
7415 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7416 Pedro Alves <palves@redhat.com>
7417
7418 * gdb.base/label.exp: Remove is_remote target check.
7419
7420 2017-10-12 Pedro Alves <palves@redhat.com>
7421
7422 * gdb.base/auvx.exp (coredir): Update comment.
7423 (top level) <core_works>: Use "set cwd" command instead of "cd"
7424 command.
7425
7426 2017-10-12 Pedro Alves <palves@redhat.com>
7427 Simon Marchi <simon.marchi@polymtl.ca>
7428
7429 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7430 target boards.
7431
7432 2017-10-12 Pedro Alves <palves@redhat.com>
7433 Simon Marchi <simon.marchi@polymtl.ca>
7434
7435 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7436 Instead skip if there's any gdb_protocol set.
7437
7438 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7439 Pedro Alves <palves@redhat.com>
7440
7441 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7442
7443 2017-10-12 Pedro Alves <palves@redhat.com>
7444 Simon Marchi <simon.marchi@polymtl.ca>
7445
7446 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7447 instead of on dejagnu remote boards.
7448
7449 2017-10-12 Pedro Alves <palves@redhat.com>
7450 Simon Marchi <simon.marchi@polymtl.ca>
7451
7452 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7453 checks. Use build_executable + clean_restart instead of
7454 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7455 of enabling non-stop after starting gdb.
7456
7457 2017-10-12 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7460 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7461 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7462 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7463
7464 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7465
7466 * gdb.arch/arc-tdesc-cpu.exp: New file.
7467 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7468
7469 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7470
7471 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7472
7473 2017-10-10 Pedro Alves <palves@redhat.com>
7474
7475 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7476 expect CLI output.
7477
7478 2017-10-10 Pedro Alves <palves@redhat.com>
7479
7480 * lib/selftest-support.exp (selftest_setup): Update for
7481 captured_command_loop's prototype change.
7482
7483 2017-10-09 Pedro Alves <palves@redhat.com>
7484
7485 Test both arch1=>arch2 and arch2=>arch1.
7486
7487 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7488 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7489 factored out to...
7490 (append_arch1_options, append_arch2_options, append_arch_options)
7491 (build_executables): New procedures.
7492 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7493 local.
7494 (top level): Add new 'first_arch' testing axis.
7495
7496 2017-10-09 Pedro Alves <palves@redhat.com>
7497
7498 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7499 (barrier): New.
7500 (thread_start, all_started): New functions.
7501 (main): Spawn new thread and wait until it is scheduled.
7502 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7503 option.
7504 (do_test): Add 'selected_thread' parameter. Run to all_started
7505 instead of main. Explicitly set the breakpoint at main. Switch
7506 to the SELECTED_THREAD thread.
7507 (top level): Test handling the exec event with either the main
7508 thread or the second thread selected.
7509
7510 2017-10-09 Pedro Alves <palves@redhat.com>
7511
7512 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7513 logic. Move STOP marker after the value checks.
7514 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7515 regexp.
7516
7517 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7518
7519 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7520
7521 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7522
7523 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7524 integer-to-dfp conversion.
7525 * gdb.base/dfp-test.exp: Likewise.
7526
7527 2017-10-04 Pedro Alves <palves@redhat.com>
7528
7529 * gdb.multi/hangout.c: Include <unistd.h>.
7530 (hangout_loop): New function.
7531 (main): Call alarm. Call hangout_loop in a loop.
7532 * gdb.multi/hello.c: Include <unistd.h>.
7533 (hello_loop): New function.
7534 (main): Call alarm. Call hangout_loop in a loop.
7535 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7536 inferior with the other selected.
7537
7538 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7539
7540 * gdb.mi/list-thread-groups-available.exp: New file.
7541 * gdb.mi/list-thread-groups-available.c: New file.
7542
7543 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7544
7545 * gdb.base/set-cwd.exp: Make it available on
7546 native-extended-gdbserver.
7547
7548 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7549
7550 * gdb.base/set-cwd.c: New file.
7551 * gdb.base/set-cwd.exp: Likewise.
7552
7553 2017-10-02 Tom Tromey <tom@tromey.com>
7554
7555 PR rust/22236:
7556 * gdb.rust/simple.rs (main): New variable "fslice".
7557 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7558
7559 2017-10-02 Tom Tromey <tom@tromey.com>
7560
7561 * gdb.rust/simple.exp: Test ptype of a slice.
7562
7563 2017-10-02 Tom Tromey <tom@tromey.com>
7564
7565 * gdb.rust/simple.exp: Test index of slice.
7566
7567 2017-09-27 Tom Tromey <tom@tromey.com>
7568
7569 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7570
7571 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7572 Pedro Alves <palves@redhat.com>
7573
7574 * gdb.base/compare-sections.exp (get value of read-only section): Read
7575 as unsigned value.
7576 (corrupt read-only section): Likewise and don't set written if patching
7577 failed.
7578
7579 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7580
7581 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7582 files.
7583
7584 2017-09-20 Pedro Alves <palves@redhat.com>
7585
7586 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7587 symbol names in gdb's output.
7588 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7589
7590 2017-09-20 Pedro Alves <palves@redhat.com>
7591
7592 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7593 Rename to ...
7594 (test_list_ambiguous_symbol): ... this and add a symbol name
7595 parameter. Adjust.
7596 (test_list_ambiguous_function): Reimplement on top of
7597 test_list_ambiguous_symbol and also test listing ambiguous
7598 variables.
7599 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7600 (ambiguous_fun): ... this.
7601 (ambiguous_var): New.
7602 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7603 (ambiguous_fun): ... this.
7604 (ambiguous_var): New.
7605
7606 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7607
7608 * gdb.base/starti.c: New file.
7609 * gdb.base/starti.exp: New file.
7610 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7611
7612 2017-09-14 Pedro Alves <palves@redhat.com>
7613
7614 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7615 (top level): Use it instead of runto.
7616
7617 2017-09-11 Tom Tromey <tom@tromey.com>
7618
7619 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7620
7621 2017-09-11 Tom Tromey <tom@tromey.com>
7622
7623 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7624 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7625
7626 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7627
7628 * gdb.fortran/printing-types.exp: New file.
7629 * gdb.fortran/printing-types.exp: New file.
7630
7631 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7632
7633 * gdb.fortran/vla-ptype.exp: Fix typos.
7634 * gdb.fortran/vla-value.exp: Same.
7635
7636 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7637
7638 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7639 * gdb.mi/mi-var-child-f.exp: Likewise.
7640 * gdb.mi/mi-vla-fortran.exp: Likewise.
7641
7642 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7643 Christoph Weinmann <christoph.t.weinmann@intel.com>
7644 Bernhard Heckel <bernhard.heckel@intel.com>
7645
7646 * gdb.fortran/ptr-indentation.f90: New file.
7647 * gdb.fortran/ptr-indentation.exp: New file.
7648
7649 2017-09-05 Tom Tromey <tom@tromey.com>
7650
7651 PR gdb/22010:
7652 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7653
7654 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7655
7656 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7657
7658 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7659
7660 * gdb.threads/tls-nodebug-pie.c: New file.
7661 * gdb.threads/tls-nodebug-pie.exp: New file.
7662
7663 2017-09-05 Tom Tromey <tom@tromey.com>
7664
7665 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7666 for rust.
7667
7668 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7669
7670 * gdb.multi/multi-arch-exec.exp: Test with different
7671 "follow-exec-mode" settings.
7672 (do_test): New procedure.
7673
7674 2017-09-04 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.base/func-static.c (S::method const, S::method volatile)
7677 (S::method volatile const): New methods.
7678 (c_s, v_s, cv_s): New instances.
7679 (main): Call method() on them.
7680 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7681 (cannot_resolve): New procedure.
7682 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7683 print-quote-unquoted columns.
7684 (do_test): Test printing each scope too.
7685
7686 2017-09-04 Pedro Alves <palves@redhat.com>
7687
7688 * gdb.base/local-static.exp: Also test with
7689 class::method::variable wholly quoted.
7690 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7691
7692 2017-09-04 Pedro Alves <palves@redhat.com>
7693
7694 * gdb.base/local-static.c: New.
7695 * gdb.base/local-static.cc: New.
7696 * gdb.base/local-static.exp: New.
7697
7698 2017-09-04 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.asm/asm-source.exp: Add casts to int.
7701 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7702 (dataglobal64_1, dataglobal64_2): New globals.
7703 * gdb.base/nodebug.exp: Test different expressions involving the
7704 new globals, with print, whatis and ptype. Add casts to int.
7705 * gdb.base/solib-display.exp: Add casts to int.
7706 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7707 * gdb.cp/m-static.exp: Add cast to int.
7708 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7709 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7710 tls variable with no debug info without a cast. Test with a cast
7711 to int too.
7712 * gdb.trace/entry-values.exp: Add casts.
7713
7714 2017-09-04 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.base/nodebug.exp: Test that ptype's error about functions
7717 with unknown return type includes the function name too.
7718
7719 2017-09-04 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7722 return type of munmap in infcall.
7723 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7724 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7725 type of ftell in infcall.
7726 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7727 type of getpid in infcall.
7728 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7729 infcall.
7730 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7731 Bail on failure to extract the pid.
7732 * gdb.base/nodebug.c: #include <stdint.h>.
7733 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7734 New functions.
7735 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7736 Change expected output of print/whatis/ptype with functions with
7737 no debug info. Test all supported languages. Call
7738 test_call_promotion.
7739 * gdb.compile/compile.exp: Adjust expected output to expect
7740 warning.
7741 * gdb.threads/siginfo-threads.exp: Likewise.
7742
7743 2017-09-04 Pedro Alves <palves@redhat.com>
7744
7745 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7746 "prototypes". Test calling float functions via prototyped and
7747 unprototyped function pointers.
7748 (perform_all_tests): New parameter "prototypes". Pass it down.
7749 (top level): Pass down "prototypes" parameter to
7750 perform_all_tests.
7751
7752 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7753
7754 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7755 Test with nested loops.
7756
7757 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7758
7759 * gdb.base/commands.exp: Call the new procedures.
7760 (loop_break_test, loop_continue_test): New procedures.
7761
7762 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7763
7764 * gdb.base/commands.exp: Call new procedure.
7765 (define_if_without_arg_test): New procedure.
7766
7767 2017-09-04 Pedro Alves <palves@redhat.com>
7768
7769 * gdb.base/list-ambiguous.exp: New file.
7770 * gdb.base/list-ambiguous0.c: New file.
7771 * gdb.base/list-ambiguous1.c: New file.
7772 * gdb.base/list.exp (test_list_range): Adjust expected output.
7773
7774 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7775
7776 * gdb.base/share-env-with-gdbserver.c: New file.
7777 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7778
7779 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7780
7781 * gdb.base/commands.exp (gdbvar_simple_if_test,
7782 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7783 progvar_simple_if_test, progvar_simple_while_test,
7784 progvar_complex_if_while_test, user_defined_command_test,
7785 user_defined_command_args_eval,
7786 user_defined_command_args_stack_test,
7787 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7788 temporary_breakpoint_commands,
7789 gdb_test_no_prompt, redefine_hook_test,
7790 redefine_backtrace_test): Remove "global gdb_prompt".
7791
7792 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7793
7794 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7795 New proc, call it from toplevel.
7796
7797 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7798
7799 PR remote/21852
7800 * gdb.server/normal.c: New file, copied from gdb.base.
7801 * gdb.server/run-without-local-binary.exp: New file.
7802
7803 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7804
7805 * gdb.arch/sparc64-adi.exp: New file.
7806 * gdb.arch/sparc64-adi.c: New file.
7807
7808 2017-08-22 Pedro Alves <palves@redhat.com>
7809
7810 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7811 (top level): Add "list all overloads" tests.
7812
7813 2017-08-22 Tom Tromey <tom@tromey.com>
7814
7815 * gdb.gdb/xfullpath.exp: Remove.
7816
7817 2017-08-21 Pedro Alves <palves@redhat.com>
7818
7819 PR gdb/19487
7820 * gdb.base/symbol-alias.c: New.
7821 * gdb.base/symbol-alias2.c: New.
7822 * gdb.base/symbol-alias.exp: New.
7823
7824 2017-08-21 Pedro Alves <palves@redhat.com>
7825
7826 * gdb.base/dfp-test.c
7827 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7828 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7829 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7830 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7831 * gdb.base/whatis-ptype-typedefs.c: New.
7832 * gdb.base/whatis-ptype-typedefs.exp: New.
7833 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7834 (an_int, an_int_type, an_int_type2): New globals.
7835 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7836 involving typedefs and cast expressions.
7837 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7838 (lookup_typedefs_function): New.
7839 (typedefs_pretty_printers_dict): New.
7840 (top level): Register lookup_typedefs_function in
7841 gdb.pretty_printers.
7842
7843 2017-08-18 Yao Qi <yao.qi@linaro.org>
7844
7845 * gdb.server/unittest.exp: New.
7846
7847 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7848
7849 PR gdb/21954
7850 * gdb.base/environ.exp: Add test to check if 'unset environment'
7851 works.
7852
7853 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7854
7855 * lib/gdb.exp (universal_compile_options): New caching proc.
7856 (gdb_compile): Suppress GCC's coloring of messages.
7857
7858 2017-08-14 Tom Tromey <tom@tromey.com>
7859
7860 PR gdb/21675:
7861 * gdb.base/printcmds.exp (test_radices): New function.
7862 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7863 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7864 * lib/gdb.exp (get_integer_valueof): Use p/d.
7865
7866 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7867
7868 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7869 characters.
7870
7871 2017-08-05 Tom Tromey <tom@tromey.com>
7872
7873 * gdb.rust/simple.exp: Allow String to appear in a different
7874 namespace.
7875
7876 2017-07-26 Yao Qi <yao.qi@linaro.org>
7877
7878 * gdb.gdb/unittest.exp: Invoke command
7879 "maintenance check xml-descriptions".
7880
7881 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7882
7883 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7884 calling context.
7885 (hex128): Drop erroneous calculation of parameters.
7886
7887 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7888
7889 * gdb.python/py-unwind.exp: Disable stack protection when
7890 building test file.
7891
7892 2017-07-20 Pedro Alves <palves@redhat.com>
7893
7894 * gdb.base/default.exp (set language): Adjust expected output.
7895
7896 2017-07-20 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7899 (test_minsym): ... this, and make static.
7900 (get_pck__foo__bar__minsym): Rename to ...
7901 (get_test_minsym): ... this.
7902 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7903 symbol names and comments.
7904 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7905 (get_test_minsym): ... this.
7906 (pck__foo__bar__minsym__2): Rename to ...
7907 (test_minsym): ... this.
7908 (main): Adjust.
7909
7910 2017-07-17 Pedro Alves <palves@redhat.com>
7911
7912 * gdb.base/completion.exp: Adjust expected output.
7913 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7914 the completer works.
7915
7916 2017-07-17 Pedro Alves <palves@redhat.com>
7917
7918 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7919
7920 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7921
7922 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7923
7924 2017-07-14 Tom Tromey <tom@tromey.com>
7925
7926 PR rust/21764:
7927 * gdb.rust/simple.exp: Add tests.
7928
7929 2017-07-14 Tom Tromey <tom@tromey.com>
7930
7931 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7932
7933 2017-07-14 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.linespec/base/one/thefile.cc (z1): New function.
7936 * gdb.linespec/base/two/thefile.cc (z2): New function.
7937 * gdb.linespec/linespec.exp: Add tests.
7938
7939 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7940
7941 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7942 to mi_create_breakpoint.
7943
7944 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7945
7946 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7947 mi_create_breakpoint.
7948
7949 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7950
7951 * gdb.dlang/demangle.exp: Update for demangling changes.
7952
7953 2017-07-09 Tom Tromey <tom@tromey.com>
7954
7955 * gdb.dwarf2/shortpiece.exp: New file.
7956
7957 2017-07-06 David Blaikie <dblaikie@gmail.com>
7958
7959 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7960 built from fissiont-multi-cu{1,2}.c.
7961 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7962 except putting 'main' and 'func' in separate CUs in the same DWO file.
7963 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7964 test.
7965 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7966 test.
7967
7968 2017-07-06 Pedro Alves <palves@redhat.com>
7969
7970 * gdb.python/py-unwind.exp: Test flushregs.
7971
7972 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7973
7974 PR cli/21688
7975 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7976 tests for alias commands and trailing whitespace.
7977
7978 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7979
7980 PR cli/21688
7981 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7982 procedure. Call it.
7983
7984 2017-06-29 Pedro Alves <palves@redhat.com>
7985
7986 * gdb.base/printcmds.exp: Add tests.
7987
7988 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7989
7990 PR gdb/21337
7991 * gdb.base/reread-readsym.exp: New file.
7992 * gdb.base/reread-readsym.c: New file.
7993
7994 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7995
7996 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7997 subpattern.
7998
7999 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8000
8001 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8002 extended mnemonic.
8003 * gdb.arch/powerpc-power9.s: Likewise.
8004
8005 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8006
8007 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8008 on 32-bit x86 targets. Exploit is_*_target macros where
8009 appropriate.
8010
8011 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8012
8013 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8014 register pieces.
8015
8016 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8017
8018 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8019 located in one or more DWARF pieces.
8020
8021 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8022
8023 * lib/gdb.exp (get_endianness): New proc.
8024 * gdb.arch/aarch64-fp.exp: Use it.
8025 * gdb.arch/altivec-regs.exp: Likewise.
8026 * gdb.arch/e500-regs.exp: Likewise.
8027 * gdb.arch/vsx-regs.exp: Likewise.
8028 * gdb.base/dump.exp: Likewise.
8029 * gdb.base/funcargs.exp: Likewise.
8030 * gdb.base/gnu_vector.exp: Likewise.
8031 * gdb.dwarf2/formdata16.exp: Likewise.
8032 * gdb.dwarf2/implptrpiece.exp: Likewise.
8033 * gdb.dwarf2/nonvar-access.exp: Likewise.
8034 * gdb.python/py-inferior.exp: Likewise.
8035 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8036
8037 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8038
8039 PR gdb/21226
8040 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8041 stack value pieces are taken from the LSB end.
8042
8043 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8044
8045 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8046 variable at nonzero offset.
8047
8048 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8049
8050 * gdb.dwarf2/var-access.c: New file.
8051 * gdb.dwarf2/var-access.exp: New test.
8052 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8053
8054 2017-06-12 Tom Tromey <tom@tromey.com>
8055
8056 * gdb.dwarf2/formdata16.exp: Add tests.
8057
8058 2017-06-12 Tom Tromey <tom@tromey.com>
8059
8060 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8061
8062 2017-06-12 Tom Tromey <tom@tromey.com>
8063
8064 PR exp/16225:
8065 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8066 * gdb.arch/vsx-regs.exp: Update tests.
8067 * gdb.arch/s390-vregs.exp (hex128): New proc.
8068 Update test.
8069 * gdb.arch/altivec-regs.exp: Update tests.
8070
8071 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8072
8073 * gdb.base/startup-with-shell.c: New file.
8074 * gdb.base/startup-with-shell.exp: Likewise.
8075
8076 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8077
8078 * gdb.server/non-existing-program.exp: Update regex in order to
8079 reflect the fact that gdbserver is now using fork_inferior (with a
8080 shell) to startup the inferior.
8081
8082 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8083
8084 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8085 support function calls from GDB.
8086
8087 2017-05-21 Tom Tromey <tom@tromey.com>
8088
8089 PR rust/21466:
8090 * gdb.rust/unsized.exp: New file.
8091 * gdb.rust/unsized.rs: New file.
8092
8093 2017-05-19 Tom Tromey <tom@tromey.com>
8094
8095 PR rust/21484:
8096 * gdb.rust/watch.exp: New file.
8097 * gdb.rust/watch.rs: New file.
8098
8099 2017-05-18 Tom Tromey <tom@tromey.com>
8100
8101 * gdb.rust/simple.exp: Allow Box to be qualified.
8102
8103 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8104
8105 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8106
8107 2017-05-18 Pedro Alves <palves@redhat.com>
8108
8109 * gdb.base/fileio.c (test_write, test_read, test_close)
8110 (test_fstat): Don't print 'ret' in the fail path.
8111
8112 2017-05-18 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8115 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8116 (test_system, test_rename, test_unlink, test_time): Change
8117 prototypes.
8118 * gdb.base/fileio.exp (stop_msg): Adjust.
8119
8120 2017-05-18 Pedro Alves <palves@redhat.com>
8121
8122 * gdb.base/fileio.c (null_str): New global.
8123 (test_stat): Use it.
8124 * gdb.base/fileio.exp: Remove nowarnings.
8125
8126 2017-05-17 Yao Qi <yao.qi@linaro.org>
8127
8128 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8129
8130 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8131
8132 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8133 argument command.
8134 (top-level): Invoke test_set_inferior_tty.
8135
8136 2017-05-04 Pedro Alves <palves@redhat.com>
8137
8138 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8139 Add parens to print call for Python 3.
8140
8141 2017-05-03 Keith Seitz <keiths@redhat.com>
8142
8143 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8144 (main): Call it.
8145
8146 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8147
8148 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8149 to prev and next.
8150
8151 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8152
8153 * gdb.python/py-record-btrace.exp: Remove test for
8154 gdb.BtraceInstruction.error.
8155
8156 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8157
8158 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8159
8160 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8161
8162 * gdb.python/py-record-btrace-threads.c: New file.
8163 * gdb.python/py-record-btrace-threads.exp: New file.
8164
8165 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8166
8167 PR testsuite/8595
8168 * gdb.base/environ.exp: Make test available in all architectures.
8169 Move bits related to "info program" testing to
8170 gdb.base/info-program.exp. Rewrite tests to use the two new
8171 procedures mentione below.
8172 (test_set_show_env_var) New procedure.
8173 (test_set_show_env_var_equal): Likewise.
8174 * gdb.base/info-program.exp: New file.
8175
8176 2017-04-27 Keith Seitz <keiths@redhat.com>
8177
8178 * gdb.cp/oranking.cc (test15): New function.
8179 (main): Call test15 and declare additional variables for testing.
8180 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8181 "p foo101('abc')" tests.
8182 Add tests for cv qualifier overloads.
8183 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8184 "lvalue reference overload" test.
8185 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8186 "print value of f1 on Child&& in f2" test.
8187
8188 2017-04-19 Pedro Alves <palves@redhat.com>
8189
8190 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8191 procedure.
8192 (top level): Call it.
8193 * lib/gdb.exp (gdb_define_cmd): New procedure.
8194
8195 2017-04-12 Pedro Alves <palves@redhat.com>
8196
8197 PR gdb/21323
8198 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8199 (wchar): New global.
8200 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8201 (do_test_wide_char, wide_char_types_no_program, top level): Add
8202 wchar_t testing.
8203
8204 2017-04-12 Pedro Alves <palves@redhat.com>
8205
8206 PR c++/21323
8207 * gdb.cp/wide_char_types.c: New file.
8208 * gdb.cp/wide_char_types.exp: New file.
8209
8210 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8211
8212 PR gdb/21352
8213 * gdb.trace/tsv.exp: Add test for "tsave -r".
8214
8215 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8216
8217 * gdb.dlang/watch-loc.c: New file.
8218 * gdb.dlang/watch-loc.exp: New file.
8219
8220 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8221
8222 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8223
8224 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8225
8226 * gdb.arch/arc-analyze-prologue.S: New file.
8227 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8228
8229 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8230
8231 * gdb.arch/arc-decode-insn.S: New file.
8232 * gdb.arch/arc-decode-insn.exp: Likewise.
8233
8234 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8235
8236 PR tdep/20928
8237 * gdb.arch/sparc64-regs.exp: New file.
8238 * gdb.arch/sparc64-regs.S: Likewise.
8239
8240 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8241
8242 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8243 and memory view on Python 3.
8244
8245 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8246 Keith Seitz <keiths@redhat.com>
8247
8248 PR gdb/14441
8249 * gdb.cp/demangle.exp: Add rvalue reference tests.
8250 * gdb.cp/rvalue-ref-casts.cc: New file.
8251 * gdb.cp/rvalue-ref-casts.exp: New file.
8252 * gdb.cp/rvalue-ref-overload.cc: New file.
8253 * gdb.cp/rvalue-ref-overload.exp: New file.
8254 * gdb.cp/rvalue-ref-params.cc: New file.
8255 * gdb.cp/rvalue-ref-params.exp: New file.
8256 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8257 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8258 * gdb.cp/rvalue-ref-types.cc: New file.
8259 * gdb.cp/rvalue-ref-types.exp: New file.
8260 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8261 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8262
8263 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8264
8265 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8266 New procedure.
8267
8268 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8269
8270 * lib/mi-support.exp (mi_gdb_test): Add additional message
8271 for unexpected output.
8272
8273 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8274
8275 * gdb.base/examine-backward.c (Barrier): New character array
8276 constant, to ensure that TestStrings is preceded by a string
8277 terminator.
8278
8279 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8280
8281 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8282 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8283 and implicit pointer into such a location.
8284
8285 2017-03-16 Doug Evans <dje@google.com>
8286
8287 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8288
8289 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8290
8291 * gdb.cp/m-static.exp: Fix expectation for prototype of
8292 test5.single_constructor and single_constructor::single_constructor.
8293
8294 2017-03-16 Doug Evans <dje@google.com>
8295
8296 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8297 * gdb.guile/scm-lazy-string.c: New file.
8298 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8299 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8300 for pointer, array, typedef lazy strings.
8301
8302 2017-03-16 Doug Evans <dje@google.com>
8303
8304 PR python/17728, python/18439, python/18779
8305 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8306 * gdb.python/py-lazy-string.c (pointer): New typedef.
8307 (main): New locals ptr, array, typedef_ptr.
8308 * gdb.python/py-value.exp: Move lazy string tests to ...
8309 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8310 array, typedef lazy strings.
8311
8312 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8313
8314 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8315 Add optional 'test' parameter.
8316
8317 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8318
8319 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8320 Skip for versions of DejaGnu < 1.5.
8321
8322 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8323
8324 * lib/gdb.exp (dejagnu_version): New proc.
8325 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8326 Use dejagnu_version.
8327
8328 2017-03-10 Keith Seitz <keiths@redhat.com>
8329
8330 PR c++/8128
8331 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8332 type from destructor regexps.
8333 Add a branch which actually passes the test.
8334 Adjust "ptype t5i" test names.
8335
8336 2017-03-08 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.base/step-over-exit.exp: Add explicit test message.
8339
8340 2017-03-08 Pedro Alves <palves@redhat.com>
8341
8342 PR gdb/18360
8343 * gdb.threads/interrupt-while-step-over.c: New file.
8344 * gdb.threads/interrupt-while-step-over.exp: New file.
8345
8346 2017-03-08 Pedro Alves <palves@redhat.com>
8347
8348 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8349 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8350
8351 2017-03-08 Pedro Alves <palves@redhat.com>
8352
8353 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8354 PKRU as not supported as a PASS.
8355
8356 2017-03-08 Pedro Alves <palves@redhat.com>
8357
8358 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8359 prefix instead of $binfile1/$binfile2.
8360 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8361 in test message.
8362 * gdb.python/py-completion.exp: Use "load python file" as test
8363 messages instead of unstable path names.
8364
8365 2017-03-08 Pedro Alves <palves@redhat.com>
8366 Jan Kratochvil <jan.kratochvil@redhat.com>
8367
8368 PR cli/21218
8369 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8370 New proc.
8371 (top level): Call it.
8372
8373 2017-03-08 Pedro Alves <palves@redhat.com>
8374
8375 PR tui/21216
8376 * gdb.tui/tui-nl-filtered-output.exp: New file.
8377
8378 2017-03-08 Pedro Alves <palves@redhat.com>
8379
8380 * gdb.base/completion.exp: Move TUI completion tests to ...
8381 * gdb.tui/completion.exp: ... this new file.
8382
8383 2017-03-08 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.base/tui-disasm-long-lines.c,
8386 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8387 gdb.base/tui-layout.exp: Move to ...
8388 * gdb.tui/: ... this new directory.
8389
8390 2017-03-07 Pedro Alves <palves@redhat.com>
8391
8392 * gdb.base/tui-layout.c: New file.
8393 * gdb.base/tui-layout.exp: New file.
8394
8395 2017-03-07 Pedro Alves <palves@redhat.com>
8396
8397 * gdb.base/tui-layout.c: Rename to ...
8398 * gdb.base/tui-disasm-long-lines.c: ... this.
8399 * gdb.base/tui-layout.exp: Rename to ...
8400 * gdb.base/tui-disasm-long-lines.exp: ... this.
8401
8402 2017-03-07 Pedro Alves <palves@redhat.com>
8403
8404 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8405
8406 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8407
8408 * i386-mpx-call.c: New file.
8409 * i386-mpx-call.exp: New file.
8410
8411 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8412
8413 * gdb.arch/powerpc-power.exp: Delete test.
8414 * gdb.arch/powerpc-power.s: Likewise.
8415 * gdb.disasm/disassembler-options.exp: New test.
8416 * gdb.arch/powerpc-altivec.exp: Likewise.
8417 * gdb.arch/powerpc-altivec.s: Likewise.
8418 * gdb.arch/powerpc-altivec2.exp: Likewise.
8419 * gdb.arch/powerpc-altivec2.s: Likewise.
8420 * gdb.arch/powerpc-altivec3.exp: Likewise.
8421 * gdb.arch/powerpc-altivec3.s: Likewise.
8422 * gdb.arch/powerpc-power7.exp: Likewise.
8423 * gdb.arch/powerpc-power7.s: Likewise.
8424 * gdb.arch/powerpc-power8.exp: Likewise.
8425 * gdb.arch/powerpc-power8.s: Likewise.
8426 * gdb.arch/powerpc-power9.exp: Likewise.
8427 * gdb.arch/powerpc-power9.s: Likewise.
8428 * gdb.arch/powerpc-vsx.exp: Likewise.
8429 * gdb.arch/powerpc-vsx.s: Likewise.
8430 * gdb.arch/powerpc-vsx2.exp: Likewise.
8431 * gdb.arch/powerpc-vsx2.s: Likewise.
8432 * gdb.arch/powerpc-vsx3.exp: Likewise.
8433 * gdb.arch/powerpc-vsx3.s: Likewise.
8434 * gdb.arch/arm-disassembler-options.exp: Likewise.
8435 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8436 * gdb.arch/s390-disassembler-options.exp: Likewise.
8437
8438 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8439
8440 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8441 (check_supported_features): ... this. Changed return type to void.
8442 (supports_rdseed): New static global.
8443 (rdseed): Check supports_rdseed.
8444 (initialize): Call check_supported_features.
8445
8446 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8447
8448 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8449 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8450 and lqarx/stqcx.
8451 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8452 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8453
8454 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8455
8456 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8457 uppercase.
8458
8459 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8460
8461 * gdb.dwarf2/formdata16.c: New file.
8462 * gdb.dwarf2/formdata16.exp: New file.
8463 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8464
8465 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8466
8467 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8468 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8469 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8470 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8471 DW_AT_GNU_*.
8472
8473 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8474
8475 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8476
8477 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8478
8479 PR gdb/21164
8480 * gdb.base/maint.exp: Add testcases for when the commands do
8481 not have arguments.
8482
8483 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8484
8485 * gdb.cp/chained-calls.exp: Use p instead of P.
8486
8487 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8488
8489 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8490 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8491
8492 2017-02-14 Tom Tromey <tom@tromey.com>
8493
8494 PR python/13598:
8495 * gdb.python/py-events.exp: Add before_prompt event tests.
8496
8497 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8498
8499 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8500
8501 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8502
8503 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8504 (main): Call my_unique_function_name.
8505 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8506 completion of patterns with a single match.
8507 Add missing -re switches to gdb_test_multiple calls.
8508
8509 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8510
8511 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8512 return if core file is not recognized.
8513
8514 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8515
8516 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8517 and extra UIs.
8518
8519 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8520
8521 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8522 proc_with_prefix.
8523
8524 2017-02-10 Tom Tromey <tom@tromey.com>
8525
8526 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8527
8528 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8529
8530 PR gdb/21122
8531 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8532
8533 2017-02-08 Jerome Guitton <guitton@adacore.com>
8534
8535 * gdb.base/define.exp: Add test for command abbreviations
8536 in define.
8537
8538 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8539
8540 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8541 * gdb.reverse/insn-reverse-x86.c: New file.
8542
8543 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8544
8545 PR tdep/20936
8546 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8547
8548 2017-02-03 Tom Tromey <tom@tromey.com>
8549
8550 PR rust/21097:
8551 * gdb.rust/simple.exp: Add new tests.
8552
8553 2017-02-02 Pedro Alves <palves@redhat.com>
8554
8555 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8556 tests.
8557
8558 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8559
8560 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8561 taking a 2-byte value out of a 4-byte DWARF implicit value on
8562 big-endian targets.
8563 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8564 logic. Add test cases for DW_OP_implicit.
8565
8566 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8567
8568 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8569
8570 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8571
8572 * gdb.btrace/enable.exp: Call gdb_exit before
8573 skip_gdbserver_tests.
8574
8575 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8576
8577 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8578 GDBFLAGS.
8579
8580 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8581
8582 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8583 the test is skipped.
8584 * gdb.btrace/data.exp: Likewise.
8585 * gdb.btrace/delta.exp: Likewise.
8586 * gdb.btrace/dlopen.exp: Likewise.
8587 * gdb.btrace/enable-running.exp: Likewise.
8588 * gdb.btrace/enable.exp: Likewise.
8589 * gdb.btrace/exception.exp: Likewise.
8590 * gdb.btrace/function_call_history.exp: Likewise.
8591 * gdb.btrace/gcore.exp: Likewise.
8592 * gdb.btrace/instruction_history.exp: Likewise.
8593 * gdb.btrace/multi-thread-step.exp: Likewise.
8594 * gdb.btrace/nohist.exp: Likewise.
8595 * gdb.btrace/non-stop.exp: Likewise.
8596 * gdb.btrace/reconnect.exp: Likewise.
8597 * gdb.btrace/record_goto-step.exp: Likewise.
8598 * gdb.btrace/record_goto.exp: Likewise.
8599 * gdb.btrace/rn-dl-bind.exp: Likewise.
8600 * gdb.btrace/segv.exp: Likewise.
8601 * gdb.btrace/step.exp: Likewise.
8602 * gdb.btrace/stepi.exp: Likewise.
8603 * gdb.btrace/tailcall-only.exp: Likewise.
8604 * gdb.btrace/tailcall.exp: Likewise.
8605 * gdb.btrace/tsx.exp: Likewise.
8606 * gdb.btrace/unknown_functions.exp: Likewise.
8607 * gdb.btrace/vdso.exp: Likewise.
8608
8609 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8610
8611 * gdb.btrace/enable-running.c: New.
8612 * gdb.btrace/enable-running.exp: New.
8613
8614 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8615
8616 * gdb.arch/amd64-gs_base.c: New file.
8617 * gdb.arch/amd64-gs_base.exp: New file.
8618
8619 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8620
8621 * lib/memory.exp: Remove spurious empty newlines.
8622
8623 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8624
8625 * gdb.python/py-bad-printers.exp: Load python file using "source".
8626 * gdb.python/py-events.exp: Likewise.
8627 * gdb.python/py-evsignal.exp: Likewise.
8628 * gdb.python/py-evthreads.exp: Likewise.
8629 * gdb.python/py-frame-args.exp: Likewise.
8630 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8631 * gdb.python/py-framefilter-mi.exp: Likewise.
8632 * gdb.python/py-framefilter.exp: Likewise.
8633 * gdb.python/py-mi.exp: Likewise.
8634 * gdb.python/py-pp-maint.exp: Likewise.
8635 * gdb.python/py-pp-registration.exp: Likewise.
8636 * gdb.python/py-prettyprint.exp: Likewise.
8637 (run_lang_tests): Likewise.
8638 * gdb.python/py-typeprint.exp: Likewise.
8639
8640 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8641
8642 * lib/memory.exp: New file.
8643 * lib/gdb.exp: Load memory.exp.
8644 * gdb.base/memattr.exp (delete_memory): Move proc to
8645 lib/memory.exp and rename to delete_memory_regions.
8646 Replace delete_memory with delete_memory_regions.
8647 Cleanup memory regions before tests.
8648 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8649 before tests.
8650
8651 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8652
8653 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8654 files.
8655 (initialize): New function conditionally defined.
8656 (testcases): Move within conditional block.
8657 (main): Call initialize.
8658 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8659 of gdb.reverse/insn-reverse.c.
8660 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8661 gdb.reverse/insn-reverse.c.
8662
8663 2017-01-26 Yao Qi <yao.qi@linaro.org>
8664
8665 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8666 disassemble on address 0.
8667
8668 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8669 Yao Qi <yao.qi@linaro.org>
8670
8671 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8672 * gdb.dwarf2/implptr-64bit.S: Remove.
8673 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8674 variables in caller's context. Add DW_OP_implicit_value.
8675
8676 2017-01-25 Yao Qi <yao.qi@linaro.org>
8677
8678 * lib/dwarf.exp (Dwarf::_location): Handle
8679 DW_OP_GNU_implicit_pointer with proper size.
8680
8681 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8682
8683 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8684 and add untested calls.
8685
8686 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8687
8688 * gdb.python/python.exp: Check line number against what GDB thinks
8689 the line number is for func1.
8690
8691 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8692
8693 * gdb.dlang/debug-expr.exp: New file.
8694
8695 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8696
8697 Fix test names for the following files:
8698
8699 * gdb.ada/exec_changed.exp
8700 * gdb.ada/info_types.exp
8701 * gdb.arch/aarch64-atomic-inst.exp
8702 * gdb.arch/aarch64-fp.exp
8703 * gdb.arch/altivec-abi.exp
8704 * gdb.arch/altivec-regs.exp
8705 * gdb.arch/amd64-byte.exp
8706 * gdb.arch/amd64-disp-step.exp
8707 * gdb.arch/amd64-dword.exp
8708 * gdb.arch/amd64-entry-value-inline.exp
8709 * gdb.arch/amd64-entry-value-param.exp
8710 * gdb.arch/amd64-entry-value-paramref.exp
8711 * gdb.arch/amd64-entry-value.exp
8712 * gdb.arch/amd64-i386-address.exp
8713 * gdb.arch/amd64-invalid-stack-middle.exp
8714 * gdb.arch/amd64-invalid-stack-top.exp
8715 * gdb.arch/amd64-optimout-repeat.exp
8716 * gdb.arch/amd64-prologue-skip.exp
8717 * gdb.arch/amd64-prologue-xmm.exp
8718 * gdb.arch/amd64-stap-special-operands.exp
8719 * gdb.arch/amd64-stap-wrong-subexp.exp
8720 * gdb.arch/amd64-tailcall-cxx.exp
8721 * gdb.arch/amd64-tailcall-noret.exp
8722 * gdb.arch/amd64-tailcall-ret.exp
8723 * gdb.arch/amd64-tailcall-self.exp
8724 * gdb.arch/amd64-word.exp
8725 * gdb.arch/arm-bl-branch-dest.exp
8726 * gdb.arch/arm-disp-step.exp
8727 * gdb.arch/arm-neon.exp
8728 * gdb.arch/arm-single-step-kernel-helper.exp
8729 * gdb.arch/avr-flash-qualifier.exp
8730 * gdb.arch/disp-step-insn-reloc.exp
8731 * gdb.arch/e500-abi.exp
8732 * gdb.arch/e500-regs.exp
8733 * gdb.arch/ftrace-insn-reloc.exp
8734 * gdb.arch/i386-avx512.exp
8735 * gdb.arch/i386-bp_permanent.exp
8736 * gdb.arch/i386-byte.exp
8737 * gdb.arch/i386-cfi-notcurrent.exp
8738 * gdb.arch/i386-disp-step.exp
8739 * gdb.arch/i386-dr3-watch.exp
8740 * gdb.arch/i386-float.exp
8741 * gdb.arch/i386-gnu-cfi.exp
8742 * gdb.arch/i386-mpx-map.exp
8743 * gdb.arch/i386-mpx-sigsegv.exp
8744 * gdb.arch/i386-mpx-simple_segv.exp
8745 * gdb.arch/i386-mpx.exp
8746 * gdb.arch/i386-permbkpt.exp
8747 * gdb.arch/i386-prologue.exp
8748 * gdb.arch/i386-signal.exp
8749 * gdb.arch/i386-size-overlap.exp
8750 * gdb.arch/i386-unwind.exp
8751 * gdb.arch/i386-word.exp
8752 * gdb.arch/mips-fcr.exp
8753 * gdb.arch/powerpc-d128-regs.exp
8754 * gdb.arch/powerpc-stackless.exp
8755 * gdb.arch/ppc64-atomic-inst.exp
8756 * gdb.arch/s390-stackless.exp
8757 * gdb.arch/s390-tdbregs.exp
8758 * gdb.arch/s390-vregs.exp
8759 * gdb.arch/sparc-sysstep.exp
8760 * gdb.arch/thumb-bx-pc.exp
8761 * gdb.arch/thumb-singlestep.exp
8762 * gdb.arch/thumb2-it.exp
8763 * gdb.arch/vsx-regs.exp
8764 * gdb.asm/asm-source.exp
8765 * gdb.base/a2-run.exp
8766 * gdb.base/advance.exp
8767 * gdb.base/all-bin.exp
8768 * gdb.base/anon.exp
8769 * gdb.base/args.exp
8770 * gdb.base/arithmet.exp
8771 * gdb.base/async-shell.exp
8772 * gdb.base/async.exp
8773 * gdb.base/attach-pie-noexec.exp
8774 * gdb.base/attach-twice.exp
8775 * gdb.base/auto-load.exp
8776 * gdb.base/bang.exp
8777 * gdb.base/bitfields.exp
8778 * gdb.base/break-always.exp
8779 * gdb.base/break-caller-line.exp
8780 * gdb.base/break-entry.exp
8781 * gdb.base/break-inline.exp
8782 * gdb.base/break-on-linker-gcd-function.exp
8783 * gdb.base/break-probes.exp
8784 * gdb.base/break.exp
8785 * gdb.base/breakpoint-shadow.exp
8786 * gdb.base/call-ar-st.exp
8787 * gdb.base/call-sc.exp
8788 * gdb.base/call-signal-resume.exp
8789 * gdb.base/call-strs.exp
8790 * gdb.base/callfuncs.exp
8791 * gdb.base/catch-fork-static.exp
8792 * gdb.base/catch-gdb-caused-signals.exp
8793 * gdb.base/catch-load.exp
8794 * gdb.base/catch-signal-fork.exp
8795 * gdb.base/catch-signal.exp
8796 * gdb.base/catch-syscall.exp
8797 * gdb.base/charset.exp
8798 * gdb.base/checkpoint.exp
8799 * gdb.base/chng-syms.exp
8800 * gdb.base/code-expr.exp
8801 * gdb.base/code_elim.exp
8802 * gdb.base/commands.exp
8803 * gdb.base/completion.exp
8804 * gdb.base/complex.exp
8805 * gdb.base/cond-expr.exp
8806 * gdb.base/condbreak.exp
8807 * gdb.base/consecutive.exp
8808 * gdb.base/continue-all-already-running.exp
8809 * gdb.base/coredump-filter.exp
8810 * gdb.base/corefile.exp
8811 * gdb.base/dbx.exp
8812 * gdb.base/debug-expr.exp
8813 * gdb.base/define.exp
8814 * gdb.base/del.exp
8815 * gdb.base/disabled-location.exp
8816 * gdb.base/disasm-end-cu.exp
8817 * gdb.base/disasm-optim.exp
8818 * gdb.base/display.exp
8819 * gdb.base/duplicate-bp.exp
8820 * gdb.base/ena-dis-br.exp
8821 * gdb.base/ending-run.exp
8822 * gdb.base/enumval.exp
8823 * gdb.base/environ.exp
8824 * gdb.base/eu-strip-infcall.exp
8825 * gdb.base/eval-avoid-side-effects.exp
8826 * gdb.base/eval-skip.exp
8827 * gdb.base/exitsignal.exp
8828 * gdb.base/expand-psymtabs.exp
8829 * gdb.base/filesym.exp
8830 * gdb.base/find-unmapped.exp
8831 * gdb.base/finish.exp
8832 * gdb.base/float.exp
8833 * gdb.base/foll-exec-mode.exp
8834 * gdb.base/foll-exec.exp
8835 * gdb.base/foll-fork.exp
8836 * gdb.base/fortran-sym-case.exp
8837 * gdb.base/freebpcmd.exp
8838 * gdb.base/func-ptr.exp
8839 * gdb.base/func-ptrs.exp
8840 * gdb.base/funcargs.exp
8841 * gdb.base/gcore-buffer-overflow.exp
8842 * gdb.base/gcore-relro-pie.exp
8843 * gdb.base/gcore-relro.exp
8844 * gdb.base/gcore.exp
8845 * gdb.base/gdb1090.exp
8846 * gdb.base/gdb11530.exp
8847 * gdb.base/gdb11531.exp
8848 * gdb.base/gdb1821.exp
8849 * gdb.base/gdbindex-stabs.exp
8850 * gdb.base/gdbvars.exp
8851 * gdb.base/hbreak.exp
8852 * gdb.base/hbreak2.exp
8853 * gdb.base/included.exp
8854 * gdb.base/infcall-input.exp
8855 * gdb.base/inferior-died.exp
8856 * gdb.base/infnan.exp
8857 * gdb.base/info-macros.exp
8858 * gdb.base/info-os.exp
8859 * gdb.base/info-proc.exp
8860 * gdb.base/info-shared.exp
8861 * gdb.base/info-target.exp
8862 * gdb.base/infoline.exp
8863 * gdb.base/interp.exp
8864 * gdb.base/interrupt.exp
8865 * gdb.base/jit-reader.exp
8866 * gdb.base/jit-simple.exp
8867 * gdb.base/kill-after-signal.exp
8868 * gdb.base/kill-detach-inferiors-cmd.exp
8869 * gdb.base/label.exp
8870 * gdb.base/langs.exp
8871 * gdb.base/ldbl_e308.exp
8872 * gdb.base/line-symtabs.exp
8873 * gdb.base/linespecs.exp
8874 * gdb.base/list.exp
8875 * gdb.base/long_long.exp
8876 * gdb.base/longest-types.exp
8877 * gdb.base/maint.exp
8878 * gdb.base/max-value-size.exp
8879 * gdb.base/memattr.exp
8880 * gdb.base/mips_pro.exp
8881 * gdb.base/morestack.exp
8882 * gdb.base/moribund-step.exp
8883 * gdb.base/multi-forks.exp
8884 * gdb.base/nested-addr.exp
8885 * gdb.base/nextoverexit.exp
8886 * gdb.base/noreturn-finish.exp
8887 * gdb.base/noreturn-return.exp
8888 * gdb.base/nostdlib.exp
8889 * gdb.base/offsets.exp
8890 * gdb.base/opaque.exp
8891 * gdb.base/pc-fp.exp
8892 * gdb.base/permissions.exp
8893 * gdb.base/print-symbol-loading.exp
8894 * gdb.base/prologue-include.exp
8895 * gdb.base/psymtab.exp
8896 * gdb.base/ptype.exp
8897 * gdb.base/random-signal.exp
8898 * gdb.base/randomize.exp
8899 * gdb.base/range-stepping.exp
8900 * gdb.base/readline-ask.exp
8901 * gdb.base/recpar.exp
8902 * gdb.base/recurse.exp
8903 * gdb.base/relational.exp
8904 * gdb.base/restore.exp
8905 * gdb.base/return-nodebug.exp
8906 * gdb.base/return.exp
8907 * gdb.base/run-after-attach.exp
8908 * gdb.base/save-bp.exp
8909 * gdb.base/scope.exp
8910 * gdb.base/sect-cmd.exp
8911 * gdb.base/set-lang-auto.exp
8912 * gdb.base/set-noassign.exp
8913 * gdb.base/setvar.exp
8914 * gdb.base/sigall.exp
8915 * gdb.base/sigbpt.exp
8916 * gdb.base/siginfo-addr.exp
8917 * gdb.base/siginfo-infcall.exp
8918 * gdb.base/siginfo-obj.exp
8919 * gdb.base/siginfo.exp
8920 * gdb.base/signals-state-child.exp
8921 * gdb.base/signest.exp
8922 * gdb.base/sigstep.exp
8923 * gdb.base/sizeof.exp
8924 * gdb.base/skip.exp
8925 * gdb.base/solib-corrupted.exp
8926 * gdb.base/solib-nodir.exp
8927 * gdb.base/solib-search.exp
8928 * gdb.base/stack-checking.exp
8929 * gdb.base/stale-infcall.exp
8930 * gdb.base/stap-probe.exp
8931 * gdb.base/start.exp
8932 * gdb.base/step-break.exp
8933 * gdb.base/step-bt.exp
8934 * gdb.base/step-line.exp
8935 * gdb.base/step-over-exit.exp
8936 * gdb.base/step-over-syscall.exp
8937 * gdb.base/step-resume-infcall.exp
8938 * gdb.base/step-test.exp
8939 * gdb.base/store.exp
8940 * gdb.base/structs3.exp
8941 * gdb.base/sym-file.exp
8942 * gdb.base/symbol-without-target_section.exp
8943 * gdb.base/term.exp
8944 * gdb.base/testenv.exp
8945 * gdb.base/ui-redirect.exp
8946 * gdb.base/until.exp
8947 * gdb.base/unwindonsignal.exp
8948 * gdb.base/value-double-free.exp
8949 * gdb.base/vla-datatypes.exp
8950 * gdb.base/vla-ptr.exp
8951 * gdb.base/vla-sideeffect.exp
8952 * gdb.base/volatile.exp
8953 * gdb.base/watch-cond-infcall.exp
8954 * gdb.base/watch-cond.exp
8955 * gdb.base/watch-non-mem.exp
8956 * gdb.base/watch-read.exp
8957 * gdb.base/watch-vfork.exp
8958 * gdb.base/watchpoint-cond-gone.exp
8959 * gdb.base/watchpoint-delete.exp
8960 * gdb.base/watchpoint-hw-hit-once.exp
8961 * gdb.base/watchpoint-hw.exp
8962 * gdb.base/watchpoint-stops-at-right-insn.exp
8963 * gdb.base/watchpoints.exp
8964 * gdb.base/wchar.exp
8965 * gdb.base/whatis-exp.exp
8966 * gdb.btrace/buffer-size.exp
8967 * gdb.btrace/data.exp
8968 * gdb.btrace/delta.exp
8969 * gdb.btrace/dlopen.exp
8970 * gdb.btrace/enable.exp
8971 * gdb.btrace/exception.exp
8972 * gdb.btrace/function_call_history.exp
8973 * gdb.btrace/gcore.exp
8974 * gdb.btrace/instruction_history.exp
8975 * gdb.btrace/nohist.exp
8976 * gdb.btrace/reconnect.exp
8977 * gdb.btrace/record_goto-step.exp
8978 * gdb.btrace/record_goto.exp
8979 * gdb.btrace/rn-dl-bind.exp
8980 * gdb.btrace/segv.exp
8981 * gdb.btrace/step.exp
8982 * gdb.btrace/stepi.exp
8983 * gdb.btrace/tailcall-only.exp
8984 * gdb.btrace/tailcall.exp
8985 * gdb.btrace/tsx.exp
8986 * gdb.btrace/unknown_functions.exp
8987 * gdb.btrace/vdso.exp
8988 * gdb.compile/compile-ifunc.exp
8989 * gdb.compile/compile-ops.exp
8990 * gdb.compile/compile-print.exp
8991 * gdb.compile/compile-setjmp.exp
8992 * gdb.cp/abstract-origin.exp
8993 * gdb.cp/ambiguous.exp
8994 * gdb.cp/annota2.exp
8995 * gdb.cp/annota3.exp
8996 * gdb.cp/anon-ns.exp
8997 * gdb.cp/anon-struct.exp
8998 * gdb.cp/anon-union.exp
8999 * gdb.cp/arg-reference.exp
9000 * gdb.cp/baseenum.exp
9001 * gdb.cp/bool.exp
9002 * gdb.cp/breakpoint.exp
9003 * gdb.cp/bs15503.exp
9004 * gdb.cp/call-c.exp
9005 * gdb.cp/casts.exp
9006 * gdb.cp/chained-calls.exp
9007 * gdb.cp/class2.exp
9008 * gdb.cp/classes.exp
9009 * gdb.cp/cmpd-minsyms.exp
9010 * gdb.cp/converts.exp
9011 * gdb.cp/cp-relocate.exp
9012 * gdb.cp/cpcompletion.exp
9013 * gdb.cp/cpexprs.exp
9014 * gdb.cp/cplabel.exp
9015 * gdb.cp/cplusfuncs.exp
9016 * gdb.cp/cpsizeof.exp
9017 * gdb.cp/ctti.exp
9018 * gdb.cp/derivation.exp
9019 * gdb.cp/destrprint.exp
9020 * gdb.cp/dispcxx.exp
9021 * gdb.cp/enum-class.exp
9022 * gdb.cp/exception.exp
9023 * gdb.cp/exceptprint.exp
9024 * gdb.cp/expand-psymtabs-cxx.exp
9025 * gdb.cp/expand-sals.exp
9026 * gdb.cp/extern-c.exp
9027 * gdb.cp/filename.exp
9028 * gdb.cp/formatted-ref.exp
9029 * gdb.cp/fpointer.exp
9030 * gdb.cp/gdb1355.exp
9031 * gdb.cp/gdb2495.exp
9032 * gdb.cp/hang.exp
9033 * gdb.cp/impl-this.exp
9034 * gdb.cp/infcall-dlopen.exp
9035 * gdb.cp/inherit.exp
9036 * gdb.cp/iostream.exp
9037 * gdb.cp/koenig.exp
9038 * gdb.cp/local.exp
9039 * gdb.cp/m-data.exp
9040 * gdb.cp/m-static.exp
9041 * gdb.cp/mb-ctor.exp
9042 * gdb.cp/mb-inline.exp
9043 * gdb.cp/mb-templates.exp
9044 * gdb.cp/member-name.exp
9045 * gdb.cp/member-ptr.exp
9046 * gdb.cp/meth-typedefs.exp
9047 * gdb.cp/method.exp
9048 * gdb.cp/method2.exp
9049 * gdb.cp/minsym-fallback.exp
9050 * gdb.cp/misc.exp
9051 * gdb.cp/namelessclass.exp
9052 * gdb.cp/namespace-enum.exp
9053 * gdb.cp/namespace-nested-import.exp
9054 * gdb.cp/namespace.exp
9055 * gdb.cp/nextoverthrow.exp
9056 * gdb.cp/no-dmgl-verbose.exp
9057 * gdb.cp/non-trivial-retval.exp
9058 * gdb.cp/noparam.exp
9059 * gdb.cp/nsdecl.exp
9060 * gdb.cp/nsimport.exp
9061 * gdb.cp/nsnested.exp
9062 * gdb.cp/nsnoimports.exp
9063 * gdb.cp/nsrecurs.exp
9064 * gdb.cp/nsstress.exp
9065 * gdb.cp/nsusing.exp
9066 * gdb.cp/operator.exp
9067 * gdb.cp/oranking.exp
9068 * gdb.cp/overload-const.exp
9069 * gdb.cp/overload.exp
9070 * gdb.cp/ovldbreak.exp
9071 * gdb.cp/ovsrch.exp
9072 * gdb.cp/paren-type.exp
9073 * gdb.cp/parse-lang.exp
9074 * gdb.cp/pass-by-ref.exp
9075 * gdb.cp/pr-1023.exp
9076 * gdb.cp/pr-1210.exp
9077 * gdb.cp/pr-574.exp
9078 * gdb.cp/pr10687.exp
9079 * gdb.cp/pr12028.exp
9080 * gdb.cp/pr17132.exp
9081 * gdb.cp/pr17494.exp
9082 * gdb.cp/pr9067.exp
9083 * gdb.cp/pr9167.exp
9084 * gdb.cp/pr9631.exp
9085 * gdb.cp/printmethod.exp
9086 * gdb.cp/psmang.exp
9087 * gdb.cp/psymtab-parameter.exp
9088 * gdb.cp/ptype-cv-cp.exp
9089 * gdb.cp/ptype-flags.exp
9090 * gdb.cp/re-set-overloaded.exp
9091 * gdb.cp/ref-types.exp
9092 * gdb.cp/rtti.exp
9093 * gdb.cp/scope-err.exp
9094 * gdb.cp/shadow.exp
9095 * gdb.cp/smartp.exp
9096 * gdb.cp/static-method.exp
9097 * gdb.cp/static-print-quit.exp
9098 * gdb.cp/temargs.exp
9099 * gdb.cp/templates.exp
9100 * gdb.cp/try_catch.exp
9101 * gdb.cp/typedef-operator.exp
9102 * gdb.cp/typeid.exp
9103 * gdb.cp/userdef.exp
9104 * gdb.cp/using-crash.exp
9105 * gdb.cp/var-tag.exp
9106 * gdb.cp/virtbase.exp
9107 * gdb.cp/virtfunc.exp
9108 * gdb.cp/virtfunc2.exp
9109 * gdb.cp/vla-cxx.exp
9110 * gdb.disasm/t01_mov.exp
9111 * gdb.disasm/t02_mova.exp
9112 * gdb.disasm/t03_add.exp
9113 * gdb.disasm/t04_sub.exp
9114 * gdb.disasm/t05_cmp.exp
9115 * gdb.disasm/t06_ari2.exp
9116 * gdb.disasm/t07_ari3.exp
9117 * gdb.disasm/t08_or.exp
9118 * gdb.disasm/t09_xor.exp
9119 * gdb.disasm/t10_and.exp
9120 * gdb.disasm/t11_logs.exp
9121 * gdb.disasm/t12_bit.exp
9122 * gdb.disasm/t13_otr.exp
9123 * gdb.dlang/circular.exp
9124 * gdb.dwarf2/arr-stride.exp
9125 * gdb.dwarf2/arr-subrange.exp
9126 * gdb.dwarf2/atomic-type.exp
9127 * gdb.dwarf2/bad-regnum.exp
9128 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9129 * gdb.dwarf2/callframecfa.exp
9130 * gdb.dwarf2/clztest.exp
9131 * gdb.dwarf2/corrupt.exp
9132 * gdb.dwarf2/data-loc.exp
9133 * gdb.dwarf2/dup-psym.exp
9134 * gdb.dwarf2/dw2-anon-mptr.exp
9135 * gdb.dwarf2/dw2-anonymous-func.exp
9136 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9137 * gdb.dwarf2/dw2-bad-unresolved.exp
9138 * gdb.dwarf2/dw2-basic.exp
9139 * gdb.dwarf2/dw2-canonicalize-type.exp
9140 * gdb.dwarf2/dw2-case-insensitive.exp
9141 * gdb.dwarf2/dw2-common-block.exp
9142 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9143 * gdb.dwarf2/dw2-compressed.exp
9144 * gdb.dwarf2/dw2-const.exp
9145 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9146 * gdb.dwarf2/dw2-cu-size.exp
9147 * gdb.dwarf2/dw2-dup-frame.exp
9148 * gdb.dwarf2/dw2-entry-value.exp
9149 * gdb.dwarf2/dw2-icycle.exp
9150 * gdb.dwarf2/dw2-ifort-parameter.exp
9151 * gdb.dwarf2/dw2-inline-break.exp
9152 * gdb.dwarf2/dw2-inline-param.exp
9153 * gdb.dwarf2/dw2-intercu.exp
9154 * gdb.dwarf2/dw2-intermix.exp
9155 * gdb.dwarf2/dw2-lexical-block-bare.exp
9156 * gdb.dwarf2/dw2-linkage-name-trust.exp
9157 * gdb.dwarf2/dw2-minsym-in-cu.exp
9158 * gdb.dwarf2/dw2-noloc.exp
9159 * gdb.dwarf2/dw2-op-call.exp
9160 * gdb.dwarf2/dw2-op-out-param.exp
9161 * gdb.dwarf2/dw2-opt-structptr.exp
9162 * gdb.dwarf2/dw2-param-error.exp
9163 * gdb.dwarf2/dw2-producer.exp
9164 * gdb.dwarf2/dw2-ranges-base.exp
9165 * gdb.dwarf2/dw2-ref-missing-frame.exp
9166 * gdb.dwarf2/dw2-reg-undefined.exp
9167 * gdb.dwarf2/dw2-regno-invalid.exp
9168 * gdb.dwarf2/dw2-restore.exp
9169 * gdb.dwarf2/dw2-restrict.exp
9170 * gdb.dwarf2/dw2-single-line-discriminators.exp
9171 * gdb.dwarf2/dw2-strp.exp
9172 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9173 * gdb.dwarf2/dw2-unresolved.exp
9174 * gdb.dwarf2/dw2-var-zero-addr.exp
9175 * gdb.dwarf2/dw4-sig-types.exp
9176 * gdb.dwarf2/dwz.exp
9177 * gdb.dwarf2/dynarr-ptr.exp
9178 * gdb.dwarf2/enum-type.exp
9179 * gdb.dwarf2/gdb-index.exp
9180 * gdb.dwarf2/implptr-64bit.exp
9181 * gdb.dwarf2/implptr-optimized-out.exp
9182 * gdb.dwarf2/implptr.exp
9183 * gdb.dwarf2/implref-array.exp
9184 * gdb.dwarf2/implref-const.exp
9185 * gdb.dwarf2/implref-global.exp
9186 * gdb.dwarf2/implref-struct.exp
9187 * gdb.dwarf2/mac-fileno.exp
9188 * gdb.dwarf2/main-subprogram.exp
9189 * gdb.dwarf2/member-ptr-forwardref.exp
9190 * gdb.dwarf2/method-ptr.exp
9191 * gdb.dwarf2/missing-sig-type.exp
9192 * gdb.dwarf2/nonvar-access.exp
9193 * gdb.dwarf2/opaque-type-lookup.exp
9194 * gdb.dwarf2/pieces-optimized-out.exp
9195 * gdb.dwarf2/pieces.exp
9196 * gdb.dwarf2/pr10770.exp
9197 * gdb.dwarf2/pr13961.exp
9198 * gdb.dwarf2/staticvirtual.exp
9199 * gdb.dwarf2/subrange.exp
9200 * gdb.dwarf2/symtab-producer.exp
9201 * gdb.dwarf2/trace-crash.exp
9202 * gdb.dwarf2/typeddwarf.exp
9203 * gdb.dwarf2/valop.exp
9204 * gdb.dwarf2/watch-notconst.exp
9205 * gdb.fortran/array-element.exp
9206 * gdb.fortran/charset.exp
9207 * gdb.fortran/common-block.exp
9208 * gdb.fortran/complex.exp
9209 * gdb.fortran/derived-type-function.exp
9210 * gdb.fortran/derived-type.exp
9211 * gdb.fortran/logical.exp
9212 * gdb.fortran/module.exp
9213 * gdb.fortran/multi-dim.exp
9214 * gdb.fortran/nested-funcs.exp
9215 * gdb.fortran/print-formatted.exp
9216 * gdb.fortran/subarray.exp
9217 * gdb.fortran/vla-alloc-assoc.exp
9218 * gdb.fortran/vla-datatypes.exp
9219 * gdb.fortran/vla-history.exp
9220 * gdb.fortran/vla-ptr-info.exp
9221 * gdb.fortran/vla-ptype-sub.exp
9222 * gdb.fortran/vla-ptype.exp
9223 * gdb.fortran/vla-sizeof.exp
9224 * gdb.fortran/vla-type.exp
9225 * gdb.fortran/vla-value-sub-arbitrary.exp
9226 * gdb.fortran/vla-value-sub-finish.exp
9227 * gdb.fortran/vla-value-sub.exp
9228 * gdb.fortran/vla-value.exp
9229 * gdb.fortran/whatis_type.exp
9230 * gdb.go/chan.exp
9231 * gdb.go/handcall.exp
9232 * gdb.go/hello.exp
9233 * gdb.go/integers.exp
9234 * gdb.go/methods.exp
9235 * gdb.go/package.exp
9236 * gdb.go/strings.exp
9237 * gdb.go/types.exp
9238 * gdb.go/unsafe.exp
9239 * gdb.guile/scm-arch.exp
9240 * gdb.guile/scm-block.exp
9241 * gdb.guile/scm-breakpoint.exp
9242 * gdb.guile/scm-cmd.exp
9243 * gdb.guile/scm-disasm.exp
9244 * gdb.guile/scm-equal.exp
9245 * gdb.guile/scm-frame-args.exp
9246 * gdb.guile/scm-frame-inline.exp
9247 * gdb.guile/scm-frame.exp
9248 * gdb.guile/scm-iterator.exp
9249 * gdb.guile/scm-math.exp
9250 * gdb.guile/scm-objfile.exp
9251 * gdb.guile/scm-ports.exp
9252 * gdb.guile/scm-symbol.exp
9253 * gdb.guile/scm-symtab.exp
9254 * gdb.guile/scm-value-cc.exp
9255 * gdb.guile/types-module.exp
9256 * gdb.linespec/break-ask.exp
9257 * gdb.linespec/cpexplicit.exp
9258 * gdb.linespec/explicit.exp
9259 * gdb.linespec/keywords.exp
9260 * gdb.linespec/linespec.exp
9261 * gdb.linespec/ls-dollar.exp
9262 * gdb.linespec/ls-errs.exp
9263 * gdb.linespec/skip-two.exp
9264 * gdb.linespec/thread.exp
9265 * gdb.mi/mi-async.exp
9266 * gdb.mi/mi-basics.exp
9267 * gdb.mi/mi-break.exp
9268 * gdb.mi/mi-catch-load.exp
9269 * gdb.mi/mi-cli.exp
9270 * gdb.mi/mi-cmd-param-changed.exp
9271 * gdb.mi/mi-console.exp
9272 * gdb.mi/mi-detach.exp
9273 * gdb.mi/mi-disassemble.exp
9274 * gdb.mi/mi-eval.exp
9275 * gdb.mi/mi-file-transfer.exp
9276 * gdb.mi/mi-file.exp
9277 * gdb.mi/mi-fill-memory.exp
9278 * gdb.mi/mi-inheritance-syntax-error.exp
9279 * gdb.mi/mi-linespec-err-cp.exp
9280 * gdb.mi/mi-logging.exp
9281 * gdb.mi/mi-memory-changed.exp
9282 * gdb.mi/mi-read-memory.exp
9283 * gdb.mi/mi-record-changed.exp
9284 * gdb.mi/mi-reg-undefined.exp
9285 * gdb.mi/mi-regs.exp
9286 * gdb.mi/mi-return.exp
9287 * gdb.mi/mi-reverse.exp
9288 * gdb.mi/mi-simplerun.exp
9289 * gdb.mi/mi-solib.exp
9290 * gdb.mi/mi-stack.exp
9291 * gdb.mi/mi-stepi.exp
9292 * gdb.mi/mi-syn-frame.exp
9293 * gdb.mi/mi-until.exp
9294 * gdb.mi/mi-var-block.exp
9295 * gdb.mi/mi-var-child.exp
9296 * gdb.mi/mi-var-cmd.exp
9297 * gdb.mi/mi-var-cp.exp
9298 * gdb.mi/mi-var-display.exp
9299 * gdb.mi/mi-var-invalidate.exp
9300 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9301 * gdb.mi/mi-vla-fortran.exp
9302 * gdb.mi/mi-watch.exp
9303 * gdb.mi/mi2-var-child.exp
9304 * gdb.mi/user-selected-context-sync.exp
9305 * gdb.modula2/unbounded-array.exp
9306 * gdb.multi/dummy-frame-restore.exp
9307 * gdb.multi/multi-arch-exec.exp
9308 * gdb.multi/multi-arch.exp
9309 * gdb.multi/tids.exp
9310 * gdb.multi/watchpoint-multi.exp
9311 * gdb.opencl/callfuncs.exp
9312 * gdb.opencl/convs_casts.exp
9313 * gdb.opencl/datatypes.exp
9314 * gdb.opencl/operators.exp
9315 * gdb.opencl/vec_comps.exp
9316 * gdb.opt/clobbered-registers-O2.exp
9317 * gdb.opt/inline-break.exp
9318 * gdb.opt/inline-bt.exp
9319 * gdb.opt/inline-cmds.exp
9320 * gdb.opt/inline-locals.exp
9321 * gdb.pascal/case-insensitive-symbols.exp
9322 * gdb.pascal/floats.exp
9323 * gdb.pascal/gdb11492.exp
9324 * gdb.python/lib-types.exp
9325 * gdb.python/py-arch.exp
9326 * gdb.python/py-as-string.exp
9327 * gdb.python/py-bad-printers.exp
9328 * gdb.python/py-block.exp
9329 * gdb.python/py-breakpoint-create-fail.exp
9330 * gdb.python/py-breakpoint.exp
9331 * gdb.python/py-caller-is.exp
9332 * gdb.python/py-cmd.exp
9333 * gdb.python/py-explore-cc.exp
9334 * gdb.python/py-explore.exp
9335 * gdb.python/py-finish-breakpoint.exp
9336 * gdb.python/py-finish-breakpoint2.exp
9337 * gdb.python/py-frame-args.exp
9338 * gdb.python/py-frame-inline.exp
9339 * gdb.python/py-frame.exp
9340 * gdb.python/py-framefilter-mi.exp
9341 * gdb.python/py-infthread.exp
9342 * gdb.python/py-lazy-string.exp
9343 * gdb.python/py-linetable.exp
9344 * gdb.python/py-mi-events.exp
9345 * gdb.python/py-mi-objfile.exp
9346 * gdb.python/py-mi.exp
9347 * gdb.python/py-objfile.exp
9348 * gdb.python/py-pp-integral.exp
9349 * gdb.python/py-pp-maint.exp
9350 * gdb.python/py-pp-re-notag.exp
9351 * gdb.python/py-pp-registration.exp
9352 * gdb.python/py-recurse-unwind.exp
9353 * gdb.python/py-strfns.exp
9354 * gdb.python/py-symbol.exp
9355 * gdb.python/py-symtab.exp
9356 * gdb.python/py-sync-interp.exp
9357 * gdb.python/py-typeprint.exp
9358 * gdb.python/py-unwind-maint.exp
9359 * gdb.python/py-unwind.exp
9360 * gdb.python/py-value-cc.exp
9361 * gdb.python/py-xmethods.exp
9362 * gdb.reverse/amd64-tailcall-reverse.exp
9363 * gdb.reverse/break-precsave.exp
9364 * gdb.reverse/break-reverse.exp
9365 * gdb.reverse/consecutive-precsave.exp
9366 * gdb.reverse/consecutive-reverse.exp
9367 * gdb.reverse/finish-precsave.exp
9368 * gdb.reverse/finish-reverse-bkpt.exp
9369 * gdb.reverse/finish-reverse.exp
9370 * gdb.reverse/fstatat-reverse.exp
9371 * gdb.reverse/getresuid-reverse.exp
9372 * gdb.reverse/i386-precsave.exp
9373 * gdb.reverse/i386-reverse.exp
9374 * gdb.reverse/i386-sse-reverse.exp
9375 * gdb.reverse/i387-env-reverse.exp
9376 * gdb.reverse/i387-stack-reverse.exp
9377 * gdb.reverse/insn-reverse.exp
9378 * gdb.reverse/machinestate-precsave.exp
9379 * gdb.reverse/machinestate.exp
9380 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9381 * gdb.reverse/pipe-reverse.exp
9382 * gdb.reverse/readv-reverse.exp
9383 * gdb.reverse/recvmsg-reverse.exp
9384 * gdb.reverse/rerun-prec.exp
9385 * gdb.reverse/s390-mvcle.exp
9386 * gdb.reverse/step-precsave.exp
9387 * gdb.reverse/step-reverse.exp
9388 * gdb.reverse/time-reverse.exp
9389 * gdb.reverse/until-precsave.exp
9390 * gdb.reverse/until-reverse.exp
9391 * gdb.reverse/waitpid-reverse.exp
9392 * gdb.reverse/watch-precsave.exp
9393 * gdb.reverse/watch-reverse.exp
9394 * gdb.rust/generics.exp
9395 * gdb.rust/methods.exp
9396 * gdb.rust/modules.exp
9397 * gdb.rust/simple.exp
9398 * gdb.server/connect-with-no-symbol-file.exp
9399 * gdb.server/ext-attach.exp
9400 * gdb.server/ext-restart.exp
9401 * gdb.server/ext-wrapper.exp
9402 * gdb.server/file-transfer.exp
9403 * gdb.server/server-exec-info.exp
9404 * gdb.server/server-kill.exp
9405 * gdb.server/server-mon.exp
9406 * gdb.server/wrapper.exp
9407 * gdb.stabs/exclfwd.exp
9408 * gdb.stabs/gdb11479.exp
9409 * gdb.threads/clone-new-thread-event.exp
9410 * gdb.threads/corethreads.exp
9411 * gdb.threads/current-lwp-dead.exp
9412 * gdb.threads/dlopen-libpthread.exp
9413 * gdb.threads/gcore-thread.exp
9414 * gdb.threads/sigstep-threads.exp
9415 * gdb.threads/watchpoint-fork.exp
9416 * gdb.trace/actions-changed.exp
9417 * gdb.trace/backtrace.exp
9418 * gdb.trace/change-loc.exp
9419 * gdb.trace/circ.exp
9420 * gdb.trace/collection.exp
9421 * gdb.trace/disconnected-tracing.exp
9422 * gdb.trace/ftrace.exp
9423 * gdb.trace/mi-trace-frame-collected.exp
9424 * gdb.trace/mi-trace-unavailable.exp
9425 * gdb.trace/mi-traceframe-changed.exp
9426 * gdb.trace/mi-tsv-changed.exp
9427 * gdb.trace/no-attach-trace.exp
9428 * gdb.trace/passc-dyn.exp
9429 * gdb.trace/qtro.exp
9430 * gdb.trace/range-stepping.exp
9431 * gdb.trace/read-memory.exp
9432 * gdb.trace/save-trace.exp
9433 * gdb.trace/signal.exp
9434 * gdb.trace/status-stop.exp
9435 * gdb.trace/tfile.exp
9436 * gdb.trace/trace-break.exp
9437 * gdb.trace/trace-buffer-size.exp
9438 * gdb.trace/trace-condition.exp
9439 * gdb.trace/tracefile-pseudo-reg.exp
9440 * gdb.trace/tstatus.exp
9441 * gdb.trace/unavailable.exp
9442 * gdb.trace/while-dyn.exp
9443 * gdb.trace/while-stepping.exp
9444
9445 2016-12-22 Doug Evans <xdje42@gmail.com>
9446
9447 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9448 and msymbols.
9449
9450 2016-12-19 Yao Qi <yao.qi@linaro.org>
9451
9452 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9453 (test_with_self): Don't call do_steps_and_nexts, and remove
9454 code about stepping into xmalloc.
9455
9456 2016-12-09 Yao Qi <yao.qi@linaro.org>
9457
9458 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9459
9460 2016-12-09 Yao Qi <yao.qi@linaro.org>
9461
9462 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9463
9464 2016-12-09 Pedro Alves <palves@redhat.com>
9465
9466 * gdb.base/all-architectures-0.exp: New file.
9467 * gdb.base/all-architectures-1.exp: New file.
9468 * gdb.base/all-architectures-2.exp: New file.
9469 * gdb.base/all-architectures-3.exp: New file.
9470 * gdb.base/all-architectures-4.exp: New file.
9471 * gdb.base/all-architectures-5.exp: New file.
9472 * gdb.base/all-architectures-6.exp: New file.
9473 * gdb.base/all-architectures-7.exp: New file.
9474 * gdb.base/all-architectures.exp.in: New file.
9475
9476 2016-12-09 Yao Qi <yao.qi@linaro.org>
9477
9478 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9479
9480 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9481
9482 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9483 possible.
9484 Remove useless pattern-matching code.
9485
9486 2016-12-02 Pedro Alves <palves@redhat.com>
9487
9488 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9489 procedure.
9490 (top level): Call it.
9491
9492 2016-12-02 Pedro Alves <palves@redhat.com>
9493
9494 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9495 New procedure.
9496 (top level): Call it.
9497
9498 2016-12-02 Pedro Alves <palves@redhat.com>
9499
9500 PR cli/20559
9501 * gdb.base/commands.exp (user_defined_command_args_eval): New
9502 procedure.
9503 (top level): Call it.
9504
9505 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9506
9507 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9508 timeout handling.
9509
9510 2016-12-02 Tom Tromey <tom@tromey.com>
9511
9512 * gdb.dwarf2/main-subprogram.c: New file.
9513 * gdb.dwarf2/main-subprogram.exp: New file.
9514
9515 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9516
9517 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9518 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9519 gdb_test_no_output for a couple of cases.
9520 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9521
9522 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9523
9524 Fix test names and standardize compilation error messages throughout
9525 the following files:
9526
9527 * gdb.ada/start.exp
9528 * gdb.arch/alpha-step.exp
9529 * gdb.arch/e500-prologue.exp
9530 * gdb.arch/ftrace-insn-reloc.exp
9531 * gdb.arch/gdb1291.exp
9532 * gdb.arch/gdb1431.exp
9533 * gdb.arch/gdb1558.exp
9534 * gdb.arch/i386-dr3-watch.exp
9535 * gdb.arch/i386-sse-stack-align.exp
9536 * gdb.arch/ia64-breakpoint-shadow.exp
9537 * gdb.arch/pa-nullify.exp
9538 * gdb.arch/powerpc-aix-prologue.exp
9539 * gdb.arch/thumb-bx-pc.exp
9540 * gdb.base/annota1.exp
9541 * gdb.base/annota3.exp
9542 * gdb.base/arrayidx.exp
9543 * gdb.base/assign.exp
9544 * gdb.base/attach.exp
9545 * gdb.base/auxv.exp
9546 * gdb.base/bang.exp
9547 * gdb.base/bfp-test.exp
9548 * gdb.base/bigcore.exp
9549 * gdb.base/bitfields2.exp
9550 * gdb.base/break-fun-addr.exp
9551 * gdb.base/break-probes.exp
9552 * gdb.base/call-rt-st.exp
9553 * gdb.base/callexit.exp
9554 * gdb.base/catch-fork-kill.exp
9555 * gdb.base/charset.exp
9556 * gdb.base/checkpoint.exp
9557 * gdb.base/comprdebug.exp
9558 * gdb.base/constvars.exp
9559 * gdb.base/coredump-filter.exp
9560 * gdb.base/cursal.exp
9561 * gdb.base/cvexpr.exp
9562 * gdb.base/detach.exp
9563 * gdb.base/display.exp
9564 * gdb.base/dmsym.exp
9565 * gdb.base/dprintf-pending.exp
9566 * gdb.base/dso2dso.exp
9567 * gdb.base/dtrace-probe.exp
9568 * gdb.base/dump.exp
9569 * gdb.base/enum_cond.exp
9570 * gdb.base/exe-lock.exp
9571 * gdb.base/exec-invalid-sysroot.exp
9572 * gdb.base/execl-update-breakpoints.exp
9573 * gdb.base/exprs.exp
9574 * gdb.base/fileio.exp
9575 * gdb.base/find.exp
9576 * gdb.base/finish.exp
9577 * gdb.base/fixsection.exp
9578 * gdb.base/foll-vfork.exp
9579 * gdb.base/frame-args.exp
9580 * gdb.base/gcore.exp
9581 * gdb.base/gdb1250.exp
9582 * gdb.base/global-var-nested-by-dso.exp
9583 * gdb.base/gnu-ifunc.exp
9584 * gdb.base/hashline1.exp
9585 * gdb.base/hashline2.exp
9586 * gdb.base/hashline3.exp
9587 * gdb.base/hbreak-in-shr-unsupported.exp
9588 * gdb.base/huge.exp
9589 * gdb.base/infcall-input.exp
9590 * gdb.base/info-fun.exp
9591 * gdb.base/info-shared.exp
9592 * gdb.base/jit-simple.exp
9593 * gdb.base/jit-so.exp
9594 * gdb.base/jit.exp
9595 * gdb.base/jump.exp
9596 * gdb.base/label.exp
9597 * gdb.base/lineinc.exp
9598 * gdb.base/logical.exp
9599 * gdb.base/longjmp.exp
9600 * gdb.base/macscp.exp
9601 * gdb.base/miscexprs.exp
9602 * gdb.base/new-ui-echo.exp
9603 * gdb.base/new-ui-pending-input.exp
9604 * gdb.base/new-ui.exp
9605 * gdb.base/nodebug.exp
9606 * gdb.base/nofield.exp
9607 * gdb.base/offsets.exp
9608 * gdb.base/overlays.exp
9609 * gdb.base/pending.exp
9610 * gdb.base/pointers.exp
9611 * gdb.base/pr11022.exp
9612 * gdb.base/printcmds.exp
9613 * gdb.base/prologue.exp
9614 * gdb.base/ptr-typedef.exp
9615 * gdb.base/realname-expand.exp
9616 * gdb.base/relativedebug.exp
9617 * gdb.base/relocate.exp
9618 * gdb.base/remote.exp
9619 * gdb.base/reread.exp
9620 * gdb.base/return2.exp
9621 * gdb.base/savedregs.exp
9622 * gdb.base/sep.exp
9623 * gdb.base/sepdebug.exp
9624 * gdb.base/sepsymtab.exp
9625 * gdb.base/set-inferior-tty.exp
9626 * gdb.base/setshow.exp
9627 * gdb.base/shlib-call.exp
9628 * gdb.base/sigaltstack.exp
9629 * gdb.base/siginfo-addr.exp
9630 * gdb.base/signals.exp
9631 * gdb.base/signull.exp
9632 * gdb.base/sigrepeat.exp
9633 * gdb.base/so-impl-ld.exp
9634 * gdb.base/solib-display.exp
9635 * gdb.base/solib-overlap.exp
9636 * gdb.base/solib-search.exp
9637 * gdb.base/solib-symbol.exp
9638 * gdb.base/structs.exp
9639 * gdb.base/structs2.exp
9640 * gdb.base/symtab-search-order.exp
9641 * gdb.base/twice.exp
9642 * gdb.base/unload.exp
9643 * gdb.base/varargs.exp
9644 * gdb.base/watchpoint-solib.exp
9645 * gdb.base/watchpoint.exp
9646 * gdb.base/whatis.exp
9647 * gdb.base/wrong_frame_bt_full.exp
9648 * gdb.btrace/dlopen.exp
9649 * gdb.cell/ea-standalone.exp
9650 * gdb.cell/ea-test.exp
9651 * gdb.cp/dispcxx.exp
9652 * gdb.cp/gdb2384.exp
9653 * gdb.cp/method2.exp
9654 * gdb.cp/nextoverthrow.exp
9655 * gdb.cp/pr10728.exp
9656 * gdb.disasm/am33.exp
9657 * gdb.disasm/h8300s.exp
9658 * gdb.disasm/mn10300.exp
9659 * gdb.disasm/sh3.exp
9660 * gdb.dwarf2/dw2-dir-file-name.exp
9661 * gdb.fortran/complex.exp
9662 * gdb.fortran/library-module.exp
9663 * gdb.guile/scm-pretty-print.exp
9664 * gdb.guile/scm-symbol.exp
9665 * gdb.guile/scm-type.exp
9666 * gdb.guile/scm-value.exp
9667 * gdb.linespec/linespec.exp
9668 * gdb.mi/gdb701.exp
9669 * gdb.mi/gdb792.exp
9670 * gdb.mi/mi-breakpoint-changed.exp
9671 * gdb.mi/mi-dprintf-pending.exp
9672 * gdb.mi/mi-dprintf.exp
9673 * gdb.mi/mi-exit-code.exp
9674 * gdb.mi/mi-pending.exp
9675 * gdb.mi/mi-solib.exp
9676 * gdb.mi/new-ui-mi-sync.exp
9677 * gdb.mi/pr11022.exp
9678 * gdb.mi/user-selected-context-sync.exp
9679 * gdb.opt/solib-intra-step.exp
9680 * gdb.python/py-events.exp
9681 * gdb.python/py-finish-breakpoint.exp
9682 * gdb.python/py-mi.exp
9683 * gdb.python/py-prettyprint.exp
9684 * gdb.python/py-shared.exp
9685 * gdb.python/py-symbol.exp
9686 * gdb.python/py-template.exp
9687 * gdb.python/py-type.exp
9688 * gdb.python/py-value.exp
9689 * gdb.reverse/solib-precsave.exp
9690 * gdb.reverse/solib-reverse.exp
9691 * gdb.server/solib-list.exp
9692 * gdb.stabs/weird.exp
9693 * gdb.threads/reconnect-signal.exp
9694 * gdb.threads/stepi-random-signal.exp
9695 * gdb.trace/actions.exp
9696 * gdb.trace/ax.exp
9697 * gdb.trace/backtrace.exp
9698 * gdb.trace/change-loc.exp
9699 * gdb.trace/deltrace.exp
9700 * gdb.trace/ftrace-lock.exp
9701 * gdb.trace/ftrace.exp
9702 * gdb.trace/infotrace.exp
9703 * gdb.trace/mi-tracepoint-changed.exp
9704 * gdb.trace/packetlen.exp
9705 * gdb.trace/passcount.exp
9706 * gdb.trace/pending.exp
9707 * gdb.trace/range-stepping.exp
9708 * gdb.trace/report.exp
9709 * gdb.trace/stap-trace.exp
9710 * gdb.trace/tfind.exp
9711 * gdb.trace/trace-break.exp
9712 * gdb.trace/trace-condition.exp
9713 * gdb.trace/trace-enable-disable.exp
9714 * gdb.trace/trace-mt.exp
9715 * gdb.trace/tracecmd.exp
9716 * gdb.trace/tspeed.exp
9717 * gdb.trace/tsv.exp
9718 * lib/perftest.exp
9719
9720 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9721
9722 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9723 with gdb_test_no_output.
9724 Use command as test name.
9725
9726 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9727
9728 Fix test names starting with uppercase throughout the files.
9729
9730 * gdb.ada/assign_1.exp
9731 * gdb.ada/boolean_expr.exp
9732 * gdb.base/arrayidx.exp
9733 * gdb.base/del.exp
9734 * gdb.base/gcore-buffer-overflow.exp
9735 * gdb.base/testenv.exp
9736 * gdb.compile/compile.exp
9737 * gdb.python/py-framefilter-invalidarg.exp
9738 * gdb.python/py-framefilter.exp
9739
9740 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9741
9742 Fix test names starting with uppercase throughout the files.
9743
9744 * gdb.ada/array_return.exp
9745 * gdb.ada/expr_delims.exp
9746 * gdb.ada/mi_dyn_arr.exp
9747 * gdb.ada/mi_interface.exp
9748 * gdb.ada/mi_var_array.exp
9749 * gdb.ada/watch_arg.exp
9750 * gdb.arch/alpha-step.exp
9751 * gdb.arch/altivec-regs.exp
9752 * gdb.arch/e500-regs.exp
9753 * gdb.arch/powerpc-d128-regs.exp
9754 * gdb.base/arrayidx.exp
9755 * gdb.base/break.exp
9756 * gdb.base/checkpoint.exp
9757 * gdb.base/debug-expr.exp
9758 * gdb.base/dmsym.exp
9759 * gdb.base/radix.exp
9760 * gdb.base/sepdebug.exp
9761 * gdb.base/testenv.exp
9762 * gdb.base/watch_thread_num.exp
9763 * gdb.base/watchpoint-cond-gone.exp
9764 * gdb.cell/break.exp
9765 * gdb.cell/ea-cache.exp
9766 * gdb.compile/compile.exp
9767 * gdb.cp/gdb2495.exp
9768 * gdb.gdb/selftest.exp
9769 * gdb.gdb/xfullpath.exp
9770 * gdb.go/hello.exp
9771 * gdb.go/integers.exp
9772 * gdb.objc/basicclass.exp
9773 * gdb.pascal/hello.exp
9774 * gdb.pascal/integers.exp
9775 * gdb.python/py-breakpoint.exp
9776 * gdb.python/py-cmd.exp
9777 * gdb.python/py-linetable.exp
9778 * gdb.python/py-xmethods.exp
9779 * gdb.python/python.exp
9780 * gdb.reverse/consecutive-precsave.exp
9781 * gdb.reverse/finish-precsave.exp
9782 * gdb.reverse/i386-precsave.exp
9783 * gdb.reverse/machinestate-precsave.exp
9784 * gdb.reverse/sigall-precsave.exp
9785 * gdb.reverse/solib-precsave.exp
9786 * gdb.reverse/step-precsave.exp
9787 * gdb.reverse/until-precsave.exp
9788 * gdb.reverse/watch-precsave.exp
9789 * gdb.threads/leader-exit.exp
9790 * gdb.threads/pthreads.exp
9791 * gdb.threads/wp-replication.exp
9792 * gdb.trace/actions.exp
9793 * gdb.trace/mi-tsv-changed.exp
9794 * gdb.trace/tsv.exp
9795
9796 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9797
9798 Fix test names starting with uppercase throughout the files.
9799
9800 * gdb.arch/i386-bp_permanent.exp
9801 * gdb.arch/i386-gnu-cfi.exp
9802 * gdb.base/disasm-end-cu.exp
9803 * gdb.base/macscp.exp
9804 * gdb.base/pending.exp
9805 * gdb.base/watch_thread_num.exp
9806 * gdb.cp/exception.exp
9807 * gdb.cp/gdb2495.exp
9808 * gdb.cp/local.exp
9809 * gdb.python/py-evsignal.exp
9810 * gdb.python/python.exp
9811 * gdb.trace/tracecmd.exp
9812
9813 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9814
9815 Fix test names starting with uppercase throughout the files.
9816
9817 * gdb.base/charset.exp
9818 * gdb.base/eval.exp
9819 * gdb.base/multi-forks.exp
9820 * gdb.guile/scm-progspace.exp
9821 * gdb.opencl/datatypes.exp
9822 * gdb.python/py-block.exp
9823 * gdb.python/py-function.exp
9824 * gdb.python/py-symbol.exp
9825 * gdb.python/py-symtab.exp
9826 * gdb.python/py-xmethods.exp
9827 * gdb.reverse/break-precsave.exp
9828 * gdb.reverse/break-reverse.exp
9829 * gdb.reverse/consecutive-precsave.exp
9830 * gdb.reverse/consecutive-reverse.exp
9831 * gdb.reverse/finish-precsave.exp
9832 * gdb.reverse/finish-reverse-bkpt.exp
9833 * gdb.reverse/finish-reverse.exp
9834 * gdb.reverse/fstatat-reverse.exp
9835 * gdb.reverse/getresuid-reverse.exp
9836 * gdb.reverse/i386-precsave.exp
9837 * gdb.reverse/i386-reverse.exp
9838 * gdb.reverse/i386-sse-reverse.exp
9839 * gdb.reverse/i387-stack-reverse.exp
9840 * gdb.reverse/insn-reverse.exp
9841 * gdb.reverse/machinestate-precsave.exp
9842 * gdb.reverse/machinestate.exp
9843 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9844 * gdb.reverse/pipe-reverse.exp
9845 * gdb.reverse/readv-reverse.exp
9846 * gdb.reverse/recvmsg-reverse.exp
9847 * gdb.reverse/rerun-prec.exp
9848 * gdb.reverse/s390-mvcle.exp
9849 * gdb.reverse/sigall-precsave.exp
9850 * gdb.reverse/sigall-reverse.exp
9851 * gdb.reverse/solib-precsave.exp
9852 * gdb.reverse/solib-reverse.exp
9853 * gdb.reverse/step-precsave.exp
9854 * gdb.reverse/step-reverse.exp
9855 * gdb.reverse/time-reverse.exp
9856 * gdb.reverse/until-precsave.exp
9857 * gdb.reverse/until-reverse.exp
9858 * gdb.reverse/waitpid-reverse.exp
9859 * gdb.reverse/watch-precsave.exp
9860 * gdb.reverse/watch-reverse.exp
9861
9862 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9863
9864 Fix test names starting with uppercase throughout the files.
9865
9866 * gdb.arch/i386-mpx-simple_segv.exp
9867 * gdb.arch/i386-mpx.exp
9868 * gdb.arch/i386-permbkpt.exp
9869 * gdb.arch/pa-nullify.exp
9870 * gdb.arch/powerpc-d128-regs.exp
9871 * gdb.arch/vsx-regs.exp
9872 * gdb.base/bfp-test.exp
9873 * gdb.base/break.exp
9874 * gdb.base/breakpoint-shadow.exp
9875 * gdb.base/callfuncs.exp
9876 * gdb.base/charset.exp
9877 * gdb.base/commands.exp
9878 * gdb.base/completion.exp
9879 * gdb.base/dfp-test.exp
9880 * gdb.base/echo.exp
9881 * gdb.base/ending-run.exp
9882 * gdb.base/eval.exp
9883 * gdb.base/expand-psymtabs.exp
9884 * gdb.base/float128.exp
9885 * gdb.base/floatn.exp
9886 * gdb.base/foll-exec-mode.exp
9887 * gdb.base/gdb1056.exp
9888 * gdb.base/gdb11531.exp
9889 * gdb.base/kill-after-signal.exp
9890 * gdb.base/multi-forks.exp
9891 * gdb.base/overlays.exp
9892 * gdb.base/pending.exp
9893 * gdb.base/sepdebug.exp
9894 * gdb.base/testenv.exp
9895 * gdb.base/valgrind-db-attach.exp
9896 * gdb.base/watch_thread_num.exp
9897 * gdb.base/watchpoint-cond-gone.exp
9898 * gdb.base/watchpoint.exp
9899 * gdb.base/watchpoints.exp
9900 * gdb.cp/arg-reference.exp
9901 * gdb.cp/baseenum.exp
9902 * gdb.cp/operator.exp
9903 * gdb.cp/shadow.exp
9904 * gdb.dwarf2/dw2-op-out-param.exp
9905 * gdb.dwarf2/dw2-reg-undefined.exp
9906 * gdb.go/chan.exp
9907 * gdb.go/hello.exp
9908 * gdb.go/integers.exp
9909 * gdb.go/methods.exp
9910 * gdb.go/package.exp
9911 * gdb.guile/scm-parameter.exp
9912 * gdb.guile/scm-progspace.exp
9913 * gdb.guile/scm-value.exp
9914 * gdb.mi/mi-pending.exp
9915 * gdb.mi/user-selected-context-sync.exp
9916 * gdb.multi/multi-attach.exp
9917 * gdb.multi/tids.exp
9918 * gdb.opt/clobbered-registers-O2.exp
9919 * gdb.pascal/floats.exp
9920 * gdb.pascal/integers.exp
9921 * gdb.python/py-block.exp
9922 * gdb.python/py-events.exp
9923 * gdb.python/py-parameter.exp
9924 * gdb.python/py-symbol.exp
9925 * gdb.python/py-symtab.exp
9926 * gdb.python/py-type.exp
9927 * gdb.python/py-value.exp
9928 * gdb.python/py-xmethods.exp
9929 * gdb.python/python.exp
9930 * gdb.reverse/break-precsave.exp
9931 * gdb.reverse/consecutive-precsave.exp
9932 * gdb.reverse/finish-precsave.exp
9933 * gdb.reverse/i386-precsave.exp
9934 * gdb.reverse/machinestate-precsave.exp
9935 * gdb.reverse/sigall-precsave.exp
9936 * gdb.reverse/solib-precsave.exp
9937 * gdb.reverse/step-precsave.exp
9938 * gdb.reverse/until-precsave.exp
9939 * gdb.reverse/watch-precsave.exp
9940 * gdb.server/ext-attach.exp
9941 * gdb.server/ext-restart.exp
9942 * gdb.server/ext-run.exp
9943 * gdb.server/ext-wrapper.exp
9944 * gdb.stabs/gdb11479.exp
9945 * gdb.stabs/weird.exp
9946 * gdb.threads/attach-many-short-lived-threads.exp
9947 * gdb.threads/kill.exp
9948 * gdb.threads/watchpoint-fork.exp
9949
9950 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9951
9952 Fix test names starting with uppercase throughout all the files below.
9953
9954 * gdb.ada/array_return.exp
9955 * gdb.ada/catch_ex.exp
9956 * gdb.ada/info_exc.exp
9957 * gdb.ada/mi_catch_ex.exp
9958 * gdb.ada/mi_dyn_arr.exp
9959 * gdb.ada/mi_ex_cond.exp
9960 * gdb.ada/mi_exc_info.exp
9961 * gdb.ada/mi_interface.exp
9962 * gdb.ada/mi_task_arg.exp
9963 * gdb.ada/mi_task_info.exp
9964 * gdb.ada/mi_var_array.exp
9965 * gdb.arch/alpha-step.exp
9966 * gdb.arch/amd64-disp-step.exp
9967 * gdb.arch/arm-disp-step.exp
9968 * gdb.arch/disp-step-insn-reloc.exp
9969 * gdb.arch/e500-prologue.exp
9970 * gdb.arch/ftrace-insn-reloc.exp
9971 * gdb.arch/gdb1558.exp
9972 * gdb.arch/i386-bp_permanent.exp
9973 * gdb.arch/i386-disp-step.exp
9974 * gdb.arch/i386-float.exp
9975 * gdb.arch/i386-gnu-cfi.exp
9976 * gdb.arch/ia64-breakpoint-shadow.exp
9977 * gdb.arch/mips16-thunks.exp
9978 * gdb.arch/pa-nullify.exp
9979 * gdb.arch/powerpc-aix-prologue.exp
9980 * gdb.arch/powerpc-power.exp
9981 * gdb.arch/ppc-dfp.exp
9982 * gdb.arch/s390-tdbregs.exp
9983 * gdb.arch/spu-info.exp
9984 * gdb.arch/spu-ls.exp
9985 * gdb.arch/thumb-bx-pc.exp
9986 * gdb.base/advance.exp
9987 * gdb.base/annota-input-while-running.exp
9988 * gdb.base/arrayidx.exp
9989 * gdb.base/asmlabel.exp
9990 * gdb.base/async.exp
9991 * gdb.base/attach-wait-input.exp
9992 * gdb.base/auto-connect-native-target.exp
9993 * gdb.base/batch-preserve-term-settings.exp
9994 * gdb.base/bfp-test.exp
9995 * gdb.base/bigcore.exp
9996 * gdb.base/bp-permanent.exp
9997 * gdb.base/break-always.exp
9998 * gdb.base/break-fun-addr.exp
9999 * gdb.base/break-idempotent.exp
10000 * gdb.base/break-main-file-remove-fail.exp
10001 * gdb.base/break-probes.exp
10002 * gdb.base/break-unload-file.exp
10003 * gdb.base/break.exp
10004 * gdb.base/call-ar-st.exp
10005 * gdb.base/call-rt-st.exp
10006 * gdb.base/call-sc.exp
10007 * gdb.base/call-signal-resume.exp
10008 * gdb.base/call-strs.exp
10009 * gdb.base/callexit.exp
10010 * gdb.base/callfuncs.exp
10011 * gdb.base/catch-gdb-caused-signals.exp
10012 * gdb.base/catch-signal-siginfo-cond.exp
10013 * gdb.base/catch-syscall.exp
10014 * gdb.base/compare-sections.exp
10015 * gdb.base/cond-eval-mode.exp
10016 * gdb.base/condbreak-call-false.exp
10017 * gdb.base/consecutive-step-over.exp
10018 * gdb.base/cursal.exp
10019 * gdb.base/disabled-location.exp
10020 * gdb.base/disasm-end-cu.exp
10021 * gdb.base/display.exp
10022 * gdb.base/double-prompt-target-event-error.exp
10023 * gdb.base/dprintf-bp-same-addr.exp
10024 * gdb.base/dprintf-detach.exp
10025 * gdb.base/dprintf-next.exp
10026 * gdb.base/dprintf-non-stop.exp
10027 * gdb.base/dprintf-pending.exp
10028 * gdb.base/dso2dso.exp
10029 * gdb.base/ending-run.exp
10030 * gdb.base/enum_cond.exp
10031 * gdb.base/examine-backward.exp
10032 * gdb.base/exe-lock.exp
10033 * gdb.base/exec-invalid-sysroot.exp
10034 * gdb.base/execl-update-breakpoints.exp
10035 * gdb.base/execution-termios.exp
10036 * gdb.base/fileio.exp
10037 * gdb.base/fixsection.exp
10038 * gdb.base/foll-exec-mode.exp
10039 * gdb.base/foll-exec.exp
10040 * gdb.base/fork-running-state.exp
10041 * gdb.base/frame-args.exp
10042 * gdb.base/fullpath-expand.exp
10043 * gdb.base/func-ptr.exp
10044 * gdb.base/gcore-relro-pie.exp
10045 * gdb.base/gdb1090.exp
10046 * gdb.base/gdb1555.exp
10047 * gdb.base/global-var-nested-by-dso.exp
10048 * gdb.base/gnu-ifunc.exp
10049 * gdb.base/hbreak-in-shr-unsupported.exp
10050 * gdb.base/hbreak-unmapped.exp
10051 * gdb.base/hook-stop.exp
10052 * gdb.base/infcall-input.exp
10053 * gdb.base/info-fun.exp
10054 * gdb.base/info-shared.exp
10055 * gdb.base/interrupt-noterm.exp
10056 * gdb.base/jit-so.exp
10057 * gdb.base/jit.exp
10058 * gdb.base/line-symtabs.exp
10059 * gdb.base/list.exp
10060 * gdb.base/longjmp.exp
10061 * gdb.base/macscp.exp
10062 * gdb.base/max-value-size.exp
10063 * gdb.base/nodebug.exp
10064 * gdb.base/nofield.exp
10065 * gdb.base/overlays.exp
10066 * gdb.base/paginate-after-ctrl-c-running.exp
10067 * gdb.base/paginate-bg-execution.exp
10068 * gdb.base/paginate-inferior-exit.exp
10069 * gdb.base/pending.exp
10070 * gdb.base/pr11022.exp
10071 * gdb.base/printcmds.exp
10072 * gdb.base/ptr-typedef.exp
10073 * gdb.base/ptype.exp
10074 * gdb.base/randomize.exp
10075 * gdb.base/range-stepping.exp
10076 * gdb.base/realname-expand.exp
10077 * gdb.base/relativedebug.exp
10078 * gdb.base/remote.exp
10079 * gdb.base/savedregs.exp
10080 * gdb.base/sepdebug.exp
10081 * gdb.base/set-noassign.exp
10082 * gdb.base/shlib-call.exp
10083 * gdb.base/shreloc.exp
10084 * gdb.base/sigaltstack.exp
10085 * gdb.base/sigbpt.exp
10086 * gdb.base/siginfo-addr.exp
10087 * gdb.base/siginfo-obj.exp
10088 * gdb.base/siginfo-thread.exp
10089 * gdb.base/signest.exp
10090 * gdb.base/signull.exp
10091 * gdb.base/sigrepeat.exp
10092 * gdb.base/skip.exp
10093 * gdb.base/so-impl-ld.exp
10094 * gdb.base/solib-corrupted.exp
10095 * gdb.base/solib-disc.exp
10096 * gdb.base/solib-display.exp
10097 * gdb.base/solib-overlap.exp
10098 * gdb.base/solib-search.exp
10099 * gdb.base/solib-symbol.exp
10100 * gdb.base/source-execution.exp
10101 * gdb.base/sss-bp-on-user-bp-2.exp
10102 * gdb.base/sss-bp-on-user-bp.exp
10103 * gdb.base/stack-checking.exp
10104 * gdb.base/stale-infcall.exp
10105 * gdb.base/step-break.exp
10106 * gdb.base/step-line.exp
10107 * gdb.base/step-over-exit.exp
10108 * gdb.base/step-test.exp
10109 * gdb.base/structs.exp
10110 * gdb.base/sym-file.exp
10111 * gdb.base/symtab-search-order.exp
10112 * gdb.base/term.exp
10113 * gdb.base/type-opaque.exp
10114 * gdb.base/unload.exp
10115 * gdb.base/until-nodebug.exp
10116 * gdb.base/until.exp
10117 * gdb.base/unwindonsignal.exp
10118 * gdb.base/watch-cond.exp
10119 * gdb.base/watch-non-mem.exp
10120 * gdb.base/watch_thread_num.exp
10121 * gdb.base/watchpoint-reuse-slot.exp
10122 * gdb.base/watchpoint-solib.exp
10123 * gdb.base/watchpoint.exp
10124 * gdb.btrace/dlopen.exp
10125 * gdb.cell/arch.exp
10126 * gdb.cell/break.exp
10127 * gdb.cell/bt.exp
10128 * gdb.cell/core.exp
10129 * gdb.cell/data.exp
10130 * gdb.cell/dwarfaddr.exp
10131 * gdb.cell/ea-cache.exp
10132 * gdb.cell/ea-standalone.exp
10133 * gdb.cell/ea-test.exp
10134 * gdb.cell/f-regs.exp
10135 * gdb.cell/fork.exp
10136 * gdb.cell/gcore.exp
10137 * gdb.cell/mem-access.exp
10138 * gdb.cell/ptype.exp
10139 * gdb.cell/registers.exp
10140 * gdb.cell/sizeof.exp
10141 * gdb.cell/solib-symbol.exp
10142 * gdb.cell/solib.exp
10143 * gdb.compile/compile-tls.exp
10144 * gdb.cp/exception.exp
10145 * gdb.cp/gdb2495.exp
10146 * gdb.cp/local.exp
10147 * gdb.cp/mb-inline.exp
10148 * gdb.cp/mb-templates.exp
10149 * gdb.cp/pr10687.exp
10150 * gdb.cp/pr9167.exp
10151 * gdb.cp/scope-err.exp
10152 * gdb.cp/templates.exp
10153 * gdb.cp/virtfunc.exp
10154 * gdb.dwarf2/dw2-dir-file-name.exp
10155 * gdb.dwarf2/dw2-single-line-discriminators.exp
10156 * gdb.fortran/complex.exp
10157 * gdb.fortran/library-module.exp
10158 * gdb.guile/guile.exp
10159 * gdb.guile/scm-cmd.exp
10160 * gdb.guile/scm-frame-inline.exp
10161 * gdb.guile/scm-objfile.exp
10162 * gdb.guile/scm-pretty-print.exp
10163 * gdb.guile/scm-symbol.exp
10164 * gdb.guile/scm-type.exp
10165 * gdb.guile/scm-value.exp
10166 * gdb.linespec/keywords.exp
10167 * gdb.linespec/ls-errs.exp
10168 * gdb.linespec/macro-relative.exp
10169 * gdb.linespec/thread.exp
10170 * gdb.mi/mi-breakpoint-changed.exp
10171 * gdb.mi/mi-dprintf-pending.exp
10172 * gdb.mi/mi-fullname-deleted.exp
10173 * gdb.mi/mi-logging.exp
10174 * gdb.mi/mi-pending.exp
10175 * gdb.mi/mi-solib.exp
10176 * gdb.mi/new-ui-mi-sync.exp
10177 * gdb.mi/user-selected-context-sync.exp
10178 * gdb.multi/dummy-frame-restore.exp
10179 * gdb.multi/multi-arch-exec.exp
10180 * gdb.multi/remove-inferiors.exp
10181 * gdb.multi/watchpoint-multi-exit.exp
10182 * gdb.opt/solib-intra-step.exp
10183 * gdb.perf/backtrace.exp
10184 * gdb.perf/single-step.exp
10185 * gdb.perf/skip-command.exp
10186 * gdb.perf/skip-prologue.exp
10187 * gdb.perf/solib.exp
10188 * gdb.python/lib-types.exp
10189 * gdb.python/py-as-string.exp
10190 * gdb.python/py-bad-printers.exp
10191 * gdb.python/py-block.exp
10192 * gdb.python/py-breakpoint.exp
10193 * gdb.python/py-cmd.exp
10194 * gdb.python/py-events.exp
10195 * gdb.python/py-evthreads.exp
10196 * gdb.python/py-finish-breakpoint.exp
10197 * gdb.python/py-finish-breakpoint2.exp
10198 * gdb.python/py-frame-inline.exp
10199 * gdb.python/py-frame.exp
10200 * gdb.python/py-inferior.exp
10201 * gdb.python/py-infthread.exp
10202 * gdb.python/py-mi.exp
10203 * gdb.python/py-objfile.exp
10204 * gdb.python/py-pp-maint.exp
10205 * gdb.python/py-pp-registration.exp
10206 * gdb.python/py-prettyprint.exp
10207 * gdb.python/py-recurse-unwind.exp
10208 * gdb.python/py-shared.exp
10209 * gdb.python/py-symbol.exp
10210 * gdb.python/py-symtab.exp
10211 * gdb.python/py-template.exp
10212 * gdb.python/py-type.exp
10213 * gdb.python/py-unwind-maint.exp
10214 * gdb.python/py-unwind.exp
10215 * gdb.python/py-value.exp
10216 * gdb.python/python.exp
10217 * gdb.reverse/finish-reverse-bkpt.exp
10218 * gdb.reverse/insn-reverse.exp
10219 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10220 * gdb.reverse/solib-precsave.exp
10221 * gdb.reverse/solib-reverse.exp
10222 * gdb.stabs/gdb11479.exp
10223 * gdb.stabs/weird.exp
10224 * gdb.threads/fork-child-threads.exp
10225 * gdb.threads/fork-plus-threads.exp
10226 * gdb.threads/fork-thread-pending.exp
10227 * gdb.threads/forking-threads-plus-breakpoint.exp
10228 * gdb.threads/hand-call-in-threads.exp
10229 * gdb.threads/interrupted-hand-call.exp
10230 * gdb.threads/linux-dp.exp
10231 * gdb.threads/local-watch-wrong-thread.exp
10232 * gdb.threads/next-while-other-thread-longjmps.exp
10233 * gdb.threads/non-ldr-exit.exp
10234 * gdb.threads/pending-step.exp
10235 * gdb.threads/print-threads.exp
10236 * gdb.threads/process-dies-while-detaching.exp
10237 * gdb.threads/process-dies-while-handling-bp.exp
10238 * gdb.threads/pthreads.exp
10239 * gdb.threads/queue-signal.exp
10240 * gdb.threads/reconnect-signal.exp
10241 * gdb.threads/signal-command-handle-nopass.exp
10242 * gdb.threads/signal-command-multiple-signals-pending.exp
10243 * gdb.threads/signal-delivered-right-thread.exp
10244 * gdb.threads/signal-sigtrap.exp
10245 * gdb.threads/sigthread.exp
10246 * gdb.threads/staticthreads.exp
10247 * gdb.threads/stepi-random-signal.exp
10248 * gdb.threads/thread-unwindonsignal.exp
10249 * gdb.threads/thread_check.exp
10250 * gdb.threads/thread_events.exp
10251 * gdb.threads/tid-reuse.exp
10252 * gdb.threads/tls-nodebug.exp
10253 * gdb.threads/tls-shared.exp
10254 * gdb.threads/tls-so_extern.exp
10255 * gdb.threads/tls.exp
10256 * gdb.threads/wp-replication.exp
10257 * gdb.trace/actions-changed.exp
10258 * gdb.trace/actions.exp
10259 * gdb.trace/backtrace.exp
10260 * gdb.trace/change-loc.exp
10261 * gdb.trace/collection.exp
10262 * gdb.trace/deltrace.exp
10263 * gdb.trace/disconnected-tracing.exp
10264 * gdb.trace/entry-values.exp
10265 * gdb.trace/ftrace-lock.exp
10266 * gdb.trace/ftrace.exp
10267 * gdb.trace/infotrace.exp
10268 * gdb.trace/mi-trace-frame-collected.exp
10269 * gdb.trace/mi-trace-unavailable.exp
10270 * gdb.trace/mi-traceframe-changed.exp
10271 * gdb.trace/mi-tracepoint-changed.exp
10272 * gdb.trace/mi-tsv-changed.exp
10273 * gdb.trace/no-attach-trace.exp
10274 * gdb.trace/packetlen.exp
10275 * gdb.trace/passc-dyn.exp
10276 * gdb.trace/passcount.exp
10277 * gdb.trace/pending.exp
10278 * gdb.trace/pr16508.exp
10279 * gdb.trace/qtro.exp
10280 * gdb.trace/range-stepping.exp
10281 * gdb.trace/read-memory.exp
10282 * gdb.trace/report.exp
10283 * gdb.trace/save-trace.exp
10284 * gdb.trace/signal.exp
10285 * gdb.trace/stap-trace.exp
10286 * gdb.trace/status-stop.exp
10287 * gdb.trace/strace.exp
10288 * gdb.trace/tfile.exp
10289 * gdb.trace/tfind.exp
10290 * gdb.trace/trace-break.exp
10291 * gdb.trace/trace-condition.exp
10292 * gdb.trace/trace-enable-disable.exp
10293 * gdb.trace/trace-mt.exp
10294 * gdb.trace/tracecmd.exp
10295 * gdb.trace/tracefile-pseudo-reg.exp
10296 * gdb.trace/tspeed.exp
10297 * gdb.trace/tstatus.exp
10298 * gdb.trace/tsv.exp
10299 * gdb.trace/unavailable.exp
10300 * gdb.trace/while-dyn.exp
10301 * gdb.trace/while-stepping.exp
10302 * lib/gdb-guile.exp
10303 * lib/gdb.exp
10304 * lib/mi-support.exp
10305 * lib/pascal.exp
10306 * lib/perftest.exp
10307 * lib/prelink-support.exp
10308 * lib/selftest-support.exp
10309
10310 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10311
10312 * Makefile.in: Include disable-implicit-rules.mk.
10313
10314 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10315
10316 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10317 non-byte-aligned bit fields.
10318
10319 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10320
10321 PR gdb/12616
10322 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10323 respects the DW_AT_data_bit_offset attribute.
10324
10325 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10326
10327 * gdb.base/default.exp: Fix output of "set language".
10328
10329 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10330
10331 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10332 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10333 make.
10334 * configure.ac: Remove checks for the make program.
10335 * configure: Re-generate.
10336
10337 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10338
10339 * gdb.python/py-recurse-unwind.c (main): Add loop.
10340 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10341 to read_register() and gdb.parse_and_eval(). Make each code
10342 call a separate case that can be individually tested.
10343 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10344 proc. Call cont_and_backtrace for each of the code paths that
10345 we want to test in the unwinder.
10346
10347 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10348
10349 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10350 the definition of struct S.
10351
10352 2016-11-11 Catherine Moore <clm@codesourcery.com>
10353
10354 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10355
10356 2016-11-09 Pedro Alves <palves@redhat.com>
10357
10358 * gdb.base/commands.exp (runto_or_return): New procedure.
10359 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10360 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10361 (progvar_simple_while_test, progvar_complex_if_while_test)
10362 (if_while_breakpoint_command_test)
10363 (infrun_breakpoint_command_test, breakpoint_command_test)
10364 (user_defined_command_test, watchpoint_command_test)
10365 (test_command_prompt_position, redefine_hook_test)
10366 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10367 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10368 multi_line_input and multi_line. Remove gdb_expect and
10369 gdb_stop_suppressing_tests uses.
10370 * lib/gdb.exp (valnum_re): New global.
10371 (multi_line_input): New procedure.
10372
10373 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10374
10375 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10376 Remove.
10377 (test_setup): Define with proc_with_prefix.
10378 (test_cli_inferior): Likewise.
10379 (test_cli_thread): Likewise.
10380 (test_cli_frame): Likewise.
10381 (test_cli_select_frame): Likewise.
10382 (test_cli_up_down): Likewise.
10383 (test_mi_thread_select): Likewise.
10384 (test_mi_stack_select_frame): Likewise.
10385 (test_cli_in_mi_inferior): Likewise.
10386 (test_cli_in_mi_thread): Likewise.
10387 (test_cli_in_mi_frame): Likewise.
10388 (top level): Do not use with_test_prefix_procname.
10389
10390 2016-11-09 Pedro Alves <palves@redhat.com>
10391
10392 * gdb.base/commands.exp (gdbvar_simple_if_test)
10393 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10394 (progvar_simple_if_test, progvar_simple_while_test)
10395 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10396 (infrun_breakpoint_command_test, breakpoint_command_test)
10397 (user_defined_command_test, watchpoint_command_test)
10398 (test_command_prompt_position, deprecated_command_test)
10399 (bp_deleted_in_command, temporary_breakpoint_commands)
10400 (stray_arg0_test, source_file_with_indented_comment)
10401 (recursive_source_test, if_commands_test)
10402 (error_clears_commands_left, redefine_hook_test)
10403 (redefine_backtrace_test): Use proc_with_prefix.
10404 * lib/gdb.exp (proc_with_prefix): New proc.
10405
10406 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10407
10408 * gdb.base/tui-layout.c: New file.
10409 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10410 disassembly window contains very long lines.
10411
10412 2016-11-08 Tom Tromey <tom@tromey.com>
10413
10414 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10415 depend on Python 2.
10416
10417 2016-11-08 Tom Tromey <tom@tromey.com>
10418
10419 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10420 New method.
10421
10422 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10423
10424 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10425
10426 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10427
10428 * gdb.rust/simple.rs: Add test for univariant enums without
10429 discriminants and for encoded struct-like enums.
10430
10431 2016-10-28 Pedro Alves <palves@redhat.com>
10432
10433 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10434 gdb_test_multiple, tighten regexps and match symtabs and line
10435 tables incrementally.
10436
10437 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10438
10439 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10440 general.
10441
10442 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10443
10444 * gdb.base/exec-invalid-sysroot.exp: New file.
10445
10446 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10447
10448 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10449
10450 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10451
10452 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10453
10454 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10455
10456 * gdb.base/killed-outside.exp: Remove $options from a call to
10457 `prepare_for_testing'.
10458
10459 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10460
10461 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10462 Change test message.
10463
10464 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10465
10466 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10467 Update comment.
10468
10469 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10470
10471 * gdb.trace/mi-trace-save.exp: New file.
10472
10473 2016-10-13 Yao Qi <yao.qi@linaro.org>
10474
10475 * gdb.base/code_elim.exp (get_var_address): Remove.
10476 * gdb.base/relocate.exp: Likewise.
10477 * gdb.base/shreloc.exp: Likewise.
10478 * lib/gdb.exp (get_var_address): New.
10479
10480 2016-10-13 Yao Qi <yao.qi@linaro.org>
10481
10482 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10483 floating point tests if $skip_float_test is false.
10484
10485 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10486
10487 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10488 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10489 argc values.
10490 Add 1 to argc so we guarantee distinct initial/modified argc values.
10491
10492 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10493
10494 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10495
10496 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10497
10498 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10499 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10500 * gdb.arch/vsx-regs.exp: Likewise.
10501
10502 2016-10-07 Yao Qi <yao.qi@linaro.org>
10503
10504 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10505
10506 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10507
10508 * gdb.python/python.exp: Test decode_line("*0").
10509
10510 2016-10-06 Doug Evans <dje@google.com>
10511
10512 * gdb.python/py-value.exp (test_value_creation): Add test for large
10513 unsigned 64-bit value.
10514
10515 2016-10-06 Tom Tromey <tom@tromey.com>
10516
10517 * gdb.compile/compile.exp: Change java tests to rust.
10518 * gdb.base/setshow.exp: Change java tests to rust.
10519 * gdb.base/default.exp: Remove java from language list.
10520 * README (Examples): Update language example.
10521 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10522 test.
10523 * lib/gdb.exp (skip_java_tests): Remove.
10524 * lib/java.exp: Remove.
10525 * gdb.java: Remove.
10526
10527 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10528
10529 * gdb.arch/mips-fcr.exp: New test.
10530 * gdb.arch/mips-fcr.c: Source for the new test.
10531
10532 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10533
10534 * gdb.base/solib-disc.exp: Use `standard_output_file'
10535 throughout.
10536
10537 2016-10-06 Pedro Alves <palves@redhat.com>
10538
10539 * gdb.base/jit-simple-dl.c: New file.
10540 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10541 * gdb.base/jit-simple.c: ... this.
10542 * gdb.base/jit-simple.exp (jit_run): Delete.
10543 (build_jit): New proc.
10544 (jit_test_reread): Recompile either the main program or the shared
10545 library, depending on what is being tested. Skip changing address
10546 if caller wants to. Compare before/after addresses. If testing
10547 standalone, explicitly load the binary. Test "maint info
10548 breakpoints".
10549 (top level): Add "standalone vs shared lib" and "change address"
10550 vs "same address" axes.
10551
10552 2016-10-06 Pedro Alves <palves@redhat.com>
10553
10554 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10555 call.
10556 (jit_run): Delete.
10557 (jit_test_reread): Use with_test_prefix. Reload the main binary
10558 explicitly. Compare the before/after addresses of the JIT
10559 descriptor.
10560
10561 2016-08-15 Doug Evans <dje@google.com>
10562
10563 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10564 for single bitfields is bool.
10565 * gdb.xml/tdesc-regs.exp: Ditto.
10566
10567 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10568
10569 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10570
10571 2016-10-05 Yao Qi <yao.qi@linaro.org>
10572
10573 * lib/gdb.exp (support_complex_tests): Return zero if
10574 gdb_skip_float_test return true.
10575
10576 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10577 Simon Marchi <simon.marchi@ericsson.com>
10578
10579 PR gdb/20487
10580 * gdb.mi/user-selected-context-sync.exp: New file.
10581 * gdb.mi/user-selected-context-sync.c: New file.
10582
10583 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10584 Simon Marchi <simon.marchi@ericsson.com>
10585
10586 PR gdb/20487
10587 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10588 =thread-select-event check.
10589
10590 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10591
10592 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10593 the compulsory L operand changes.
10594 * gdb.arch/powerpc-power.s: Likewise.
10595
10596 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10597
10598 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10599 * gdb.base/jit-attach-pie.c: New file.
10600 * gdb.base/jit-attach-pie.exp: New file.
10601
10602 2016-09-28 Pedro Alves <palves@redhat.com>
10603
10604 * gdb.base/infcall-input.c: New file.
10605 * gdb.base/infcall-input.exp: New file.
10606
10607 2016-09-22 Yao Qi <yao.qi@linaro.org>
10608
10609 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10610 (gdb_exit): Rename it to ...
10611 (gdbserver_gdb_exit): ... Close GDBserver.
10612 (gdb_exit): New proc, call gdbserver_gdb_exit.
10613 (mi_gdb_exit): Likewise.
10614
10615 2016-09-22 Yao Qi <yao.qi@linaro.org>
10616
10617 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10618 path.
10619 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10620 Remove duplication.
10621
10622 2016-09-22 Yao Qi <yao.qi@linaro.org>
10623
10624 * lib/gdbserver-support.exp: Check the existence of
10625 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10626
10627 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10628
10629 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10630
10631 2016-09-21 Tom Tromey <tom@tromey.com>
10632
10633 PR gdb/20604:
10634 * gdb.base/quit.exp: New file.
10635
10636 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10637
10638 * .gitignore: New file.
10639
10640 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10641
10642 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10643 throughout.
10644
10645 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10646
10647 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10648
10649 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10650
10651 * gdb.cp/casts.cc (decltype): Move it ...
10652 (main): ... with its call to ...
10653 * gdb.cp/casts03.cc: ... a new file.
10654 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10655
10656 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10657
10658 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10659
10660 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10661
10662 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10663 and sync up the test with tests in gas/testsuite/gas/ppc.
10664 * gdb.arch/powerpc-power.exp: Likewise.
10665
10666 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10667
10668 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10669
10670 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10671 Jan Kratochvil <jan.kratochvil@redhat.com>
10672
10673 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10674 make m1's definition to be different from m2's. Use 'dummy' as an
10675 argument for probe 'two'.
10676
10677 2016-09-10 Jon Beniston <jon@beniston.com>
10678
10679 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10680 for sim target.
10681
10682 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10683
10684 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10685 variable declaration.
10686 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10687 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10688 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10689 received HWCAP as its argument.
10690
10691 2016-09-06 Pedro Alves <palves@redhat.com>
10692
10693 * gdb.base/new-ui-pending-input.c: New file.
10694 * gdb.base/new-ui-pending-input.exp: New file.
10695 * gdb.exp (clear_gdb_spawn_id): New procedure.
10696 (with_spawn_id): Check whether gdb_spawn_id exists before
10697 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10698 on exit.
10699
10700 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10701
10702 * gdb.base/float128.c: New file.
10703 * gdb.base/float128.exp: Likewise.
10704 * gdb.base/floatn.c: Likewise.
10705 * gdb.base/floatn.exp: Likewise.
10706
10707 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10708
10709 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10710
10711 2016-09-05 Pedro Alves <palves@redhat.com>
10712
10713 PR backtrace/19927
10714 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10715 unwinders are immediately called as side effect of "source" or
10716 "disable unwinder" commands.
10717 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10718
10719 2016-09-02 Yao Qi <yao.qi@linaro.org>
10720
10721 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10722 is true and $type is "float" or "double".
10723
10724 2016-09-02 Yao Qi <yao.qi@linaro.org>
10725
10726 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10727 true.
10728 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10729 * gdb.base/call-rt-st.exp: Likewise.
10730 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10731 return value instead of gdb,skip_float_test.
10732 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10733 (do_function_calls): Use its return value instead of
10734 gdb,skip_float_test.
10735 * gdb.base/finish.exp: Likewise.
10736 * gdb.base/funcargs.exp: Likewise.
10737 * gdb.base/return.exp: Likewise.
10738 * gdb.base/return2.exp: Likewise.
10739 * gdb.base/varargs.exp: Likewise.
10740 * lib/gdb.exp (gdb_skip_float_test): Change it to
10741 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10742
10743 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10744
10745 * gdb.multi/tids.exp: Test "thread apply all".
10746
10747 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10748
10749 * gdb.base/default.exp (tty): Remove.
10750
10751 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10752
10753 * gdb.python/py-recurse-unwind.c: New file.
10754 * gdb.python/py-recurse-unwind.py: New file.
10755 * gdb.python/py-recurse-unwind.exp: New file.
10756
10757 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10758
10759 * gdb.base/set-inferior-tty.exp: New file.
10760 * gdb.base/set-inferior-tty.c: New file.
10761
10762 2016-08-23 Pedro Alves <palves@redhat.com>
10763
10764 PR gdb/20494
10765 * gdb.base/new-ui-echo.c: New file.
10766 * gdb.base/new-ui-echo.exp: New file.
10767
10768 2016-08-23 Yao Qi <yao.qi@linaro.org>
10769
10770 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10771 gdbserver_spawn.
10772 * gdb.server/connect-without-multi-process.exp (do_test):
10773 Likewise.
10774
10775 2016-08-23 Yao Qi <yao.qi@linaro.org>
10776
10777 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10778 standalone_txt. Delete gdb_txt and standalone_txt on host
10779 and target. Spawn the binary on target. Copy files from
10780 target to host.
10781
10782 2016-08-22 Pedro Alves <palves@redhat.com>
10783
10784 PR gdb/20505
10785 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10786 with_test_prefix. Factor out bits to ...
10787 (test_no_vdso): ... this new procedure.
10788
10789 2016-08-19 Carl Love <cel@us.ibm.com>
10790
10791 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10792 maintaining separate logic for constructing the output path.
10793 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10794 * gdb.arch/ppc-dfp.exp: Likewise.
10795 * gdb.arch/ppc-fp.exp: Likewise.
10796 * gdb.arch/vsx-regs.exp: Likewise.
10797 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10798 binprefix for generating the additional binary files.
10799
10800 2016-08-19 Pedro Alves <palves@redhat.com>
10801
10802 * gdb.trace/mi-trace-frame-collected.exp
10803 (test_trace_frame_collected): On x32, expect two registers.
10804
10805 2016-08-18 Carl Love <cel@us.ibm.com>
10806
10807 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10808 and sync up the test with tests in gas/testsuite/gas/ppc.
10809 * gdb.arch/powerpc-power.exp: Likewise.
10810
10811 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10812
10813 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10814 expected error message.
10815
10816 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10817
10818 * gdb.multi/remove-inferiors.exp: New file.
10819 * gdb.multi/remove-inferiors.c: New file.
10820
10821 2016-08-12 Yao Qi <yao.qi@linaro.org>
10822
10823 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10824 argument list.
10825
10826 2016-08-10 Pedro Alves <palves@redhat.com>
10827
10828 PR gdb/19187
10829 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10830 setup_kfails.
10831
10832 2016-08-09 Pedro Alves <palves@redhat.com>
10833 Simon Marchi <simon.marchi@ericsson.com>
10834
10835 PR gdb/20418
10836 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10837 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10838
10839 2016-08-09 Pedro Alves <palves@redhat.com>
10840
10841 PR mi/20431
10842 * gdb.mi/mi-cmd-error.exp: New file.
10843
10844 2016-08-09 Pedro Alves <palves@redhat.com>
10845
10846 PR gdb/18653
10847 * gdb.base/signals-state-child.c: New file.
10848 * gdb.base/signals-state-child.exp: New file.
10849 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10850
10851 2016-08-09 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10854
10855 2016-08-03 Tom Tromey <tom@tromey.com>
10856
10857 PR python/18565:
10858 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10859
10860 2016-08-01 Yao Qi <yao.qi@linaro.org>
10861
10862 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10863 variable mode to "multi-process" if $multi_process is 1, otherwise
10864 set it to "single-process".
10865
10866 2016-08-01 Yao Qi <yao.qi@linaro.org>
10867
10868 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10869 * gdb.cp/cpexprs.exp: Likewise.
10870 * gdb.cp/m-static.exp: Likewise.
10871
10872 2016-07-26 Tom Tromey <tom@tromey.com>
10873
10874 PR python/20190:
10875 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10876 test.
10877
10878 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10879
10880 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10881 selecting assembly source files.
10882 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10883 assembly source files.
10884 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10885 assembly source files.
10886 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10887 selecting assembly source files.
10888
10889 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10890
10891 * gdb.base/new-ui.exp (do_test_invalid_args): New
10892 procedure.
10893
10894 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10895
10896 * gdb.btrace/reconnect.c: New file.
10897 * gdb.btrace/reconnect.exp: New file.
10898
10899 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10900
10901 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10902 to test_catch_syscall_group.
10903 (test_catch_syscall_group): New.
10904
10905 2016-07-21 Tom Tromey <tom@tromey.com>
10906
10907 * gdb.rust/simple.rs (main): Use empty struct expression.
10908 * gdb.rust/simple.exp: Add tests for empty struct expression.
10909
10910 2016-07-21 Yao Qi <yao.qi@linaro.org>
10911
10912 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10913 if gdb_skip_xml_test is true on some targets.
10914
10915 2016-07-21 Yao Qi <yao.qi@linaro.org>
10916
10917 * gdb.server/solib-list.exp: Unset last_loaded_file.
10918
10919 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10920
10921 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10922 "step into captured_main (args)".
10923
10924 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10925
10926 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10927
10928 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10929
10930 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10931
10932 2016-07-19 Pedro Alves <palves@redhat.com>
10933
10934 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10935 * gdb.opt/inline-bt.exp: Likewise.
10936 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10937 additional_flags=-Winline.
10938 * gdb.opt/inline-locals.exp: Likewise.
10939 * gdb.opt/inline-markers.c (ATTR): Define.
10940 (inlined_fn): Use it.
10941
10942 2016-07-19 Yao Qi <yao.qi@linaro.org>
10943
10944 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10945 (test_with_self): Remove some code. Remove argument executable.
10946 (top-level): Use do_self_tests.
10947
10948 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10949 Don Breazeal <donb@codesourcery.com>
10950
10951 * gdb.base/maint.exp: Escape paths used in regular expressions.
10952 * gdb.stabs/weird.exp: Likewise.
10953
10954 2016-07-13 Tom Tromey <tom@tromey.com>
10955
10956 PR python/15620, PR python/18620:
10957 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10958 (test_bkpt_events): New procs.
10959
10960 2016-07-13 Tom Tromey <tom@tromey.com>
10961
10962 PR python/17698:
10963 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10964 test.
10965 (test_watchpoints): Likewise.
10966 (test_bkpt_pending): New proc.
10967
10968 2016-07-13 Tom Tromey <tom@tromey.com>
10969
10970 PR cli/18053:
10971 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10972 completion test.
10973
10974 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10975
10976 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10977 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10978 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10979 f_label.
10980 (g): Rename g_end_lbl to g_label.
10981 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10982 low_pc and high_pc.
10983 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10984
10985 2016-07-12 Tom Tromey <tom@tromey.com>
10986
10987 PR python/19293:
10988 * gdb.python/py-unwind-maint.exp: Update tests.
10989
10990 2016-07-12 Yao Qi <yao.qi@linaro.org>
10991
10992 * lib/selftest-support.exp (selftest_setup): Match the output
10993 when captured_main is inlined.
10994
10995 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10996
10997 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10998 New variables.
10999 (print this%a, print this%b, print this): New tests.
11000 * gdb.fortran/derived-types.f90 (this): New object and
11001 initialization.
11002
11003 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11004
11005 * gdb.ada/arraydim.exp: Remove extra directory level in build
11006 directory.
11007
11008 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11009
11010 * lib/ada.exp: Remove extra directory level in build directory.
11011 * gdb.ada/cond_lang.exp: Likewise.
11012 * gdb.ada/exec_changed.exp: Likewise.
11013 * gdb.ada/lang_switch.exp: Likewise.
11014
11015 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11016
11017 * simple.rs: Add test for raw pointer subscripting.
11018 * simple.exp: Add test expectations.
11019
11020 2016-07-05 Yao Qi <yao.qi@linaro.org>
11021
11022 * gdb.mi/mi-reverse.exp: Match =record-started output.
11023
11024 2016-07-01 Pedro Alves <palves@redhat.com>
11025
11026 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11027 procedure.
11028 (jit_reader_test): Test the jit reader's unwinder.
11029 * gdb.base/jithost.c (jit_function_00_code): New global.
11030 (main): Use memcpy to fill in the mmapped code, instead of poking
11031 bytes manually here.
11032 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11033 value.
11034 (read_debug_info): Save the function's range.
11035 (read_sp): New function.
11036 (unwind_frame): Use it. Also unwind RBP.
11037 (get_frame_id): Use read_sp.
11038 (gdb_init_reader): Use calloc instead of malloc.
11039 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11040 parameter. Use gdb_test_multiple.
11041
11042 2016-07-01 Pedro Alves <palves@redhat.com>
11043 Antoine Tremblay <antoine.tremblay@ericsson.com>
11044
11045 * gdb.threads/process-dies-while-detaching.c: New file.
11046 * gdb.threads/process-dies-while-detaching.exp: New file.
11047
11048 2016-07-01 Pedro Alves <palves@redhat.com>
11049
11050 * gdb.multi/watchpoint-multi-exit.c: New file.
11051 * gdb.multi/watchpoint-multi-exit.exp: New file.
11052
11053 2016-06-30 Pedro Alves <palves@redhat.com>
11054
11055 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11056 unset inferior_spawn_id.
11057
11058 2016-06-30 Pedro Alves <palves@redhat.com>
11059
11060 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11061 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11062
11063 2016-06-29 Yao Qi <yao.qi@linaro.org>
11064
11065 * gdb.base/return.c: Add copyright header.
11066
11067 2016-06-29 Tom Tromey <tom@tromey.com>
11068
11069 PR python/20129:
11070 * gdb.python/py-framefilter.exp: Add tests for setting priority
11071 and disabling of non-existent frame filter.
11072
11073 2016-06-29 Yao Qi <yao.qi@linaro.org>
11074
11075 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11076 0x0f07ff.
11077
11078 2016-06-28 Yao Qi <yao.qi@linaro.org>
11079
11080 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11081 triplets. Start gdb, execute catch syscall, and continue. Check
11082 gdb's output to determine catch syscall is supported.
11083
11084 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11085
11086 * gdb.rust/simple.rs: Add test for returning unit in a function.
11087 * gdb.rust/simple.exp: Add expectation for functions returning
11088 unit.
11089
11090 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11091
11092 * gdb.python/py-breakpoint-create-fail.c,
11093 gdb.python/py-breakpoint-create-fail.exp,
11094 gdb.python/py-breakpoint-create-fail.py: New testcase.
11095
11096 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11097
11098 PR gdb/20239
11099 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11100 * gdb.rust/simple.exp: Add test expectations for new NonZero
11101 tests.
11102
11103 2016-06-24 David Taylor <dtaylor@emc.com>
11104
11105 * gdb.base/offsets.exp: New file.
11106 * gdb.base/offsets.c: New file.
11107
11108 2016-06-23 Tom Tromey <tom@tromey.com>
11109
11110 PR gdb/16483:
11111 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11112 before any filters are loaded.
11113
11114 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11115
11116 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11117 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11118 structs.
11119 * gdb.fortran/derived-type-function.exp: New file.
11120 * gdb.fortran/derived-type-function.f90: New file.
11121
11122
11123 2016-06-21 Pedro Alves <palves@redhat.com>
11124
11125 * gdb.base/new-ui.exp: New file.
11126 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11127 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11128 (with_spawn_id): New procedure.
11129
11130 2016-06-21 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.mi/mi-exec-run.exp: New file.
11133
11134 2016-06-21 Pedro Alves <palves@redhat.com>
11135
11136 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11137 breakpoint command's output on the main UI.
11138 (test_break): New procedure, factored out from calls in the top
11139 level.
11140 (top level): Use foreach_with_prefix to test MI as main UI and as
11141 separate UI.
11142
11143 2016-06-21 Pedro Alves <palves@redhat.com>
11144
11145 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11146 (test_awatch_creation_and_listing)
11147 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11148 Remove 'type' parameter.
11149 (test_watchpoint_all): New parameter mi_mode. Remove
11150 with_test_prefix.
11151 (top level): Use foreach_with_prefix, and add main/separate UI MI
11152 testing axis.
11153
11154 2016-06-21 Pedro Alves <palves@redhat.com>
11155
11156 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11157 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11158 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11159 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11160 (gdb_main_spawn_id, mi_spawn_id): Declare and
11161 comment.
11162 (mi_create_inferior_pty): New procedure,
11163 factored out from default_mi_gdb_start.
11164 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11165 procedures.
11166 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11167 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11168 Use mi_create_inferior_pty.
11169 (mi_gdb_start): Use eval to pass down args list.
11170
11171 2016-06-21 Pedro Alves <palves@redhat.com>
11172
11173 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11174 * gdb.opt/inline-cmds.exp: Add MI tests.
11175
11176 2016-06-21 Pedro Alves <palves@redhat.com>
11177
11178 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11179
11180 2016-06-21 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11183 (top level): Use it instead of mi_execute_to.
11184
11185 2016-06-21 Pedro Alves <palves@redhat.com>
11186
11187 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11188 (cont_handler_str): New.
11189 (signal_stop_handler): Set stop_handler_str instead of printing to
11190 stdout.
11191 (continue_handler): Set cont_handler_str instead of printing to
11192 stdout.
11193 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11194 mi_send_resuming_command. Print stop_handler_str and
11195 cont_handler_str instead of expecting the python events print
11196 directly.
11197
11198 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11199
11200 * gdb.base/jit-reader.exp: New file.
11201 * gdb.base/jithost.c: New file.
11202 * gdb.base/jithost.h: New file.
11203 * gdb.base/jitreader.c : New file.
11204 * gdb.base/jit-protocol.h: New file.
11205
11206 2016-06-17 Yao Qi <yao.qi@linaro.org>
11207
11208 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11209 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11210 and detach-on-fork. Adjust tests.
11211 (top level): Invoke break_cond_on_syscall with combinations of
11212 syscall, follow-fork-mode and detach-on-fork.
11213
11214 2016-06-17 Yao Qi <yao.qi@linaro.org>
11215
11216 * gdb.base/step-over-exit.c: New.
11217 * gdb.base/step-over-exit.exp: New.
11218
11219 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11220
11221 * gdb.base/float.exp: Add target check for nds32*-*-*.
11222 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11223
11224 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11225
11226 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11227 for unsupported target features.
11228 * gdb.base/call-rt-st.exp: Likewise.
11229 * gdb.base/call-sc.exp: Likewise.
11230 * gdb.base/call-signal-resume.exp: Likewise.
11231 * gdb.base/call-strs.exp: Likewise.
11232 * gdb.base/callexit.exp: Likewise.
11233 * gdb.base/callfuncs.exp: Likewise.
11234 * gdb.base/nodebug.exp: Likewise.
11235 * gdb.base/printcmds.exp: Likewise.
11236 * gdb.base/ptype.exp: Likewise.
11237 * gdb.base/structs.exp: Likewise.
11238 * gdb.base/unwindonsignal.exp: Likewise.
11239 * gdb.cp/gdb2495.exp: Likewise.
11240 * gdb.cp/templates.exp: Likewise.
11241 * gdb.cp/virtfunc.exp: Likewise.
11242 * gdb.threads/hand-call-in-threads.exp: Likewise.
11243 * gdb.threads/interrupted-hand-call.exp: Likewise.
11244 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11245
11246 2016-06-10 Tom Tromey <tom@tromey.com>
11247
11248 PR rust/20110:
11249 * gdb.rust/expr.exp: Add test for integer constant larger than
11250 i32.
11251
11252 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11253
11254 * gdb.fortran/nested-funcs.exp: New.
11255 * gdb.fortran/nested-funcs.f90: New.
11256
11257 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11258
11259 * gdb.base/examine-backward.c: New file.
11260 * gdb.base/examine-backward.exp: New file.
11261
11262 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11263
11264 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11265 matching.
11266
11267 2016-06-02 Tom Tromey <tom@tromey.com>
11268
11269 PR python/18984:
11270 * gdb.python/py-shared.exp: Add solib_name test.
11271
11272 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11273
11274 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11275
11276 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11277
11278 PR c++/19893
11279 * gdb.dwarf2/implref.exp: Rename to...
11280 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11281 * gdb.dwarf2/implref-array.c: New file.
11282 * gdb.dwarf2/implref-array.exp: Likewise.
11283 * gdb.dwarf2/implref-global.c: Likewise.
11284 * gdb.dwarf2/implref-global.exp: Likewise.
11285 * gdb.dwarf2/implref-struct.c: Likewise.
11286 * gdb.dwarf2/implref-struct.exp: Likewise.
11287
11288 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11289
11290 * gdb.trace/trace-condition.exp: Add 64bit tests.
11291
11292 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11293
11294 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11295 bits types.
11296 (main): Adapt to 8 to 64 bits types.
11297 * gdb.trace/trace-condition.exp: Add new tests.
11298
11299 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11300
11301 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11302
11303 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11304
11305 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11306 Move condition tests...
11307 * gdb.trace/trace-condition.exp: Here.
11308
11309 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11310
11311 * gdb.trace/trace-condition.exp: Add counter-case tests.
11312
11313 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11314
11315 PR c++/15231
11316 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11317 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11318
11319 2016-05-27 Pedro Alves <palves@redhat.com>
11320
11321 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11322 New procedure.
11323 (top level): Call it, and bail out of DejaGnu is known to be bad.
11324
11325 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11326
11327 * gdb.base/whatis.c: Extend the test case.
11328 * gdb.base/whatis.exp: Add additional tests.
11329
11330 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11331
11332 * gdb.fortran/type.f90: Add pointer variable.
11333 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11334
11335 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11336
11337 * gdb.fortran/vla-type.exp: Fix testcase name.
11338
11339 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11340
11341 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11342
11343 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11344
11345 * gdb.fortran/type.f90: Add nested structures.
11346 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11347 * gdb.fortran/derived-type.exp: Adapt expected output.
11348 * gdb.fortran/vla-type.exp: Adapt expected output.
11349
11350 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11351
11352 * gdb.fortran/whatis_type.exp: Adapt expected output.
11353
11354 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11355
11356 * gdb.fortran/print_type.exp: Fix expected output.
11357 * gdb.fortran/whatis_type.exp: Fix expected output.
11358
11359 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11360
11361 * gdb.fortran/whatis_type.exp: Use multi_line.
11362
11363 2016-05-24 Tom Tromey <tom@tromey.com>
11364
11365 PR python/17386:
11366 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11367 use value as an index.
11368
11369 2016-05-23 Tom Tromey <tom@tromey.com>
11370
11371 PR python/17981:
11372 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11373 no-breakpoint case.
11374
11375 2016-05-24 Pedro Alves <palves@redhat.com>
11376
11377 PR gdb/19828
11378 * gdb.threads/clone-attach-detach.c: New file.
11379 * gdb.threads/clone-attach-detach.exp: New file.
11380
11381 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11382
11383 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11384
11385 2016-05-23 Tom Tromey <tom@tromey.com>
11386
11387 PR python/19438, PR python/18393:
11388 * gdb.python/py-progspace.exp: Add "dir" test.
11389 * gdb.python/py-objfile.exp: Add "dir" test.
11390
11391 2016-05-23 Yao Qi <yao.qi@linaro.org>
11392
11393 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11394 * gdb.arch/thumb2-it.exp: Likewise.
11395
11396 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11397
11398 * gdb.mi/mi-threads-interrupt.c: New file.
11399 * gdb.mi/mi-threads-interrupt.exp: New file.
11400
11401 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11402
11403 PR gdb/18077
11404 * gdb.mi/mi-async-run.exp: New file.
11405 * gdb.mi/mi-async-run.c: New file.
11406
11407 2016-05-17 Tom Tromey <tom@tromey.com>
11408 Manish Goregaokar <manishsmail@gmail.com>
11409
11410 * lib/rust-support.exp: New file.
11411 * lib/gdb.exp (skip_rust_tests): New proc.
11412 (build_executable_from_specs): Handle rust.
11413 * lib/future.exp (gdb_find_rustc): New proc.
11414 (gdb_default_target_compile): Handle rust.
11415 * gdb.rust/expr.exp: New file.
11416 * gdb.rust/generics.exp: New file.
11417 * gdb.rust/generics.rs: New file.
11418 * gdb.rust/methods.exp: New file.
11419 * gdb.rust/methods.rs: New file.
11420 * gdb.rust/modules.exp: New file.
11421 * gdb.rust/modules.rs: New file.
11422 * gdb.rust/simple.exp: New file.
11423 * gdb.rust/simple.rs: New file.
11424
11425 2016-05-17 Tom Tromey <tom@tromey.com>
11426
11427 * gdb.base/default.exp (set language): Add rust.
11428
11429 2016-05-17 Tom Tromey <tom@tromey.com>
11430
11431 * gdb.gdb/unittest.exp: New file.
11432
11433 2016-05-16 Yao Qi <yao.qi@linaro.org>
11434
11435 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11436 shell_prompt. Update shell_prompt_re.
11437
11438 2016-05-12 Doug Evans <dje@google.com>
11439
11440 PR symtab/19999
11441 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11442 $options when building executable.
11443 * gdb.dwarf2/fission-loclists-pie.S: New file.
11444 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11445
11446 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11447
11448 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11449 of [is_remote target],
11450
11451 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11452
11453 * lib/gdb.exp (use_gdb_stub): New procedure.
11454
11455 2016-05-03 Yunlian Jiang <yunlian@google.com>
11456 Doug Evans <dje@google.com>
11457
11458 PR symtab/19914
11459 * gdb.dwarf2/dwp-sepdebug.c: New file.
11460 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11461
11462 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11463
11464 * gdb.base/detach.exp: Remove is_remote check.
11465
11466 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11467
11468 * gdb.base/annota-input-while-running.exp: Don't check for
11469 [is_remote target]. Enable annotations after running to main.
11470 Remove unused "set test..." line.
11471
11472 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11473
11474 * gdb.trace/trace-enable-disable.exp: New file.
11475 * gdb.trace/trace-enable-disable.c: New file.
11476
11477 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11478
11479 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11480 use it in info sharedlibrary test.
11481 * gdb.trace/ftrace-lock.exp: Likewise.
11482 * gdb.trace/ftrace.exp: Likewise.
11483 * gdb.trace/range-stepping.exp: Likewise.
11484 * gdb.trace/trace-break.exp: Likewise.
11485 * gdb.trace/trace-condition.exp: Likewise.
11486 * gdb.trace/trace-mt.exp: Likewise.
11487
11488 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11489
11490 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11491 (gdb_load_shlib): ... this.
11492 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11493 gdb_load_shlib.
11494 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11495 * gdb.base/ctxobj.exp: Likewise.
11496 * gdb.base/dprintf-pending.exp: Likewise.
11497 * gdb.base/dso2dso.exp: Likewise.
11498 * gdb.base/fixsection.exp: Likewise.
11499 * gdb.base/gcore-relro.exp: Likewise.
11500 * gdb.base/gdb1555.exp: Likewise.
11501 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11502 * gdb.base/gnu-ifunc.exp: Likewise.
11503 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11504 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11505 * gdb.base/pending.exp: Likewise.
11506 * gdb.base/print-file-var.exp: Likewise.
11507 * gdb.base/print-symbol-loading.exp: Likewise.
11508 * gdb.base/shlib-call.exp: Likewise.
11509 * gdb.base/shreloc.exp: Likewise.
11510 * gdb.base/so-impl-ld.exp: Likewise.
11511 * gdb.base/solib-disc.exp: Likewise.
11512 * gdb.base/solib-nodir.exp: Likewise.
11513 * gdb.base/solib-overlap.exp: Likewise.
11514 * gdb.base/solib-symbol.exp: Likewise.
11515 * gdb.base/solib-weak.exp (do_test): Likewise.
11516 * gdb.base/sym-file.exp: Likewise.
11517 * gdb.base/symtab-search-order.exp: Likewise.
11518 * gdb.base/type-opaque.exp: Likewise.
11519 * gdb.base/unload.exp: Likewise.
11520 * gdb.base/watchpoint-solib.exp: Likewise.
11521 * gdb.compile/compile.exp: Likewise.
11522 * gdb.cp/gdb2384.exp: Likewise.
11523 * gdb.cp/infcall-dlopen.exp: Likewise.
11524 * gdb.cp/re-set-overloaded.exp: Likewise.
11525 * gdb.fortran/library-module.exp: Likewise.
11526 * gdb.opt/solib-intra-step.exp: Likewise.
11527 * gdb.python/py-finish-breakpoint.exp: Likewise.
11528 * gdb.python/py-shared.exp: Likewise.
11529 * gdb.reverse/solib-precsave.exp: Likewise.
11530 * gdb.reverse/solib-reverse.exp: Likewise.
11531 * gdb.server/solib-list.exp: Likewise.
11532 * gdb.threads/dlopen-libpthread.exp: Likewise.
11533 * gdb.threads/tls-shared.exp: Likewise.
11534 * gdb.threads/tls-so_extern.exp: Likewise.
11535 * gdb.trace/change-loc.exp: Likewise.
11536 * gdb.trace/ftrace-lock.exp: Likewise.
11537 * gdb.trace/ftrace.exp: Likewise.
11538 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11539 * gdb.trace/pending.exp: Likewise.
11540 * gdb.trace/range-stepping.exp: Likewise.
11541 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11542 (strace_info_marker): Likewise.
11543 (strace_probe_marker): Likewise.
11544 (strace_trace_on_same_addr): Likewise.
11545 (strace_trace_on_diff_addr): Likewise.
11546 * gdb.trace/trace-break.exp: Likewise.
11547 * gdb.trace/trace-condition.exp: Likewise.
11548 * gdb.trace/trace-mt.exp: Likewise.
11549
11550 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11551
11552 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11553 result of gdb_remote_download.
11554 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11555 * gdb.base/dso2dso.exp: Likewise.
11556 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11557 * gdb.base/print-file-var.exp: Likewise.
11558 * gdb.base/shlib-call.exp: Likewise.
11559 * gdb.base/shreloc.exp: Likewise.
11560 * gdb.base/solib-overlap.exp: Likewise.
11561 * gdb.base/solib-weak.exp (do_test): Likewise.
11562 * gdb.base/unload.exp: Likewise.
11563
11564 2016-04-27 Yao Qi <yao.qi@linaro.org>
11565
11566 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11567 exists.
11568
11569 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11570
11571 * vla-type.exp: Print structure from toplevel.
11572
11573 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11574
11575 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11576 of dynamic types.
11577 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11578 of dynamic types.
11579
11580 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11581
11582 * gdb.fortran/vla-type.f90: New file.
11583 * gdb.fortran/vla-type.exp: New file.
11584
11585 2016-04-25 Yao Qi <yao.qi@linaro.org>
11586
11587 * gdb.base/branch-to-self.c: New file.
11588 * gdb.base/branch-to-self.exp: New file.
11589
11590 2016-04-22 Yao Qi <yao.qi@linaro.org>
11591
11592 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11593 more after $hex.
11594
11595 2016-04-22 Yao Qi <yao.qi@linaro.org>
11596
11597 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11598 * gdb.base/annota3.exp: Likewise.
11599
11600 2016-04-22 Yao Qi <yao.qi@linaro.org>
11601
11602 * gdb.reverse/step-precsave.exp: Do one step and test program
11603 stops in "callee" and do multiple steps until program goes out
11604 of "callee".
11605 * gdb.reverse/step-reverse.exp: Likewise.
11606
11607 2016-04-22 Yao Qi <yao.qi@linaro.org>
11608
11609 * gdb.trace/signal.exp: Also pass if
11610 $tracepoint_hits($i) > $iterations.
11611
11612 2016-04-22 Yao Qi <yao.qi@linaro.org>
11613
11614 * gdb.trace/signal.c: New file.
11615 * gdb.trace/signal.exp: New file.
11616
11617 2016-04-19 Doug Evans <xdje42@gmail.com>
11618
11619 * gdb.base/bad-file.exp: New file.
11620
11621 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11622
11623 * gdb.dwarf2/implref.exp: New file.
11624
11625 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11626
11627 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11628 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11629 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11630 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11631 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11632 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11633 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11634 * lib/fortran.exp (fortran_int4): New procedure.
11635 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11636 (fortran_logical4): Likewise.
11637
11638 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11639
11640 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11641
11642 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11643
11644 * lib/compiler.c: Add Intel specific preprocessor macros.
11645 * lib/compiler.cc: Likewise.
11646
11647 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11648
11649 * gdb.server/connect-with-no-symbol-file.c: New file.
11650 * gdb.server/connect-with-no-symbol-file.exp: New file.
11651
11652 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11653
11654 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11655
11656 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11657
11658 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11659 standard output directory.
11660
11661 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11662
11663 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11664
11665 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11666
11667 * gdb.btrace/instruction_history.c (loop): Add declaration.
11668
11669 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11670
11671 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11672
11673 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11674
11675 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11676 parentheses to print.
11677 (continue_handler): Likewise.
11678
11679 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11680
11681 * gdb.server/solib-list.exp: Remove is_remote check.
11682 Pass shlib= to gdb_compile. Don't link shared library with
11683 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11684 Run binary filename through "readlink -f" on the target.
11685
11686 2016-04-08 Pedro Alves <palves@redhat.com>
11687
11688 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11689 interpreter filename as argument to gdbserver_spawn.
11690 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11691 Return empty if $last_loaded_file does not exist.
11692
11693 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11694
11695 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11696 * gdb.base/jit-main.c: Use exit after usage.
11697
11698 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11699
11700 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11701 GDBHISTSIZE prior to the tests.
11702 * gdb.base/gdbinit-history.exp: Likewise.
11703
11704 2016-04-07 Pedro Alves <palves@redhat.com>
11705
11706 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11707 instead of build_executable. Use gdb_load_shlibs.
11708
11709 2016-04-07 Yao Qi <yao.qi@linaro.org>
11710
11711 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11712 Execute "si" command.
11713
11714 2016-04-07 Yao Qi <yao.qi@linaro.org>
11715
11716 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11717 number instead of the comments on some line.
11718
11719 2016-04-06 Don Breazeal <donb@codesourcery.com>
11720
11721 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11722 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11723
11724 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11725
11726 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11727 standard_output_file. Remove unused binfile variable.
11728
11729 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11730
11731 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11732 * gdb.python/py-mi-objfile.exp: Match "list main" output
11733 in console format.
11734
11735 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11736
11737 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11738 absolute.
11739
11740 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11741
11742 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11743 absolute.
11744 * gdb.trace/ftrace.exp: Likewise.
11745 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11746 targets as well.
11747 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11748 (gdb_load_shlibs): Copy libraries to test directory when testing
11749 natively. Only set solib-search-path if testing remotely.
11750 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11751
11752 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11753
11754 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11755 gdb_download. Use it even if the target is not remote.
11756 * gdb.base/jit.exp (compile_jit_test): Likewise.
11757 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11758 output directory if the destination board is local, otherwise use
11759 the standard remote_download from DejaGnu.
11760 (gdb_download): Remove.
11761 (gdb_load_shlibs): Use gdb_remote_download instead of
11762 gdb_download.
11763 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11764 Use gdb_remote_download instead of gdb_download. Use it even if
11765 the target is not remote.
11766 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11767 instead of gdb_download.
11768
11769 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11770
11771 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11772 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11773 run.
11774
11775 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11776
11777 PR gdb/19820
11778 * gdb.base/printcmds.exp: Add artificial arrays tests.
11779
11780 2016-03-31 Pedro Alves <palves@redhat.com>
11781
11782 PR gdb/19858
11783 * gdb.base/jit-main.c: Include unistd.h.
11784 (ATTACH): Define to 0 if not already defined.
11785 (wait_for_gdb, mypid): New globals.
11786 (WAIT_FOR_GDB): New macro.
11787 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11788 some breakpoint locations.
11789 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11790 New procedures.
11791 (one_jit_test): Add REATTACH parameter, and handle it. Use
11792 continue_to_test_location.
11793 (top level): Test attach, and adjusts calls to one_jit_test.
11794
11795 2016-03-31 Pedro Alves <palves@redhat.com>
11796
11797 PR gdb/19858
11798 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11799 BINSUFFIX parameter, and handle it.
11800 (top level): Adjust calls compile_jit_test.
11801
11802 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11803
11804 PR python/19743
11805 * gdb.python/py-mi-events-gdb.py: New file.
11806 * gdb.python/py-mi-events.c: New file.
11807 * gdb.python/py-mi-events.exp: New file.
11808
11809 2016-03-30 Yao Qi <yao.qi@linaro.org>
11810
11811 * gdb.reverse/until-precsave.exp: Match function name only.
11812 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11813 Move malloc to a condition block.
11814 * gdb.reverse/until-reverse.exp: Match function name only.
11815
11816 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11817
11818 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11819 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11820 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11821 variable for GPR 0 instead of assuming it is register 0.
11822 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11823 * lib/trace-support.exp: Add s390 registers.
11824
11825 2016-03-29 Yao Qi <yao.qi@linaro.org>
11826
11827 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11828
11829 2016-03-24 Yao Qi <yao.qi@linaro.org>
11830
11831 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11832 test message.
11833
11834 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11835
11836 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11837 maintaining separate logic for constructing the output path.
11838
11839 2016-03-16 Don Breazeal <donb@codesourcery.com>
11840
11841 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11842 Retry fork and waitpid on interrupted system call errors.
11843 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11844 Use with_timeout_factor to increase timeout by factor of 10.
11845
11846 2016-03-15 Don Breazeal <donb@codesourcery.com>
11847
11848 * gdb.cp/scope-err.cc: New test program.
11849 * gdb.cp/scope-err.exp: New test script.
11850 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11851 lines and "set breakpoint here" comment.
11852 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11853 Fixed some whitespace and format issues.
11854 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11855 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11856
11857 2016-03-15 Doug Evans <dje@google.com>
11858
11859 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11860 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11861 All callers updated. Add tests for enums, mixed flags register.
11862
11863 2016-03-15 Doug Evans <dje@google.com>
11864
11865 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11866 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11867
11868 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11869
11870 * gdb.base/default.exp: Add $_as_string to the list of expected
11871 convenience functions.
11872
11873 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11874
11875 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11876
11877 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11878
11879 * gdb.python/py-as-string.exp: New file.
11880 * gdb.python/py-as-string.c: New file.
11881
11882 2016-03-09 Pedro Alves <palves@redhat.com>
11883
11884 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11885 signal" -> "Thread NN received signal" output change.
11886 * gdb.threads/ia64-sigill.exp: Likewise.
11887 * gdb.threads/linux-dp.exp: Likewise.
11888 * gdb.threads/manythreads.exp: Likewise.
11889 * gdb.threads/pending-step.exp: Likewise.
11890 * gdb.threads/print-threads.exp: Likewise.
11891 * gdb.threads/sigstep-threads.exp: Likewise.
11892 * gdb.threads/staticthreads.exp: Likewise.
11893 * gdb.threads/tls.exp: Likewise.
11894
11895 2016-03-09 Pedro Alves <palves@redhat.com>
11896
11897 * gdb.base/command-line-input.exp: New file.
11898
11899 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11900
11901 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11902 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11903 * gdb.trace/pending.exp: Accept leading dot before function name.
11904 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11905 * lib/trace-support.exp: Set registers for ppc.
11906
11907 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11908
11909 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11910 use it for disassembly; accept .main in addition to main in backtrace.
11911
11912 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11913 Marcin Kościelnicki <koriakin@0x04.net>
11914
11915 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11916 (gdb_recursion_test_ptr): New global variable.
11917 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11918 gdb_recursion_test.
11919 (gdb_c_test): Ditto.
11920
11921 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11922
11923 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11924 ordering.
11925
11926 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11927
11928 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11929 (bar): Add bar_start_lbl label.
11930 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11931 of foo/bar for emitting DWARF and tracing.
11932
11933 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11934
11935 * analyze-racy-logs.py: Set executable bit.
11936
11937 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11938
11939 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11940 (CHECK_TARGET_TMP): Likewise.
11941 (check-single-racy): New rule.
11942 (check-parallel-racy): Likewise.
11943 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11944 (do-check-parallel-racy): New rule.
11945 (check-racy/%.exp): Likewise.
11946 * README (Racy testcases): New section.
11947 * analyze-racy-logs.py: New file.
11948
11949 2016-03-03 Doug Evans <dje@google.com>
11950
11951 * gdb.base/skip.exp: Use with_test_prefix.
11952
11953 2016-03-03 Yao Qi <yao.qi@linaro.org>
11954
11955 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11956 Invoke step_over_syscall "clone" and break_cond_on_syscall
11957 "clone".
11958 * gdb.base/step-over-clone.c: New file.
11959
11960 2016-03-03 Yao Qi <yao.qi@linaro.org>
11961
11962 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11963 code format.
11964
11965 2016-03-03 Yao Qi <yao.qi@linaro.org>
11966
11967 * gdb.base/disp-step-fork.c: Rename to ...
11968 * gdb.base/step-over-fork.c: ... it. New file.
11969 * gdb.base/disp-step-vfork.c: Rename to ...
11970 * gdb.base/step-over-vfork.c: ... it. New file.
11971 * gdb.base/disp-step-syscall.exp: Rename to ...
11972 * gdb.base/step-over-syscall.exp: ... it. New file.
11973 (disp_step_cross_syscall): Rename to ...
11974 (step_over_syscall): ... it.
11975
11976 2016-03-03 Yao Qi <yao.qi@linaro.org>
11977
11978 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11979 If target supports condition evaluation on target, invoke
11980 break_cond_on_syscall for fork and vfork.
11981
11982 2016-03-03 Yao Qi <yao.qi@linaro.org>
11983
11984 * gdb.base/disp-step-syscall.exp: Don't invoke
11985 support_displaced_stepping.
11986 (disp_step_cross_syscall): Test with displaced stepping off and
11987 on if supported.
11988
11989 2016-03-03 Yao Qi <yao.qi@linaro.org>
11990
11991 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11992 proc.
11993 (setup): New proc.
11994 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11995 and setup.
11996
11997 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11998
11999 * gdb.fortran/vla-history.exp: Remove breakpoint.
12000
12001 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12002
12003 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12004 exceeds timeout.
12005
12006 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12007
12008 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12009 breakpoint.
12010
12011 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12012
12013 * gdb.mi/vla.f90: Nullify pointer after declaration.
12014
12015 2016-03-01 Pedro Alves <palves@redhat.com>
12016
12017 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12018
12019 2016-03-01 Pedro Alves <palves@redhat.com>
12020
12021 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12022 before anything else.
12023 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12024 _GNU_SOURCE here.
12025 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12026 before anything else.
12027 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12028
12029 2016-03-01 Pedro Alves <palves@redhat.com>
12030
12031 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12032
12033 2016-03-01 Yao Qi <yao.qi@linaro.org>
12034
12035 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12036 prepare_for_testing.
12037
12038 2016-03-01 Yao Qi <yao.qi@linaro.org>
12039
12040 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12041
12042 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12043
12044 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12045 manually constructing the output path.
12046
12047 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12048
12049 * gdb.arch/s390-stackless.S: New.
12050 * gdb.arch/s390-stackless.exp: New.
12051
12052 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12053
12054 * gdb.dlang/circular.c: New file.
12055 * gdb.dlang/circular.exp: New file.
12056
12057 2016-02-26 Yao Qi <yao.qi@linaro.org>
12058
12059 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12060 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12061 (testcases): Update.
12062
12063 2016-02-26 Yao Qi <yao.qi@linaro.org>
12064
12065 * gdb.reverse/aarch64.c: Rename to ...
12066 * gdb.reverse/insn-reverse.c: ... it.
12067 * gdb.reverse/aarch64.exp: Rename to ...
12068 * gdb.reverse/insn-reverse.exp: ... it.
12069
12070 2016-02-26 Yao Qi <yao.qi@linaro.org>
12071
12072 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12073 (testcase_ftype): New.
12074 (testcases): New array.
12075 (n_testcases): New.
12076 (main): Call each element in testcases.
12077 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12078 (read_testcase): New.
12079 Do the tests in a loop.
12080
12081 2016-02-25 Yao Qi <yao.qi@linaro.org>
12082
12083 * gdb.base/branches.c: Remove.
12084
12085 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12086
12087 PR gdb/13808
12088 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12089
12090 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12091
12092 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12093
12094 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12095
12096 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12097 change x86_64 call_insn to 'callq'.
12098
12099 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12100
12101 * gdb.trace/tfile-avx.c: Move to...
12102 * gdb.trace/tracefile-pseudo-reg.c: Here.
12103 * gdb.trace/tfile-avx.exp: Move to...
12104 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12105
12106 2016-02-24 Gary Benson <gbenson@redhat.com>
12107
12108 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12109 message on attach.
12110
12111 2016-02-23 Doug Evans <dje@google.com>
12112
12113 * gdb.base/skip.c (test_skip): New function.
12114 (end_test_skip_file_and_function): New function.
12115 (test_skip_file_and_function): New function.
12116 * gdb.base/skip1.c (test_skip): New function.
12117 (skip1_test_skip_file_and_function): New function.
12118 * gdb.base/skip.exp: Add tests for new skip options.
12119 * gdb.base/skip-solib.exp: Update expected output.
12120 * gdb.perf/skip-command.cc: New file.
12121 * gdb.perf/skip-command.exp: New file.
12122 * gdb.perf/skip-command.py: New file.
12123
12124 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12125
12126 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12127 info registers pattern.
12128
12129 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12130
12131 * lib/future.exp: Add D support.
12132 (gdb_find_gdc): New proc.
12133 (gdb_default_target_compile): Add D support.
12134
12135 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12136
12137 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12138 user+system time.
12139 (trace_speed_test): Determine the iteration count for a time
12140 between 15..30 seconds.
12141
12142 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12143
12144 * gdb.arch/i386-mpx-sigsegv.c: New file.
12145 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12146 * gdb.arch/i386-mpx-simple_segv.c: New file.
12147 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12148
12149 2016-02-18 Yao Qi <yao.qi@linaro.org>
12150
12151 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12152 Don't call setup_kfail.
12153
12154 2016-02-18 Yao Qi <yao.qi@linaro.org>
12155
12156 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12157 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12158
12159 2016-02-16 Doug Evans <dje@google.com>
12160
12161 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12162 * gdb.base/skip1.c: Ditto.
12163 * gdb.base/skip.exp: Whitespace cleanup.
12164
12165 2016-02-16 Don Breazeal <donb@codesourcery.com>
12166
12167 PR remote/19496
12168 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12169 Remove kfail for PR remote/19496.
12170
12171 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12172
12173 * lib/gdb.exp (standard_temp_file): Return a path specific to
12174 the runtest invocation.
12175
12176 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12177
12178 * gdb.trace/save-trace.exp: Change relative path to be in the
12179 standard output directory.
12180
12181 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12182
12183 * gdb.arch/i386-prologue.c: Add missing prototypes.
12184
12185 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12186
12187 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12188 * gdb.arch/i386-prologue.exp: Likewise.
12189 * gdb.arch/i386-size.exp: Likewise.
12190
12191 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12192
12193 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12194 define object file path.
12195 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12196 file path.
12197 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12198 standard_output_file to define binfile.
12199
12200 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12201
12202 Fix compatibility with recent gfortran-5.3.1.
12203 * gdb.fortran/vla-history.exp (print vla1 allocated)
12204 (print vla2 allocated, print $2, print $3): Remove
12205 (print $4): Rename to ...
12206 (print $2): ... here.
12207 (print $9): Rename to ...
12208 (print $5): ... here.
12209 (print $10): Rename to ...
12210 (print $6): ... here.
12211 * gdb.fortran/vla.f90: Add pvla initialization.
12212
12213 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12214
12215 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12216 New test.
12217 * gdb.fortran/vla-value-sub.exp: Likewise.
12218
12219 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12220
12221 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12222
12223 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12224
12225 * i386-biarch-core.exp: Define corefile using
12226 standard_output_file.
12227
12228 2016-02-12 Yao Qi <yao.qi@linaro.org>
12229
12230 * gdb.arch/arm-single-step-kernel-helper.c: New.
12231 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12232
12233 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12234
12235 * gdb.btrace/tailcall-only.exp: New.
12236 * gdb.btrace/tailcall-only.c: New.
12237 * gdb.btrace/x86_64-tailcall-only.S: New.
12238 * gdb.btrace/i686-tailcall-only.S: New.
12239
12240 2016-02-11 Pedro Alves <palves@redhat.com>
12241
12242 * README (Parallel testing): Add missing double quotes.
12243
12244 2016-02-11 Pedro Alves <palves@redhat.com>
12245
12246 * README (Parallel testing): New section.
12247 (GDB_PARALLEL): Rewrite.
12248 (FORCE_PARALLEL): Document.
12249
12250 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12251
12252 * gdb.trace/tfile-avx.c: New test.
12253 * gdb.trace/tfile-avx.exp: New test.
12254
12255 2016-02-09 Keith Seitz <keiths@redhat.com>
12256
12257 PR breakpoints/19546
12258 * gdb.base/infcall-exec.c: New file.
12259 * gdb.base/infcall-exec2.c: New file.
12260 * gdb.base/infcall-exec.exp: New file.
12261
12262 2016-02-09 Keith Seitz <keiths@redhat.com>
12263
12264 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12265 (toplevel): Call test_bkpt_address.
12266
12267 2016-02-09 Keith Seitz <keiths@redhat.com>
12268
12269 PR python/19506
12270 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12271 (toplevel): Call test_bkpt_address.
12272
12273 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12274
12275 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12276 to AC_OUTPUT.
12277 * configure: Regenerate.
12278
12279 2016-02-09 Pedro Alves <palves@redhat.com>
12280
12281 PR breakpoints/19548
12282 * gdb.base/execl-update-breakpoints.c (some_function): New
12283 function.
12284 (main): Call it.
12285 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12286 Tighten expected GDB output.
12287
12288 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12289
12290 * Makefile.in (ALL_SUBDIRS): Remove.
12291 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12292 (distclean maintainer-clean realclean): Likewise.
12293 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12294 * configure: Regenerate.
12295 * gdb.ada/Makefile.in: Delete.
12296 * gdb.arch/Makefile.in: Likewise.
12297 * gdb.asm/Makefile.in: Likewise.
12298 * gdb.base/Makefile.in: Likewise.
12299 * gdb.btrace/Makefile.in: Likewise.
12300 * gdb.cell/Makefile.in: Likewise.
12301 * gdb.compile/Makefile.in: Likewise.
12302 * gdb.cp/Makefile.in: Likewise.
12303 * gdb.disasm/Makefile.in: Likewise.
12304 * gdb.dlang/Makefile.in: Likewise.
12305 * gdb.dwarf2/Makefile.in: Likewise.
12306 * gdb.fortran/Makefile.in: Likewise.
12307 * gdb.gdb/Makefile.in: Likewise.
12308 * gdb.go/Makefile.in: Likewise.
12309 * gdb.guile/Makefile.in: Likewise.
12310 * gdb.java/Makefile.in: Likewise.
12311 * gdb.linespec/Makefile.in: Likewise.
12312 * gdb.mi/Makefile.in: Likewise.
12313 * gdb.modula2/Makefile.in: Likewise.
12314 * gdb.multi/Makefile.in: Likewise.
12315 * gdb.objc/Makefile.in: Likewise.
12316 * gdb.opencl/Makefile.in: Likewise.
12317 * gdb.opt/Makefile.in: Likewise.
12318 * gdb.pascal/Makefile.in: Likewise.
12319 * gdb.perf/Makefile.in: Likewise.
12320 * gdb.python/Makefile.in: Likewise.
12321 * gdb.reverse/Makefile.in: Likewise.
12322 * gdb.server/Makefile.in: Likewise.
12323 * gdb.stabs/Makefile.in: Likewise.
12324 * gdb.threads/Makefile.in: Likewise.
12325 * gdb.trace/Makefile.in: Likewise.
12326 * gdb.xml/Makefile.in: Likewise.
12327 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12328 GDB_PARALLEL.
12329 (standard_output_file): Remove check for GDB_PARALLEL, always
12330 return path in outputs/$subdir/$testname.
12331
12332 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12333
12334 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12335 (site.exp): Assign abs_srcdir to tcl's srcdir.
12336
12337 2016-02-04 Yao Qi <yao.qi@linaro.org>
12338
12339 * gdb.base/foll-exec-mode.c: Include limits.h.
12340 (main): Add parameters argc and argv. Get directory from
12341 argv[0].
12342 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12343 compilation.
12344 * gdb.base/foll-exec.c: Include limits.h.
12345 (main): Add parameters argc and argv.
12346 Get directory from argv[0].
12347 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12348 Adjust tests on the number of lines as source code changed.
12349 * gdb.base/foll-vfork-exit.c: Include limits.h.
12350 (main): Add one line of statement before vfork.
12351 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12352 (main): Add parameters argc and argv. Get directory from
12353 argv[0].
12354 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12355 (setup_gdb): Set tbreak to skip some source lines.
12356 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12357 (main): Add parameters argc and argv. Get directory from
12358 argv[0].
12359 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12360 compilation.
12361 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12362 (main): Add parameters argc and argv. Get directory from
12363 argv[0].
12364 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12365 compilation.
12366
12367 2016-02-01 Doug Evans <dje@google.com>
12368
12369 * gdb.base/skip.exp: Clean up multiple references to same test name.
12370
12371 2016-02-01 Pedro Alves <palves@redhat.com>
12372
12373 PR remote/19496
12374 * gdb.threads/forking-threads-plus-breakpoint.exp
12375 (displaced_stepping_supported): New global.
12376 (probe_displaced_stepping_support): New procedure.
12377 (do_test): Add 'displaced' parameter, and use it.
12378 (top level): Check for displaced stepping support. Add displaced
12379 stepping on/off testing axis.
12380
12381 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12382
12383 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12384 pointer. Don't perform further tests on the unassociated pointer
12385 if the first test fails.
12386
12387 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12388
12389 * gdb.base/max-value-size.c: New file.
12390 * gdb.base/max-value-size.exp: New file.
12391 * gdb.base/huge.exp: Disable max-value-size for this test.
12392
12393 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12394
12395 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12396
12397 2016-01-28 Yao Qi <yao.qi@linaro.org>
12398
12399 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12400
12401 2016-01-25 Pedro Alves <palves@redhat.com>
12402
12403 PR threads/19461
12404 * gdb.base/fork-running-state.c: New file.
12405 * gdb.base/fork-running-state.exp: New file.
12406
12407 2016-01-25 Pedro Alves <palves@redhat.com>
12408
12409 PR gdb/19494
12410 * gdb.base/catch-fork-kill.c: New file.
12411 * gdb.base/catch-fork-kill.exp: New file.
12412
12413 2016-01-25 Pedro Alves <palves@redhat.com>
12414
12415 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12416 Delete, moved to lib/gdb.exp.
12417 * gdb.threads/forking-threads-plus-breakpoint.exp
12418 (foreach_with_prefix): Likewise.
12419 * gdb.threads/process-dies-while-handling-bp.exp
12420 (foreach_with_prefix): Likewise.
12421 * lib/gdb.exp (foreach_with_prefix): New procedure.
12422
12423 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12424
12425 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12426 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12427
12428 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12429
12430 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12431 endian targets.
12432
12433 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12434 Pedro Alves <palves@redhat.com>
12435
12436 Fix testsuite compatibility with Guile.
12437 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12438 number.
12439
12440 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12441
12442 Fix testsuite compatibility with Guile.
12443 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12444 (thread 1): New test for backtrace through signal handler.
12445
12446 2016-01-22 Yao Qi <yao.qi@linaro.org>
12447
12448 PR testsuite/19491
12449 * gdb.base/multi-forks.c: Include
12450 ../lib/unbuffer_output.c
12451 (main): Call gdb_unbuffer_output.
12452
12453 2016-01-21 Doug Evans <dje@google.com>
12454
12455 * lib/ada.exp (gdb_compile_ada): Fix typo.
12456
12457 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12458
12459 * gdb.base/break-fun-addr.exp: New file.
12460 * gdb.base/break-fun-addr1.c: New file.
12461 * gdb.base/break-fun-addr2.c: New file.
12462
12463 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12464
12465 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12466 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12467 enum flag values.
12468
12469 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12470
12471 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12472 when GDB can not set the vector return value. Add more comments
12473 for clarification.
12474
12475 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12476
12477 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12478 command.
12479
12480 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12481
12482 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12483
12484 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12485
12486 * Makefile.in (check-single): Pass --status to runtest.
12487 (check/%.exp): Likewise.
12488
12489 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12490
12491 * Makefile.in (check-parallel): Propagate return code from make
12492 do-check-parallel.
12493
12494 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12495
12496 * gdb.trace/ftrace.exp: Fix expected message on continue.
12497 * gdb.trace/pending.exp: Fix expected message on continue.
12498 * gdb.trace/trace-break.exp: Fix expected message on continue.
12499
12500 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12501
12502 * lib/gdb.exp (gdb_test): Remove unused global references.
12503
12504 2016-01-18 Pedro Alves <palves@redhat.com>
12505
12506 * gdb.base/async-shell.exp: Adjust expected output.
12507 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12508 * gdb.base/siginfo-thread.exp: Adjust expected output.
12509 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12510 * gdb.java/jnpe.exp: Adjust expected output.
12511 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12512 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12513 * gdb.threads/leader-exit.exp: Adjust expected output.
12514 * gdb.threads/manythreads.exp: Adjust expected output.
12515 * gdb.threads/pthreads.exp: Adjust expected output.
12516 * gdb.threads/schedlock.exp: Adjust expected output.
12517 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12518 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12519 expected output.
12520 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12521 output.
12522 * gdb.threads/sigthread.exp: Adjust expected output.
12523 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12524
12525 2016-01-18 Yao Qi <yao.qi@linaro.org>
12526
12527 * gdb.guile/scm-section-script.c: Replace @progbits with
12528 %progbits.
12529 * gdb.python/py-section-script.c: Likewise.
12530
12531 2016-01-15 Pedro Alves <palves@redhat.com>
12532
12533 * gdb.multi/tids.exp: Test star wildcard ranges.
12534
12535 2016-01-15 Pedro Alves <palves@redhat.com>
12536
12537 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12538 command from "thread apply" invocation.
12539 (thr_apply_info_thr_invalid): Default the expected output to the
12540 input tid list.
12541 (top level): Add tests that use convenience variables. Add tests
12542 for "thread apply" with a valid TID list, but missing the command.
12543
12544 2016-01-13 Pedro Alves <palves@redhat.com>
12545
12546 * gdb.base/default.exp: Expect $_gthread as well.
12547 * gdb.multi/tids.exp: Test $_gthread.
12548 * gdb.threads/thread-specific.exp: Test $_gthread.
12549
12550 2016-01-13 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.multi/tids.exp: Test "info threads -gid".
12553
12554 2016-01-13 Pedro Alves <palves@redhat.com>
12555
12556 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12557 Breakpoint.thread.
12558 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12559
12560 2016-01-07 Pedro Alves <palves@redhat.com>
12561
12562 * gdb.base/break.exp: Adjust to output changes.
12563 * gdb.base/hbreak2.exp: Likewise.
12564 * gdb.base/sepdebug.exp: Likewise.
12565 * gdb.base/watch_thread_num.exp: Likewise.
12566 * gdb.linespec/keywords.exp: Likewise.
12567 * gdb.multi/info-threads.exp: Likewise.
12568 * gdb.threads/thread-find.exp: Likewise.
12569 * gdb.multi/tids.c: New file.
12570 * gdb.multi/tids.exp: New file.
12571
12572 2016-01-13 Pedro Alves <palves@redhat.com>
12573
12574 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12575
12576 2016-01-13 Pedro Alves <palves@redhat.com>
12577
12578 * gdb.base/default.exp: Expect $_inferior as well.
12579 * gdb.multi/base.exp: Test $_inferior.
12580
12581 2016-01-13 Pedro Alves <palves@redhat.com>
12582
12583 PR breakpoints/19388
12584 * gdb.base/catch-signal-siginfo-cond.c: New file.
12585 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12586
12587 2016-01-12 Josh Stone <jistone@redhat.com>
12588 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12589
12590 * gdb.base/catch-syscall.c (do_execve): New variable.
12591 (main): Conditionally trigger an execve.
12592 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12593 (test_catch_syscall_execve): New, check entry/return across execve.
12594 (do_syscall_tests): Call test_catch_syscall_execve.
12595
12596 2016-01-12 Pedro Alves <palves@redhat.com>
12597
12598 * gdb.base/random-signal.exp (do_test): New procedure, with body
12599 of testcase moved in.
12600
12601 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12602 Pedro Alves <palves@redhat.com>
12603
12604 * gdb.base/funcargs.exp (finish from indirectly called function):
12605 Reintroduce the case for 'First'.
12606
12607 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12608 Pedro Alves <palves@redhat.com>
12609
12610 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12611 (tcatch_vfork_then_child_follow_exec)
12612 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12613 identification.
12614
12615 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12616
12617 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12618 and repeats to unlimited.
12619 * gdb.python/py-value.exp: Likewise.
12620 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12621 and repeats to unlimited.
12622
12623 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12624
12625 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12626 and reordering the functions.
12627 * gdb.multi/hangout.c: Likewise.
12628 * gdb.multi/hello.c: Likewise.
12629
12630 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12631
12632 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12633 absolute.
12634 (SingleStatisticTestResult.report): Use dict.keys instead of
12635 dict.iterkeys.
12636
12637 2016-01-06 Pedro Alves <palves@redhat.com>
12638
12639 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12640
12641 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12642
12643 * gdb.btrace/dlopen.exp: New.
12644 * gdb.btrace/dlopen.c: New.
12645 * gdb.btrace/dlopen-dso.c: New.
12646
12647 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12648
12649 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12650 PATTERN argument is optional.
12651
12652 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12653
12654 * lib/ada.exp (target_compile_ada_from_dir): New function.
12655 (gdb_compile_ada): Reimplement avoiding the use of project files.
12656 * gdb.ada/gnat_ada.gpr: Delete.
12657 * gdb.ada/cond_lang.exp: Adjust test to make path before
12658 filename optional.
12659 * gdb.ada/small_reg_param.exp: Likewise.
12660
12661 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12662
12663 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12664
12665 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12666
12667 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12668 case.
12669
12670 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12671
12672 * gdb.base/break.exp: Remove dead code.
12673 * gdb.base/sepdebug.exp: Likewise.
12674
12675 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12676
12677 * gdb.asm/asm-source.exp: Remove HP-UX references.
12678 * gdb.base/annota1.exp: Likewise.
12679 * gdb.base/annota3.exp: Likewise.
12680 * gdb.base/attach.exp: Likewise.
12681 * gdb.base/bigcore.exp: Likewise.
12682 * gdb.base/break.exp: Likewise.
12683 * gdb.base/call-ar-st.exp: Likewise.
12684 * gdb.base/callfuncs.exp: Likewise.
12685 * gdb.base/catch-fork-static.exp: Likewise.
12686 * gdb.base/display.exp: Likewise.
12687 * gdb.base/foll-exec-mode.exp: Likewise.
12688 * gdb.base/foll-exec.exp: Likewise.
12689 * gdb.base/foll-fork.exp: Likewise.
12690 * gdb.base/foll-vfork.exp: Likewise.
12691 * gdb.base/funcargs.exp: Likewise.
12692 * gdb.base/hbreak2.exp: Likewise.
12693 * gdb.base/inferior-died.exp: Likewise.
12694 * gdb.base/interrupt.exp: Likewise.
12695 * gdb.base/multi-forks.exp: Likewise.
12696 * gdb.base/nodebug.exp: Likewise.
12697 * gdb.base/sepdebug.exp: Likewise.
12698 * gdb.base/solib1.c: Likewise.
12699 * gdb.base/step-test.exp: Likewise.
12700 * gdb.mi/non-stop.c: Likewise.
12701 * gdb.mi/pthreads.c: Likewise.
12702 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12703 * gdb.threads/pthreads.c: Likewise.
12704 * gdb.threads/staticthreads.exp: Likewise.
12705 * lib/future.exp: Likewise.
12706 * lib/gdb.exp: Likewise.
12707 * gdb.base/so-indr-cl.c: Remove.
12708 * gdb.base/so-indr-cl.exp: Likewise.
12709 * gdb.base/solib.c: Likewise.
12710 * gdb.base/solib.exp: Likewise.
12711 * gdb.base/solib2.c: Likewise.
12712
12713 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12714
12715 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12716 * gdb.base/call-ar-st.exp: Likewise.
12717 * gdb.base/callfuncs.exp: Likewise.
12718 * gdb.base/condbreak.exp: Likewise.
12719 * gdb.base/constvars.exp: Likewise.
12720 * gdb.base/hbreak2.exp: Likewise.
12721 * gdb.base/langs.exp: Likewise.
12722 * gdb.base/list.exp: Likewise.
12723 * gdb.base/long_long.exp: Likewise.
12724 * gdb.base/ptype.exp: Likewise.
12725 * gdb.base/scope.exp: Likewise.
12726 * gdb.base/signals.exp: Likewise.
12727 * gdb.base/so-impl-ld.exp: Likewise.
12728 * gdb.base/varargs.exp: Likewise.
12729 * gdb.base/volatile.exp: Likewise.
12730 * gdb.base/whatis.exp: Likewise.
12731 * gdb.cp/cplusfuncs.exp: Likewise.
12732 * gdb.cp/inherit.exp: Likewise.
12733 * gdb.cp/local.exp: Likewise.
12734 * gdb.cp/member-ptr.exp: Likewise.
12735 * gdb.cp/method.exp: Likewise.
12736 * gdb.cp/overload.exp: Likewise.
12737 * gdb.cp/templates.exp: Likewise.
12738 * gdb.stabs/weird.exp: Likewise.
12739 * lib/compiler.c: Likewise.
12740 * lib/compiler.cc: Likewise.
12741 * lib/cp-support.exp: Likewise.
12742 * lib/gdb.exp: Likewise.
12743
12744 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12745
12746 * configure.ac: Remove HP-UX case.
12747 * configure: Regenerate.
12748
12749 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12750
12751 * lib/gdb.exp (gdb_compile): Add function doc.
12752
12753 2015-12-17 Pedro Alves <palves@redhat.com>
12754
12755 PR threads/19354
12756 * gdb.multi/info-threads.exp: New file.
12757
12758 2015-12-15 Yao Qi <yao.qi@linaro.org>
12759
12760 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12761 is aarch64*-*-*.
12762
12763 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12764
12765 * gdb.base/history-duplicates.exp: Skip if no readline support.
12766
12767 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12768
12769 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12770
12771 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12772
12773 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12774
12775 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12776
12777 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12778 ctrl-C if nointerrupts target property is set.
12779 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12780 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12781 * gdb.base/paginate-bg-execution.exp: Likewise.
12782 * gdb.base/paginate-execution-startup.exp: Likewise.
12783 * gdb.base/random-signal.exp: Likewise.
12784 * gdb.base/range-stepping.exp: Likewise.
12785 * gdb.cp/annota2.exp: Likewise.
12786 * gdb.cp/annota3.exp: Likewise.
12787 * gdb.gdb/selftest.exp: Likewise.
12788 * gdb.threads/continue-pending-status.exp: Likewise.
12789 * gdb.threads/leader-exit.exp: Likewise.
12790 * gdb.threads/manythreads.exp: Likewise.
12791 * gdb.threads/pthreads.exp: Likewise.
12792 * gdb.threads/schedlock.exp: Likewise.
12793 * gdb.threads/sigthread.exp: Likewise.
12794
12795 2015-12-11 Don Breazeal <donb@codesourcery.com>
12796
12797 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12798 remote.
12799 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12800 * gdb.base/foll-exec.exp (main): Enable for target remote.
12801 * gdb.base/foll-fork.exp (main): Likewise.
12802 * gdb.base/foll-vfork.exp (main): Likewise.
12803 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12804 (proc continue_to_exit_bp_loc): Use clean_restart.
12805 * gdb.base/pie-execl.exp (main): Disable for target remote.
12806 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12807 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12808 * gdb.threads/execl.exp (main): Likewise.
12809 * gdb.threads/fork-child-threads.exp (main): Likewise.
12810 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12811 remote.
12812 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12813 remote.
12814 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12815 pid.tid style ptids, instead of just tid.
12816 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12817 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12818 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12819 ptids, instead of just tid.
12820
12821 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12822
12823 * gdb.base/list.exp (test_list_forward): Add end of file error
12824 test.
12825 (test_repeat_list_command): Add end of file error test.
12826 (test_list_backwards): Add beginning of file error test.
12827
12828 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12829
12830 * gdb.base/list.exp (test_list_invalid_args): New function,
12831 defined, and called.
12832
12833 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12834
12835 * gdb.base/list.exp (test_list): Make test names unique.
12836
12837 2015-12-11 Yao Qi <yao.qi@linaro.org>
12838
12839 * gdb.base/coremaker2.c: Remove.
12840
12841 2015-12-10 Pedro Alves <palves@redhat.com>
12842
12843 * gdb.multi/base.exp: Remove stale "spaces" references.
12844
12845 2015-12-10 Pedro Alves <palves@redhat.com>
12846
12847 * gdb.multi/base.exp: Don't use nowarnings.
12848 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12849 * gdb.multi/hangout.c: Include stdio.h.
12850 * gdb.multi/hello.c: Include stdlib.h.
12851 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12852 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12853 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12854
12855 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12856
12857 * gdb.dwarf2/dw2-ranges-base.c: New file.
12858 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12859 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12860 support additional line table, and debug ranges generation.
12861 (Dwarf::ranges): New function, generate .debug_ranges.
12862 (Dwarf::lines): Support generating simple line table programs.
12863 (Dwarf::assemble): Initialise new namespace variables.
12864
12865 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12866
12867 * gdb.base/async.exp (proc test_background): Add case for
12868 asynchronous execution not supported.
12869
12870 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12871
12872 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12873 format and change test names to make them unique.
12874
12875 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12876 Pedro Alves <pedro@redhat.com>
12877
12878 PR gdb/18702
12879 Add checking of floatformats setup on x86_64 hosts.
12880 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12881 (smallval, bigval): New labels/constants.
12882 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12883 float" after loading bigval and smallval.
12884
12885 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12886
12887 * gdb.ada/fun_overload_menu.exp: New testcase.
12888 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12889
12890 2015-12-04 Josh Stone <jistone@redhat.com>
12891
12892 * gdb.base/catch-fork-static.exp: New.
12893
12894 2015-12-03 Yao Qi <yao.qi@linaro.org>
12895
12896 * gdb.base/sizeof.c: Don't include stdio.h and
12897 ../lib/unbuffer_output.c.
12898 (main): New variable 'size' and 'value'. Remove printf and
12899 gdb_unbuffer_output. Assign return value to size and value.
12900 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12901 at the beginning.
12902 (check_sizeof): Check the result by printing variable 'size'.
12903 (check_valueof): Check the result by printing variable 'value'.
12904
12905 2015-12-01 Yao Qi <yao.qi@linaro.org>
12906
12907 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12908 for aarch64*-*-linux* target.
12909
12910 2015-11-30 Pedro Alves <palves@redhat.com>
12911
12912 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12913
12914 2015-11-30 Pedro Alves <palves@redhat.com>
12915
12916 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12917 Handle non-stop mode vCont replies.
12918
12919 2015-11-30 Pedro Alves <palves@redhat.com>
12920
12921 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12922 prepare_for_testing. Start gdb with "set non-stop on" appended to
12923 GDBFLAGS. Lax expected stop output.
12924
12925 2015-11-27 Yao Qi <yao.qi@linaro.org>
12926
12927 * gdb.arch/arm-neon.exp: New.
12928 * gdb.arch/arm-neon.c: New.
12929
12930 2015-11-27 Yao Qi <yao.qi@linaro.org>
12931
12932 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12933
12934 2015-11-27 Yao Qi <yao.qi@linaro.org>
12935
12936 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12937 frames-invalid annotation.
12938
12939 2015-11-27 Yao Qi <yao.qi@linaro.org>
12940
12941 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12942
12943 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12944
12945 * gdb.threads/names.exp: New file.
12946 * gdb.threads/names.c: New file.
12947 * README: Mention gdb,no_thread_names.
12948
12949 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12950
12951 PR 19297
12952 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12953 support" error.
12954
12955 2015-11-24 Pedro Alves <palves@redhat.com>
12956
12957 PR 17539
12958 * gdb.base/display.exp: Expect displays to be sorted in ascending
12959 order. Use multi_line.
12960 * gdb.base/solib-display.exp: Likewise.
12961
12962 2015-11-24 Pedro Alves <palves@redhat.com>
12963
12964 PR 17539
12965 * gdb.base/display.exp: Expect displays to be sorted in ascending
12966 order. Use multi_line.
12967 * gdb.base/solib-display.exp: Likewise.
12968
12969 2015-11-24 Pedro Alves <palves@redhat.com>
12970
12971 PR 17539
12972 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12973 threads in ascending order.
12974 * gdb.base/foll-fork.exp: Likewise.
12975 * gdb.base/foll-vfork.exp: Likewise.
12976 * gdb.base/multi-forks.exp: Likewise.
12977 * gdb.mi/mi-nonstop.exp: Likewise.
12978 * gdb.mi/mi-nsintrall.exp: Likewise.
12979 * gdb.multi/base.exp: Likewise.
12980 * gdb.multi/multi-arch.exp: Likewise.
12981 * gdb.python/py-inferior.exp: Likewise.
12982 * gdb.threads/break-while-running.exp: Likewise.
12983 * gdb.threads/execl.exp: Likewise.
12984 * gdb.threads/gcore-thread.exp: Likewise.
12985 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12986 * gdb.threads/kill.exp: Likewise.
12987 * gdb.threads/linux-dp.exp: Likewise.
12988 * gdb.threads/multiple-step-overs.exp: Likewise.
12989 * gdb.threads/next-bp-other-thread.exp: Likewise.
12990 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12991 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12992 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12993 * gdb.threads/thread-find.exp: Likewise.
12994 * gdb.threads/tls.exp: Likewise.
12995 * lib/mi-support.exp (mi_reverse_list): Delete.
12996 (mi_check_thread_states): No longer reverse list.
12997
12998 2015-11-24 Pedro Alves <palves@redhat.com>
12999
13000 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13001 use lowercase.
13002
13003 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13004
13005 * gdb.trace/actions.c: Include trace-common.h.
13006 (main): Add a location for a fast tracepoint.
13007 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13008 the normal tracepoints.
13009 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13010
13011 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13012
13013 * save-trace.exp: Factor out code to these...
13014 (gdb_save_tracepoints): New.
13015 (gdb_load_tracepoints): New.
13016 (do_save_load_test): New.
13017
13018 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13019
13020 * gdb.base/asmlabel.exp: New test.
13021 * gdb.base/asmlabel.c: New test case.
13022
13023 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13024
13025 * gdb.base/wrong_frame_bt_full-main.c: New file.
13026 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13027 * gdb.base/wrong_frame_bt_full.exp: New file.
13028
13029 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13030
13031 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13032
13033 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13034
13035 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13036 pstate register when comparing registers values in
13037 sparc64-*-linux-gnu targets to avoid spurious differences.
13038
13039 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13040
13041 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13042
13043 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13044
13045 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13046 as type argument to gdb_compile.
13047 * gdb.base/nested-subp2.exp: Likewise.
13048 * gdb.base/nested-subp3.exp: Likewise.
13049
13050 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13051
13052 * lib/dwarf.exp (_note): Fix left shift of negative value.
13053 * gdb.trace/trace-condition.exp: Likewise.
13054
13055 2015-11-13 Yao Qi <yao.qi@linaro.org>
13056
13057 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13058 comments about d10v.
13059 (test_scalar_returns): Likewise.
13060 * gdb.base/d10v.ld: Remove.
13061 * gdb.base/overlays.exp: Remove the target triplet checking for
13062 d10v-*-*.
13063 * gdb.base/structs.exp (test_struct_returns): Remove the
13064 comments about d10v.
13065 (test_struct_calls): Likewise.
13066
13067 2015-11-13 Yao Qi <yao.qi@linaro.org>
13068
13069 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13070 * gdb.base/gnu_vector.c: Don't include stdio.h.
13071 (main): Don't print res and call add_some_intvecs.
13072
13073 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13074
13075 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13076 macro.
13077 (func5): Removed.
13078 (func4): Use FAST_TRACEPOINT_LABEL.
13079 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13080 macro.
13081 (func): Removed.
13082 (thread_function): Use FAST_TRACEPOINT_LABEL.
13083 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13084 (func): Remove.
13085 (marker): Use FAST_TRACEPOINT_LABEL.
13086 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13087 (pendfunc1): Remove.
13088 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13089 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13090 (foo): Remove.
13091 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13092 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13093 macro.
13094 (func): Remove.
13095 (marker): Use FAST_TRACEPOINT_LABEL.
13096 * gdb.trace/trace-common.h: New header.
13097 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13098 macro.
13099 (func): Remove.
13100 (marker): Use FAST_TRACEPOINT_LABEL.
13101 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13102 (func): Remove.
13103 (thread_function): Use FAST_TRACEPOINT_LABEL.
13104
13105 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13106
13107 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13108 in front.
13109 * gdb.trace/change-loc.exp: Use global pcreg definition.
13110 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13111 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13112 in front.
13113 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13114 * gdb.trace/pending.exp: Likewise.
13115 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13116 * gdb.trace/trace-break.exp: Likewise.
13117 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13118 in front.
13119 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13120 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13121 in front.
13122 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13123
13124 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13125
13126 * gdb.ada/fin_fun_out: New testcase.
13127
13128 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13129
13130 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13131 value associated with DW_AT_byte_size.
13132 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13133 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13134 DW_AT_upper_bound.
13135
13136 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13137
13138 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13139 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13140 version.
13141 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13142 gdb.dwarf2/dw2-canonicalize-type.exp,
13143 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13144 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13145 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13146 provided by gdb_target_symbol_prefix_flags_asm.
13147 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13148 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13149 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13150 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13151 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13152 macros where needed). Use this macro for symbols which require
13153 the prefix provided by SYMBOL_PREFIX.
13154
13155 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13156
13157 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13158 New procs.
13159 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13160 representing expressions, of more than one list element.
13161 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13162 to prepend linker symbol prefix to f.
13163 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13164 table_1 and table_2.
13165 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13166 Likewise, for f and g.
13167 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13168 for ptr.
13169 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13170 for main.
13171 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13172 table_1_ptr and table_2_ptr.
13173
13174 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13175 Joel Brobecker <brobecker@adacore.com>
13176
13177 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13178
13179 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13180
13181 * gdb.reverse/s390-mvcle.c: New test.
13182 * gdb.reverse/s390-mvcle.exp: New file.
13183 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13184
13185 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13186
13187 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13188
13189 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13190
13191 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13192 reaching marker2.
13193 * gdb.reverse/getresuid-reverse.exp: Likewise.
13194 * gdb.reverse/pipe-reverse.exp: Likewise.
13195 * gdb.reverse/readv-reverse.exp: Likewise.
13196 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13197 * gdb.reverse/time-reverse.exp: Likewise.
13198 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13199
13200 2015-10-30 Yao Qi <yao.qi@linaro.org>
13201
13202 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13203 (empty_cycle): Remove.
13204 (main): Don't call empty_cycle. Don't use watch_count_done.
13205 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13206 empty_cycle. Rewrite the code counting HW watchpoints.
13207
13208 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13209
13210 * gdb.reverse/fstatat-reverse.c: New test.
13211 * gdb.reverse/fstatat-reverse.exp: New file.
13212 * gdb.reverse/getresuid-reverse.c: New test.
13213 * gdb.reverse/getresuid-reverse.exp: New file.
13214 * gdb.reverse/pipe-reverse.c: New test.
13215 * gdb.reverse/pipe-reverse.exp: New file.
13216 * gdb.reverse/readv-reverse.c: New test.
13217 * gdb.reverse/readv-reverse.exp: New file.
13218 * gdb.reverse/recvmsg-reverse.c: New test.
13219 * gdb.reverse/recvmsg-reverse.exp: New file.
13220 * gdb.reverse/time-reverse.c: New test.
13221 * gdb.reverse/time-reverse.exp: New file.
13222 * gdb.reverse/waitpid-reverse.c: New test.
13223 * gdb.reverse/waitpid-reverse.exp: New file.
13224
13225 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13226
13227 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13228
13229 2015-10-26 Doug Evans <dje@google.com>
13230
13231 PR symtab/17391
13232 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13233 * gdb.dwarf2/bad-regnum.c: New file.
13234 * gdb.dwarf2/bad-regnum.exp: New file.
13235
13236 2015-10-26 Doug Evans <dje@google.com>
13237
13238 PR python/18938
13239 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13240 file.
13241
13242 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13243
13244 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13245 for a change by "Mention language in compile error message".
13246
13247 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13248
13249 PR python/18073
13250 * gdb.python/py-type.c (C::a_method): New.
13251 (C::a_const_method): New.
13252 (C::a_static_method): New.
13253 (a_function): New.
13254 * gdb.python/py-type.exp (test_fields): Test getting fields
13255 from function and method.
13256
13257 2015-10-21 Keven Boell <keven.boell@intel.com>
13258
13259 * gdb.fortran/vla-alloc-assoc.exp: New file.
13260 * gdb.fortran/vla-datatypes.exp: New file.
13261 * gdb.fortran/vla-datatypes.f90: New file.
13262 * gdb.fortran/vla-history.exp: New file.
13263 * gdb.fortran/vla-ptype-sub.exp: New file.
13264 * gdb.fortran/vla-ptype.exp: New file.
13265 * gdb.fortran/vla-sizeof.exp: New file.
13266 * gdb.fortran/vla-sub.f90: New file.
13267 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13268 * gdb.fortran/vla-value-sub-finish.exp: New file.
13269 * gdb.fortran/vla-value-sub.exp: New file.
13270 * gdb.fortran/vla-value.exp: New file.
13271 * gdb.fortran/vla-ptr-info.exp: New file.
13272 * gdb.mi/mi-vla-fortran.exp: New file.
13273 * gdb.mi/vla.f90: New file.
13274
13275 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13276
13277 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13278 of hardwired timeout value.
13279
13280 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13281 Pedro Alves <palves@redhat.com>
13282
13283 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13284 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13285
13286 2015-10-19 Josh Stone <jistone@redhat.com>
13287
13288 * gdb.base/catch-syscall.c: Include <sched.h>.
13289 (unknown_syscall): New variable.
13290 (main): Trigger a vfork and an unknown syscall.
13291 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13292 (unknown_syscall_number): Likewise.
13293 (check_call_to_syscall): Accept an optional syscall pattern.
13294 (check_return_from_syscall): Likewise.
13295 (check_continue): Likewise.
13296 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13297 (test_catch_syscall_skipping_return): New test toggling off 'catch
13298 syscall' to step over the syscall return, then toggling back on.
13299 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13300 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13301 (do_syscall_tests): Call test_catch_syscall_without_args and
13302 test_catch_syscall_mid_vfork.
13303 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13304 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13305
13306 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13307
13308 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13309 print g_vE): Add new pass patterns.
13310 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13311 print various symbol names for vptr fields.
13312
13313 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13314
13315 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13316 results.
13317
13318 2015-10-12 Yao Qi <yao.qi@linaro.org>
13319
13320 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13321
13322 2015-10-12 Yao Qi <yao.qi@linaro.org>
13323
13324 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13325 is aarch64*-*-linux*.
13326
13327 2015-10-12 Yao Qi <yao.qi@linaro.org>
13328
13329 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13330 (can_relocate_bcond_true): ... it.
13331 (can_relocate_bcond_false): New function.
13332 (foo): Likewise.
13333 (can_relocate_bl): Likewise.
13334 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13335 can_relocate_bl.
13336
13337 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13338
13339 * gdb.base/nested-addr.c: New file.
13340 * gdb.base/nested-addr.exp: New testcase.
13341
13342 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13343
13344 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13345 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13346 its output. Ignore the output of "record goto begin" and instead
13347 check that GDB is replaying.
13348
13349 2015-10-09 Pedro Alves <palves@redhat.com>
13350
13351 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13352 (top level): Use it in the run with no args test.
13353
13354 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13355
13356 * gdb.dlang/properties.exp: New file.
13357
13358 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13359
13360 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13361 whether or not address 0x1000 is mapped on the target.
13362
13363 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13364
13365 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13366 build.
13367
13368 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13369
13370 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13371 instruction-history test.
13372
13373 2015-09-28 Doug Evans <dje@google.com>
13374
13375 * gdb.base/gcore.c (array_func): Add reference to static_array.
13376
13377 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13378
13379 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13380 source line.
13381
13382 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13383
13384 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13385 short or char as base type.
13386
13387 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13388
13389 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13390 to allow any size enum.
13391
13392 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13393
13394 * gdb.ada/array_ptr_renaming.exp: New testcase.
13395 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13396 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13397
13398 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13399
13400 * gdb.trace/ftrace-lock.c: New file.
13401 * gdb.trace/ftrace-lock.exp: New file.
13402
13403 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13404
13405 * gdb.arch/insn-reloc.c: New file.
13406 * gdb.arch/ftrace-insn-reloc.exp: New file.
13407
13408 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13409
13410 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13411 instruction.
13412 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13413 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13414 * gdb.trace/range-stepping.c: Likewise.
13415 * gdb.trace/trace-break.c: Likewise.
13416 * gdb.trace/trace-mt.c (thread_function): Likewise.
13417 * gdb.trace/ftrace.c (marker): Likewise.
13418 * gdb.trace/trace-condition.c (marker): Likewise.
13419 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13420 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13421 is_aarch64_target.
13422
13423 2015-09-18 Doug Evans <xdje42@gmail.com>
13424
13425 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13426 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13427
13428 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13429
13430 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13431 the breakpoint.
13432
13433 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13434
13435 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13436 the pending breakpoint. Remove timeout override for "Run till
13437 MI pending breakpoint on pendfunc3 on thread 2" test.
13438
13439 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13440
13441 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13442 filename pattern.
13443
13444 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13445
13446 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13447 in breakpoint filename pattern.
13448
13449 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13450
13451 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13452
13453 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13454
13455 * gdb.linespec/explicit.exp: Check for readline support for
13456 tab-completion tests. Fix obvious typo.
13457
13458 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13459
13460 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13461 and replay.
13462
13463 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13464
13465 * gdb.btrace/non-stop.c: New.
13466 * gdb.btrace/non-stop.exp: New.
13467
13468 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13469 Yao Qi <yao.qi@linaro.org>
13470
13471 * gdb.trace/trace-condition.c: New file.
13472 * gdb.trace/trace-condition.exp: New file.
13473
13474 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13475
13476 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13477 for testing bytecode compilation.
13478
13479 2015-09-16 Pedro Alves <palves@redhat.com>
13480 Sandra Loosemore <sandra@codesourcery.com>
13481
13482 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13483 (SECONDS): Redefine.
13484 (main): Call pthread_kill and alarm early.
13485 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13486 support.
13487 (test): If the target can't hardware step and doesn't support
13488 displaced stepping, increase the timeout.
13489
13490 2015-09-16 Pedro Alves <palves@redhat.com>
13491
13492 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13493 (enable_debug): New procedures.
13494 (test): Use them. Bail out if waiting for threads fails.
13495 (top level): Bail out if a test fails.
13496
13497 2015-09-16 Yao Qi <yao.qi@linaro.org>
13498
13499 * gdb.asm/asm-source.exp: Set asm-arch for
13500 aarch64*-*-* target.
13501 * gdb.asm/aarch64.inc: New file.
13502
13503 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13504
13505 * gdb.ada/array_of_variable_length.exp: New testcase.
13506 * gdb.ada/array_of_variable_length/foo.adb: New file.
13507 * gdb.ada/array_of_variable_length/pck.adb: New file.
13508 * gdb.ada/array_of_variable_length/pck.ads: New file.
13509
13510 2015-09-15 Doug Evans <dje@google.com>
13511
13512 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13513 of function static local variable.
13514
13515 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13516
13517 * gdb.threads/tls-so_extern.exp: New test file.
13518 * gdb.threads/tls-so_extern.c: New test file.
13519 * gdb.threads/tls-so_extern_main.c: New test file.
13520
13521 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13522
13523 * gdb.opt/solib-intra-step-lib.c: New file.
13524 * gdb.opt/solib-intra-step-main.c: New file.
13525 * gdb.opt/solib-intra-step.exp: New file.
13526
13527 2015-09-15 Pedro Alves <palves@redhat.com>
13528
13529 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13530 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13531
13532 2015-09-14 Pedro Alves <palves@redhat.com>
13533
13534 * gdb.base/hook-stop-continue.c: Delete.
13535 * gdb.base/hook-stop-continue.exp: Delete.
13536 * gdb.base/hook-stop-frame.c: Delete.
13537 * gdb.base/hook-stop-frame.exp: Delete.
13538 * gdb.base/hook-stop.c: New file.
13539 * gdb.base/hook-stop.exp: New file.
13540
13541 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13542
13543 * gdb.ada/access_to_packed_array.exp: New testcase.
13544 * gdb.ada/access_to_packed_array/foo.adb: New file.
13545 * gdb.ada/access_to_packed_array/pack.adb: New file.
13546 * gdb.ada/access_to_packed_array/pack.ads: New file.
13547
13548 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13549
13550 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13551 buffer size test.
13552
13553 2015-09-11 Don Breazeal <donb@codesourcery.com>
13554
13555 * gdb.base/foll-exec.c: Add copyright header. Fix
13556 formatting issues.
13557 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13558 (do_exec_tests): Use clean_restart in place of zap_session,
13559 and for test initialization. Fix formatting issues. Use
13560 fail in place of perror.
13561 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13562 an expect statement to match an expression with output from
13563 the program under debug.
13564 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13565 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13566 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13567 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13568 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13569
13570 2015-09-09 Doug Evans <dje@google.com>
13571
13572 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13573
13574 2015-09-09 Doug Evans <dje@google.com>
13575
13576 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13577
13578 2015-09-09 Doug Evans <dje@google.com>
13579
13580 * gdb.base/savedregs.exp: Fix typo.
13581
13582 2015-09-09 Pedro Alves <palves@redhat.com>
13583
13584 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13585
13586 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13587
13588 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13589 command actually switches threads. Give up on remaining
13590 tests if target fails to stop at breakpoint.
13591
13592 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13593
13594 * gdb.ada/funcall_char.exp: New testcase.
13595 * gdb.ada/funcall_char/foo.adb: New file.
13596
13597 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13598
13599 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13600 expected outputs. Add two testcases for completing ambiguous
13601 functions.
13602 * gdb.ada/complete/aux_pck.adb: New file.
13603 * gdb.ada/complete/aux_pck.ads: New file.
13604 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13605 Ambiguous_Func functions.
13606 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13607 * gdb.ada/complete/pck.adb: Likewise.
13608
13609 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13610
13611 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13612 failures to run the test program under GDB.
13613
13614 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13615
13616 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13617 to C.
13618
13619 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13620
13621 * gdb.base/run-after-attach.exp: New test file.
13622 * gdb.base/run-after-attach.c: New test file.
13623
13624 2015-08-26 Don Breazeal <donb@codesourcery.com>
13625
13626 * gdb.base/foll-exec-2.c: New test program.
13627 * gdb.base/foll-exec-2.exp: New test.
13628
13629 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13630
13631 * gdb.base/nested-subp1.exp: New file.
13632 * gdb.base/nested-subp1.c: New file.
13633 * gdb.base/nested-subp2.exp: New file.
13634 * gdb.base/nested-subp2.c: New file.
13635 * gdb.base/nested-subp3.exp: New file.
13636 * gdb.base/nested-subp3.c: New file.
13637
13638 2015-08-24 Pedro Alves <palves@redhat.com>
13639
13640 * gdb.server/connect-without-multi-process.c: New file.
13641 * gdb.server/connect-without-multi-process.exp: New file.
13642
13643 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13644
13645 * gdb.opt/inline-markers.c: Make z int.
13646
13647 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13648
13649 * gdb.opt/inline-markers.c: Make z volatile.
13650
13651 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13652
13653 * gdb.opt/inline-bt.c: New volatile global z.
13654 * gdb.opt/inline-cmds.c: Likewise.
13655 * gdb.opt/inline-locals.c: Likewise.
13656 * gdb.opt/inline-markers.c: New extern global z.
13657 (marker): Use z.
13658 (inline_fn): Likewise.
13659
13660 2015-08-24 Pedro Alves <palves@redhat.com>
13661
13662 * config/m32r-stub.exp: Remove file.
13663 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13664 * gdb.base/call-rt-st.exp: Likewise.
13665 * gdb.base/call-strs.exp: Likewise.
13666 * gdb.base/default.exp: Remove references to h8300-*-hms and
13667 *-*-udi*.
13668 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13669
13670 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13671
13672 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13673 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13674 and "return" use KFAIL when GDB can not read/write the vector
13675 return value.
13676
13677 2015-08-21 Gary Benson <gbenson@redhat.com>
13678
13679 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13680
13681 2015-08-20 Pedro Alves <palves@redhat.com>
13682
13683 * gdb.server/solib-list.exp: No longer expect an interior stop in
13684 non-stop mode.
13685
13686 2015-08-20 Pedro Alves <palves@redhat.com>
13687
13688 * gdb.server/connect-stopped-target.c: New file.
13689 * gdb.server/connect-stopped-target.exp: New file.
13690
13691 2015-08-20 Pedro Alves <palves@redhat.com>
13692
13693 * gdb.dwarf2/comp-unit-lang.exp: New file.
13694 * gdb.dwarf2/comp-unit-lang.c: New file.
13695
13696 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13697
13698 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13699 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13700
13701 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13702
13703 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13704 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13705
13706 2015-08-18 Doug Evans <dje@google.com>
13707 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13708
13709 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13710 skip_python_tests. New arg prompt_regexp.
13711 (skip_python_tests): New function.
13712 * lib/mi-support.exp (mi_skip_python_tests): New function.
13713 * gdb.python/py-mi-objfile-gdb.py: New file.
13714 * gdb.python/py-mi-objfile.c: New file.
13715 * gdb.python/py-mi-objfile.exp: New file.
13716
13717 2015-08-17 Keith Seitz <keiths@redhat.com>
13718
13719 * gdb.linespec/explicit.exp: Move strace test from here ...
13720 * gdb.trace/strace.exp: ... to here.
13721
13722 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13723
13724 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13725 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13726
13727 2015-08-14 Doug Evans <xdje42@gmail.com>
13728
13729 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13730 inferior before selecting a new file.
13731
13732 2015-08-14 Doug Evans <xdje42@gmail.com>
13733
13734 * gdb.mi/mi-disassemble.exp: Update.
13735 * gdb.base/disasm-optim.S: New file.
13736 * gdb.base/disasm-optim.c: New file.
13737 * gdb.base/disasm-optim.h: New file.
13738 * gdb.base/disasm-optim.exp: New file.
13739
13740 2015-08-14 Keith Seitz <keiths@redhat.com>
13741
13742 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13743 "evaluated-by".
13744
13745 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13746
13747 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13748
13749 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13750
13751 * gdb.ada/fun_renaming.exp: New testcase.
13752 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13753 * gdb.ada/fun_renaming/pack.adb: New file.
13754 * gdb.ada/fun_renaming/pack.ads: New file.
13755
13756 2015-08-12 Keith Seitz <keiths@redhat.com>
13757
13758 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13759 gdb_get_line_number.
13760
13761 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13762
13763 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13764 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13765 gdb.base/dso2dso.exp: New files.
13766
13767 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13768 Pedro Alves <palves@redhat.com>
13769 Keith Seitz <keiths@redhat.com>
13770
13771 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13772 GDBFLAGS.
13773
13774 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13775
13776 * gdb.base/gdbhistsize-history.exp
13777 (test_histsize_history_setting): Use save_vars.
13778 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13779 Use save_vars.
13780 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13781 * gdb.base/readline.exp: Use save_vars.
13782
13783 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13784
13785 * lib/gdb.exp (save_vars): New proc.
13786
13787 2015-08-11 Keith Seitz <keiths@redhat.com>
13788
13789 * gdb.base/help.exp: Update help_breakpoint_text.
13790
13791 2015-08-11 Keith Seitz <keiths@redhat.com>
13792
13793 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13794 (at toplevel): Call test_explicit_breakpoints.
13795 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13796 breakpoints.
13797 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13798 breakpoint conditions, "-cond".
13799
13800 2015-08-11 Keith Seitz <keiths@redhat.com>
13801
13802 * gdb.linespec/3explicit.c: New file.
13803 * gdb.linespec/cpexplicit.cc: New file.
13804 * gdb.linespec/cpexplicit.exp: New file.
13805 * gdb.linespec/explicit.c: New file.
13806 * gdb.linespec/explicit.exp: New file.
13807 * gdb.linespec/explicit2.c: New file.
13808 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13809 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13810 before using in the matching pattern.
13811 Clarify that `prefix' is a regular expression.
13812
13813 2015-08-11 Keith Seitz <keiths@redhat.com>
13814
13815 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13816 test.
13817 Add tests for missing ",FMT" and ",".
13818
13819 2015-08-10 Doug Evans <dje@google.com>
13820 Keith Seitz <keiths@redhat.com>
13821
13822 PR gdb/17960
13823 * gdb.base/completion.exp: Add location completer tests.
13824
13825 2015-08-07 Pedro Alves <palves@redhat.com>
13826
13827 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13828 tests here.
13829 (top level): Run do_test with and without displaced stepping.
13830
13831 2015-08-07 Pedro Alves <palves@redhat.com>
13832
13833 * gdb.base/valgrind-disp-step.c: New file.
13834 * gdb.base/valgrind-disp-step.exp: New file.
13835
13836 2015-08-07 Pedro Alves <palves@redhat.com>
13837
13838 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13839 Delete function.
13840 (main): Add alarm. Run an infinite loop instead of calling
13841 wait_threads.
13842 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13843 comment.
13844 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13845 Delete function.
13846 (main): Add alarm. Run an infinite loop instead of calling
13847 wait_threads.
13848 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13849 comment.
13850
13851 2015-08-07 Pedro Alves <palves@redhat.com>
13852
13853 * gdb.base/checkpoint-ns.exp: New file.
13854 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13855 standard_testfile.
13856
13857 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13858
13859 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13860 * gdb.btrace/instruction_history.exp: Update.
13861 * gdb.btrace/tsx.exp: New.
13862 * gdb.btrace/tsx.c: New.
13863
13864 2015-08-06 Pedro Alves <palves@redhat.com>
13865
13866 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13867 increase timeout.
13868 * gdb.reverse/until-precsave.exp: Bump timeouts.
13869
13870 2015-08-06 Pedro Alves <palves@redhat.com>
13871
13872 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13873
13874 2015-08-06 Pedro Alves <palves@redhat.com>
13875
13876 PR gdb/18749
13877 * gdb.threads/process-dies-while-handling-bp.c: New file.
13878 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13879
13880 2015-08-06 Pedro Alves <palves@redhat.com>
13881
13882 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13883 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13884
13885 2015-08-05 Pedro Alves <palves@redhat.com>
13886
13887 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13888 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13889
13890 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13891
13892 * gdb.base/bp-permanent.exp: Report test as unsupported if
13893 the target cannot stop at the permanent breakpoint.
13894
13895 2015-08-03 Doug Evans <dje@google.com>
13896
13897 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13898 10000.
13899
13900 2015-08-03 Doug Evans <dje@google.com>
13901
13902 * Makefile.in (workers/%.worker, build-perf): New rule.
13903 (GDB_PERFTEST_MODE): New variable.
13904 (check-perf): Use it.
13905 (clean): Clean up gdb.perf parallel build subdirs.
13906 * lib/build-piece.exp: New file.
13907 * lib/gdb.exp (make_gdb_parallel_path): New function
13908 (standard_output_file, standard_temp_file): Call it.
13909 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13910 of $GDB_PARALLEL.
13911 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13912
13913 2015-08-03 Doug Evans <dje@google.com>
13914
13915 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13916 (LOG_FILE_NAME): New global.
13917 (TextReporter.__init__): Initialize self.txt_sum.
13918 (TextReporter.report): Add support for multiple data-points.
13919 Move report to perftest.sum, put raw data in perftest.log.
13920 (TextReporter.start): Open sum and log files.
13921 (TextReporter.end): Close sum and log files.
13922 * gdb.perf/lib/perftest/testresult.py
13923 (SingleStatisticTestResult.record): Handle multiple data-points.
13924
13925 2015-07-31 Pedro Alves <palves@redhat.com>
13926
13927 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13928 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13929 kill_wait_spawned_process instead of explicit "kill -9".
13930 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13931 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13932 kill_wait_spawned_process.
13933 * gdb.base/attach-twice.exp: Likewise.
13934 * gdb.base/attach.exp: Likewise.
13935 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13936 gdb_test_multiple.
13937 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13938 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13939 kill_wait_spawned_process.
13940 * gdb.base/valgrind-infcall.exp: Likewise.
13941 * gdb.multi/multi-attach.exp: Likewise.
13942 * gdb.python/py-prompt.exp: Likewise.
13943 * gdb.python/py-sync-interp.exp: Likewise.
13944 * gdb.server/ext-attach.exp: Likewise.
13945 * gdb.threads/attach-into-signal.exp (corefunc): Use
13946 spawn_wait_for_attach, spawn_id_get_pid and
13947 kill_wait_spawned_process.
13948 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13949 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13950 spawn_id_get_pid and kill_wait_spawned_process.
13951 * gdb.threads/attach-stopped.exp (corefunc): Use
13952 spawn_wait_for_attach, spawn_id_get_pid and
13953 kill_wait_spawned_process.
13954 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13955 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13956 kill_wait_spawned_process instead of explicit "kill -9".
13957 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13958 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13959 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13960 processes. Don't map cygwin/windows pids here. Now returns a
13961 spawn id list.
13962
13963 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13964
13965 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13966 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13967 correct patch.
13968
13969 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13970
13971 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13972
13973 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13974
13975 Reapply:
13976 2014-05-21 Mark Wielaard <mjw@redhat.com>
13977
13978 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13979
13980 2015-07-30 Pedro Alves <palves@redhat.com>
13981
13982 * linux-low.c (handle_extended_wait): Set the child's last
13983 reported status to TARGET_WAITKIND_STOPPED.
13984
13985 2015-07-30 Pedro Alves <palves@redhat.com>
13986
13987 PR threads/18600
13988 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13989 only shows inferior 1.
13990
13991 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13992 Pedro Alves <palves@redhat.com>
13993
13994 PR threads/18600
13995 * gdb.threads/fork-plus-threads.c: New file.
13996 * gdb.threads/fork-plus-threads.exp: New file.
13997
13998 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13999
14000 * gdb.base/batch-preserve-term-settings.exp
14001 (test_terminal_settings_preserved_after_cli_exit): Use
14002 send_quit_command.
14003
14004 2015-07-29 Pedro Alves <palves@redhat.com>
14005 Don Breazeal <donb@codesourcery.com>
14006
14007 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14008 output from both inferior_spawn_id and gdb_spawn_id.
14009
14010 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14011
14012 * gdb.threads/attach-into-signal.exp (corefunc): Use
14013 with_test_prefix on nested loops, uniquefying the test messages.
14014
14015 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14016
14017 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14018 commit.
14019
14020 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14021
14022 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14023 New proc.
14024 (test_terminal_settings_preserved_after_sigterm): New test.
14025
14026 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14027
14028 * gdb.base/batch-preserve-term-settings.exp
14029 (test_terminal_settings_preserved_after_cli_exit): New test.
14030
14031 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14032
14033 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14034 manipulation of saved_gdbflags.
14035 (test_terminal_settings_preserved): Remove global declaration of
14036 the unused variable pagination_prompt. Remove manipulation of
14037 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14038 GDBFLAGS.
14039
14040 2015-07-29 Pedro Alves <palves@redhat.com>
14041
14042 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14043
14044 2015-07-29 Pedro Alves <palves@redhat.com>
14045
14046 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14047 at the top.
14048
14049 2015-07-29 Pedro Alves <palves@redhat.com>
14050
14051 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14052 (main): Call gdb_unbuffer_output.
14053 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14054 (main): Call gdb_unbuffer_output.
14055 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14056 (main): Call gdb_unbuffer_output.
14057 * gdb.base/call-strs.exp: Adjust to step over the
14058 gdb_unbuffer_output call.
14059 * gdb.base/catch-gdb-caused-signals.c: Include
14060 "../lib/unbuffer_output.c".
14061 (main): Call gdb_unbuffer_output.
14062 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14063 (main): Call gdb_unbuffer_output.
14064 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14065 (main): Call gdb_unbuffer_output.
14066 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14067 (main): Call gdb_unbuffer_output.
14068 * gdb.base/shlib-call.exp: Adjust to step over the
14069 gdb_unbuffer_output call.
14070 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14071 (main): Call gdb_unbuffer_output.
14072 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14073 (main): Call gdb_unbuffer_output.
14074 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14075 (main): Rename to ...
14076 (test): ... this.
14077 (main): Reimplement.
14078 * gdb.base/varargs.exp: Run to test instead of to main.
14079 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14080 (main): Call gdb_unbuffer_output.
14081
14082 2015-07-29 Pedro Alves <palves@redhat.com>
14083
14084 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14085 factore out from mi_continue_dprintf. For call-style dprintfs,
14086 expect dprintf output out of $inferior_spawn_id.
14087 (mi_continue_dprintf): Use mi_expect_dprintf.
14088 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14089 (main): Call gdb_unbuffer_output.
14090
14091 2015-07-29 Pedro Alves <palves@redhat.com>
14092
14093 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14094 (default_mi_gdb_start): Set inferior_spawn_id instead of
14095 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14096 gdb_spawn_id.
14097 (mi_gdb_test): Always expect inferior output from both
14098 $inferior_spawn_id and $gdb_spawn_id.
14099
14100 2015-07-29 Pedro Alves <palves@redhat.com>
14101
14102 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14103 send_inferior and $inferior_spawn_id.
14104
14105 2015-07-29 Pedro Alves <palves@redhat.com>
14106
14107 * gdb.gdb/complaints.exp (test_initial_complaints)
14108 (test_serial_complaints, test_short_complaints): Use
14109 gdb_test_stdio.
14110 (test_empty_complaint): Handle $inferior_spawn_id !=
14111 $gdb_spawn_id.
14112
14113 2015-07-29 Pedro Alves <palves@redhat.com>
14114
14115 * gdb.base/varargs.exp: Use gdb_test_stdio.
14116
14117 2015-07-29 Pedro Alves <palves@redhat.com>
14118
14119 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14120
14121 2015-07-29 Pedro Alves <palves@redhat.com>
14122
14123 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14124
14125 2015-07-29 Pedro Alves <palves@redhat.com>
14126
14127 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14128 parameter into two new parameters, "inf_result" and "gdb_result".
14129 Expect inferior output and gdb output from $inferior_spawn_id and
14130 $gdb_spawn_id, respectively. Adjust all callers.
14131
14132 2015-07-29 Pedro Alves <palves@redhat.com>
14133
14134 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14135 of gdb_test_sequence.
14136
14137 2015-07-29 Pedro Alves <palves@redhat.com>
14138
14139 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14140 (saw_spurious_output): Expect inferior output from
14141 $inferior_spawn_id. Use gdb_test_stdio.
14142
14143 2015-07-29 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.base/dprintf.exp: Use standard_testfile. Change
14146 prepare_for_testing call.
14147 (srcfile): Don't set.
14148 (restart): New procedure.
14149 (test_dprintf): New procecure, use to continue over dprintfs.
14150 (test_call, test_agent): New procedures, tests moved here.
14151 Restart gdb and recreate dprintfs. Adjust expected output.
14152
14153 2015-07-29 Pedro Alves <palves@redhat.com>
14154
14155 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14156
14157 2015-07-29 Pedro Alves <palves@redhat.com>
14158
14159 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14160
14161 2015-07-29 Pedro Alves <palves@redhat.com>
14162
14163 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14164 gdb_test_stdio.
14165
14166 2015-07-29 Pedro Alves <palves@redhat.com>
14167
14168 * lib/gdb.exp (gdb_test_stdio): New procedure.
14169
14170 2015-07-29 Pedro Alves <palves@redhat.com>
14171
14172 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14173
14174 2015-07-29 Pedro Alves <palves@redhat.com>
14175
14176 * gdb.base/call-signal-resume.exp: Remove check for
14177 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14178 * gdb.base/unwindonsignal.exp: Likewise.
14179 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14180 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14181
14182 2015-07-29 Pedro Alves <palves@redhat.com>
14183
14184 * gdb.base/siginfo-addr.c (pass): New function.
14185 (handler): Call it iff si_addr is correct.
14186 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14187 Set a breakpoint at "pass" and continue to it.
14188
14189 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14190
14191 * gdb.python/py-objfile.exp: Make some tests have unique names.
14192 * gdb.python/py-pp-registration.exp: Likewise.
14193
14194 2015-07-28 Pedro Alves <palves@redhat.com>
14195
14196 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14197
14198 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14199
14200 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14201
14202 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14203
14204 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14205
14206 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14207
14208 * gdb.base/gdb-sigterm-2.exp: New test.
14209
14210 2015-07-25 Doug Evans <xdje42@gmail.com>
14211
14212 Revert:
14213 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14214 (workers/%.worker, build-perf): New rule.
14215 (GDB_PERFTEST_MODE): New variable.
14216 (check-perf): Use it.
14217 (clean): Clean up gdb.perf parallel build subdirs.
14218 * lib/build-piece.exp: New file.
14219 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14220 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14221 name.
14222 (standard_temp_file): Ditto.
14223 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14224 of $GDB_PARALLEL.
14225
14226 2015-07-24 Doug Evans <dje@google.com>
14227
14228 * gdb.perf/lib/perftest/utils.py: New file.
14229 * gdb.perf/gm-hello.cc: New file.
14230 * gdb.perf/gm-pervasive-typedef.cc: New file.
14231 * gdb.perf/gm-pervasive-typedef.h: New file.
14232 * gdb.perf/gm-std.cc: New file.
14233 * gdb.perf/gm-std.h: New file.
14234 * gdb.perf/gm-use-cerr.cc: New file.
14235 * gdb.perf/gm-utils.h: New file.
14236 * gdb.perf/gmonster-null-lookup.py: New file.
14237 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14238 * gdb.perf/gmonster-print-cerr.py: New file.
14239 * gdb.perf/gmonster-ptype-string.py: New file.
14240 * gdb.perf/gmonster-runto-main.py: New file.
14241 * gdb.perf/gmonster-select-file.py: New file.
14242 * gdb.perf/gmonster1-null-lookup.exp: New file.
14243 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14244 * gdb.perf/gmonster1-print-cerr.exp: New file.
14245 * gdb.perf/gmonster1-ptype-string.exp: New file.
14246 * gdb.perf/gmonster1-runto-main.exp: New file.
14247 * gdb.perf/gmonster1-select-file.exp: New file.
14248 * gdb.perf/gmonster1.cc: New file.
14249 * gdb.perf/gmonster1.exp: New file.
14250 * gdb.perf/gmonster2-null-lookup.exp: New file.
14251 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14252 * gdb.perf/gmonster2-print-cerr.exp: New file.
14253 * gdb.perf/gmonster2-ptype-string.exp: New file.
14254 * gdb.perf/gmonster2-runto-main.exp: New file.
14255 * gdb.perf/gmonster2-select-file.exp: New file.
14256 * gdb.perf/gmonster2.cc: New file.
14257 * gdb.perf/gmonster2.exp: New file.
14258
14259 2015-07-24 Doug Evans <dje@google.com>
14260
14261 * gdb.perf/README: New file.
14262 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14263 * lib/gen-perf-test.exp: New file.
14264
14265 2015-07-24 Doug Evans <dje@google.com>
14266
14267 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14268 (PerfTest::startup): New function.
14269 (PerfTest::run): Return result of calling body.
14270 (PerfTest::assemble): Rewrite.
14271 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14272 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14273 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14274 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14275 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14276
14277 2015-07-24 Doug Evans <dje@google.com>
14278
14279 * lib/gdb.exp (clean_restart): Make executable optional.
14280
14281 2015-07-24 Doug Evans <dje@google.com>
14282
14283 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14284 compiler_info references.
14285 * gdb.cp/temargs.exp: Ditto.
14286 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14287 (get_compiler_info): Early exit if already computed. Set compiler_info
14288 to "unknown" if there was a problem.
14289 (test_compiler_info): Add function comment. Call get_compiler_info.
14290
14291 2015-07-24 Doug Evans <dje@google.com>
14292
14293 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14294 (workers/%.worker, build-perf): New rule.
14295 (GDB_PERFTEST_MODE): New variable.
14296 (check-perf): Use it.
14297 (clean): Clean up gdb.perf parallel build subdirs.
14298 * lib/build-piece.exp: New file.
14299 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14300 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14301 name.
14302 (standard_temp_file): Ditto.
14303 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14304 of $GDB_PARALLEL.
14305
14306 2015-07-24 Doug Evans <dje@google.com>
14307
14308 * lib/future.exp (gdb_default_target_compile): New option
14309 "early_flags".
14310 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14311 --as-needed.
14312
14313 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14314
14315 * gdb.base/catch-syscall.exp: Call gdb_exit before
14316 gdb_skip_xml_test.
14317
14318 2015-07-24 Pedro Alves <palves@redhat.com>
14319
14320 * gdb.python/py-events.exp: Accept output between the stop event
14321 and the prompt.
14322 * gdb.python/py-evsignal.exp: Likewise.
14323 * gdb.python/py-evthreads.exp: Likewise.
14324
14325 2015-07-24 Pedro Alves <palves@redhat.com>
14326
14327 PR gdb/18717
14328 * gdb.threads/non-ldr-exit.c: New file.
14329 * gdb.threads/non-ldr-exit.exp: New file.
14330
14331 2015-07-24 Yao Qi <yao.qi@linaro.org>
14332
14333 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14334 restarting process.
14335
14336 2015-07-24 Yao Qi <yao.qi@linaro.org>
14337
14338 * gdb.server/ext-restart.exp: New file.
14339
14340 2015-07-24 Yao Qi <yao.qi@linaro.org>
14341
14342 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14343 argument options.
14344 * gdb.server/ext-wrapper.exp: New file.
14345
14346 2015-07-23 Doug Evans <dje@google.com>
14347
14348 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14349 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14350
14351 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14352
14353 * gdb.ada/var_arr_typedef.exp: New testcase.
14354 * gdb.ada/var_arr_typedef/pack.adb: New file.
14355 * gdb.ada/var_arr_typedef/pack.ads: New file.
14356 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14357
14358 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14359
14360 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14361
14362 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14363
14364 * gdb.arch/i386-biarch-core.exp: Replace istarget
14365 by "complete set gnutarget". Remove expectation for the "core-file"
14366 command.
14367
14368 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14369
14370 Revert the previous commit:
14371 Tests for validate symbol file using build-id.
14372
14373 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14374
14375 Tests for validate symbol file using build-id.
14376 * gdb.base/solib-mismatch-lib.c: New file.
14377 * gdb.base/solib-mismatch-libmod.c: New file.
14378 * gdb.base/solib-mismatch.c: New file.
14379 * gdb.base/solib-mismatch.exp: New file.
14380
14381 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14382
14383 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14384 nios2-*-linux*.
14385 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14386 * gdb.base/siginfo.exp: Likewise.
14387 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14388
14389 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14390
14391 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14392 Move it to ...
14393 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14394 ... here.
14395 * gdb.trace/range-stepping.exp: Check that the target supports
14396 range stepping.
14397
14398 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14399
14400 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14401
14402 2015-07-14 Pedro Alves <palves@redhat.com>
14403
14404 * gdb.base/killed-outside.exp: New file.
14405 * gdb.base/killed-outside.c: New file.
14406
14407 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14408
14409 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14410 (n at main): New.
14411 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14412
14413 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14414
14415 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14416 infcall tests instead of setting up for KFAIL.
14417
14418 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14419
14420 * gdb.btrace/record_goto-step.exp: New.
14421
14422 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14423
14424 PR compile/18484
14425 * gdb.compile/compile.c (struct struct_type): Add volatile to
14426 selffield's type.
14427 * gdb.compile/compile.exp
14428 (compile code struct_object.selffield = &struct_object): Skip further
14429 struct_object tests if this one xfails.
14430
14431 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14432
14433 PR exp/18617
14434 * gdb.trace/ax.exp: Add test.
14435
14436 2015-07-07 Yao Qi <yao.qi@linaro.org>
14437
14438 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14439 instead of istarget "aarch64*-*-*".
14440 * gdb.arch/aarch64-fp.exp: Likewise.
14441 * gdb.base/float.exp: Likewise.
14442 * gdb.reverse/aarch64.exp: Likewise.
14443 * lib/gdb.exp (is_aarch64_target): New proc.
14444
14445 2015-07-07 Yao Qi <yao.qi@linaro.org>
14446
14447 * lib/gdb.exp (is_aarch32_target): New proc.
14448 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14449 instead of "istarget "arm*-*-*"".
14450 * gdb.arch/arm-disp-step.exp: Likewise.
14451 * gdb.arch/thumb-bx-pc.exp: Likewise.
14452 * gdb.arch/thumb-prologue.exp: Likewise.
14453 * gdb.arch/thumb-singlestep.exp: Likewise.
14454 * gdb.base/disp-step-syscall.exp: Likewise.
14455 * gdb.base/float.exp: Likewise.
14456
14457 2015-07-07 Yao Qi <yao.qi@linaro.org>
14458
14459 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14460 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14461
14462 2015-07-07 Yao Qi <yao.qi@linaro.org>
14463
14464 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14465 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14466 if it exists.
14467 * gdb.multi/multi-arch.exp: Likewise.
14468
14469 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14470
14471 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14472 print.
14473
14474 2015-07-07 Yao Qi <yao.qi@linaro.org>
14475
14476 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14477
14478 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14479
14480 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14481 '[' and ']' characters.
14482
14483 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14484
14485 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14486
14487 2015-06-29 Pedro Alves <palves@redhat.com>
14488
14489 PR threads/18127
14490 * gdb.threads/hand-call-new-thread.c: New file.
14491 * gdb.threads/hand-call-new-thread.c: New file.
14492
14493 2015-06-26 Keith Seitz <keiths@redhat.com>
14494 Doug Evans <dje@google.com>
14495
14496 PR 16253
14497 * gdb.cp/var-tag-2.cc: New file.
14498 * gdb.cp/var-tag-3.cc: New file.
14499 * gdb.cp/var-tag-4.cc: New file.
14500 * gdb.cp/var-tag.cc: New file.
14501 * gdb.cp/var-tag.exp: New file.
14502
14503 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14504
14505 * gdb.base/history-duplicates.exp: New test.
14506
14507 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14508
14509 * gdb.base/completion.exp: Test the completion of the "focus"
14510 command.
14511
14512 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14513
14514 * gdb.arch/amd64-prologue-skip.S: New file.
14515 * gdb.arch/amd64-prologue-skip.exp: New file.
14516
14517 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14518
14519 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14520 is_address_zero_readable check.
14521
14522 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14523
14524 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14525 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14526
14527 2015-06-24 Yao Qi <yao.qi@linaro.org>
14528
14529 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14530 linux targets.
14531
14532 2015-06-24 Yao Qi <yao.qi@linaro.org>
14533
14534 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14535 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14536 * gdb.base/siginfo-thread.exp: Likewise.
14537
14538 2015-06-22 Yao Qi <yao.qi@linaro.org>
14539
14540 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14541
14542 2015-06-22 Yao Qi <yao.qi@linaro.org>
14543
14544 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14545 aarch64*-*-*.
14546 (skip_hw_watchpoint_tests): Likewise.
14547
14548 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14549
14550 * gdb.base/gdbinit-history.exp: Test the interaction between
14551 setting GDBHISTSIZE and setting the history size via .gdbinit.
14552
14553 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14554
14555 PR gdb/16999
14556 * gdb.base/gdbhistsize-history.exp: New test.
14557
14558 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14559
14560 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14561 with GDBHISTSIZE.
14562 * gdb.base/readline.exp: Likewise.
14563
14564 2015-06-17 Yao Qi <yao.qi@linaro.org>
14565
14566 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14567 line.
14568
14569 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14570
14571 * gdb.base/gdbinit-history.exp: Add test case to check that
14572 an unlimited history file does not get truncated on exit.
14573
14574 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14575
14576 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14577 (VECTOR): New macro. Use it...
14578 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14579 ...for these typedefs.
14580 (int8, char1, int1, double1): New typedefs.
14581 (struct just_int2, struct two_int2): New structures.
14582 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14583 (add_structvecs, add_singlevecs): New functions.
14584 (main): Call add_some_intvecs twice.
14585 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14586 the compile and exit upon failure. Try compiling for the "native"
14587 architecture. Test inferior function calls with vector arguments
14588 and vector return value handling with "finish" and "return".
14589
14590 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14591
14592 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14593 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14594 PE file.
14595 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14596
14597 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14598
14599 PR breakpoints/16465
14600 * gdb.mi/mi-dprintf-pending.c: New file.
14601 * gdb.mi/mi-dprintf-pending.exp: New test.
14602 * gdb.mi/mi-dprintf-pendshr.c: New file.
14603
14604 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14605 Mircea Gherzan <mircea.gherzan@intel.com>
14606
14607 * gdb.arch/i386-mpx-map.c: New file.
14608 * gdb.arch/i386-mpx-map.exp: New File.
14609
14610 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14611
14612 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14613 * gdb.arch/i386-mpx.exp: Indentation fixed.
14614
14615 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14616
14617 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14618 function and improved indentation.
14619 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14620 gdb_test_multiple. Added additional tests to skip the test.
14621
14622 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14623
14624 * gdb.arch/i386-avx512.c: Change path in include file.
14625 * gdb.arch/i386-avx512.exp: Change include dir path
14626 compilation flag.
14627 * gdb.arch/i386-mpx.c: Change path in include file.
14628 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14629 flag.
14630
14631 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14632
14633 * gdb.compile/compile-print.exp (compile print *vararray@3)
14634 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14635
14636 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14637
14638 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14639 (do not keep jit in memory): ... this.
14640 (expect 5): Change it to ...
14641 (expect no 5): ... this.
14642
14643 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14644
14645 PR gdb/15564
14646 * gdb.mi/mi-detach.exp: New file.
14647
14648 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14649
14650 PR symtab/18392
14651 * gdb.arch/amd64-tailcall-self.S: New file.
14652 * gdb.arch/amd64-tailcall-self.c: New file.
14653 * gdb.arch/amd64-tailcall-self.exp: New file.
14654
14655 2015-05-28 Don Breazeal <donb@codesourcery.com>
14656
14657 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14658 tests for remote targets by checking is_target_gdbserver.
14659
14660 2015-05-27 Doug Evans <dje@google.com>
14661
14662 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14663 * gdb.dwarf2/opaque-type-lookup.c: New file.
14664 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14665
14666 2015-05-26 Doug Evans <dje@google.com>
14667
14668 * gdb.cp/iostream.cc: New file.
14669 * gdb.cp/iostream.exp: New file.
14670
14671 2015-05-26 Doug Evans <dje@google.com>
14672
14673 * gdb.dwarf2/dw2-op-call.exp: Update.
14674 * gdb.dwarf2/dw4-sig-types.exp: Update.
14675 * gdb.dwarf2/implptr.exp: Update.
14676 * gdb.mi/mi-cmd-param-changed.exp: Update.
14677
14678 2015-05-26 Doug Evans <dje@google.com>
14679
14680 * gdb.python/py-lazy-string.c: New file.
14681 * gdb.python/py-lazy-string.exp: New file.
14682 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14683 (main): Update. Add estring3.
14684 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14685 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14686
14687 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14688 Yao Qi <yao.qi@linaro.org>
14689
14690 * gdb.reverse/aarch64.c: New.
14691 * gdb.reverse/aarch64.exp: New.
14692
14693 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14694
14695 * lib/gdb.exp (supports_process_record): Return true for
14696 aarch64*-linux*.
14697 (supports_reverse): Likewise.
14698
14699 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14700
14701 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14702 Use with_test_prefix.
14703
14704 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14705
14706 * gdb.base/completion.exp: Add test for completion of layout
14707 names.
14708
14709 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14710
14711 * lib/gdb.exp (skip_tui_tests): New proc.
14712 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14713
14714 2015-05-19 Pedro Alves <palves@redhat.com>
14715
14716 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14717 Save the whole env array instead of just HOME. Unset HISTSIZE in
14718 the environment while testing. Restore whole environment
14719 afterwards.
14720
14721 2015-05-16 Doug Evans <xdje42@gmail.com>
14722
14723 * gdb.guile/scm-ports.c: New file.
14724 * gdb.guile/scm-ports.exp: Add memory port tests.
14725
14726 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14727
14728 * gdb.compile/compile-print.c: New file.
14729 * gdb.compile/compile-print.exp: New file.
14730
14731 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14732
14733 * gdb.compile/compile-ops.exp: Cast param to void.
14734 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14735 (compile code struct_object.selffield = &struct_object): Add xfail.
14736
14737 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14738
14739 * gdb.ada/arr_enum_with_gap: New testcase.
14740
14741 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14742
14743 * gdb.ada/byte_packed_arr: New testcase.
14744
14745 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14746
14747 * gdb.ada/pckd_neg: New testcase.
14748
14749 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14750
14751 PR gdb/17820
14752 * gdb.base/gdbinit-history.exp: New test.
14753 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14754 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14755
14756 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14757
14758 * gdb.python/py-xmethods.cc: Enhance test case.
14759 * gdb.python/py-xmethods.exp: New tests.
14760 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14761 function.
14762 (B_indexoper): Likewise.
14763 (global_dm_list) : Add new xmethod worker functions.
14764
14765 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14766
14767 * gdb.base/coredump-filter.exp: Correctly unset
14768 "coredump_var_addr" array.
14769
14770 2015-05-08 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.server/non-existing-program.exp: Unset spawn_id.
14773
14774 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14775
14776 PR python/18291
14777 * gdb.python/py-xmethods.exp: Add tests.
14778
14779 2015-05-08 Yao Qi <yao.qi@linaro.org>
14780
14781 PR gdb/18208
14782 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14783 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14784 function set_coredump_filter, and remove remote_exec call.
14785 Remove argument ipid. Callers update.
14786 (top level): Don't get inferior's PID.
14787
14788 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14789
14790 * gdb.base/watch_thread_num.exp: Skip test on targets without
14791 access watchpoints.
14792
14793 2015-05-06 Pedro Alves <palves@redhat.com>
14794
14795 PR server/18081
14796 * gdb.server/non-existing-program.exp: New file.
14797
14798 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14799
14800 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14801
14802 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14803
14804 * gdb.ada/out_of_line_in_inlined: New testcase.
14805
14806 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14807
14808 * gdb.ada/var_rec_arr: New testcase.
14809
14810 2015-04-30 Yao Qi <yao.qi@linaro.org>
14811
14812 * gdb.base/break-idempotent.exp: If
14813 skip_hw_watchpoint_multi_tests returns true, skip the tests
14814 on "rwatch" and "awatch".
14815
14816 2015-04-30 Yao Qi <yao.qi@linaro.org>
14817
14818 * gdb.base/relativedebug.exp: Invoke gdb command
14819 "info sharedlibrary", and if libc.so doesn't have debug info,
14820 skip the test.
14821
14822 2015-04-29 Doug Evans <dje@google.com>
14823
14824 * gdb.python/py-xmethods.exp: Add ptype tests.
14825 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14826 get_result_type method.
14827
14828 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14829
14830 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14831 the target does not support hardware watchpoints.
14832
14833 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14834
14835 * gdb.base/break-always.exp: Abort testing if writing to memory
14836 causes an error.
14837
14838 2015-04-28 Doug Evans <dje@google.com>
14839
14840 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14841 * gdb.python/py-pp-registration.exp: ... here. New file.
14842 * gdb.python/py-pp-registration.c: New file.
14843 * gdb.python/py-pp-registration.py: New file.
14844
14845 2015-04-28 Doug Evans <dje@google.com>
14846
14847 * gdb.python/py-bad-printers.c: New file.
14848 * gdb.python/py-bad-printers.py: New file.
14849 * gdb.python/py-bad-printers.exp: New file.
14850
14851 2015-04-28 Sasha Smundak <asmundak@google.com>
14852
14853 * gdb.python/py-type.exp: New test.
14854
14855 2015-04-28 Andy Wingo <wingo@igalia.com>
14856
14857 * gdb.python/py-parameter.exp:
14858 * gdb.guile/scm-parameter.exp: Escape the path that we are
14859 matching against, as it might contain characters that are special
14860 to regular expressions.
14861
14862 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14863
14864 * gdb.ada/rec_comp: New testcase.
14865
14866 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14867
14868 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14869 before using it.
14870
14871 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14872
14873 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14874 new tests for verilog output.
14875
14876 2015-04-24 Yao Qi <yao.qi@linaro.org>
14877
14878 * boards/remote-gdbserver-on-localhost.exp: New file.
14879
14880 2015-04-23 Pedro Alves <palves@redhat.com>
14881
14882 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14883 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14884 "end of file", remove $inferior_spawn_id from the indirect list.
14885
14886 2015-04-23 Pedro Alves <palves@redhat.com>
14887
14888 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14889
14890 2015-04-23 Pedro Alves <palves@redhat.com>
14891
14892 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14893 on $any_spawn_id instead of only on $gdb_spawn_id.
14894
14895 2015-04-21 Pierre Muller <muller@sourceware.org>
14896
14897 PR pascal/17815
14898 * lib/pascal.exp (gpc_compile): Add new option "class".
14899 (fpc_compile): Likewise.
14900 * gdb.pascal/case-insensitive-symbols.pas: New file.
14901 * gdb.pascal/case-insensitive-symbols.exp: New file.
14902
14903 2015-04-20 Gary Benson <gbenson@redhat.com>
14904
14905 * gdb.base/attach.exp: Fix three extended remote failures.
14906
14907 2015-04-17 Gary Benson <gbenson@redhat.com>
14908
14909 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14910 the main executable over the remote protocol.
14911
14912 2015-04-16 Pedro Alves <palves@redhat.com>
14913
14914 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14915 a new gdbserver if gdbserver_reconnect_p is set.
14916
14917 2015-04-16 Pedro Alves <palves@redhat.com>
14918
14919 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14920 is set, don't exit gdbserver.
14921
14922 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14923
14924 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14925 appropriate .insn, such that an older assembler can be used.
14926 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14927 the z/Architecture instruction set on 31-bit targets as well.
14928
14929 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14930
14931 * gdb.go/handcall.exp: Remove all logic related to the first
14932 breakpoint and rely on go_runto_main instead.
14933 * gdb.go/strings.exp: Likewise.
14934 * gdb.go/unsafe.exp: Likewise.
14935 * gdb.go/hello.exp: Likewise. Also rename the remaining
14936 breakpoint marker to "breakpoint 1".
14937 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14938 * gdb.go/strings.go: Likewise.
14939 * gdb.go/unsafe.go: Likewise.
14940 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14941 "set breakpoint 2 here" and rename the remaining breakpoint marker
14942 to "breakpoint 1".
14943
14944 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14945
14946 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14947 if itertools.imap is not present.
14948 * gdb.python/py-objfile.exp: Add parentheses.
14949 * gdb.python/py-type.exp: Same.
14950 * gdb.python/py-unwind-maint.py: Same.
14951
14952 2015-04-15 Yao Qi <yao.qi@linaro.org>
14953
14954 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14955 of ":$ptr_size" and set its form explicitly.
14956
14957 2015-04-15 Pedro Alves <palves@redhat.com>
14958 Yao Qi <yao.qi@linaro.org>
14959
14960 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14961 timeout by factor of 4.
14962 (test_regular_watch): Likewise.
14963 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14964 * gdb.reverse/sigall-reverse.exp: Likewise.
14965 * gdb.reverse/until-precsave.exp: Likewise.
14966 * lib/gdb.exp (with_timeout_factor): New proc.
14967 (gdb_expect): Move some code to ...
14968 (get_largest_timeout): ... here. New procedure.
14969
14970 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14971
14972 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14973
14974 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14975
14976 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14977 to write to the .text section.
14978
14979 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14980
14981 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14982 Handle the case of targets that do not provide PID information.
14983
14984 2015-04-13 Yao Qi <yao.qi@linaro.org>
14985
14986 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14987 and use expect instead of gdb_expect.
14988
14989 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14990
14991 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14992 "coredump_var_addr" to avoid naming conflict with other testcases.
14993
14994 2015-04-10 Pedro Alves <palves@redhat.com>
14995
14996 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14997 gdb_test_sequence and gdb_assert.
14998
14999 2015-04-10 Pedro Alves <palves@redhat.com>
15000
15001 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15002 test messages that don't include the breakpoint address.
15003
15004 2015-04-10 Yao Qi <yao.qi@linaro.org>
15005
15006 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15007 false for some offset and width combinations which aren't
15008 supported by linux kernel.
15009
15010 2015-04-10 Pedro Alves <palves@redhat.com>
15011
15012 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15013 procedure, factored out from ...
15014 (top level): ... here. Add "set displaced-stepping" testing axis.
15015 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15016 parameter "displaced". Use it.
15017 (top level): Use foreach and add "set displaced-stepping" testing
15018 axis.
15019
15020 2015-04-10 Pedro Alves <palves@redhat.com>
15021
15022 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15023 Remove comment.
15024 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15025 both the address of the instruction that triggers the watchpoint
15026 and the address of the instruction immediately after, and use
15027 those addresses for the test. Fix comment.
15028
15029 2015-04-10 Pedro Alves <palves@redhat.com>
15030
15031 * gdb.base/sigstep.exp (breakpoint_to_handler)
15032 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15033 Test "backtrace" in handler.
15034 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15035 (top level): Add new "displaced" test axis to
15036 breakpoint_to_handler, breakpoint_to_handler_entry and
15037 breakpoint_over_handler.
15038
15039 2015-04-10 Pedro Alves <palves@redhat.com>
15040
15041 PR gdb/18216
15042 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15043
15044 2015-04-10 Yao Qi <yao.qi@linaro.org>
15045
15046 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15047 (test_add_rn_pc): New function.
15048 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15049 (top level): Invoke test_add_rn_pc.
15050
15051 2015-04-10 Pedro Alves <palves@redhat.com>
15052
15053 PR gdb/13858
15054 * gdb.base/step-over-no-symbols.exp: New file.
15055
15056 2015-04-09 Andy Wingo <wingo@igalia.com>
15057
15058 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15059 after the Python tests.
15060
15061 2015-04-08 Keith Seitz <keiths@redhat.com>
15062
15063 PR python/16699
15064 * gdb.python/py-completion.exp: New tests for completion.
15065 * gdb.python/py-completion.py (CompleteLimit1): New class.
15066 (CompleteLimit2): Likewise.
15067 (CompleteLimit3): Likewise.
15068 (CompleteLimit4): Likewise.
15069 (CompleteLimit5): Likewise.
15070 (CompleteLimit6): Likewise.
15071 (CompleteLimit7): Likewise.
15072
15073 2015-04-08 Pedro Alves <palves@redhat.com>
15074
15075 PR gdb/18214
15076 PR gdb/18216
15077 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15078 function.
15079 (main): Install it as SIGUSR1 handler.
15080 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15081 parameter. Always use "setup" as prefix. Toggle "set
15082 displaced-stepping" off/on depending on global. Don't switch to
15083 thread 1 here.
15084 (top level): Add displaced stepping "off/on" test axis. Update
15085 "setup" calls. Wrap each subtest with with_test_prefix. Test
15086 continuing with a queued signal in each thread.
15087
15088 2015-04-08 Pedro Alves <palves@redhat.com>
15089
15090 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15091 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15092 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15093 Return early if running to main fails.
15094 * gdb.trace/while-stepping.exp: Likewise.
15095
15096 2015-04-07 Pedro Alves <palves@redhat.com>
15097
15098 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15099 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15100 interact with inferior program.
15101
15102 2015-04-07 Pedro Alves <palves@redhat.com>
15103
15104 * lib/gdb.exp (inferior_spawn_id): New global.
15105 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15106 spawn id after processing the user code.
15107 (default_gdb_start): Set inferior_spawn_id.
15108 (send_inferior): New procedure.
15109 * lib/gdbserver-support.exp (gdbserver_start): Set
15110 inferior_spawn_id.
15111 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15112
15113 2015-04-07 Pedro Alves <palves@redhat.com>
15114
15115 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15116 * lib/gdbserver-support.exp (gdbserver_start): Make
15117 $server_spawn_id global.
15118 (gdbserver_start): Don't wait for gdbserver's spawn id with
15119 expect_background.
15120 (close_gdbserver): New procedure.
15121 (gdb_exit): Rename the default version and reimplement.
15122
15123 2015-04-07 Pedro Alves <palves@redhat.com>
15124
15125 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15126 append the substituted item, not the original item.
15127
15128 2015-04-07 Pedro Alves <palves@redhat.com>
15129
15130 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15131 gdb_expect.
15132
15133 2015-04-07 Pedro Alves <palves@redhat.com>
15134
15135 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15136 output appearing once only.
15137
15138 2015-04-07 Pedro Alves <palves@redhat.com>
15139
15140 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15141 that doesn't expect anything. Return early if running to main
15142 fails.
15143
15144 2015-04-07 Yao Qi <yao.qi@linaro.org>
15145
15146 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15147 (child_function): Call alarm.
15148 (main): Move call to alarm into the loop.
15149 * gdb.threads/non-stop-fair-events.exp: Build program with
15150 -DTIMEOUT=$timeout.
15151
15152 2015-04-06 Doug Evans <xdje42@gmail.com>
15153
15154 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15155 Fix dest parameter to board_info.
15156 (fpc_compile): Ditto.
15157 (gdb_compile_pascal): Rename dest arg to destfile.
15158
15159 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15160
15161 * gdb.ada/funcall_ref.exp: New file.
15162 * gdb.ada/funcall_ref/foo.adb: New file.
15163
15164 2015-04-02 Yao Qi <yao.qi@linaro.org>
15165
15166 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15167 is remote.
15168
15169 2015-04-02 Gary Benson <gbenson@redhat.com>
15170
15171 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15172
15173 2015-04-01 Sasha Smundak <asmundak@google.com>
15174
15175 * gdb.python/py-unwind-maint.c: New file.
15176 * gdb.python/py-unwind-maint.exp: New test.
15177 * gdb.python/py-unwind-maint.py: New file.
15178 * gdb.python/py-unwind.c: New file.
15179 * gdb.python/py-unwind.exp: New test.
15180 * gdb.python/py-unwind.py: New test.
15181
15182 2015-04-01 Pedro Alves <palves@redhat.com>
15183
15184 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15185 to fail instead of non-existent $test.
15186
15187 2015-04-01 Pedro Alves <palves@redhat.com>
15188
15189 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15190 GDBFLAGS if not empty.
15191
15192 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15193
15194 * gdb.ada/complete.exp: Remove "multi_line".
15195 * gdb.ada/info_exc.exp: Remove "multi_line".
15196 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15197 * gdb.ada/ptype_field.exp: Remove "multi_line".
15198 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15199 * gdb.ada/tagged.exp: Remove "multi_line".
15200 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15201 [multi_line ...]
15202 * gdb.btrace/delta.exp: Likewise.
15203 * gdb.btrace/exception.exp: Likewise.
15204 * gdb.btrace/function_call_history.exp: Likewise.
15205 * gdb.btrace/instruction_history.exp: Likewise.
15206 * gdb.btrace/nohist.exp: Likewise.
15207 * gdb.btrace/record_goto.exp: Likewise.
15208 * gdb.btrace/segv.exp: Likewise.
15209 * gdb.btrace/stepi.exp: Likewise.
15210 * gdb.btrace/tailcall.exp: Likewise.
15211 * gdb.btrace/unknown_functions.exp: Likewise.
15212 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15213 * lib/gdb.exp: Add the "multi_line" helper.
15214
15215 2015-04-01 Pedro Alves <palves@redhat.com>
15216
15217 * gdb.threads/tid-reuse.c: New file.
15218 * gdb.threads/tid-reuse.exp: New file.
15219
15220 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15221
15222 PR corefiles/16092
15223 * gdb.base/coredump-filter.c: New file.
15224 * gdb.base/coredump-filter.exp: Likewise.
15225
15226 2015-03-27 Petr Machata <pmachata@redhat.com>
15227
15228 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15229 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15230 (Dwarf::assemble): Initialize them.
15231 (Dwarf::lines): New function.
15232
15233 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15234
15235 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15236 SYMBOL_PREFIX for x86_64-*-cygwin.
15237
15238 2015-03-26 Andy Wingo <wingo@igalia.com>
15239
15240 PR symtab/18148
15241 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15242 const_value but not a location.
15243 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15244 location defined in non-main CUs are visible.
15245
15246 2015-03-26 Yao Qi <yao.qi@linaro.org>
15247
15248 PR testsuite/18139
15249 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15250 Add a line number entry for the same line.
15251 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15252 Add a line number entry for the same line.
15253
15254 2015-03-26 Yao Qi <yao.qi@linaro.org>
15255
15256 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15257 .int 0.
15258 (func): Likewise. Add .Lfunc_1 label.
15259 Use .Lfunc_1 label.
15260 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15261 .int 0.
15262 (func): Likewise.
15263 Use .Lfunc_1 label.
15264
15265 2015-03-26 Yao Qi <yao.qi@linaro.org>
15266
15267 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15268 Call gdb_compile instead to compile each .s files without debug
15269 information.
15270
15271 2015-03-26 Yao Qi <yao.qi@linaro.org>
15272
15273 * gdb.base/savedregs.exp (process_saved_regs): Make
15274 "Saved registers:" optional in the pattern.
15275
15276 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15277
15278 * gdb.btrace/next.exp: Merged into step.exp.
15279 * gdb.btrace/finish.exp: Merged into step.exp.
15280 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15281 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15282 "record goto" and checking the exact replay position.
15283 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15284 check for "Recording format" in "info record" output.
15285 * gdb.btrace/record_goto.exp: Choose test file based on target.
15286 * gdb.btrace/x86-record_goto.S: Renamed into ...
15287 * gdb.btrace/x86_64-record_goto.S: ... this.
15288 * gdb.btrace/i686-record_goto.S: New.
15289 * gdb.btrace/x86-tailcall.S: Renamed into ...
15290 * gdb.btrace/x86_64-tailcall.S: ... this.
15291 * gdb.btrace/i686-tailcall.S: New.
15292 * gdb.btrace/x86-tailcall.c: Renamed into ...
15293 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15294 separate statements. Update test.
15295 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15296 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15297 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15298 * gdb.btrace/tailcall.exp: Choose test file based on target.
15299 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15300
15301 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15302
15303 * gdb.btrace/exception.exp: Increase BTS buffer size.
15304
15305 2015-03-24 Pedro Alves <palves@redhat.com>
15306
15307 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15308
15309 2015-03-24 Pedro Alves <palves@redhat.com>
15310
15311 * gdb.threads/schedlock.exp (test_step): No longer expect that
15312 "set scheduler-locking step" with "next" over a function call runs
15313 threads unlocked.
15314
15315 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15316
15317 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15318
15319 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15320
15321 PR breakpoints/16466
15322 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15323 * gdb.mi/mi-pending.c (thread_func): New function.
15324 (int main): Add threading support required.
15325 * gdb.mi/mi-pending.exp: Add tests for this issue.
15326 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15327 (pendfunc2): Remove stdio dependency.
15328 * gdb.mi/mi-pendshr2.c: New file.
15329
15330 2015-03-23 Keith Seitz <keiths@redhat.com>
15331
15332 * gdb.linespec/keywords.c: New file.
15333 * gdb.linespec/keywords.exp: New file.
15334
15335 2015-03-23 Keith Seitz <keiths@redhat.com>
15336
15337 PR gdb/18021
15338 * gdb.dwarf2/staticvirtual.exp: New test.
15339
15340 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15341
15342 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15343 * README: Remove HP-UX and gdb.hp.
15344 (configuration):
15345 * configure: Regenerate.
15346 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15347 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15348 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15349 gdb.hp/gdb.defects/Makefile.
15350 * gdb.hp/Makefile.in: File deleted.
15351 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15352 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15353 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15354 * gdb.hp/gdb.aCC/run.c: File deleted.
15355 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15356 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15357 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15358 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15359 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15360 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15361 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15362 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15363 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15364 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15365 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15366 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15367 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15368 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15369 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15370 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15371 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15372 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15373 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15374 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15375 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15376 * gdb.hp/gdb.compat/average.c: File deleted.
15377 * gdb.hp/gdb.compat/sum.c: File deleted.
15378 * gdb.hp/gdb.compat/xdb.c: File deleted.
15379 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15380 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15381 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15382 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15383 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15384 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15385 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15386 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15387 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15388 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15389 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15390 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15391 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15392 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15393 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15394 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15395 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15396 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15397 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15398 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15399 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15400 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15401 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15402 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15403 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15404 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15405 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15406 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15407 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15408 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15409 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15410 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15411 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15412 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15413 * gdb.hp/tools/odump: File deleted.
15414
15415 2015-03-19 Pedro Alves <palves@redhat.com>
15416
15417 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15418 (saw_thread_3): New globals.
15419 (top level): Increment them when an event for the corresponding
15420 thread is seen.
15421 (no thread starvation): New test.
15422
15423 2015-03-19 Pedro Alves <palves@redhat.com>
15424
15425 * gdb.threads/continue-pending-status.c: New file.
15426 * gdb.threads/continue-pending-status.exp: New file.
15427
15428 2015-03-18 Pedro Alves <palves@redhat.com>
15429
15430 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15431 Use gdb_is_target_remote instead of is_remote. Use
15432 gdb_test_multiple instead of gdb_expect. Exit early if
15433 gdb_test_multiple hits its internal matches. Tighten stepi tests
15434 expected output. Fail on exit with any signal, instead of just
15435 SIGILL.
15436
15437 2015-03-18 Yao Qi <yao.qi@linaro.org>
15438
15439 PR tdep/18107
15440 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15441 variable.
15442 * gdb.base/catch-syscall.exp: Don't skip it on
15443 aarch64*-*-linux* target. Remove elements in all_syscalls.
15444 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15445 target.
15446 (setup_all_syscalls): New proc.
15447
15448 2015-03-16 Yao Qi <yao.qi@linaro.org>
15449
15450 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15451 (top level): Skip tests if valid_addr_p returns false for
15452 $cmd1 or $cmd2.
15453
15454 2015-03-11 Andy Wingo <wingo@igalia.com>
15455
15456 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15457
15458 2015-03-11 Yao Qi <yao.qi@linaro.org>
15459
15460 * gdb.base/catch-syscall.exp: Fix typo in comments.
15461
15462 2015-03-11 Yao Qi <yao.qi@linaro.org>
15463
15464 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15465
15466 2015-03-09 Pedro Alves <palves@redhat.com>
15467
15468 * dg-extract-results.py: Delete.
15469
15470 2015-03-09 Pedro Alves <palves@redhat.com>
15471
15472 Merge dg-extract-results.sh from GCC upstream (r218843).
15473
15474 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15475 * dg-extract-results.sh: Use --text with grep to avoid issues with
15476 binary files. Fall back to cat -v, if that doesn't work.
15477
15478 2015-03-05 Pedro Alves <palves@redhat.com>
15479
15480 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15481
15482 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15483
15484 * lib/mi-support.exp (mi_expect_interrupt): Accept
15485 alternative event for when in all-stop mode.
15486
15487 2015-03-04 Pedro Alves <palves@redhat.com>
15488
15489 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15490
15491 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15492
15493 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15494
15495 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15496
15497 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15498 regexps for GDB's current line display, accept a hex address
15499 preceding the line number.
15500
15501 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15502
15503 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15504 the 'arch1' variable for "s390*-linux*" targets.
15505
15506 2015-03-04 Pedro Alves <palves@redhat.com>
15507
15508 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15509 (main): Pass missing retval argument to pthread_join call.
15510
15511 2015-03-02 Pedro Alves <palves@redhat.com>
15512
15513 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15514 (top level): Call do_test with non-stop as well.
15515
15516 2015-03-02 Pedro Alves <palves@redhat.com>
15517
15518 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15519 -1.
15520
15521 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15522
15523 * gdb.arch/s390-vregs.exp: New test.
15524 * gdb.arch/s390-vregs.S: New file.
15525
15526 2015-02-27 Pedro Alves <palves@redhat.com>
15527
15528 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15529 call to catch_command_errors.
15530 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15531 catch_command_errors.
15532
15533 2015-02-27 Pedro Alves <palves@redhat.com>
15534
15535 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15536 "true" for boolean result.
15537 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15538 prototype of main.
15539
15540 2015-02-27 Pedro Alves <palves@redhat.com>
15541
15542 * lib/unbuffer_output.c: New file.
15543 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15544 (main): Call gdb_unbuffer_output.
15545
15546 2015-02-27 Yao Qi <yao.qi@linaro.org>
15547
15548 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15549 target.
15550
15551 2015-02-26 Doug Evans <dje@google.com>
15552
15553 * gdb.cp/class2.cc (Dbase, D): New classes.
15554 (main): New local delta.
15555 * gdb.cp/class2.exp: Test printing delta.
15556 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15557 (dynbar): New global.
15558 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15559
15560 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15561
15562 * gdb.compile/compile-ifunc.c: New file.
15563 * gdb.compile/compile-ifunc.exp: New file.
15564
15565 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15566
15567 * gdb.base/structs.exp: Check for correct struct on finish.
15568
15569 2015-02-26 Yao Qi <yao.qi@linaro.org>
15570
15571 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15572 is zero.
15573
15574 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15575
15576 * gdb.arch/cordic.ko.bz2: New file.
15577 * gdb.arch/cordic.ko.debug.bz2: New file.
15578 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15579
15580 2015-02-25 Yao Qi <yao.qi@linaro.org>
15581
15582 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15583 aarch64*-*-* target.
15584
15585 2015-02-23 Pedro Alves <palves@redhat.com>
15586
15587 * lib/gdb.exp (delete_breakpoints): Rewrite using
15588 gdb_test_multiple.
15589
15590 2015-02-23 Pedro Alves <palves@redhat.com>
15591
15592 * gdb.base/info-os.c: Include stdlib.h.
15593
15594 2015-02-22 Doug Evans <xdje42@gmail.com>
15595
15596 PR symtab/17855
15597 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15598 is read after symbols have been re-read.
15599 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15600 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15601
15602 2015-02-21 Doug Evans <dje@google.com>
15603
15604 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15605
15606 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15607
15608 PR corefiles/17808
15609 * gdb.arch/i386-biarch-core.core.bz2: New file.
15610 * gdb.arch/i386-biarch-core.exp: New file.
15611
15612 2015-02-21 Pedro Alves <palves@redhat.com>
15613
15614 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15615 runto_main fails.
15616
15617 2015-02-20 Pedro Alves <palves@redhat.com>
15618
15619 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15620 info probes.
15621
15622 2015-02-20 Pedro Alves <palves@redhat.com>
15623
15624 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15625
15626 2015-02-20 Pedro Alves <palves@redhat.com>
15627
15628 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15629 clean_restart before gdb_target_supports_trace.
15630
15631 2015-02-20 Pedro Alves <palves@redhat.com>
15632
15633 PR threads/18006
15634 * gdb.threads/clone-thread_db.c: New file.
15635 * gdb.threads/clone-thread_db.exp: New file.
15636
15637 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15638
15639 PR breakpoints/16812
15640 * gdb.base/catch-gdb-caused-signals.c: New file.
15641 * gdb.base/catch-gdb-caused-signals.exp: New file.
15642
15643 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15644
15645 * configure: Regenerated.
15646 * configure.ac: Use GDB_AC_TRANSFORM.
15647 * aclocal.m4: sinclude ../transform.m4.
15648
15649 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15650
15651 * lib/dtrace.exp: New file.
15652 * gdb.base/dtrace-probe.exp: Likewise.
15653 * gdb.base/dtrace-probe.d: Likewise.
15654 * gdb.base/dtrace-probe.c: Likewise.
15655 * lib/pdtrace.in: Likewise.
15656 * configure.ac: Output variables with the transformed names of
15657 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15658 * configure: Regenerated.
15659
15660 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15661
15662 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15663 expected message when trying to access $_probe_* convenience
15664 variables while not on a probe.
15665
15666 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15667
15668 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15669
15670 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15671
15672 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15673 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15674
15675 2015-02-10 Doug Evans <xdje42@gmail.com>
15676
15677 * lib/gdb.exp (gdb_load): Always return a result.
15678
15679 2015-02-10 Pedro Alves <palves@redhat.com>
15680
15681 * gdb.threads/signal-sigtrap.c: New file.
15682 * gdb.threads/signal-sigtrap.exp: New file.
15683
15684 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15685
15686 * gdb.trace/no-attach-trace.c: New file.
15687 * gdb.trace/no-attach-trace.exp: New file.
15688
15689 2015-02-09 Mark Wielaard <mjw@redhat.com>
15690
15691 * gdb.dwarf2/atomic.c: New file.
15692 * gdb.dwarf2/atomic-type.exp: Likewise.
15693
15694 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15695
15696 * gdb.btrace/buffer-size.exp: Update "info record" output.
15697 * gdb.btrace/delta.exp: Update "info record" output.
15698 * gdb.btrace/enable.exp: Update "info record" output.
15699 * gdb.btrace/finish.exp: Update "info record" output.
15700 * gdb.btrace/instruction_history.exp: Update "info record" output.
15701 * gdb.btrace/next.exp: Update "info record" output.
15702 * gdb.btrace/nexti.exp: Update "info record" output.
15703 * gdb.btrace/step.exp: Update "info record" output.
15704 * gdb.btrace/stepi.exp: Update "info record" output.
15705 * gdb.btrace/nohist.exp: Update "info record" output.
15706
15707 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15708
15709 * gdb.btrace/buffer-size: New.
15710
15711 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15712
15713 * gdb.btrace/delta.exp: Update "info record" output.
15714 * gdb.btrace/enable.exp: Update "info record" output.
15715 * gdb.btrace/finish.exp: Update "info record" output.
15716 * gdb.btrace/instruction_history.exp: Update "info record" output.
15717 * gdb.btrace/next.exp: Update "info record" output.
15718 * gdb.btrace/nexti.exp: Update "info record" output.
15719 * gdb.btrace/step.exp: Update "info record" output.
15720 * gdb.btrace/stepi.exp: Update "info record" output.
15721 * gdb.btrace/nohist.exp: Update "info record" output.
15722
15723 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15724
15725 PR gdb/15678
15726 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15727
15728 2015-02-06 Pedro Alves <palves@redhat.com>
15729
15730 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15731 macro.
15732 (seconds_left, again): New globals.
15733 (main): Wait seconds_left in a 1-second sleep loop instead of
15734 sleeping 180 seconds. If 'again' is set, reset the seconds
15735 counter.
15736 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15737 'again' in the inferior before detaching. Print the seconds left.
15738 (options): New global.
15739 (top level): Build program with -DTIMEOUT=$timeout.
15740
15741 2015-02-06 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15744 determine how many seconds to pass to 'alarm'.
15745 * gdb.base/gdb-sigterm.exp (top level): Build program with
15746 -DTIMEOUT=$timeout.
15747 (do_test): Return success/failure indication. Add more verbose
15748 logging. Don't fail if 200 single steps are seen. Instead, fail
15749 when the test times out.
15750 (passes): New global.
15751 (top level): Break the testing loop if testing fails on any
15752 iteration. Use gdb_assert.
15753
15754 2015-02-04 Don Breazeal <donb@codesourcery.com>
15755
15756 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15757 and initialize them.
15758 (ipc_cleanup): New function.
15759 (main): Don't declare shmid, semid, and msqid. Add a call to
15760 atexit so that we call ipc_cleanup on exit.
15761
15762 2015-02-04 Pedro Alves <palves@redhat.com>
15763
15764 * boards/native-extended-gdbserver.exp: Remove any target variant
15765 specifications from the board name before clearing the isremote
15766 flag from board_info.
15767
15768 2015-01-31 Doug Evans <xdje42@gmail.com>
15769
15770 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15771
15772 2015-01-31 Gary Benson <gbenson@redhat.com>
15773
15774 * gdb.base/completion.exp: Disable completion limiting for
15775 existing tests. Add new tests to check completion limiting.
15776 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15777
15778 2015-01-31 Doug Evans <xdje42@gmail.com>
15779
15780 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15781
15782 2015-01-31 Doug Evans <xdje42@gmail.com>
15783
15784 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15785 entries. Duplicate file section script entries.
15786 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15787 inlined entries. Add test for safe-path rejection.
15788 * gdb.python/py-section-script.c: Add duplicate inlined section script
15789 entries. Duplicate file section script entries.
15790 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15791 inlined entries. Add test for safe-path rejection.
15792
15793 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15794
15795 * gdb.ada/disc_arr_bound: New testcase.
15796
15797 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15798
15799 * gdb.ada/mi_var_array: New testcase.
15800
15801 2015-01-27 Doug Evans <dje@google.com>
15802
15803 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15804 Add test for objfile.filename, objfile.username after objfile
15805 has been unloaded.
15806
15807 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15808
15809 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15810 the second test to print the name attribute of value
15811 returned by the call to gdb.lookup_type, and adjust
15812 the expected output accordingly.
15813
15814 2015-01-25 Mark Wielaard <mjw@redhat.com>
15815
15816 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15817 * gdb.base/disp-step-fork.c: Include unistd.h.
15818 * gdb.base/siginfo-obj.c: Include stdio.h.
15819 * gdb.base/siginfo-thread.c: Likewise.
15820 * gdb.mi/non-stop.c: Include unistd.h.
15821 * gdb.mi/nsthrexec.c: Include stdio.h.
15822 * gdb.mi/pthreads.c: Include unistd.h.
15823 * gdb.modula2/unbounded1.c (main): Declare returns int.
15824 * gdb.reverse/consecutive-reverse.c: Likewise.
15825 * gdb.threads/create-fail.c: Include unistd.h.
15826 * gdb.threads/killed.c: Likewise.
15827 * gdb.threads/linux-dp.c: Likewise.
15828 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15829 * gdb.threads/non-ldr-exc-2.c: Likewise.
15830 * gdb.threads/non-ldr-exc-3.c: Likewise.
15831 * gdb.threads/non-ldr-exc-4.c: Likewise.
15832 * gdb.threads/pthreads.c: Include unistd.h.
15833 (main): Declare returns int.
15834 * gdb.threads/tls-main.c (foo): New declaration.
15835 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15836
15837 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15838
15839 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15840 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15841
15842 2015-01-15 Mark Wielaard <mjw@redhat.com>
15843
15844 * gdb.base/noreturn-return.c: New file.
15845 * gdb.base/noreturn-return.exp: New file.
15846 * gdb.base/noreturn-finish.c: New file.
15847 * gdb.base/noreturn-finish.exp: New file.
15848
15849 2015-01-23 Pedro Alves <palves@redhat.com>
15850
15851 * gdb.threads/continue-pending-after-query.c: New file.
15852 * gdb.threads/continue-pending-after-query.exp: New file.
15853
15854 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15855 Simon Marchi <simon.marchi@ericsson.com>
15856
15857 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15858 * gdb.base/valgrind-db-attach.exp: Same.
15859 * gdb.base/valgrind-infcall.exp: Same.
15860 * lib/mi-support.exp (default_mi_gdb_start): Same.
15861 * lib/prompt.exp (default_prompt_gdb_start): Same.
15862 * lib/gdb.exp (default_gdb_spawn): Same.
15863 (gdb_interact): New.
15864
15865
15866 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15867
15868 * gdb.compile/compile.exp (pointer to jit function): New test.
15869
15870 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15871
15872 * lib/gdb.exp (supports_process_record): Return true for
15873 powerpc*-*-linux*.
15874 (supports_reverse): Likewise.
15875
15876 2015-01-15 Don Breazeal <donb@codesourcery.com>
15877
15878 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15879 instead of checking whether the target board is remote and
15880 use spawn_wait_for_attach instead of exec/sleep.
15881 * gdb.base/attach-twice.exp: Likewise.
15882
15883 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15884
15885 * gdb.ada/var_arr_attrs: New testcase.
15886
15887 2015-01-14 Pedro Alves <palves@redhat.com>
15888 Joel Brobecker <brobecker@adacore.com>
15889
15890 PR gdb/17525
15891 * gdb.base/bp-cmds-execution-x-script.c: New file.
15892 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15893 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15894
15895 2015-01-14 Pedro Alves <palves@redhat.com>
15896
15897 PR cli/17828
15898 * gdb.base/batch-preserve-term-settings.c: New file.
15899 * gdb.base/batch-preserve-term-settings.exp: New file.
15900
15901 2015-01-13 Doug Evans <dje@google.com>
15902
15903 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15904 binary.
15905
15906 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15907
15908 * Makefile.in (clean mostlyclean): Do not delete *.py.
15909
15910 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15911
15912 * gdb.python/py-lookup-type.exp: New file.
15913
15914 2015-01-12 Pedro Alves <palves@redhat.com>
15915
15916 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15917 restore GDBFLAGS before returning.
15918
15919 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15920
15921 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15922 is_amd64_regs_target and is_x86_like_target.
15923
15924 2015-01-11 Doug Evans <xdje42@gmail.com>
15925
15926 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15927 is given without an explicit form.
15928 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15929 attributes.
15930 * gdb.dwarf/corrupt.exp: Ditto.
15931 * gdb.dwarf2/enum-type.exp: Ditto.
15932 * gdb.trace/entry-values.exp: Ditto.
15933 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15934
15935 2015-01-11 Doug Evans <xdje42@gmail.com>
15936
15937 PR gdb/15830
15938 * gdb.base/maint.exp: Remove references to "maint demangle".
15939 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15940 Add tests for explicitly specifying language to demangle.
15941 * gdb.dlang/demangle.exp: Ditto.
15942
15943 2015-01-09 Pedro Alves <palves@redhat.com>
15944
15945 * gdb.threads/non-stop-fair-events.c: New file.
15946 * gdb.threads/non-stop-fair-events.exp: New file.
15947
15948 2015-01-09 Pedro Alves <palves@redhat.com>
15949
15950 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15951 the global scope. Set a breakpoint after all threads are started
15952 rather than stepping over two source lines. Expect the prompt.
15953 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15954 global.
15955 (NUM): Now 15.
15956 (main): Use threads_started_barrier to wait for all threads to
15957 start. Main thread no longer calls thread_function. Exit after
15958 180 seconds.
15959 (loop): New function.
15960 (thread_function): Wait on threads_started_barrier barrier. Call
15961 'loop' at each iteration.
15962 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15963 threads have started, instead of hardcoding number of "next"
15964 steps. Use an access watchpoint instead of a write watchpoint.
15965
15966 2015-01-09 Pedro Alves <palves@redhat.com>
15967
15968 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15969 (thread_func): Wait on barrier.
15970 (main): Wait for all threads to start before stopping GDB.
15971 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15972 global.
15973 (thread1_func, thread2_func): Wait on barrier.
15974 (main): Wait for all threads to start before stopping GDB.
15975 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15976 New global.
15977 (thread1_func, thread2_func): Wait on barrier.
15978 (main): Wait for all threads to start before stopping GDB.
15979
15980 2015-01-09 Pedro Alves <palves@redhat.com>
15981
15982 * gdb.threads/attach-many-short-lived-threads.c: New file.
15983 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15984
15985 2014-01-09 Pedro Alves <palves@redhat.com>
15986
15987 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15988 instead of to thread 2.
15989 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15990 Add barrier around each pthread_create call instead of around all
15991 calls.
15992 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15993 Set a break on thread_function and have the child threads hit it
15994 one at at a time.
15995
15996 2015-01-09 Pedro Alves <palves@redhat.com>
15997
15998 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15999 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16000 false.
16001 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16002 checking whether the target board is remote.
16003 * gdb.multi/multi-attach.exp: Likewise.
16004 * gdb.python/py-sync-interp.exp: Likewise.
16005 * gdb.server/ext-attach.exp: Likewise.
16006 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16007 tests that need to attach, instead of checking whether the target
16008 board is remote at the top of the file.
16009
16010 2015-01-08 Yao Qi <yao@codesourcery.com>
16011
16012 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16013
16014 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16015
16016 Fix testcase compilation.
16017 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16018
16019 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16020
16021 * gdb.python/py-type.exp: Add a couple test about empty
16022 array creation, and negative-length array creation.
16023
16024 2015-01-02 Doug Evans <xdje42@gmail.com>
16025
16026 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16027
16028 2015-01-02 Doug Evans <dje@google.com>
16029
16030 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16031
16032 2014-12-29 Yao Qi <yao@codesourcery.com>
16033
16034 * gdb.trace/entry-values.exp: Update comments. Rename variable
16035 bar_call_foo to returned_from_foo.
16036
16037 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16038
16039 PR gdb/17394
16040 * gdb.linespec/break-asm-file.c: New file.
16041 * gdb.linespec/break-asm-file.exp: New file.
16042 * gdb.linespec/break-asm-file0.s: New file.
16043 * gdb.linespec/break-asm-file1.s: New file.
16044
16045 2014-12-18 Nigel Stephens <nigel@mips.com>
16046 Maciej W. Rozycki <macro@codesourcery.com>
16047
16048 * gdb.base/float.exp: Handle the new output from "info float" on
16049 MIPS targets.
16050
16051 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16052
16053 Fix MinGW compilation.
16054 * gdb.compile/compile-ops.exp: Update untested message if
16055 !skip_compile_feature_tests.
16056 * gdb.compile/compile-setjmp.exp: Likewise.
16057 * gdb.compile/compile-tls.exp: Likewise.
16058 * gdb.compile/compile.exp: Likewise.
16059 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16060 supported on this host".
16061
16062 2014-12-16 Doug Evans <xdje42@gmail.com>
16063
16064 * boards/stabs.exp: New file.
16065
16066 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16067
16068 * gdb.base/completion.exp: Adjust to format changes of "maint
16069 print user-registers".
16070
16071 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16072
16073 PR server/17457
16074 * gdb.arch/aarch64-fp.c: New file.
16075 * gdb.arch/aarch64-fp.exp: New file.
16076
16077 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16078
16079 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16080 r210637, r210913, r211666, r215400, r215817).
16081
16082 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16083 * dg-extract-results.py: New file.
16084 * dg-extract-results.sh: Use it if the environment seems
16085 suitable.
16086
16087 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16088
16089 * dg-extract-results.py (parse_run): Handle warnings that
16090 are printed before a test harness is run.
16091
16092 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16093
16094 * dg-extract-results.py (Named): Remove __cmp__ method.
16095 (output_variation): Use a key to sort variation.harnesses.
16096
16097 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16098
16099 * dg-extract-results.py: For Python 3, force sys.stdout to
16100 handle surrogate escape sequences.
16101 (safe_open): New function.
16102 (output_segment, main): Use it.
16103
16104 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16105
16106 * dg-extract-results.py (Prog.result_re): Include options
16107 in test name.
16108
16109 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16110
16111 * dg-extract-results.py (output_variation): Always sort if
16112 do_sum.
16113
16114 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16115
16116 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16117 as long as we get pagination notifications.
16118
16119 2014-12-15 Jason Merrill <jason@redhat.com>
16120
16121 * Makefile.in (check-gdb.%): Restore.
16122 * README: Mention it.
16123
16124 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16125
16126 * gdb.ada/str_uninit: New testcase.
16127
16128 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16129
16130 PR symtab/17642
16131 * gdb.base/vla-stub-define.c: New file.
16132 * gdb.base/vla-stub.c: New file.
16133 * gdb.base/vla-stub.exp: New file.
16134
16135 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16136 Jan Kratochvil <jan.kratochvil@redhat.com>
16137 Tom Tromey <tromey@redhat.com>
16138
16139 * configure.ac: Add gdb.compile/.
16140 * configure: Regenerate.
16141 * gdb.compile/Makefile.in: New file.
16142 * gdb.compile/compile-ops.exp: New file.
16143 * gdb.compile/compile-ops.c: New file.
16144 * gdb.compile/compile-tls.c: New file.
16145 * gdb.compile/compile-tls.exp: New file.
16146 * gdb.compile/compile-constvar.S: New file.
16147 * gdb.compile/compile-constvar.c: New file.
16148 * gdb.compile/compile-mod.c: New file.
16149 * gdb.compile/compile-nodebug.c: New file.
16150 * gdb.compile/compile-setjmp-mod.c: New file.
16151 * gdb.compile/compile-setjmp.c: New file.
16152 * gdb.compile/compile-setjmp.exp: New file.
16153 * gdb.compile/compile-shlib.c: New file.
16154 * gdb.compile/compile.c: New file.
16155 * gdb.compile/compile.exp: New file.
16156 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16157
16158 2014-12-12 Tom Tromey <tromey@redhat.com>
16159
16160 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16161 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16162
16163 2014-12-12 Doug Evans <dje@google.com>
16164
16165 * lib/gdb-python.exp (get_python_valueof): New function.
16166 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16167
16168 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16169
16170 * gdb.base/completion.exp: Add test for completion of "info
16171 registers ".
16172
16173 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16174
16175 * gdb.base/func-ptrs.c: New file.
16176 * gdb.base/func-ptrs.exp: New file.
16177
16178 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16179
16180 PR breakpoints/17012
16181 * gdb.base/dprintf-detach.c: New file.
16182 * gdb.base/dprintf-detach.exp: New file.
16183
16184 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16185
16186 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16187 * lib/gdb.exp (target_is_gdbserver): New procedure.
16188
16189 2014-12-08 Doug Evans <dje@google.com>
16190
16191 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16192
16193 2014-12-05 Yao Qi <yao@codesourcery.com>
16194
16195 * gdb.guile/scm-error.exp: Remove the third argument to
16196 gdb_remote_download.
16197 * gdb.guile/scm-frame-args.exp: Likewise.
16198 * gdb.guile/scm-section-script.exp: Likewise.
16199
16200 2014-12-05 Yao Qi <yao@codesourcery.com>
16201
16202 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16203
16204 2014-12-04 Doug Evans <dje@google.com>
16205
16206 * gdb.python/py-objfile.exp: Add tests for
16207 objfile.add_separate_debug_file.
16208
16209 2014-12-04 Doug Evans <dje@google.com>
16210
16211 * lib/gdb.exp (get_build_id): New function.
16212 (build_id_debug_filename_get): Rewrite to use it.
16213 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16214
16215 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16216
16217 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16218 `method(long)', not just 0x0.
16219 * gdb.cp/nsalias.exp: Align code labels to 4.
16220 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16221 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16222 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16223 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16224 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16225 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16226
16227 2014-12-02 Doug Evans <dje@google.com>
16228
16229 PR symtab/17602
16230 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16231 * gdb.cp/anon-ns2.cc: ... here. New file.
16232 * gdb.cp/anon-ns.exp: Update.
16233
16234 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16235
16236 * gdb.python/py-events.py (inferior_call_handler): New.
16237 (register_changed_handler, memory_changed_handler): New.
16238 (test_events.invoke): Register new handlers.
16239 * gdb.python/py-events.exp: Add tests for inferior call,
16240 memory_changed and register_changed events.
16241
16242 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16243
16244 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16245 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16246 if the linker doesn't understand this.
16247
16248 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16249
16250 * gdb.python/python.exp: Change expected reply to help().
16251
16252 2014-12-01 Yao Qi <yao@codesourcery.com>
16253
16254 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16255 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16256 * configure: Re-generated.
16257
16258 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16259
16260 * gdb.cp/chained-calls.cc: New file.
16261 * gdb.cp/chained-calls.exp: New file.
16262 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16263
16264 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16265
16266 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16267 * gdb.dwarf2/symtab-producer.exp: Same.
16268 * gdb.gdb/python-interrupts.exp: Same.
16269 * gdb.gdb/python-selftest.exp: Same.
16270 * gdb.python/py-linetable.exp: Same.
16271 * gdb.python/py-type.exp: Same.
16272 * gdb.python/py-value-cc.exp: Same.
16273 * gdb.python/py-value.exp: Same.
16274
16275 2014-11-28 Yao Qi <yao@codesourcery.com>
16276
16277 * gdb.base/break-probes.exp: Match library name prefixed with
16278 sysroot.
16279
16280 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16281
16282 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16283 test expected output. Add parentheses for the call to print.
16284 Remove L suffix from integers.
16285
16286 2014-11-26 Doug Evans <dje@google.com>
16287
16288 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16289
16290 2014-11-22 Yao Qi <yao@codesourcery.com>
16291
16292 * gdb.trace/entry-values.c: Remove asms.
16293 (foo): Add foo_label.
16294 (bar): Add bar_label.
16295 * gdb.trace/entry-values.exp: Remove code computing foo's
16296 length and bar's length.
16297 (Dwarf::assemble): Invoke function_range for bar and use
16298 MACRO_AT_func for foo.
16299
16300 2014-11-22 Yao Qi <yao@codesourcery.com>
16301
16302 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16303 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16304 Use .Lgcc43_procstart instead of gcc43.
16305
16306 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16307
16308 * gdb.ada/n_arr_bound: New testcase.
16309
16310 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16311
16312 PR breakpoints/10737
16313 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16314 test_catch_syscall_multi_arch.
16315 (test_catch_syscall_multi_arch): New function.
16316
16317 2014-11-20 Doug Evans <xdje42@gmail.com>
16318
16319 * gdb.base/maint.exp: Update expected output.
16320
16321 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16322
16323 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16324 4-byte instruction on S390.
16325
16326 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16327
16328 * gdb.ada/arr_arr: New testcase.
16329
16330 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16331
16332 * gdb.ada/pkd_arr_elem: New Testcase.
16333
16334 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16335
16336 * gdb.reverse/break-precsave: Expect completion message for
16337 core file reads.
16338 * gdb.reverse/consecutive-precsave.exp: Likewise.
16339 * gdb.reverse/finish-precsave.exp: Likewise.
16340 * gdb.reverse/i386-precsave.exp: Likewise.
16341 * gdb.reverse/machinestate-precsave.exp: Likewise.
16342 * gdb.reverse/sigall-precsave.exp: Likewise.
16343 * gdb.reverse/solib-precsave.exp: Likewise.
16344 * gdb.reverse/step-precsave.exp: Likewise.
16345 * gdb.reverse/until-precsave.exp: Likewise.
16346 * gdb.reverse/watch-precsave.exp: Likewise.
16347
16348 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16349
16350 * gdb.base/bp-permanent.c: Include unistd.h.
16351 * gdb.python/py-framefilter-mi.c (main): Add return type.
16352 * gdb.python/py-framefilter.c (main): Likewise.
16353 * gdb.trace/actions-changed.c (main): Likewise.
16354
16355 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16356
16357 * gdb.mi/until.c: Add eye-catchers.
16358 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16359 line numbers.
16360
16361 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16362
16363 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16364 function header variants in break1.c.
16365 * gdb.base/ena-dis-br.exp: Likewise.
16366 * gdb.base/hbreak2.exp: Likewise.
16367 * gdb.reverse/until-precsave.exp: Drop references to removed
16368 non-prototype function header variants in ur1.c.
16369 * gdb.reverse/until-reverse.exp: Likewise.
16370
16371 2014-11-17 Petr Machata <pmachata@redhat.com>
16372
16373 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16374 ${_cu_offset_size} bytes abbrev offset.
16375
16376 2014-11-15 Doug Evans <xdje42@gmail.com>
16377
16378 PR symtab/17559
16379 * gdb.base/line-symtabs.exp: New file.
16380 * gdb.base/line-symtabs.c: New file.
16381 * gdb.base/line-symtabs.h: New file.
16382
16383 2014-11-14 Yao Qi <yao@codesourcery.com>
16384
16385 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16386 (func): Add label func_label.
16387 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16388 Replace low_pc and high_pc with MACRO_AT_range.
16389 Replace name, low_pc and high_pc with MACRO_AT_func.
16390
16391 2014-11-14 Yao Qi <yao@codesourcery.com>
16392
16393 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16394 Replace name, low_pc and high_pc with MACRO_AT_func.
16395
16396 2014-11-14 Yao Qi <yao@codesourcery.com>
16397
16398 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16399 produce debug information.
16400 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16401
16402 2014-11-14 Yao Qi <yao@codesourcery.com>
16403
16404 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16405 object and get function length.
16406 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16407 with MACRO_AT_func.
16408 (top-level): Replace gdb_compile and clean_restart with
16409 prepare_for_testing.
16410 * gdb.dwarf2/main.c (main): Add label main_label.
16411
16412 2014-11-14 Yao Qi <yao@codesourcery.com>
16413
16414 * lib/dwarf.exp (function_range): New procedure.
16415 (Dwarf::_handle_macro_at_func): New procedure.
16416 (Dwarf::_handle_macro_at_range): New procedure.
16417 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16418
16419 2014-11-14 Yao Qi <yao@codesourcery.com>
16420
16421 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16422 (_handle_attribute): New procedure.
16423
16424 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16425
16426 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16427 * gdb.base/call-sc.c (zed): Likewise.
16428 * gdb.base/checkpoint.c (main): Likewise.
16429 * gdb.base/dump.c (main): Likewise.
16430 * gdb.base/gcore.c (main): Likewise.
16431 * gdb.base/huge.c (main): Likewise.
16432 * gdb.base/multi-forks.c (main): Likewise.
16433 * gdb.base/pr10179-a.c (main): Likewise.
16434 * gdb.base/savedregs.c (main): Likewise.
16435 * gdb.base/sigaltstack.c (main): Likewise.
16436 * gdb.base/siginfo.c (main): Likewise.
16437 * gdb.base/structs.c (zed): Likewise.
16438 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16439 * gdb.mi/mi-syn-frame.c (main): Likewise.
16440 * gdb.mi/until.c (foo, main): Likewise.
16441 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16442 * gdb.base/solib-weak.c (foo): Declare.
16443 * gdb.base/attach-twice.c: Include stdio.h.
16444 * gdb.base/weaklib1.c: Likewise.
16445 * gdb.base/weaklib2.c: Likewise.
16446 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16447 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16448 unistd.h.
16449 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16450 * gdb.mi/mi-exit-code.c: Likewise.
16451 * gdb.base/break-interp-lib.c: Include string.h.
16452 * gdb.base/coremaker.c: Likewise.
16453 * gdb.base/testenv.c: Likewise.
16454 * gdb.python/py-finish-breakpoint.c: Likewise.
16455 * gdb.base/inferior-died.c: Include sys/wait.h.
16456 * gdb.base/fileio.c: Include time.h.
16457 * gdb.base/async-shell.c: Include unistd.h.
16458 * gdb.base/dprintf-non-stop.c: Likewise.
16459 * gdb.base/info-os.c: Likewise.
16460 * gdb.mi/mi-console.c: Likewise.
16461 * gdb.mi/watch-nonstop.c: Likewise.
16462 * gdb.python/py-events.c: Likewise.
16463 * gdb.base/async.c (baz): Move up before its invocation.
16464 * gdb.base/code_elim2.c (my_global_func): Likewise.
16465 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16466 * gdb.base/advance.c (func2): Likewise.
16467
16468 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16469
16470 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16471 variant.
16472 * gdb.base/annota3.c: Likewise.
16473 * gdb.base/async.c: Likewise.
16474 * gdb.base/average.c: Likewise.
16475 * gdb.base/call-ar-st.c: Likewise.
16476 * gdb.base/call-rt-st.c: Likewise.
16477 * gdb.base/call-sc.c: Likewise.
16478 * gdb.base/call-strs.c: Likewise.
16479 * gdb.base/ending-run.c: Likewise.
16480 * gdb.base/execd-prog.c: Likewise.
16481 * gdb.base/exprs.c: Likewise.
16482 * gdb.base/foll-exec.c: Likewise.
16483 * gdb.base/foll-fork.c: Likewise.
16484 * gdb.base/foll-vfork.c: Likewise.
16485 * gdb.base/funcargs.c: Likewise.
16486 * gdb.base/gcore.c: Likewise.
16487 * gdb.base/jump.c: Likewise.
16488 * gdb.base/langs0.c: Likewise.
16489 * gdb.base/langs1.c: Likewise.
16490 * gdb.base/langs2.c: Likewise.
16491 * gdb.base/mips_pro.c: Likewise.
16492 * gdb.base/nodebug.c: Likewise.
16493 * gdb.base/opaque0.c: Likewise.
16494 * gdb.base/opaque1.c: Likewise.
16495 * gdb.base/recurse.c: Likewise.
16496 * gdb.base/run.c: Likewise.
16497 * gdb.base/scope0.c: Likewise.
16498 * gdb.base/scope1.c: Likewise.
16499 * gdb.base/setshow.c: Likewise.
16500 * gdb.base/setvar.c: Likewise.
16501 * gdb.base/shmain.c: Likewise.
16502 * gdb.base/shr1.c: Likewise.
16503 * gdb.base/shr2.c: Likewise.
16504 * gdb.base/sigall.c: Likewise.
16505 * gdb.base/signals.c: Likewise.
16506 * gdb.base/so-indr-cl.c: Likewise.
16507 * gdb.base/solib2.c: Likewise.
16508 * gdb.base/structs.c: Likewise.
16509 * gdb.base/sum.c: Likewise.
16510 * gdb.base/vforked-prog.c: Likewise.
16511 * gdb.base/watchpoint.c: Likewise.
16512 * gdb.reverse/shr2.c: Likewise.
16513 * gdb.reverse/until-reverse.c: Likewise.
16514 * gdb.reverse/ur1.c: Likewise.
16515 * gdb.reverse/watch-reverse.c: Likewise.
16516
16517 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16518
16519 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16520 variant.
16521 * gdb.base/sepdebug.exp: Drop references to removed code.
16522
16523 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16524
16525 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16526 variant. Preserve original line numbering.
16527 * gdb.base/list1.c: Likewise.
16528
16529 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16530
16531 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16532 variant.
16533 * gdb.base/break1.c: Likewise.
16534 * gdb.base/break.exp: Drop references to removed code.
16535
16536 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16537
16538 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16539 variant.
16540
16541 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16542
16543 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16544
16545 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16546
16547 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16548 logic into perform_all_tests() and invoke it with and without
16549 function header prototypes.
16550 (do_function_calls): Remove conditional XFAIL for PR 5318.
16551 (rerun_and_prepare): Remove duplicate code.
16552 (perform_all_tests): New. Main logic moved here.
16553
16554 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16555
16556 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16557 code guarded by #ifdef NO_PROTOTYPES.
16558 (t_double_many_args): Likewise.
16559 (DEF_FUNC_MANY_ARGS_1): Likewise.
16560 (DEF_FUNC_VALUES_1): Likewise.
16561 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16562 guarded by #ifdef PROTOTYPES.
16563
16564 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16565
16566 * gdb.mi/mi-console.c: Add eye-catcher.
16567 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16568 instead of literal line number.
16569
16570 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16571
16572 * gdb.base/shr2.c: Add eye-catcher.
16573 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16574 line number.
16575
16576 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16577
16578 * gdb.base/jump.c: Add eye-catchers.
16579 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16580 numbers.
16581
16582 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16583
16584 * gdb.base/execd-prog.c: Add eye-catchers.
16585 * gdb.base/foll-exec.c: Likewise.
16586 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16587 line numbers.
16588
16589 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16590
16591 * gdb.base/ending-run.c: Add eye-catchers.
16592 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16593 literal line numbers.
16594
16595 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16596
16597 * gdb.base/call-rt-st.c: Add eye-catchers.
16598 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16599 literal line numbers.
16600
16601 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16602
16603 * gdb.base/call-ar-st.c: Add eye-catchers.
16604 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16605 literal line numbers.
16606
16607 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16608
16609 * gdb.base/average.c: Add eye-catchers.
16610 * gdb.base/sum.c: Likewise.
16611 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16612 regexps dynamically.
16613
16614 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16615
16616 * gdb.base/solib1.c: Add eye-catchers.
16617 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16618 literal line numbers.
16619
16620 2014-11-12 Pedro Alves <palves@redhat.com>
16621
16622 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16623 leader has exited.
16624
16625 2014-11-12 Pedro Alves <palves@redhat.com>
16626
16627 * gdb.arch/i386-bp_permanent.c: New file.
16628 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16629 (srcfile): Set to i386-bp_permanent.c.
16630 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16631 that stepi does not execute the 'leave' instruction, instead of
16632 testing it does execute.
16633 * gdb.base/bp-permanent.c: New file.
16634 * gdb.base/bp-permanent.exp: New file.
16635
16636 2014-11-10 Doug Evans <xdje42@gmail.com>
16637
16638 PR symtab/17564
16639 * gdb.base/symtab-search-order.exp: New file.
16640 * gdb.base/symtab-search-order.c: New file.
16641 * gdb.base/symtab-search-order-1.c: New file.
16642 * gdb.base/symtab-search-order-shlib-1.c: New file.
16643
16644 2014-11-07 Pedro Alves <palves@redhat.com>
16645
16646 PR gdb/17511
16647 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16648 i?86-*-linux*.
16649
16650 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16651
16652 PR c++/17494
16653 * gdb.cp/pr17494.cc: New file.
16654 * gdb.cp/pr17494.exp: New file.
16655
16656 2014-11-02 Yao Qi <yao@codesourcery.com>
16657
16658 * gdb.python/python.exp: Get working directory and match the
16659 output of "set extended-prompt \\w " with it.
16660
16661 2014-10-30 Doug Evans <dje@google.com>
16662
16663 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16664 in objfiles.
16665 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16666 in progspaces.
16667
16668 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16669
16670 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16671 * gdb.base/realname-expand.exp: Likewise.
16672 * gdb.linespec/macro-relative.exp: Likewise.
16673
16674 2014-10-29 Pedro Alves <palves@redhat.com>
16675
16676 PR gdb/17408
16677 * gdb.threads/schedlock.c (some_function): New function.
16678 (call_function): New global.
16679 (MAYBE_CALL_SOME_FUNCTION): New macro.
16680 (thread_function): Call it.
16681 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16682 and use it instead of a global counter. Adjust all callers.
16683 (get_current_thread): Use "find current thread" for test message
16684 here rather than having all callers pass down the same string.
16685 (goto_loop): New procedure, factored out from ...
16686 (my_continue): ... this.
16687 (step_ten_loops): Change parameter from test message to command to
16688 use. Adjust.
16689 (list_count): Delete global.
16690 (check_result): New procedure, factored out from duplicate top
16691 level code.
16692 (continue tests): Wrap in with_test_prefix.
16693 (test_step): New procedure, factored out from duplicate top level
16694 code.
16695 (top level): Test "step" in combination with all scheduler-locking
16696 modes. Test "next" in combination with all scheduler-locking
16697 modes, and in combination with stepping over a function call or
16698 not.
16699 * gdb.threads/next-bp-other-thread.c: New file.
16700 * gdb.threads/next-bp-other-thread.exp: New file.
16701
16702 2014-10-29 Pedro Alves <palves@redhat.com>
16703
16704 PR python/17372
16705 * gdb.python/python.exp: Test a multi-line command that spawns
16706 interactive Python.
16707 * gdb.base/multi-line-starts-subshell.exp: New file.
16708
16709 2014-10-29 Yao Qi <yao@codesourcery.com>
16710
16711 * gdb.base/fileio.exp: Make directories on host.
16712
16713 2014-10-29 Yao Qi <yao@codesourcery.com>
16714
16715 * gdb.base/fileio.c (test_write): Close the file.
16716
16717 2014-10-28 Pedro Alves <palves@redhat.com>
16718
16719 PR gdb/12623
16720 * gdb.base/sigstep.c (no_handler): New global.
16721 (main): If 'no_handler is true, set the signal handlers to
16722 SIG_IGN.
16723 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16724 with_sw_watch and no_handler parameters. Handle them.
16725 (top level) <stepping over handler when stopped at a breakpoint
16726 test>: Add a test axis for testing with a software watchpoint, and
16727 another for testing with the signal handler set to SIG_IGN.
16728 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16729 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16730
16731 2014-10-28 Pedro Alves <palves@redhat.com>
16732
16733 PR gdb/17511
16734 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16735 * gdb.base/sigstep.exp (other_handler_location): New global.
16736 (advance): Support stepping into the signal handler, and running
16737 commands while in the handler.
16738 (in_handler_map): New global.
16739 (top level): In the advance test, add combinations for getting
16740 into the handler with stepping commands, and for running commands
16741 in the handler. Add comment descripting the advancei tests.
16742
16743 2014-10-28 Pedro Alves <palves@redhat.com>
16744
16745 * gdb.base/sigstep.exp: Use build_executable instead of
16746 prepare_for_testing.
16747 (top level): Move code that starts GDB, runs to main and creates a
16748 display to ...
16749 (restart): ... this new procedure.
16750 (top level): Move backtrace from signal handler test to ...
16751 (validate_backtrace): ... this new procedure.
16752 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16753 with_test_prefix. Always restart GDB.
16754 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16755 with_test_prefix. Always restart GDB. No need to delete
16756 breakpoints after the test.
16757 (test_skip_handler): Remove prefix parameter.
16758 (skip_over_handler, breakpoint_to_handler)
16759 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16760 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16761 restart GDB. No need to delete breakpoints after the test.
16762 (top level): Use foreach to call the test procedures with
16763 different commands.
16764
16765 2014-10-28 Pedro Alves <palves@redhat.com>
16766
16767 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16768 instead of GNATS numbers.
16769 * gdb.base/sigbpt.exp: Likewise.
16770 * gdb.base/siginfo.exp: Likewise.
16771 * gdb.base/sigstep.exp: Likewise.
16772
16773 2014-10-27 Pedro Alves <palves@redhat.com>
16774
16775 * gdb.base/sigstep.c (dummy): New global.
16776 (main): Issue a couple writes to the new global.
16777 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16778 procedures.
16779 (skip_over_handler): Use test_skip_handler.
16780 (top level): Call skip_over_handler for stepi and nexti too.
16781 (breakpoint_over_handler): Use test_skip_handler.
16782 (top level): Call breakpoint_over_handler for stepi and nexti too.
16783
16784 2014-10-27 Yao Qi <yao@codesourcery.com>
16785
16786 * gdb.trace/tfile.c (adjust_function_address)
16787 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16788 function descriptor.
16789
16790 2014-10-24 Don Breazeal <donb@codesourcery.com>
16791
16792 * gdb.base/foll-fork.exp (test_follow_fork,
16793 catch_fork_child_follow): Check for updated fork messages emitted
16794 from infrun.c.
16795 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16796 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16797 vfork_and_exec_child_follow_through_step): Check for updated vfork
16798 messages emitted from infrun.c.
16799
16800 2014-10-24 Pedro Alves <palves@redhat.com>
16801
16802 * gdb.base/corefile.exp: Remove references to ultrix.
16803 * gdb.base/interrupt.exp: Likewise.
16804 * gdb.base/whatis.exp: Likewise.
16805 * gdb.gdb/selftest.exp: Likewise.
16806 * gdb.threads/manythreads.exp: Likewise.
16807 * gdb.threads/print-threads.exp: Likewise.
16808 * gdb.threads/pthreads.exp:: Likewise.
16809 * gdb.threads/schedlock.exp: Likewise.
16810
16811 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16812
16813 * gdb.cp/non-trivial-retval.cc: Add a test case.
16814 * gdb.cp/non-trivial-retval.exp: Add a test.
16815
16816 2014-10-20 Yao Qi <yao@codesourcery.com>
16817
16818 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16819 * gdb.python/py-objfile-script-gdb.py: New file.
16820 * gdb.python/py-objfile-script.exp: Update reference to
16821 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16822 of remote_download. Remove the dest file.
16823
16824 2014-10-20 Yao Qi <yao@codesourcery.com>
16825
16826 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16827 * gdb.base/step-line.exp: Likewise.
16828 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16829 * gdb.dwarf2/dw2-basic.exp: Likewise.
16830 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16831 * gdb.dwarf2/dw2-filename.exp: Likewise.
16832 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16833 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16834 * gdb.dwarf2/dw2-producer.exp: Likewise.
16835 * gdb.dwarf2/mac-fileno.exp: Likewise.
16836 * gdb.python/py-frame-args.exp: Likewise.
16837 * gdb.python/py-framefilter.exp: Likewise.
16838 * gdb.python/py-mi.exp: Likewise.
16839 * gdb.python/py-objfile-script.exp: Likewise
16840 * gdb.python/py-pp-integral.exp: Likewise.
16841 * gdb.python/py-pp-re-notag.exp: Likewise.
16842 * gdb.python/py-prettyprint.exp: Likewise.
16843 * gdb.python/py-section-script.exp: Likewise.
16844 * gdb.python/py-typeprint.exp: Likewise.
16845 * gdb.python/py-xmethods.exp: Likewise.
16846 * gdb.stabs/weird.exp: Likewise.
16847 * gdb.xml/tdesc-regs.exp: Likewise.
16848
16849 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16850
16851 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16852 (out_cu): Use addr_len for the size of addresses.
16853 (out_line): Likewise. Size DW_LNE_set_address instruction
16854 according to addr_len.
16855 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16856 (FUNC): Add START_INSNS to definition.
16857
16858 2014-10-18 Yao Qi <yao@codesourcery.com>
16859
16860 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16861 gdb_has_argv0 return true.
16862 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16863 check [target_info exists noargs], check [gdb_has_argv0]
16864 instead.
16865 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16866 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16867 procedures.
16868
16869 2014-10-17 Doug Evans <dje@google.com>
16870
16871 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16872 event.
16873 * gdb.python/py-events.py: Add clear_objfiles event.
16874
16875 2014-10-17 Doug Evans <dje@google.com>
16876
16877 * gdb.python/py-objfile.exp: Test progspace attribute.
16878
16879 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16880
16881 * gdb.guile/scm-breakpoint.exp: Do not assume any
16882 directory separators when matching source file paths.
16883 * gdb.python/py-breakpoint.exp: Likewise.
16884 * gdb.reverse/break-precsave.exp: Likewise.
16885 * gdb.reverse/break-reverse.exp: Likewise.
16886 * gdb.reverse/consecutive-precsave.exp: Likewise.
16887 * gdb.reverse/finish-precsave.exp: Likewise.
16888 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16889 * gdb.reverse/finish-reverse.exp: Likewise.
16890 * gdb.reverse/i386-precsave.exp: Likewise.
16891 * gdb.reverse/i387-env-reverse.exp: Likewise.
16892 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16893 * gdb.reverse/machinestate-precsave.exp: Likewise.
16894 * gdb.reverse/machinestate.exp: Likewise.
16895 * gdb.reverse/sigall-precsave.exp: Likewise.
16896 * gdb.reverse/solib-precsave.exp: Likewise.
16897 * gdb.reverse/step-precsave.exp: Likewise.
16898 * gdb.reverse/until-precsave.exp: Likewise.
16899 * gdb.reverse/watch-precsave.exp: Likewise.
16900 * gdb.reverse/watch-reverse.exp: Likewise.
16901
16902 2014-10-17 Yao Qi <yao@codesourcery.com>
16903
16904 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16905 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16906
16907 2014-10-17 Pedro Alves <palves@redhat.com>
16908
16909 PR gdb/17471
16910 * gdb.base/bg-execution-repeat.c: New file.
16911 * gdb.base/bg-execution-repeat.exp: New file.
16912
16913 2014-10-17 Pedro Alves <palves@redhat.com>
16914
16915 PR gdb/17300
16916 * gdb.base/continue-all-already-running.c: New file.
16917 * gdb.base/continue-all-already-running.exp: New file.
16918
16919 2014-10-17 Pedro Alves <palves@redhat.com>
16920
16921 PR gdb/17472
16922 * gdb.base/annota-input-while-running.c: New file.
16923 * gdb.base/annota-input-while-running.exp: New file.
16924
16925 2014-10-17 Pedro Alves <palves@redhat.com>
16926
16927 * gdb.base/callfuncs.exp: emove references to osf.
16928 * gdb.base/sigall.exp: Likewise.
16929 * gdb.gdb/selftest.exp: Likewise.
16930 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16931 * gdb.mi/non-stop.c: Likewise.
16932 * gdb.mi/pthreads.c: Likewise.
16933 * gdb.reverse/sigall-precsave.exp: Likewise.
16934 * gdb.reverse/sigall-reverse.exp: Likewise.
16935 * gdb.threads/pthreads.c: Likewise.
16936 * gdb.threads/pthreads.exp: Likewise.
16937
16938 2014-10-17 Yao Qi <yao@codesourcery.com>
16939
16940 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16941 check 'target_info exists noargs'.
16942 (test_command_prompt_position): Likewise.
16943 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16944 Remove "set args".
16945 (progvar_simple_while_test): Likewise.
16946 (progvar_complex_if_while_test): Likewise.
16947 (if_while_breakpoint_command_test): Likewise.
16948 (infrun_breakpoint_command_test): Likewise.
16949 (breakpoint_command_test): Likewise.
16950 (watchpoint_command_test): Likewise.
16951 (bp_deleted_in_command_test): Likewise.
16952 (temporary_breakpoint_commands): Likewise.
16953
16954 2014-10-16 Yao Qi <yao@codesourcery.com>
16955
16956 * gdb.base/remotetimeout.exp: Remove noargs checking.
16957
16958 2014-10-15 Pedro Alves <palves@redhat.com>
16959
16960 PR breakpoints/9649
16961 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16962 * gdb.base/breakpoint-in-ro-region.exp
16963 (probe_target_hardware_step): New procedure.
16964 (top level): Probe hardware stepping and hardware breakpoint
16965 support. Test stepping through a read-only region, with both
16966 "breakpoint auto-hw" on and off and both "always-inserted" on and
16967 off.
16968
16969 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16970
16971 * gdb.dlang/demangle.exp: Update for demangling changes.
16972
16973 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16974
16975 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16976 * gdb.cp/non-trivial-retval.exp: Add new tests.
16977
16978 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16979
16980 PR c++/13403
16981 PR c++/15154
16982 * gdb.cp/non-trivial-retval.cc: New file.
16983 * gdb.cp/non-trivial-retval.exp: New file.
16984
16985 2014-10-15 Yao Qi <yao@codesourcery.com>
16986
16987 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16988 remote host.
16989
16990 2014-10-15 Yao Qi <yao@codesourcery.com>
16991
16992 * gdb.python/py-symbol.exp: Match file base name if host is
16993 remote, otherwise match file name with dir name.
16994 * gdb.python/py-symtab.exp: Likewise.
16995 * gdb.python/python.exp: Likewise.
16996
16997 2014-10-15 Yao Qi <yao@codesourcery.com>
16998
16999 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17000 pattern.
17001 * gdb.python/py-symtab.exp: Likewise.
17002 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17003 locationn.
17004
17005 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17006
17007 * gdb.ada/addr_arith: New testcase.
17008
17009 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17010
17011 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17012 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17013 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17014 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17015
17016 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17017
17018 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17019 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17020 * gdb.arch/stap-eval-lang-ada.exp: New file.
17021
17022 2014-10-14 Yao Qi <yao@codesourcery.com>
17023
17024 * gdb.mi/mi-var-child.c (nothing1): New function.
17025 (nothing2): New function.
17026 (do_children_tests): Set function pointers by nothing1 and
17027 nothing2.
17028 * gdb.mi/mi-var-child.exp: Step over new added statements.
17029 Update test to match the new output.
17030 * gdb.mi/var-cmd.c (nothing1): New function.
17031 (nothing2): New function.
17032 (do_children_tests): Set function pointers by nothing1 and
17033 nothing2.
17034 * gdb.mi/mi-var-display.exp: Update test to match output.
17035 Step to the line specified by $line_dct_nothing.
17036 Increase the number of lines to step.
17037
17038 2014-10-14 Yao Qi <yao@codesourcery.com>
17039
17040 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17041 tests.
17042 * gdb.mi/mi2-var-child.exp: Likewise.
17043
17044 2014-10-13 Doug Evans <dje@google.com>
17045
17046 * gdb.python/py-objfile.exp: Change name of file name test.
17047
17048 2014-10-13 Doug Evans <dje@google.com>
17049
17050 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17051 from the start of the CU.
17052
17053 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17054 Yao Qi <yao@codesourcery.com>
17055
17056 Fix "save breakpoints" for "catch" command.
17057 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17058 Remove -nonewline. Match also the added "main" line.
17059
17060 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17061
17062 Fix "save breakpoints" for "disable $bpnum" command.
17063 * gdb.base/save-bp.c (main): Add label.
17064 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17065
17066 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17067
17068 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17069
17070 2014-10-11 Yao Qi <yao@codesourcery.com>
17071
17072 * gdb.server/server-kill.exp: Execute command
17073 "set remote trace-status-packet on" before "tstatus".
17074
17075 2014-10-11 Yao Qi <yao@codesourcery.com>
17076
17077 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17078 (main): Call getppid.
17079 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17080 and continue to it. Read variable "server_pid".
17081
17082 2014-10-11 Yao Qi <yao@codesourcery.com>
17083
17084 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17085
17086 2014-10-11 Yao Qi <yao@codesourcery.com>
17087
17088 * gdb.threads/thread-find.exp: Don't execute command
17089 "info threads".
17090 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17091 * gdb.threads/linux-dp.exp: Don't check the condition
17092 $threads_created equals to zero.
17093
17094 2014-10-10 Pedro Alves <palves@redhat.com>
17095
17096 * gdb.base/bigcore.exp: Remove references to IRIX.
17097 * gdb.base/funcargs.exp: Likewise.
17098 * gdb.base/interrupt.exp: Likewise.
17099 * gdb.base/mips_pro.exp: Likewise.
17100 * gdb.base/nodebug.exp: Likewise.
17101 * gdb.base/setvar.exp: Likewise.
17102 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17103
17104 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17105 Pedro Alves <palves@redhat.com>
17106
17107 PR symtab/14466
17108 * gdb.base/vdso-warning.c: New file.
17109 * gdb.base/vdso-warning.exp: New file.
17110
17111 2014-10-02 Doug Evans <dje@google.com>
17112
17113 * gdb.base/structs.c (main): Don't run forever.
17114
17115 2014-10-02 Pedro Alves <palves@redhat.com>
17116
17117 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17118 (top level) <stop threads 1, stop threads 2>: Use it.
17119
17120 2014-10-02 Pedro Alves <palves@redhat.com>
17121
17122 * gdb.threads/break-while-running.exp (test): Add new
17123 'update_thread_list' argument. Skip "info threads" if false.
17124 (top level): Add new 'update_thread_list' axis.
17125
17126 2014-10-02 Pedro Alves <palves@redhat.com>
17127
17128 PR breakpoints/17431
17129 * gdb.base/execl-update-breakpoints.c: New file.
17130 * gdb.base/execl-update-breakpoints.exp: New file.
17131
17132 2014-10-01 Pedro Alves <palves@redhat.com>
17133
17134 * gdb.base/breakpoint-in-ro-region.c: New file.
17135 * gdb.base/breakpoint-in-ro-region.exp: New file.
17136
17137 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17138
17139 * gdb.mi/mi-exit-code.exp: New file.
17140 * gdb.mi/mi-exit-code.c: New file.
17141
17142 2014-09-30 Yao Qi <yao@codesourcery.com>
17143
17144 * lib/prelink-support.exp (build_executable_own_libs): Error if
17145 the target isn't native.
17146
17147 2014-09-30 Yao Qi <yao@codesourcery.com>
17148
17149 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17150 false.
17151
17152 2014-09-22 Pedro Alves <palves@redhat.com>
17153
17154 * gdb.threads/break-while-running.exp: New file.
17155 * gdb.threads/break-while-running.c: New file.
17156
17157 2014-09-19 Yao Qi <yao@codesourcery.com>
17158
17159 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17160 Invoke test. Restart GDB with --readnow and invoke test again.
17161
17162 2014-09-19 Yao Qi <yao@codesourcery.com>
17163
17164 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17165 proc set_breakpoint_on_gcd_function. Invoke
17166 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17167 invoke set_breakpoint_on_gcd_function again.
17168
17169 2014-09-18 Doug Evans <dje@google.com>
17170
17171 * gdb.dwarf2/symtab-producer.exp: New file.
17172
17173 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17174
17175 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17176 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17177 * gdb.base/global-var-nested-by-dso.c: Likewise.
17178 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17179
17180 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17181 Pedro Alves <palves@redhat.com>
17182
17183 * gdb.base/watch-bitfields.exp: Pass string other than test file
17184 name to prepare_for_testing.
17185 (watch): New procedure.
17186 (expect_watchpoint): Use with_test_prefix.
17187 (top level): Factor out tests to ...
17188 (test_watch_location, test_regular_watch): ... these new
17189 procedures, and use with_test_prefix and gdb_continue_to_end.
17190
17191 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17192
17193 PR breakpoints/12526
17194 * gdb.base/watch-bitfields.exp: New file.
17195 * gdb.base/watch-bitfields.c: New file.
17196
17197 2014-09-16 Pedro Alves <palves@redhat.com>
17198
17199 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17200 software and hardware addresses, not software address against
17201 itself.
17202
17203 2014-09-16 Pedro Alves <palves@redhat.com>
17204
17205 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17206 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17207
17208 2014-09-16 Pedro Alves <palves@redhat.com>
17209
17210 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17211 files.
17212 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17213 "*-*-vxworks*" throughout.
17214 * gdb.base/break.exp: Likewise.
17215 * gdb.base/default.exp: Likewise.
17216 * gdb.base/scope.exp: Likewise.
17217 * gdb.base/sepdebug.exp: Likewise.
17218 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17219 throughout.
17220 * gdb.base/run.c: Likewise.
17221 * gdb.base/sepdebug.c: Likewise.
17222 * gdb.hp/gdb.aCC/run.c: Likewise.
17223 * gdb.reverse/until-reverse.c: Likewise.
17224 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17225
17226 2014-09-16 Yao Qi <yao@codesourcery.com>
17227
17228 * boards/local-remote-host-native.exp: New file.
17229
17230 2014-09-14 Doug Evans <xdje42@gmail.com>
17231
17232 * gdb.threads/queue-signal.c (thread_count): New variable.
17233 (thread_count_mutex, thread_count_condvar): New variables.
17234 (incr_thread_count, wait_all_threads_running): New functions.
17235 (main): Wait for all threads to be in their thread functions.
17236
17237 2014-09-13 Doug Evans <xdje42@gmail.com>
17238
17239 * gdb.threads/queue-signal.c: New file.
17240 * gdb.threads/queue-signal.exp: New file.
17241
17242 2014-09-13 Doug Evans <xdje42@gmail.com>
17243
17244 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17245 be consistent with what default_gdb_init uses.
17246 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17247 the plain text of the prompt. Add some logging printfs.
17248 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17249
17250 2014-09-12 Pedro Alves <palves@redhat.com>
17251
17252 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17253 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17254 * gdb.arch/i386-size-overlap.exp: Likewise.
17255 * gdb.arch/i386-size.exp: Likewise.
17256 * gdb.arch/i386-unwind.exp: Likewise.
17257 * gdb.base/a2-run.exp: Likewise.
17258 * gdb.base/break.exp: Likewise.
17259 * gdb.base/charset.exp: Likewise.
17260 * gdb.base/chng-syms.exp: Likewise.
17261 * gdb.base/commands.exp: Likewise.
17262 * gdb.base/dbx.exp: Likewise.
17263 * gdb.base/find.exp: Likewise.
17264 * gdb.base/funcargs.exp: Likewise.
17265 * gdb.base/jit-simple.exp: Likewise.
17266 * gdb.base/reread.exp: Likewise.
17267 * gdb.base/sepdebug.exp: Likewise.
17268 * gdb.base/step-bt.exp: Likewise.
17269 * gdb.cp/mb-inline.exp: Likewise.
17270 * gdb.cp/mb-templates.exp: Likewise.
17271 * gdb.objc/basicclass.exp: Likewise.
17272 * gdb.threads/killed.exp: Likewise.
17273
17274 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17275
17276 PR tdep/17379
17277 * gdb.arch/powerpc-stackless.S: New file.
17278 * gdb.arch/powerpc-stackless.exp: New file.
17279
17280 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17281
17282 * gdb.base/attach.c: Include unistd.h.
17283 (main): Call alarm. Add label postloop.
17284 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17285 gdb_breakpoint, gdb_continue_to_breakpoint.
17286 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17287
17288 2014-09-11 Pedro Alves <palves@redhat.com>
17289
17290 PR gdb/17347
17291 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17292 * gdb.base/attach.exp (test_command_line_attach_run): New
17293 procedure.
17294 (top level): Call it.
17295
17296 2014-09-11 Pedro Alves <palves@redhat.com>
17297
17298 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17299 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17300 (do_command_attach_tests): Use spawn_wait_for_attach.
17301 * gdb.base/solib-overlap.exp: Likewise.
17302 * gdb.multi/multi-attach.exp: Likewise.
17303 * gdb.python/py-prompt.exp: Likewise.
17304 * gdb.python/py-sync-interp.exp: Likewise.
17305 * gdb.server/ext-attach.exp: Likewise.
17306
17307 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17308
17309 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17310 command in testcase. Simplify testcase.
17311
17312 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17313
17314 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17315
17316 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17317
17318 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17319
17320 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17321
17322 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17323
17324 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17325
17326 * gdb.dwarf2/dynarr-ptr.c: New file.
17327 * gdb.dwarf2/dynarr-ptr.exp: New file.
17328
17329 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17330
17331 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17332 of 30 rather than hardcoding 120 for a slow test case. Take the
17333 `gdb,timeout' target setting into account for this calculation.
17334 Don't extend the timeout for the test cases that don't need it.
17335
17336 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17337
17338 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17339 a factor of 2 for a slow test case. Take the `gdb,timeout'
17340 target setting into account for this calculation.
17341 * gdb.reverse/until-precsave.exp: Increase the timeout by
17342 a factor of 15 and 3 respectively rather than adding 120
17343 for a pair of slow test cases. Take the `gdb,timeout'
17344 target setting into account for this calculation.
17345
17346 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17347
17348 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17349 timeout, don't pass one down to gdb_expect.
17350 (gdb_expect): Rework timeout selection.
17351
17352 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17353
17354 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17355 exception on timeout.
17356 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17357 (gdbserver_start_extended): Catch any `gdbserver_start' error
17358 exceptions.
17359 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17360 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17361 `gdbserver_gdb_load' error exceptions.
17362
17363 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17364
17365 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17366 120 on waiting for the TCP socket to open.
17367
17368 2014-09-09 Doug Evans <xdje42@gmail.com>
17369
17370 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17371 _caller_matches, _any_caller_is, _any_caller_matches.
17372
17373 2014-09-09 Doug Evans <xdje42@gmail.com>
17374
17375 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17376
17377 2014-09-09 Yao Qi <yao@codesourcery.com>
17378
17379 * gdb.mi/mi-var-display.exp: Set print symbol off.
17380
17381 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17382
17383 PR gdb/17035
17384 * gdb.base/commands.exp: Add tests to verify user-defined
17385 commands with empty bodies.
17386 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17387 python commands in `show user command`.
17388 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17389 scheme commands in `show user command`.
17390
17391 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17392
17393 PR python/17355
17394 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17395 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17396 * gdb.python/py-framefilter-invalidarg.exp: New file.
17397 * gdb.python/py-framefilter-invalidarg.py: New file.
17398
17399 2014-09-06 Doug Evans <xdje42@gmail.com>
17400
17401 PR 15276
17402 * gdb.python/py-caller-is.c: New file.
17403 * gdb.python/py-caller-is.exp: New file.
17404
17405 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17406
17407 PR gdb/17235
17408 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17409 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17410
17411 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17412
17413 PR fortran/17237
17414 * gdb.fortran/print-formatted.exp: New file.
17415 * gdb.fortran/print-formatted.f90: Likewise.
17416
17417 2014-09-03 Sasha Smundak <asmundak@google.com>
17418
17419 * gdb.python/py-frame.exp: Test Frame.read_register.
17420
17421 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17422
17423 PR python/16699
17424 * gdb.python/py-completion.exp: New file.
17425 * gdb.python/py-completion.py: Likewise.
17426
17427 2014-08-28 Doug Evans <dje@google.com>
17428
17429 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17430 eax,etc. are live with values set by gdb and thus the compiler can't
17431 use them.
17432 * gdb.arch/i386-pseudo.c (main): Ditto.
17433
17434 2014-08-27 Doug Evans <dje@google.com>
17435
17436 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17437
17438 2014-08-25 Doug Evans <dje@google.com>
17439
17440 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17441 (main): Ditto.
17442
17443 2014-08-25 Doug Evans <dje@google.com>
17444
17445 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17446
17447 2014-08-24 Yao Qi <yao@codesourcery.com>
17448
17449 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17450 symbol off.
17451 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17452
17453 2014-08-22 Doug Evans <dje@google.com>
17454
17455 PR 17276
17456 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17457 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17458 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17459
17460 2014-08-22 Yao Qi <yao@codesourcery.com>
17461
17462 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17463 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17464 * gdb.python/python.exp: Likewise. Use .py file on the host
17465 instead of the build.
17466
17467 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17468
17469 * gdb.threads/gcore-stale-thread.c: New file.
17470 * gdb.threads/gcore-stale-thread.exp: New file.
17471
17472 2014-08-21 Pedro Alves <palves@redhat.com>
17473
17474 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17475 * gdb.base/gcore-relro-pie.exp: Likewise.
17476 * gdb.base/gcore-relro.exp: Likewise.
17477 * gdb.base/gcore.exp: Likewise.
17478 * gdb.base/print-symbol-loading.exp: Likewise.
17479 * gdb.threads/gcore-thread.exp: Likewise.
17480 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17481
17482 2014-08-20 Pedro Alves <palves@redhat.com>
17483 Jan Kratochvil <jan.kratochvil@redhat.com>
17484
17485 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17486 configure.
17487 (EXPECT): Handle READ1 being set.
17488 (all): Depend on EXTRA_RULES.
17489 (check-read1, expect-read1, read1.so, read1): New rules.
17490 * README (Testsuite Parameters): Document the READ1 make variable.
17491 (Race detection): New section.
17492 * configure: Regenerate.
17493 * configure.ac: If build==host==target, and running under a
17494 GNU/glibc system, add read1 to the extra Makefile rules.
17495 (EXTRA_RULES): AC_SUBST it.
17496 * lib/read1.c: New file.
17497
17498 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17499
17500 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17501 the handling of variables declared as a typedef to an array
17502 which a DW_AT_data_location attribute.
17503
17504 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17505 Pedro Alves <palves@redhat.com>
17506
17507 PR symtab/14604
17508 PR symtab/14605
17509 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17510 gdb_test.
17511
17512 2014-08-19 Pedro Alves <palves@redhat.com>
17513
17514 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17515
17516 2014-08-19 Yao Qi <yao@codesourcery.com>
17517
17518 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17519 right line.
17520
17521 2014-08-18 David Blaikie <dblaikie@gmail.com>
17522
17523 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17524
17525 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17526
17527 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17528 attribute in array range.
17529
17530 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17531
17532 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17533
17534 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17535
17536 PR c++/17132
17537 * gdb.cp/pr17132.cc: New file.
17538 * gdb.cp/pr17132.exp: New file.
17539
17540 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17541
17542 * gdb.python/py-xmethods.py (A_getarrayind)
17543 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17544 Use 'print' with function call syntax.
17545 (E_method_matcher.match): Fix tab vs space indentation mixup.
17546
17547 2014-08-15 Yao Qi <yao@codesourcery.com>
17548
17549 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17550 false.
17551
17552 2014-08-15 Yao Qi <yao@codesourcery.com>
17553
17554 * gdb.cp/casts.exp: Set print symbol off.
17555 * gdb.cp/class2.exp: Likewise.
17556 * gdb.cp/overload.exp: Likewise.
17557 * gdb.cp/templates.exp: Likewise.
17558
17559 2014-08-11 Doug Evans <dje@google.com>
17560
17561 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17562 (test_load_shlib): Update.
17563
17564 2014-08-09 Yao Qi <yao@codesourcery.com>
17565
17566 * gdb.base/display.exp: Invoke is_address_zero_readable.
17567 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17568 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17569 * gdb.base/hbreak-unmapped.exp: Return if
17570 is_address_zero_readable returns true.
17571 * gdb.base/signest.exp: Likewise.
17572 * gdb.base/signull.exp: Likewise.
17573 * gdb.base/sigbpt.exp: Likewise.
17574 * gdb.guile/scm-disasm.exp: Do the test if
17575 is_address_zero_readable returns false.
17576 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17577 * gdb.python/py-arch.exp: Likewise.
17578 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17579 * lib/gdb.exp (is_address_zero_readable): New proc.
17580
17581 2014-08-09 Yao Qi <yao@codesourcery.com>
17582
17583 PR testsuite/13443
17584 * gdb.mi/mi-var-display.exp: Make test messages unique.
17585
17586 2014-08-04 Tom Tromey <tromey@redhat.com>
17587
17588 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17589 target 0".
17590
17591 2014-08-04 Tom Tromey <tromey@redhat.com>
17592
17593 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17594 "target_resume".
17595
17596 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17597
17598 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17599 inner_vla_struct_object_size.
17600 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17601 as xfail.
17602
17603 2014-07-30 Pedro Alves <palves@redhat.com>
17604
17605 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17606 comment.
17607
17608 2014-07-29 Yao Qi <yao@codesourcery.com>
17609
17610 PR gdb/17206
17611 * gdb.base/until-nodebug.exp: New.
17612
17613 2014-07-28 Doug Evans <xdje42@gmail.com>
17614
17615 PR guile/17203
17616 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17617 previously existing parameter, and previously ambiguously spelled
17618 parameter.
17619
17620 2014-07-28 Will Newton <will.newton@linaro.org>
17621
17622 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17623
17624 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17625 Doug Evans <xdje42@gmail.com>
17626
17627 PR guile/17146
17628 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17629
17630 2014-07-25 Pedro Alves <palves@redhat.com>
17631
17632 * gdb.threads/signal-command-handle-nopass.c: New file.
17633 * gdb.threads/signal-command-handle-nopass.exp: New file.
17634 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17635 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17636 * gdb.threads/signal-delivered-right-thread.c: New file.
17637 * gdb.threads/signal-delivered-right-thread.exp: New file.
17638
17639 2014-07-25 Pedro Alves <palves@redhat.com>
17640
17641 * gdb.base/double-prompt-target-event-error.exp
17642 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17643 match.
17644 (cancel_pagination_in_target_event): Rework double prompt
17645 detection.
17646 * gdb.base/paginate-after-ctrl-c-running.exp
17647 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17648 <return>' match.
17649 * gdb.base/paginate-bg-execution.exp
17650 (test_bg_execution_pagination_return)
17651 (test_bg_execution_pagination_cancel): Remove '-notransfer
17652 <return>' matches.
17653 * gdb.base/paginate-execution-startup.exp
17654 (test_fg_execution_pagination_return)
17655 (test_fg_execution_pagination_cancel): Remove '-notransfer
17656 <return>' matches.
17657 * gdb.base/paginate-inferior-exit.exp
17658 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17659 match.
17660 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17661 * lib/gdb.exp (pagination_prompt): Run text through
17662 string_to_regexp.
17663 (gdb_test_multiple): Match $pagination_prompt instead of
17664 "<return>".
17665 (string_to_regexp): Move to lib/gdb-utils.exp.
17666
17667 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17668
17669 * gdb.arch/amd64-entry-value-paramref.S: New file.
17670 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17671 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17672 * gdb.arch/amd64-optimout-repeat.S: New file.
17673 * gdb.arch/amd64-optimout-repeat.c: New file.
17674 * gdb.arch/amd64-optimout-repeat.exp: New file.
17675
17676 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17677
17678 PR gdb/17170
17679 * gdb.base/statistics.exp: New file.
17680
17681 2014-07-17 Doug Evans <dje@google.com>
17682
17683 PR gdb/17170
17684 * gdb.base/maint.exp: Update testing of per-command stats.
17685
17686 2014-07-16 Pedro Alves <palves@redhat.com>
17687
17688 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17689 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17690 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17691 (tfile_write_buf): New functions.
17692 (add_memory_block): Rewrite using the above.
17693 (adjust_function_address): New function.
17694 (FUNCTION_ADDRESS): New macro.
17695 (write_basic_trace_file): Remove short_x local, and use
17696 tfile_write_16. Change type of func_addr local to unsigned long
17697 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17698 here. Cast argument of add_memory_block to char pointer.
17699 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17700 (main): Remove parameters.
17701 * gdb.trace/tfile.exp: Remove nowarnings.
17702
17703 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17704
17705 * gdb.base/debug-expr.exp: Test string evaluation with
17706 "debug expression" on.
17707
17708 2014-07-15 Pedro Alves <palves@redhat.com>
17709
17710 * gdb.base/reread.exp: Use clean_restart.
17711
17712 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17713
17714 * gdb.arch/avr-flash-qualifer.c: New.
17715 * gdb.arch/avr-flash-qualifer.exp: New.
17716
17717 2014-07-14 Pedro Alves <palves@redhat.com>
17718
17719 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17720 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17721
17722 2014-07-14 Pedro Alves <palves@redhat.com>
17723
17724 * gdb.base/double-prompt-target-event-error.c: New file.
17725 * gdb.base/double-prompt-target-event-error.exp: New file.
17726
17727 2014-07-14 Pedro Alves <palves@redhat.com>
17728
17729 PR gdb/17072
17730 * gdb.base/paginate-inferior-exit.c: New file.
17731 * gdb.base/paginate-inferior-exit.exp: New file.
17732
17733 2014-07-14 Pedro Alves <palves@redhat.com>
17734
17735 PR gdb/17072
17736 * gdb.base/paginate-bg-execution.c: New file.
17737 * gdb.base/paginate-bg-execution.exp: New file.
17738
17739 2014-07-14 Pedro Alves <palves@redhat.com>
17740
17741 PR gdb/17072
17742 * gdb.base/paginate-execution-startup.c: New file.
17743 * gdb.base/paginate-execution-startup.exp: New file.
17744 * lib/gdb.exp (pagination_prompt): New global.
17745 (default_gdb_spawn): New procedure, factored out from
17746 default_gdb_spawn.
17747 (default_gdb_start): Adjust to call default_gdb_spawn.
17748 (gdb_spawn): New procedure.
17749
17750 2014-07-14 Pedro Alves <palves@redhat.com>
17751
17752 * lib/gdb.exp (gdb_assert): New procedure.
17753 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17754
17755 2014-07-14 Pedro Alves <palves@redhat.com>
17756
17757 * gdb.base/execution-termios.c: New file.
17758 * gdb.base/execution-termios.exp: New file.
17759
17760 2014-07-14 Tom Tromey <tromey@redhat.com>
17761
17762 * gdb.cp/vla-cxx.cc: New file.
17763 * gdb.cp/vla-cxx.exp: New file.
17764
17765 2014-07-14 Tom Tromey <tromey@redhat.com>
17766
17767 * gdb.reverse/rerun-prec.c: New file.
17768 * gdb.reverse/rerun-prec.exp: New file.
17769
17770 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17771 Maciej W. Rozycki <macro@codesourcery.com>
17772
17773 * lib/gdb-utils.exp: New file.
17774 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17775 inline `gdb_init_command' processing.
17776 (gdb_start_cmd): Likewise.
17777 * lib/mi-support.exp (mi_run_cmd): Likewise.
17778 * README: Document `gdb_init_command' and `gdb_init_commands'.
17779
17780 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17781
17782 Fix false FAIL running under a very long directory name.
17783 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17784 and "set print elements 10000". Twice.
17785
17786 2014-07-11 Yao Qi <yao@codesourcery.com>
17787
17788 * gdb.base/exprs.exp: "set print symbol off".
17789
17790 2014-07-11 Pedro Alves <palves@redhat.com>
17791
17792 * gdb.threads/kill.c: New file.
17793 * gdb.threads/kill.exp: New file.
17794
17795 2014-07-10 Yao Qi <yao@codesourcery.com>
17796
17797 * gdb.trace/tfile.c (write_basic_trace_file)
17798 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17799 address written to trace file.
17800
17801 2014-07-09 Pedro Alves <palves@redhat.com>
17802
17803 * gdb.base/attach-wait-input.exp: New file.
17804 * gdb.base/attach-wait-input.c: New file.
17805
17806 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17807
17808 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17809 setting up test structures.
17810 (main): Call new test function.
17811 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17812 test function, continue into test function and walk test
17813 structures.
17814
17815 2014-07-02 Yao Qi <yao@codesourcery.com>
17816
17817 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17818 'bar_start' at the beginning of functions 'foo' and 'bar'
17819 respectively.
17820 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17821 instead of 'foo' and 'bar'.
17822
17823 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17824
17825 * gdb.btrace/segv.exp: New.
17826 * gdb.btrace/segv.c: New.
17827
17828 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17829
17830 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17831 instruction.
17832
17833 2014-06-30 Mark Wielaard <mjw@redhat.com>
17834
17835 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17836 vulture, vilify, villar): New volatile array constants.
17837 (vindictive, vegetation): New const volatile array constants.
17838 * gdb.base/volatile.exp: Test volatile and const volatile array
17839 types.
17840
17841 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17842
17843 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17844 target lacks support for awatch, rwatch, or hbreak.
17845
17846 2014-06-27 Yao Qi <yao@codesourcery.com>
17847
17848 * gdb.multi/dummy-frame-restore.exp: New.
17849 * gdb.multi/dummy-frame-restore.c: New.
17850
17851 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17852
17853 * gdb.btrace/gcore.exp: New.
17854
17855 2014-06-23 Pedro Alves <palves@redhat.com>
17856
17857 * gdb.base/watchpoint-reuse-slot.c: New file.
17858 * gdb.base/watchpoint-reuse-slot.exp: New file.
17859
17860 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17861
17862 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17863 progspace's filename in 'info', 'enable' and 'disable' command
17864 tests.
17865
17866 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17867
17868 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17869 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17870 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17871
17872 2014-06-20 Gary Benson <gbenson@redhat.com>
17873
17874 * gdb.arch/i386-avx.exp: Fix include file location.
17875 * gdb.arch/i386-sse.exp: Likewise.
17876
17877 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17878
17879 * gdb.dlang/expression.exp: New file.
17880
17881 2014-06-19 Pedro Alves <palves@redhat.com>
17882
17883 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17884 out from ...
17885 (top level): ... here. Iterate running tests under different
17886 scheduler-locking settings.
17887
17888 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17889
17890 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17891 to DW_FORM_addr and use non-zero addresses.
17892
17893 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17894
17895 PR gdb/17017
17896 * gdb.python/py-xmethods.cc: Add global function call counters and
17897 increment them in their respective functions. Remove "cout"
17898 statements.
17899 * gdb.python/py-xmethods.exp: Make tests check the global function
17900 call counters instead of depending on inferior IO.
17901
17902 2014-06-18 Don Breazeal <donb@codesourcery.com>
17903
17904 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17905 Deleted procedure.
17906 (explicit_fork_parent_follow): Deleted procedure.
17907 (explicit_fork_child_follow): Deleted procedure.
17908 (test_follow_fork): New procedure.
17909 (do_fork_tests): Replace calls to deleted procedures with
17910 calls to test_follow_fork and reset GDB for subsequent
17911 procedure calls.
17912
17913 2014-06-17 Yao Qi <yao@codesourcery.com>
17914
17915 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17916 CP1252.
17917
17918 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17919
17920 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17921 Initialize ptr and S explicitly.
17922 (skip_type_update_when_not_use_rtti_test): Likewise.
17923
17924 2014-06-16 Keith Seitz <keiths@redhat.com>
17925
17926 PR mi/15863
17927 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17928 the inferior is started.
17929
17930 2014-06-16 Pedro Alves <palves@redhat.com>
17931
17932 * gdb.base/break-main-file-remove-fail.c: New file.
17933 * gdb.base/break-main-file-remove-fail.exp: New file.
17934 * gdb.base/break-unload-file.exp: Use build_executable instead of
17935 prepare_for_testing.
17936 (test_break): New parameter "initial_load". Handle it.
17937 (top level): Add initial_load cmdline/file axis.
17938
17939 2014-06-12 Tom Tromey <tromey@redhat.com>
17940
17941 * gdb.base/completion.exp: Don't use directory name in test.
17942
17943 2014-06-09 Gary Benson <gbenson@redhat.com>
17944
17945 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17946 separate the always-available ANSI-standard signals from the
17947 signals that require checking.
17948 (main): Likewise.
17949 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17950 Likewise.
17951 (main): Likewise.
17952
17953 2014-06-07 Keith Seitz <keiths@redhat.com>
17954
17955 Revert:
17956 PR c++/16253
17957 * gdb.cp/var-tag.cc: New file.
17958 * gdb.cp/var-tag.exp: New file.
17959 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17960 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17961 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17962 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17963
17964 2014-06-06 Doug Evans <xdje42@gmail.com>
17965
17966 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17967
17968 2014-06-06 Pedro Alves <palves@redhat.com>
17969
17970 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17971 in target debug output instead of looking at RSP packets,
17972 disabling the test on any target that uses hardware stepping.
17973 Update comments.
17974
17975 2014-06-06 Pedro Alves <palves@redhat.com>
17976
17977 * gdb.base/break-unload-file.exp: Fix typo.
17978
17979 2014-06-06 Yao Qi <yao@codesourcery.com>
17980
17981 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17982 from "jit_function" to "^jit_function".
17983
17984 2014-06-06 Yao Qi <yao@codesourcery.com>
17985
17986 * gdb.base/async.c (foo): Add one statement.
17987 * gdb.base/async.exp: Get the next instruction address and
17988 match the output of "nexti" by instruction address. Match
17989 the hex address in the output of "finish".
17990
17991 2014-06-06 Gary Benson <gbenson@redhat.com>
17992
17993 * gdb.base/call-signals.c: Remove preprocessor conditionals
17994 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17995 SIGSEGV and SIGTERM.
17996 * gdb.base/sigall.c: Likewise.
17997 * gdb.base/unwindonsignal.c: Likewise.
17998 * gdb.reverse/sigall-reverse.c: Likewise.
17999
18000 2014-06-06 Yao Qi <yao@codesourcery.com>
18001
18002 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18003 readable, skip the test.
18004
18005 2014-06-06 Yao Qi <yao@codesourcery.com>
18006
18007 * gdb.threads/staticthreads.c (thread_function): Move the line
18008 setting breakpoint on forward.
18009 * gdb.threads/staticthreads.exp: Update comments.
18010
18011 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18012
18013 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18014 "history-append! type error".
18015
18016 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18017
18018 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18019 erroneous dprintf expected input.
18020
18021 2014-06-04 Doug Evans <xdje42@gmail.com>
18022
18023 * gdb.guile/scm-generics.exp: Delete.
18024
18025 2014-06-04 Doug Evans <xdje42@gmail.com>
18026
18027 * gdb.guile/scm-breakpoint.exp: Update.
18028 Add tests for breakpoint registration.
18029
18030 2014-06-04 Tom Tromey <tromey@redhat.com>
18031
18032 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18033 VLA-in-union.
18034 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18035 inner_vla_struct, vla_union types. Initialize objects of those
18036 types and compute their sizes.
18037
18038 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18039 Hui Zhu <hui@codesourcery.com>
18040
18041 * gdb.base/fileio.exp: Add test for shell not available as well as
18042 available.
18043 * gdb.base/fileio.c (test_system): Check for shell twice.
18044
18045 2014-06-04 Yao Qi <yao@codesourcery.com>
18046
18047 * gdb.base/auto-connect-native-target.exp: Remove redundant
18048 space from the regexp pattern.
18049
18050 2014-06-04 Yao Qi <yao@codesourcery.com>
18051
18052 * gdb.base/default.exp: Replace "child" with "native" in
18053 regexp pattern.
18054
18055 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18056
18057 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18058 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18059 * gdb.python/py-xmethods.py: Python script supporting the
18060 new testcase and tests.
18061
18062 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18063 Pedro Alves <palves@redhat.com>
18064
18065 PR breakpoints/17000
18066 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18067 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18068
18069 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18070
18071 * gdb.base/subst.exp: Add tests to verify partial path matching
18072 output.
18073
18074 2014-06-03 Pedro Alves <palves@redhat.com>
18075
18076 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18077 target that doesn't use software single-stepping.
18078
18079 2014-06-03 Pedro Alves <palves@redhat.com>
18080
18081 PR breakpoints/17000
18082 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18083 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18084
18085 2014-06-02 Doug Evans <xdje42@gmail.com>
18086
18087 * gdb.guile/scm-parameter.exp: New file.
18088
18089 2014-06-02 Doug Evans <xdje42@gmail.com>
18090
18091 * gdb.guile/scm-cmd.c: New file.
18092 * gdb.guile/scm-cmd.exp: New file.
18093
18094 2014-06-02 Doug Evans <xdje42@gmail.com>
18095
18096 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18097 pretty-printer lookup.
18098 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18099 (make-pp_s-printer): Call it.
18100 (make-pretty-printer-from-dict): New function.
18101 (lookup-pretty-printer-maker-from-dict): New function.
18102 (*pretty-printer*): Simplify.
18103 (make-objfile-pp_s-printer): New function.
18104 (install-objfile-pretty-printers!): New function.
18105 (make-progspace-pp_s-printer): New function.
18106 (install-progspace-pretty-printers!): New function.
18107 * gdb.guile/scm-progspace.c: New file.
18108 * gdb.guile/scm-progspace.exp: New file.
18109
18110 2014-06-02 Pedro Alves <palves@redhat.com>
18111
18112 * gdb.base/dprintf-bp-same-addr.c: New file.
18113 * gdb.base/dprintf-bp-same-addr.exp: New file.
18114
18115 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18116
18117 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18118 * gdb.arch/powerpc-power.s: Likewise.
18119
18120 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18121
18122 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18123
18124 2014-06-01 Yao Qi <yao@codesourcery.com>
18125
18126 * gdb.base/watchpoint.exp (test_watch_location): Check null
18127 pointer can be dereferenced. If not, do the test, otherwise
18128 skip it.
18129
18130 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18131
18132 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18133 results.
18134 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18135
18136 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18137
18138 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18139 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18140 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18141 * gdb.arch/amd64-invalid-stack-top.c: New file.
18142 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18143
18144 2014-05-30 Pedro Alves <palves@redhat.com>
18145
18146 PR breakpoints/17000
18147 * gdb.base/sss-bp-on-user-bp.c: New file.
18148 * gdb.base/sss-bp-on-user-bp.exp: New file.
18149
18150 2014-05-30 David Blaikie <dblaikie@gmail.com>
18151
18152 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18153 gnu_inline semantics via attribute.
18154 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18155 source explicitly specifies the required semantics.
18156
18157 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18158
18159 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18160
18161 2014-05-29 Pedro Alves <palves@redhat.com>
18162 Tom Tromey <tromey@redhat.com>
18163
18164 * gdb.base/async-shell.exp: Don't enable target-async.
18165 * gdb.base/async.exp
18166 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18167 parameter. Adjust.
18168 (top level): Don't test with "target-async".
18169 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18170 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18171 * gdb.base/inferior-died.exp: Don't enable target-async.
18172 * gdb.base/interrupt-noterm.exp: Likewise.
18173 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18174 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18175 * gdb.mi/mi-nonstop.exp: Likewise.
18176 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18177 * gdb.mi/mi-nsintrall.exp: Likewise.
18178 * gdb.mi/mi-nsmoribund.exp: Likewise.
18179 * gdb.mi/mi-nsthrexec.exp: Likewise.
18180 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18181 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18182 * gdb.python/py-evsignal.exp: Don't enable target-async.
18183 * gdb.python/py-evthreads.exp: Likewise.
18184 * gdb.python/py-prompt.exp: Likewise.
18185 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18186 * gdb.server/solib-list.exp: Don't enable target-async.
18187 * gdb.threads/thread-specific-bp.exp: Likewise.
18188 * lib/mi-support.exp: Adjust to use mi-async.
18189
18190 2014-05-29 Pedro Alves <palves@redhat.com>
18191
18192 PR gdb/13860
18193 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18194 reason, even in sync mode.
18195
18196 2014-05-29 Pedro Alves <palves@redhat.com>
18197 Hui Zhu <hui@codesourcery.com>
18198
18199 PR PR15693
18200 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18201 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18202 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18203 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18204
18205 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18206
18207 * config/monitor.exp (gdb_target_monitor): Replace use of
18208 "set remotebaud" by "set serial baud".
18209
18210 2014-05-26 Andy Wingo <wingo@igalia.com>
18211
18212 * gdb.guile/scm-breakpoint.exp:
18213 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18214 properties instead of gdb-object-properties.
18215
18216 2014-05-26 Yao Qi <yao@codesourcery.com>
18217
18218 * gdb.server/no-thread-db.exp: Specify source file name
18219 explicitly when setting a breakpoint.
18220
18221 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18222
18223 * gdb.btrace/vdso.c: New.
18224 * gdb.btrace/vdso.exp: New.
18225
18226 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18227
18228 * gdb.base/gcore.exp (capture_command_output): Move ...
18229 * lib/gdb.exp (capture_command_output): ... here.
18230
18231 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18232
18233 * gdb.btrace/data.exp: Test memory access during btrace replay.
18234
18235 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18236
18237 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18238
18239 2014-05-21 Pedro Alves <palves@redhat.com>
18240
18241 PR gdb/13860
18242 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18243 (top level): Test that output related to execution commands is
18244 sent to the console with CLI commands, but not with MI commands.
18245 Test that breakpoint events are always mirrored to the console.
18246 Also expect the new source line to be output after a "next" in
18247 async mode too. Make it a pass/fail test.
18248 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18249 output.
18250 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18251
18252 2014-05-21 Pedro Alves <palves@redhat.com>
18253
18254 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18255 Use them to test variations of "list" after reaching a breakpoint.
18256 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18257 Test "list" with listsize 10 after reaching a breakpoint.
18258 * gdb.python/python.exp (decode_line current location line
18259 number): Adjust expected line number.
18260
18261 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18262
18263 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18264 behavior for $args, pass it directly to "run".
18265
18266 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18267
18268 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18269 30000 to 65536.
18270
18271 2014-05-21 Pedro Alves <palves@redhat.com>
18272
18273 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18274 auto-connect-native-target off".
18275 * gdb.base/auto-connect-native-target.c: New file.
18276 * gdb.base/auto-connect-native-target.exp: New file.
18277
18278 2014-05-21 Pedro Alves <palves@redhat.com>
18279
18280 * gdb.base/default.exp: Test "target native" instead of "target
18281 child".
18282
18283 2014-05-21 Mark Wielaard <mjw@redhat.com>
18284
18285 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18286
18287 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18288
18289 Fix TLS access for -static -pthread.
18290 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18291 <HAVE_TLS> (thread_function, main): Initialize it.
18292 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18293 Add clean_restart.
18294 <$have_tls != "">: Check TLSVAR.
18295
18296 2014-05-21 Pedro Alves <palves@redhat.com>
18297
18298 * gdb.base/dcache-line-read-error.c: New.
18299 * gdb.base/dcache-line-read-error.exp: New.
18300
18301 2014-05-20 Pedro Alves <palves@redhat.com>
18302
18303 * gdb.base/compare-sections.c: New file.
18304 * gdb.base/compare-sections.exp: New file.
18305
18306 2014-05-20 Pedro Alves <palves@redhat.com>
18307
18308 * gdb.base/break-idempotent.c: New file.
18309 * gdb.base/break-idempotent.exp: New file.
18310
18311 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18312
18313 * gdb.btrace/nohist.exp: New.
18314
18315 2014-05-20 Yao Qi <yao@codesourcery.com>
18316
18317 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18318 gdb.reverse directory and gdb_reverse_timeout exists in board
18319 setting.
18320 * README: Document gdb_reverse_timeout.
18321
18322 2014-05-20 Yao Qi <yao@codesourcery.com>
18323
18324 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18325 'test_file_name'. Treat args as a string instead of a list.
18326 (gdb_init): Rename argument 'args' by 'test_file_name'.
18327
18328 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18329
18330 * gdb.arch/powerpc-power.exp: New file.
18331 * gdb.arch/powerpc-power.s: New file.
18332
18333 2014-05-16 Doug Evans <dje@google.com>
18334
18335 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18336 * gdb.base/completion.exp: Check that all expected files exist
18337 before doing file completion.
18338
18339 2014-05-16 Doug Evans <dje@google.com>
18340
18341 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18342 Update.
18343 (do_syscall_tests_without_xml): Update.
18344
18345 2014-05-16 Pedro Alves <palves@redhat.com>
18346
18347 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18348 instead of "unknown output after running".
18349
18350 2014-05-16 Yao Qi <yao@codesourcery.com>
18351
18352 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18353 file1.txt from host at the end.
18354 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18355
18356 2014-05-15 Doug Evans <dje@google.com>
18357
18358 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18359 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18360 loading file. Add test for TU lookup.
18361
18362 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18363
18364 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18365 calling "-exec-arguments" or "set args" before running the
18366 inferior.
18367
18368 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18369
18370 * lib/mi-support.exp (mi_expect_stop): Expect message for
18371 inferiors that exit with non-zero exit code.
18372
18373 2014-05-14 Yao Qi <yao@codesourcery.com>
18374
18375 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18376 match absolute path on remote host.
18377 (test_file_list_exec_source_files): Remove "/" from the
18378 pattern.
18379
18380 2014-05-14 Yao Qi <yao@codesourcery.com>
18381
18382 * boards/local-remote-host-notty.exp (${board}_file): New
18383 proc.
18384
18385 2014-05-07 Kyle McMartin <kyle@redhat.com>
18386
18387 Pushed by Joel Brobecker <brobecker@adacore.com>.
18388 * gdb.arch/aarch64-atomic-inst.c: New file.
18389 * gdb.arch/aarch64-atomic-inst.exp: New file.
18390
18391 2014-05-07 Yao Qi <yao@codesourcery.com>
18392
18393 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18394 in current context" too.
18395
18396 2014-05-05 Keith Seitz <keiths@redhat.com>
18397
18398 * gdb.linespec/ls-dollar.exp: Add test for linespec
18399 file:convenience_variable.
18400
18401 2014-05-05 Yao Qi <yao@codesourcery.com>
18402
18403 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18404 traceframes into tfile and ctf trace files. Read data from
18405 trace file and test collected data.
18406 (gdb_collect_locals_test): Likewise.
18407 (gdb_unavailable_registers_test): Likewise.
18408 (gdb_unavailable_floats): Likewise.
18409 (gdb_collect_globals_test): Likewise.
18410 (top-level): Append "ctf" to trace_file_targets if GDB
18411 supports.
18412
18413 2014-05-05 Yao Qi <yao@codesourcery.com>
18414
18415 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18416 code to ...
18417 (gdb_collect_args_test_1): ... it. New proc.
18418 (gdb_collect_locals_test): Move some code to ...
18419 (gdb_collect_locals_test_1): ... it. New proc.
18420 (gdb_unavailable_registers_test): Move some code to ...
18421 (gdb_unavailable_registers_test_1): ... it. New proc.
18422 (gdb_unavailable_floats): Move some code to ...
18423 (gdb_unavailable_floats_1): ... it. New proc.
18424
18425 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18426
18427 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18428 probes to test for bitness recognition.
18429 * gdb.arch/amd64-stap-optional-prefix.exp
18430 (test_probe_value_without_reg): New procedure.
18431 Add code to test for different kinds of bitness.
18432
18433 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18434
18435 PR breakpoints/16889
18436 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18437 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18438
18439 2014-05-01 Pedro Alves <palves@redhat.com>
18440
18441 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18442 gdb_file_cmd if no file is specified.
18443 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18444 last_loaded_file to set the remote exec-file.
18445
18446 2014-05-01 Pedro Alves <palves@redhat.com>
18447
18448 * boards/local-remote-host.exp: New file.
18449
18450 2014-05-01 Pedro Alves <palves@redhat.com>
18451
18452 * boards/local-remote-host.exp: Rename to ...
18453 * boards/local-remote-host-notty.exp: ... this.
18454
18455 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18456
18457 * gdb.ada/dyn_arrayidx: New testcase.
18458
18459 2014-04-26 Yao Qi <yao@codesourcery.com>
18460
18461 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18462 and compute the length of function main. Save it in
18463 $main_length.
18464 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18465 (top-level): Use gdb_compile to compile objects into
18466 executable and restart GDB. Remove invocation to
18467 prepare_for_testing.
18468
18469 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18470 Pedro Alves <palves@redhat.com>
18471
18472 PR server/16255
18473 * gdb.multi/multi-attach.c: New file.
18474 * gdb.multi/multi-attach.exp: New file.
18475
18476 2014-04-25 Pedro Alves <palves@redhat.com>
18477
18478 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18479 user.
18480 (top level): Test that "set remote conditional-breakpoints-packet
18481 off" works as intended.
18482 * gdb.base/dprintf.exp: Test that "set remote
18483 breakpoint-commands-packet off" works as intended.
18484 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18485 New function.
18486 (top level): Call it.
18487 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18488 remote fast-tracepoints-packet off" works as intended.
18489 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18490 * lib/gdb.exp (gdb_is_target_remote): ... here.
18491
18492 2014-04-24 David Blaikie <dblaikie@gmail.com>
18493
18494 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18495 ensure clang would not discard them.
18496 * gdb.base/gdbvars.c: Ditto.
18497 * gdb.base/memattr.c: Ditto.
18498 * gdb.base/whatis.c: Ditto.
18499 * gdb.python/py-prettyprint.c: Ditto.
18500 * gdb.trace/actions.c: Ditto.
18501 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18502 ensure clang would not discard it.
18503
18504 2014-04-24 David Blaikie <dblaikie@gmail.com>
18505
18506 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18507 clang to emit the full definition of type required by the test
18508 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18509
18510 2014-04-24 David Blaikie <dblaikie@gmail.com>
18511
18512 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18513 coax Clang into emitting the definition of the type.
18514 * gdb.cp/pr10728-x.h (y): Ditto.
18515 * gdb.cp/pr10728-y.cc (y): Ditto.
18516
18517 2014-04-24 David Blaikie <dblaikie@gmail.com>
18518
18519 * gdb.base/label.exp: XFAIL label related tests under Clang.
18520 * gdb.cp/cplabel.exp: Ditto.
18521 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18522 under Clang those using labels.
18523
18524 2014-04-25 Yao Qi <yao@codesourcery.com>
18525
18526 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18527 double_label.
18528 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18529 partial_label and double_label.
18530
18531 2014-04-24 David Blaikie <dblaikie@gmail.com>
18532
18533 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18534
18535 2014-04-24 David Blaikie <dblaikie@gmail.com>
18536
18537 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18538 of the function to work across GCC and Clang.
18539 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18540 pointer types (const void ** const V void **).
18541
18542 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18543 Walfred Tedeschi <walfred.tedeschi@intel.com>
18544
18545 * Makefile.in (EXECUTABLES): Added i386-avx512.
18546 * gdb.arch/i386-avx512.c: New file.
18547 * gdb.arch/i386-avx512.exp: Likewise.
18548
18549 2014-04-23 Keith Seitz <keiths@redhat.com>
18550
18551 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18552 (mi_make_breakpoint_table): New procedure.
18553 (mi_create_breakpoint): Use mi_make_breakpoint
18554 and return the result.
18555 (mi_make_breakpoint): New procedure.
18556 (mi_build_kv_pairs): New procedure.
18557
18558 * gdb.mi/mi-break.exp: Remove unused globals,
18559 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18560 All callers updated.
18561 * gdb.mi/mi-dprintf.exp: Use variable to track command
18562 number.
18563 Update all callers of mi_create_breakpoint and use
18564 mi_make_breakpoint_table.
18565 Remove any unused global variables.
18566 * gdb.mi/mi-nonstop.exp: Likewise.
18567 * gdb.mi/mi-nsintrall.exp: Likewise.
18568 * gdb.mi/mi-nsmoribund.exp: Likewise.
18569 * gdb.mi/mi-nsthrexec.exp: Likewise.
18570 * gdb.mi/mi-reverse.exp: Likewise.
18571 * gdb.mi/mi-simplerun.exp: Likewise.
18572 * gdb.mi/mi-stepn.exp: Likewise.
18573 * gdb.mi/mi-syn-frame.exp: Likewise.
18574 * gdb.mi/mi-until.exp: Likewise.
18575 * gdb.mi/mi-var-cp.exp: Likewise.
18576 * gdb.mi/mi-var-display.exp: Likewise.
18577 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18578 * gdb.mi/mi2-var-child.exp: Likewise.
18579 * gdb.mi/mi-vla-c99.exp: Likewise.
18580 * lib/mi-support.exp: Likewise.
18581
18582 From Ian Lance Taylor <iant@cygnus.com>:
18583 * lib/gdb.exp (parse_args): New procedure.
18584
18585 2014-04-23 Pedro Alves <palves@redhat.com>
18586
18587 * gdb.base/break-unload-file.c: New file.
18588 * gdb.base/break-unload-file.exp: New file.
18589 * gdb.base/sym-file-lib.c (baz): New function.
18590 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18591 field.
18592 (load): Store the segment's mapped size.
18593 (unload): New function.
18594 (unload_shlib): New function.
18595 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18596 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18597 set a breakpoint at baz, and call it.
18598 * gdb.base/sym-file.exp: New tests for stale breakpoint
18599 instructions.
18600
18601 2014-04-23 Pedro Alves <palves@redhat.com>
18602
18603 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18604 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18605 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18606 * gdb.base/hbreak-unmapped.c: New file.
18607 * gdb.base/hbreak-unmapped.exp: New file.
18608 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18609 * lib/gdb.exp (gdb_is_target_remote): ... here.
18610
18611 2014-04-22 Pedro Alves <palves@redhat.com>
18612
18613 * gdb.base/consecutive-step-over.c: New file.
18614 * gdb.base/consecutive-step-over.exp: New file.
18615
18616 2014-04-22 Pedro Alves <palves@redhat.com>
18617
18618 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18619 instead of send_gdb/gdb_expect.
18620
18621 2014-04-22 Yao Qi <yao@codesourcery.com>
18622
18623 * lib/trace-support.exp (generate_tracefile): New procedure.
18624 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18625 return 0.
18626 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18627 if generate_tracefile returns 1.
18628
18629 2014-04-18 Tom Tromey <palves@redhat.com>
18630 Pedro alves <tromey@redhat.com>
18631
18632 PR backtrace/15558
18633 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18634 with a backtrace limit.
18635 * gdb.python/py-frame-inline.exp: Test running to an inline
18636 function with a backtrace limit, and printing the newest frame.
18637 * gdb.python/py-frame-inline.c (main): Call f.
18638
18639 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18640
18641 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18642
18643 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18644
18645 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18646 Drop prefix from unsupported source file path.
18647
18648 2014-04-17 Yao Qi <yao@codesourcery.com>
18649
18650 * lib/gdb.exp (with_target_charset): New proc.
18651 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18652 with_target_charset.
18653 (test_print_strings): Likewise.
18654 (test_repeat_bytes): Likewise.
18655 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18656 for some tests.
18657
18658 2014-04-16 Keith Seitz <keiths@redhat.com>
18659
18660 PR gdb/15827
18661 * gdb.dwarf2/corrupt.c: New file.
18662 * gdb.dwarf2/corrupt.exp: New file.
18663
18664 2014-04-16 Keith Seitz <keiths@redhat.com>
18665
18666 PR c++/16597
18667 * gdb.cp/namelessclass.cc: New file.
18668 * gdb.cp/namelessclass.exp: New file.
18669 * gdb.cp/namelessclass.S: New file.
18670
18671 2014-04-16 Doug Evans <dje@google.com>
18672
18673 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18674 Add comment.
18675 (gdbserver_default_get_comm_port): New function.
18676 (gdbserver_start): Check if board file provided
18677 "gdbserver,get_comm_port" and use it if so.
18678 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18679 (gdb,socketport): Set to "stdio".
18680 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18681 (stdio_gdbserver_template): Delete.
18682 (${board}_get_remote_address): Update.
18683 (${board}_build_remote_cmd): Delete.
18684 (${board}_get_comm_port): New function.
18685 (${board}_spawn): Update.
18686 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18687 Delete.
18688 (${board}_get_remote_address): Update.
18689 (${board}_get_comm_port): New function.
18690
18691 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18692
18693 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18694 appearing in any order.
18695
18696 2014-04-15 Doug Evans <dje@google.com>
18697
18698 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18699 uninitialized value of "description".
18700
18701 2014-04-15 Keith Seitz <keiths@redhat.com>
18702
18703 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18704 Remove unused globals.
18705 (test_running_the_program): Likewise.
18706 (test_controlled_execution): Likewise.
18707 (test_controlling_breakpoints): Likewise.
18708 (test_program_termination): Likewise.
18709
18710 2014-04-15 Keith Seitz <keiths@redhat.com>
18711
18712 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18713 unused globals.
18714 (test_rbreak_creation_and_listing): Likewise.
18715 (test_ignore_count): Likewise.
18716 (test_error): Likewise.
18717
18718 2014-04-15 Pedro Alves <palves@redhat.com>
18719
18720 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18721 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18722 sym-file-loader.c.
18723 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18724 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18725 to sym-file-loader.c.
18726 (struct library): Forward declare.
18727 (load_shlib, lookup_function): Change prototypes.
18728 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18729 (translate_offset): Remove declarations.
18730 (get_text_addr): New declaration.
18731 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18732 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18733 sym-file-loader.h.
18734 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18735 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18736 here from sym-file-loader.h.
18737 (struct library): New structure.
18738 (load_shlib, lookup_function): Change prototypes and adjust to
18739 work with a struct library.
18740 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18741 (translate_offset): Make static.
18742 (get_text_addr): New function.
18743 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18744
18745 2014-04-15 Pedro Alves <palves@redhat.com>
18746
18747 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18748
18749 2014-04-15 Pedro Alves <palves@redhat.com>
18750
18751 * gdb.base/sym-file-loader.c: Include <limits.h>.
18752 (SELF_LINK): New define.
18753 (get_origin): New function.
18754 (load_shlib): Use it.
18755 * gdb.base/sym-file.exp: Don't early return if the target is
18756 remote. Use runto_main, and issue fail is that fails. Use
18757 gdb_load_shlibs.
18758 (shlib_name): Delete.
18759 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18760
18761 2014-04-15 Pedro Alves <palves@redhat.com>
18762
18763 * gdb.base/sym-file.exp: Remove regex characters from test
18764 message. Don't refer to breakpoint numbers in test messages.
18765
18766 2014-04-14 Keith Seitz <keiths@redhat.com>
18767
18768 PR c++/16253
18769 * gdb.cp/var-tag.cc: New file.
18770 * gdb.cp/var-tag.exp: New file.
18771 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18772 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18773 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18774 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18775
18776 2014-04-14 Tom Tromey <tromey@redhat.com>
18777
18778 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18779 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18780 type.
18781 * gdb.cp/enum-class.exp: New file.
18782 * gdb.cp/enum-class.cc: New file.
18783
18784 2014-04-14 Tom Tromey <tromey@redhat.com>
18785
18786 * gdb.dwarf2/enum-type.exp: New file.
18787
18788 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18789
18790 * gdb.mi/mi-vla-c99.exp: New file.
18791 * gdb.mi/vla.c: New file.
18792
18793 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18794
18795 * gdb.base/vla-datatypes.c: New file.
18796 * gdb.base/vla-datatypes.exp: New file.
18797
18798 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18799
18800 * gdb.base/vla-ptr.c: New file.
18801 * gdb.base/vla-ptr.exp: New file.
18802
18803 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18804
18805 * gdb.dwarf2/count.exp: New file.
18806
18807 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18808
18809 * gdb.base/vla-sideeffect.c: New file.
18810 * gdb.base/vla-sideeffect.exp: New file.
18811
18812 2014-04-14 David Blaikie <dblaikie@gmail.com>
18813
18814 * gdb.mi/non-stop.c: Add return value for non-void function return
18815 statement.
18816 * gdb.threads/staticthreads.c: Ditto.
18817
18818 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18819 Doug Evans <xdje42@gmail.com>
18820
18821 * gdb.guile/scm-value.c: Improve test case.
18822 * gdb.guile/scm-value.exp: Add new test.
18823
18824 2014-04-11 David Blaikie <dblaikie@gmail.com>
18825
18826 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18827 override Clang's default.
18828
18829 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18830
18831 Revert the following changes (regressions):
18832
18833 * gdb.base/vla-sideeffect.c: New file.
18834 * gdb.base/vla-sideeffect.exp: New file.
18835
18836 * gdb.dwarf2/count.exp: New file.
18837
18838 * gdb.base/vla-multi.c: New file.
18839 * gdb.base/vla-multi.exp: New file.
18840
18841 * gdb.base/vla-ptr.c: New file.
18842 * gdb.base/vla-ptr.exp: New file.
18843
18844 * gdb.base/vla-datatypes.c: New file.
18845 * gdb.base/vla-datatypes.exp: New file.
18846
18847 * gdb.mi/mi-vla-c99.exp: New file.
18848 * gdb.mi/vla.c: New file.
18849
18850 2014-04-11 Keith Seitz <keiths@redhat.com>
18851
18852 PR c++/16675
18853 * gdb.cp/cpsizeof.exp: New file.
18854 * gdb.cp/cpsizeof.cc: New file.
18855
18856 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18857
18858 * gdb.mi/mi-vla-c99.exp: New file.
18859 * gdb.mi/vla.c: New file.
18860
18861 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18862
18863 * gdb.base/vla-datatypes.c: New file.
18864 * gdb.base/vla-datatypes.exp: New file.
18865
18866 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18867
18868 * gdb.base/vla-ptr.c: New file.
18869 * gdb.base/vla-ptr.exp: New file.
18870
18871 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18872
18873 * gdb.base/vla-multi.c: New file.
18874 * gdb.base/vla-multi.exp: New file.
18875
18876 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18877
18878 * gdb.dwarf2/count.exp: New file.
18879
18880 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18881
18882 * gdb.base/vla-sideeffect.c: New file.
18883 * gdb.base/vla-sideeffect.exp: New file.
18884
18885 2014-04-11 Yao Qi <yao@codesourcery.com>
18886
18887 * gdb.base/completion.exp: Check file exists before running tests
18888 on file completion.
18889
18890 2014-04-10 Pedro Alves <palves@redhat.com>
18891
18892 * gdb.base/cond-eval-mode.c: New file.
18893 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18894 prepare_for_testing to build the new file. Check result of
18895 runto_main.
18896 (test_break, test_watch): New procedures.
18897 (top level): Use them.
18898
18899 2014-04-08 Pierre Muller <muller@sourceware.org>
18900
18901 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18902 Ctrl-V use for mingw hosts.
18903
18904 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18905
18906 * gdb.python/py-value.c: Improve test case.
18907 * gdb.python/py-value.exp: Add new test.
18908
18909 2014-04-07 David Blaikie <dblaikie@gmail.com>
18910
18911 * lib/compiler.c: Identify the clang compiler.
18912 * lib/compiler.cc: Ditto.
18913
18914 2014-04-03 Yao Qi <yao@codesourcery.com>
18915
18916 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18917
18918 2014-04-01 Anton Blanchard <anton@samba.org>
18919
18920 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18921 messages unique.
18922
18923 2014-04-01 Anton Blanchard <anton@samba.org>
18924
18925 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18926 prepare_for_testing.
18927
18928 2014-04-01 Anton Blanchard <anton@samba.org>
18929
18930 * gdb.arch/ppc64-atomic-inst.c: Remove.
18931 * gdb.arch/ppc64-atomic-inst.S: New file.
18932 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18933
18934 2014-03-31 Doug Evans <dje@google.com>
18935
18936 * gdb.base/print-symbol-loading-lib.c: New file.
18937 * gdb.base/print-symbol-loading-main.c: New file.
18938 * gdb.base/print-symbol-loading.exp: New file.
18939
18940 2014-03-31 Yao Qi <yao@codesourcery.com>
18941
18942 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18943
18944 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18945
18946 * gdb.ada/mi_dyn_arr: New testcase.
18947
18948 2014-03-27 Doug Evans <dje@google.com>
18949
18950 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18951
18952 2014-03-27 Yao Qi <yao@codesourcery.com>
18953
18954 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18955 if target is nios2-*-*.
18956
18957 2014-03-26 Yao Qi <yao@codesourcery.com>
18958
18959 * lib/gdb.exp (readline_is_used): New proc.
18960 * gdb.base/completion.exp: Move tests on command complete up.
18961 Skip the rest of tests if readline is not used.
18962 * gdb.ada/complete.exp: Skp the test if readline is not
18963 used.
18964 * gdb.base/filesym.exp: Likewise.
18965 * gdb.base/macscp.exp: Likewise.
18966 * gdb.base/readline-ask.exp: Likewise.
18967 * gdb.base/readline.exp: Likewise.
18968 * gdb.python/py-cmd.exp: Likewise.
18969 * gdb.trace/tfile.exp: Likewise.
18970
18971 2014-03-26 Yao Qi <yao@codesourcery.com>
18972
18973 * gdb.base/macscp.exp: Fix code format issues.
18974
18975 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18976
18977 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18978 * gdb.asm/powerpc64le.inc: New file.
18979
18980 2014-03-25 Pedro Alves <palves@redhat.com>
18981 Doug Evans <dje@google.com>
18982
18983 * gdb.base/source-execution.c: New file.
18984 * gdb.base/source-execution.exp: New file.
18985 * gdb.base/source-execution.gdb: New file.
18986
18987 2014-03-24 Doug Evans <dje@google.com>
18988
18989 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18990 using fission.
18991
18992 2014-03-24 Hui Zhu <hui@codesourcery.com>
18993 Pedro Alves <palves@redhat.com>
18994
18995 PR breakpoints/16101
18996 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18997 test pass/fail messages. Detect missing support for dprintf when
18998 breakpoints are actually inserted.
18999 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19000 breakpoints are actually inserted.
19001 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19002 fails.
19003
19004 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19005
19006 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19007
19008 2014-03-22 Doug Evans <xdje42@gmail.com>
19009
19010 * gdb.python/python.exp (python not supported): Verify multi-line
19011 python command issues an error.
19012 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19013 guile command issues an error.
19014
19015 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19016
19017 * gdb.threads/thread-specific.exp: Handle the lack of usable
19018 $this_breakpoint and $this_thread.
19019
19020 2014-03-21 Hui Zhu <hui@codesourcery.com>
19021
19022 * gdb.base/attach.exp (do_command_attach_tests): New.
19023
19024 2014-03-20 Tom Tromey <tromey@redhat.com>
19025 Pedro Alves <palves@redhat.com>
19026
19027 PR cli/15718
19028 * gdb.base/condbreak-call-false.c: New file.
19029 * gdb.base/condbreak-call-false.exp: New file.
19030
19031 2014-03-20 Pedro Alves <palves@redhat.com>
19032
19033 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19034 Delete.
19035 (block_signals, unblock_signals): Delete.
19036 (child_function_2, main): Remove references to deleted variable
19037 and functions.
19038
19039 2014-03-20 Pedro Alves <palves@redhat.com>
19040
19041 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19042 Use pthread_kill to signal thread 2.
19043 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19044 Adjust to make the test send itself a signal rather than using the
19045 host's "kill" command.
19046
19047 2014-03-20 Pedro Alves <palves@redhat.com>
19048
19049 * gdb.threads/multiple-step-overs.c: New file.
19050 * gdb.threads/multiple-step-overs.exp: New file.
19051 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19052 Adjust expected infrun debug output.
19053
19054 2014-03-20 Pedro Alves <palves@redhat.com>
19055
19056 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19057 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19058
19059 2014-03-20 Pedro Alves <palves@redhat.com>
19060
19061 PR breakpoints/7143
19062 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19063 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19064 of gdb_test_multiple.
19065 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19066 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19067
19068 2014-03-20 Pedro Alves <palves@redhat.com>
19069
19070 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19071 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19072
19073 2014-03-19 Pedro Alves <palves@redhat.com>
19074
19075 * gdb.base/async.exp: Remove early return.
19076
19077 2014-03-19 Pedro Alves <palves@redhat.com>
19078
19079 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19080
19081 2014-03-19 Pedro Alves <palves@redhat.com>
19082
19083 * gdb.base/async.exp (test_background): Expect \r\n after
19084 "completed." in the fail pattern.
19085
19086 2014-03-19 Pedro Alves <palves@redhat.com>
19087
19088 * gdb.base/async.exp (test_background): New procedure.
19089 Use it for all background execution command tests.
19090
19091 2014-03-19 Pedro Alves <palves@redhat.com>
19092
19093 * gdb.base/async.exp: Use prepare_for_testing.
19094
19095 2014-03-19 Pedro Alves <palves@redhat.com>
19096
19097 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19098 the same line.
19099
19100 2014-03-19 Pedro Alves <palves@redhat.com>
19101
19102 * gdb.base/async.c (main): Add "jump here" and "until here" line
19103 marker comments.
19104 * gdb.base/async.exp (jump_here): New global.
19105 (jump& test): Use it.
19106 (until_here): New global.
19107 (until& test): Use it.
19108
19109 2014-03-19 Pedro Alves <palves@redhat.com>
19110
19111 * gdb.base/async.exp: Don't frob gdb_protocol.
19112
19113 2014-03-18 Doug Evans <xdje42@gmail.com>
19114
19115 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19116 Fix spelling of exec-done-display.
19117
19118 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19119
19120 PR gdb/15358
19121 * gdb.base/gdb-sigterm.c: New file.
19122 * gdb.base/gdb-sigterm.exp: New file.
19123
19124 2014-03-18 Pedro Alves <palves@redhat.com>
19125
19126 PR gdb/13860
19127 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19128 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19129 solib-event.
19130
19131 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19132
19133 * gdb.ada/pckd_arr_ren: New testcase.
19134
19135 2014-03-13 Doug Evans <xdje42@gmail.com>
19136
19137 PR guile/16612
19138 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19139 collect after discarding symbols.
19140
19141 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19142 Doug Evans <xdje42@gmail.com>
19143
19144 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19145 to history survives a gc.
19146
19147 2014-03-13 Pedro Alves <palves@redhat.com>
19148
19149 * gdb.base/default.exp: Don't test "target procfs".
19150
19151 2014-03-13 Pedro Alves <palves@redhat.com>
19152
19153 * gdb.base/default.exp: Update "target child" and "target procfs"
19154 tests to not expect "Unix".
19155
19156 2014-03-12 Tom Tromey <tromey@redhat.com>
19157
19158 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19159 New procs. Add target-async tests.
19160 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19161 Add target-async tests.
19162
19163 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19164
19165 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19166 'func_start' and 'func_end' for the beginning and end of the
19167 function code, respectively.
19168 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19169 'func_end' instead of 'func' and 'main'.
19170
19171 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19172
19173 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19174 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19175 generate the debug info assembler source.
19176
19177 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19178
19179 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19180 * gdb.dwarf2/arr-subrange.exp: Likewise.
19181 * gdb.dwarf2/dwz.exp: Likewise.
19182 * gdb.dwarf2/method-ptr.exp: Likewise.
19183 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19184 * gdb.dwarf2/subrange.exp: Likewise.
19185 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19186 * gdb.dwarf2/implptrpiece.exp: Likewise.
19187 * gdb.dwarf2/nostaticblock.exp: Likewise.
19188
19189 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19190
19191 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19192 directory to absolute path name arguments.
19193
19194 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19195
19196 * gdb.ada/tagged_access: New testcase.
19197
19198 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19199
19200 * gdb.btrace/data.exp: Update expected output.
19201
19202 2014-03-06 Yao Qi <yao@codesourcery.com>
19203
19204 * gdb.trace/pr16508.exp: New file.
19205
19206 2014-03-05 Pedro Alves <palves@redhat.com>
19207
19208 PR gdb/16575
19209 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19210 procedure.
19211 (top level): Adjust to use it. Add tests that exercise breakpoint
19212 interaction with the code-cache.
19213
19214 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19215
19216 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19217 test for 'history-append!'.
19218
19219 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19220
19221 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19222 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19223 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19224 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19225 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19226 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19227
19228 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19229
19230 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19231 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19232 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19233
19234 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19235
19236 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19237
19238 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19239
19240 * gdb.dwarf2/arr-stride.c: New file.
19241 * gdb.dwarf2/arr-stride.exp: New file.
19242
19243 2014-02-26 Pedro Alves <palves@redhat.com>
19244
19245 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19246 that won't ever trigger. Make sure that GDB reports the correct
19247 breakpoint that caused the stop.
19248
19249 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19250
19251 PR gdb/16626
19252 * gdb.base/auto-load-script: New file.
19253 * gdb.base/auto-load.c: New file.
19254 * gdb.base/auto-load.exp: New file.
19255
19256 PR gdb/16626
19257 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19258
19259 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19260
19261 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19262 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19263
19264 2014-02-24 Doug Evans <dje@google.com>
19265
19266 * lib/gdb.exp (run_on_host): Log error output if program fails.
19267
19268 2014-02-21 Pedro Alves <palves@redhat.com>
19269
19270 * gdb.threads/step-after-sr-lock.c: Rename to ...
19271 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19272 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19273 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19274 ... this.
19275
19276 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19277
19278 PR tdep/16397
19279 * gdb.arch/amd64-stap-special-operands.exp: New file.
19280 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19281 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19282 * gdb.arch/amd64-stap-triplet.S: Likewise.
19283 * gdb.arch/amd64-stap-triplet.c: Likewise.
19284
19285 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19286
19287 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19288 in .section pseudo-op.
19289
19290 2014-02-20 lin zuojian <manjian2006@gmail.com>
19291 Joel Brobecker <brobecker@adacore.com>
19292 Doug Evans <xdje42@gmail.com>
19293
19294 PR symtab/16581
19295 * gdb.dwarf2/dw2-icycle.S: New file.
19296 * gdb.dwarf2/dw2-icycle.c: New file.
19297 * gdb.dwarf2/dw2-icycle.exp: New file.
19298
19299 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19300
19301 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19302 operations on gdb.Value objects.
19303 * gdb.python/py-value-cc.exp: Add new test to test operations on
19304 gdb.Value objects.
19305
19306 2014-02-18 Doug Evans <dje@google.com>
19307
19308 * Makefile.in (TESTS): New variable.
19309 (expanded_tests, expanded_tests_or_none): New variables
19310 (check-single): Pass $(expanded_tests_or_none) to runtest.
19311 (check-parallel): Only run tests in $(TESTS) if non-empty.
19312 (check/no-matching-tests-found): New rule.
19313 * README: Document TESTS makefile variable.
19314
19315 2014-02-18 Doug Evans <dje@google.com>
19316
19317 * Makefile.in (check-parallel): rm -rf outputs temp.
19318
19319 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19320
19321 Fix "ERROR: no fileid for" in the testsuite.
19322 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19323
19324 2014-02-12 Doug Evans <dje@google.com>
19325
19326 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19327 (MISCELLANEOUS): New variable.
19328 (clean): rm -rf $(MISCELLANEOUS).
19329 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19330 dwp live in the same directory as symlinks, with each symlink pointed
19331 to a differently named file in a different directory.
19332
19333 2014-02-11 Doug Evans <dje@google.com>
19334
19335 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19336 of Tcl file commands.
19337
19338 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19339
19340 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19341 "kill -SIGUSR1 -1".
19342
19343 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19344
19345 * gdb.ada/tick_length_array_enum_idx: New testcase.
19346
19347 2014-02-10 Doug Evans <xdje42@gmail.com>
19348
19349 * configure.ac (AC_OUTPUT): Add gdb.guile.
19350 * configure: Regenerate.
19351 * lib/gdb-guile.exp: New file.
19352 * lib/gdb.exp (get_target_charset): New function.
19353 * gdb.base/help.exp: Update expected output from "apropos apropos".
19354 * gdb.guile/Makefile.in: New file.
19355 * gdb.guile/guile.exp: New file.
19356 * gdb.guile/scm-arch.c: New file.
19357 * gdb.guile/scm-arch.exp: New file.
19358 * gdb.guile/scm-block.c: New file.
19359 * gdb.guile/scm-block.exp: New file.
19360 * gdb.guile/scm-breakpoint.c: New file.
19361 * gdb.guile/scm-breakpoint.exp: New file.
19362 * gdb.guile/scm-disasm.c: New file.
19363 * gdb.guile/scm-disasm.exp: New file.
19364 * gdb.guile/scm-equal.c: New file.
19365 * gdb.guile/scm-equal.exp: New file.
19366 * gdb.guile/scm-error.exp: New file.
19367 * gdb.guile/scm-error.scm: New file.
19368 * gdb.guile/scm-frame-args.c: New file.
19369 * gdb.guile/scm-frame-args.exp: New file.
19370 * gdb.guile/scm-frame-args.scm: New file.
19371 * gdb.guile/scm-frame-inline.c: New file.
19372 * gdb.guile/scm-frame-inline.exp: New file.
19373 * gdb.guile/scm-frame.c: New file.
19374 * gdb.guile/scm-frame.exp: New file.
19375 * gdb.guile/scm-generics.exp: New file.
19376 * gdb.guile/scm-gsmob.exp: New file.
19377 * gdb.guile/scm-iterator.c: New file.
19378 * gdb.guile/scm-iterator.exp: New file.
19379 * gdb.guile/scm-math.c: New file.
19380 * gdb.guile/scm-math.exp: New file.
19381 * gdb.guile/scm-objfile-script-gdb.in: New file.
19382 * gdb.guile/scm-objfile-script.c: New file.
19383 * gdb.guile/scm-objfile-script.exp: New file.
19384 * gdb.guile/scm-objfile.c: New file.
19385 * gdb.guile/scm-objfile.exp: New file.
19386 * gdb.guile/scm-ports.exp: New file.
19387 * gdb.guile/scm-pretty-print.c: New file.
19388 * gdb.guile/scm-pretty-print.exp: New file.
19389 * gdb.guile/scm-pretty-print.scm: New file.
19390 * gdb.guile/scm-section-script.c: New file.
19391 * gdb.guile/scm-section-script.exp: New file.
19392 * gdb.guile/scm-section-script.scm: New file.
19393 * gdb.guile/scm-symbol.c: New file.
19394 * gdb.guile/scm-symbol.exp: New file.
19395 * gdb.guile/scm-symtab-2.c: New file.
19396 * gdb.guile/scm-symtab.c: New file.
19397 * gdb.guile/scm-symtab.exp: New file.
19398 * gdb.guile/scm-type.c: New file.
19399 * gdb.guile/scm-type.exp: New file.
19400 * gdb.guile/scm-value-cc.cc: New file.
19401 * gdb.guile/scm-value-cc.exp: New file.
19402 * gdb.guile/scm-value.c: New file.
19403 * gdb.guile/scm-value.exp: New file.
19404 * gdb.guile/source2.scm: New file.
19405 * gdb.guile/types-module.cc: New file.
19406 * gdb.guile/types-module.exp: New file.
19407
19408 2014-02-10 Yao Qi <yao@codesourcery.com>
19409
19410 PR testsuite/16543
19411 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19412 * configure: Regenerated.
19413 * Makefile.in: New file.
19414
19415 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19416
19417 * gdb.python/py-framefilter.exp: Fix typo.
19418
19419 2014-02-08 Yao Qi <yao@codesourcery.com>
19420
19421 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19422 that no =breakpoint-modified is emitted when breakpoints are
19423 modified through MI commands.
19424
19425 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19426 Pedro Alves <palves@redhat.com>
19427
19428 * gdb.threads/step-after-sr-lock.c: New file.
19429 * gdb.threads/step-after-sr-lock.exp: New file.
19430
19431 2014-02-07 Pedro Alves <palves@redhat.com>
19432
19433 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19434
19435 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19436
19437 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19438 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19439
19440 2014-02-06 Doug Evans <xdje42@gmail.com>
19441
19442 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19443 output.
19444
19445 * gdb.gdb/python-interrupts.exp: New file.
19446
19447 2014-02-05 Yao Qi <yao@codesourcery.com>
19448
19449 * gdb.trace/report.exp (use_collected_data): Test the output
19450 of "info threads" and "info inferiors".
19451
19452 2014-02-05 Yao Qi <yao@codesourcery.com>
19453
19454 Revert this patch:
19455
19456 2013-05-24 Yao Qi <yao@codesourcery.com>
19457
19458 * gdb.trace/tfile.exp: Test inferior and thread.
19459
19460 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19461
19462 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19463 on a function.
19464 * gdb.base/step-bt.c: Call hello via function pointer to make
19465 sure its first instruction is executed on powerpc64le-linux.
19466
19467 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19468
19469 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19470
19471 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19472
19473 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19474 of the test patterns for use on little-endian systems.
19475
19476 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19477
19478 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19479 (decimal_vector): Fix for little-endian.
19480
19481 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19482
19483 * gdb.arch/sparc-sysstep.exp: New file.
19484 * gdb.arch/sparc-sysstep.c: Likewise.
19485
19486 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19487
19488 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19489
19490 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19491
19492 2014-01-23 Tom Tromey <tromey@redhat.com>
19493
19494 * gdb.ada/array_char_idx: New testcase.
19495
19496 2014-01-23 Tom Tromey <tromey@redhat.com>
19497
19498 PR python/16487:
19499 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19500 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19501 classes.
19502
19503 2014-01-23 Tom Tromey <tromey@redhat.com>
19504
19505 PR python/16491:
19506 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19507 string from an inferior frame.
19508 * gdb.python/py-framefilter-mi.exp: Update.
19509
19510 2014-01-22 Doug Evans <dje@google.com>
19511
19512 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19513
19514 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19515
19516 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19517
19518 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19519
19520 * gdb.trace/entry-values.exp: Remove excess space character from
19521 regex patterns. Handle s390 call instruction.
19522
19523 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19524
19525 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19526 define "*_start" label. Make "name" static.
19527 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19528 ${name} by references to ${name}_start.
19529
19530 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19531
19532 * gdb.base/info-macros.exp: Remove "debug" from the compile
19533 options.
19534
19535 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19536
19537 * gdb.dlang/demangle.exp: New file.
19538
19539 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19540
19541 * gdb.dlang/primitive-types.exp: New file.
19542
19543 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19544
19545 * configure.ac: Create gdb.dlang/Makefile.
19546 * configure: Regenerate.
19547 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19548 * gdb.dlang/Makefile.in: New file.
19549 * lib/d-support.exp: New file.
19550 * lib/gdb.exp (skip_d_tests): New proc.
19551
19552 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19553
19554 * gdb.btrace/delta.exp: Check reverse stepi.
19555 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19556 * gdb.btrace/finish.exp: New.
19557 * gdb.btrace/next.exp: New.
19558 * gdb.btrace/nexti.exp: New.
19559 * gdb.btrace/record_goto.c: Add comments.
19560 * gdb.btrace/step.exp: New.
19561 * gdb.btrace/stepi.exp: New.
19562 * gdb.btrace/multi-thread-step.c: New.
19563 * gdb.btrace/multi-thread-step.exp: New.
19564 * gdb.btrace/rn-dl-bind.c: New.
19565 * gdb.btrace/rn-dl-bind.exp: New.
19566 * gdb.btrace/data.c: New.
19567 * gdb.btrace/data.exp: New.
19568 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19569
19570 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19571
19572 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19573 * gdb.btrace/exception.exp: Update.
19574 * gdb.btrace/instruction_history.exp: Update.
19575 * gdb.btrace/record_goto.exp: Update.
19576 * gdb.btrace/tailcall.exp: Update.
19577 * gdb.btrace/unknown_functions.exp: Update.
19578 * gdb.btrace/delta.exp: New.
19579
19580 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19581
19582 * gdb.btrace/record_goto.exp: Add backtrace test.
19583 * gdb.btrace/tailcall.exp: Add backtrace test.
19584
19585 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19586
19587 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19588 * gdb.btrace/record_goto.c: New.
19589 * gdb.btrace/record_goto.exp: New.
19590 * gdb.btrace/x86-record_goto.S: New.
19591
19592 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19593
19594 * gdb.btrace/function_call_history.exp: Update tests.
19595 * gdb.btrace/instruction_history.exp: Update tests.
19596
19597 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19598
19599 * gdb.btrace/function_call_history.exp: Fix expected field
19600 order for "record function-call-history".
19601 Add new tests for "record function-call-history /c".
19602 * gdb.btrace/exception.cc: New.
19603 * gdb.btrace/exception.exp: New.
19604 * gdb.btrace/tailcall.exp: New.
19605 * gdb.btrace/x86-tailcall.S: New.
19606 * gdb.btrace/x86-tailcall.c: New.
19607 * gdb.btrace/unknown_functions.c: New.
19608 * gdb.btrace/unknown_functions.exp: New.
19609 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19610
19611 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19612
19613 * gdb.btrace/instruction_history.exp: Update.
19614 * gdb.btrace/function_call_history.exp: Update.
19615
19616 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19617
19618 * gdb.btrace/function_call_history.exp: Fix expected function
19619 trace.
19620 * gdb.btrace/instruction_history.exp: Initialize traced.
19621 Remove traced_functions.
19622
19623 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19624
19625 * gdb.btrace/function_call_history.exp: Update
19626 * gdb.btrace/instruction_history.exp: Update.
19627
19628 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19629
19630 * gdb.btrace/enable.exp: Update expected text.
19631
19632 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19633
19634 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19635 bytes.
19636
19637 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19638
19639 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19640
19641 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19642
19643 * lib/gdb.exp (supports_process_record): Return true for
19644 arm*-linux*. (supports_reverse): Likewise.
19645
19646 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19647
19648 PR python/15464
19649 PR python/16113
19650 * gdb.python/py-type.c: Enhance test case.
19651 * gdb.python/py-value-cc.cc: Likewise
19652 * gdb.python/py-type.exp: Add new tests.
19653 * gdb.python/py-value-cc.exp: Likewise
19654
19655 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19656 Pedro Alves <palves@redhat.com>
19657
19658 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19659 Make "name" extern.
19660 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19661 references to ${name}_start by references to ${name}.
19662
19663 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19664
19665 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19666
19667 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19668
19669 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19670
19671 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19672 Pedro Alves <palves@redhat.com>
19673
19674 * gdb.mi/mi-info-os.exp: Connect to the target with
19675 mi_gdb_target_load.
19676
19677 2014-01-08 Pedro Alves <palves@redhat.com>
19678
19679 * gdb.threads/reconnect-signal.c: New file.
19680 * gdb.threads/reconnect-signal.exp: New file.
19681
19682 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19683
19684 * gdb.base/source-dir.exp: New file.
19685
19686 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19687
19688 * gdb.ada/mi_interface: New testcase.
19689
19690 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19691
19692 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19693 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19694 gdb.ada/pp-rec-component/pck.ads: New files.
19695
19696 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19697
19698 * gdb.python/py-pp-integral.c: New file.
19699 * gdb.python/py-pp-integral.py: New file.
19700 * gdb.python/py-pp-integral.exp: New file.
19701
19702 For older changes see ChangeLog-1993-2013.
19703 \f
19704 ;; Local Variables:
19705 ;; mode: change-log
19706 ;; left-margin: 8
19707 ;; fill-column: 74
19708 ;; version-control: never
19709 ;; End:
19710
19711 Copyright 2014-2020 Free Software Foundation, Inc.
19712 Copying and distribution of this file, with or without modification,
19713 are permitted provided the copyright notice and this notice are preserved.