[gdb/testsuite] Fix duplicate test-names in gdb.ada
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-12 Tom de Vries <tdevries@suse.de>
2
3 * gdb.ada/catch_ex.exp: Use with_test_prefix.
4 * gdb.ada/mi_catch_ex.exp: Same.
5 * gdb.ada/mi_catch_ex_hand.exp: Same.
6
7 2020-05-12 Tom de Vries <tdevries@suse.de>
8
9 * gdb.fortran/complex.exp: Use with_test_prefix.
10
11 2020-05-12 Tom de Vries <tdevries@suse.de>
12
13 * gdb.trace/passcount.exp: Fix test-names.
14
15 2020-05-12 Tom de Vries <tdevries@suse.de>
16
17 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
18
19 2020-05-12 Tom de Vries <tdevries@suse.de>
20
21 * gdb.gdb/complaints.exp: Use with_test_prefix.
22 * gdb.xml/tdesc-regs.exp: Same.
23 * gdb.opt/inline-locals.exp: Fix test name.
24
25 2020-05-12 Tom de Vries <tdevries@suse.de>
26
27 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
28 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
29 * gdb.dwarf2/implref-struct.exp: Same.
30 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
31 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
32
33 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
34
35 * gdb.base/jit-so.exp (one_jit_test): Change test name.
36
37 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
38
39 * lib/check-test-names.exp (all_test_names): New module variable.
40 (counts): Add 'duplicates' field.
41 (_check_duplicates): New procedure.
42 (check): Also check for duplicates.
43 (do_log_summary): Print duplicates count.
44 (do_reset_vars): Reset counter for duplicate test names, and
45 discard all know test names.
46
47 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * lib/gdb.exp: Include check-test-names.exp library.
50 * lib/check-test-names.exp: New file.
51
52 2020-05-11 Tom de Vries <tdevries@suse.de>
53
54 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
55
56 2020-05-11 Keith Seitz <keiths@redhat.com>
57
58 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
59
60 2020-05-11 Tom de Vries <tdevries@suse.de>
61
62 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
63 * gdb.cp/cpexprs.exp.in: .. here.
64 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
65 cpexprs.exp.
66
67 2020-05-11 Keith Seitz <keiths@redhat.com>
68
69 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
70 test names.
71 * gdb.ada/arrayptr.exp: Likewise.
72 * gdb.ada/assign_arr.exp: Likewise.
73 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
74 * gdb.ada/bp_on_var.exp: Likewise.
75 * gdb.ada/call_pn.exp: Likewise.
76 * gdb.ada/complete.exp: Likewise.
77 * gdb.ada/fun_overload_menu.exp: Likewise.
78 * gdb.ada/funcall_param.exp: Likewise.
79 * gdb.ada/funcall_ref.exp: Likewise.
80 * gdb.ada/packed_array_assign.exp: Likewise.
81 * gdb.ada/same_component_name.exp: Likewise.
82 * gdb.ada/type_coercion.exp: Likewise.
83 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
84 * gdb.ada/variant_record_packed_array.exp: Likewise.
85
86 2020-05-11 Tom de Vries <tdevries@suse.de>
87
88 PR symtab/25941
89 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
90 out of ...
91 * gdb.dwarf2/clang-debug-names.exp: ... here.
92 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
93 clang-debug-names.exp.in.
94 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
95 * gdb.dwarf2/clang-debug-names-2.c: New test.
96
97 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
98
99 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
100 (fortran_runto_main): New Proc, fortran version of runto_main.
101 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
102 * gdb.fortran/array-bounds.exp: Likewise.
103 * gdb.fortran/array-slices.exp: Likewise.
104 * gdb.fortran/block-data.exp: Likewise.
105 * gdb.fortran/charset.exp: Likewise.
106 * gdb.fortran/common-block.exp: Likewise.
107 * gdb.fortran/complex.exp: Likewise.
108 * gdb.fortran/derived-type-function.exp: Likewise.
109 * gdb.fortran/derived-type.exp: Likewise.
110 * gdb.fortran/info-modules.exp: Likewise.
111 * gdb.fortran/info-types.exp: Likewise.
112 * gdb.fortran/intrinsics.exp: Likewise.
113 * gdb.fortran/library-module.exp: Likewise.
114 * gdb.fortran/logical.exp: Likewise.
115 * gdb.fortran/max-depth.exp: Likewise.
116 * gdb.fortran/module.exp: Likewise.
117 * gdb.fortran/multi-dim.exp: Likewise.
118 * gdb.fortran/nested-funcs.exp: Likewise.
119 * gdb.fortran/print-formatted.exp: Likewise.
120 * gdb.fortran/print_type.exp: Likewise.
121 * gdb.fortran/printing-types.exp: Likewise.
122 * gdb.fortran/ptr-indentation.exp: Likewise.
123 * gdb.fortran/ptype-on-functions.exp: Likewise.
124 * gdb.fortran/subarray.exp: Likewise.
125 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
126 * gdb.fortran/vla-datatypes.exp: Likewise.
127 * gdb.fortran/vla-history.exp: Likewise.
128 * gdb.fortran/vla-ptr-info.exp: Likewise.
129 * gdb.fortran/vla-ptype-sub.exp: Likewise.
130 * gdb.fortran/vla-ptype.exp: Likewise.
131 * gdb.fortran/vla-sizeof.exp: Likewise.
132 * gdb.fortran/vla-type.exp: Likewise.
133 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
134 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
135 * gdb.fortran/vla-value-sub.exp: Likewise.
136 * gdb.fortran/vla-value.exp: Likewise.
137 * gdb.fortran/whatis_type.exp: Likewise.
138 * gdb.mi/mi-var-child-f.exp: Likewise.
139
140 2020-05-09 Tom de Vries <tdevries@suse.de>
141
142 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
143
144 2020-05-08 Tom de Vries <tdevries@suse.de>
145
146 * gdb.dwarf2/clang-debug-names.c: New test.
147 * gdb.dwarf2/clang-debug-names.exp: New file.
148
149 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
150
151 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
152 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
153
154 2020-05-06 Tom de Vries <tdevries@suse.de>
155
156 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
157 breakpoint is at a "recommended breakpoint location".
158 * gdb.reverse/consecutive-reverse.exp: Same.
159
160 2020-05-06 Tom de Vries <tdevries@suse.de>
161
162 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
163 address.
164
165 2020-05-06 Tom de Vries <tdevries@suse.de>
166
167 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
168
169 2020-05-06 Tom de Vries <tdevries@suse.de>
170
171 * gdb.base/store.exp (check_set, up_set): Allowing missing location
172 info for r.
173
174 2020-05-06 Tom de Vries <tdevries@suse.de>
175
176 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
177 necessary.
178
179 2020-05-06 Tom de Vries <tdevries@suse.de>
180
181 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
182 void.
183
184 2020-05-06 Tom de Vries <tdevries@suse.de>
185
186 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
187 of ...
188 * gdb.base/async.exp: ... here.
189 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
190 "recommended breakpoint location".
191
192 2020-05-06 Tom de Vries <tdevries@suse.de>
193
194 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
195
196 2020-05-04 Tom de Vries <tdevries@suse.de>
197
198 * gdb.base/async.exp: Check whether instruction addresses are a
199 "recommended breakpoint location".
200
201 2020-05-03 Tom Tromey <tom@tromey.com>
202
203 * gdb.base/sepdebug.exp: Remove "catch" test.
204 * gdb.base/break.exp: Remove "catch" test.
205 * gdb.base/default.exp: Update expected output.
206
207 2020-05-02 Tom de Vries <tdevries@suse.de>
208
209 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
210 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
211 * gdb.arch/i386-mpx-map.exp: Same.
212 * gdb.arch/i386-mpx-sigsegv.exp: Same.
213 * gdb.arch/i386-mpx-simple_segv.exp: Same.
214 * gdb.arch/i386-mpx.exp: Same.
215
216 2020-05-02 Tom de Vries <tdevries@suse.de>
217
218 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
219
220 2020-05-01 Tom de Vries <tdevries@suse.de>
221
222 * gdb.ada/operator_bp.exp: Allow more than required amount of
223 breakpoint.
224
225 2020-05-01 Tom de Vries <tdevries@suse.de>
226
227 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
228
229 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
230
231 PR gdb/18706
232 * gdb.cp/stub-array-size.cc: New test.
233 * gdb.cp/stub-array-size.exp: New file.
234 * gdb.cp/stub-array-size.h: New test.
235 * gdb.cp/stub-array-size2.cc: New test.
236
237 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
238
239 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
240 output to the new format.
241
242 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
243
244 * gdb.base/break.exp: Use with_test_prefix.
245
246 2020-04-29 Tom de Vries <tdevries@suse.de>
247
248 * lib/gdb.exp (debug_types): New proc.
249 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
250 * gdb.python/py-symtab.exp: Same.
251
252 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
253
254 PR gdb/17320
255 * gdb.base/pretty-array.c: New test.
256 * gdb.base/pretty-array.exp: New file.
257
258 2020-04-29 Tom de Vries <tdevries@suse.de>
259
260 PR symtab/25889
261 * gdb.cp/cpexprs.exp: Adapt for inclusion.
262 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
263 and include cpexprs.exp.
264
265 2020-04-28 Mark Williams <mark@myosotissp.com>
266
267 PR gdb/24480
268 * dw4-toplevel-types.exp: Test for top level types.
269 * dw4-toplevel-types.cc: Test for top level types.
270
271 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
272
273 * gdb.threads/stop-with-handle.exp: Fix typo in comment
274 (theads -> threads).
275
276 2020-04-28 Tom de Vries <tdevries@suse.de>
277
278 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
279
280 2020-04-28 Tom de Vries <tdevries@suse.de>
281
282 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
283
284 2020-04-28 Tom de Vries <tdevries@suse.de>
285
286 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
287
288 2020-04-28 Tom de Vries <tdevries@suse.de>
289
290 * gdb.dwarf2/main-foo.c: New test.
291 * gdb.dwarf2/struct-with-sig.exp: New file.
292
293 2020-04-25 Tom de Vries <tdevries@suse.de>
294
295 * boards/debug-types.exp: New file.
296
297 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
300
301 2020-04-24 Tom Tromey <tom@tromey.com>
302
303 PR symtab/12707:
304 * gdb.python/py-symbol.exp: Update expected results for
305 linkage_name test.
306 * gdb.cp/print-demangle.exp: New file.
307 * gdb.base/c-linkage-name.exp: Fix test.
308 * gdb.guile/scm-symbol.exp: Update expected results for
309 linkage_name test.
310
311 2020-04-24 Tom Tromey <tom@tromey.com>
312
313 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
314 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
315 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
316 assembler.
317
318 2020-04-24 Tom de Vries <tdevries@suse.de>
319
320 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
321 C++.
322
323 2020-04-24 Tom Tromey <tromey@adacore.com>
324
325 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
326 values.
327 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
328 values. Update test for minimal encodings.
329 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
330 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
331 values. Update test for minimal encodings.
332
333 2020-04-24 Tom Tromey <tromey@adacore.com>
334
335 PR python/23662:
336 * gdb.ada/variant.exp: Add Python checks.
337 * gdb.rust/simple.exp: Add dynamic type checks.
338
339 2020-04-24 Tom Tromey <tromey@adacore.com>
340
341 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
342 Make array type matching more lax.
343 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
344 * gdb.ada/mi_variant.exp: New file.
345 * gdb.ada/mi_variant/pck.ads: New file.
346 * gdb.ada/mi_variant/pkg.adb: New file.
347 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
348 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
349
350 2020-04-24 Tom Tromey <tromey@adacore.com>
351
352 * gdb.ada/variant.exp: Add dynamic field offset tests.
353 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
354 * gdb.ada/variant/pkg.adb: Add new variables.
355
356 2020-04-24 Tom Tromey <tromey@adacore.com>
357
358 * gdb.ada/variant.exp: New file
359 * gdb.ada/variant/pkg.adb: New file
360 * gdb.ada/variant/pck.adb: New file
361
362 2020-04-24 Tom de Vries <tdevries@suse.de>
363
364 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
365
366 2020-04-24 Tom de Vries <tdevries@suse.de>
367
368 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
369 flags.
370
371 2020-04-24 Tom de Vries <tdevries@suse.de>
372
373 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
374
375 2020-04-24 Tom de Vries <tdevries@suse.de>
376
377 * lib/gdb.exp (default_gdb_start): Handle eof.
378 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
379 failure.
380 * gdb.base/readnever.exp: Handle clean_restart failure.
381
382 2020-04-23 Tom de Vries <tdevries@suse.de>
383
384 * gdb.base/decl-before-def.exp: Run to main and print a again.
385
386 2020-04-23 Tom de Vries <tdevries@suse.de>
387
388 * gdb.base/decl-before-def-decl.c: New test.
389 * gdb.base/decl-before-def-def.c: New test.
390 * gdb.base/decl-before-def.exp: New file.
391
392 2020-04-23 Tom de Vries <tdevries@suse.de>
393
394 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
395
396 2020-04-22 Tom de Vries <tdevries@suse.de>
397
398 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
399 debug_info_offset.
400 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
401 before $objsfile in the line line.
402
403 2020-04-22 Tom de Vries <tdevries@suse.de>
404
405 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
406
407 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
408
409 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
410 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
411 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
412 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
413 * gdb.base/jit-protocol.h: Update definitions to match all usage
414 contexts.
415
416 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
417
418 * gdb.base: Rename all jit related test and source files.
419
420 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
421
422 * gdb.base/jit-reader.exp: Relax register output check.
423
424 2020-04-22 Tom de Vries <tdevries@suse.de>
425
426 PR symtab/25764
427 * gdb.base/psym-external-decl-2.c: New test.
428 * gdb.base/psym-external-decl.c: New test.
429 * gdb.base/psym-external-decl.exp: New file.
430 * gdb.threads/tls.exp: Add PR25807 kfail.
431
432 2020-04-22 Tom de Vries <tdevries@suse.de>
433
434 PR symtab/25801
435 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
436 in "info source" output.
437
438 2020-04-22 Tom de Vries <tdevries@suse.de>
439
440 PR symtab/25700
441 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
442 symtab for imported_unit.c.
443
444 2020-04-21 Gary Benson <gbenson@redhat.com>
445
446 * gdb.base/advance.c (func): New argument, to match call site.
447 (func2, func3): Add return statements.
448
449 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
450
451 * gdb.multi/run-only-second-inf.c: New file.
452 * gdb.multi/run-only-second-inf.exp: New file.
453
454 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
455
456 * gdb.btrace/multi-inferior.c: New test.
457 * gdb.btrace/multi-inferior.exp: New file.
458
459 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
460
461 * gdb.btrace/enable-new-thread.c: New test.
462 * gdb.btrace/enable-new-thread.exp: New file.
463
464 2020-04-21 Tom de Vries <tdevries@suse.de>
465
466 PR gdb/25471
467 * gdb.threads/killed-outside.c: New test.
468 * gdb.threads/killed-outside.exp: New file.
469
470 2020-04-20 Gary Benson <gbenson@redhat.com>
471
472 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
473 * gdb.base/nested-subp2.exp: Likewise.
474 * gdb.base/nested-subp3.exp: Likewise.
475
476 2020-04-20 Gary Benson <gbenson@redhat.com>
477
478 * gdb.base/nested-subp1.exp: Disable test when using clang.
479 * gdb.base/nested-subp2.exp: Likewise.
480 * gdb.base/nested-subp3.exp: Likewise.
481
482 2020-04-20 Gary Benson <gbenson@redhat.com>
483
484 * gdb.cp/exception.cc: Fix compilation error with clang.
485
486 2020-04-20 Gary Benson <gbenson@redhat.com>
487
488 * gdb.trace/tspeed.c: Fix compilation error with clang.
489
490 2020-04-20 Gary Benson <gbenson@redhat.com>
491
492 * gdb.base/jit-main.c: Fix compilation error with clang.
493
494 2020-04-17 Kamil Rytarowski <n54@gmx.com>
495
496 * gdb.base/attach-twice.c: Include "sys/types.h".
497 (PTRACE_ATTACH): Add fallback definition.
498 (main): Pass `0' to the 4th argument of `ptrace'.
499
500 2020-04-17 Kamil Rytarowski <n54@gmx.com>
501
502 * gdb.base/fork-running-state.c: Include "signal.h".
503
504 2020-04-17 Tom Tromey <tromey@adacore.com>
505
506 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
507 Update tests.
508 * gdb.btrace/cpu.exp: Update tests.
509 * gdb.base/maint.exp: Update tests.
510 * gdb.base/default.exp: Update tests.
511 * gdb.base/completion.exp: Update tests.
512
513 2020-04-16 Tom de Vries <tdevries@suse.de>
514
515 PR symtab/25791
516 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
517 (ensure_gdb_index): and factor out and move ...
518 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
519 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
520
521 2020-04-16 Tom de Vries <tdevries@suse.de>
522
523 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
524 loading exec.
525
526 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
527
528 * gdb.base/many-completions.exp: New file.
529
530 2020-04-14 Tom de Vries <tdevries@suse.de>
531
532 PR symtab/25718
533 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
534
535 2020-04-14 Tom de Vries <tdevries@suse.de>
536
537 PR symtab/25720
538 * gdb.base/maint-expand-symbols-header-file.c: New test.
539 * gdb.base/maint-expand-symbols-header-file.exp: New file.
540 * gdb.base/maint-expand-symbols-header-file.h: New test.
541
542 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
543
544 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
545 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
546 get_func_info.
547 (get_func_info): Delete.
548 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
549 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
550 * lib/dwarf.exp (get_func_info): New function.
551
552 2020-04-13 Tom de Vries <tdevries@suse.de>
553
554 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
555 to what find_gnatmake does.
556
557 2020-04-10 Tom de Vries <tdevries@suse.de>
558
559 * gdb.base/style.exp: Expect "Expanding full symbols" message for
560 -readnow.
561
562 2020-04-10 Tom de Vries <tdevries@suse.de>
563
564 PR cli/25808
565 * gdb.base/style.c: Add leading newlines.
566 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
567 Check listing of main's one-line body.
568
569 2020-04-08 Tom de Vries <tdevries@suse.de>
570
571 * lib/gdb.exp (psymtabs_p): New proc.
572 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
573 importing unit" unsupported if there are no partial symbols.
574
575 2020-04-08 Tom de Vries <tdevries@suse.de>
576
577 PR testsuite/25760
578 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
579
580 2020-04-07 Tom de Vries <tdevries@suse.de>
581
582 PR symtab/25796
583 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
584
585 2020-04-07 Tom de Vries <tdevries@suse.de>
586
587 * gdb.base/check-psymtab.c: New test.
588 * gdb.base/check-psymtab.exp: New file.
589
590 2020-04-06 Tom Tromey <tromey@adacore.com>
591
592 * gdb.ada/variant-record/proc.adb: New file.
593 * gdb.ada/variant-record/value.adb: New file.
594 * gdb.ada/variant-record/value.s: New file.
595 * gdb.ada/variant-record.exp: New file.
596
597 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
598
599 PR gdb/25325
600 * gdb.cp/typed-enum.cc: New test.
601 * gdb.cp/typed-enum.exp: New file.
602
603 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
604
605 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
606 * gdb.dwarf2/dw2-inline-small-func.c: New file.
607 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
608 * gdb.dwarf2/dw2-inline-small-func.h: New file.
609 * gdb.opt/inline-small-func.c: New file.
610 * gdb.opt/inline-small-func.exp: New file.
611 * gdb.opt/inline-small-func.h: New file.
612
613 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
614
615 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
616 function.
617
618 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * lib/dwarf.exp (function_range): Allow compiler options to be
621 specified.
622
623 2020-04-02 Tom de Vries <tdevries@suse.de>
624
625 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
626 __attribute__((always_inline)).
627 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
628
629 2020-04-02 Tom de Vries <tdevries@suse.de>
630
631 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
632 (gdbserver_gdb_exit): ... here. Add timeout warning.
633 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
634 (connect_target_extended_remote): Append new server_spawn_id to
635 server_spawn_ids.
636 (cleanup): New proc.
637 (setup, <toplevel>): Call cleanup.
638
639 2020-04-02 Tom de Vries <tdevries@suse.de>
640
641 * gdb.base/main-psymtab.exp: New file.
642
643 2020-04-02 Tom de Vries <tdevries@suse.de>
644
645 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
646
647 2020-04-01 Tom Tromey <tom@tromey.com>
648
649 * gdb.base/complex-parts.exp: Add type tests.
650
651 2020-04-01 Tom Tromey <tom@tromey.com>
652
653 * gdb.base/complex-parts.exp: Add arithmetic tests.
654
655 2020-04-01 Tom Tromey <tom@tromey.com>
656
657 * gdb.compile/compile.exp: Update.
658 * gdb.compile/compile-cplus.exp: Update.
659 * gdb.base/varargs.exp: Update.
660 * gdb.base/floatn.exp: Update.
661 * gdb.base/endianity.exp: Update.
662 * gdb.base/callfuncs.exp (do_function_calls): Update.
663 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
664 (complex_float_integral_args): Update.
665 * gdb.base/complex.exp: Update.
666 * gdb.base/complex-parts.exp: Update.
667
668 2020-04-01 Tom Tromey <tromey@adacore.com>
669
670 * gdb.rust/union.rs: New file.
671 * gdb.rust/union.exp: New file.
672 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
673 (main): Update.
674 * gdb.rust/simple.exp: Move union tests to union.exp.
675
676 2020-04-01 Tom Tromey <tromey@adacore.com>
677
678 * gdb.rust/simple.rs (main): Remove "y0".
679
680 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
681
682 * gdb.multi/stop-all-on-exit.c: New test.
683 * gdb.multi/stop-all-on-exit.exp: New file.
684
685 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
686
687 PR gdb/24789
688 * gdb.cp/misc.cc: Add integer reference variable.
689 * gdb.cp/misc.exp: Add test.
690
691 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
692
693 * gdb.server/stop-reply-no-thread.exp: Enhance the test
694 scenario to cover execution until the end and also the case
695
696 2020-03-31 Tom de Vries <tdevries@suse.de>
697
698 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
699 c. Use "maint info symtabs" to check symtab expansion.
700
701 2020-03-30 Tom de Vries <tdevries@suse.de>
702
703 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
704 unsupported.
705 (verify_psymtab_expanded): Move ...
706 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
707 test.
708 (readnow): New proc.
709
710 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
711
712 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
713 with $hex.
714
715 2020-03-20 Tom Tromey <tromey@adacore.com>
716
717 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
718
719 2020-03-20 Tom Tromey <tromey@adacore.com>
720
721 * gdb.ada/sub_variant/subv.adb: New file.
722 * gdb.ada/sub_variant.exp: New file.
723
724 2020-03-20 Tom de Vries <tdevries@suse.de>
725
726 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
727 first break fails.
728 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
729
730 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * gdb.server/exit-multiple-threads.c: New file.
733 * gdb.server/exit-multiple-threads.exp: New file.
734
735 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 * gdb.fortran/mixed-lang-stack.c: New file.
738 * gdb.fortran/mixed-lang-stack.cpp: New file.
739 * gdb.fortran/mixed-lang-stack.exp: New file.
740 * gdb.fortran/mixed-lang-stack.f90: New file.
741
742 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
743
744 * gdb.linespec/cp-completion-aliases.cc: New file.
745 * gdb.linespec/cp-completion-aliases.exp: New file.
746
747 2020-03-19 Tom de Vries <tdevries@suse.de>
748
749 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
750 more precise.
751
752 2020-03-18 Tom de Vries <tdevries@suse.de>
753
754 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
755 * gdb.dwarf2/break-inline-psymtab.c: New test.
756 * gdb.dwarf2/break-inline-psymtab.exp: New file.
757
758 2020-03-16 Tom de Vries <tdevries@suse.de>
759
760 * lib/cache.exp (gdb_do_cache): Add and handle local variables
761 cache_verify and cache_verify_proc.
762
763 2020-03-15 Tom de Vries <tdevries@suse.de>
764
765 * gdb.server/solib-list.exp: Handle
766 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
767
768 2020-03-15 Tom de Vries <tdevries@suse.de>
769
770 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
771 objfiles".
772
773 2020-03-14 Tom Tromey <tom@tromey.com>
774
775 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
776
777 2020-03-14 Tom de Vries <tdevries@suse.de>
778
779 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
780
781 2020-03-14 Tom de Vries <tdevries@suse.de>
782
783 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
784 result in line-by-line fashion.
785
786 2020-03-14 Tom de Vries <tdevries@suse.de>
787
788 * lib/gdb.exp (supports_statement_frontiers): New proc.
789 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
790
791 2020-03-14 Tom de Vries <tdevries@suse.de>
792
793 * gdb.base/printcmds.exp: Add missing quoting for "print
794 teststring2".
795
796 2020-03-13 Tom Tromey <tom@tromey.com>
797
798 * gdb.base/printcmds.exp (test_print_strings): Add regression
799 test.
800 * gdb.base/printcmds.c (charptr): New typedef.
801 (teststring2): New global.
802
803 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
804
805 * gdb.base/break-interp.exp: Use the tail of the filename, not the
806 full path in the test name.
807 (test_ld): Add some with_test_prefix blocks to make test names
808 unique.
809
810 2020-03-13 Tom de Vries <tdevries@suse.de>
811
812 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
813
814 2020-03-13 Tom de Vries <tdevries@suse.de>
815
816 * gdb.mi/mi-sym-info.exp: Make matching more precise.
817
818 2020-03-13 Tom de Vries <tdevries@suse.de>
819
820 PR symtab/25646
821 * gdb.dwarf2/imported-unit.exp: Add test.
822
823 2020-03-13 Tom de Vries <tdevries@suse.de>
824
825 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
826 (var1, var2): New variable.
827 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
828 matching symbols.
829
830 2020-03-13 Tom de Vries <tdevries@suse.de>
831
832 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
833 (Term::command): Use prompt prefix.
834 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
835 * gdb.tui/tui-layout-asm-short-prog.exp: Use
836 command_no_prompt_prefix instead of prefix.
837 * gdb.tui/tui-layout-asm.exp: Same.
838
839 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
840
841 * gdb.base/break-interp.exp: Use foreach_with_prefix.
842
843 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
844
845 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
846 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
847 on" while stepping over the test instruction, match printed
848 message.
849
850 2020-03-12 Tom de Vries <tdevries@suse.de>
851
852 * gdb.base/info-types.exp: Use exp_continue during matching of output
853 of "info types".
854
855 2020-03-12 Tom de Vries <tdevries@suse.de>
856
857 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
858
859 2020-03-12 Tom de Vries <tdevries@suse.de>
860
861 * gdb.fortran/module.exp: Use exp_continue during matching of output
862 of "info variable -n".
863
864 2020-03-12 Tom de Vries <tdevries@suse.de>
865
866 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
867 gdb.dwarf2/dw2-ranges-base.c.
868
869 2020-03-12 Tom de Vries <tdevries@suse.de>
870
871 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
872 in presence of GLIBC debuginfo.
873
874 2020-03-12 Tom de Vries <tdevries@suse.de>
875
876 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
877 $core.
878
879 2020-03-12 Tom de Vries <tdevries@suse.de>
880
881 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
882 more precise.
883
884 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
885
886 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
887 from Unix to Windows path.
888
889 2020-03-11 Tom de Vries <tdevries@suse.de>
890
891 * gdb.ada/minsyms.exp: Set language to ada.
892
893 2020-03-11 Tom de Vries <tdevries@suse.de>
894
895 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
896
897 2020-03-11 Tom de Vries <tdevries@suse.de>
898
899 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
900
901 2020-03-11 Tom Tromey <tromey@adacore.com>
902
903 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
904
905 2020-03-11 Tom de Vries <tdevries@suse.de>
906
907 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
908
909 2020-03-11 Tom de Vries <tdevries@suse.de>
910
911 * gdb.base/break-interp.exp: Limit verbose scope.
912
913 2020-03-11 Tom de Vries <tdevries@suse.de>
914
915 * gdb.fortran/logical.f90: Define variable with character type.
916 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
917
918 2020-03-11 Tom de Vries <tdevries@suse.de>
919
920 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
921
922 2020-03-11 Tom de Vries <tdevries@suse.de>
923
924 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
925 symtabs.
926
927 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
928 Bernd Edlinger <bernd.edlinger@hotmail.de>
929
930 * gdb.cp/step-and-next-inline.cc: New file.
931 * gdb.cp/step-and-next-inline.exp: New file.
932 * gdb.cp/step-and-next-inline.h: New file.
933 * gdb.dwarf2/dw2-is-stmt.c: New file.
934 * gdb.dwarf2/dw2-is-stmt.exp: New file.
935 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
936 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
937 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
938
939 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
940
941 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
942 is-stmt flag in the line table.
943
944 2020-03-09 Tom de Vries <tdevries@suse.de>
945
946 * lib/gdb.exp (cached_file): Create cache dir.
947
948 2020-03-07 Tom de Vries <tdevries@suse.de>
949
950 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
951 * gdb.cp/rvalue-ref-params.exp: Same.
952
953 2020-03-06 Tom de Vries <tdevries@suse.de>
954
955 * lib/gdb.exp (tentative_rename, cached_file): New proc.
956 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
957
958 2020-03-06 Tom de Vries <tdevries@suse.de>
959
960 * README: Fix "the the".
961 * gdb.base/dprintf.exp: Same.
962
963 2020-03-05 Tom de Vries <tdevries@suse.de>
964
965 * gdb.base/maint.exp: Update "main print statistics" expected output.
966
967 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
968
969 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
970 (fortran_int8): Likewise.
971 (fortran_real4): Likewise.
972 (fortran_real8): Likewise.
973 (fortran_complex4): Likewise.
974 (fortran_logical4): Likewise.
975 (fortran_character1): Likewise.
976
977 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.fortran/logical.exp: Add tests that any non-zero value is
980 printed as true.
981
982 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
983
984 * gdb.base/printcmds.exp: Add test to verify printf of a
985 variable holding an address.
986
987 2020-03-03 Tom de Vries <tdevries@suse.de>
988
989 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
990
991 2020-03-03 Tom de Vries <tdevries@suse.de>
992
993 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
994 gdb_test_multiple call.
995
996 2020-03-03 Tom de Vries <tdevries@suse.de>
997
998 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
999 gdb_test_multiple calls.
1000
1001 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1002
1003 * gdb.base/default.exp: Remove test of 'set history filename'.
1004 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1005 filename to the empty string.
1006 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1007 and GDBHISTSIZE.
1008
1009 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1010
1011 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1012 disabled.
1013
1014 2020-03-02 Pedro Alves <palves@redhat.com>
1015 Tom de Vries <tdevries@suse.de>
1016
1017 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1018 -prompt prefix, before user_code argument. Add -lbl option likewise.
1019 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1020 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1021 argument.
1022 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1023 have "\r\n" at start-of-line, instead of at end-of-line.
1024
1025 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1026
1027 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1028 libinproctrace.so.
1029
1030 2020-02-28 Luis Machado <luis.machado@linaro.org>
1031
1032 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1033 to "p/x".
1034
1035 2020-02-28 Luis Machado <luis.machado@linaro.org>
1036
1037 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1038 asm/ptrace.h and error.h.
1039
1040 2020-02-28 Tom de Vries <tdevries@suse.de>
1041
1042 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1043 (struct wrapper, do_something, mundane/symada__cS): Move ...
1044 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1045 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1046 Update "print symada__cS before partial symtab expansion" regexp.
1047 Update breakpoint location. Flush symbol cache after expansion.
1048
1049 2020-02-28 Luis Machado <luis.machado@linaro.org>
1050
1051 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1052
1053 2020-02-27 Tom de Vries <tdevries@suse.de>
1054
1055 * config/sid.exp: Remove unused globals.
1056 * gdb.base/attach.exp: Same.
1057 * gdb.base/catch-load.exp: Same.
1058 * gdb.base/dbx.exp: Same.
1059 * lib/gdb.exp: Same.
1060 * lib/mi-support.exp: Same.
1061 * lib/prompt.exp: Same.
1062
1063 2020-02-27 Tom de Vries <tdevries@suse.de>
1064
1065 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1066 not set.
1067
1068 2020-02-26 Aaron Merey <amerey@redhat.com>
1069
1070 * gdb.debuginfod: New directory for debuginfod tests.
1071 * gdb.debuginfod/main.c: New test file.
1072 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1073
1074 2020-02-26 Tom de Vries <tdevries@suse.de>
1075
1076 PR gdb/25603
1077 * gdb.base/persistent-lang.cc: New test.
1078 * gdb.base/persistent-lang.exp: New file.
1079
1080 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1081
1082 * gdb.fortran/derived-type-striding.exp: Add a new test.
1083 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1084 new test.
1085
1086 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1089 names.
1090
1091 2020-02-25 Tom de Vries <tdevries@suse.de>
1092
1093 PR go/18926
1094 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1095
1096 2020-02-24 Tom de Vries <tdevries@suse.de>
1097
1098 PR gdb/25592
1099 * gdb.base/info-locals-unused-static-var.c: New test.
1100 * gdb.base/info-locals-unused-static-var.exp: New file.
1101
1102 2020-02-22 Tom Tromey <tom@tromey.com>
1103
1104 * gdb.python/tui-window.exp: New file.
1105 * gdb.python/tui-window.py: New file.
1106
1107 2020-02-22 Tom Tromey <tom@tromey.com>
1108
1109 PR tui/17850:
1110 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1111 tests.
1112
1113 2020-02-22 Tom Tromey <tom@tromey.com>
1114
1115 * gdb.tui/new-layout.exp: Add sub-layout tests.
1116
1117 2020-02-22 Tom Tromey <tom@tromey.com>
1118
1119 * gdb.tui/new-layout.exp: New file.
1120
1121 2020-02-22 Tom Tromey <tom@tromey.com>
1122
1123 * gdb.rust/rust-style.rs: New file.
1124 * gdb.rust/rust-style.exp: New file.
1125 * gdb.base/style.exp: Test structure printing.
1126 * gdb.base/style.c (struct some_struct): New type.
1127 (enum etype): New type.
1128 (struct_value): New global.
1129
1130 2020-02-21 Tom de Vries <tdevries@suse.de>
1131
1132 PR go/18926
1133 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1134 Remove blanket xfails. Use message argument for gdb_breakpoint.
1135 Make continuing to breakpoint test conditional on setting breakpoint.
1136 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1137 DW_AT_name attribute. Add xfail for GCC PR93866.
1138
1139 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1140
1141 * gdb.dwarf2/cpp-linkage-name.c: New file.
1142 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1143
1144 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1145
1146 * lib/gdb.exp (gdb_wrapper_init): Reset
1147 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1148 not exist.
1149
1150 2020-02-20 Tom de Vries <tdevries@suse.de>
1151
1152 PR go/17018
1153 * gdb.go/hello.exp: Copy ...
1154 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1155 print of st to print value of global definition. Add xfail for GCC
1156 PR93844.
1157 * gdb.go/hello.exp: Remove printing of st before definition.
1158 * gdb.go/hello.go: Copy ...
1159 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1160 to st.
1161 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1162
1163 2020-02-20 Tom de Vries <tdevries@suse.de>
1164
1165 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1166 (gdb_simple_compile): Handle compile_flags go by using .go extension
1167 for source file.
1168 * gdb.go/chan.exp: Use support_go_compile.
1169 * gdb.go/handcall.exp: Same.
1170 * gdb.go/hello.exp: Same.
1171 * gdb.go/integers.exp: Same.
1172 * gdb.go/max-depth.exp: Same.
1173 * gdb.go/methods.exp: Same.
1174 * gdb.go/package.exp: Same.
1175 * gdb.go/strings.exp: Same.
1176 * gdb.go/types.exp: Same.
1177 * gdb.go/unsafe.exp: Same.
1178
1179 2020-02-19 Tom de Vries <tdevries@suse.de>
1180
1181 * gdb.python/lib-types.exp: Make xfail more strict.
1182
1183 2020-02-19 Tom de Vries <tdevries@suse.de>
1184
1185 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1186
1187 2020-02-19 Doug Evans <dje@google.com>
1188
1189 PR rust/25535
1190 * gdb.rust/simple.exp: Add test.
1191 * gdb.rust/simple.rs: Add test.
1192
1193 2020-02-19 Tom de Vries <tdevries@suse.de>
1194
1195 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1196 output line-by-line.
1197
1198 2020-02-19 Tom de Vries <tdevries@suse.de>
1199
1200 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1201
1202 2020-02-19 Tom de Vries <tdevries@suse.de>
1203
1204 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1205 prelink.
1206
1207 2020-02-19 Tom de Vries <tdevries@suse.de>
1208
1209 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1210 (gdb_do_cache): Use gdb_do_cache_wrap.
1211 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1212
1213 2020-02-19 Tom de Vries <tdevries@suse.de>
1214
1215 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1216 gdb_compile option.
1217
1218 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1219
1220 * gdb.base/printcmds.exp (test_print_enums): Update expected
1221 output.
1222
1223 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1224
1225 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1226 for "unknown".
1227
1228 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1229
1230 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1231 enumerator.
1232
1233 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1234
1235 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1236 FE_, add FE_NONE.
1237 (three): Update.
1238 (enum flag_enum_without_zero): New enum.
1239 (flag_enum_without_zero): New variable.
1240 (enum not_flag_enum): New enum.
1241 (three_not_flag): New variable.
1242 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1243 (test_print_enums): Add more tests for printing flag enums.
1244
1245 2020-02-18 Tom de Vries <tdevries@suse.de>
1246
1247 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1248 (gdb_compile_ada): ... here.
1249 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1250 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1251
1252 2020-02-14 Tom Tromey <tom@tromey.com>
1253
1254 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1255 build directory.
1256 * boards/gdbserver-base.exp: Update path to gdbserver.
1257
1258 2020-02-13 Tom de Vries <tdevries@suse.de>
1259
1260 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1261
1262 2020-02-13 Tom de Vries <tdevries@suse.de>
1263
1264 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1265 are missing.
1266
1267 2020-02-13 Tom de Vries <tdevries@suse.de>
1268
1269 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1270 call.
1271
1272 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1273
1274 PR tui/25126
1275 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1276 * gdb.base/cached-source-file.c: New file.
1277 * gdb.base/cached-source-file.exp: New file.
1278
1279 2020-02-11 Tom de Vries <tdevries@suse.de>
1280
1281 PR testsuite/25488
1282 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1283
1284 2020-02-10 Tom de Vries <tdevries@suse.de>
1285
1286 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1287
1288 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1289
1290 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1291 and $after_addr are both integers before making a comparison.
1292
1293 2020-02-09 Tom de Vries <tdevries@suse.de>
1294
1295 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1296 command output and paste it into gdb.log. If any, paste catch message
1297 to gdb.log.
1298
1299 2020-02-07 Tom Tromey <tromey@adacore.com>
1300
1301 PR breakpoints/24915:
1302 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1303
1304 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1305
1306 * gdb.tui/tui-missing-src.exp: Add the "missing source
1307 file" test for the TUI.
1308
1309 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1310
1311 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1312 including a port number in the output.
1313
1314 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1315
1316 * lib/fortran.exp (fortran_int4): Handle clang.
1317 (fortran_int8): Likewise.
1318 (fortran_real4): Likewise.
1319 (fortran_real8): Likewise.
1320 (fortran_complex4): Likewise.
1321 (fortran_logical4): Likewise.
1322 (fortran_character1): Likewise.
1323
1324 2020-02-04 Tom de Vries <tdevries@suse.de>
1325
1326 * README (Race detection): Add note.
1327
1328 2020-02-04 Tom de Vries <tdevries@suse.de>
1329
1330 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1331
1332 2020-02-04 Tom de Vries <tdevries@suse.de>
1333
1334 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1335
1336 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1337
1338 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1339 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1340 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1341 blttar, bnetarl.
1342 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1343 binary for blttar, bnetarl.
1344 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1345 wait instruction. Delete ldmx test.
1346 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1347
1348 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1349
1350 * gdb.fortran/array-bounds-high.exp: New file.
1351 * gdb.fortran/array-bounds-high.f90: New file.
1352
1353 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1354
1355 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1356 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1357
1358 2020-02-01 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1361
1362 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 PR tui/9765
1365 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1366 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1367
1368 2020-01-29 Luis Machado <luis.machado@linaro.org>
1369
1370 * gdb.arch/aarch64-brk-patterns.c: New source file.
1371 * gdb.arch/aarch64-brk-patterns.exp: New test.
1372
1373 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1374
1375 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1376 GCC/Clang version.
1377 * gdb.cp/pass-by-ref.exp: Ditto.
1378
1379 2020-01-29 Tom de Vries <tdevries@suse.de>
1380
1381 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1382 * gdb.threads/watchpoint-fork-mt.c: Same.
1383 * gdb.threads/watchpoint-fork-parent.c: Same.
1384 * gdb.threads/watchpoint-fork-st.c: Same.
1385 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1386
1387 2020-01-27 Luis Machado <luis.machado@linaro.org>
1388
1389 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1390 sitting at a syscall instruction when we hit the syscall function's
1391 breakpoint.
1392 Check PC against one obtained with the x command.
1393 Validate syscall number.
1394 (step_over_syscall): Don't continue to the syscall instruction if
1395 we're already there.
1396
1397 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1398
1399 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1400
1401 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1404 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1405
1406 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1407
1408 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1409 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1410
1411 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1412
1413 * gdb.base/maint.exp: Update line table parsing test.
1414 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1415
1416 2020-01-24 Pedro Alves <palves@redhat.com>
1417
1418 PR gdb/25410
1419 * gdb.multi/multi-re-run-1.c: New.
1420 * gdb.multi/multi-re-run-2.c: New.
1421 * gdb.multi/multi-re-run.exp: New.
1422
1423 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1424
1425 PR gdb/23718
1426 * gdb.server/server-kill-python.exp: New file.
1427
1428 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * gdb.server/multi-ui-errors.c: New file.
1431 * gdb.server/multi-ui-errors.exp: New file.
1432
1433 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1434
1435 PR tui/9765
1436 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1437
1438 2020-01-19 Tom Tromey <tom@tromey.com>
1439
1440 * gdb.tui/main.exp: Add check for plain "file".
1441
1442 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1443
1444 * lib/gdb.exp: Fix spelling error (seperatelly).
1445
1446 2020-01-14 Tom Tromey <tom@tromey.com>
1447
1448 PR symtab/12535:
1449 * gdb.python/python.exp: Test decode_line with empty string
1450 argument.
1451
1452 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1453
1454 * gdb.base/skip-inline.exp: Extend test.
1455
1456 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1457
1458 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1459 * gdb.dwarf2/dw2-bad-elf.c: New file.
1460 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1461
1462 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1463
1464 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1465 _line_saw_file.
1466
1467 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1468
1469 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1470 border.
1471
1472 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1473
1474 * gdb.multi/multi-target.exp (setup): Factor out "info
1475 connections" and "info inferiors" tests to ...
1476 (test_info_inferiors): ... this new procedure.
1477 (top level): Run new "info-inferiors" tests.
1478
1479 2020-01-10 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.server/bkpt-other-inferior.exp: New file.
1482
1483 2020-01-10 Pedro Alves <palves@redhat.com>
1484
1485 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1486 of "add-inferior".
1487 * gdb.base/quit-live.exp: Likewise.
1488 * gdb.base/remote-exec-file.exp: Likewise.
1489 * gdb.guile/scm-progspace.exp: Likewise.
1490 * gdb.linespec/linespec.exp: Likewise.
1491 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1492 * gdb.mi/user-selected-context-sync.exp: Likewise.
1493 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1494 "info inferiors" tests.
1495 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1496 "add-inferior".
1497 * gdb.multi/watchpoint-multi.exp: Likewise.
1498 * gdb.python/py-inferior.exp: Likewise.
1499 * gdb.server/extended-remote-restart.exp: Likewise.
1500 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1501 "info inferiors".
1502 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1503 * gdb.trace/report.exp: Likewise.
1504
1505 2020-01-10 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.multi/multi-target.c: New file.
1508 * gdb.multi/multi-target.exp: New file.
1509 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1510 mode requested, but remote does not support non-stop".
1511
1512 2020-01-10 Pedro Alves <palves@redhat.com>
1513
1514 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1515 disconnect before reconnecting.
1516
1517 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1518 Pedro Alves <palves@redhat.com>
1519
1520 * gdb.server/connect-without-multi-process.exp: Also test
1521 continuing to end.
1522
1523 2020-01-10 Pedro Alves <palves@redhat.com>
1524
1525 * gdb.base/remote-exec-file.exp: New file.
1526
1527 2020-01-10 Pedro Alves <palves@redhat.com>
1528
1529 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1530 output.
1531 * gdb.threads/async.c: New.
1532 * gdb.threads/async.exp: New.
1533 * gdb.multi/tids-gid-reset.c: New.
1534 * gdb.multi/tids-gid-reset.exp: New.
1535
1536 2020-01-10 George Barrett <bob@bob131.so>
1537
1538 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1539 to help in finding the image relocation offset.
1540 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1541 options in arguments.
1542 (stap_test_no_debuginfo): Likewise.
1543 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1544 test variants.
1545 (stap_test): Add null semaphore relocation test.
1546
1547 2020-01-10 George Barrett <bob@bob131.so>
1548
1549 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1550 * gdb.base/stap-probe.exp: Likewise.
1551 (stap_test): Pass argument as an additional flag.
1552 (stap_test_no_debuginfo): Likewise.
1553 (stap_test): Check `info probes stap' output for semaphore
1554 addresses if the test binary is supposed to have them.
1555
1556 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1557
1558 * gdb.tui/basic.exp: Add more scrolling tests.
1559
1560 2020-01-09 Tom Tromey <tom@tromey.com>
1561
1562 PR tui/18932:
1563 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1564 meangingful value.
1565 (Term::command, Term::resize): Update.
1566 * gdb.tui/basic.exp: Add scrolling test.
1567
1568 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1569
1570 * gdb.tui/tui-layout-asm.exp: New file.
1571
1572 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1573
1574 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1575
1576 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1577
1578 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1579 (Term::enter_tui): Use Term::prepare_for_tui.
1580
1581 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1582
1583 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1584 called.
1585
1586 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1587
1588 * gdb.base/skip.exp: Fix race condition in test.
1589
1590 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1591
1592 * gdb.base/backtrace.c: New file.
1593 * gdb.base/backtrace.exp: New file.
1594
1595 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1596
1597 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1598
1599 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1600
1601 * gdb.base/style.exp: Test that warnings are styled.
1602
1603 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1604
1605 * gdb.base/line65535.exp: New file.
1606 * gdb.base/line65535.c: New file.
1607
1608 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1609
1610 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1611 * lib/gnat_debug_info_test.adb: New file.
1612 * gdb.ada/ptype_tagged_param.exp: Use
1613 gnat_runtime_has_debug_info, expect a different output if
1614 runtime does not have debug info.
1615
1616 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1617
1618 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1619 (another) quote in test name.
1620
1621 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1622
1623 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1624 Add quote in test name.
1625
1626 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1627
1628 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1629 directory instead.
1630 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1631 * gdb.cp/pass-by-ref-2.cc: New file.
1632 * gdb.cp/pass-by-ref-2.exp: New file.
1633
1634 2019-12-20 Tom Tromey <tom@tromey.com>
1635
1636 * gdb.tui/list-before.exp: New file.
1637
1638 2019-12-20 Tom Tromey <tom@tromey.com>
1639
1640 * gdb.tui/list.exp: Check for source on initial listing.
1641
1642 2019-12-11 Tom Tromey <tromey@adacore.com>
1643
1644 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1645 Add crlf test.
1646
1647 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1648
1649 * gdb.base/default.exp: Update value of $_gdb_major.
1650
1651 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1652
1653 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1654
1655 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1656
1657 * gdb.base/skip.exp: Whitespace fix.
1658
1659 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1660
1661 * gdb.base/skip-inline.c: New file.
1662 * gdb.base/skip-inline.exp: New file.
1663
1664 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1665
1666 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1667 jit_function_00 to jit_function_stack_mangle.
1668 * gdb.base/jithost.c (jit_function_t): Rename to...
1669 (jit_function_stack_mangle_t): ... this.
1670 (jit_function_add_t): New typedef.
1671 (jit_function_00_code): Rename to...
1672 (jit_function_stack_mangle_code): ... this, make static.
1673 (jit_function_add_code): New.
1674 (main): Generate "add" function and call it. Adjust to changes
1675 in jithost_abi.
1676 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1677 (struct jithost_abi) <begin, end>: Remove fields.
1678 <object, function_stack_mangle, function_add>: New fields.
1679 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1680 code_end>: Remove fields.
1681 <func_stack_mangle>: New field.
1682 (read_debug_info): Adjust to renaming, create block for "add"
1683 function.
1684 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1685
1686 2019-12-11 Tom Tromey <tom@tromey.com>
1687
1688 * gdb.tui/resize.exp: Fix regexp.
1689 * gdb.tui/regs.exp: Fix regexps.
1690 * gdb.tui/main.exp: Fix regexp.
1691
1692 2019-12-11 Tom Tromey <tom@tromey.com>
1693
1694 * gdb.tui/resize.exp: Update.
1695 * gdb.tui/empty.exp (layouts): Update.
1696
1697 2019-12-11 Tom Tromey <tom@tromey.com>
1698
1699 * gdb.tui/regs.exp: Update.
1700 * gdb.tui/empty.exp (layouts): Update.
1701 * gdb.tui/basic.exp: Update.
1702 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1703
1704 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1705
1706 * gdb.base/options.exp: Add -raw-values in the print completion list.
1707 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1708
1709 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1710
1711 * gdb.threads/omp-par-scope.c: New file.
1712 * gdb/threads/omp-par-scope.exp: New file.
1713
1714 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1715
1716 * lib/gdb.exp (support_nested_function_tests): New proc.
1717
1718 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1719
1720 * lib/gdb.exp (gdb_compile_openmp): New proc.
1721 (build_executable_from_specs): Add an "openmp" option.
1722 (gdb_compile_pthreads): Add non-executable case.
1723
1724 2019-12-10 Tom Tromey <tromey@adacore.com>
1725
1726 * gdb.ada/unchecked_union.exp: New file.
1727 * gdb.ada/unchecked_union/pck.adb: New file.
1728 * gdb.ada/unchecked_union/pck.ads: New file.
1729 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1730 * gdb-utils.exp (string_to_regexp): Also quote "?".
1731
1732 2019-12-10 George Barrett <bob@bob131.so>
1733
1734 Test scripted probe breakpoints.
1735 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1736 * gdb.python/py-breakpoint.c (main): Likewise.
1737 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1738 specifier test.
1739 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1740
1741 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1742
1743 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1744 an rvalue parameter.
1745 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1746 parameter.
1747
1748 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1749
1750 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1751 modules.
1752
1753 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1754
1755 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1756 broken version of GCC.
1757
1758 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1759
1760 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1761 sym-info-cmds library.
1762 * gdb.fortran/info-types.exp: Likewise.
1763 * lib/sym-info-cmds.exp: New file.
1764
1765 2019-12-08 Tom de Vries <tdevries@suse.de>
1766
1767 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1768
1769 2019-12-07 Keith Seitz <keiths@redhat.com>
1770
1771 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1772 * gdb.base/corefile-buildid-shlib.c: New file.
1773 * gdb.base/corefile-buildid.c: New file.
1774 * gdb.base/corefile-buildid.exp: New file.
1775
1776 2019-12-06 Tom de Vries <tdevries@suse.de>
1777
1778 * gdb.dwarf2/varval.exp: Add decl before def test.
1779
1780 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1781
1782 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1783
1784 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1785
1786 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1787 CV and reference conversion for overload resolution.
1788 * gdb.cp/rvalue-ref-overload.exp: Test it.
1789
1790 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1791
1792 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1793 * gdb.base/frameapply.exp: Test faas without command.
1794
1795 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1796
1797 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1798 Fortran tests.
1799 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1800 order.
1801
1802 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1803
1804 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1805 casting to type with no kind specified.
1806 (test_basic_parsing_of_type_kinds): Additional tests for types
1807 with no kind specified, and add tests for single/double
1808 precision/complex types.
1809
1810 2019-12-04 Tom Tromey <tromey@adacore.com>
1811
1812 * gdb.base/endianity.c (struct other) <x>: New field.
1813 (main): Initialize it.
1814 * gdb.base/endianity.exp: Update.
1815
1816 2019-12-04 Tom Tromey <tromey@adacore.com>
1817
1818 * gdb.ada/scalar_storage/storage.adb: New file.
1819 * gdb.ada/scalar_storage/pck.adb: New file.
1820 * gdb.ada/scalar_storage/pck.ads: New file.
1821 * gdb.ada/scalar_storage.exp: New file.
1822
1823 2019-12-04 Tom Tromey <tromey@adacore.com>
1824
1825 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1826 (main): Initialize it.
1827 * gdb.base/endianity.exp: Update.
1828
1829 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1830
1831 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1832
1833 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1834
1835 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1836 -symbol-info-module-functions and -symbol-info-module-variables.
1837
1838 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1839
1840 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1841
1842 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1843 Andrew Burgess <andrew.burgess@embecosm.com>
1844
1845 * gdb.fortran/derived-type-striding.exp: New file.
1846 * gdb.fortran/derived-type-striding.f90: New file.
1847 * gdb.fortran/array-slices.exp: New file.
1848 * gdb.fortran/array-slices.f90: New file.
1849
1850 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1851
1852 * gdb.base/define.exp: Test . in command names.
1853 * gdb.base/setshow.exp: Update test, as . is now part of
1854 command name.
1855
1856 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1857
1858 * gdb.base/define-prefix.exp: New file.
1859
1860 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1861
1862 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1863 compile.
1864 (skip_btrace_pt_tests): Likewise.
1865
1866 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1867
1868 * gdb.fortran/info-modules.exp: Compile source files in correct
1869 order.
1870
1871 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1872
1873 * gdb.dwarf2/imported-unit.exp: New file.
1874 * gdb.dwarf2/imported-unit.c: New file.
1875
1876 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1877
1878 * gdb.mi/mi-fortran-modules-2.f90: New file.
1879 * gdb.mi/mi-fortran-modules.exp: New file.
1880 * gdb.mi/mi-fortran-modules.f90: New file.
1881
1882 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1883
1884 * gdb.mi/mi-sym-info-1.c: New file.
1885 * gdb.mi/mi-sym-info-2.c: New file.
1886 * gdb.mi/mi-sym-info.exp: New file.
1887
1888 2019-11-22 Tom Tromey <tromey@adacore.com>
1889
1890 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1891 * gdb.ada/tasks/foo.adb: Add another stopping location.
1892
1893 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1894
1895 * gdb.base/endianity.c: New test.
1896 * gdb.base/endianity.exp: New file.
1897
1898 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1899
1900 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1901
1902 2019-11-21 Tom de Vries <tdevries@suse.de>
1903
1904 PR gdb/24956
1905 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1906
1907 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1908
1909 * gdb.python/py-progspace.exp: Add missing parentheses on some
1910 'print' commands.
1911
1912 2019-11-19 Tom Tromey <tom@tromey.com>
1913
1914 * gdb.tui/winheight.exp: New file.
1915
1916 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1917
1918 * gdb.base/ctf-whatis.c: Delete.
1919 * gdb.base/ctf-whatis.exp: Delete.
1920 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1921
1922 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1923
1924 * gdb.base/ctf-cvexpr.exp: Delete.
1925 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1926
1927 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1928
1929 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1930 the compiler. Clean up header comment a little.
1931 * gdb.base/ctf-ptype.exp: Likewise.
1932 * gdb.base/ctf-whatis.exp: Likewise.
1933 * lib/gdb.exp (skip_ctf_tests): New proc.
1934
1935 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1936
1937 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1938 * gdb.tui/corefile-run.exp: New file.
1939
1940 2019-11-14 Tom Tromey <tromey@adacore.com>
1941
1942 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1943 regression tests.
1944
1945 2019-11-12 Tom Tromey <tom@tromey.com>
1946
1947 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1948 after any command. Expect prompt after WAIT_FOR is seen.
1949 (enter_tui): Enable resize messages.
1950 (command): Expect command in output.
1951 (get_line): Avoid error when cursor appears to be off-screen.
1952 (dump_screen): Include screen size in title.
1953 (_do_resize): New proc, from "resize".
1954 (resize): Rewrite. Do resize in two steps.
1955 * gdb.tui/empty.exp (layouts): Fix entries.
1956 (check_boxes): Remove xfail.
1957 (check_text): Dump screen on failure.
1958
1959 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1960
1961 * gdb.python/py-symbol.exp: Add test for
1962 gdb.lookup_static_symbols.
1963
1964 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1965
1966 * gdb.python/py-symbol.c: Declare and call function from new
1967 py-symbol-2.c file.
1968 * gdb.python/py-symbol.exp: Compile both source files, and add new
1969 tests for gdb.lookup_static_symbol.
1970 * gdb.python/py-symbol-2.c: New file.
1971
1972 2019-11-02 Tom de Vries <tdevries@suse.de>
1973
1974 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1975 * gdb.base/anon.exp: Same.
1976 * gdb.base/auto-connect-native-target.exp: Same.
1977 * gdb.base/call-ar-st.exp: Same.
1978 * gdb.base/catch-syscall.exp: Same.
1979 * gdb.base/commands.exp: Same.
1980 * gdb.base/default.exp: Same.
1981 * gdb.base/display.exp: Same.
1982 * gdb.base/float.exp: Same.
1983 * gdb.base/foll-fork.exp: Same.
1984 * gdb.base/help.exp: Same.
1985 * gdb.base/info-macros.exp: Same.
1986 * gdb.base/info-proc.exp: Same.
1987 * gdb.base/info-target.exp: Same.
1988 * gdb.base/long_long.exp: Same.
1989 * gdb.base/macscp.exp: Same.
1990 * gdb.base/memattr.exp: Same.
1991 * gdb.base/nofield.exp: Same.
1992 * gdb.base/pointers.exp: Same.
1993 * gdb.base/printcmds.exp: Same.
1994 * gdb.base/ptype.exp: Same.
1995 * gdb.base/restore.exp: Same.
1996 * gdb.base/return.exp: Same.
1997 * gdb.base/scope.exp: Same.
1998 * gdb.base/set-noassign.exp: Same.
1999 * gdb.base/setshow.exp: Same.
2000 * gdb.base/shlib-call.exp: Same.
2001 * gdb.base/signals.exp: Same.
2002 * gdb.base/sigstep.exp: Same.
2003 * gdb.base/skip.exp: Same.
2004 * gdb.base/solib-symbol.exp: Same.
2005 * gdb.base/stap-probe.exp: Same.
2006 * gdb.base/step-line.exp: Same.
2007 * gdb.base/step-test.exp: Same.
2008 * gdb.base/style.exp: Same.
2009 * gdb.base/varargs.exp: Same.
2010 * gdb.base/vla-datatypes.exp: Same.
2011 * gdb.base/vla-ptr.exp: Same.
2012 * gdb.base/vla-sideeffect.exp: Same.
2013 * gdb.base/volatile.exp: Same.
2014 * gdb.base/watch-cond-infcall.exp: Same.
2015 * gdb.base/watchpoint.exp: Same.
2016
2017 2019-11-02 Tom de Vries <tdevries@suse.de>
2018
2019 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2020 * gdb.cp/cpexprs.exp: Same.
2021 * gdb.cp/except-multi-location.exp: Same.
2022 * gdb.cp/exceptprint.exp: Same.
2023 * gdb.cp/gdb2384.exp: Same.
2024 * gdb.cp/inherit.exp: Same.
2025 * gdb.cp/m-static.exp: Same.
2026 * gdb.cp/meth-typedefs.exp: Same.
2027 * gdb.cp/misc.exp: Same.
2028 * gdb.cp/namespace.exp: Same.
2029 * gdb.cp/non-trivial-retval.exp: Same.
2030 * gdb.cp/overload.exp: Same.
2031 * gdb.cp/pr17132.exp: Same.
2032 * gdb.cp/re-set-overloaded.exp: Same.
2033 * gdb.cp/rvalue-ref-types.exp: Same.
2034 * gdb.cp/templates.exp: Same.
2035
2036 2019-11-01 Luis Machado <luis.machado@linaro.org>
2037
2038 PR gdb/25124
2039
2040 * gdb.arch/pr25124.S: New file.
2041 * gdb.arch/pr25124.exp: New file.
2042
2043 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2044
2045 * gdb.fortran/info-modules.exp: Update expected results, and add
2046 additional tests for 'info module functinos', and 'info module
2047 variables'.
2048 * gdb.fortran/info-types.exp: Update expected results.
2049 * gdb.fortran/info-types.f90: Extend testcase with additional
2050 module variables and functions.
2051
2052 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2053
2054 * gdb.fortran/info-modules.exp: New file.
2055 * gdb.fortran/info-types.exp: Build with new file.
2056 * gdb.fortran/info-types.f90: Include and use new module.
2057 * gdb.fortran/info-types-2.f90: New file.
2058
2059 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2060
2061 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2062 * gdb.base/settings.exp: Test all settings types using
2063 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2064 that now verifies that the value of "maint show" is the same as
2065 returned by the settings functions. Test the type of the
2066 maintenance settings.
2067 * gdb.base/default.exp: Update show_conv_list.
2068
2069 2019-10-31 Tom de Vries <tdevries@suse.de>
2070
2071 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2072 gdb_test.
2073 * gdb.arch/amd64-disp-step.exp: Same.
2074 * gdb.asm/asm-source.exp: Same.
2075 * gdb.btrace/buffer-size.exp: Same.
2076 * gdb.btrace/cpu.exp: Same.
2077 * gdb.btrace/enable.exp: Same.
2078 * gdb.dwarf2/count.exp: Same.
2079 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2080 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2081 * gdb.fortran/vla-datatypes.exp: Same.
2082 * gdb.fortran/vla-history.exp: Same.
2083 * gdb.fortran/vla-ptype.exp: Same.
2084 * gdb.fortran/vla-value.exp: Same.
2085 * gdb.fortran/whatis_type.exp: Same.
2086 * gdb.guile/guile.exp: Same.
2087 * gdb.multi/tids.exp: Same.
2088 * gdb.python/py-finish-breakpoint.exp: Same.
2089 * gdb.python/py-framefilter.exp: Same.
2090 * gdb.python/py-pp-registration.exp: Same.
2091 * gdb.python/py-xmethods.exp: Same.
2092 * gdb.python/python.exp: Same.
2093 * gdb.server/connect-with-no-symbol-file.exp: Same.
2094 * gdb.server/no-thread-db.exp: Same.
2095 * gdb.server/run-without-local-binary.exp: Same.
2096 * gdb.stabs/weird.exp: Same.
2097 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2098 * gdb.threads/thread-find.exp: Same.
2099 * gdb.threads/tls-shared.exp: Same.
2100 * gdb.threads/tls.exp: Same.
2101 * gdb.threads/wp-replication.exp: Same.
2102 * gdb.trace/ax.exp: Same.
2103 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2104
2105 2019-10-31 Tom de Vries <tdevries@suse.de>
2106
2107 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2108 * gdb.ada/array_subscript_addr.exp: Same.
2109 * gdb.ada/arrayidx.exp: Same.
2110 * gdb.ada/arrayparam.exp: Same.
2111 * gdb.ada/arrayptr.exp: Same.
2112 * gdb.ada/boolean_expr.exp: Same.
2113 * gdb.ada/call_pn.exp: Same.
2114 * gdb.ada/complete.exp: Same.
2115 * gdb.ada/fixed_cmp.exp: Same.
2116 * gdb.ada/fun_addr.exp: Same.
2117 * gdb.ada/funcall_param.exp: Same.
2118 * gdb.ada/interface.exp: Same.
2119 * gdb.ada/mod_from_name.exp: Same.
2120 * gdb.ada/null_array.exp: Same.
2121 * gdb.ada/packed_array.exp: Same.
2122 * gdb.ada/packed_tagged.exp: Same.
2123 * gdb.ada/print_chars.exp: Same.
2124 * gdb.ada/print_pc.exp: Same.
2125 * gdb.ada/ptype_arith_binop.exp: Same.
2126 * gdb.ada/ptype_field.exp: Same.
2127 * gdb.ada/ptype_tagged_param.exp: Same.
2128 * gdb.ada/rec_return.exp: Same.
2129 * gdb.ada/ref_tick_size.exp: Same.
2130 * gdb.ada/str_ref_cmp.exp: Same.
2131 * gdb.ada/taft_type.exp: Same.
2132 * gdb.ada/tagged.exp: Same.
2133 * gdb.ada/type_coercion.exp: Same.
2134 * gdb.ada/uninitialized_vars.exp: Same.
2135
2136 2019-10-30 Tom de Vries <tdevries@suse.de>
2137
2138 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2139
2140 2019-10-26 Tom de Vries <tdevries@suse.de>
2141
2142 * gdb.base/bigcore.c: Fix typos in comments.
2143 * gdb.base/ctf-ptype.c: Same.
2144 * gdb.base/long_long.c: Same.
2145 * gdb.dwarf2/dw2-op-out-param.S: Same.
2146 * gdb.python/py-evthreads.c: Same.
2147 * gdb.reverse/i387-stack-reverse.c: Same.
2148 * gdb.trace/tfile.c: Same.
2149 * lib/compiler.c: Same.
2150 * lib/compiler.cc: Same.
2151
2152 2019-10-25 Tom de Vries <tdevries@suse.de>
2153
2154 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2155 gdb_test_multiple calls.
2156 * gdb.reverse/sigall-reverse.exp: Same.
2157 * gdb.reverse/solib-precsave.exp: Same.
2158 * gdb.reverse/solib-reverse.exp: Same.
2159 * gdb.reverse/until-precsave.exp: Same.
2160 * gdb.reverse/until-reverse.exp: Same.
2161
2162 2019-10-24 Tom de Vries <tdevries@suse.de>
2163
2164 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2165 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2166 kfail using -wrap pattern flag and convenience variable
2167 gdb_test_name.
2168
2169 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * gdb.python/py-progspace.exp: Add tests for the
2172 Progspace.block_for_pc method.
2173
2174 2019-10-23 Tom Tromey <tom@tromey.com>
2175
2176 * configure: Rebuild.
2177 * aclocal.m4: Use m4_include, not sinclude.
2178
2179 2019-10-21 Tom de Vries <tdevries@suse.de>
2180
2181 * gdb.base/infcall-nested-structs.c: Add
2182 __attribute__((noinline,noclone)) to all functions.
2183 (call_all): Add missing variable initialization. Simplify return value.
2184 (breakpt): Increment volatile variable, to prevent call from being
2185 optimized out.
2186 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2187
2188 2019-10-17 Tom de Vries <tdevries@suse.de>
2189
2190 * gdb.fortran/module.exp: Allow info variables to print info for files
2191 other than module.f90.
2192
2193 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2194
2195 * gdb.fortran/module.exp: Extend with 'info variables' test.
2196
2197 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2198
2199 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2200 F77_FOR_TARGET.
2201
2202 2019-10-16 Tom de Vries <tdevries@suse.de>
2203
2204 PR tdep/25096
2205 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2206
2207 2019-10-16 Tom de Vries <tdevries@suse.de>
2208
2209 PR tdep/24104
2210 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2211 Add KFAIL for PR tdep/25096.
2212
2213 2019-10-16 Tom de Vries <tdevries@suse.de>
2214
2215 PR testsuite/25059
2216 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2217
2218 2019-10-16 Tom de Vries <tdevries@suse.de>
2219
2220 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2221 as signed.
2222
2223 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2224
2225 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2226 one instead of increasing timeout.
2227
2228 2019-10-13 Tom de Vries <tdevries@suse.de>
2229
2230 PR record/25038
2231 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2232 * gdb.reverse/sigall-reverse.exp: Same.
2233 * gdb.reverse/solib-precsave.exp: Same.
2234 * gdb.reverse/solib-reverse.exp: Same.
2235 * gdb.reverse/step-precsave.exp: Same.
2236 * gdb.reverse/until-precsave.exp: Same.
2237 * gdb.reverse/until-reverse.exp: Same.
2238 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2239
2240 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2241
2242 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2243 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2244 (cmp_struct_05_01, cmp_struct_static_02_01)
2245 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2246 comparisons.
2247
2248 2019-10-10 Tom de Vries <tdevries@suse.de>
2249
2250 PR testsuite/24888
2251 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2252 gnatlink.
2253
2254 2019-10-09 Tom de Vries <tdevries@suse.de>
2255
2256 PR testsuite/25048
2257 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2258
2259 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2262 exceptions due to missing debug information.
2263
2264 2019-10-07 Tom de Vries <tdevries@suse.de>
2265
2266 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2267
2268 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2269
2270 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2271 * gdb.base/annota1.exp: Update to use gdb_test_name.
2272
2273 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2274
2275 * gdb.base/ctf-whatis.exp: New file.
2276 * gdb.base/ctf-whatis.c: New file.
2277 * gdb.base/ctf-ptype.exp: New file.
2278 * gdb.base/ctf-ptype.c: New file.
2279 * gdb.base/ctf-constvars.exp: New file.
2280 * gdb.base/ctf-constvars.c: New file.
2281 * gdb.base/ctf-cvexpr.exp: New file.
2282
2283 2019-10-04 Tom de Vries <tdevries@suse.de>
2284
2285 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2286 for loop.
2287
2288 2019-10-03 Tom Tromey <tom@tromey.com>
2289
2290 PR rust/24976:
2291 * gdb.rust/simple.rs (Union2): New type.
2292 (main): Use Union2.
2293 * gdb.rust/simple.exp: Add test.
2294
2295 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2296
2297 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2298 nested function prefix.
2299
2300 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2301 Richard Bunt <richard.bunt@arm.com>
2302 Andrew Burgess <andrew.burgess@embecosm.com>
2303
2304 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2305 nested functions.
2306 * gdb.fortran/nested-funcs.f90: Update expected results.
2307 * gdb.fortran/nested-funcs-2.exp: New file.
2308 * gdb.fortran/nested-funcs-2.f90: New file.
2309
2310 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2311
2312 * gdb.python/py-parameter.exp: Make test names unique.
2313 * gdb.python/py-template.exp: Likewise.
2314 * gdb.python/py-value.exp: Likewise.
2315
2316 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2317
2318 * gdb.base/break-interp.exp: Reduce test name duplication.
2319 * gdb.base/call-sc.exp: Likewise.
2320 * gdb.base/callfuncs.exp: Likewise.
2321 * gdb.base/charset.exp: Likewise.
2322 * gdb.base/dump.exp: Likewise.
2323 * gdb.base/ena-dis-br.exp: Likewise.
2324 * gdb.base/relational.exp: Likewise.
2325 * gdb.base/step-over-syscall.exp: Likewise.
2326 * gdb.base/structs.exp: Likewise.
2327
2328 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 * gdb.linespec/explicit.exp: Make test names unique.
2331 * gdb.linespec/ls-errs.exp: Likewise.
2332
2333 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2334
2335 * gdb.reverse/break-precsave.exp: Make test names unique.
2336 * gdb.reverse/break-reverse.exp: Likewise.
2337 * gdb.reverse/finish-precsave.exp: Likewise.
2338 * gdb.reverse/finish-reverse.exp: Likewise.
2339 * gdb.reverse/machinestate-precsave.exp: Likewise.
2340 * gdb.reverse/machinestate.exp: Likewise.
2341 * gdb.reverse/readv-reverse.exp: Likewise.
2342 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2343 * gdb.reverse/sigall-precsave.exp: Likewise.
2344 * gdb.reverse/sigall-reverse.exp: Likewise.
2345 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2346 * gdb.reverse/watch-precsave.exp: Likewise.
2347 * gdb.reverse/watch-reverse.exp: Likewise.
2348
2349 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2350
2351 * gdb.threads/stop-with-handle.c: New file.
2352 * gdb.threads/stop-with-handle.exp: New file.
2353
2354 2019-10-03 Tom de Vries <tdevries@suse.de>
2355
2356 PR testsuite/25059
2357 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2358 directory" line to be missing.
2359
2360 2019-10-03 Tom de Vries <tdevries@suse.de>
2361
2362 PR testsuite/25059
2363 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2364 type optional.
2365
2366 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2367
2368 * gdb.python/py-format-string.c (string.h): New include.
2369 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2370 the same value, for endianness-independence.
2371 * gdb.python/py-format-string.exp (default_regexp_dict)
2372 (test_pretty_structs, test_format): Adjust expected output to the
2373 changed initialization.
2374
2375 2019-10-02 Tom Tromey <tromey@adacore.com>
2376
2377 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2378
2379 2019-10-02 Pedro Alves <palves@redhat.com>
2380 Andrew Burgess <andrew.burgess@embecosm.com>
2381
2382 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2383 "print-file-var.h".
2384 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2385 (get_version_1): Print this_version_id and its address.
2386 Add extern "C" wrappers around interface functions.
2387 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2388 "print-file-var.h".
2389 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2390 (get_version_2): Print this_version_id and its address.
2391 Add extern "C" wrappers around interface functions.
2392 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2393 <stddef.h> and "print-file-var.h".
2394 Add extern "C" wrappers around interface functions.
2395 [VERSION_ID_MAIN] (this_version_id): Define.
2396 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2397 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2398 up extern "C" blocks.
2399 * gdb.base/print-file-var.exp (test): New, factored out from top
2400 level.
2401 (top level): Test all combinations of attribute hidden or not,
2402 dlopen or not, and this_version_id symbol in main file or not.
2403 Compile tests as both C++ and C, make test names unique.
2404
2405 2019-10-01 Tom Tromey <tom@tromey.com>
2406
2407 * gdb.base/style.exp: Test "show logging filename".
2408
2409 2019-10-01 Tom Tromey <tom@tromey.com>
2410
2411 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2412 * gdb.base/style.exp: Add metadata style test.
2413
2414 2019-10-01 Tom Tromey <tom@tromey.com>
2415
2416 * gdb.base/style.exp: Test "pwd".
2417
2418 2019-10-01 Tom Tromey <tom@tromey.com>
2419
2420 * gdb.base/style.exp: Update tests.
2421
2422 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2423
2424 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2425 'six' to unsigned.
2426 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2427 'five'. Use an all-ones bit pattern for each.
2428 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2429 to its changed values.
2430
2431 2019-09-30 Tom Tromey <tromey@adacore.com>
2432
2433 * gdb.rust/traits.rs: Disable all warnings.
2434
2435 2019-09-29 Tom de Vries <tdevries@suse.de>
2436
2437 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2438
2439 2019-09-29 Tom de Vries <tdevries@suse.de>
2440
2441 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2442
2443 2019-09-27 Tom de Vries <tdevries@suse.de>
2444
2445 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2446
2447 2019-09-27 Tom de Vries <tdevries@suse.de>
2448
2449 PR record/23188
2450 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2451
2452 2019-09-26 Tom Tromey <tromey@adacore.com>
2453
2454 * gdb.ada/py_taft.exp: New file.
2455 * gdb.ada/py_taft/main.adb: New file.
2456 * gdb.ada/py_taft/pkg.adb: New file.
2457 * gdb.ada/py_taft/pkg.ads: New file.
2458
2459 2019-09-24 Tom de Vries <tdevries@suse.de>
2460
2461 PR gdb/24598
2462 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2463
2464 2019-09-22 Tom de Vries <tdevries@suse.de>
2465
2466 * gdb.base/restore.exp: Allow register variables to be optimized out at
2467 -O0.
2468
2469 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2470
2471 * gdb.arch/spu-info.exp: Remove file.
2472 * gdb.arch/spu-info.c: Remove file.
2473 * gdb.arch/spu-ls.exp: Remove file.
2474 * gdb.arch/spu-ls.c: Remove file.
2475
2476 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2477 * gdb.asm/spu.inc: Remove file.
2478
2479 * gdb.base/dump.exp: Remove support for spu*-*-*.
2480 * gdb.base/stack-checking.exp: Likewise.
2481 * gdb.base/overlays.exp: Likewise.
2482 * gdb.base/ovlymgr.c: Likewise.
2483 * gdb.base/spu.ld: Remove file.
2484
2485 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2486 * gdb.cp/cpexprs.exp: Likewise.
2487 * gdb.cp/exception.exp: Likewise.
2488 * gdb.cp/gdb2495.exp: Likewise.
2489 * gdb.cp/mb-templates.exp: Likewise.
2490 * gdb.cp/pr9167.exp: Likewise.
2491 * gdb.cp/userdef.exp: Likewise.
2492
2493 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2494
2495 * gdb.cell: Remove directory.
2496 * lib/cell.exp: Remove file.
2497
2498 2019-09-19 Tom de Vries <tdevries@suse.de>
2499
2500 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2501
2502 2019-09-19 Tom de Vries <tdevries@suse.de>
2503
2504 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2505
2506 2019-09-19 Tom de Vries <tdevries@suse.de>
2507
2508 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2509 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2510 (gdb_target_cmd): ... here.
2511 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2512 value 2.
2513
2514 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2515
2516 * gdb.base/source-dir.exp: Avoid having directory names in test
2517 names.
2518
2519 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2520
2521 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2522 directory.
2523
2524 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2525
2526 * gdb.base/list-missing-source.exp: New file.
2527
2528 2019-09-14 Tom de Vries <tdevries@suse.de>
2529
2530 PR teststuite/24599
2531 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2532 * lib/ada.exp (gnatmake_version_at_least): New proc.
2533
2534 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2535
2536 * gdb.base/maint.exp: Use exec_has_index_section.
2537
2538 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2539
2540 * gdb.base/maint.exp: Add test for 'maint info sections'.
2541
2542 2019-09-12 Tom de Vries <tdevries@suse.de>
2543
2544 * gdb.base/store.exp: Allow register variables to be optimized out at
2545 -O0.
2546
2547 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2548
2549 * gdb.ada/rdv_wait.exp: Update to new task names.
2550 * gdb.base/task_switch_in_core.exp: Likewise.
2551 * gdb.base/info_sources_base.c: Likewise.
2552
2553 2019-09-10 Tom Tromey <tromey@adacore.com>
2554
2555 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2556
2557 2019-09-10 Tom Tromey <tromey@adacore.com>
2558
2559 * gdb.ada/dgopt.exp: New file.
2560 * gdb.ada/dgopt/x.adb: New file.
2561
2562 2019-09-08 Tom Tromey <tom@tromey.com>
2563
2564 * gdb.tui/resize.exp: Remove setup_xfail.
2565 * gdb.tui/regs.exp: Remove setup_xfail.
2566 * gdb.tui/basic.exp: Remove setup_xfail.
2567
2568 2019-09-06 David Blaikie <dblaikie@gmail.com>
2569
2570 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2571 * gdb.cp/cplabel.exp: Ditto.
2572 * gdb.linespec/ls-errs.exp: Ditto.
2573
2574 2019-09-05 Tom de Vries <tdevries@suse.de>
2575
2576 * lib/gdb.exp (cmp_file_string): New proc.
2577 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2578 runto_main. Verify save breakpoints output.
2579
2580 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2581
2582 * gdb.base/info-var.exp: Test info variables without running
2583 to main, to avoid expect's buffer overflow.
2584
2585 2019-09-03 Tom Tromey <tromey@adacore.com>
2586
2587 * gdb.ada/bias.exp: New file.
2588 * gdb.ada/bias/bias.adb: New file.
2589 * gdb.ada/print_chars.exp: Add regression test.
2590 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2591 (MC): New variable.
2592
2593 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2594
2595 * gdb.base/argv0-symlink.exp: Run only on native target
2596 and local host.
2597
2598 2019-08-29 Tom de Vries <tdevries@suse.de>
2599
2600 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2601 diverse debug info.
2602 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2603
2604 2019-08-28 Tom de Vries <tdevries@suse.de>
2605
2606 * gdb.base/info-var.exp: Allow info variables to print info for files
2607 other than info-var-f1.c and info-var-f2.c.
2608
2609 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2610
2611 * gdb.fortran/info-types.exp: Add module.
2612 * gdb.fortran/info-types.f90: Update expected results.
2613
2614 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * gdb.fortran/info-types.exp: New file.
2617 * gdb.fortran/info-types.f90: New file.
2618 * lib/fortran.exp (fortran_character1): New proc.
2619
2620 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2623 functions'. Reindent as needed.
2624 * gdb.base/info-var-f1.c: New file.
2625 * gdb.base/info-var-f2.c: New file.
2626 * gdb.base/info-var.exp: New file.
2627 * gdb.base/info-var.h: New file.
2628
2629 2019-08-26 Tom de Vries <tdevries@suse.de>
2630
2631 PR c++/24852
2632 * gdb.cp/no-libstdcxx-probe.exp: New test.
2633
2634 2019-08-26 Tom de Vries <tdevries@suse.de>
2635
2636 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2637 * tests need to be skipped.
2638 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2639 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2640 mi_skip_libstdcxx_probe_tests.
2641
2642 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2643
2644 * gdb.python/py-xmethods.exp: Use raw strings when passing
2645 arguments to SimpleXMethodMatcher.
2646
2647 2019-08-22 Tom de Vries <tdevries@suse.de>
2648
2649 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2650 more informative.
2651
2652 2019-08-21 Pedro Alves <palves@redhat.com>
2653
2654 * gdb.base/with.exp: Test "with" with no arguments.
2655
2656 2019-08-21 Tom de Vries <tdevries@suse.de>
2657
2658 * gdb.base/gdb-caching-proc.exp: Sort files.
2659
2660 2019-08-20 Tom de Vries <tdevries@suse.de>
2661
2662 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2663 compilation.
2664
2665 2019-08-16 Tom de Vries <tdevries@suse.de>
2666
2667 * gdb.base/compare-sections.exp ("after run to main"): Allow
2668 mismatched read-only sections for PIE executables.
2669
2670 2019-08-16 Tom Tromey <tom@tromey.com>
2671
2672 * lib/tuiterm.exp (_csi_Z): New proc.
2673 * gdb.tui/basic.exp: Update window positions.
2674 * gdb.tui/empty.exp: Update window positions.
2675
2676 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2677
2678 * gdb.base/examine-backward.exp: Correct regexp for
2679 "examine 3 bytes backward from ${address_zero}".
2680
2681 2019-08-15 Tom Tromey <tom@tromey.com>
2682
2683 * gdb.tui/empty.exp: Enable resizing tests.
2684
2685 2019-08-15 Tom Tromey <tromey@adacore.com>
2686
2687 * gdb.ada/char_enum.exp: Add regression tests.
2688 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2689 and '0'.
2690 (Char, Gchar): Update.
2691 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2692
2693 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2694
2695 * gdb.python/python.exp: Expect a leading underscore on
2696 GdbOutput{,Error}File.
2697
2698 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2699
2700 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2701 Windows host.
2702
2703 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2704
2705 * gdb.base/batch-preserve-term-settings.exp
2706 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2707
2708 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2709
2710 * lib/gdb.exp: When running on a mingw target, replace
2711 /x/ with x:/.
2712
2713 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2714
2715 * gdb.arch/aarch64-prologue.c: New test.
2716 * gdb.arch/aarch64-prologue.exp: New file.
2717
2718 2019-08-13 Tom de Vries <tdevries@suse.de>
2719
2720 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2721 Thread.
2722
2723 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2724
2725 * gdb.python/py-completion.exp: Download the .py file to the host
2726 and use its host pathname. Conditionalize tests that use
2727 tab completion and manipulate files on the build machine.
2728 * gdb.python/py-events.exp: Download the .py file to the host
2729 and use its host pathname.
2730 * gdb.python/py-evsignal.exp: Likewise.
2731 * gdb.python/py-evthreads.exp: Likewise.
2732 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2733 pathname syntax.
2734 * gdb.python/py-framefilter.exp: Download the .py file to the right
2735 place on the host. Match Windows pathname syntax.
2736 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2737 .py file to the host and use its host pathname.
2738 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2739 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2740 build pathname. Skip symlink test on Windows host. Add missing
2741 newline at end of file.
2742 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2743 and use its host pathname.
2744 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2745 * gdb.python/py-section-script.exp: Use host location of binfile
2746 on safe-path. Use correct path separator on Windows host.
2747 Reorder alternatives in gdb_test_multiple to prevent matching
2748 the wrong alternative on success.
2749 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2750
2751 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2752
2753 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2754 expect the GDB inferior to no longer immediately stop after
2755 being resumed with "signal SIGINT".
2756
2757 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2758
2759 * gdb.linespec/break-ask.exp: Generalize regexps to match
2760 Windows pathnames too.
2761
2762 2019-08-08 Tom de Vries <tdevries@suse.de>
2763
2764 PR testsuite/24862
2765 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2766
2767 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2768
2769 * gdb.base/style.exp: Update tests for help doc new invariants.
2770 * gdb.base/help.exp: Likewise.
2771
2772 2019-08-06 Tom Tromey <tom@tromey.com>
2773
2774 * gdb.base/style.exp: Add disassemble test.
2775 * gdb.base/style.c (some_called_function): New function.
2776 (main): Use it.
2777
2778 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2779
2780 * gdb.python/py-block.exp: Test dictionary access on blocks.
2781
2782 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2783
2784 PR gdb/24863
2785 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2786 -list-thread-groups --available test when running under
2787 check-read1.
2788
2789 2019-08-05 Tom de Vries <tdevries@suse.de>
2790
2791 PR testsuite/24863
2792 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2793 * gdb.base/help.exp: Use with_read1_timeout_factor.
2794 * gdb.base/info-macros.exp: Same.
2795 * gdb.cp/nested-types.exp: Same.
2796
2797 2019-08-05 Tom de Vries <tdevries@suse.de>
2798
2799 * lib/gdb.exp (version_at_least): Factor out of ...
2800 (tcl_version_at_least): ... here.
2801 (gdb_compile): Fail if pie results in non-PIE executable.
2802 (readelf_version, readelf_prints_pie): New proc.
2803 (exec_is_pie): Return -1 if unknown.
2804
2805 2019-08-05 Tom de Vries <tdevries@suse.de>
2806
2807 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2808
2809 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2810
2811 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2812
2813 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2814
2815 * lib/completion-support.exp (test_gdb_complete_none): Skip
2816 tab completion tests if no readline support.
2817 (test_gdb_complete_unique_re): Likewise.
2818 (test_gdb_complete_multiple): Likewise.
2819
2820 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2821
2822 * gdb.base/info_sources.exp: New file.
2823 * gdb.base/info_sources.c: New file.
2824 * gdb.base/info_sources_base.c: New file.
2825
2826 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2827
2828 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2829 prefix argument.
2830 (test_exit_status): Add prefix argument.
2831
2832 2019-08-01 Tom de Vries <tdevries@suse.de>
2833
2834 PR testsuite/24863
2835 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2836 calling exp_continue for new thread and thread exited messages.
2837
2838 2019-08-01 Tom de Vries <tdevries@suse.de>
2839
2840 PR testsuite/24863
2841 * gdb.base/structs.exp: Fix check-read1 timeout using
2842 gdb_test_sequence.
2843 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2844
2845 2019-08-01 Tom de Vries <tdevries@suse.de>
2846
2847 PR testsuite/24863
2848 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2849 line.
2850
2851 2019-08-01 Tom de Vries <tdevries@suse.de>
2852
2853 PR testsuite/24863
2854 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2855
2856 2019-07-30 Tom Tromey <tromey@adacore.com>
2857
2858 * gdb.ada/display_nested.exp: New file.
2859 * gdb.ada/display_nested/foo.adb: New file.
2860 * gdb.ada/display_nested/pack.adb: New file.
2861 * gdb.ada/display_nested/pack.ads: New file.
2862
2863 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2864
2865 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2866 namespace.
2867 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2868
2869 2019-07-30 Tom de Vries <tdevries@suse.de>
2870
2871 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2872 instead.
2873
2874 2019-07-30 Tom de Vries <tdevries@suse.de>
2875
2876 PR testsuite/24834
2877 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2878 (exec_is_pie): New proc.
2879
2880 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2881
2882 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2883
2884 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2885
2886 * gdb.python/py-objfile.c: Add global and static vars.
2887 * gdb.python/py-objfile.exp: Test new functions Objfile.
2888 lookup_global_symbol and lookup_static_symbol.
2889
2890 2019-07-29 Tom Tromey <tom@tromey.com>
2891
2892 * lib/tuiterm.exp (Term::_csi_@): New proc.
2893 (Term::_csi_X): Don't move cursor.
2894
2895 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2896
2897 * gdb.base/options.exp: Update backtrace - completion to
2898 new option -frame-info.
2899 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2900 Test new 'set print frame-info'. Test backtrace -frame-info
2901 overriding 'set print frame-info'.
2902 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2903 Test new 'set print frame-info'.
2904 Verify consistency of backtrace with and without filters, with and
2905 without -no-filters.
2906 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2907 default.
2908
2909 2019-07-29 Tom de Vries <tdevries@suse.de>
2910
2911 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2912 no arguments".
2913
2914 2019-07-29 Tom de Vries <tdevries@suse.de>
2915
2916 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2917 is a substring of the first for "complete non-unique file name".
2918
2919 2019-07-29 Tom de Vries <tdevries@suse.de>
2920
2921 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2922 with ".*".
2923
2924 2019-07-29 Tom de Vries <tdevries@suse.de>
2925
2926 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2927 Pass prompt_regexp parameter to gdb_test_multiple calls.
2928
2929 2019-07-29 Tom de Vries <tdevries@suse.de>
2930
2931 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2932 print registers" regexps.
2933
2934 2019-07-29 Tom de Vries <tdevries@suse.de>
2935
2936 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2937
2938 2019-07-29 Tom de Vries <tdevries@suse.de>
2939
2940 PR gdb/24855
2941 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2942 (skip_python_tests_prompt): Add prompt_regexp argument to
2943 gdb_test_multiple calls.
2944
2945 2019-07-27 Tom Tromey <tom@tromey.com>
2946
2947 * gdb.tui/main.exp: New file.
2948
2949 2019-07-27 Tom Tromey <tom@tromey.com>
2950
2951 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2952 optional.
2953 * gdb.tui/empty.exp: New file.
2954
2955 2019-07-27 Tom Tromey <tom@tromey.com>
2956
2957 * lib/tuiterm.exp (spawn): New proc.
2958 (Term::resize): New proc.
2959 * gdb.tui/resize.exp: New file.
2960
2961 2019-07-27 Tom Tromey <tom@tromey.com>
2962
2963 * gdb.tui/list.exp: New file.
2964
2965 2019-07-27 Tom Tromey <tom@tromey.com>
2966
2967 * gdb.tui/regs.exp: New file.
2968
2969 2019-07-27 Tom Tromey <tom@tromey.com>
2970
2971 * gdb.tui/basic.exp: Add "layout split" test.
2972
2973 2019-07-27 Tom Tromey <tom@tromey.com>
2974
2975 * gdb.tui/basic.exp: Add "layout asm" test.
2976
2977 2019-07-27 Tom Tromey <tom@tromey.com>
2978
2979 * lib/tuiterm.exp: New file.
2980 * gdb.tui/basic.exp: New file.
2981
2982 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2983
2984 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2985 Enable tests associated with this flag. Adjust regex
2986 referencing "foo_low" to now refer to "foo_cold" instead.
2987
2988 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2989
2990 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2991 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2992 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2993 foo_cold. Revise comments to match.
2994 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2995 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2996 were wrapped into this proc; Call do_test in loop from outermost
2997 level.
2998 (foo_low): Rename all occurrences to "foo_cold".
2999 (backtrace from baz): New test.
3000 (x2/i foo_cold): New test.
3001 (info line *foo_cold): New test.
3002
3003 2019-07-26 Tom de Vries <tdevries@suse.de>
3004
3005 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3006
3007 2019-07-25 Tom de Vries <tdevries@suse.de>
3008
3009 PR testsuite/24830
3010 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3011 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3012 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3013 (skip_libstdcxx_probe_tests): ... here.
3014 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3015
3016 2019-07-24 Tom de Vries <tdevries@suse.de>
3017
3018 PR testsuite/24807
3019 * gdb.objc/basicclass.m: Include stdio.h.
3020 * gdb.objc/nondebug.m: Same.
3021 * gdb.objc/objcdecode.m: Same.
3022
3023 2019-07-24 Tom de Vries <tdevries@suse.de>
3024
3025 PR testsuite/24612
3026 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3027 additional_flags.
3028
3029 2019-07-24 Tom de Vries <tdevries@suse.de>
3030
3031 PR testsuite/24831
3032 * gdb.multi/tids.exp: Update error messages for info threads.
3033
3034 2019-07-24 Tom de Vries <tdevries@suse.de>
3035
3036 * gdb.base/info-types.exp: Allow info types to print info for more than
3037 one file.
3038
3039 2019-07-23 Tom de Vries <tdevries@suse.de>
3040
3041 PR testsuite/24842
3042 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3043 gdb_spawn_with_cmdline_opts.
3044
3045 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3046
3047 * gdb.arch/arm-cmse-sgstubs.c: New test.
3048 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3049
3050 2019-07-23 Tom de Vries <tdevries@suse.de>
3051
3052 PR testsuite/24711
3053 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3054 issuing next command.
3055
3056 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3057
3058 * gdb.ada/info_auto_lang.exp: Update expected results.
3059 * gdb.base/info-types.c: Add additional types to check.
3060 * gdb.base/info-types.exp: Update expected results.
3061
3062 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3063
3064 * gdb.base/info-types.c: New file.
3065 * gdb.base/info-types.exp: New file.
3066
3067 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3068
3069 * gdb.arch/riscv-bp-infcall.c: New file.
3070 * gdb.arch/riscv-bp-infcall.exp: New file.
3071
3072 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3073
3074 PR breakpoints/24541
3075 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3076
3077 2019-07-14 Tom de Vries <tdevries@suse.de>
3078
3079 PR testsuite/24760
3080 * gdb.objc/basicclass.exp: Fix unterminated string.
3081
3082 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3083 Andrew Burgess <andrew.burgess@embecosm.com>
3084
3085 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3086 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3087 negative bounds.
3088 * gdb.fortran/vla-value.exp: Print elements of an array with
3089 negative bounds.
3090 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3091 testing.
3092
3093 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * gdb.base/options.exp (expect_string): Dequote strings in
3096 results.
3097 (test-string): Test strings with different quoting and reindent.
3098
3099 2019-07-10 Tom Tromey <tromey@adacore.com>
3100
3101 * gdb.ada/mi_ex_cond.exp: Update expected results.
3102 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3103 * gdb.ada/mi_catch_ex.exp: Update expected results.
3104 * gdb.ada/mi_catch_assert.exp: Update expected results.
3105 * gdb.ada/catch_ex.exp (catch_exception_info)
3106 (catch_exception_entry, catch_assert_entry)
3107 (catch_unhandled_entry): Update.
3108 * gdb.ada/catch_assert_if.exp: Update expected results.
3109
3110 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3111 Stephen Roberts <stephen.roberts@arm.com>
3112
3113 * gdb.base/define.exp: Restore original prompt.
3114
3115 2019-07-09 Pedro Alves <palves@redhat.com>
3116
3117 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3118 breakpoints" output.
3119 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3120 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3121 throw" creates breakpoint.
3122 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3123 'type="catchpoint"'.
3124
3125 2019-07-09 Pedro Alves <palves@redhat.com>
3126
3127 PR c++/15468
3128 * gdb.cp/except-multi-location-lib.cc: New.
3129 * gdb.cp/except-multi-location-main.cc: New.
3130 * gdb.cp/except-multi-location.exp: New.
3131
3132 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3133
3134 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3135 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3136 argument and update callers.
3137
3138 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3139
3140 * gdb.arch/amd64-break-on-asm-line.S: New file.
3141 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3142
3143 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3144
3145 * gdb.base/printcmds.exp: Test printing C string and
3146 C wide string convenience vars without transiting via the inferior.
3147 Also make test names unique.
3148
3149 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3150
3151 PR breakpoints/25011
3152 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3153
3154 2019-07-04 Pedro Alves <palves@redhat.com>
3155
3156 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3157 body returned ok(0), break(3) or continue(4).
3158 * gdb.testsuite/foreach_with_prefix.exp: New file.
3159
3160 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3161
3162 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3163
3164 2019-07-03 Pedro Alves <palves@redhat.com>
3165
3166 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3167 "return -code".
3168
3169 2019-07-03 Pedro Alves <palves@redhat.com>
3170
3171 PR cli/24732
3172 * gdb.base/shell.exp: Load completion-support.exp.
3173 Adjust expected error output. Add completion tests.
3174
3175 2019-07-03 Pedro Alves <palves@redhat.com>
3176
3177 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3178 string_to_regexp.
3179
3180 2019-07-03 Pedro Alves <palves@redhat.com>
3181
3182 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3183 (expect_integer): Adjust to expect "-string".
3184 (expect_string): New.
3185 (all_options): Expect "-string".
3186 (test-flag, test-boolean): Adjust to expect "-string".
3187 (test-string): New proc.
3188 (top level): Call it.
3189
3190 2019-07-03 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3193 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3194 the expected output in the success.
3195
3196 2019-07-03 Pedro Alves <palves@redhat.com>
3197
3198 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3199 Split one gdb_test_multiple call in two to avoid a race.
3200
3201 2019-07-03 Pedro Alves <palves@redhat.com>
3202
3203 * gdb.base/with.c: New file.
3204 * gdb.base/with.exp: New file.
3205
3206 2019-07-03 Pedro Alves <palves@redhat.com>
3207
3208 * gdb.base/settings.exp: Replace all references to "maint
3209 test-settings set" with references to "maint set test-settings",
3210 and all references to "maint test-settings show" with references
3211 to "maint show test-settings".
3212
3213 2019-07-03 Pedro Alves <palves@redhat.com>
3214
3215 * gdb.base/settings.exp (test-string): Adjust expected out when
3216 testing "maint test-settings show filename"
3217
3218 2019-07-02 Pedro Alves <palves@redhat.com>
3219
3220 * gdb.base/options.exp (test-info-threads): New procedure.
3221 (top level): Call it.
3222
3223 2019-06-28 Tom Tromey <tromey@adacore.com>
3224
3225 * gdb.dwarf2/ada-linkage-name.c: New file.
3226 * gdb.dwarf2/ada-linkage-name.exp: New file.
3227
3228 2019-06-27 Tom Tromey <tromey@adacore.com>
3229
3230 PR c++/20020:
3231 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3232
3233 2019-06-26 Tom de Vries <tdevries@suse.de>
3234
3235 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3236
3237 2019-06-26 Tom de Vries <tdevries@suse.de>
3238
3239 * gdb.base/index-cache.exp: Add back missing debug option.
3240
3241 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3242
3243 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3244
3245 2019-06-25 Tom de Vries <tdevries@suse.de>
3246
3247 PR testsuite/24727
3248 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3249
3250 2019-06-24 Tom de Vries <tdevries@suse.de>
3251
3252 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3253
3254 2019-06-24 Tom de Vries <tdevries@suse.de>
3255
3256 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3257 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3258 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3259
3260 2019-06-24 Tom de Vries <tdevries@suse.de>
3261
3262 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3263
3264 2019-06-21 Tom de Vries <tdevries@suse.de>
3265
3266 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3267
3268 2019-06-21 Tom de Vries <tdevries@suse.de>
3269
3270 PR testsuite/24518
3271 PR ada/24713
3272 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3273 index.
3274
3275 2019-06-19 Tom Tromey <tromey@adacore.com>
3276
3277 * gdb.ada/length_cond.exp: Add intro comment.
3278
3279 2019-06-19 Tom Tromey <tromey@adacore.com>
3280
3281 * gdb.ada/length_cond.exp: New file.
3282 * gdb.ada/length_cond/length_cond.adb: New file.
3283 * gdb.ada/length_cond/pck.adb: New file.
3284 * gdb.ada/length_cond/pck.ads: New file.
3285
3286 2019-06-18 Tom de Vries <tdevries@suse.de>
3287
3288 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3289
3290 2019-06-18 Tom Tromey <tromey@adacore.com>
3291
3292 * gdb.base/list0.h: Add comment explaining control character.
3293
3294 2019-06-18 Tom de Vries <tdevries@suse.de>
3295
3296 * boards/fission.exp: Break up long debug_flags line.
3297
3298 2019-06-16 Tom de Vries <tdevries@suse.de>
3299
3300 PR gdb/24445
3301 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3302 generated index.
3303
3304 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3305
3306 PR gdb/24686
3307 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3308 improve detection of bug gdb/24541.
3309
3310 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3311
3312 PR gdb/24669
3313 * gdb.base/index-cache.exp (uses_readnow,
3314 expecting_index_cache_use): Define global variable.
3315 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3316 expecting_index_cache_use.
3317
3318 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3319 Andrew Burgess <andrew.burgess@embecosm.com>
3320
3321 * gdb.fortran/pointers.f90: New file.
3322 * gdb.fortran/print_type.exp: New file.
3323 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3324 * gdb.fortran/vla-type.exp: Likewise.
3325 * gdb.fortran/vla-value.exp: Likewise.
3326 * gdb.mi/mi-vla-fortran.exp: Likewise.
3327
3328 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3329
3330 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3331 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3332 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3333 as a stop reason.
3334
3335 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3336
3337 * gdb.base/annota1.exp: Update expected results.
3338 * gdb.cp/annota2.exp: Likewise.
3339 * gdb.cp/annota3.exp: Likewise.
3340
3341 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3342
3343 * gdb.base/style-logging.exp: Remove path from test name.
3344
3345 2019-06-14 Tom Tromey <tromey@adacore.com>
3346
3347 PR gdb/24502:
3348 * gdb.base/style-logging.exp: New file.
3349
3350 2019-06-14 Tom Tromey <tromey@adacore.com>
3351
3352 * gdb.base/symfile-warn.exp: New file.
3353 * gdb.base/symfile-warn.c: New file.
3354
3355 2019-06-14 Tom Tromey <tromey@adacore.com>
3356
3357 * gdb.base/annotate-symlink.exp: New file.
3358
3359 2019-06-14 Tom Tromey <tromey@adacore.com>
3360
3361 * gdb.ada/set_wstr.exp: Add reassignment test.
3362
3363 2019-06-14 Tom Tromey <tromey@adacore.com>
3364
3365 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3366 'unchecked_access and 'unrestricted_access as well.
3367
3368 2019-06-14 Tom Tromey <tromey@adacore.com>
3369
3370 PR ada/24539:
3371 * gdb.ada/vla.exp: Update tests.
3372 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3373 pragma.
3374
3375 2019-06-13 Pedro Alves <palves@redhat.com>
3376
3377 * gdb.base/settings.exp (test-integer): Test junk after
3378 "unlimited".
3379
3380 2019-06-13 Pedro Alves <palves@redhat.com>
3381
3382 * gdb.base/options.exp (test-thread-apply): New.
3383 (top level): Call it.
3384
3385 2019-06-13 Pedro Alves <palves@redhat.com>
3386
3387 * gdb.base/options.exp (test-frame-apply): New.
3388 (top level): Test print commands with different "frame apply"
3389 prefixes.
3390
3391 2019-06-13 Pedro Alves <palves@redhat.com>
3392
3393 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3394 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3395 'max_completions' parameter and handle it.
3396 (test_gdb_completion_offers_commands): New.
3397
3398 2019-06-13 Pedro Alves <palves@redhat.com>
3399
3400 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3401
3402 2019-06-13 Pedro Alves <palves@redhat.com>
3403
3404 * gdb.base/options.exp (test-backtrace): New.
3405 (top level): Call it.
3406
3407 2019-06-13 Pedro Alves <palves@redhat.com>
3408
3409 * gdb.guile/scm-frame-args.exp: Use "set print
3410 raw-frame-arguments" instead of "set print raw frame-arguments".
3411 * gdb.python/py-frame-args.exp: Likewise.
3412
3413 2019-06-13 Pedro Alves <palves@redhat.com>
3414
3415 * gdb.compile/compile.exp: Adjust expected output to option
3416 processing changes.
3417
3418 2019-06-13 Pedro Alves <palves@redhat.com>
3419
3420 * gdb.base/options.exp: Build executable.
3421 (test-print): New procedure.
3422 (top level): Call it, once for "print" and another for "compile
3423 print".
3424
3425 2019-06-13 Pedro Alves <palves@redhat.com>
3426
3427 * gdb.base/options.c: New file.
3428 * gdb.base/options.exp: New file.
3429
3430 2019-06-13 Pedro Alves <palves@redhat.com>
3431
3432 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3433 that "o" is ambiguous.
3434
3435 2019-06-13 Pedro Alves <palves@redhat.com>
3436
3437 * gdb.base/settings.c: New file.
3438 * gdb.base/settings.exp: New file.
3439
3440 2019-06-13 Pedro Alves <palves@redhat.com>
3441
3442 * gdb.base/completion.exp: Fix comment typo.
3443
3444 2019-06-13 Pedro Alves <palves@redhat.com>
3445
3446 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3447 foo --1" test.
3448
3449 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3450
3451 * gdb.fortran/block-data.f: New.
3452 * gdb.fortran/block-data.exp: New.
3453
3454 2019-06-11 Tom de Vries <tdevries@suse.de>
3455
3456 PR testsuite/24521
3457 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3458 message.
3459
3460 2019-06-11 Tom de Vries <tdevries@suse.de>
3461
3462 PR testsuite/24521
3463 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3464
3465 2019-06-11 Tom de Vries <tdevries@suse.de>
3466
3467 * boards/readnow.exp: New file.
3468
3469 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3470
3471 * gdb.fortran/vla-sizeof.exp: Update expected results.
3472
3473 2019-06-06 Amos Bird <amosbird@gmail.com>
3474
3475 * gdb.base/annota1.exp (thread_switch): Add test for
3476 thread-exited annotation.
3477
3478 2019-06-06 Tom Tromey <tromey@adacore.com>
3479
3480 * gdb.base/maint.exp: Expect command started/finished output.
3481
3482 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3483
3484 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3485 comment.
3486 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3487
3488 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3489
3490 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3491 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3492 * gdb.arch/riscv-unwind-long-insn.c: New file.
3493 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3494
3495 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3496
3497 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3498
3499 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3500
3501 * lib/gdb.exp (help_list_trailer): New regexp variable
3502 factorizing the help trailer message.
3503 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3504 arg to allow to better factorize various tests.
3505 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3506 (test_prefix_command_help): Use help_list_trailer.
3507 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3508 * gdb.guile/scm-cmd.exp: Likewise.
3509 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3510 * gdb.base/help.exp: Use test_user_defined_class_help.
3511 * gdb.base/style.exp: Add tests for styling of help and apropos.
3512 * lib/gdb-utils.exp (style): Add title and highlight styles.
3513
3514 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3515
3516 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3517 $_shell_exitsignal.
3518 * gdb.base/default.exp: Update for new convenience variables.
3519
3520 2019-05-29 Tom Tromey <tromey@adacore.com>
3521
3522 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3523 to "break complete ada" test case's regexp.
3524
3525 2019-05-29 Tom Tromey <tromey@adacore.com>
3526
3527 PR c++/20020:
3528 * gdb.cp/constexpr-field.exp: New file.
3529 * gdb.cp/constexpr-field.cc: New file.
3530
3531 2019-05-29 Tom Tromey <tromey@adacore.com>
3532
3533 * gdb.base/finish.exp (finish_no_print): New proc.
3534 (finish_tests): Call it.
3535
3536 2019-05-24 Tom de Vries <tdevries@suse.de>
3537
3538 * gdb.dwarf2/gdb-add-index.exp: New file.
3539
3540 2019-05-22 Tom Tromey <tromey@adacore.com>
3541
3542 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3543 * gdb.base/style.exp: Use "style".
3544 * lib/gdb-utils.exp (style): New proc.
3545
3546 2019-05-22 Tom de Vries <tdevries@suse.de>
3547
3548 * gdb.base/align.exp: Require c++11.
3549
3550 2019-05-22 Tom de Vries <tdevries@suse.de>
3551
3552 PR testsuite/24586
3553 * gdb.python/py-mi-var-info-path-expression.exp: Call
3554 mi_skip_python_tests to check if python is supported.
3555
3556 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3557
3558 * gdb.arch/aarch64-pauth.c: New test.
3559 * gdb.arch/aarch64-pauth.exp: New file.
3560
3561 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3562
3563 * README (Re-running Tests Outside The Testsuite): New section.
3564
3565 2019-05-21 Tom de Vries <tdevries@suse.de>
3566
3567 * gdb.arch/amd64-eval.exp: Require c++11.
3568 * gdb.base/max-depth.exp: Same.
3569 * gdb.compile/compile-cplus-array-decay.exp: Same.
3570 * gdb.cp/meth-typedefs.exp: Same.
3571 * gdb.cp/subtypes.exp: Same.
3572 * gdb.cp/temargs.exp: Same.
3573
3574 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3575
3576 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3577
3578 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3579
3580 PR gdb/18644
3581 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3582 * gdb.fortran/printing-types.exp: Add new test.
3583 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3584 testing.
3585 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3586 setup_kfail call.
3587
3588 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3589
3590 * README (Running the Testsuite): Change example.
3591 (Testsuite Parameters): Remove TRANSCRIPT.
3592 * lib/gdb.exp: Remove TRANSCRIPT check.
3593
3594 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3595
3596 * README (Testsuite Parameters): Add replay logging to
3597 GDBSERVER_DEBUG.
3598 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3599 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3600 as a comma separated list.
3601 (gdb_debug_init): Override procedure.
3602
3603 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3604
3605 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3606 (gdb_write_cmd_file): New procedure.
3607 * lib/gdbserver-support.exp (gdbserver_start): Call
3608 gdbserver_write_cmd_file.
3609 (gdbserver_write_cmd_file): New procedure.
3610
3611 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3612
3613 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3614 (delete_breakpoints): Likewise.
3615 (gdb_run_cmd): Likewise.
3616 (gdb_start_cmd): Likewise.
3617 (gdb_starti_cmd): Likewise.
3618 (gdb_internal_error_resync): Likewise.
3619 (gdb_test_multiple): Likewise.
3620 (gdb_reinitialize_dir): Likewise.
3621 (default_gdb_exit): Likewise.
3622 (gdb_file_cmd): Mark kill as optional.
3623 (default_gdb_start): Call gdb_stdin_log_init.
3624 (send_gdb): Call gdb_stdin_log_write.
3625 (rerun_to_main): Mark Y as an answer.
3626 (gdb_stdin_log_init): New function.
3627 (gdb_stdin_log_write): Likewise.
3628
3629 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3630
3631 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3632 * gdb.base/debug-expr.exp: Likewise.
3633 * gdb.base/foll-fork.exp: Likewise.
3634 * gdb.base/foll-vfork.exp: Likewise.
3635 * gdb.base/fork-print-inferior-events.exp: Likewise.
3636 * gdb.base/gdb-sigterm.exp: Likewise.
3637 * gdb.base/gdbinit-history.exp: Likewise.
3638 * gdb.base/osabi.exp: Likewise.
3639 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3640 * gdb.base/ui-redirect.exp: Likewise.
3641 * gdb.gdb/unittest.exp: Likewise.
3642 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3643 * gdb.mi/mi-watch.exp: Likewise.
3644 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3645 * gdb.mi/user-selected-context-sync.exp: Likewise.
3646 * gdb.python/python.exp: Disable debug test when debugging.
3647 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3648 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3649 Likewise.
3650 * gdb.threads/stepi-random-signal.exp: Likewise.
3651
3652 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3653
3654 * Makefile.in: Pass through GDB_DEBUG.
3655 * README (Testsuite Parameters): Add GDB_DEBUG.
3656 (gdb,debug): Add board setting.
3657 * lib/gdb.exp (default_gdb_start): Start debugging.
3658 (gdb_debug_enabled): New procedure.
3659 (gdb_debug_init): Likewise.
3660
3661 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3662
3663 * Makefile.in: Pass through GDB_DEBUG.
3664 * README (Testsuite Parameters): Add GDB_DEBUG.
3665 (gdb,debug): Add board setting.
3666 * lib/gdb.exp (default_gdb_start): Start debugging.
3667 (gdb_debug_enabled): New procedure.
3668 (gdb_debug_init): Likewise.
3669
3670 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3671
3672 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3673
3674 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3675
3676 * gdb.base/ui-redirect.exp: Test redirection.
3677
3678 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3679
3680 * gdb.mi/mi-complete.exp: New file.
3681 * gdb.mi/mi-complete.cc: Likewise.
3682
3683 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3684
3685 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3686 indexed and sliced arrays, and pointers to arrays.
3687
3688 2019-05-14 Tom Tromey <tromey@adacore.com>
3689
3690 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3691 styling test.
3692
3693 2019-05-14 Tom de Vries <tdevries@suse.de>
3694
3695 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3696 selection entry encoding.
3697
3698 2019-05-10 Tom Tromey <tromey@adacore.com>
3699
3700 * gdb.ada/info_exc.exp: Add "complete" test.
3701
3702 2019-05-09 Tom de Vries <tdevries@suse.de>
3703
3704 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3705 CU-relative.
3706
3707 2019-05-09 Tom de Vries <tdevries@suse.de>
3708
3709 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3710 CU-relative.
3711
3712 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3713
3714 * gdb.ada/frame_arg_lang.exp: New testcase.
3715 * gdb.ada/frame_arg_lang/bla.adb: New file.
3716 * gdb.ada/frame_arg_lang/pck.ads: New file.
3717 * gdb.ada/frame_arg_lang/pck.adb: New file.
3718 * gdb.ada/frame_arg_lang/foo.c: New file.
3719
3720 2019-05-08 Tom Tromey <tromey@adacore.com>
3721
3722 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3723
3724 2019-05-08 Tom Tromey <tromey@adacore.com>
3725
3726 * gdb.base/ptype-offsets.exp: Update tests.
3727
3728 2019-05-08 Tom Tromey <tromey@adacore.com>
3729
3730 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3731 cases.
3732 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3733 "short".
3734
3735 2019-05-08 Tom Tromey <tromey@adacore.com>
3736
3737 * gdb.ada/vla.exp: New file.
3738 * gdb.ada/vla/vla.adb: New file.
3739
3740 2019-05-07 Tom de Vries <tdevries@suse.de>
3741
3742 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3743
3744 2019-05-07 Tom de Vries <tdevries@suse.de>
3745
3746 PR testsuite/24522
3747 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3748 section.
3749
3750 2019-05-07 Tom de Vries <tdevries@suse.de>
3751
3752 PR testsuite/24522
3753 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3754 .debug_aranges section.
3755
3756 2019-05-07 Tom de Vries <tdevries@suse.de>
3757
3758 PR testsuite/24159
3759 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3760
3761 2019-05-06 Tom de Vries <tdevries@suse.de>
3762
3763 * lib/gdb.exp (exec_has_index_section): New proc.
3764 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3765 section.
3766
3767 2019-05-04 Tom de Vries <tdevries@suse.de>
3768
3769 * boards/cc-with-debug-names.exp: New file.
3770
3771 2019-05-03 Tom Tromey <tromey@adacore.com>
3772
3773 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3774 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3775 * gdb.ada/char_enum.exp: Add test.
3776
3777 2019-05-03 Tom de Vries <tdevries@suse.de>
3778
3779 * boards/cc-with-gdb-index.exp: New file.
3780
3781 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3782
3783 * gdb.rust/simple.exp: Add new test case.
3784 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3785 (main): Initialise an instance of the new struct.
3786
3787 2019-05-01 Tom Tromey <tromey@adacore.com>
3788
3789 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3790 record.
3791 (NPR): New variable.
3792 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3793 test.
3794
3795 2019-05-01 Tom Tromey <tromey@adacore.com>
3796
3797 * gdb.ada/packed_array_assign.exp: Add packed assignment
3798 regression test.
3799
3800 2019-05-01 Tom de Vries <tdevries@suse.de>
3801
3802 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3803
3804 2019-05-01 Tom de Vries <tdevries@suse.de>
3805
3806 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3807
3808 2019-04-30 Ali Tamur <tamur@google.com>
3809
3810 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3811
3812 2019-04-30 Tom Tromey <tromey@adacore.com>
3813
3814 * lib/ada.exp (find_ada_tool): New proc.
3815 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3816 * gdb.ada/catch_ex_std.exp: New file.
3817 * gdb.ada/catch_ex_std/foo.adb: New file.
3818 * gdb.ada/catch_ex_std/some_package.adb: New file.
3819 * gdb.ada/catch_ex_std/some_package.ads: New file.
3820
3821 2019-04-30 Tom Tromey <tromey@adacore.com>
3822
3823 PR c++/24470:
3824 * gdb.cp/temargs.cc: Add test code from PR.
3825
3826 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3827
3828 * gdb.fortran/vla-datatypes.exp: Update expected results.
3829 * gdb.fortran/vla-ptype.exp: Likewise.
3830 * gdb.fortran/vla-type.exp: Likewise.
3831 * gdb.fortran/vla-value.exp: Likewise.
3832
3833 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3834
3835 * gdb.fortran/ptr-indentation.exp: Update expected results.
3836 * gdb.fortran/ptype-on-functions.exp: Likewise.
3837 * gdb.fortran/vla-ptr-info.exp: Likewise.
3838 * gdb.fortran/vla-value.exp: Likewise.
3839
3840 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3841
3842 * gdb.fortran/ptype-on-functions.exp: New file.
3843 * gdb.fortran/ptype-on-functions.f90: New file.
3844
3845 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3846
3847 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3848 case void string.
3849
3850 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3851
3852 * gdb.fortran/complex.exp: Expand.
3853 * gdb.fortran/complex.f: Renamed to...
3854 * gdb.fortran/complex.f90: ...this, and extended to add more
3855 complex values.
3856
3857 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3858
3859 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3860 MODULO, CMPLX.
3861
3862 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3863 Richard Bunt <richard.bunt@arm.com>
3864
3865 * gdb.base/max-depth.c: New file.
3866 * gdb.base/max-depth.exp: New file.
3867 * gdb.python/py-nested-maps.c: New file.
3868 * gdb.python/py-nested-maps.exp: New file.
3869 * gdb.python/py-nested-maps.py: New file.
3870 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3871 (test_all_common): Call test_max_depth.
3872 * gdb.fortran/max-depth.exp: New file.
3873 * gdb.fortran/max-depth.f90: New file.
3874 * gdb.go/max-depth.exp: New file.
3875 * gdb.go/max-depth.go: New file.
3876 * gdb.modula2/max-depth.exp: New file.
3877 * gdb.modula2/max-depth.c: New file.
3878 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3879
3880 2019-04-29 Tom de Vries <tdevries@suse.de>
3881
3882 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3883
3884 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3885
3886 * gdb.base/callexit.exp: Test may-call-functions off.
3887
3888 2019-04-25 Keith Seitz <keiths@redhat.com>
3889
3890 PR c++/24367
3891 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3892 (another_incomplete_struct, test_incomplete): New definitions.
3893 (main): Use new definitions.
3894 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3895 functions.
3896
3897 2019-04-25 Ali Tamur <tamur@google.com>
3898
3899 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3900
3901 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3902
3903 PR corefiles/11608
3904 PR corefiles/18187
3905 * gdb.base/coredump-filter-build-id.exp: New file.
3906
3907 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3908
3909 * Makefile.in: Pass through GDBSERVER_DEBUG.
3910 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3911 (gdbserver,debug): Add board setting.
3912 * gdb.trace/tspeed.exp: Skip when debugging.
3913 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3914 * lib/gdbserver-support.exp: Likewise
3915
3916 2019-04-24 Tom Tromey <tromey@adacore.com>
3917
3918 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3919 Rust.
3920
3921 2019-04-24 Tom Tromey <tromey@adacore.com>
3922
3923 * gdb.arch/amd64-eval.exp: Test bitfield return.
3924 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3925 (class Foo) <return_bitfields>: New method.
3926 (main): Call it.
3927
3928 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3929
3930 * gdb.cp/many-args.cc: New file.
3931 * gdb.cp/many-args.exp: New file.
3932
3933 2019-04-23 Tom de Vries <tdevries@suse.de>
3934
3935 PR gdb/24433
3936 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3937
3938 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3939
3940 * gdb.trace/backtrace.exp: Use nopie flag.
3941 * gdb.trace/circ.exp: Likewise.
3942 * gdb.trace/collection.exp: Likewise.
3943 * gdb.trace/ftrace.exp: Likewise.
3944 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3945 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3946 * gdb.trace/qtro.exp: Likewise.
3947 * gdb.trace/read-memory.exp: Likewise.
3948 * gdb.trace/report.exp: Likewise.
3949 * gdb.trace/tfile.exp: Likewise.
3950 * gdb.trace/tfind.exp: Likewise.
3951 * gdb.trace/unavailable.exp: Likewise.
3952
3953 2019-04-22 Pedro Alves <palves@redhat.com>
3954
3955 * gdb.base/solib-probes-nosharedlibrary.c,
3956 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3957
3958 2019-04-19 Tom Tromey <tromey@adacore.com>
3959
3960 * gdb.ada/ptype_union.c: New file.
3961 * gdb.ada/ptype_union.exp: New file.
3962
3963 2019-04-19 Tom Tromey <tromey@adacore.com>
3964
3965 PR symtab/24423:
3966 * gdb.base/list0.h (foo): Add a control-l character.
3967
3968 2019-04-18 Tom de Vries <tdevries@suse.de>
3969
3970 PR gdb/24433
3971 * boards/local-board.exp: Set sysroot to "".
3972
3973 2019-04-18 Tom de Vries <tdevries@suse.de>
3974 Pedro Alves <palves@redhat.com>
3975
3976 PR gdb/24454
3977 * gdb.threads/vfork-follow-child-exec.c: New file.
3978 * gdb.threads/vfork-follow-child-exec.exp: New file.
3979 * gdb.threads/vfork-follow-child-exit.c: New file.
3980 * gdb.threads/vfork-follow-child-exit.exp: New file.
3981
3982 2019-04-15 Leszek Swirski <leszeks@google.com>
3983
3984 * gdb.arch/amd64-eval.cc: New file.
3985 * gdb.arch/amd64-eval.exp: New file.
3986
3987 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3988
3989 * gdb.server/sysroot.c: New test.
3990 * gdb.server/sysroot.exp: New file.
3991 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3992 matching param.
3993
3994 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3995
3996 * gdb.base/align.exp: Extend test to cover structures containing
3997 only static fields.
3998
3999 2019-04-11 Tom de Vries <tdevries@suse.de>
4000
4001 * boards/cc-with-dwz-m.exp: New file.
4002 * boards/cc-with-dwz.exp: New file.
4003 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4004
4005 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4006
4007 * gdb.base/start-cpp.exp: New file.
4008 * gdb.base/start-cpp.cc: New file.
4009
4010 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4011
4012 * gdb.python/py-thrhandle.exp: Adjust tests to call
4013 thread_from_handle instead of thread_from_thread_handle.
4014
4015 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4016
4017 * gdb.python/py-thrhandle.exp: Add tests for
4018 gdb.InferiorThread.handle.
4019
4020 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * gdb.python/py-function.exp: Check calling helper function from
4023 all languages.
4024 * lib/gdb.exp (gdb_supported_languages): New proc.
4025
4026 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4027
4028 * gdb.base/complex-parts.c: New file.
4029 * gdb.base/complex-parts.exp: New file.
4030
4031 2019-04-01 Tom Tromey <tromey@adacore.com>
4032
4033 PR symtab/23331:
4034 * gdb.dwarf2/dw2-ranges-main.c: New file.
4035 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4036 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4037
4038 2019-03-30 Simon Marchi <simark@simark.ca>
4039
4040 * gdb.base/default.exp: Add values for $_gdb_major and
4041 $_gdb_minor.
4042
4043 2019-03-29 Tom Tromey <tromey@adacore.com>
4044
4045 * gdb.base/help.exp: Tighten apropos regexp.
4046
4047 2019-03-29 Keith Seitz <keiths@redhat.com>
4048
4049 * gdb.fortran/array-bounds.exp: New file.
4050 * gdb.fortran/array-bounds.f90: New file.
4051
4052 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4053
4054 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4055
4056 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4057
4058 * gdb.multi/hello.c (main): Increase alarm timer.
4059
4060 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4061
4062 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4063 factor when no hardware watchpoint support.
4064
4065 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4066 Pedro Alves <palves@redhat.com>
4067
4068 * boards/local-board.exp: set sysroot to /.
4069
4070 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4071
4072 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4073 in child.
4074
4075 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4076
4077 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4078 field.
4079 (make_container): Initialise new field.
4080 * gdb.python/py-prettyprint.exp: Add new tests.
4081 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4082 <display_hint>: New method.
4083
4084 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4085
4086 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4087 gdb_continue_to_breakpoint more throughout this test.
4088 (run_lang_tests) Supply unique test names, and use
4089 gdb_test_no_output.
4090
4091 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4092
4093 * gdb.base/finish-pretty.exp: Update expected results.
4094 * gdb.base/pretty-print.c: New file.
4095 * gdb.base/pretty-print.exp: New file.
4096
4097 2019-03-25 Pedro Alves <palves@redhat.com>
4098
4099 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4100 move comments outside list. Append '-i "" eof' section.
4101
4102 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4103
4104 PR testsuite/25016
4105 * README: Add pie options.
4106 * gdb.base/break-interp.exp: Ensure pie is disabled.
4107 * gdb.base/dump.exp: Likewise.
4108 * lib/gdb.exp (gdb_compile): Add pie option.
4109
4110 2019-03-19 Tom Tromey <tromey@adacore.com>
4111
4112 * gdb.mi/mi2-cli-display.c: New file.
4113 * gdb.mi/mi2-cli-display.exp: New file.
4114
4115 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4116 Tom Tromey <tromey@adacore.com>
4117
4118 * gdb.ada/ptype_array/pck.adb: New file.
4119 * gdb.ada/ptype_array/pck.ads: New file.
4120 * gdb.ada/ptype_array/foo.adb: New file.
4121 * gdb.ada/ptype_array.exp: New file.
4122
4123 2019-03-14 Tom Tromey <tromey@adacore.com>
4124
4125 * gdb.base/style.exp: Add "set style sources" test.
4126
4127 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4128
4129 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4130 * mi-breakpoint-multiple-locations.exp: ... this.
4131 (make_breakpoints_pattern): New proc.
4132 (do_test): Add mi_version parameter, test -break-insert,
4133 -break-info and =breakpoint-created.
4134
4135 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4136
4137 * config/default.exp: Remove 'load_lib gdb.exp'.
4138 * config/monitor.exp: Likewise.
4139 * config/sid.exp: Likewise.
4140 * config/sim.exp: Likewise.
4141 * config/slite.exp: Likewise.
4142 * config/unix.exp: Likewise.
4143 * gdb.base/default.exp: Remove unhelpful comment.
4144
4145 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4146
4147 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4148
4149 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4150
4151 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4152
4153 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4154
4155 * gdb.fortran/type-kinds.exp: Update expected results.
4156
4157 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4158
4159 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4160
4161 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4162
4163 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4164 function.
4165 (test_basic_parsing_of_type_kinds): Expand types tested.
4166 (test_parsing_invalid_type_kinds): New function.
4167
4168 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4169
4170 * gdb.fortran/intrinsics.exp: New file.
4171 * gdb.fortran/intrinsics.f90: New file.
4172 * gdb.fortran/type-kinds.exp: New file.
4173
4174 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4175
4176 * gdb.fortran/dot-ops.exp: New file.
4177
4178 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4179
4180 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4181 Check upper and lower case logical literals.
4182
4183 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4184
4185 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4186 Remove duplicate tests.
4187
4188 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4189
4190 * lib/gdb.exp (builtin_cd): rename of cd.
4191 (cd): Override builtin.
4192
4193 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4194
4195 * gdb.fortran/function-calls.exp: New file.
4196 * gdb.fortran/function-calls.f90: New test.
4197
4198 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4199
4200 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4201 on user program standard output.
4202 * gdb.fortran/short-circuit-argument-list.f90: Record function
4203 calls.
4204
4205 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4206
4207 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4208 failure.
4209
4210 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4211
4212 PR gdb/8527
4213 * gdb.base/interrupt-daemon-attach.c,
4214 gdb.base/interrupt-daemon-attach.exp: New test.
4215
4216 2019-02-27 Pedro Alves <palves@redhat.com>
4217
4218 * gdb.base/page.exp: Add tests for "set width/height -1".
4219
4220 2019-02-27 Pedro Alves <palves@redhat.com>
4221
4222 * gdb.base/page.exp: Add tests for "set/show width/height" with
4223 "infinite" values.
4224
4225 2019-02-27 Tom Tromey <tromey@adacore.com>
4226
4227 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4228 2.4.
4229 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4230 workaround.
4231
4232 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4233
4234 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4235 tests for structs with static members.
4236
4237 2019-02-26 Tom Tromey <tromey@adacore.com>
4238
4239 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4240 ValueError, not TypeError.
4241
4242 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4243
4244 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4245 call from main program.
4246
4247 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4248
4249 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4250 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4251 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4252 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4253 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4254
4255 2019-02-22 Keith Seitz <keiths@redhat.com>
4256
4257 PR symtab/23853
4258 * gdb.base/symlink-sourcefile.c: New file.
4259 * gdb.base/symlink-sourcefile.exp: New file.
4260
4261 2019-02-20 Tom Tromey <tom@tromey.com>
4262
4263 * gdb.base/info_qt.exp: Update.
4264
4265 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4266
4267 * gdb.base/source.exp: Move "error in sourced script" code to
4268 the end.
4269 * gdb.base/source-error.gdb: Move contents to
4270 source-error-1.gdb. Add new code to source source-error-1.gdb.
4271 * gdb.base/source-error-1.gdb: New file, from previous
4272 source-error.gdb.
4273
4274 2019-02-17 Tom Tromey <tom@tromey.com>
4275
4276 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4277 for macro styling.
4278 * gdb.base/style.c (SOME_MACRO): New macro.
4279
4280 2019-02-17 Tom Tromey <tom@tromey.com>
4281
4282 * gdb.base/style.exp: Add line-wrapping tests.
4283 * gdb.base/page.exp: Add test for quitting during pagination.
4284
4285 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4286
4287 * gdb.ada/big_packed_array: New testcase.
4288 * gdb.ada/homonym.exp: Fix incorrect expected output for
4289 "break <homonym__get_value>" test.
4290
4291 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4292
4293 PR breakpoints/21870
4294 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4295 and prepare_for_testing. Add comment.
4296 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4297 redundant cleanup call. Clean up comment.
4298
4299 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4300
4301 PR breakpoints/21870
4302 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4303 * gdb.arch/aarch64-dbreg-contents.c: New file.
4304
4305 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4306
4307 * gdb.ada/mi_ref_changeable: New testcase.
4308
4309 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4310
4311 * gdb.base/attach.exp: Add double attach test.
4312
4313 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4314
4315 * lib/gdb.exp (default_gdb_start): Don't match pagination
4316 prompt.
4317 (gdb_init): Set stty_init.
4318
4319 2019-01-27 Tom Tromey <tom@tromey.com>
4320
4321 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4322 skip_python_tests.
4323
4324 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4325
4326 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4327 New structure.
4328 (struct struct_static_02_02): Likewise.
4329 (struct struct_static_02_03): Likewise.
4330 (struct struct_static_02_04): Likewise.
4331 (struct struct_static_04_01): Likewise.
4332 (struct struct_static_04_02): Likewise.
4333 (struct struct_static_04_03): Likewise.
4334 (struct struct_static_04_04): Likewise.
4335 (struct struct_static_06_01): Likewise.
4336 (struct struct_static_06_02): Likewise.
4337 (struct struct_static_06_03): Likewise.
4338 (struct struct_static_06_04): Likewise.
4339 (cmp_struct_static_02_01): Likewise.
4340 (cmp_struct_static_02_02): Likewise.
4341 (cmp_struct_static_02_03): Likewise.
4342 (cmp_struct_static_02_04): Likewise.
4343 (cmp_struct_static_04_01): Likewise.
4344 (cmp_struct_static_04_02): Likewise.
4345 (cmp_struct_static_04_03): Likewise.
4346 (cmp_struct_static_04_04): Likewise.
4347 (cmp_struct_static_06_01): Likewise.
4348 (cmp_struct_static_06_02): Likewise.
4349 (cmp_struct_static_06_03): Likewise.
4350 (cmp_struct_static_06_04): Likewise.
4351 (call_all): Test new structs.
4352 * gdb.base/infcall-nested-structs.exp: Likewise.
4353
4354 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4355 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4356
4357 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4358 * gdb.base/stack-protector.c: New test.
4359 * gdb.base/stack-protector.exp: New file.
4360 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4361 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4362 option.
4363 (gdb_compile): Remove stack protector for GCC and prevent
4364 recursion.
4365
4366 2019-01-16 Keith Seitz <keiths@redhat.com>
4367
4368 PR gdb/23773
4369 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4370
4371 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4372
4373 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4374 aliases.
4375 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4376 tests.
4377 * gdb.arch/powerpc-vector-regs.c: New file.
4378 * gdb.arch/powerpc-vector-regs.exp: New file.
4379
4380 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4381
4382 * gdb.arch/altivec-regs.exp: Fix the list passed to
4383 gdb_expect_list when testing "info vector".
4384
4385 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4386
4387 * gdb.base/style.exp: Don't include path in testname.
4388
4389 2019-01-10 Keith Seitz <keiths@redhat.com>
4390
4391 PR gdb/23712
4392 PR symtab/23010
4393 * gdb.dwarf2/multidictionary.exp: New file.
4394
4395 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4396
4397 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4398 (test_gnuv3_style_demangling): ... this.
4399 (test_lucid_style_demangling): Remove.
4400 (test_arm_style_demangling): Remove.
4401 (test_hp_style_demangling): Remove.
4402 (do_tests): Remove calls to the above.
4403
4404 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4405
4406 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4407 case.
4408
4409 2019-01-06 Tom Tromey <tom@tromey.com>
4410
4411 PR gdb/28155:
4412 * gdb.dwarf2/typedef-void-finish.exp: New file.
4413
4414 2018-12-28 Tom Tromey <tom@tromey.com>
4415 Simon Marchi <simark@simark.ca>
4416
4417 * gdb.base/jit-exec.exp: New file.
4418 * gdb.base/jit-exec.c: New file.
4419 * gdb.base/jit-execd.c: New file.
4420
4421 2018-12-28 Tom Tromey <tom@tromey.com>
4422
4423 * gdb.base/style.exp: Update test to check for address styling.
4424
4425 2018-12-28 Tom Tromey <tom@tromey.com>
4426
4427 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4428 message.
4429
4430 2018-12-28 Tom Tromey <tom@tromey.com>
4431
4432 * gdb.base/style.exp: Add test for version number styling.
4433
4434 2018-12-28 Tom Tromey <tom@tromey.com>
4435
4436 * gdb.base/style.exp: Add test for print_address_symbolic.
4437
4438 2018-12-28 Tom Tromey <tom@tromey.com>
4439
4440 * gdb.base/style.exp: Add test for breakpoint setting.
4441
4442 2018-12-28 Tom Tromey <tom@tromey.com>
4443
4444 * gdb.base/style.exp: Add test for variable names.
4445
4446 2018-12-28 Tom Tromey <tom@tromey.com>
4447
4448 * gdb.base/style.exp: New file.
4449 * gdb.base/style.c: New file.
4450
4451 2018-12-28 Tom Tromey <tom@tromey.com>
4452
4453 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4454 "dumb".
4455 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4456 the TERM environment variable.
4457
4458 2018-12-27 Tom Tromey <tom@tromey.com>
4459
4460 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4461 pagination test.
4462
4463 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4464
4465 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4466 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4467
4468 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4469
4470 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4471 Filename a.adb changed to bp_fun_addr.adb.
4472 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4473
4474 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4475
4476 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4477 non-PIE executables.
4478 * README: Mention the gdb,nopie_flag board setting.
4479 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4480 non-PIE executable.
4481 * gdb.arch/amd64-entry-value.exp: Likewise.
4482 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4483 * gdb.arch/i386-float.exp: Likewise.
4484 * gdb.arch/i386-signal.exp: Likewise.
4485 * gdb.mi/mi-reg-undefined.exp: Likewise.
4486
4487 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4488
4489 PR gdb/23974
4490 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4491
4492 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4493
4494 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4495 Update order of results accordingly.
4496
4497 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4498
4499 * gdb.base/annota1.exp: Update a test regexp.
4500
4501 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4502
4503 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4504
4505 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4506
4507 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4508 (reuse_time): Initialize to REUSE_TIME_CAP.
4509 (check_rc): New function.
4510 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4511 Check pthread_create rc.
4512 (spawner_thread_func): Check pthread_create and pthread_join rc.
4513
4514 2018-12-08 Pedro Alves <palves@redhat.com>
4515
4516 * gdb.base/list.exp (test_forward_search): Rename to ...
4517 (test_forward_reverse_search): ... this. Also test reverse-search
4518 and the forward-search alias.
4519
4520 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4521
4522 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4523 local timeout variable before return, and remove all local timeout
4524 variable entirely.
4525 (gdb_load): Likewise.
4526
4527 2018-12-01 Tom de Vries <tdevries@suse.de>
4528
4529 * gdb.base/gdb-caching-proc.exp: New file.
4530
4531 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4532
4533 * Makefile.in (TIMESTAMP): New variable.
4534 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4535 command.
4536 (check-single-racy): Likewise.
4537 (check/%.exp): Likewise.
4538 (check-racy/%.exp): Likewise.
4539 (workers/%.worker): Likewise.
4540 (build-perf): Likewise.
4541 (check-perf): Likewise.
4542 * README: Describe new "TS" and "TS_FORMAT" variables.
4543 * print-ts.py: New file.
4544
4545 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4546
4547 PR python/23714
4548 * gdb.python/python.exp: Test command repetition after
4549 gdb.execute.
4550
4551 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4552
4553 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4554 is correctly aligned.
4555
4556 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4557
4558 * gdb.ada/info_auto_lang.exp: New testcase.
4559 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4560 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4561 * gdb.ada/info_auto_lang/some_c.c: New file.
4562
4563 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4564
4565 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4566 FUNC_lang language syntax.
4567
4568 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4569
4570 * gdb.base/info_minsym.c: New file.
4571 * gdb.base/info_minsym.exp: New file.
4572
4573 2018-11-19 Tom Tromey <tom@tromey.com>
4574
4575 PR rust/23625:
4576 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4577 * gdb.rust/expr.exp: Update expected output. Change one test.
4578
4579 2018-11-19 Tom Tromey <tom@tromey.com>
4580
4581 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4582
4583 2018-11-19 Pedro Alves <palves@redhat.com>
4584
4585 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4586 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4587 see the expected warning.
4588
4589 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4590
4591 PR gdb/22736:
4592 * gdb.cp/infcall-nodebug-lib.c: New test.
4593 * gdb.cp/infcall-nodebug-main.c: New test.
4594 * gdb.cp/infcall-nodebug.exp: New file.
4595
4596 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4597
4598 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4599 completer tests.
4600
4601 2018-11-09 Tom de Vries <tdevries@suse.de>
4602
4603 * gdb.base/msym-lang.c: New test.
4604 * gdb.base/msym-lang.exp: New file.
4605 * gdb.base/msym-lang-main.c: New test.
4606
4607 2018-11-08 Tom Tromey <tom@tromey.com>
4608
4609 PR gdb/23555:
4610 PR gdb/23838:
4611 * gdb.base/warning.exp: New file.
4612
4613 2018-11-08 Jan Beulich <jbeulich@suse.com>
4614
4615 * testsuite/gdb.arch/i386-avx512.c,
4616 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4617
4618 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4619
4620 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4621 point hardware.
4622
4623 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4624
4625 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4626 * gdb.dwarf2/missing-type-name.exp: New file.
4627
4628 2018-11-06 Tom de Vries <tdevries@suse.de>
4629
4630 * gdb.base/many-headers.c: New test.
4631 * gdb.base/many-headers.exp: New file.
4632
4633 2018-11-06 Jim Wilson <jimw@sifive.com>
4634
4635 * gdb.base/code_elim.exp: For riscv, set additional_flags
4636 to include -msmall-data-limit=0.
4637
4638 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4639
4640 * gdb.ada/watch_minus_l: New testcase.
4641
4642 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4643
4644 * gdb.arch/aix-sighandle.c: New file.
4645 * gdb.arch/aix-sighandle.exp: New file.
4646
4647 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4648
4649 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4650 registers being unions.
4651
4652 2018-10-31 Tom de Vries <tdevries@suse.de>
4653
4654 * lib/valgrind.exp: New file.
4655 (vgdb_start, vgdb_stop): New procs, factored out of ...
4656 * gdb.base/valgrind-bt.exp: ... here, ...
4657 * gdb.base/valgrind-disp-step.exp: ... here and ...
4658 * gdb.base/valgrind-infcall.exp: ... here.
4659
4660 2018-10-31 Tom de Vries <tdevries@suse.de>
4661
4662 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4663
4664 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4665
4666 * gdb.dwarf2/void-type.c: New file.
4667 * gdb.dwarf2/void-type.exp: New file.
4668
4669 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4670
4671 * gdb.base/info_qt.c: New file.
4672 * gdb.base/info_qt.exp: New file.
4673
4674 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4675
4676 * gdb.arch/powerpc-htm-regs.c: New file.
4677 * gdb.arch/powerpc-htm-regs.exp: New file.
4678
4679 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4680
4681 * gdb.arch/powerpc-tar.c: New file.
4682 * gdb.arch/powerpc-tar.exp: New file.
4683
4684 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4685
4686 * gdb.arch/powerpc-ppr-dscr.c: New file.
4687 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4688
4689 2018-10-25 Tom de Vries <tdevries@suse.de>
4690
4691 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4692
4693 2018-10-24 Tom de Vries <tdevries@suse.de>
4694
4695 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4696 longer exists error.
4697
4698 2018-10-24 Tom de Vries <tdevries@suse.de>
4699
4700 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4701
4702 2018-10-24 Tom de Vries <tdevries@suse.de>
4703
4704 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4705 --db-attach in valgrind.
4706
4707 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4708
4709 * gdb.arch/riscv-reg-aliases.c: New file.
4710 * gdb.arch/riscv-reg-aliases.exp: New file.
4711
4712 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4713
4714 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4715
4716 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4717
4718 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4719
4720 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4721
4722 * gdb.cp/ovldbreak.exp: Fix regexps.
4723
4724 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4725
4726 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4727
4728 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4729
4730 PR cli/23785
4731 * gdb.base/restore.exp: New test to check if "restore" with an
4732 invalid file doesn't segfault.
4733
4734 2018-10-18 Tom de Vries <tdevries@suse.de>
4735
4736 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4737 * gdb.ada/excep_handle.exp: Same.
4738 * gdb.ada/mi_string_access.exp: Same.
4739 * gdb.ada/mi_var_union.exp: Same.
4740 * gdb.arch/arc-analyze-prologue.exp: Same.
4741 * gdb.arch/arc-decode-insn.exp: Same.
4742 * gdb.base/readnever.exp: Same.
4743 * gdb.fortran/printing-types.exp: Same.
4744 * gdb.guile/scm-lazy-string.exp: Same.
4745
4746 2018-10-16 Tom de Vries <tdevries@suse.de>
4747
4748 PR gdb/23730
4749 * gdb.base/catch-follow-exec.c: Add copyright notice.
4750 * gdb.base/catch-follow-exec.exp: Rewrite to use
4751 gdb_spawn_with_cmdline_opts. Require gdb-native.
4752
4753 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4754
4755 * gdb.trace/actions-changed.exp: Check for arch support.
4756 * gdb.trace/actions.exp: Likewise.
4757 * gdb.trace/ax.exp: Likewise.
4758 * gdb.trace/backtrace.exp: Likewise.
4759 * gdb.trace/change-loc.exp: Likewise.
4760 * gdb.trace/deltrace.exp: Likewise.
4761 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4762 * gdb.trace/ftrace.exp: Likewise.
4763 * gdb.trace/infotrace.exp: Check for arch support.
4764 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4765 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4766 * gdb.trace/mi-tsv-changed.exp: Likewise.
4767 * gdb.trace/packetlen.exp: Likewise.
4768 * gdb.trace/passc-dyn.exp: Likewise.
4769 * gdb.trace/passcount.exp: Likewise.
4770 * gdb.trace/pending.exp: Likewise.
4771 * gdb.trace/range-stepping.exp: Check for shlib support.
4772 * gdb.trace/report.exp: Check for arch support.
4773 * gdb.trace/save-trace.exp: Likewise.
4774 * gdb.trace/signal.exp: Check for signal support.
4775 * gdb.trace/tfind.exp: Check for arch support.
4776 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4777 * gdb.trace/trace-common.h: Add comment.
4778 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4779 * gdb.trace/trace-enable-disable.exp: Likewise.
4780 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4781 * gdb.trace/tracecmd.exp: Check for arch support.
4782 * gdb.trace/tspeed.exp: Check for shlib and target support.
4783 * gdb.trace/tstatus.exp: Check for arch support.
4784 * gdb.trace/tsv.exp: Likewise.
4785 * gdb.trace/while-dyn.exp: Likewise.
4786 * gdb.trace/while-stepping.exp: Likewise.
4787 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4788
4789 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4790
4791 * gdb.trace/tspeed.exp: Remove nowarnings.
4792 (prepare_for_trace_test): Declare "global ipalib".
4793 * gdb.trace/tspeed.c: Include unistd.h.
4794 (main): Remove superfluous printf argument.
4795
4796 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4797
4798 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4799 directory prefix on the filename.
4800
4801 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4802
4803 * gdb.gdb/unittest.exp: Update expected message informing that
4804 selftests have been disabled.
4805 * gdb.server/unittest.exp: Likewise.
4806
4807 2018-10-09 Tom de Vries <tdevries@suse.de>
4808
4809 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4810 with runto_main.
4811
4812 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4813
4814 PR c++/16841
4815 * gdb.cp/virtbase2.cc: New file.
4816 * gdb.cp/virtbase2.exp: New file.
4817
4818 2018-10-06 Tom Tromey <tom@tromey.com>
4819
4820 PR python/19399:
4821 * gdb.python/py-inferior.exp: Add architecture test.
4822
4823 2018-10-06 Tom Tromey <tom@tromey.com>
4824
4825 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4826 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4827
4828 2018-10-06 Tom Tromey <tom@tromey.com>
4829
4830 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4831 of a "throw" catchpoint.
4832
4833 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4834
4835 * gdb.base/info-proc.exp: Update string expected from "help info
4836 proc".
4837
4838 2018-10-04 Tom Tromey <tom@tromey.com>
4839
4840 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4841 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4842 (test_initial_complaints, test_empty_complaints): Update.
4843 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4844
4845 2018-10-04 Tom Tromey <tom@tromey.com>
4846
4847 PR cli/19551:
4848 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4849 * lib/gdb.exp (gdb_file_cmd): Update.
4850 * gdb.stabs/weird.exp (print_weird_var): Update.
4851 * gdb.server/solib-list.exp: Update.
4852 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4853 * gdb.mi/mi-cli.exp: Update.
4854 * gdb.linespec/linespec.exp: Update.
4855 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4856 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4857 * gdb.cp/cp-relocate.exp: Update.
4858 * gdb.base/sym-file.exp: Update.
4859 * gdb.base/relocate.exp: Update.
4860 * gdb.base/readnever.exp: Update.
4861 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4862 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4863 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4864 * gdb.base/code_elim.exp: Update.
4865 * gdb.base/break-unload-file.exp (test_break): Update.
4866 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4867 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4868 Update.
4869 * gdb.base/attach.exp (do_attach_tests): Update.
4870 * gdb.base/sepdebug.exp: Update.
4871 * gdb.python/py-section-script.exp: Update.
4872
4873 2018-10-04 Tom Tromey <tom@tromey.com>
4874
4875 PR cli/22234:
4876 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4877 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4878 output.
4879
4880 2018-10-04 Tom Tromey <tom@tromey.com>
4881
4882 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4883 set width and height to 0.
4884 (test_command_line_attach_run): Use -quiet.
4885
4886 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4887
4888 * lib/gdb.exp (skip_ifunc_tests): New.
4889 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4890 other compile failures.
4891 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4892
4893 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4894
4895 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4896 is_amd64_regs_target.
4897
4898 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4899
4900 * gdb.arch/aarch64-sighandler-regs.c: New test.
4901 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4902 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4903
4904 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4905
4906 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4907 assembly.
4908
4909 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4910
4911 * gdb.base/frame-selection.exp: New file.
4912 * gdb.base/frame-selection.c: New file.
4913
4914 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4915
4916 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4917 pthread barrier.
4918 (main): Likewise.
4919
4920 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4921
4922 * gdb.base/large-frame-1.c: New file.
4923 * gdb.base/large-frame-2.c: New file.
4924 * gdb.base/large-frame.exp: New file.
4925 * gdb.base/large-frame.h: New file.
4926
4927 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4928
4929 PR gdb/20948
4930 * gdb.base/write_mem.exp: New test.
4931 * gdb.base/write_mem.c: Likewise.
4932
4933 2018-09-23 Tom Tromey <tom@tromey.com>
4934
4935 PR python/18852:
4936 * gdb.python/py-parameter.exp: Add test for parameter that throws
4937 on "set".
4938
4939 2018-09-23 Tom Tromey <tom@tromey.com>
4940
4941 PR python/17284:
4942 * gdb.python/py-template.exp (test_template_arg): Add test for
4943 negative template argument number.
4944
4945 2018-09-23 Tom Tromey <tom@tromey.com>
4946
4947 PR python/14062:
4948 * gdb.python/python.exp: Add test for post_event error.
4949
4950 2018-09-23 Tom Tromey <tom@tromey.com>
4951
4952 PR python/18170:
4953 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4954 convert pointers to int and long.
4955
4956 2018-09-23 Tom Tromey <tom@tromey.com>
4957
4958 PR python/20126:
4959 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4960 signed-ness conversion tests.
4961
4962 2018-09-23 Tom Tromey <tom@tromey.com>
4963
4964 PR python/18352;
4965 * gdb.python/py-value.exp (test_float_conversion): New proc.
4966 Use it.
4967
4968 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4969
4970 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4971
4972 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4973
4974 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4975 no readline.
4976 * gdb.base/utf8-identifiers.exp: Likewise.
4977 * gdb.cp/cpcompletion.exp: Likewise.
4978 * gdb.linespec/cpcompletion.exp: Likewise.
4979 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4980 * gdb.linespec/cpls-ops.exp: Likewise.
4981
4982 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4983 Chris January <chris.january@arm.com>
4984
4985 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4986 * gdb.fortran/short-circuit-argument-list.exp: New file.
4987 * gdb.fortran/short-circuit-argument-list.f90: New test.
4988
4989 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4990
4991 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4992 "arch=" keyword when executing "-stack-list-frames".
4993
4994 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4995
4996 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4997 "arch=" keyword when executing "-stack-list-frames".
4998
4999 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5000
5001 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5002 break ada".
5003
5004 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5005
5006 PR python/23669
5007 * gdb.python/python.exp: Test gdb.execute("show commands").
5008
5009 2018-09-16 Tom Tromey <tom@tromey.com>
5010
5011 * gdb.base/new-ui.exp (do_execution_tests): Update.
5012 * gdb.base/dbx.exp (test_breakpoints): Update.
5013
5014 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5015
5016 * lib/gdb.exp (gdb_simple_compile): Add proc.
5017 (is_elf_target): Use gdb_simple_compile.
5018 (skip_altivec_tests): Likewise.
5019 (skip_vsx_tests): Likewise.
5020 (skip_tsx_tests): Likewise.
5021 (skip_btrace_tests): Likewise.
5022 (skip_btrace_pt_tests): Likewise.
5023 (gdb_can_simple_compile): Likewise.
5024 (gdb_has_argv0): Likewise.
5025 (gdb_target_symbol_prefix): Likewise.
5026 (target_supports_scheduler_locking): Likewise.
5027
5028 2018-09-13 Tom Tromey <tom@tromey.com>
5029
5030 * Makefile.in (TAGS): Recognize proc_with_prefix and
5031 gdb_caching_proc.
5032
5033 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5034
5035 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5036 method.
5037
5038 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5039
5040 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5041 and a few other Inferior properties when the Inferior is no
5042 longer valid.
5043
5044 2018-09-13 Tom Tromey <tom@tromey.com>
5045
5046 PR rust/23650:
5047 * gdb.rust/simple.exp: Add test for enum field access error.
5048
5049 2018-09-13 Tom Tromey <tom@tromey.com>
5050
5051 PR rust/23626:
5052 * gdb.rust/simple.rs (EmptyEnum): New type.
5053 (main): Use it.
5054 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5055
5056 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5057
5058 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5059 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5060 * gdb.python/py-symtab.exp: Update test printing an objfile.
5061
5062 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5063
5064 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5065 object.
5066
5067 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5068
5069 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5070 (support_complex_tests): Use gdb_can_simple_compile.
5071 (is_ilp32_target): Likewise.
5072 (is_lp64_target): Likewise.
5073 (is_64_target): Likewise.
5074 (is_amd64_regs_target): Likewise.
5075 (is_aarch32_target): Likewise.
5076 (gdb_int128_helper): Likewise.
5077
5078 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5079
5080 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5081
5082 2018-09-10 Jerome Guitton <guitton@adacore.com>
5083
5084 * gdb.ada/same_component_name: Add test for case of tagged record
5085 with variable-length fields.
5086
5087 2018-09-10 Xavier Roirand <roirand@adacore.com>
5088
5089 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5090 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5091 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5092 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5093
5094 2018-09-10 Xavier Roirand <roirand@adacore.com>
5095
5096 * gdb.ada/mi_string_access.exp: New testcase.
5097 * gdb.ada/mi_string_access/bar.adb: New file.
5098 * gdb.ada/mi_string_access/pck.adb: New file.
5099 * gdb.ada/mi_string_access/pck.asd: New file.
5100
5101 2018-09-10 Xavier Roirand <roirand@adacore.com>
5102
5103 * gdb.ada/mi_var_union.exp: New testcase.
5104 * gdb.ada/mi_var_union/bar.adb: New file.
5105 * gdb.ada/mi_var_union/pck.adb: New file.
5106 * gdb.ada/mi_var_union/pck.asd: New file.
5107
5108 2018-09-08 Tom Tromey <tom@tromey.com>
5109
5110 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5111
5112 2018-09-08 Tom Tromey <tom@tromey.com>
5113
5114 PR python/16047:
5115 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5116 (register_pretty_printers): Register new printer.
5117 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5118 test.
5119 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5120 (an_int_type3): New global.
5121
5122 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5123
5124 * gdb.ada/expr_with_funcall: New testcase.
5125
5126 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5127
5128 * gdb.ada/packed_array_assign: New testcase.
5129
5130 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5131
5132 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5133 names, and add test prefixes to make test names unique.
5134
5135 2018-09-05 Tom de Vries <tdevries@suse.de>
5136
5137 * gdb.dwarf2/varval.exp: Add test.
5138
5139 2018-09-04 Gary Benson <gbenson@redhat.com>
5140
5141 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5142 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5143
5144 2018-08-31 Tom Tromey <tom@tromey.com>
5145
5146 * gdb.rust/simple.rs: Rename second variable "v".
5147
5148 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5149
5150 * gdb.base/funcargs.c (use_a): New function.
5151 (recurse): Call use_a.
5152
5153 2018-08-29 Keith Seitz <keiths@redhat.com>
5154
5155 * gdb.compile/compile-cplus-anonymous.cc: New file.
5156 * gdb.compile/compile-cplus-anonymous.exp: New file.
5157 * gdb.compile/compile-cplus-array-decay.cc: New file.
5158 * gdb.compile/compile-cplus-array-decay.exp: New file.
5159 * gdb.compile/compile-cplus-inherit.cc: New file.
5160 * gdb.compile/compile-cplus-inherit.exp: New file.
5161 * gdb.compile/compile-cplus-member.cc: New file.
5162 * gdb.compile/compile-cplus-member.exp: New file.
5163 * gdb.compile/compile-cplus-method.cc: New file.
5164 * gdb.compile/compile-cplus-method.exp: New file.
5165 * gdb.compile/compile-cplus-mod.c: "New" file.
5166 * gdb.compile/compile-cplus-namespace.cc: New file.
5167 * gdb.compile/compile-cplus-namespace.exp: New file.
5168 * gdb.compile/compile-cplus-nested.cc: New file.
5169 * gdb.compile/compile-cplus-nested.exp: New file.
5170 * gdb.compile/compile-cplus-print.c: "New" file.
5171 * gdb.compile/compile-cplus-print.exp: "New" file.
5172 * gdb.compile/compile-cplus-virtual.cc: New file.
5173 * gdb.compile/compile-cplus-virtual.exp: New file.
5174 * gdb.compile/compile-cplus.c: "New" file.
5175 * gdb.compile/compile-cplus.exp: "New" file.
5176 * lib/compile-support.exp: New file.
5177
5178 2018-08-16 Gary Benson <gbenson@redhat.com>
5179
5180 PR gdb/13000:
5181 * gdb.base/batch-exit-status.exp: New file.
5182 * gdb.base/batch-exit-status.good-commands: Likewise.
5183 * gdb.base/batch-exit-status.bad-commands: Likewise.
5184
5185 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5186
5187 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5188 (struct struct02): Likewise.
5189 (struct struct03): Likewise.
5190 (struct struct04): Likewise.
5191 (struct struct_01_01): New struct.
5192 (struct struct_01_02): Likewise.
5193 (struct struct_01_03): Likewise.
5194 (struct struct_01_04): Likewise.
5195 (struct struct_02_01): Likewise.
5196 (struct struct_02_02): Likewise.
5197 (struct struct_02_03): Likewise.
5198 (struct struct_02_04): Likewise.
5199 (struct struct_04_01): Likewise.
5200 (struct struct_04_02): Likewise.
5201 (struct struct_04_03): Likewise.
5202 (struct struct_04_04): Likewise.
5203 (struct struct_05_01): Likewise.
5204 (struct struct_05_02): Likewise.
5205 (struct struct_05_03): Likewise.
5206 (struct struct_05_04): Likewise.
5207 (cmp_struct01): Remove function.
5208 (cmp_struct02): Likewise.
5209 (cmp_struct03): Likewise.
5210 (cmp_struct04): Likewise.
5211 (cmp_struct_01_01): Add Function.
5212 (cmp_struct_01_02): Likewise.
5213 (cmp_struct_01_03): Likewise.
5214 (cmp_struct_01_04): Likewise.
5215 (cmp_struct_02_01): Likewise.
5216 (cmp_struct_02_02): Likewise.
5217 (cmp_struct_02_03): Likewise.
5218 (cmp_struct_02_04): Likewise.
5219 (cmp_struct_04_01): Likewise.
5220 (cmp_struct_04_02): Likewise.
5221 (cmp_struct_04_03): Likewise.
5222 (cmp_struct_04_04): Likewise.
5223 (cmp_struct_05_01): Likewise.
5224 (cmp_struct_05_02): Likewise.
5225 (cmp_struct_05_03): Likewise.
5226 (cmp_struct_05_04): Likewise.
5227 (call_all): Add new structs.
5228 * gdb.base/infcall-nested-structs.exp: Likewise.
5229
5230 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5231
5232 * gdb.python/py-framefilter-mi.exp: Update regexp to
5233 check for "arch" field in frame output.
5234
5235 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5236
5237 * gdb.dwarf2/dw2-ranges-func.c: New file.
5238 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5239
5240 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5241
5242 * gdb.base/term.exp: Compare terminal settings with values from
5243 the inferior.
5244 * gdb.base/term.c: Get and set terminal settings.
5245
5246 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5247
5248 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5249 accommodate new "arch" field in frame output.
5250 * gdb.mi/mi-return.exp: Likewise.
5251 * gdb.mi/mi-stack.exp: Likewise.
5252 * gdb.mi/mi-syn-frame.exp: Likewise.
5253 * gdb.mi/user-selected-context-sync.exp: Likewise.
5254
5255 2018-08-19 Michael Spang <spang@google.com>
5256
5257 PR gdb/11786
5258 * gdb.base/gcore-tls-pie.c: New file.
5259 * gdb.base/gcore-tls-pie.exp: New file.
5260
5261 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5262
5263 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5264 * gdb.dwarf2/varval.c: New file.
5265 * gdb.dwarf2/varval.exp: New file.
5266
5267 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5268
5269 PR gdb/18931
5270 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5271
5272 2018-08-16 Keith Seitz <keiths@redhat.com>
5273
5274 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5275 tests expected to pass.
5276
5277 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5278
5279 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5280 -data-disassemble -a.
5281 (test_disassembly_bogus_args): Likewise.
5282
5283 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5284
5285 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5286
5287 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5288
5289 * gdb.base/vla-optimized-out.exp: Add new test.
5290
5291 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5292
5293 * gdb.base/vla-optimized-out-o3.exp: Delete.
5294 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5295 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5296 deleted tests.
5297
5298 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5299
5300 PR gdb/18050:
5301 * gdb.server/extended-remote-restart.c: New file.
5302 * gdb.server/extended-remote-restart.exp: New file.
5303
5304 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5305
5306 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5307 "set variable index = 42".
5308
5309 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5310
5311 * boards/index-cache-gdb.exp: New file.
5312 * gdb.dwarf2/index-cache.exp: New file.
5313 * gdb.dwarf2/index-cache.c: New file.
5314 * gdb.base/maint.exp: Check if we are using the index cache.
5315
5316 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5317
5318 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5319 MAKEFLAGS.
5320
5321 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5322
5323 * dg-extract-results.sh: Move to toplevel contrib.
5324 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5325 * Makefile.in (check-parallel-racy): Likewise.
5326
5327 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5328
5329 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5330 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5331 tests if the target supports scheduler locking.
5332
5333 2018-08-04 Tom de Vries <tdevries@suse.de>
5334
5335 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5336
5337 2018-08-02 Tom Tromey <tom@tromey.com>
5338
5339 PR symtab/16842.
5340 * gdb.cp/temargs.exp: Test "info address" of a template
5341 parameter.
5342
5343 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5344
5345 * gdb.python/py-mi-var-info-path-expression.c: New file.
5346 * gdb.python/py-mi-var-info-path-expression.py: New file.
5347 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5348
5349 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5350
5351 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5352 error after "cannot resolve name" string.
5353
5354 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5355
5356 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5357 started.
5358 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5359
5360 2018-07-28 Tom de Vries <tdevries@suse.de>
5361
5362 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5363
5364 2018-07-26 Tom de Vries <tdevries@suse.de>
5365
5366 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5367
5368 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5369
5370 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5371 is visible.
5372
5373 2018-07-26 Tom de Vries <tdevries@suse.de>
5374
5375 PR breakpoints/23366
5376 * gdb.base/catch-follow-exec.c: New test.
5377 * gdb.base/catch-follow-exec.exp: New file.
5378
5379 2018-07-25 Tom de Vries <tdevries@suse.de>
5380
5381 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5382 vla-optimized-out.c.
5383
5384 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5385
5386 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5387 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5388
5389 2018-07-20 Tom de Vries <tdevries@suse.de>
5390
5391 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5392 NOCLONE macro.
5393 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5394
5395 2018-07-19 Tom de Vries <tdevries@suse.de>
5396
5397 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5398 regular expression.
5399
5400 2018-07-18 Tom de Vries <tdevries@suse.de>
5401
5402 * gdb.base/vla-optimized-out.c: New test.
5403 * gdb.base/vla-optimized-out.exp: New file.
5404
5405 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5406
5407 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5408 message "No address associated with hostname" when gdbserver
5409 cannot resolve the hostname.
5410
5411 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5412
5413 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5414 Add some test prefixes to make tests unique.
5415
5416 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5417
5418 * gdb.base/frameapply.c: New file.
5419 * gdb.base/frameapply.exp: New file.
5420
5421 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5422
5423 * gdb.base/skip.exp: Update expected error message.
5424
5425 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5426 Jan Kratochvil <jan.kratochvil@redhat.com>
5427 Paul Fertser <fercerpav@gmail.com>
5428 Tsutomu Seki <sekiriki@gmail.com>
5429
5430 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5431 parameter.
5432 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5433 by default.
5434 * boards/native-gdbserver.exp: Likewise.
5435 * gdb.server/run-without-local-binary.exp: Improve regexp used
5436 for detecting when a remote debugging connection succeeds.
5437 * gdb.server/server-connect.exp: New file.
5438 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5439 Do not prefix the port number with ":".
5440 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5441 support for detecting and using it. Add '$debughost_gdbserver'
5442 to the list of arguments used to start gdbserver. Handle case
5443 when gdbserver cannot resolve a network name.
5444
5445 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5446
5447 PR c++/23373
5448 * gdb.base/ptype-offsets.cc (struct static_member): New
5449 struct.
5450 (main) <stmember>: New variable.
5451 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5452 with a static member in it.
5453
5454 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5455
5456 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5457 watchpoints enabled and disabled.
5458
5459 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5460
5461 * gdb.base/examine-backward.exp: Still run tests around address
5462 0x0, even if address 0x0 is not readable. Update the pattern for
5463 matching address 0x0 in expected output.
5464
5465 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5466
5467 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5468 malloc/free.
5469
5470 2018-07-04 Tom de Vries <tdevries@suse.de>
5471
5472 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5473
5474 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5475
5476 PR tdep/8282
5477 * gdb.arch/mips-disassembler-options.exp: New test.
5478 * gdb.arch/mips-disassembler-options.s: New test source.
5479
5480 2018-06-29 Pedro Alves <palves@redhat.com>
5481
5482 * gdb.threads/names.exp: Adjust expected "info threads" output.
5483
5484 2018-06-29 Pedro Alves <palves@redhat.com>
5485
5486 * gdb.opt/inline-break.exp (line number, address): Add "info
5487 break" tests.
5488
5489 2018-06-29 Pedro Alves <palves@redhat.com>
5490
5491 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5492 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5493 number and address and running to them.
5494
5495 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5496
5497 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5498
5499 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5500
5501 * lib/compiler.c: Remove executable permission flag.
5502
5503 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5504
5505 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5506 code.
5507 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5508
5509 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5510
5511 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5512
5513 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5514
5515 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5516 address argument is omitted.
5517
5518 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5519
5520 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5521
5522 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5523
5524 PR gdb/21695
5525 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5526 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5527
5528 2018-06-26 Tom Tromey <tom@tromey.com>
5529
5530 PR rust/22574:
5531 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5532 * gdb.rust/simple.rs (struct SimpleLayout): New.
5533
5534 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5535
5536 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5537 "info registers" output.
5538
5539 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5540
5541 * gdb.base/watchpoint-hw-attach.c: New test.
5542 * gdb.base/watchpoint-hw-attach.exp: New file.
5543
5544 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5545
5546 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5547 through /bin/sh.
5548 * boards/dwarf4-gdb-index.exp: Likewise.
5549 * boards/fission-dwp.exp: Likewise.
5550
5551 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5552
5553 * gdb.base/float128.exp: Add comment and improved fail message
5554 to the failure case of "print large128" test.
5555
5556 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5557
5558 * configure.ac: Remove AC_PREREQ.
5559 * configure: Re-generate.
5560
5561 2018-06-19 Pedro Alves <palves@redhat.com>
5562
5563 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5564 (func_extern_caller): New.
5565 (main): Call func_extern_caller.
5566 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5567 logic change.
5568
5569 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5570
5571 PR gdb/16841
5572 * gdb.cp/typedef-base.cc: New file.
5573 * gdb.cp/typedef-base.exp: New file.
5574
5575 2018-06-18 Tom de Vries <tdevries@suse.de>
5576
5577 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5578
5579 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5580 Richard Bunt <Richard.Bunt@arm.com>
5581
5582 * gdb.threads/attach-slow-waitpid.c: New file.
5583 * gdb.threads/attach-slow-waitpid.exp: New file.
5584 * gdb.threads/slow-waitpid.c: New file.
5585
5586 2018-06-14 Pedro Alves <palves@redhat.com>
5587
5588 * gdb.base/fork-running-state.c: Include <errno.h>.
5589 (exit_if_relative_exits): New.
5590 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5591 exits.
5592 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5593 child exits.
5594
5595 2018-06-14 Tom de Vries <tdevries@suse.de>
5596
5597 PR cli/22573
5598 * gdb.base/finish-pretty.c: New test.
5599 * gdb.base/finish-pretty.exp: New file.
5600
5601 2018-06-14 Pedro Alves <palves@redhat.com>
5602
5603 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5604 gdb's expected startup output.
5605
5606 2018-06-14 Pedro Alves <palves@redhat.com>
5607
5608 * lib/selftest-support.exp (selftest_setup): Remove inlined
5609 function handling.
5610
5611 2018-06-14 Tom de Vries <tdevries@suse.de>
5612
5613 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5614 matching of breakpoint printing.
5615
5616 2018-06-13 Tom de Vries <tdevries@suse.de>
5617
5618 PR testsuite/23269
5619 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5620 (fork_child): ... here, and ...
5621 (fork_parent): ... here.
5622
5623 2018-06-12 Tom de Vries <tdevries@suse.de>
5624
5625 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5626
5627 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5628 Stephen Roberts <stephen.roberts@arm.com>
5629
5630 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5631 rewrite test to describe action performed, rather than possible
5632 failure.
5633
5634 2018-06-08 Gary Benson <gbenson@redhat.com>
5635
5636 * gdb.threads/check-libthread-db.exp: New file.
5637 * gdb.threads/check-libthread-db.c: Likewise.
5638
5639 2018-06-05 Tom Tromey <tom@tromey.com>
5640
5641 * gdb.base/default.exp: Update expected "show version" output.
5642
5643 2018-06-05 Tom Tromey <tom@tromey.com>
5644
5645 PR cli/12326:
5646 * gdb.cp/static-print-quit.exp: Update.
5647 * lib/gdb.exp (pagination_prompt): Update.
5648 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5649 * gdb.python/python.exp: Update.
5650
5651 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5652
5653 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5654
5655 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5656
5657 * gdb.ada/bp_fun_addr: New testcase.
5658
5659 2018-06-01 Tom Tromey <tom@tromey.com>
5660
5661 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5662 results.
5663 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5664 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5665 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5666 * gdb.base/maint.exp (maint_pass_if): Update.
5667
5668 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5669
5670 * gdb.base/endian.exp: New test.
5671 * gdb.base/endian.c: New test source.
5672
5673 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5674
5675 PR gdb/23203
5676 * gdb.base/bt-selected-frame.c: New file.
5677 * gdb.base/bt-selected-frame.exp: New file.
5678 * lib/gdb.exp (get_current_frame_number): New function.
5679
5680 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5681 Pedro Alves <palves@redhat.com>
5682
5683 * gdb.threads/tls-core.c: Include <stdlib.h>
5684 (thread_proc): Call `abort'.
5685 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5686 (tls_core_test): New procedure, bits factored out from ...
5687 (top level): ... here. Test both native cores and gcore cores.
5688
5689 2018-05-23 Tom Tromey <tom@tromey.com>
5690
5691 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5692
5693 2018-05-23 Tom Tromey <tom@tromey.com>
5694
5695 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5696 symfile_complaints.
5697 (test_short_complaints): Likewise.
5698 (test_empty_complaints): Likewise.
5699 (test_initial_complaints): Update.
5700
5701 2018-05-23 Tom Tromey <tom@tromey.com>
5702
5703 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5704
5705 2018-05-23 Tom Tromey <tom@tromey.com>
5706
5707 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5708 (test_short_complaints): Update.
5709
5710 2018-05-22 Pedro Alves <palves@redhat.com>
5711
5712 * gdb.base/remote.exp: Only gdb_start after compiling the
5713 testcase. Issue "disconnect" before testing "set remote" command
5714 defaults. Issue clean_restart before running to main.
5715
5716 2018-05-22 Pedro Alves <palves@redhat.com>
5717
5718 * gdb.base/remote.exp: Adjust expected output of "show remote
5719 memory-write-packet-size". Add tests for "set remote
5720 memory-write-packet-size 0" and "set remote
5721 memory-write-packet-size fixed/limit".
5722
5723 2018-05-22 Pedro Alves <palves@redhat.com>
5724
5725 PR gdb/22973
5726 * gdb.base/utf8-identifiers.c: New file.
5727 * gdb.base/utf8-identifiers.exp: New file.
5728
5729 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5730
5731 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5732
5733 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5734
5735 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5736
5737 2018-05-18 Tom Tromey <tom@tromey.com>
5738
5739 * gdb.base/ptype-offsets.exp: Update.
5740
5741 2018-05-17 Keith Seitz <keiths@redhat.com>
5742
5743 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5744 in expected breakpoint stop locations.
5745 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5746 move to proper scope to test variable values.
5747 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5748 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5749 New functions.
5750 (main): Call not_inline_func3.
5751 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5752 inline_func1, inline_func2, and inline_func3. Test that when each
5753 breakpoint is hit, GDB properly reports both the stop location
5754 and the backtrace. Repeat tests for temporary breakpoints.
5755
5756 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5757
5758 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5759 rather then trying to access it in determining whether the PID
5760 of `gdbserver' could have been retrieved.
5761
5762 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5763
5764 * gdb.arch/amd64-init-x87-values.S: New file.
5765 * gdb.arch/amd64-init-x87-values.exp: New file.
5766
5767 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5768
5769 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5770
5771 2018-05-04 Tom Tromey <tom@tromey.com>
5772
5773 PR python/22730:
5774 * gdb.python/python.exp: Test multi-line execute.
5775
5776 2018-05-04 Tom Tromey <tom@tromey.com>
5777
5778 PR python/22731:
5779 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5780
5781 2018-05-04 Tom Tromey <tom@tromey.com>
5782
5783 PR gdb/11750:
5784 * gdb.base/define.exp: Test defining a user command inside a user
5785 command.
5786 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5787
5788 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5789 Pedro Alves <palves@redhat.com>
5790
5791 PR breakpoints/19806 and support for PR external/20207.
5792 * gdb.base/watchpoint-unaligned.c: New file.
5793 * gdb.base/watchpoint-unaligned.exp: New file.
5794
5795 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5796
5797 * gdb.base/maint.exp: Make test names unique, use
5798 test_prefix_command_help to test 'help maint info', and remove
5799 repeated test of 'help maint'.
5800
5801 2018-05-04 Tom Tromey <tom@tromey.com>
5802
5803 PR gdb/22619:
5804 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5805 behavior.
5806
5807 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5808
5809 * gdb.base/maint.exp: Process output from 'maint print registers'
5810 line at a time.
5811
5812 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5813
5814 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5815 timeout.
5816
5817 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5818
5819 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5820 filter pattern.
5821
5822 2018-05-02 Pedro Alves <palves@redhat.com>
5823
5824 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5825 to_log_command renames.
5826 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5827
5828 2018-05-02 Tom Tromey <tom@tromey.com>
5829
5830 * gdb.python/py-parameter.exp: Set test message.
5831
5832 2018-05-02 Tom Tromey <tom@tromey.com>
5833
5834 PR python/20084:
5835 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5836 PARAM_ZUINTEGER_UNLIMITED tests.
5837
5838 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5839
5840 PR rust/23124
5841 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5842 when casting.
5843
5844 2018-04-30 Tom Tromey <tom@tromey.com>
5845
5846 * gdb.python/py-type.exp: Check align attribute.
5847 * gdb.python/py-type.c: New "aligncheck" global.
5848
5849 2018-04-30 Tom Tromey <tom@tromey.com>
5850
5851 PR exp/17095:
5852 * gdb.dwarf2/dw2-align.exp: New file.
5853 * gdb.cp/align.exp: New file.
5854 * gdb.base/align.exp: New file.
5855 * lib/gdb.exp (gdb_int128_helper): New proc.
5856 (has_int128_c, has_int128_cxx): New caching procs.
5857
5858 2018-04-27 Tom Tromey <tom@tromey.com>
5859
5860 PR rust/22545:
5861 * gdb.rust/simple.exp: Add inclusive range tests.
5862
5863 2018-04-26 Pedro Alves <palves@redhat.com>
5864
5865 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5866 ifunc breakpoint locations correctly of ifunc breakpoints set
5867 while the program resolves the ifunc.
5868
5869 2018-04-26 Pedro Alves <palves@redhat.com>
5870
5871 * gdb.base/gnu-ifunc-final.c: New file.
5872 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5873 * gdb.base/gnu-ifunc.exp (executable): Delete.
5874 (staticexecutable): Adjust.
5875 (lib_opts, exec_opts): Delete.
5876 (make_binsuffix, build, set-break): New procedures.
5877 (misc_tests): New, with tests factored out from the top level.
5878 (top level): Test different combinations of ifunc resolver name,
5879 resolver with and with debug info, and ifunc target with and
5880 without debug info. Wrap static tests with with_target_prefix.
5881
5882 2018-04-26 Pedro Alves <palves@redhat.com>
5883
5884 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5885 return type" warnings.
5886
5887 2018-04-25 Pedro Alves <palves@redhat.com>
5888
5889 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5890 killed".
5891 * gdb.base/kill-after-signal.exp: Likewise.
5892 * gdb.threads/kill.exp: Likewise.
5893
5894 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5895 Sergio Durigan Junior <sergiodj@redhat.com>
5896 Pedro Alves <palves@redhat.com>
5897
5898 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5899 regexps to expect for '[Inferior ... detached]' as well.
5900 * gdb.base/attach.exp: Likewise.
5901 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5902 "gdb_continue_to_end".
5903 (test_catch_syscall_with_wrong_args): Likewise.
5904 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5905 ']'. Don't set 'verbose' on.
5906 * gdb.base/foll-vfork.exp: Likewise.
5907 * gdb.base/fork-print-inferior-events.c: New file.
5908 * gdb.base/fork-print-inferior-events.exp: New file.
5909 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5910 '[Inferior ... has been killed]' message.
5911 * gdb.base/kill-after-signal.exp: Likewise.
5912 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5913 detach message.
5914 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5915 message.
5916 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5917 regexps to expect for '[Inferior ... detached]' as well.
5918 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5919
5920 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5921
5922 PR gdb/23104
5923 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5924
5925 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5926
5927 PR gdb/23095
5928 * gdb.base/break-probes.exp: Pass shlib_load to
5929 prepare_for_testing. Set normal_bp to r_debug_state if target is
5930 bsd.
5931
5932 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5933
5934 * gdb.threads/multiple-successive-infcall.c: New test.
5935 * gdb.threads/multiple-successive-infcall.exp: New file.
5936
5937 2018-04-17 Tom Tromey <tom@tromey.com>
5938
5939 * gdb.rust/simple.rs (Union): New type.
5940 (main): New local "u".
5941 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5942
5943 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5944
5945 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5946 number information in output of "whereis" command.
5947 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5948
5949 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5950
5951 * gdb.ada/info_types.exp: Adjust expected output to the line
5952 numbers now printed by "info var/func/type".
5953 * gdb.base/completion.exp: Likewise.
5954 * gdb.base/included.exp: Likewise.
5955 * gdb.cp/cp-relocate.exp: Likewise.
5956 * gdb.cp/cplusfuncs.exp: Likewise.
5957 * gdb.cp/namespace.exp: Likewise.
5958 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5959
5960 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5961
5962 * gdb.btrace/cpu.exp: New.
5963
5964 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5965
5966 * gdb.base/step-indirect-call-thunk.exp: New.
5967 * gdb.base/step-indirect-call-thunk.c: New.
5968 * gdb.reverse/step-indirect-call-thunk.exp: New.
5969 * gdb.reverse/step-indirect-call-thunk.c: New.
5970
5971 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5972
5973 * gdb.base/pie-fork.c: New file.
5974 * gdb.base/pie-fork.exp: New file.
5975
5976 2018-04-11 Tom Tromey <tom@tromey.com>
5977
5978 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5979
5980 2018-04-10 Pedro Alves <palves@redhat.com>
5981
5982 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5983 exits. Instead loop running forever.
5984 (fork_parent): Run forever too.
5985
5986 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5987
5988 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5989 mi_continue_to_line.
5990 * gdb.mi/mi-stack.c (callee4): Add comment.
5991
5992 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5993
5994 * gdb.mi/mi-stack.exp: Fix indentation.
5995
5996 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5997
5998 PR gdb/22979
5999 * gdb.arch/amd64-osabi.exp: New file.
6000
6001 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6002
6003 PR gdb/22980
6004 * gdb.base/osabi.exp: New file.
6005
6006 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6007
6008 * gdb.cp/static-typedef-print.exp: New file.
6009 * gdb.cp/static-typedef-print.cc: New file.
6010
6011 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6012
6013 * gdb.ada/varsize_limit: New testcase.
6014
6015 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6016
6017 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6018
6019 * gdb.ada/notcplusplus: New testcase.
6020
6021 * gdb.base/c-linkage-name.c: New file.
6022 * gdb.base/c-linkage-name.exp: New testcase.
6023
6024 2018-03-26 Tom Tromey <tom@tromey.com>
6025
6026 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6027 * gdb.python/py-framefilter.py (name_error): New global.
6028 (ErrorInName.function): Use name_error.
6029
6030 2018-03-26 Tom Tromey <tom@tromey.com>
6031
6032 PR backtrace/15582:
6033 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6034
6035 2018-03-23 Keith Seitz <keiths@redhat.com>
6036
6037 PR c++/22968
6038 * gdb.cp/subtypes.exp: New file.
6039 * gdb.cp/subtypes.h: New file.
6040 * gdb.cp/subtypes.cc: New file.
6041 * gdb.cp/subtypes-2.cc: New file.
6042
6043 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6044
6045 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6046 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6047 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6048 -nostartfiles when compiling the test. Confirm that all registers
6049 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6050
6051 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6052
6053 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6054 option, syntax was wrong anyway.
6055 * gdb.arch/arm-disp-step.exp: Likewise.
6056 * gdb.arch/sparc64-regs.exp: Likewise.
6057 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6058 option, syntax was wrong anyway, switch to use
6059 prepare_for_testing.
6060 * gdb.arch/i386-disp-step.exp: Likewise.
6061
6062 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6063
6064 * gdb.ada/exec_changed.exp: Replace "target_info exists
6065 use_gdb_stub" by "use_gdb_stub".
6066 * gdb.ada/start.exp: Likewise.
6067 * gdb.base/async-shell.exp: Likewise.
6068 * gdb.base/attach-pie-misread.exp: Likewise.
6069 * gdb.base/attach-wait-input.exp: Likewise.
6070 * gdb.base/break-entry.exp: Likewise.
6071 * gdb.base/break-interp.exp: Likewise.
6072 * gdb.base/dprintf-detach.exp: Likewise.
6073 * gdb.base/nostdlib.exp: Likewise.
6074 * gdb.base/solib-nodir.exp: Likewise.
6075 * gdb.base/statistics.exp: Likewise.
6076 * gdb.base/testenv.exp: Likewise.
6077 * gdb.mi/mi-exec-run.exp: Likewise.
6078 * gdb.mi/mi-start.exp: Likewise.
6079 * gdb.multi/dummy-frame-restore.exp: Likewise.
6080 * gdb.multi/multi-arch-exec.exp: Likewise.
6081 * gdb.multi/multi-arch.exp: Likewise.
6082 * gdb.multi/tids.exp: Likewise.
6083 * gdb.multi/watchpoint-multi.exp: Likewise.
6084 * gdb.python/py-events.exp: Likewise.
6085 * gdb.threads/attach-into-signal.exp: Likewise.
6086 * gdb.threads/attach-stopped.exp: Likewise.
6087 * gdb.threads/threadapply.exp: Likewise.
6088 * lib/selftest-support.exp: Likewise.
6089
6090 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6091
6092 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6093
6094 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6095
6096 * gdb.perf/template-breakpoints.cc: New file.
6097 * gdb.perf/template-breakpoints.exp: New file.
6098 * gdb.perf/template-breakpoints.py: New file.
6099
6100 2018-03-19 Tom Tromey <tom@tromey.com>
6101
6102 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6103 y0.
6104 * gdb.rust/simple.exp: Test bare identifier form of struct
6105 initializer.
6106
6107 2018-03-19 Tom Tromey <tom@tromey.com>
6108
6109 * gdb.gdb/observer.exp: Remove.
6110
6111 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6112
6113 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6114 "qualified" option when setting breakpoints.
6115 * gdb.trace/backtrace.exp: Likewise.
6116 * gdb.trace/circ.exp: Likewise.
6117 * gdb.trace/collection.exp: Likewise.
6118 * gdb.trace/disconnected-tracing.exp: Likewise.
6119 * gdb.trace/ftrace-lock.exp: Likewise.
6120 * gdb.trace/ftrace.exp: Likewise.
6121 * gdb.trace/infotrace.exp: Likewise.
6122 * gdb.trace/packetlen.exp: Likewise.
6123 * gdb.trace/passc-dyn.exp: Likewise.
6124 * gdb.trace/qtro.exp: Likewise.
6125 * gdb.trace/read-memory.exp: Likewise.
6126 * gdb.trace/report.exp: Likewise.
6127 * gdb.trace/signal.exp: Likewise.
6128 * gdb.trace/status-stop.exp: Likewise.
6129 * gdb.trace/strace.exp: Likewise.
6130 * gdb.trace/tfind.exp: Likewise.
6131 * gdb.trace/trace-break.exp: Likewise.
6132 * gdb.trace/trace-condition.exp: Likewise.
6133 * gdb.trace/trace-mt.exp: Likewise.
6134 * gdb.trace/tstatus.exp: Likewise.
6135 * gdb.trace/tsv.exp: Likewise.
6136 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6137 * gdb.trace/unavailable.exp: Likewise.
6138 * gdb.trace/while-dyn.exp: Likewise.
6139
6140 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6141
6142 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6143 that libinproctrace is copied to the target.
6144
6145 2018-03-14 Tom Tromey <tom@tromey.com>
6146
6147 PR cli/14977:
6148 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6149 a null pointer.
6150 * gdb.base/wchar.exp: Likewise.
6151
6152 2018-03-14 Tom Tromey <tom@tromey.com>
6153
6154 PR cli/19918:
6155 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6156 flag.
6157
6158 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6159
6160 PR gdb/22841
6161 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6162 "target" to remote_exec.
6163
6164 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6165
6166 PR gdb/22841
6167 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6168 ${board}_upload): Remove.
6169
6170 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6171
6172 * gdb.cp/watch-cp.cc: New test.
6173 * gdb.cp/watch-cp.exp: New file.
6174
6175 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6176
6177 * gdb.base/infcall-nested-structs.exp: New file.
6178 * gdb.base/infcall-nested-structs.c: New file.
6179 * gdb.base/float.exp: Add riscv support.
6180
6181 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6182
6183 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6184 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6185
6186 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6187
6188 * gdb.server/abspath.exp: New file.
6189 * lib/gdb.exp (with_cwd): New procedure.
6190
6191 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6192
6193 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6194 use it.
6195 (gdb_is_target_remote_prompt): New proc.
6196 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6197 (gdb_is_target_native): Pass prompt parameter to
6198 gdb_is_target_1.
6199
6200 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6201
6202 * gdb.base/load-command.c: New file.
6203 * gdb.base/load-command.exp: New file.
6204 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6205 (gdb_is_target_1): ...this, and generalize for other targets
6206 than just remote.
6207 (gdb_is_target_remote): Use gdb_is_target_1.
6208 (gdb_is_target_native): use gdb_is_target_1.
6209
6210 2018-02-26 Tom Tromey <tom@tromey.com>
6211
6212 PR python/16497:
6213 * gdb.python/py-framefilter.exp: Update test.
6214
6215 2018-02-26 Tom Tromey <tom@tromey.com>
6216
6217 * gdb.dwarf2/variant.c: New file.
6218 * gdb.dwarf2/variant.exp: New file.
6219
6220 2018-02-26 Tom Tromey <tom@tromey.com>
6221
6222 * gdb.rust/simple.exp: Accept more possible results in enum test.
6223
6224 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6225
6226 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6227 parentheses.
6228
6229 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6230
6231 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6232 name of a variable: $actual_linejj -> $actual_line.
6233
6234 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6235
6236 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6237
6238 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6239
6240 * gdb.btrace/buffer-size.exp: Do not force BTS.
6241
6242 2018-02-14 Pedro Alves <palves@redhat.com>
6243
6244 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6245 getting a "Quit".
6246
6247 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6248
6249 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6250 Fix test name.
6251
6252 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6253
6254 * gdb.cp/m-static.exp: Check type of optimized out static
6255 member.
6256
6257 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6258
6259 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6260 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6261
6262 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6263 Leszek Swirski <leszeks@google.com>
6264
6265 * gdb.python/py-prettyprint.c
6266 (struct to_string_returns_value_inner,
6267 struct to_string_returns_value_wrapper): New.
6268 (main): Add tsrvw variable.
6269 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6270 ToStringReturnsValueWrapper): New classes.
6271 (register_pretty_printers): Register new pretty-printers.
6272 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6273 recursive pretty printer.
6274 * gdb.python/py-mi.exp: Likewise.
6275
6276 2018-02-01 Leszek Swirski <leszeks@google.com>
6277
6278 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6279 functions with the same name as an include file are parsed
6280 correctly.
6281
6282 2018-02-01 Yao Qi <yao.qi@linaro.org>
6283
6284 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6285 "\[^\r\n\]*".
6286
6287 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6288
6289 * gdb.arch/powerpc-prologue-frame.s: New file.
6290 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6291 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6292
6293 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6294
6295 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6296
6297 2018-01-30 Pedro Alves <palves@redhat.com>
6298
6299 PR gdb/13211
6300 * gdb.base/interrupt-daemon.c: New.
6301 * gdb.base/interrupt-daemon.exp: New.
6302 * gdb.multi/multi-term-settings.c: New.
6303 * gdb.multi/multi-term-settings.exp: New.
6304
6305 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6306
6307 * gdb.base/break.exp: Save the location where the breakpoint
6308 on break.c:47 was actually inserted when debugging the version
6309 compiled at -O2 and use it in the expected output of the "info
6310 break" test performed soon after.
6311
6312 2018-01-22 Pedro Alves <palves@redhat.com>
6313 Sergio Durigan Junior <sergiodj@redhat.com>
6314
6315 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6316 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6317
6318 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6319
6320 * gdb.base/break-include.c, gdb.base/break-include.inc,
6321 gdb.base/break-include.exp: New files.
6322 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6323 line number now being the actual line number where the breakpoint
6324 was inserted.
6325 * gdb.mi/mi-break.exp: Likewise.
6326 * gdb.mi/mi-reverse.exp: Likewise.
6327 * gdb.mi/mi-simplerun.exp: Ditto.
6328
6329 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6330
6331 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6332 varobj.
6333 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6334
6335 2018-01-21 Don Breazeal <donb@codesourcery.com>
6336 Andrew Burgess <andrew.burgess@embecosm.com>
6337
6338 * gdb.mi/basics.c: Add new global.
6339 * gdb.mi/mi-frame-regs.exp: New file.
6340 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6341 case.
6342
6343 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6344
6345 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6346 non-parameter, and on an unknown symbol.
6347
6348 2018-01-19 Tom Tromey <tom@tromey.com>
6349
6350 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6351 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6352
6353 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6354
6355 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6356 setrlimit and chdir to int.
6357
6358 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6359
6360 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6361 function.
6362 (my_tend): Likewise.
6363 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6364 rationale of avoiding FP- and vector instructions.
6365
6366 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6367
6368 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6369 "info reg" with "\[ \t\]*".
6370 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6371 "\[ \t\]+".
6372 * gdb.arch/s390-multiarch.exp: Ditto.
6373 * gdb.base/pc-fp.exp: Ditto.
6374 * gdb.reverse/i386-precsave.exp: Ditto.
6375 * gdb.reverse/i386-reverse.exp: Ditto.
6376 * gdb.reverse/i387-env-reverse.exp: Ditto.
6377 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6378
6379 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6380
6381 * lib/gdb.exp (gdb_compile): Re-enable use of
6382 universal_compile_options for languages other than Rust.
6383
6384 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6385
6386 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6387
6388 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6389
6390 PR gdb/16577
6391 * gdb.base/solib-vanish.exp: New.
6392 * gdb.base/solib-vanish-main.c: New.
6393 * gdb.base/solib-vanish-lib1.c: New.
6394 * gdb.base/solib-vanish-lib2.c: New.
6395
6396 2018-01-17 Yao Qi <yao.qi@linaro.org>
6397
6398 * gdb.compile/compile.exp: Match the address printed for
6399 frame in the output of command "bt".
6400
6401 2018-01-15 Tom Tromey <tom@tromey.com>
6402
6403 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6404 compute sp_reg.
6405
6406 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6407
6408 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6409 to prepare.
6410 (prepare): Return 0 on error, 1 on success.
6411
6412 2018-01-12 Pedro Alves <palves@redhat.com>
6413
6414 * gdb.base/continue-after-aborted-step-over.c: New.
6415 * gdb.base/continue-after-aborted-step-over.exp: New.
6416
6417 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6418
6419 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6420 options when not creating an executable.
6421
6422 2018-01-11 Pedro Alves <palves@redhat.com>
6423
6424 PR remote/22597
6425 * gdb.server/stop-reply-no-thread.c: New file.
6426 * gdb.server/stop-reply-no-thread.exp: New file.
6427
6428 2018-01-10 Pedro Alves <palves@redhat.com>
6429
6430 PR gdb/22670
6431 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6432 functions too. Test setting breakpoints and printing C functions
6433 with no debug info too.
6434 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6435
6436 2018-01-10 Pedro Alves <palves@redhat.com>
6437
6438 PR gdb/22670
6439 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6440 a fail.
6441
6442 2018-01-10 Pedro Alves <palves@redhat.com>
6443
6444 PR gdb/22670
6445 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6446
6447 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6448
6449 * gdb.server/unittest.exp: Match the output in non-development
6450 mode.
6451
6452 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6453
6454 * gdb.gdb/unittest.exp: Match output in non-development mode.
6455
6456 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6457
6458 * gdb.ada/access_tagged_param.exp: Relax expected output
6459 for value of "ObjL" in "continue" to pck.inspect breakpoint
6460 test.
6461
6462 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6463
6464 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6465 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6466
6467 2018-01-05 Pedro Alves <palves@redhat.com>
6468
6469 PR gdb/18653
6470 * gdb.base/libsegfault.exp: New.
6471
6472 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6473
6474 PR gdb/22670
6475 * gdb.ada/access_tagged_param.exp: New file.
6476 * gdb.ada/access_tagged_param/foo.adb: New file.
6477
6478 2018-01-05 Pedro Alves <palves@redhat.com>
6479
6480 PR gdb/22670
6481 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6482 exercise lower case too, and to exercise both full matching and
6483 wild matching.
6484
6485 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6486
6487 * gdb.ada/rename_subscript_param: New testcase.
6488
6489 2018-01-05 Jerome Guitton <guitton@adacore.com>
6490
6491 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6492
6493 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6494
6495 * gdb.ada/convvar_comp: New testcase.
6496
6497 2018-01-05 Xavier Roirand <roirand@adacore.com>
6498
6499 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6500 (My_Table): New global variable.
6501 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6502
6503 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6504
6505 PR gdb/22670
6506 * gdb.ada/maint_with_ada: New testcase.
6507
6508 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6509
6510 PR gdb/22670
6511 * gdb.ada/bp_c_mixed_case: New testcase.
6512
6513 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6514
6515 PR gdb/22670
6516 * gdb.ada/complete.exp: Add "complete break ada" test.
6517
6518 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6519
6520 PR gdb/22670
6521 * gdb.ada/info_addr_mixed_case: New testcase.
6522
6523 2018-01-03 Xavier Roirand <roirand@adacore.com>
6524
6525 * gdb.ada/excep_handle.exp: New testcase.
6526 * gdb.ada/excep_handle/foo.adb: New file.
6527 * gdb.ada/excep_handle/pck.ads: New file.
6528
6529 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6530
6531 * gdb.base/step-line.c: Add extra empty line in copyright header.
6532 * gdb.base/step-line.inp: Likewise.
6533
6534 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6535
6536 * gdb.ada/dyn_stride.exp: Add slice test.
6537
6538 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6539
6540 * gdb.ada/dyn_stride: New testcase.
6541
6542 2017-12-27 Stafford Horne <shorne@gmail.com>
6543
6544 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6545 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6546
6547 2017-12-27 Stafford Horne <shorne@gmail.com>
6548
6549 * gdb.base/reggroups.c: New file.
6550 * gdb.base/reggroups.exp: New file.
6551
6552 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6553
6554 * gdb.dwarf2/ada-valprint-error.c: New file.
6555 * gdb.dwarf2/ada-valprint-error.exp: New file.
6556
6557 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6558
6559 * gdb.ada/assign_arr: New testcase.
6560
6561 2017-12-18 Xavier Roirand <roirand@adacore.com>
6562
6563 * gdb.ada/funcall_ptr: New testcase.
6564
6565 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6566
6567 PR cli/16224
6568 * gdb.base/ptype-offsets.cc: New file.
6569 * gdb.base/ptype-offsets.exp: New file.
6570
6571 2017-12-15 Yao Qi <yao.qi@linaro.org>
6572
6573 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6574 if XML is disabled.
6575
6576 2017-12-15 Xavier Roirand <roirand@adacore.com>
6577
6578 * gdb.ada/same_component_name: New testcase.
6579
6580 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6581
6582 * gdb.ada/str_binop_equal: New testcase.
6583
6584 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6585
6586 * gdb.ada/task_switch_in_core: New testcase.
6587
6588 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6589
6590 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6591 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6592 call test_bkpt_qualified.
6593 (test_bkpt_qualified): New proc.
6594
6595 2017-12-13 Pedro Alves <palves@redhat.com>
6596
6597 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6598 Tighten regexp by matching with an anchor.
6599
6600 2017-12-13 Pedro Alves <palves@redhat.com>
6601
6602 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6603 ("expression with namespace"): New set of tests.
6604 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6605 (Nested::Test_NS::qux): New.
6606 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6607 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6608
6609 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6610
6611 * gdb.base/server-del-break.c: New file.
6612 * gdb.base/server-del-break.exp: New file.
6613
6614 2017-12-12 Stafford Horne <shorne@gmail.com>
6615
6616 * gdb.xml/tdesc-regs.exp: Add or1k support.
6617
6618 2017-12-12 Stafford Horne <shorne@gmail.com>
6619
6620 * gdb.base/bp-permanent.c: Define nop of or1k.
6621
6622 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6623
6624 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6625 output with components being reordered.
6626
6627 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6628
6629 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6630 output with components being reordered.
6631
6632 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6633 Pedro Alves <palves@redhat.com>
6634
6635 * gdb.base/maint.exp (check for .gdb_index): Check also for
6636 .debug_names.
6637 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6638 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6639 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6640 (.gdb_index used after symbol reloading): Support also .debug_names.
6641 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6642
6643 2017-12-08 Yao Qi <yao.qi@linaro.org>
6644
6645 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6646 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6647
6648 2017-12-08 Yao Qi <yao.qi@linaro.org>
6649
6650 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6651 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6652
6653 2017-12-08 Yao Qi <yao.qi@linaro.org>
6654
6655 * gdb.arch/aarch64-tagged-pointer.c: New file.
6656 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6657
6658 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6659
6660 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6661 "int".
6662
6663 2017-12-07 Keith Seitz <keiths@redhat.com>
6664
6665 PR breakpoints/22569
6666 * gdb.linespec/ls-errs.exp: Change expected result of "break
6667 -source this file has spaces.c -line 3".
6668 Check that an explicit source file followed by whitespace is
6669 identified as an invalid explicit location.
6670
6671 2017-12-07 Keith Seitz <keiths@redhat.com>
6672
6673 * gdb.cp/nested-types.cc: New file.
6674 * gdb.cp/nested-types.exp: New file.
6675 * lib/cp-support.exp: Load data-structures.exp library.
6676 (debug_cp_test_ptype_class): New global.
6677 (cp_ptype_class_verbose, next_line): New procedures.
6678 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6679 Add and document new return value.
6680 Switch the list of lines to a queue.
6681 Add support for new `type' key for nested type definitions.
6682 Add debugging/troubleshooting messages.
6683 * lib/data-structures.exp: New file.
6684
6685 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6686
6687 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6688 with proc_with_prefix, don't use with_test_prefix.
6689
6690 2017-12-07 Tom Tromey <tom@tromey.com>
6691
6692 * gdb.base/break.exp: Add test for empty "commands".
6693
6694 2017-12-07 Yao Qi <yao.qi@linaro.org>
6695
6696 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6697 malloc and catch syscall.
6698
6699 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6700
6701 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6702 tests for explicit locations.
6703
6704 2017-12-06 Pedro Alves <palves@redhat.com>
6705
6706 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6707 force-disabling XML descriptions.
6708
6709 2017-12-04 Pedro Alves <palves@redhat.com>
6710
6711 PR gdb/22499
6712 * gdb.arch/amd64-disp-step-avx.S: New file.
6713 * gdb.arch/amd64-disp-step-avx.exp: New file.
6714
6715 2017-12-03 Pedro Alves <palves@redhat.com>
6716
6717 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6718 and <string.h>.
6719 (parent_function): Print distinct messages when waitpid fails, or
6720 the child exits with a signal, or the child exits for an unhandled
6721 reason.
6722 * gdb.threads/process-dies-while-detaching.exp
6723 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6724 it. Wait for both inferior output and GDB's prompt. Use an
6725 indirect spawn id list.
6726 (do_detach): New parameter 'child_exit'. Use it to compute
6727 expected inferior output.
6728 (test_detach, test_detach_watch, test_detach_killed_outside):
6729 Adjust to pass down the expected child exit kind.
6730
6731 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6732 Sergio Durigan Junior <sergiodj@redhat.com>
6733 Pedro Alves <palves@redhat.com>
6734
6735 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6736
6737 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6738
6739 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6740 to 'symbol-file' and 'add-symbol-file' can be
6741 position-independent.
6742
6743 2017-12-01 Yao Qi <yao.qi@linaro.org>
6744
6745 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6746 the URL in copyright header.
6747 * gdb.arch/aarch64-fp.exp: Likewise.
6748 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6749 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6750 * gdb.base/expand-psymtabs.exp: Likewise.
6751 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6752 * gdb.fortran/common-block.exp: Likewise.
6753 * gdb.fortran/common-block.f90: Likewise.
6754 * gdb.fortran/logical.exp: Likewise.
6755 * gdb.fortran/vla-datatypes.f90: Likewise.
6756 * gdb.fortran/vla-sub.f90: Likewise.
6757
6758 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6759
6760 * gdb.ada/repeat_dyn: New testcase.
6761
6762 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6763
6764 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6765 Update for changed thread numbering.
6766 * gdb.cell/bt.exp: Update for changed GDB output.
6767
6768 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6769
6770 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6771 setting isremote by hand.
6772 * boards/dwarf4-gdb-index.exp: Likewise.
6773 * boards/fission.exp: Likewise.
6774 * boards/stabs.exp: Likewise.
6775
6776 2017-11-30 Pedro Alves <palves@redhat.com>
6777
6778 * gdb.linespec/cpls-ops.exp
6779 (check_explicit_skips_function_argument): Extract the underlying
6780 type of size_t instead of hardcoding it.
6781
6782 2017-11-29 Pedro Alves <palves@redhat.com>
6783
6784 PR c++/19436
6785 * gdb.linespec/cpls-abi-tag.cc: New file.
6786 * gdb.linespec/cpls-abi-tag.exp: New file.
6787
6788 2017-11-29 Pedro Alves <palves@redhat.com>
6789
6790 * gdb.base/langs.exp: Use -qualified.
6791 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6792 it.
6793 * gdb.cp/namespace.exp: Use -qualified.
6794 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6795 (overload-3, template-overload, template-ret-type, const-overload)
6796 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6797 procedures.
6798 (test_driver): Call them.
6799 * gdb.cp/save-bp-qualified.cc: New.
6800 * gdb.cp/save-bp-qualified.exp: New.
6801 * gdb.linespec/explicit.exp: Test -qualified.
6802 * lib/completion-support.exp (completion::explicit_opts_list): Add
6803 "-qualified".
6804 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6805
6806 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6807
6808 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6809
6810 2017-11-29 Tom Tromey <tom@tromey.com>
6811
6812 * gdb.base/relocate.exp: Update invalid argument test.
6813 Add new tests for invalid arguments.
6814
6815 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6816
6817 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6818 Return 0 as a long.
6819 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6820
6821 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6822
6823 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6824 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6825 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6826 func ().
6827 * gdb.cp/shadow.cc (B.func): Return 0.
6828
6829 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6830
6831 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6832 expected output in gdb_expect call to allow the exception
6833 message to be present as well. Fix syntax confusion to avoid
6834 TCL thinking that exception_name is an array.
6835
6836 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6837
6838 * gdb.arch/spu-info.c: Include <unistd.h>.
6839 (do_signal_test): Fix broken calls to write.
6840 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6841 Fix checks for empty mailboxes. Update signal tests for corrected
6842 do_signal_test routine. Allow nonzero event status.
6843 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6844 * gdb.cell/arch.exp: Use standard_output_file.
6845 * gdb.cell/break.exp: Likewise.
6846 * gdb.cell/bt.exp: Likewise.
6847 * gdb.cell/core.exp: Likewise.
6848 * gdb.cell/dwarfaddr.exp: Likewise.
6849 * gdb.cell/ea-cache.exp: Likewise.
6850 * gdb.cell/ea-standalone.exp: Likewise.
6851 * gdb.cell/f-regs.exp: Likewise.
6852 * gdb.cell/fork.exp: Likewise.
6853 * gdb.cell/gcore.exp: Likewise.
6854 * gdb.cell/mem-access.exp: Likewise.
6855 * gdb.cell/ptype.exp: Likewise.
6856 * gdb.cell/registers.exp: Likewise.
6857 * gdb.cell/sizeof.exp: Likewise.
6858 * gdb.cell/solib-symbol.exp: Likewise.
6859 * gdb.cell/solib.exp: Likewise.
6860
6861 2017-11-25 Pedro Alves <palves@redhat.com>
6862
6863 * gdb.base/complete-empty.exp: New file.
6864 * gdb.base/completion.exp: Adjust.
6865
6866 2017-11-25 Pedro Alves <palves@redhat.com>
6867
6868 * gdb.linespec/cpls-ops.cc: New file.
6869 * gdb.linespec/cpls-ops.exp: New file.
6870 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6871 factored out from ...
6872 (test_complete_prefix_range): ... this.
6873
6874 2017-11-24 Pedro Alves <palves@redhat.com>
6875
6876 * gdb.linespec/cpcompletion.exp: New file.
6877 * gdb.linespec/cpls-hyphen.cc: New file.
6878 * gdb.linespec/cpls.cc: New file.
6879 * gdb.linespec/cpls2.cc: New file.
6880 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6881 test to use test_gdb_complete_unique. Add label completion,
6882 keyword completion and explicit location completion tests.
6883 * lib/completion-support.exp: New file.
6884
6885 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6886
6887 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6888 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6889 when hitting an exception catchpoint.
6890
6891 2017-11-22 Yao Qi <yao.qi@linaro.org>
6892
6893 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6894
6895 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6896
6897 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6898 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6899 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6900
6901 2017-11-22 Yao Qi <yao.qi@linaro.org>
6902
6903 * gdb.base/info-os.exp: Pass pthreads.
6904 * gdb.multi/multi-attach.exp: Likewise.
6905
6906 2017-11-22 Yao Qi <yao.qi@linaro.org>
6907
6908 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6909 compiler.
6910
6911 2017-11-22 Yao Qi <yao.qi@linaro.org>
6912
6913 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6914 * gdb.base/break-interp.exp: Likewise.
6915 * gdb.base/jit-attach-pie.exp: Likewise.
6916
6917 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6918
6919 * gdb.base/float128.c (large128): New variable.
6920 * gdb.base/float128.exp: Add test to print largest __float128 value.
6921
6922 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6923
6924 * gdb.arch/vsx-regs.exp: Update register content checks.
6925
6926 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6927
6928 * gdb.arch/ppc-longdouble.exp: New file.
6929 * gdb.arch/ppc-longdouble.c: Likewise.
6930
6931 2017-11-21 Pedro Alves <palves@redhat.com>
6932
6933 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6934
6935 2017-11-20 Pedro Alves <palves@redhat.com>
6936
6937 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6938 (long_double_typedef): New typedefs.
6939 Use DEF on double and long double.
6940 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6941 cases.
6942 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6943 and 'long_double_ptr_same_size' locals. Use them to decide
6944 whether cast from array/function to float is valid/invalid.
6945
6946 2017-11-17 Tom Tromey <tom@tromey.com>
6947
6948 * gdb.rust/traits.rs: New file.
6949 * gdb.rust/traits.exp: New file.
6950
6951 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6952
6953 * gdb.ada/minsyms: New testcase.
6954
6955 2017-11-16 Pedro Alves <palves@redhat.com>
6956
6957 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6958 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6959
6960 2017-11-16 Pedro Alves <palves@redhat.com>
6961
6962 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6963 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6964
6965 2017-11-16 Pedro Alves <palves@redhat.com>
6966
6967 * gdb.server/reconnect-ctrl-c.c: New file.
6968 * gdb.server/reconnect-ctrl-c.exp: New file.
6969
6970 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6971
6972 * gdb.python/py-rbreak.exp: New file.
6973 * gdb.python/py-rbreak.c: New file.
6974 * gdb.python/py-rbreak-func2.c: New file.
6975
6976 2017-11-16 Pedro Alves <palves@redhat.com>
6977
6978 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6979 pattern.
6980 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6981 GDB.
6982
6983 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6984
6985 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6986 regex.
6987
6988 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6989
6990 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6991 test names.
6992
6993 2017-11-09 Pedro Alves <palves@redhat.com>
6994
6995 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6996 factored out from ...
6997 (top level): ... here, and adjusted to avoid expecting beyond the
6998 prompt in a single gdb_test_multiple.
6999
7000 2017-11-09 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7003 output.
7004 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7005 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7006 * gdb.server/ext-run.exp ("kill" test): Likewise.
7007 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7008
7009 2017-11-09 Pedro Alves <palves@redhat.com>
7010
7011 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7012 match till end of line.
7013
7014 2017-11-09 Pedro Alves <palves@redhat.com>
7015
7016 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7017
7018 2017-11-09 Pedro Alves <palves@redhat.com>
7019
7020 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7021 New procedures, factored out from ...
7022 (top level): ... here, and adjusted to avoid expecting beyond the
7023 prompt in one go.
7024
7025 2017-11-09 Pedro Alves <palves@redhat.com>
7026
7027 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7028 output. Fix '?' match.
7029
7030 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7031
7032 * gdb.ada/scoped_watch: New testcase.
7033 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7034 which is actually correct.
7035 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7036 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7037
7038 2017-11-08 Pedro Alves <palves@redhat.com>
7039
7040 * gdb.gdb/complaints.exp (test_initial_complaints)
7041 (test_serial_complaints, test_short_complaints): Call
7042 complaint_internal instead of complaint.
7043
7044 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7045
7046 * gdb.threads/tls-core.c: New file.
7047 * gdb.threads/tls-core.exp: Likewise.
7048
7049 2017-11-08 Pedro Alves <palves@redhat.com>
7050
7051 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7052 (p Exported_Capitalized): New test.
7053 (p exported_capitalized): New test.
7054
7055 2017-11-07 Pedro Alves <palves@redhat.com>
7056
7057 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7058
7059 2017-11-07 Pedro Alves <palves@redhat.com>
7060
7061 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7062 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7063 (disable_invalid, disable_inverted, disable_negative): New
7064 procedures.
7065 ("bad numbers"): New set of tests.
7066
7067 2017-11-07 Pedro Alves <palves@redhat.com>
7068
7069 * gdb.cp/ena-dis-br-range.exp: Add tests.
7070
7071 2017-11-07 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7074
7075 2017-11-07 Xavier Roirand <roirand@adacore.com>
7076 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.base/ena-dis-br.exp: Add reference to
7079 gdb.cp/ena-dis-br-range.exp.
7080 * gdb.cp/ena-dis-br-range.exp: New file.
7081 * gdb.cp/ena-dis-br-range.cc: New file.
7082
7083 2017-11-06 Pedro Alves <palves@redhat.com>
7084
7085 * gdb.base/attach-non-pgrp-leader.c: New.
7086 * gdb.base/attach-non-pgrp-leader.exp: New.
7087
7088 2017-11-06 Pedro Alves <palves@redhat.com>
7089
7090 * configure.ac: No longer check for termio.h and sgtty.h.
7091 * configure: Regenerate.
7092 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7093 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7094 Remove termio and sgtty code.
7095
7096 2017-11-03 Yao Qi <yao.qi@linaro.org>
7097
7098 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7099 in GDB is disabled.
7100
7101 2017-11-03 Yao Qi <yao.qi@linaro.org>
7102
7103 * gdb.python/py-thrhandle.exp: Skip it if python is not
7104 enabled.
7105
7106 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7107
7108 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7109 as a breakpoint command.
7110
7111 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7112
7113 PR python/21213
7114 * gdb.python/py-infthread.exp: Test calling
7115 InferiorThread.inferior () multiple times in a row.
7116
7117 2017-10-27 Keith Seitz <keiths@redhat.com>
7118
7119 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7120 Test "info break" for every inlined function breakpoint.
7121
7122 2017-10-27 Yao Qi <yao.qi@linaro.org>
7123
7124 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7125
7126 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7127
7128 * gdb.cp/classes.exp (test_static_members): Test printing
7129 Outer::instance.
7130 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7131 (Inner::instance, Outer::instance): New.
7132
7133 2017-10-24 Pedro Alves <palves@redhat.com>
7134
7135 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7136 extra console" test in two stages.
7137
7138 2017-10-24 Pedro Alves <palves@redhat.com>
7139
7140 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7141
7142 2017-10-24 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7145 loop.
7146
7147 2017-10-24 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7150 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7151
7152 2017-10-24 Pedro Alves <palves@redhat.com>
7153
7154 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7155 parameter and handle it. Don't output read value in test name.
7156
7157 2017-10-24 Pedro Alves <palves@redhat.com>
7158
7159 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7160 custom test name.
7161
7162 2017-10-24 Pedro Alves <palves@redhat.com>
7163
7164 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7165 include the unstable output directory name in the test's name.
7166 (initial_setup_simple) <'set args'>: Use custom test name.
7167
7168 2017-10-24 Pedro Alves <palves@redhat.com>
7169
7170 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7171 with explicit test name.
7172
7173 2017-10-20 Pedro Alves <palves@redhat.com>
7174
7175 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7176 'wait -i'. Use gdb_assert and remote_close.
7177
7178 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7179
7180 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7181 number from variable rather than hard-coded.
7182
7183 2017-10-19 Pedro Alves <palves@redhat.com>
7184
7185 * gdb.base/long-inferior-output.c: New file.
7186 * gdb.base/long-inferior-output.exp: New file.
7187
7188 2017-11-18 Keith Seitz <keiths@redhat.com>
7189
7190 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7191 method.
7192 (main): Call it.
7193 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7194 Add additional user-defined conversion operator tests.
7195
7196 2017-10-17 Pedro Alves <palves@redhat.com>
7197
7198 * boards/native-stdio-gdbserver.exp: Load "local-board".
7199
7200 2017-10-17 Pedro Alves <palves@redhat.com>
7201
7202 * gdb.base/quit-live.c: New file.
7203 * gdb.base/quit-live.exp: New file.
7204
7205 2017-10-16 Keith Seitz <keiths@redhat.com>
7206
7207 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7208 (class_with_protected_typedef, class_with_private_typedef)
7209 (struct_with_public_typedef, struct_with_protected_typedef)
7210 (struct_with_private_typedef): New classes/structs.
7211 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7212 typedefs and access specifiers.
7213
7214 2017-10-16 Pedro Alves <palves@redhat.com>
7215 Simon Marchi <simon.marchi@polymtl.ca>
7216
7217 * README (Local vs Remote vs Native): New section.
7218 * boards/local-board.exp: New file, with bits factored out from
7219 ...
7220 * boards/native-extended-gdbserver.exp: ... here. Load
7221 "local-board".
7222 * boards/native-gdbserver.exp: Load "local-board".
7223 (${board}_spawn, ${board}_exec): Delete.
7224 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7225 ...
7226 * boards/stdio-gdbserver-base.exp: ... this new file.
7227 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7228 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7229 procedure.
7230 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7231 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7232 stdio_gdbserver_command.
7233 (${board}_get_remote_address, ${board}_get_comm_port)
7234 (${board}_download, ${board}_upload): Delete.
7235 (get_target_remote_pipe_cmd): New.
7236
7237 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7238
7239 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7240 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7241 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7242 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7243 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7244 remove with_test_prefix.
7245
7246 2017-10-13 Pedro Alves <palves@redhat.com>
7247
7248 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7249 * gdb.base/annota1.exp: Use it instead of is_remote.
7250 * gdb.base/annota3.exp: Use it instead of is_remote.
7251 * gdb.cp/annota2.exp: Use it instead of is_remote.
7252 * gdb.cp/annota3.exp: Use it instead of is_remote.
7253 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7254
7255 2017-10-13 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7258 (test_num_test_vars, run_and_count_vars, find_env)
7259 (test_set_unset_env, test_inherit_env_var): New procedures.
7260 (top level): Use them.
7261
7262 2017-10-13 Pedro Alves <palves@redhat.com>
7263
7264 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7265 also skip on stub-like targets.
7266
7267 2017-10-13 Pedro Alves <palves@redhat.com>
7268
7269 PR gdb/22293
7270 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7271 (top level): Move some tests to ...
7272 (test_not_found): ... this new procedure.
7273 (top level): Call it.
7274
7275 2017-10-13 Pedro Alves <palves@redhat.com>
7276
7277 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7278 expect different "info terminal" output if testing with a
7279 non-native target.
7280
7281 2017-10-13 Pedro Alves <palves@redhat.com>
7282 Simon Marchi <simon.marchi@polymtl.ca>
7283
7284 PR python/12966
7285 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7286
7287 2017-10-13 Pedro Alves <palves@redhat.com>
7288
7289 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7290 already.
7291
7292 2017-10-13 Pedro Alves <palves@redhat.com>
7293
7294 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7295 is_remote.
7296
7297 2017-10-13 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7300 is_remote.
7301
7302 2017-10-13 Pedro Alves <palves@redhat.com>
7303
7304 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7305 is set.
7306 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7307 instead of is_remote.
7308
7309 2017-10-13 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7312 (top level): Add comment.
7313
7314 2017-10-13 Pedro Alves <palves@redhat.com>
7315
7316 * gdb.base/remote.exp (top level): Fix comment typo and add
7317 missing return.
7318
7319 2017-10-13 Pedro Alves <palves@redhat.com>
7320 Simon Marchi <simon.marchi@polymtl.ca>
7321
7322 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7323 calls and add comments. Skip test if use_gdb_stub is set.
7324 (top level): Use "set cwd" command instead of "cd" command.
7325
7326 2017-10-13 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7329 is_remote target check.
7330
7331 2017-10-13 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.base/scope.exp: Use build_executable + clean_restart +
7334 gdb_file_cmd instead of prepare_for_testing and no longer skip
7335 "before run" tests on is_remote target boards. Update comments.
7336 * boards/native-extended-gdbserver.exp
7337 (extended_gdbserver_load_last_file): New, factored out from ...
7338 (gdb_load): ... this. Move further below and add comment.
7339 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7340
7341 2017-10-12 Pedro Alves <palves@redhat.com>
7342
7343 * gdb.base/attach.exp: Remove references to gdb64.
7344 * gdb.base/dbx.exp: Remove references to gdb64.
7345
7346 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7347 Pedro Alves <palves@redhat.com>
7348
7349 * gdb.base/label.exp: Remove is_remote target check.
7350
7351 2017-10-12 Pedro Alves <palves@redhat.com>
7352
7353 * gdb.base/auvx.exp (coredir): Update comment.
7354 (top level) <core_works>: Use "set cwd" command instead of "cd"
7355 command.
7356
7357 2017-10-12 Pedro Alves <palves@redhat.com>
7358 Simon Marchi <simon.marchi@polymtl.ca>
7359
7360 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7361 target boards.
7362
7363 2017-10-12 Pedro Alves <palves@redhat.com>
7364 Simon Marchi <simon.marchi@polymtl.ca>
7365
7366 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7367 Instead skip if there's any gdb_protocol set.
7368
7369 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7370 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7373
7374 2017-10-12 Pedro Alves <palves@redhat.com>
7375 Simon Marchi <simon.marchi@polymtl.ca>
7376
7377 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7378 instead of on dejagnu remote boards.
7379
7380 2017-10-12 Pedro Alves <palves@redhat.com>
7381 Simon Marchi <simon.marchi@polymtl.ca>
7382
7383 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7384 checks. Use build_executable + clean_restart instead of
7385 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7386 of enabling non-stop after starting gdb.
7387
7388 2017-10-12 Pedro Alves <palves@redhat.com>
7389
7390 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7391 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7392 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7393 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7394
7395 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7396
7397 * gdb.arch/arc-tdesc-cpu.exp: New file.
7398 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7399
7400 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7401
7402 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7403
7404 2017-10-10 Pedro Alves <palves@redhat.com>
7405
7406 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7407 expect CLI output.
7408
7409 2017-10-10 Pedro Alves <palves@redhat.com>
7410
7411 * lib/selftest-support.exp (selftest_setup): Update for
7412 captured_command_loop's prototype change.
7413
7414 2017-10-09 Pedro Alves <palves@redhat.com>
7415
7416 Test both arch1=>arch2 and arch2=>arch1.
7417
7418 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7419 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7420 factored out to...
7421 (append_arch1_options, append_arch2_options, append_arch_options)
7422 (build_executables): New procedures.
7423 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7424 local.
7425 (top level): Add new 'first_arch' testing axis.
7426
7427 2017-10-09 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7430 (barrier): New.
7431 (thread_start, all_started): New functions.
7432 (main): Spawn new thread and wait until it is scheduled.
7433 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7434 option.
7435 (do_test): Add 'selected_thread' parameter. Run to all_started
7436 instead of main. Explicitly set the breakpoint at main. Switch
7437 to the SELECTED_THREAD thread.
7438 (top level): Test handling the exec event with either the main
7439 thread or the second thread selected.
7440
7441 2017-10-09 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7444 logic. Move STOP marker after the value checks.
7445 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7446 regexp.
7447
7448 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7449
7450 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7451
7452 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7453
7454 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7455 integer-to-dfp conversion.
7456 * gdb.base/dfp-test.exp: Likewise.
7457
7458 2017-10-04 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.multi/hangout.c: Include <unistd.h>.
7461 (hangout_loop): New function.
7462 (main): Call alarm. Call hangout_loop in a loop.
7463 * gdb.multi/hello.c: Include <unistd.h>.
7464 (hello_loop): New function.
7465 (main): Call alarm. Call hangout_loop in a loop.
7466 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7467 inferior with the other selected.
7468
7469 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7470
7471 * gdb.mi/list-thread-groups-available.exp: New file.
7472 * gdb.mi/list-thread-groups-available.c: New file.
7473
7474 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7475
7476 * gdb.base/set-cwd.exp: Make it available on
7477 native-extended-gdbserver.
7478
7479 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7480
7481 * gdb.base/set-cwd.c: New file.
7482 * gdb.base/set-cwd.exp: Likewise.
7483
7484 2017-10-02 Tom Tromey <tom@tromey.com>
7485
7486 PR rust/22236:
7487 * gdb.rust/simple.rs (main): New variable "fslice".
7488 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7489
7490 2017-10-02 Tom Tromey <tom@tromey.com>
7491
7492 * gdb.rust/simple.exp: Test ptype of a slice.
7493
7494 2017-10-02 Tom Tromey <tom@tromey.com>
7495
7496 * gdb.rust/simple.exp: Test index of slice.
7497
7498 2017-09-27 Tom Tromey <tom@tromey.com>
7499
7500 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7501
7502 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7503 Pedro Alves <palves@redhat.com>
7504
7505 * gdb.base/compare-sections.exp (get value of read-only section): Read
7506 as unsigned value.
7507 (corrupt read-only section): Likewise and don't set written if patching
7508 failed.
7509
7510 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7511
7512 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7513 files.
7514
7515 2017-09-20 Pedro Alves <palves@redhat.com>
7516
7517 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7518 symbol names in gdb's output.
7519 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7520
7521 2017-09-20 Pedro Alves <palves@redhat.com>
7522
7523 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7524 Rename to ...
7525 (test_list_ambiguous_symbol): ... this and add a symbol name
7526 parameter. Adjust.
7527 (test_list_ambiguous_function): Reimplement on top of
7528 test_list_ambiguous_symbol and also test listing ambiguous
7529 variables.
7530 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7531 (ambiguous_fun): ... this.
7532 (ambiguous_var): New.
7533 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7534 (ambiguous_fun): ... this.
7535 (ambiguous_var): New.
7536
7537 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7538
7539 * gdb.base/starti.c: New file.
7540 * gdb.base/starti.exp: New file.
7541 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7542
7543 2017-09-14 Pedro Alves <palves@redhat.com>
7544
7545 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7546 (top level): Use it instead of runto.
7547
7548 2017-09-11 Tom Tromey <tom@tromey.com>
7549
7550 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7551
7552 2017-09-11 Tom Tromey <tom@tromey.com>
7553
7554 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7555 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7556
7557 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7558
7559 * gdb.fortran/printing-types.exp: New file.
7560 * gdb.fortran/printing-types.exp: New file.
7561
7562 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7563
7564 * gdb.fortran/vla-ptype.exp: Fix typos.
7565 * gdb.fortran/vla-value.exp: Same.
7566
7567 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7568
7569 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7570 * gdb.mi/mi-var-child-f.exp: Likewise.
7571 * gdb.mi/mi-vla-fortran.exp: Likewise.
7572
7573 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7574 Christoph Weinmann <christoph.t.weinmann@intel.com>
7575 Bernhard Heckel <bernhard.heckel@intel.com>
7576
7577 * gdb.fortran/ptr-indentation.f90: New file.
7578 * gdb.fortran/ptr-indentation.exp: New file.
7579
7580 2017-09-05 Tom Tromey <tom@tromey.com>
7581
7582 PR gdb/22010:
7583 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7584
7585 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7586
7587 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7588
7589 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7590
7591 * gdb.threads/tls-nodebug-pie.c: New file.
7592 * gdb.threads/tls-nodebug-pie.exp: New file.
7593
7594 2017-09-05 Tom Tromey <tom@tromey.com>
7595
7596 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7597 for rust.
7598
7599 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7600
7601 * gdb.multi/multi-arch-exec.exp: Test with different
7602 "follow-exec-mode" settings.
7603 (do_test): New procedure.
7604
7605 2017-09-04 Pedro Alves <palves@redhat.com>
7606
7607 * gdb.base/func-static.c (S::method const, S::method volatile)
7608 (S::method volatile const): New methods.
7609 (c_s, v_s, cv_s): New instances.
7610 (main): Call method() on them.
7611 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7612 (cannot_resolve): New procedure.
7613 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7614 print-quote-unquoted columns.
7615 (do_test): Test printing each scope too.
7616
7617 2017-09-04 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.base/local-static.exp: Also test with
7620 class::method::variable wholly quoted.
7621 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7622
7623 2017-09-04 Pedro Alves <palves@redhat.com>
7624
7625 * gdb.base/local-static.c: New.
7626 * gdb.base/local-static.cc: New.
7627 * gdb.base/local-static.exp: New.
7628
7629 2017-09-04 Pedro Alves <palves@redhat.com>
7630
7631 * gdb.asm/asm-source.exp: Add casts to int.
7632 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7633 (dataglobal64_1, dataglobal64_2): New globals.
7634 * gdb.base/nodebug.exp: Test different expressions involving the
7635 new globals, with print, whatis and ptype. Add casts to int.
7636 * gdb.base/solib-display.exp: Add casts to int.
7637 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7638 * gdb.cp/m-static.exp: Add cast to int.
7639 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7640 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7641 tls variable with no debug info without a cast. Test with a cast
7642 to int too.
7643 * gdb.trace/entry-values.exp: Add casts.
7644
7645 2017-09-04 Pedro Alves <palves@redhat.com>
7646
7647 * gdb.base/nodebug.exp: Test that ptype's error about functions
7648 with unknown return type includes the function name too.
7649
7650 2017-09-04 Pedro Alves <palves@redhat.com>
7651
7652 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7653 return type of munmap in infcall.
7654 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7655 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7656 type of ftell in infcall.
7657 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7658 type of getpid in infcall.
7659 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7660 infcall.
7661 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7662 Bail on failure to extract the pid.
7663 * gdb.base/nodebug.c: #include <stdint.h>.
7664 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7665 New functions.
7666 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7667 Change expected output of print/whatis/ptype with functions with
7668 no debug info. Test all supported languages. Call
7669 test_call_promotion.
7670 * gdb.compile/compile.exp: Adjust expected output to expect
7671 warning.
7672 * gdb.threads/siginfo-threads.exp: Likewise.
7673
7674 2017-09-04 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7677 "prototypes". Test calling float functions via prototyped and
7678 unprototyped function pointers.
7679 (perform_all_tests): New parameter "prototypes". Pass it down.
7680 (top level): Pass down "prototypes" parameter to
7681 perform_all_tests.
7682
7683 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7684
7685 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7686 Test with nested loops.
7687
7688 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7689
7690 * gdb.base/commands.exp: Call the new procedures.
7691 (loop_break_test, loop_continue_test): New procedures.
7692
7693 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7694
7695 * gdb.base/commands.exp: Call new procedure.
7696 (define_if_without_arg_test): New procedure.
7697
7698 2017-09-04 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.base/list-ambiguous.exp: New file.
7701 * gdb.base/list-ambiguous0.c: New file.
7702 * gdb.base/list-ambiguous1.c: New file.
7703 * gdb.base/list.exp (test_list_range): Adjust expected output.
7704
7705 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7706
7707 * gdb.base/share-env-with-gdbserver.c: New file.
7708 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7709
7710 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7711
7712 * gdb.base/commands.exp (gdbvar_simple_if_test,
7713 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7714 progvar_simple_if_test, progvar_simple_while_test,
7715 progvar_complex_if_while_test, user_defined_command_test,
7716 user_defined_command_args_eval,
7717 user_defined_command_args_stack_test,
7718 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7719 temporary_breakpoint_commands,
7720 gdb_test_no_prompt, redefine_hook_test,
7721 redefine_backtrace_test): Remove "global gdb_prompt".
7722
7723 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7724
7725 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7726 New proc, call it from toplevel.
7727
7728 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7729
7730 PR remote/21852
7731 * gdb.server/normal.c: New file, copied from gdb.base.
7732 * gdb.server/run-without-local-binary.exp: New file.
7733
7734 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7735
7736 * gdb.arch/sparc64-adi.exp: New file.
7737 * gdb.arch/sparc64-adi.c: New file.
7738
7739 2017-08-22 Pedro Alves <palves@redhat.com>
7740
7741 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7742 (top level): Add "list all overloads" tests.
7743
7744 2017-08-22 Tom Tromey <tom@tromey.com>
7745
7746 * gdb.gdb/xfullpath.exp: Remove.
7747
7748 2017-08-21 Pedro Alves <palves@redhat.com>
7749
7750 PR gdb/19487
7751 * gdb.base/symbol-alias.c: New.
7752 * gdb.base/symbol-alias2.c: New.
7753 * gdb.base/symbol-alias.exp: New.
7754
7755 2017-08-21 Pedro Alves <palves@redhat.com>
7756
7757 * gdb.base/dfp-test.c
7758 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7759 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7760 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7761 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7762 * gdb.base/whatis-ptype-typedefs.c: New.
7763 * gdb.base/whatis-ptype-typedefs.exp: New.
7764 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7765 (an_int, an_int_type, an_int_type2): New globals.
7766 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7767 involving typedefs and cast expressions.
7768 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7769 (lookup_typedefs_function): New.
7770 (typedefs_pretty_printers_dict): New.
7771 (top level): Register lookup_typedefs_function in
7772 gdb.pretty_printers.
7773
7774 2017-08-18 Yao Qi <yao.qi@linaro.org>
7775
7776 * gdb.server/unittest.exp: New.
7777
7778 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7779
7780 PR gdb/21954
7781 * gdb.base/environ.exp: Add test to check if 'unset environment'
7782 works.
7783
7784 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7785
7786 * lib/gdb.exp (universal_compile_options): New caching proc.
7787 (gdb_compile): Suppress GCC's coloring of messages.
7788
7789 2017-08-14 Tom Tromey <tom@tromey.com>
7790
7791 PR gdb/21675:
7792 * gdb.base/printcmds.exp (test_radices): New function.
7793 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7794 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7795 * lib/gdb.exp (get_integer_valueof): Use p/d.
7796
7797 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7798
7799 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7800 characters.
7801
7802 2017-08-05 Tom Tromey <tom@tromey.com>
7803
7804 * gdb.rust/simple.exp: Allow String to appear in a different
7805 namespace.
7806
7807 2017-07-26 Yao Qi <yao.qi@linaro.org>
7808
7809 * gdb.gdb/unittest.exp: Invoke command
7810 "maintenance check xml-descriptions".
7811
7812 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7813
7814 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7815 calling context.
7816 (hex128): Drop erroneous calculation of parameters.
7817
7818 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7819
7820 * gdb.python/py-unwind.exp: Disable stack protection when
7821 building test file.
7822
7823 2017-07-20 Pedro Alves <palves@redhat.com>
7824
7825 * gdb.base/default.exp (set language): Adjust expected output.
7826
7827 2017-07-20 Pedro Alves <palves@redhat.com>
7828
7829 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7830 (test_minsym): ... this, and make static.
7831 (get_pck__foo__bar__minsym): Rename to ...
7832 (get_test_minsym): ... this.
7833 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7834 symbol names and comments.
7835 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7836 (get_test_minsym): ... this.
7837 (pck__foo__bar__minsym__2): Rename to ...
7838 (test_minsym): ... this.
7839 (main): Adjust.
7840
7841 2017-07-17 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.base/completion.exp: Adjust expected output.
7844 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7845 the completer works.
7846
7847 2017-07-17 Pedro Alves <palves@redhat.com>
7848
7849 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7850
7851 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7852
7853 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7854
7855 2017-07-14 Tom Tromey <tom@tromey.com>
7856
7857 PR rust/21764:
7858 * gdb.rust/simple.exp: Add tests.
7859
7860 2017-07-14 Tom Tromey <tom@tromey.com>
7861
7862 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7863
7864 2017-07-14 Pedro Alves <palves@redhat.com>
7865
7866 * gdb.linespec/base/one/thefile.cc (z1): New function.
7867 * gdb.linespec/base/two/thefile.cc (z2): New function.
7868 * gdb.linespec/linespec.exp: Add tests.
7869
7870 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7871
7872 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7873 to mi_create_breakpoint.
7874
7875 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7876
7877 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7878 mi_create_breakpoint.
7879
7880 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7881
7882 * gdb.dlang/demangle.exp: Update for demangling changes.
7883
7884 2017-07-09 Tom Tromey <tom@tromey.com>
7885
7886 * gdb.dwarf2/shortpiece.exp: New file.
7887
7888 2017-07-06 David Blaikie <dblaikie@gmail.com>
7889
7890 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7891 built from fissiont-multi-cu{1,2}.c.
7892 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7893 except putting 'main' and 'func' in separate CUs in the same DWO file.
7894 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7895 test.
7896 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7897 test.
7898
7899 2017-07-06 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.python/py-unwind.exp: Test flushregs.
7902
7903 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7904
7905 PR cli/21688
7906 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7907 tests for alias commands and trailing whitespace.
7908
7909 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7910
7911 PR cli/21688
7912 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7913 procedure. Call it.
7914
7915 2017-06-29 Pedro Alves <palves@redhat.com>
7916
7917 * gdb.base/printcmds.exp: Add tests.
7918
7919 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7920
7921 PR gdb/21337
7922 * gdb.base/reread-readsym.exp: New file.
7923 * gdb.base/reread-readsym.c: New file.
7924
7925 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7926
7927 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7928 subpattern.
7929
7930 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7931
7932 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7933 extended mnemonic.
7934 * gdb.arch/powerpc-power9.s: Likewise.
7935
7936 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7937
7938 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7939 on 32-bit x86 targets. Exploit is_*_target macros where
7940 appropriate.
7941
7942 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7943
7944 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7945 register pieces.
7946
7947 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7948
7949 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7950 located in one or more DWARF pieces.
7951
7952 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7953
7954 * lib/gdb.exp (get_endianness): New proc.
7955 * gdb.arch/aarch64-fp.exp: Use it.
7956 * gdb.arch/altivec-regs.exp: Likewise.
7957 * gdb.arch/e500-regs.exp: Likewise.
7958 * gdb.arch/vsx-regs.exp: Likewise.
7959 * gdb.base/dump.exp: Likewise.
7960 * gdb.base/funcargs.exp: Likewise.
7961 * gdb.base/gnu_vector.exp: Likewise.
7962 * gdb.dwarf2/formdata16.exp: Likewise.
7963 * gdb.dwarf2/implptrpiece.exp: Likewise.
7964 * gdb.dwarf2/nonvar-access.exp: Likewise.
7965 * gdb.python/py-inferior.exp: Likewise.
7966 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7967
7968 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7969
7970 PR gdb/21226
7971 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7972 stack value pieces are taken from the LSB end.
7973
7974 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7975
7976 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7977 variable at nonzero offset.
7978
7979 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7980
7981 * gdb.dwarf2/var-access.c: New file.
7982 * gdb.dwarf2/var-access.exp: New test.
7983 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7984
7985 2017-06-12 Tom Tromey <tom@tromey.com>
7986
7987 * gdb.dwarf2/formdata16.exp: Add tests.
7988
7989 2017-06-12 Tom Tromey <tom@tromey.com>
7990
7991 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7992
7993 2017-06-12 Tom Tromey <tom@tromey.com>
7994
7995 PR exp/16225:
7996 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7997 * gdb.arch/vsx-regs.exp: Update tests.
7998 * gdb.arch/s390-vregs.exp (hex128): New proc.
7999 Update test.
8000 * gdb.arch/altivec-regs.exp: Update tests.
8001
8002 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8003
8004 * gdb.base/startup-with-shell.c: New file.
8005 * gdb.base/startup-with-shell.exp: Likewise.
8006
8007 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8008
8009 * gdb.server/non-existing-program.exp: Update regex in order to
8010 reflect the fact that gdbserver is now using fork_inferior (with a
8011 shell) to startup the inferior.
8012
8013 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8014
8015 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8016 support function calls from GDB.
8017
8018 2017-05-21 Tom Tromey <tom@tromey.com>
8019
8020 PR rust/21466:
8021 * gdb.rust/unsized.exp: New file.
8022 * gdb.rust/unsized.rs: New file.
8023
8024 2017-05-19 Tom Tromey <tom@tromey.com>
8025
8026 PR rust/21484:
8027 * gdb.rust/watch.exp: New file.
8028 * gdb.rust/watch.rs: New file.
8029
8030 2017-05-18 Tom Tromey <tom@tromey.com>
8031
8032 * gdb.rust/simple.exp: Allow Box to be qualified.
8033
8034 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8035
8036 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8037
8038 2017-05-18 Pedro Alves <palves@redhat.com>
8039
8040 * gdb.base/fileio.c (test_write, test_read, test_close)
8041 (test_fstat): Don't print 'ret' in the fail path.
8042
8043 2017-05-18 Pedro Alves <palves@redhat.com>
8044
8045 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8046 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8047 (test_system, test_rename, test_unlink, test_time): Change
8048 prototypes.
8049 * gdb.base/fileio.exp (stop_msg): Adjust.
8050
8051 2017-05-18 Pedro Alves <palves@redhat.com>
8052
8053 * gdb.base/fileio.c (null_str): New global.
8054 (test_stat): Use it.
8055 * gdb.base/fileio.exp: Remove nowarnings.
8056
8057 2017-05-17 Yao Qi <yao.qi@linaro.org>
8058
8059 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8060
8061 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8062
8063 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8064 argument command.
8065 (top-level): Invoke test_set_inferior_tty.
8066
8067 2017-05-04 Pedro Alves <palves@redhat.com>
8068
8069 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8070 Add parens to print call for Python 3.
8071
8072 2017-05-03 Keith Seitz <keiths@redhat.com>
8073
8074 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8075 (main): Call it.
8076
8077 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8078
8079 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8080 to prev and next.
8081
8082 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8083
8084 * gdb.python/py-record-btrace.exp: Remove test for
8085 gdb.BtraceInstruction.error.
8086
8087 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8088
8089 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8090
8091 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8092
8093 * gdb.python/py-record-btrace-threads.c: New file.
8094 * gdb.python/py-record-btrace-threads.exp: New file.
8095
8096 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8097
8098 PR testsuite/8595
8099 * gdb.base/environ.exp: Make test available in all architectures.
8100 Move bits related to "info program" testing to
8101 gdb.base/info-program.exp. Rewrite tests to use the two new
8102 procedures mentione below.
8103 (test_set_show_env_var) New procedure.
8104 (test_set_show_env_var_equal): Likewise.
8105 * gdb.base/info-program.exp: New file.
8106
8107 2017-04-27 Keith Seitz <keiths@redhat.com>
8108
8109 * gdb.cp/oranking.cc (test15): New function.
8110 (main): Call test15 and declare additional variables for testing.
8111 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8112 "p foo101('abc')" tests.
8113 Add tests for cv qualifier overloads.
8114 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8115 "lvalue reference overload" test.
8116 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8117 "print value of f1 on Child&& in f2" test.
8118
8119 2017-04-19 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8122 procedure.
8123 (top level): Call it.
8124 * lib/gdb.exp (gdb_define_cmd): New procedure.
8125
8126 2017-04-12 Pedro Alves <palves@redhat.com>
8127
8128 PR gdb/21323
8129 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8130 (wchar): New global.
8131 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8132 (do_test_wide_char, wide_char_types_no_program, top level): Add
8133 wchar_t testing.
8134
8135 2017-04-12 Pedro Alves <palves@redhat.com>
8136
8137 PR c++/21323
8138 * gdb.cp/wide_char_types.c: New file.
8139 * gdb.cp/wide_char_types.exp: New file.
8140
8141 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8142
8143 PR gdb/21352
8144 * gdb.trace/tsv.exp: Add test for "tsave -r".
8145
8146 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8147
8148 * gdb.dlang/watch-loc.c: New file.
8149 * gdb.dlang/watch-loc.exp: New file.
8150
8151 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8152
8153 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8154
8155 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8156
8157 * gdb.arch/arc-analyze-prologue.S: New file.
8158 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8159
8160 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8161
8162 * gdb.arch/arc-decode-insn.S: New file.
8163 * gdb.arch/arc-decode-insn.exp: Likewise.
8164
8165 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8166
8167 PR tdep/20928
8168 * gdb.arch/sparc64-regs.exp: New file.
8169 * gdb.arch/sparc64-regs.S: Likewise.
8170
8171 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8172
8173 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8174 and memory view on Python 3.
8175
8176 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8177 Keith Seitz <keiths@redhat.com>
8178
8179 PR gdb/14441
8180 * gdb.cp/demangle.exp: Add rvalue reference tests.
8181 * gdb.cp/rvalue-ref-casts.cc: New file.
8182 * gdb.cp/rvalue-ref-casts.exp: New file.
8183 * gdb.cp/rvalue-ref-overload.cc: New file.
8184 * gdb.cp/rvalue-ref-overload.exp: New file.
8185 * gdb.cp/rvalue-ref-params.cc: New file.
8186 * gdb.cp/rvalue-ref-params.exp: New file.
8187 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8188 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8189 * gdb.cp/rvalue-ref-types.cc: New file.
8190 * gdb.cp/rvalue-ref-types.exp: New file.
8191 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8192 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8193
8194 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8195
8196 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8197 New procedure.
8198
8199 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8200
8201 * lib/mi-support.exp (mi_gdb_test): Add additional message
8202 for unexpected output.
8203
8204 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8205
8206 * gdb.base/examine-backward.c (Barrier): New character array
8207 constant, to ensure that TestStrings is preceded by a string
8208 terminator.
8209
8210 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8211
8212 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8213 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8214 and implicit pointer into such a location.
8215
8216 2017-03-16 Doug Evans <dje@google.com>
8217
8218 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8219
8220 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8221
8222 * gdb.cp/m-static.exp: Fix expectation for prototype of
8223 test5.single_constructor and single_constructor::single_constructor.
8224
8225 2017-03-16 Doug Evans <dje@google.com>
8226
8227 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8228 * gdb.guile/scm-lazy-string.c: New file.
8229 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8230 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8231 for pointer, array, typedef lazy strings.
8232
8233 2017-03-16 Doug Evans <dje@google.com>
8234
8235 PR python/17728, python/18439, python/18779
8236 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8237 * gdb.python/py-lazy-string.c (pointer): New typedef.
8238 (main): New locals ptr, array, typedef_ptr.
8239 * gdb.python/py-value.exp: Move lazy string tests to ...
8240 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8241 array, typedef lazy strings.
8242
8243 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8244
8245 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8246 Add optional 'test' parameter.
8247
8248 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8249
8250 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8251 Skip for versions of DejaGnu < 1.5.
8252
8253 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8254
8255 * lib/gdb.exp (dejagnu_version): New proc.
8256 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8257 Use dejagnu_version.
8258
8259 2017-03-10 Keith Seitz <keiths@redhat.com>
8260
8261 PR c++/8128
8262 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8263 type from destructor regexps.
8264 Add a branch which actually passes the test.
8265 Adjust "ptype t5i" test names.
8266
8267 2017-03-08 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.base/step-over-exit.exp: Add explicit test message.
8270
8271 2017-03-08 Pedro Alves <palves@redhat.com>
8272
8273 PR gdb/18360
8274 * gdb.threads/interrupt-while-step-over.c: New file.
8275 * gdb.threads/interrupt-while-step-over.exp: New file.
8276
8277 2017-03-08 Pedro Alves <palves@redhat.com>
8278
8279 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8280 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8281
8282 2017-03-08 Pedro Alves <palves@redhat.com>
8283
8284 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8285 PKRU as not supported as a PASS.
8286
8287 2017-03-08 Pedro Alves <palves@redhat.com>
8288
8289 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8290 prefix instead of $binfile1/$binfile2.
8291 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8292 in test message.
8293 * gdb.python/py-completion.exp: Use "load python file" as test
8294 messages instead of unstable path names.
8295
8296 2017-03-08 Pedro Alves <palves@redhat.com>
8297 Jan Kratochvil <jan.kratochvil@redhat.com>
8298
8299 PR cli/21218
8300 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8301 New proc.
8302 (top level): Call it.
8303
8304 2017-03-08 Pedro Alves <palves@redhat.com>
8305
8306 PR tui/21216
8307 * gdb.tui/tui-nl-filtered-output.exp: New file.
8308
8309 2017-03-08 Pedro Alves <palves@redhat.com>
8310
8311 * gdb.base/completion.exp: Move TUI completion tests to ...
8312 * gdb.tui/completion.exp: ... this new file.
8313
8314 2017-03-08 Pedro Alves <palves@redhat.com>
8315
8316 * gdb.base/tui-disasm-long-lines.c,
8317 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8318 gdb.base/tui-layout.exp: Move to ...
8319 * gdb.tui/: ... this new directory.
8320
8321 2017-03-07 Pedro Alves <palves@redhat.com>
8322
8323 * gdb.base/tui-layout.c: New file.
8324 * gdb.base/tui-layout.exp: New file.
8325
8326 2017-03-07 Pedro Alves <palves@redhat.com>
8327
8328 * gdb.base/tui-layout.c: Rename to ...
8329 * gdb.base/tui-disasm-long-lines.c: ... this.
8330 * gdb.base/tui-layout.exp: Rename to ...
8331 * gdb.base/tui-disasm-long-lines.exp: ... this.
8332
8333 2017-03-07 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8336
8337 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8338
8339 * i386-mpx-call.c: New file.
8340 * i386-mpx-call.exp: New file.
8341
8342 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8343
8344 * gdb.arch/powerpc-power.exp: Delete test.
8345 * gdb.arch/powerpc-power.s: Likewise.
8346 * gdb.disasm/disassembler-options.exp: New test.
8347 * gdb.arch/powerpc-altivec.exp: Likewise.
8348 * gdb.arch/powerpc-altivec.s: Likewise.
8349 * gdb.arch/powerpc-altivec2.exp: Likewise.
8350 * gdb.arch/powerpc-altivec2.s: Likewise.
8351 * gdb.arch/powerpc-altivec3.exp: Likewise.
8352 * gdb.arch/powerpc-altivec3.s: Likewise.
8353 * gdb.arch/powerpc-power7.exp: Likewise.
8354 * gdb.arch/powerpc-power7.s: Likewise.
8355 * gdb.arch/powerpc-power8.exp: Likewise.
8356 * gdb.arch/powerpc-power8.s: Likewise.
8357 * gdb.arch/powerpc-power9.exp: Likewise.
8358 * gdb.arch/powerpc-power9.s: Likewise.
8359 * gdb.arch/powerpc-vsx.exp: Likewise.
8360 * gdb.arch/powerpc-vsx.s: Likewise.
8361 * gdb.arch/powerpc-vsx2.exp: Likewise.
8362 * gdb.arch/powerpc-vsx2.s: Likewise.
8363 * gdb.arch/powerpc-vsx3.exp: Likewise.
8364 * gdb.arch/powerpc-vsx3.s: Likewise.
8365 * gdb.arch/arm-disassembler-options.exp: Likewise.
8366 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8367 * gdb.arch/s390-disassembler-options.exp: Likewise.
8368
8369 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8370
8371 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8372 (check_supported_features): ... this. Changed return type to void.
8373 (supports_rdseed): New static global.
8374 (rdseed): Check supports_rdseed.
8375 (initialize): Call check_supported_features.
8376
8377 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8378
8379 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8380 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8381 and lqarx/stqcx.
8382 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8383 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8384
8385 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8386
8387 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8388 uppercase.
8389
8390 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8391
8392 * gdb.dwarf2/formdata16.c: New file.
8393 * gdb.dwarf2/formdata16.exp: New file.
8394 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8395
8396 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8397
8398 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8399 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8400 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8401 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8402 DW_AT_GNU_*.
8403
8404 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8405
8406 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8407
8408 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8409
8410 PR gdb/21164
8411 * gdb.base/maint.exp: Add testcases for when the commands do
8412 not have arguments.
8413
8414 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8415
8416 * gdb.cp/chained-calls.exp: Use p instead of P.
8417
8418 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8419
8420 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8421 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8422
8423 2017-02-14 Tom Tromey <tom@tromey.com>
8424
8425 PR python/13598:
8426 * gdb.python/py-events.exp: Add before_prompt event tests.
8427
8428 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8429
8430 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8431
8432 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8433
8434 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8435 (main): Call my_unique_function_name.
8436 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8437 completion of patterns with a single match.
8438 Add missing -re switches to gdb_test_multiple calls.
8439
8440 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8441
8442 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8443 return if core file is not recognized.
8444
8445 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8446
8447 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8448 and extra UIs.
8449
8450 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8451
8452 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8453 proc_with_prefix.
8454
8455 2017-02-10 Tom Tromey <tom@tromey.com>
8456
8457 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8458
8459 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8460
8461 PR gdb/21122
8462 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8463
8464 2017-02-08 Jerome Guitton <guitton@adacore.com>
8465
8466 * gdb.base/define.exp: Add test for command abbreviations
8467 in define.
8468
8469 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8470
8471 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8472 * gdb.reverse/insn-reverse-x86.c: New file.
8473
8474 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8475
8476 PR tdep/20936
8477 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8478
8479 2017-02-03 Tom Tromey <tom@tromey.com>
8480
8481 PR rust/21097:
8482 * gdb.rust/simple.exp: Add new tests.
8483
8484 2017-02-02 Pedro Alves <palves@redhat.com>
8485
8486 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8487 tests.
8488
8489 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8490
8491 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8492 taking a 2-byte value out of a 4-byte DWARF implicit value on
8493 big-endian targets.
8494 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8495 logic. Add test cases for DW_OP_implicit.
8496
8497 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8498
8499 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8500
8501 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8502
8503 * gdb.btrace/enable.exp: Call gdb_exit before
8504 skip_gdbserver_tests.
8505
8506 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8507
8508 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8509 GDBFLAGS.
8510
8511 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8512
8513 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8514 the test is skipped.
8515 * gdb.btrace/data.exp: Likewise.
8516 * gdb.btrace/delta.exp: Likewise.
8517 * gdb.btrace/dlopen.exp: Likewise.
8518 * gdb.btrace/enable-running.exp: Likewise.
8519 * gdb.btrace/enable.exp: Likewise.
8520 * gdb.btrace/exception.exp: Likewise.
8521 * gdb.btrace/function_call_history.exp: Likewise.
8522 * gdb.btrace/gcore.exp: Likewise.
8523 * gdb.btrace/instruction_history.exp: Likewise.
8524 * gdb.btrace/multi-thread-step.exp: Likewise.
8525 * gdb.btrace/nohist.exp: Likewise.
8526 * gdb.btrace/non-stop.exp: Likewise.
8527 * gdb.btrace/reconnect.exp: Likewise.
8528 * gdb.btrace/record_goto-step.exp: Likewise.
8529 * gdb.btrace/record_goto.exp: Likewise.
8530 * gdb.btrace/rn-dl-bind.exp: Likewise.
8531 * gdb.btrace/segv.exp: Likewise.
8532 * gdb.btrace/step.exp: Likewise.
8533 * gdb.btrace/stepi.exp: Likewise.
8534 * gdb.btrace/tailcall-only.exp: Likewise.
8535 * gdb.btrace/tailcall.exp: Likewise.
8536 * gdb.btrace/tsx.exp: Likewise.
8537 * gdb.btrace/unknown_functions.exp: Likewise.
8538 * gdb.btrace/vdso.exp: Likewise.
8539
8540 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8541
8542 * gdb.btrace/enable-running.c: New.
8543 * gdb.btrace/enable-running.exp: New.
8544
8545 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8546
8547 * gdb.arch/amd64-gs_base.c: New file.
8548 * gdb.arch/amd64-gs_base.exp: New file.
8549
8550 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8551
8552 * lib/memory.exp: Remove spurious empty newlines.
8553
8554 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8555
8556 * gdb.python/py-bad-printers.exp: Load python file using "source".
8557 * gdb.python/py-events.exp: Likewise.
8558 * gdb.python/py-evsignal.exp: Likewise.
8559 * gdb.python/py-evthreads.exp: Likewise.
8560 * gdb.python/py-frame-args.exp: Likewise.
8561 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8562 * gdb.python/py-framefilter-mi.exp: Likewise.
8563 * gdb.python/py-framefilter.exp: Likewise.
8564 * gdb.python/py-mi.exp: Likewise.
8565 * gdb.python/py-pp-maint.exp: Likewise.
8566 * gdb.python/py-pp-registration.exp: Likewise.
8567 * gdb.python/py-prettyprint.exp: Likewise.
8568 (run_lang_tests): Likewise.
8569 * gdb.python/py-typeprint.exp: Likewise.
8570
8571 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8572
8573 * lib/memory.exp: New file.
8574 * lib/gdb.exp: Load memory.exp.
8575 * gdb.base/memattr.exp (delete_memory): Move proc to
8576 lib/memory.exp and rename to delete_memory_regions.
8577 Replace delete_memory with delete_memory_regions.
8578 Cleanup memory regions before tests.
8579 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8580 before tests.
8581
8582 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8583
8584 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8585 files.
8586 (initialize): New function conditionally defined.
8587 (testcases): Move within conditional block.
8588 (main): Call initialize.
8589 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8590 of gdb.reverse/insn-reverse.c.
8591 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8592 gdb.reverse/insn-reverse.c.
8593
8594 2017-01-26 Yao Qi <yao.qi@linaro.org>
8595
8596 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8597 disassemble on address 0.
8598
8599 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8600 Yao Qi <yao.qi@linaro.org>
8601
8602 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8603 * gdb.dwarf2/implptr-64bit.S: Remove.
8604 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8605 variables in caller's context. Add DW_OP_implicit_value.
8606
8607 2017-01-25 Yao Qi <yao.qi@linaro.org>
8608
8609 * lib/dwarf.exp (Dwarf::_location): Handle
8610 DW_OP_GNU_implicit_pointer with proper size.
8611
8612 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8613
8614 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8615 and add untested calls.
8616
8617 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8618
8619 * gdb.python/python.exp: Check line number against what GDB thinks
8620 the line number is for func1.
8621
8622 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8623
8624 * gdb.dlang/debug-expr.exp: New file.
8625
8626 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8627
8628 Fix test names for the following files:
8629
8630 * gdb.ada/exec_changed.exp
8631 * gdb.ada/info_types.exp
8632 * gdb.arch/aarch64-atomic-inst.exp
8633 * gdb.arch/aarch64-fp.exp
8634 * gdb.arch/altivec-abi.exp
8635 * gdb.arch/altivec-regs.exp
8636 * gdb.arch/amd64-byte.exp
8637 * gdb.arch/amd64-disp-step.exp
8638 * gdb.arch/amd64-dword.exp
8639 * gdb.arch/amd64-entry-value-inline.exp
8640 * gdb.arch/amd64-entry-value-param.exp
8641 * gdb.arch/amd64-entry-value-paramref.exp
8642 * gdb.arch/amd64-entry-value.exp
8643 * gdb.arch/amd64-i386-address.exp
8644 * gdb.arch/amd64-invalid-stack-middle.exp
8645 * gdb.arch/amd64-invalid-stack-top.exp
8646 * gdb.arch/amd64-optimout-repeat.exp
8647 * gdb.arch/amd64-prologue-skip.exp
8648 * gdb.arch/amd64-prologue-xmm.exp
8649 * gdb.arch/amd64-stap-special-operands.exp
8650 * gdb.arch/amd64-stap-wrong-subexp.exp
8651 * gdb.arch/amd64-tailcall-cxx.exp
8652 * gdb.arch/amd64-tailcall-noret.exp
8653 * gdb.arch/amd64-tailcall-ret.exp
8654 * gdb.arch/amd64-tailcall-self.exp
8655 * gdb.arch/amd64-word.exp
8656 * gdb.arch/arm-bl-branch-dest.exp
8657 * gdb.arch/arm-disp-step.exp
8658 * gdb.arch/arm-neon.exp
8659 * gdb.arch/arm-single-step-kernel-helper.exp
8660 * gdb.arch/avr-flash-qualifier.exp
8661 * gdb.arch/disp-step-insn-reloc.exp
8662 * gdb.arch/e500-abi.exp
8663 * gdb.arch/e500-regs.exp
8664 * gdb.arch/ftrace-insn-reloc.exp
8665 * gdb.arch/i386-avx512.exp
8666 * gdb.arch/i386-bp_permanent.exp
8667 * gdb.arch/i386-byte.exp
8668 * gdb.arch/i386-cfi-notcurrent.exp
8669 * gdb.arch/i386-disp-step.exp
8670 * gdb.arch/i386-dr3-watch.exp
8671 * gdb.arch/i386-float.exp
8672 * gdb.arch/i386-gnu-cfi.exp
8673 * gdb.arch/i386-mpx-map.exp
8674 * gdb.arch/i386-mpx-sigsegv.exp
8675 * gdb.arch/i386-mpx-simple_segv.exp
8676 * gdb.arch/i386-mpx.exp
8677 * gdb.arch/i386-permbkpt.exp
8678 * gdb.arch/i386-prologue.exp
8679 * gdb.arch/i386-signal.exp
8680 * gdb.arch/i386-size-overlap.exp
8681 * gdb.arch/i386-unwind.exp
8682 * gdb.arch/i386-word.exp
8683 * gdb.arch/mips-fcr.exp
8684 * gdb.arch/powerpc-d128-regs.exp
8685 * gdb.arch/powerpc-stackless.exp
8686 * gdb.arch/ppc64-atomic-inst.exp
8687 * gdb.arch/s390-stackless.exp
8688 * gdb.arch/s390-tdbregs.exp
8689 * gdb.arch/s390-vregs.exp
8690 * gdb.arch/sparc-sysstep.exp
8691 * gdb.arch/thumb-bx-pc.exp
8692 * gdb.arch/thumb-singlestep.exp
8693 * gdb.arch/thumb2-it.exp
8694 * gdb.arch/vsx-regs.exp
8695 * gdb.asm/asm-source.exp
8696 * gdb.base/a2-run.exp
8697 * gdb.base/advance.exp
8698 * gdb.base/all-bin.exp
8699 * gdb.base/anon.exp
8700 * gdb.base/args.exp
8701 * gdb.base/arithmet.exp
8702 * gdb.base/async-shell.exp
8703 * gdb.base/async.exp
8704 * gdb.base/attach-pie-noexec.exp
8705 * gdb.base/attach-twice.exp
8706 * gdb.base/auto-load.exp
8707 * gdb.base/bang.exp
8708 * gdb.base/bitfields.exp
8709 * gdb.base/break-always.exp
8710 * gdb.base/break-caller-line.exp
8711 * gdb.base/break-entry.exp
8712 * gdb.base/break-inline.exp
8713 * gdb.base/break-on-linker-gcd-function.exp
8714 * gdb.base/break-probes.exp
8715 * gdb.base/break.exp
8716 * gdb.base/breakpoint-shadow.exp
8717 * gdb.base/call-ar-st.exp
8718 * gdb.base/call-sc.exp
8719 * gdb.base/call-signal-resume.exp
8720 * gdb.base/call-strs.exp
8721 * gdb.base/callfuncs.exp
8722 * gdb.base/catch-fork-static.exp
8723 * gdb.base/catch-gdb-caused-signals.exp
8724 * gdb.base/catch-load.exp
8725 * gdb.base/catch-signal-fork.exp
8726 * gdb.base/catch-signal.exp
8727 * gdb.base/catch-syscall.exp
8728 * gdb.base/charset.exp
8729 * gdb.base/checkpoint.exp
8730 * gdb.base/chng-syms.exp
8731 * gdb.base/code-expr.exp
8732 * gdb.base/code_elim.exp
8733 * gdb.base/commands.exp
8734 * gdb.base/completion.exp
8735 * gdb.base/complex.exp
8736 * gdb.base/cond-expr.exp
8737 * gdb.base/condbreak.exp
8738 * gdb.base/consecutive.exp
8739 * gdb.base/continue-all-already-running.exp
8740 * gdb.base/coredump-filter.exp
8741 * gdb.base/corefile.exp
8742 * gdb.base/dbx.exp
8743 * gdb.base/debug-expr.exp
8744 * gdb.base/define.exp
8745 * gdb.base/del.exp
8746 * gdb.base/disabled-location.exp
8747 * gdb.base/disasm-end-cu.exp
8748 * gdb.base/disasm-optim.exp
8749 * gdb.base/display.exp
8750 * gdb.base/duplicate-bp.exp
8751 * gdb.base/ena-dis-br.exp
8752 * gdb.base/ending-run.exp
8753 * gdb.base/enumval.exp
8754 * gdb.base/environ.exp
8755 * gdb.base/eu-strip-infcall.exp
8756 * gdb.base/eval-avoid-side-effects.exp
8757 * gdb.base/eval-skip.exp
8758 * gdb.base/exitsignal.exp
8759 * gdb.base/expand-psymtabs.exp
8760 * gdb.base/filesym.exp
8761 * gdb.base/find-unmapped.exp
8762 * gdb.base/finish.exp
8763 * gdb.base/float.exp
8764 * gdb.base/foll-exec-mode.exp
8765 * gdb.base/foll-exec.exp
8766 * gdb.base/foll-fork.exp
8767 * gdb.base/fortran-sym-case.exp
8768 * gdb.base/freebpcmd.exp
8769 * gdb.base/func-ptr.exp
8770 * gdb.base/func-ptrs.exp
8771 * gdb.base/funcargs.exp
8772 * gdb.base/gcore-buffer-overflow.exp
8773 * gdb.base/gcore-relro-pie.exp
8774 * gdb.base/gcore-relro.exp
8775 * gdb.base/gcore.exp
8776 * gdb.base/gdb1090.exp
8777 * gdb.base/gdb11530.exp
8778 * gdb.base/gdb11531.exp
8779 * gdb.base/gdb1821.exp
8780 * gdb.base/gdbindex-stabs.exp
8781 * gdb.base/gdbvars.exp
8782 * gdb.base/hbreak.exp
8783 * gdb.base/hbreak2.exp
8784 * gdb.base/included.exp
8785 * gdb.base/infcall-input.exp
8786 * gdb.base/inferior-died.exp
8787 * gdb.base/infnan.exp
8788 * gdb.base/info-macros.exp
8789 * gdb.base/info-os.exp
8790 * gdb.base/info-proc.exp
8791 * gdb.base/info-shared.exp
8792 * gdb.base/info-target.exp
8793 * gdb.base/infoline.exp
8794 * gdb.base/interp.exp
8795 * gdb.base/interrupt.exp
8796 * gdb.base/jit-reader.exp
8797 * gdb.base/jit-simple.exp
8798 * gdb.base/kill-after-signal.exp
8799 * gdb.base/kill-detach-inferiors-cmd.exp
8800 * gdb.base/label.exp
8801 * gdb.base/langs.exp
8802 * gdb.base/ldbl_e308.exp
8803 * gdb.base/line-symtabs.exp
8804 * gdb.base/linespecs.exp
8805 * gdb.base/list.exp
8806 * gdb.base/long_long.exp
8807 * gdb.base/longest-types.exp
8808 * gdb.base/maint.exp
8809 * gdb.base/max-value-size.exp
8810 * gdb.base/memattr.exp
8811 * gdb.base/mips_pro.exp
8812 * gdb.base/morestack.exp
8813 * gdb.base/moribund-step.exp
8814 * gdb.base/multi-forks.exp
8815 * gdb.base/nested-addr.exp
8816 * gdb.base/nextoverexit.exp
8817 * gdb.base/noreturn-finish.exp
8818 * gdb.base/noreturn-return.exp
8819 * gdb.base/nostdlib.exp
8820 * gdb.base/offsets.exp
8821 * gdb.base/opaque.exp
8822 * gdb.base/pc-fp.exp
8823 * gdb.base/permissions.exp
8824 * gdb.base/print-symbol-loading.exp
8825 * gdb.base/prologue-include.exp
8826 * gdb.base/psymtab.exp
8827 * gdb.base/ptype.exp
8828 * gdb.base/random-signal.exp
8829 * gdb.base/randomize.exp
8830 * gdb.base/range-stepping.exp
8831 * gdb.base/readline-ask.exp
8832 * gdb.base/recpar.exp
8833 * gdb.base/recurse.exp
8834 * gdb.base/relational.exp
8835 * gdb.base/restore.exp
8836 * gdb.base/return-nodebug.exp
8837 * gdb.base/return.exp
8838 * gdb.base/run-after-attach.exp
8839 * gdb.base/save-bp.exp
8840 * gdb.base/scope.exp
8841 * gdb.base/sect-cmd.exp
8842 * gdb.base/set-lang-auto.exp
8843 * gdb.base/set-noassign.exp
8844 * gdb.base/setvar.exp
8845 * gdb.base/sigall.exp
8846 * gdb.base/sigbpt.exp
8847 * gdb.base/siginfo-addr.exp
8848 * gdb.base/siginfo-infcall.exp
8849 * gdb.base/siginfo-obj.exp
8850 * gdb.base/siginfo.exp
8851 * gdb.base/signals-state-child.exp
8852 * gdb.base/signest.exp
8853 * gdb.base/sigstep.exp
8854 * gdb.base/sizeof.exp
8855 * gdb.base/skip.exp
8856 * gdb.base/solib-corrupted.exp
8857 * gdb.base/solib-nodir.exp
8858 * gdb.base/solib-search.exp
8859 * gdb.base/stack-checking.exp
8860 * gdb.base/stale-infcall.exp
8861 * gdb.base/stap-probe.exp
8862 * gdb.base/start.exp
8863 * gdb.base/step-break.exp
8864 * gdb.base/step-bt.exp
8865 * gdb.base/step-line.exp
8866 * gdb.base/step-over-exit.exp
8867 * gdb.base/step-over-syscall.exp
8868 * gdb.base/step-resume-infcall.exp
8869 * gdb.base/step-test.exp
8870 * gdb.base/store.exp
8871 * gdb.base/structs3.exp
8872 * gdb.base/sym-file.exp
8873 * gdb.base/symbol-without-target_section.exp
8874 * gdb.base/term.exp
8875 * gdb.base/testenv.exp
8876 * gdb.base/ui-redirect.exp
8877 * gdb.base/until.exp
8878 * gdb.base/unwindonsignal.exp
8879 * gdb.base/value-double-free.exp
8880 * gdb.base/vla-datatypes.exp
8881 * gdb.base/vla-ptr.exp
8882 * gdb.base/vla-sideeffect.exp
8883 * gdb.base/volatile.exp
8884 * gdb.base/watch-cond-infcall.exp
8885 * gdb.base/watch-cond.exp
8886 * gdb.base/watch-non-mem.exp
8887 * gdb.base/watch-read.exp
8888 * gdb.base/watch-vfork.exp
8889 * gdb.base/watchpoint-cond-gone.exp
8890 * gdb.base/watchpoint-delete.exp
8891 * gdb.base/watchpoint-hw-hit-once.exp
8892 * gdb.base/watchpoint-hw.exp
8893 * gdb.base/watchpoint-stops-at-right-insn.exp
8894 * gdb.base/watchpoints.exp
8895 * gdb.base/wchar.exp
8896 * gdb.base/whatis-exp.exp
8897 * gdb.btrace/buffer-size.exp
8898 * gdb.btrace/data.exp
8899 * gdb.btrace/delta.exp
8900 * gdb.btrace/dlopen.exp
8901 * gdb.btrace/enable.exp
8902 * gdb.btrace/exception.exp
8903 * gdb.btrace/function_call_history.exp
8904 * gdb.btrace/gcore.exp
8905 * gdb.btrace/instruction_history.exp
8906 * gdb.btrace/nohist.exp
8907 * gdb.btrace/reconnect.exp
8908 * gdb.btrace/record_goto-step.exp
8909 * gdb.btrace/record_goto.exp
8910 * gdb.btrace/rn-dl-bind.exp
8911 * gdb.btrace/segv.exp
8912 * gdb.btrace/step.exp
8913 * gdb.btrace/stepi.exp
8914 * gdb.btrace/tailcall-only.exp
8915 * gdb.btrace/tailcall.exp
8916 * gdb.btrace/tsx.exp
8917 * gdb.btrace/unknown_functions.exp
8918 * gdb.btrace/vdso.exp
8919 * gdb.compile/compile-ifunc.exp
8920 * gdb.compile/compile-ops.exp
8921 * gdb.compile/compile-print.exp
8922 * gdb.compile/compile-setjmp.exp
8923 * gdb.cp/abstract-origin.exp
8924 * gdb.cp/ambiguous.exp
8925 * gdb.cp/annota2.exp
8926 * gdb.cp/annota3.exp
8927 * gdb.cp/anon-ns.exp
8928 * gdb.cp/anon-struct.exp
8929 * gdb.cp/anon-union.exp
8930 * gdb.cp/arg-reference.exp
8931 * gdb.cp/baseenum.exp
8932 * gdb.cp/bool.exp
8933 * gdb.cp/breakpoint.exp
8934 * gdb.cp/bs15503.exp
8935 * gdb.cp/call-c.exp
8936 * gdb.cp/casts.exp
8937 * gdb.cp/chained-calls.exp
8938 * gdb.cp/class2.exp
8939 * gdb.cp/classes.exp
8940 * gdb.cp/cmpd-minsyms.exp
8941 * gdb.cp/converts.exp
8942 * gdb.cp/cp-relocate.exp
8943 * gdb.cp/cpcompletion.exp
8944 * gdb.cp/cpexprs.exp
8945 * gdb.cp/cplabel.exp
8946 * gdb.cp/cplusfuncs.exp
8947 * gdb.cp/cpsizeof.exp
8948 * gdb.cp/ctti.exp
8949 * gdb.cp/derivation.exp
8950 * gdb.cp/destrprint.exp
8951 * gdb.cp/dispcxx.exp
8952 * gdb.cp/enum-class.exp
8953 * gdb.cp/exception.exp
8954 * gdb.cp/exceptprint.exp
8955 * gdb.cp/expand-psymtabs-cxx.exp
8956 * gdb.cp/expand-sals.exp
8957 * gdb.cp/extern-c.exp
8958 * gdb.cp/filename.exp
8959 * gdb.cp/formatted-ref.exp
8960 * gdb.cp/fpointer.exp
8961 * gdb.cp/gdb1355.exp
8962 * gdb.cp/gdb2495.exp
8963 * gdb.cp/hang.exp
8964 * gdb.cp/impl-this.exp
8965 * gdb.cp/infcall-dlopen.exp
8966 * gdb.cp/inherit.exp
8967 * gdb.cp/iostream.exp
8968 * gdb.cp/koenig.exp
8969 * gdb.cp/local.exp
8970 * gdb.cp/m-data.exp
8971 * gdb.cp/m-static.exp
8972 * gdb.cp/mb-ctor.exp
8973 * gdb.cp/mb-inline.exp
8974 * gdb.cp/mb-templates.exp
8975 * gdb.cp/member-name.exp
8976 * gdb.cp/member-ptr.exp
8977 * gdb.cp/meth-typedefs.exp
8978 * gdb.cp/method.exp
8979 * gdb.cp/method2.exp
8980 * gdb.cp/minsym-fallback.exp
8981 * gdb.cp/misc.exp
8982 * gdb.cp/namelessclass.exp
8983 * gdb.cp/namespace-enum.exp
8984 * gdb.cp/namespace-nested-import.exp
8985 * gdb.cp/namespace.exp
8986 * gdb.cp/nextoverthrow.exp
8987 * gdb.cp/no-dmgl-verbose.exp
8988 * gdb.cp/non-trivial-retval.exp
8989 * gdb.cp/noparam.exp
8990 * gdb.cp/nsdecl.exp
8991 * gdb.cp/nsimport.exp
8992 * gdb.cp/nsnested.exp
8993 * gdb.cp/nsnoimports.exp
8994 * gdb.cp/nsrecurs.exp
8995 * gdb.cp/nsstress.exp
8996 * gdb.cp/nsusing.exp
8997 * gdb.cp/operator.exp
8998 * gdb.cp/oranking.exp
8999 * gdb.cp/overload-const.exp
9000 * gdb.cp/overload.exp
9001 * gdb.cp/ovldbreak.exp
9002 * gdb.cp/ovsrch.exp
9003 * gdb.cp/paren-type.exp
9004 * gdb.cp/parse-lang.exp
9005 * gdb.cp/pass-by-ref.exp
9006 * gdb.cp/pr-1023.exp
9007 * gdb.cp/pr-1210.exp
9008 * gdb.cp/pr-574.exp
9009 * gdb.cp/pr10687.exp
9010 * gdb.cp/pr12028.exp
9011 * gdb.cp/pr17132.exp
9012 * gdb.cp/pr17494.exp
9013 * gdb.cp/pr9067.exp
9014 * gdb.cp/pr9167.exp
9015 * gdb.cp/pr9631.exp
9016 * gdb.cp/printmethod.exp
9017 * gdb.cp/psmang.exp
9018 * gdb.cp/psymtab-parameter.exp
9019 * gdb.cp/ptype-cv-cp.exp
9020 * gdb.cp/ptype-flags.exp
9021 * gdb.cp/re-set-overloaded.exp
9022 * gdb.cp/ref-types.exp
9023 * gdb.cp/rtti.exp
9024 * gdb.cp/scope-err.exp
9025 * gdb.cp/shadow.exp
9026 * gdb.cp/smartp.exp
9027 * gdb.cp/static-method.exp
9028 * gdb.cp/static-print-quit.exp
9029 * gdb.cp/temargs.exp
9030 * gdb.cp/templates.exp
9031 * gdb.cp/try_catch.exp
9032 * gdb.cp/typedef-operator.exp
9033 * gdb.cp/typeid.exp
9034 * gdb.cp/userdef.exp
9035 * gdb.cp/using-crash.exp
9036 * gdb.cp/var-tag.exp
9037 * gdb.cp/virtbase.exp
9038 * gdb.cp/virtfunc.exp
9039 * gdb.cp/virtfunc2.exp
9040 * gdb.cp/vla-cxx.exp
9041 * gdb.disasm/t01_mov.exp
9042 * gdb.disasm/t02_mova.exp
9043 * gdb.disasm/t03_add.exp
9044 * gdb.disasm/t04_sub.exp
9045 * gdb.disasm/t05_cmp.exp
9046 * gdb.disasm/t06_ari2.exp
9047 * gdb.disasm/t07_ari3.exp
9048 * gdb.disasm/t08_or.exp
9049 * gdb.disasm/t09_xor.exp
9050 * gdb.disasm/t10_and.exp
9051 * gdb.disasm/t11_logs.exp
9052 * gdb.disasm/t12_bit.exp
9053 * gdb.disasm/t13_otr.exp
9054 * gdb.dlang/circular.exp
9055 * gdb.dwarf2/arr-stride.exp
9056 * gdb.dwarf2/arr-subrange.exp
9057 * gdb.dwarf2/atomic-type.exp
9058 * gdb.dwarf2/bad-regnum.exp
9059 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9060 * gdb.dwarf2/callframecfa.exp
9061 * gdb.dwarf2/clztest.exp
9062 * gdb.dwarf2/corrupt.exp
9063 * gdb.dwarf2/data-loc.exp
9064 * gdb.dwarf2/dup-psym.exp
9065 * gdb.dwarf2/dw2-anon-mptr.exp
9066 * gdb.dwarf2/dw2-anonymous-func.exp
9067 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9068 * gdb.dwarf2/dw2-bad-unresolved.exp
9069 * gdb.dwarf2/dw2-basic.exp
9070 * gdb.dwarf2/dw2-canonicalize-type.exp
9071 * gdb.dwarf2/dw2-case-insensitive.exp
9072 * gdb.dwarf2/dw2-common-block.exp
9073 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9074 * gdb.dwarf2/dw2-compressed.exp
9075 * gdb.dwarf2/dw2-const.exp
9076 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9077 * gdb.dwarf2/dw2-cu-size.exp
9078 * gdb.dwarf2/dw2-dup-frame.exp
9079 * gdb.dwarf2/dw2-entry-value.exp
9080 * gdb.dwarf2/dw2-icycle.exp
9081 * gdb.dwarf2/dw2-ifort-parameter.exp
9082 * gdb.dwarf2/dw2-inline-break.exp
9083 * gdb.dwarf2/dw2-inline-param.exp
9084 * gdb.dwarf2/dw2-intercu.exp
9085 * gdb.dwarf2/dw2-intermix.exp
9086 * gdb.dwarf2/dw2-lexical-block-bare.exp
9087 * gdb.dwarf2/dw2-linkage-name-trust.exp
9088 * gdb.dwarf2/dw2-minsym-in-cu.exp
9089 * gdb.dwarf2/dw2-noloc.exp
9090 * gdb.dwarf2/dw2-op-call.exp
9091 * gdb.dwarf2/dw2-op-out-param.exp
9092 * gdb.dwarf2/dw2-opt-structptr.exp
9093 * gdb.dwarf2/dw2-param-error.exp
9094 * gdb.dwarf2/dw2-producer.exp
9095 * gdb.dwarf2/dw2-ranges-base.exp
9096 * gdb.dwarf2/dw2-ref-missing-frame.exp
9097 * gdb.dwarf2/dw2-reg-undefined.exp
9098 * gdb.dwarf2/dw2-regno-invalid.exp
9099 * gdb.dwarf2/dw2-restore.exp
9100 * gdb.dwarf2/dw2-restrict.exp
9101 * gdb.dwarf2/dw2-single-line-discriminators.exp
9102 * gdb.dwarf2/dw2-strp.exp
9103 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9104 * gdb.dwarf2/dw2-unresolved.exp
9105 * gdb.dwarf2/dw2-var-zero-addr.exp
9106 * gdb.dwarf2/dw4-sig-types.exp
9107 * gdb.dwarf2/dwz.exp
9108 * gdb.dwarf2/dynarr-ptr.exp
9109 * gdb.dwarf2/enum-type.exp
9110 * gdb.dwarf2/gdb-index.exp
9111 * gdb.dwarf2/implptr-64bit.exp
9112 * gdb.dwarf2/implptr-optimized-out.exp
9113 * gdb.dwarf2/implptr.exp
9114 * gdb.dwarf2/implref-array.exp
9115 * gdb.dwarf2/implref-const.exp
9116 * gdb.dwarf2/implref-global.exp
9117 * gdb.dwarf2/implref-struct.exp
9118 * gdb.dwarf2/mac-fileno.exp
9119 * gdb.dwarf2/main-subprogram.exp
9120 * gdb.dwarf2/member-ptr-forwardref.exp
9121 * gdb.dwarf2/method-ptr.exp
9122 * gdb.dwarf2/missing-sig-type.exp
9123 * gdb.dwarf2/nonvar-access.exp
9124 * gdb.dwarf2/opaque-type-lookup.exp
9125 * gdb.dwarf2/pieces-optimized-out.exp
9126 * gdb.dwarf2/pieces.exp
9127 * gdb.dwarf2/pr10770.exp
9128 * gdb.dwarf2/pr13961.exp
9129 * gdb.dwarf2/staticvirtual.exp
9130 * gdb.dwarf2/subrange.exp
9131 * gdb.dwarf2/symtab-producer.exp
9132 * gdb.dwarf2/trace-crash.exp
9133 * gdb.dwarf2/typeddwarf.exp
9134 * gdb.dwarf2/valop.exp
9135 * gdb.dwarf2/watch-notconst.exp
9136 * gdb.fortran/array-element.exp
9137 * gdb.fortran/charset.exp
9138 * gdb.fortran/common-block.exp
9139 * gdb.fortran/complex.exp
9140 * gdb.fortran/derived-type-function.exp
9141 * gdb.fortran/derived-type.exp
9142 * gdb.fortran/logical.exp
9143 * gdb.fortran/module.exp
9144 * gdb.fortran/multi-dim.exp
9145 * gdb.fortran/nested-funcs.exp
9146 * gdb.fortran/print-formatted.exp
9147 * gdb.fortran/subarray.exp
9148 * gdb.fortran/vla-alloc-assoc.exp
9149 * gdb.fortran/vla-datatypes.exp
9150 * gdb.fortran/vla-history.exp
9151 * gdb.fortran/vla-ptr-info.exp
9152 * gdb.fortran/vla-ptype-sub.exp
9153 * gdb.fortran/vla-ptype.exp
9154 * gdb.fortran/vla-sizeof.exp
9155 * gdb.fortran/vla-type.exp
9156 * gdb.fortran/vla-value-sub-arbitrary.exp
9157 * gdb.fortran/vla-value-sub-finish.exp
9158 * gdb.fortran/vla-value-sub.exp
9159 * gdb.fortran/vla-value.exp
9160 * gdb.fortran/whatis_type.exp
9161 * gdb.go/chan.exp
9162 * gdb.go/handcall.exp
9163 * gdb.go/hello.exp
9164 * gdb.go/integers.exp
9165 * gdb.go/methods.exp
9166 * gdb.go/package.exp
9167 * gdb.go/strings.exp
9168 * gdb.go/types.exp
9169 * gdb.go/unsafe.exp
9170 * gdb.guile/scm-arch.exp
9171 * gdb.guile/scm-block.exp
9172 * gdb.guile/scm-breakpoint.exp
9173 * gdb.guile/scm-cmd.exp
9174 * gdb.guile/scm-disasm.exp
9175 * gdb.guile/scm-equal.exp
9176 * gdb.guile/scm-frame-args.exp
9177 * gdb.guile/scm-frame-inline.exp
9178 * gdb.guile/scm-frame.exp
9179 * gdb.guile/scm-iterator.exp
9180 * gdb.guile/scm-math.exp
9181 * gdb.guile/scm-objfile.exp
9182 * gdb.guile/scm-ports.exp
9183 * gdb.guile/scm-symbol.exp
9184 * gdb.guile/scm-symtab.exp
9185 * gdb.guile/scm-value-cc.exp
9186 * gdb.guile/types-module.exp
9187 * gdb.linespec/break-ask.exp
9188 * gdb.linespec/cpexplicit.exp
9189 * gdb.linespec/explicit.exp
9190 * gdb.linespec/keywords.exp
9191 * gdb.linespec/linespec.exp
9192 * gdb.linespec/ls-dollar.exp
9193 * gdb.linespec/ls-errs.exp
9194 * gdb.linespec/skip-two.exp
9195 * gdb.linespec/thread.exp
9196 * gdb.mi/mi-async.exp
9197 * gdb.mi/mi-basics.exp
9198 * gdb.mi/mi-break.exp
9199 * gdb.mi/mi-catch-load.exp
9200 * gdb.mi/mi-cli.exp
9201 * gdb.mi/mi-cmd-param-changed.exp
9202 * gdb.mi/mi-console.exp
9203 * gdb.mi/mi-detach.exp
9204 * gdb.mi/mi-disassemble.exp
9205 * gdb.mi/mi-eval.exp
9206 * gdb.mi/mi-file-transfer.exp
9207 * gdb.mi/mi-file.exp
9208 * gdb.mi/mi-fill-memory.exp
9209 * gdb.mi/mi-inheritance-syntax-error.exp
9210 * gdb.mi/mi-linespec-err-cp.exp
9211 * gdb.mi/mi-logging.exp
9212 * gdb.mi/mi-memory-changed.exp
9213 * gdb.mi/mi-read-memory.exp
9214 * gdb.mi/mi-record-changed.exp
9215 * gdb.mi/mi-reg-undefined.exp
9216 * gdb.mi/mi-regs.exp
9217 * gdb.mi/mi-return.exp
9218 * gdb.mi/mi-reverse.exp
9219 * gdb.mi/mi-simplerun.exp
9220 * gdb.mi/mi-solib.exp
9221 * gdb.mi/mi-stack.exp
9222 * gdb.mi/mi-stepi.exp
9223 * gdb.mi/mi-syn-frame.exp
9224 * gdb.mi/mi-until.exp
9225 * gdb.mi/mi-var-block.exp
9226 * gdb.mi/mi-var-child.exp
9227 * gdb.mi/mi-var-cmd.exp
9228 * gdb.mi/mi-var-cp.exp
9229 * gdb.mi/mi-var-display.exp
9230 * gdb.mi/mi-var-invalidate.exp
9231 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9232 * gdb.mi/mi-vla-fortran.exp
9233 * gdb.mi/mi-watch.exp
9234 * gdb.mi/mi2-var-child.exp
9235 * gdb.mi/user-selected-context-sync.exp
9236 * gdb.modula2/unbounded-array.exp
9237 * gdb.multi/dummy-frame-restore.exp
9238 * gdb.multi/multi-arch-exec.exp
9239 * gdb.multi/multi-arch.exp
9240 * gdb.multi/tids.exp
9241 * gdb.multi/watchpoint-multi.exp
9242 * gdb.opencl/callfuncs.exp
9243 * gdb.opencl/convs_casts.exp
9244 * gdb.opencl/datatypes.exp
9245 * gdb.opencl/operators.exp
9246 * gdb.opencl/vec_comps.exp
9247 * gdb.opt/clobbered-registers-O2.exp
9248 * gdb.opt/inline-break.exp
9249 * gdb.opt/inline-bt.exp
9250 * gdb.opt/inline-cmds.exp
9251 * gdb.opt/inline-locals.exp
9252 * gdb.pascal/case-insensitive-symbols.exp
9253 * gdb.pascal/floats.exp
9254 * gdb.pascal/gdb11492.exp
9255 * gdb.python/lib-types.exp
9256 * gdb.python/py-arch.exp
9257 * gdb.python/py-as-string.exp
9258 * gdb.python/py-bad-printers.exp
9259 * gdb.python/py-block.exp
9260 * gdb.python/py-breakpoint-create-fail.exp
9261 * gdb.python/py-breakpoint.exp
9262 * gdb.python/py-caller-is.exp
9263 * gdb.python/py-cmd.exp
9264 * gdb.python/py-explore-cc.exp
9265 * gdb.python/py-explore.exp
9266 * gdb.python/py-finish-breakpoint.exp
9267 * gdb.python/py-finish-breakpoint2.exp
9268 * gdb.python/py-frame-args.exp
9269 * gdb.python/py-frame-inline.exp
9270 * gdb.python/py-frame.exp
9271 * gdb.python/py-framefilter-mi.exp
9272 * gdb.python/py-infthread.exp
9273 * gdb.python/py-lazy-string.exp
9274 * gdb.python/py-linetable.exp
9275 * gdb.python/py-mi-events.exp
9276 * gdb.python/py-mi-objfile.exp
9277 * gdb.python/py-mi.exp
9278 * gdb.python/py-objfile.exp
9279 * gdb.python/py-pp-integral.exp
9280 * gdb.python/py-pp-maint.exp
9281 * gdb.python/py-pp-re-notag.exp
9282 * gdb.python/py-pp-registration.exp
9283 * gdb.python/py-recurse-unwind.exp
9284 * gdb.python/py-strfns.exp
9285 * gdb.python/py-symbol.exp
9286 * gdb.python/py-symtab.exp
9287 * gdb.python/py-sync-interp.exp
9288 * gdb.python/py-typeprint.exp
9289 * gdb.python/py-unwind-maint.exp
9290 * gdb.python/py-unwind.exp
9291 * gdb.python/py-value-cc.exp
9292 * gdb.python/py-xmethods.exp
9293 * gdb.reverse/amd64-tailcall-reverse.exp
9294 * gdb.reverse/break-precsave.exp
9295 * gdb.reverse/break-reverse.exp
9296 * gdb.reverse/consecutive-precsave.exp
9297 * gdb.reverse/consecutive-reverse.exp
9298 * gdb.reverse/finish-precsave.exp
9299 * gdb.reverse/finish-reverse-bkpt.exp
9300 * gdb.reverse/finish-reverse.exp
9301 * gdb.reverse/fstatat-reverse.exp
9302 * gdb.reverse/getresuid-reverse.exp
9303 * gdb.reverse/i386-precsave.exp
9304 * gdb.reverse/i386-reverse.exp
9305 * gdb.reverse/i386-sse-reverse.exp
9306 * gdb.reverse/i387-env-reverse.exp
9307 * gdb.reverse/i387-stack-reverse.exp
9308 * gdb.reverse/insn-reverse.exp
9309 * gdb.reverse/machinestate-precsave.exp
9310 * gdb.reverse/machinestate.exp
9311 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9312 * gdb.reverse/pipe-reverse.exp
9313 * gdb.reverse/readv-reverse.exp
9314 * gdb.reverse/recvmsg-reverse.exp
9315 * gdb.reverse/rerun-prec.exp
9316 * gdb.reverse/s390-mvcle.exp
9317 * gdb.reverse/step-precsave.exp
9318 * gdb.reverse/step-reverse.exp
9319 * gdb.reverse/time-reverse.exp
9320 * gdb.reverse/until-precsave.exp
9321 * gdb.reverse/until-reverse.exp
9322 * gdb.reverse/waitpid-reverse.exp
9323 * gdb.reverse/watch-precsave.exp
9324 * gdb.reverse/watch-reverse.exp
9325 * gdb.rust/generics.exp
9326 * gdb.rust/methods.exp
9327 * gdb.rust/modules.exp
9328 * gdb.rust/simple.exp
9329 * gdb.server/connect-with-no-symbol-file.exp
9330 * gdb.server/ext-attach.exp
9331 * gdb.server/ext-restart.exp
9332 * gdb.server/ext-wrapper.exp
9333 * gdb.server/file-transfer.exp
9334 * gdb.server/server-exec-info.exp
9335 * gdb.server/server-kill.exp
9336 * gdb.server/server-mon.exp
9337 * gdb.server/wrapper.exp
9338 * gdb.stabs/exclfwd.exp
9339 * gdb.stabs/gdb11479.exp
9340 * gdb.threads/clone-new-thread-event.exp
9341 * gdb.threads/corethreads.exp
9342 * gdb.threads/current-lwp-dead.exp
9343 * gdb.threads/dlopen-libpthread.exp
9344 * gdb.threads/gcore-thread.exp
9345 * gdb.threads/sigstep-threads.exp
9346 * gdb.threads/watchpoint-fork.exp
9347 * gdb.trace/actions-changed.exp
9348 * gdb.trace/backtrace.exp
9349 * gdb.trace/change-loc.exp
9350 * gdb.trace/circ.exp
9351 * gdb.trace/collection.exp
9352 * gdb.trace/disconnected-tracing.exp
9353 * gdb.trace/ftrace.exp
9354 * gdb.trace/mi-trace-frame-collected.exp
9355 * gdb.trace/mi-trace-unavailable.exp
9356 * gdb.trace/mi-traceframe-changed.exp
9357 * gdb.trace/mi-tsv-changed.exp
9358 * gdb.trace/no-attach-trace.exp
9359 * gdb.trace/passc-dyn.exp
9360 * gdb.trace/qtro.exp
9361 * gdb.trace/range-stepping.exp
9362 * gdb.trace/read-memory.exp
9363 * gdb.trace/save-trace.exp
9364 * gdb.trace/signal.exp
9365 * gdb.trace/status-stop.exp
9366 * gdb.trace/tfile.exp
9367 * gdb.trace/trace-break.exp
9368 * gdb.trace/trace-buffer-size.exp
9369 * gdb.trace/trace-condition.exp
9370 * gdb.trace/tracefile-pseudo-reg.exp
9371 * gdb.trace/tstatus.exp
9372 * gdb.trace/unavailable.exp
9373 * gdb.trace/while-dyn.exp
9374 * gdb.trace/while-stepping.exp
9375
9376 2016-12-22 Doug Evans <xdje42@gmail.com>
9377
9378 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9379 and msymbols.
9380
9381 2016-12-19 Yao Qi <yao.qi@linaro.org>
9382
9383 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9384 (test_with_self): Don't call do_steps_and_nexts, and remove
9385 code about stepping into xmalloc.
9386
9387 2016-12-09 Yao Qi <yao.qi@linaro.org>
9388
9389 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9390
9391 2016-12-09 Yao Qi <yao.qi@linaro.org>
9392
9393 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9394
9395 2016-12-09 Pedro Alves <palves@redhat.com>
9396
9397 * gdb.base/all-architectures-0.exp: New file.
9398 * gdb.base/all-architectures-1.exp: New file.
9399 * gdb.base/all-architectures-2.exp: New file.
9400 * gdb.base/all-architectures-3.exp: New file.
9401 * gdb.base/all-architectures-4.exp: New file.
9402 * gdb.base/all-architectures-5.exp: New file.
9403 * gdb.base/all-architectures-6.exp: New file.
9404 * gdb.base/all-architectures-7.exp: New file.
9405 * gdb.base/all-architectures.exp.in: New file.
9406
9407 2016-12-09 Yao Qi <yao.qi@linaro.org>
9408
9409 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9410
9411 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9412
9413 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9414 possible.
9415 Remove useless pattern-matching code.
9416
9417 2016-12-02 Pedro Alves <palves@redhat.com>
9418
9419 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9420 procedure.
9421 (top level): Call it.
9422
9423 2016-12-02 Pedro Alves <palves@redhat.com>
9424
9425 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9426 New procedure.
9427 (top level): Call it.
9428
9429 2016-12-02 Pedro Alves <palves@redhat.com>
9430
9431 PR cli/20559
9432 * gdb.base/commands.exp (user_defined_command_args_eval): New
9433 procedure.
9434 (top level): Call it.
9435
9436 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9437
9438 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9439 timeout handling.
9440
9441 2016-12-02 Tom Tromey <tom@tromey.com>
9442
9443 * gdb.dwarf2/main-subprogram.c: New file.
9444 * gdb.dwarf2/main-subprogram.exp: New file.
9445
9446 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9447
9448 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9449 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9450 gdb_test_no_output for a couple of cases.
9451 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9452
9453 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9454
9455 Fix test names and standardize compilation error messages throughout
9456 the following files:
9457
9458 * gdb.ada/start.exp
9459 * gdb.arch/alpha-step.exp
9460 * gdb.arch/e500-prologue.exp
9461 * gdb.arch/ftrace-insn-reloc.exp
9462 * gdb.arch/gdb1291.exp
9463 * gdb.arch/gdb1431.exp
9464 * gdb.arch/gdb1558.exp
9465 * gdb.arch/i386-dr3-watch.exp
9466 * gdb.arch/i386-sse-stack-align.exp
9467 * gdb.arch/ia64-breakpoint-shadow.exp
9468 * gdb.arch/pa-nullify.exp
9469 * gdb.arch/powerpc-aix-prologue.exp
9470 * gdb.arch/thumb-bx-pc.exp
9471 * gdb.base/annota1.exp
9472 * gdb.base/annota3.exp
9473 * gdb.base/arrayidx.exp
9474 * gdb.base/assign.exp
9475 * gdb.base/attach.exp
9476 * gdb.base/auxv.exp
9477 * gdb.base/bang.exp
9478 * gdb.base/bfp-test.exp
9479 * gdb.base/bigcore.exp
9480 * gdb.base/bitfields2.exp
9481 * gdb.base/break-fun-addr.exp
9482 * gdb.base/break-probes.exp
9483 * gdb.base/call-rt-st.exp
9484 * gdb.base/callexit.exp
9485 * gdb.base/catch-fork-kill.exp
9486 * gdb.base/charset.exp
9487 * gdb.base/checkpoint.exp
9488 * gdb.base/comprdebug.exp
9489 * gdb.base/constvars.exp
9490 * gdb.base/coredump-filter.exp
9491 * gdb.base/cursal.exp
9492 * gdb.base/cvexpr.exp
9493 * gdb.base/detach.exp
9494 * gdb.base/display.exp
9495 * gdb.base/dmsym.exp
9496 * gdb.base/dprintf-pending.exp
9497 * gdb.base/dso2dso.exp
9498 * gdb.base/dtrace-probe.exp
9499 * gdb.base/dump.exp
9500 * gdb.base/enum_cond.exp
9501 * gdb.base/exe-lock.exp
9502 * gdb.base/exec-invalid-sysroot.exp
9503 * gdb.base/execl-update-breakpoints.exp
9504 * gdb.base/exprs.exp
9505 * gdb.base/fileio.exp
9506 * gdb.base/find.exp
9507 * gdb.base/finish.exp
9508 * gdb.base/fixsection.exp
9509 * gdb.base/foll-vfork.exp
9510 * gdb.base/frame-args.exp
9511 * gdb.base/gcore.exp
9512 * gdb.base/gdb1250.exp
9513 * gdb.base/global-var-nested-by-dso.exp
9514 * gdb.base/gnu-ifunc.exp
9515 * gdb.base/hashline1.exp
9516 * gdb.base/hashline2.exp
9517 * gdb.base/hashline3.exp
9518 * gdb.base/hbreak-in-shr-unsupported.exp
9519 * gdb.base/huge.exp
9520 * gdb.base/infcall-input.exp
9521 * gdb.base/info-fun.exp
9522 * gdb.base/info-shared.exp
9523 * gdb.base/jit-simple.exp
9524 * gdb.base/jit-so.exp
9525 * gdb.base/jit.exp
9526 * gdb.base/jump.exp
9527 * gdb.base/label.exp
9528 * gdb.base/lineinc.exp
9529 * gdb.base/logical.exp
9530 * gdb.base/longjmp.exp
9531 * gdb.base/macscp.exp
9532 * gdb.base/miscexprs.exp
9533 * gdb.base/new-ui-echo.exp
9534 * gdb.base/new-ui-pending-input.exp
9535 * gdb.base/new-ui.exp
9536 * gdb.base/nodebug.exp
9537 * gdb.base/nofield.exp
9538 * gdb.base/offsets.exp
9539 * gdb.base/overlays.exp
9540 * gdb.base/pending.exp
9541 * gdb.base/pointers.exp
9542 * gdb.base/pr11022.exp
9543 * gdb.base/printcmds.exp
9544 * gdb.base/prologue.exp
9545 * gdb.base/ptr-typedef.exp
9546 * gdb.base/realname-expand.exp
9547 * gdb.base/relativedebug.exp
9548 * gdb.base/relocate.exp
9549 * gdb.base/remote.exp
9550 * gdb.base/reread.exp
9551 * gdb.base/return2.exp
9552 * gdb.base/savedregs.exp
9553 * gdb.base/sep.exp
9554 * gdb.base/sepdebug.exp
9555 * gdb.base/sepsymtab.exp
9556 * gdb.base/set-inferior-tty.exp
9557 * gdb.base/setshow.exp
9558 * gdb.base/shlib-call.exp
9559 * gdb.base/sigaltstack.exp
9560 * gdb.base/siginfo-addr.exp
9561 * gdb.base/signals.exp
9562 * gdb.base/signull.exp
9563 * gdb.base/sigrepeat.exp
9564 * gdb.base/so-impl-ld.exp
9565 * gdb.base/solib-display.exp
9566 * gdb.base/solib-overlap.exp
9567 * gdb.base/solib-search.exp
9568 * gdb.base/solib-symbol.exp
9569 * gdb.base/structs.exp
9570 * gdb.base/structs2.exp
9571 * gdb.base/symtab-search-order.exp
9572 * gdb.base/twice.exp
9573 * gdb.base/unload.exp
9574 * gdb.base/varargs.exp
9575 * gdb.base/watchpoint-solib.exp
9576 * gdb.base/watchpoint.exp
9577 * gdb.base/whatis.exp
9578 * gdb.base/wrong_frame_bt_full.exp
9579 * gdb.btrace/dlopen.exp
9580 * gdb.cell/ea-standalone.exp
9581 * gdb.cell/ea-test.exp
9582 * gdb.cp/dispcxx.exp
9583 * gdb.cp/gdb2384.exp
9584 * gdb.cp/method2.exp
9585 * gdb.cp/nextoverthrow.exp
9586 * gdb.cp/pr10728.exp
9587 * gdb.disasm/am33.exp
9588 * gdb.disasm/h8300s.exp
9589 * gdb.disasm/mn10300.exp
9590 * gdb.disasm/sh3.exp
9591 * gdb.dwarf2/dw2-dir-file-name.exp
9592 * gdb.fortran/complex.exp
9593 * gdb.fortran/library-module.exp
9594 * gdb.guile/scm-pretty-print.exp
9595 * gdb.guile/scm-symbol.exp
9596 * gdb.guile/scm-type.exp
9597 * gdb.guile/scm-value.exp
9598 * gdb.linespec/linespec.exp
9599 * gdb.mi/gdb701.exp
9600 * gdb.mi/gdb792.exp
9601 * gdb.mi/mi-breakpoint-changed.exp
9602 * gdb.mi/mi-dprintf-pending.exp
9603 * gdb.mi/mi-dprintf.exp
9604 * gdb.mi/mi-exit-code.exp
9605 * gdb.mi/mi-pending.exp
9606 * gdb.mi/mi-solib.exp
9607 * gdb.mi/new-ui-mi-sync.exp
9608 * gdb.mi/pr11022.exp
9609 * gdb.mi/user-selected-context-sync.exp
9610 * gdb.opt/solib-intra-step.exp
9611 * gdb.python/py-events.exp
9612 * gdb.python/py-finish-breakpoint.exp
9613 * gdb.python/py-mi.exp
9614 * gdb.python/py-prettyprint.exp
9615 * gdb.python/py-shared.exp
9616 * gdb.python/py-symbol.exp
9617 * gdb.python/py-template.exp
9618 * gdb.python/py-type.exp
9619 * gdb.python/py-value.exp
9620 * gdb.reverse/solib-precsave.exp
9621 * gdb.reverse/solib-reverse.exp
9622 * gdb.server/solib-list.exp
9623 * gdb.stabs/weird.exp
9624 * gdb.threads/reconnect-signal.exp
9625 * gdb.threads/stepi-random-signal.exp
9626 * gdb.trace/actions.exp
9627 * gdb.trace/ax.exp
9628 * gdb.trace/backtrace.exp
9629 * gdb.trace/change-loc.exp
9630 * gdb.trace/deltrace.exp
9631 * gdb.trace/ftrace-lock.exp
9632 * gdb.trace/ftrace.exp
9633 * gdb.trace/infotrace.exp
9634 * gdb.trace/mi-tracepoint-changed.exp
9635 * gdb.trace/packetlen.exp
9636 * gdb.trace/passcount.exp
9637 * gdb.trace/pending.exp
9638 * gdb.trace/range-stepping.exp
9639 * gdb.trace/report.exp
9640 * gdb.trace/stap-trace.exp
9641 * gdb.trace/tfind.exp
9642 * gdb.trace/trace-break.exp
9643 * gdb.trace/trace-condition.exp
9644 * gdb.trace/trace-enable-disable.exp
9645 * gdb.trace/trace-mt.exp
9646 * gdb.trace/tracecmd.exp
9647 * gdb.trace/tspeed.exp
9648 * gdb.trace/tsv.exp
9649 * lib/perftest.exp
9650
9651 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9652
9653 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9654 with gdb_test_no_output.
9655 Use command as test name.
9656
9657 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9658
9659 Fix test names starting with uppercase throughout the files.
9660
9661 * gdb.ada/assign_1.exp
9662 * gdb.ada/boolean_expr.exp
9663 * gdb.base/arrayidx.exp
9664 * gdb.base/del.exp
9665 * gdb.base/gcore-buffer-overflow.exp
9666 * gdb.base/testenv.exp
9667 * gdb.compile/compile.exp
9668 * gdb.python/py-framefilter-invalidarg.exp
9669 * gdb.python/py-framefilter.exp
9670
9671 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9672
9673 Fix test names starting with uppercase throughout the files.
9674
9675 * gdb.ada/array_return.exp
9676 * gdb.ada/expr_delims.exp
9677 * gdb.ada/mi_dyn_arr.exp
9678 * gdb.ada/mi_interface.exp
9679 * gdb.ada/mi_var_array.exp
9680 * gdb.ada/watch_arg.exp
9681 * gdb.arch/alpha-step.exp
9682 * gdb.arch/altivec-regs.exp
9683 * gdb.arch/e500-regs.exp
9684 * gdb.arch/powerpc-d128-regs.exp
9685 * gdb.base/arrayidx.exp
9686 * gdb.base/break.exp
9687 * gdb.base/checkpoint.exp
9688 * gdb.base/debug-expr.exp
9689 * gdb.base/dmsym.exp
9690 * gdb.base/radix.exp
9691 * gdb.base/sepdebug.exp
9692 * gdb.base/testenv.exp
9693 * gdb.base/watch_thread_num.exp
9694 * gdb.base/watchpoint-cond-gone.exp
9695 * gdb.cell/break.exp
9696 * gdb.cell/ea-cache.exp
9697 * gdb.compile/compile.exp
9698 * gdb.cp/gdb2495.exp
9699 * gdb.gdb/selftest.exp
9700 * gdb.gdb/xfullpath.exp
9701 * gdb.go/hello.exp
9702 * gdb.go/integers.exp
9703 * gdb.objc/basicclass.exp
9704 * gdb.pascal/hello.exp
9705 * gdb.pascal/integers.exp
9706 * gdb.python/py-breakpoint.exp
9707 * gdb.python/py-cmd.exp
9708 * gdb.python/py-linetable.exp
9709 * gdb.python/py-xmethods.exp
9710 * gdb.python/python.exp
9711 * gdb.reverse/consecutive-precsave.exp
9712 * gdb.reverse/finish-precsave.exp
9713 * gdb.reverse/i386-precsave.exp
9714 * gdb.reverse/machinestate-precsave.exp
9715 * gdb.reverse/sigall-precsave.exp
9716 * gdb.reverse/solib-precsave.exp
9717 * gdb.reverse/step-precsave.exp
9718 * gdb.reverse/until-precsave.exp
9719 * gdb.reverse/watch-precsave.exp
9720 * gdb.threads/leader-exit.exp
9721 * gdb.threads/pthreads.exp
9722 * gdb.threads/wp-replication.exp
9723 * gdb.trace/actions.exp
9724 * gdb.trace/mi-tsv-changed.exp
9725 * gdb.trace/tsv.exp
9726
9727 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9728
9729 Fix test names starting with uppercase throughout the files.
9730
9731 * gdb.arch/i386-bp_permanent.exp
9732 * gdb.arch/i386-gnu-cfi.exp
9733 * gdb.base/disasm-end-cu.exp
9734 * gdb.base/macscp.exp
9735 * gdb.base/pending.exp
9736 * gdb.base/watch_thread_num.exp
9737 * gdb.cp/exception.exp
9738 * gdb.cp/gdb2495.exp
9739 * gdb.cp/local.exp
9740 * gdb.python/py-evsignal.exp
9741 * gdb.python/python.exp
9742 * gdb.trace/tracecmd.exp
9743
9744 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9745
9746 Fix test names starting with uppercase throughout the files.
9747
9748 * gdb.base/charset.exp
9749 * gdb.base/eval.exp
9750 * gdb.base/multi-forks.exp
9751 * gdb.guile/scm-progspace.exp
9752 * gdb.opencl/datatypes.exp
9753 * gdb.python/py-block.exp
9754 * gdb.python/py-function.exp
9755 * gdb.python/py-symbol.exp
9756 * gdb.python/py-symtab.exp
9757 * gdb.python/py-xmethods.exp
9758 * gdb.reverse/break-precsave.exp
9759 * gdb.reverse/break-reverse.exp
9760 * gdb.reverse/consecutive-precsave.exp
9761 * gdb.reverse/consecutive-reverse.exp
9762 * gdb.reverse/finish-precsave.exp
9763 * gdb.reverse/finish-reverse-bkpt.exp
9764 * gdb.reverse/finish-reverse.exp
9765 * gdb.reverse/fstatat-reverse.exp
9766 * gdb.reverse/getresuid-reverse.exp
9767 * gdb.reverse/i386-precsave.exp
9768 * gdb.reverse/i386-reverse.exp
9769 * gdb.reverse/i386-sse-reverse.exp
9770 * gdb.reverse/i387-stack-reverse.exp
9771 * gdb.reverse/insn-reverse.exp
9772 * gdb.reverse/machinestate-precsave.exp
9773 * gdb.reverse/machinestate.exp
9774 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9775 * gdb.reverse/pipe-reverse.exp
9776 * gdb.reverse/readv-reverse.exp
9777 * gdb.reverse/recvmsg-reverse.exp
9778 * gdb.reverse/rerun-prec.exp
9779 * gdb.reverse/s390-mvcle.exp
9780 * gdb.reverse/sigall-precsave.exp
9781 * gdb.reverse/sigall-reverse.exp
9782 * gdb.reverse/solib-precsave.exp
9783 * gdb.reverse/solib-reverse.exp
9784 * gdb.reverse/step-precsave.exp
9785 * gdb.reverse/step-reverse.exp
9786 * gdb.reverse/time-reverse.exp
9787 * gdb.reverse/until-precsave.exp
9788 * gdb.reverse/until-reverse.exp
9789 * gdb.reverse/waitpid-reverse.exp
9790 * gdb.reverse/watch-precsave.exp
9791 * gdb.reverse/watch-reverse.exp
9792
9793 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9794
9795 Fix test names starting with uppercase throughout the files.
9796
9797 * gdb.arch/i386-mpx-simple_segv.exp
9798 * gdb.arch/i386-mpx.exp
9799 * gdb.arch/i386-permbkpt.exp
9800 * gdb.arch/pa-nullify.exp
9801 * gdb.arch/powerpc-d128-regs.exp
9802 * gdb.arch/vsx-regs.exp
9803 * gdb.base/bfp-test.exp
9804 * gdb.base/break.exp
9805 * gdb.base/breakpoint-shadow.exp
9806 * gdb.base/callfuncs.exp
9807 * gdb.base/charset.exp
9808 * gdb.base/commands.exp
9809 * gdb.base/completion.exp
9810 * gdb.base/dfp-test.exp
9811 * gdb.base/echo.exp
9812 * gdb.base/ending-run.exp
9813 * gdb.base/eval.exp
9814 * gdb.base/expand-psymtabs.exp
9815 * gdb.base/float128.exp
9816 * gdb.base/floatn.exp
9817 * gdb.base/foll-exec-mode.exp
9818 * gdb.base/gdb1056.exp
9819 * gdb.base/gdb11531.exp
9820 * gdb.base/kill-after-signal.exp
9821 * gdb.base/multi-forks.exp
9822 * gdb.base/overlays.exp
9823 * gdb.base/pending.exp
9824 * gdb.base/sepdebug.exp
9825 * gdb.base/testenv.exp
9826 * gdb.base/valgrind-db-attach.exp
9827 * gdb.base/watch_thread_num.exp
9828 * gdb.base/watchpoint-cond-gone.exp
9829 * gdb.base/watchpoint.exp
9830 * gdb.base/watchpoints.exp
9831 * gdb.cp/arg-reference.exp
9832 * gdb.cp/baseenum.exp
9833 * gdb.cp/operator.exp
9834 * gdb.cp/shadow.exp
9835 * gdb.dwarf2/dw2-op-out-param.exp
9836 * gdb.dwarf2/dw2-reg-undefined.exp
9837 * gdb.go/chan.exp
9838 * gdb.go/hello.exp
9839 * gdb.go/integers.exp
9840 * gdb.go/methods.exp
9841 * gdb.go/package.exp
9842 * gdb.guile/scm-parameter.exp
9843 * gdb.guile/scm-progspace.exp
9844 * gdb.guile/scm-value.exp
9845 * gdb.mi/mi-pending.exp
9846 * gdb.mi/user-selected-context-sync.exp
9847 * gdb.multi/multi-attach.exp
9848 * gdb.multi/tids.exp
9849 * gdb.opt/clobbered-registers-O2.exp
9850 * gdb.pascal/floats.exp
9851 * gdb.pascal/integers.exp
9852 * gdb.python/py-block.exp
9853 * gdb.python/py-events.exp
9854 * gdb.python/py-parameter.exp
9855 * gdb.python/py-symbol.exp
9856 * gdb.python/py-symtab.exp
9857 * gdb.python/py-type.exp
9858 * gdb.python/py-value.exp
9859 * gdb.python/py-xmethods.exp
9860 * gdb.python/python.exp
9861 * gdb.reverse/break-precsave.exp
9862 * gdb.reverse/consecutive-precsave.exp
9863 * gdb.reverse/finish-precsave.exp
9864 * gdb.reverse/i386-precsave.exp
9865 * gdb.reverse/machinestate-precsave.exp
9866 * gdb.reverse/sigall-precsave.exp
9867 * gdb.reverse/solib-precsave.exp
9868 * gdb.reverse/step-precsave.exp
9869 * gdb.reverse/until-precsave.exp
9870 * gdb.reverse/watch-precsave.exp
9871 * gdb.server/ext-attach.exp
9872 * gdb.server/ext-restart.exp
9873 * gdb.server/ext-run.exp
9874 * gdb.server/ext-wrapper.exp
9875 * gdb.stabs/gdb11479.exp
9876 * gdb.stabs/weird.exp
9877 * gdb.threads/attach-many-short-lived-threads.exp
9878 * gdb.threads/kill.exp
9879 * gdb.threads/watchpoint-fork.exp
9880
9881 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9882
9883 Fix test names starting with uppercase throughout all the files below.
9884
9885 * gdb.ada/array_return.exp
9886 * gdb.ada/catch_ex.exp
9887 * gdb.ada/info_exc.exp
9888 * gdb.ada/mi_catch_ex.exp
9889 * gdb.ada/mi_dyn_arr.exp
9890 * gdb.ada/mi_ex_cond.exp
9891 * gdb.ada/mi_exc_info.exp
9892 * gdb.ada/mi_interface.exp
9893 * gdb.ada/mi_task_arg.exp
9894 * gdb.ada/mi_task_info.exp
9895 * gdb.ada/mi_var_array.exp
9896 * gdb.arch/alpha-step.exp
9897 * gdb.arch/amd64-disp-step.exp
9898 * gdb.arch/arm-disp-step.exp
9899 * gdb.arch/disp-step-insn-reloc.exp
9900 * gdb.arch/e500-prologue.exp
9901 * gdb.arch/ftrace-insn-reloc.exp
9902 * gdb.arch/gdb1558.exp
9903 * gdb.arch/i386-bp_permanent.exp
9904 * gdb.arch/i386-disp-step.exp
9905 * gdb.arch/i386-float.exp
9906 * gdb.arch/i386-gnu-cfi.exp
9907 * gdb.arch/ia64-breakpoint-shadow.exp
9908 * gdb.arch/mips16-thunks.exp
9909 * gdb.arch/pa-nullify.exp
9910 * gdb.arch/powerpc-aix-prologue.exp
9911 * gdb.arch/powerpc-power.exp
9912 * gdb.arch/ppc-dfp.exp
9913 * gdb.arch/s390-tdbregs.exp
9914 * gdb.arch/spu-info.exp
9915 * gdb.arch/spu-ls.exp
9916 * gdb.arch/thumb-bx-pc.exp
9917 * gdb.base/advance.exp
9918 * gdb.base/annota-input-while-running.exp
9919 * gdb.base/arrayidx.exp
9920 * gdb.base/asmlabel.exp
9921 * gdb.base/async.exp
9922 * gdb.base/attach-wait-input.exp
9923 * gdb.base/auto-connect-native-target.exp
9924 * gdb.base/batch-preserve-term-settings.exp
9925 * gdb.base/bfp-test.exp
9926 * gdb.base/bigcore.exp
9927 * gdb.base/bp-permanent.exp
9928 * gdb.base/break-always.exp
9929 * gdb.base/break-fun-addr.exp
9930 * gdb.base/break-idempotent.exp
9931 * gdb.base/break-main-file-remove-fail.exp
9932 * gdb.base/break-probes.exp
9933 * gdb.base/break-unload-file.exp
9934 * gdb.base/break.exp
9935 * gdb.base/call-ar-st.exp
9936 * gdb.base/call-rt-st.exp
9937 * gdb.base/call-sc.exp
9938 * gdb.base/call-signal-resume.exp
9939 * gdb.base/call-strs.exp
9940 * gdb.base/callexit.exp
9941 * gdb.base/callfuncs.exp
9942 * gdb.base/catch-gdb-caused-signals.exp
9943 * gdb.base/catch-signal-siginfo-cond.exp
9944 * gdb.base/catch-syscall.exp
9945 * gdb.base/compare-sections.exp
9946 * gdb.base/cond-eval-mode.exp
9947 * gdb.base/condbreak-call-false.exp
9948 * gdb.base/consecutive-step-over.exp
9949 * gdb.base/cursal.exp
9950 * gdb.base/disabled-location.exp
9951 * gdb.base/disasm-end-cu.exp
9952 * gdb.base/display.exp
9953 * gdb.base/double-prompt-target-event-error.exp
9954 * gdb.base/dprintf-bp-same-addr.exp
9955 * gdb.base/dprintf-detach.exp
9956 * gdb.base/dprintf-next.exp
9957 * gdb.base/dprintf-non-stop.exp
9958 * gdb.base/dprintf-pending.exp
9959 * gdb.base/dso2dso.exp
9960 * gdb.base/ending-run.exp
9961 * gdb.base/enum_cond.exp
9962 * gdb.base/examine-backward.exp
9963 * gdb.base/exe-lock.exp
9964 * gdb.base/exec-invalid-sysroot.exp
9965 * gdb.base/execl-update-breakpoints.exp
9966 * gdb.base/execution-termios.exp
9967 * gdb.base/fileio.exp
9968 * gdb.base/fixsection.exp
9969 * gdb.base/foll-exec-mode.exp
9970 * gdb.base/foll-exec.exp
9971 * gdb.base/fork-running-state.exp
9972 * gdb.base/frame-args.exp
9973 * gdb.base/fullpath-expand.exp
9974 * gdb.base/func-ptr.exp
9975 * gdb.base/gcore-relro-pie.exp
9976 * gdb.base/gdb1090.exp
9977 * gdb.base/gdb1555.exp
9978 * gdb.base/global-var-nested-by-dso.exp
9979 * gdb.base/gnu-ifunc.exp
9980 * gdb.base/hbreak-in-shr-unsupported.exp
9981 * gdb.base/hbreak-unmapped.exp
9982 * gdb.base/hook-stop.exp
9983 * gdb.base/infcall-input.exp
9984 * gdb.base/info-fun.exp
9985 * gdb.base/info-shared.exp
9986 * gdb.base/interrupt-noterm.exp
9987 * gdb.base/jit-so.exp
9988 * gdb.base/jit.exp
9989 * gdb.base/line-symtabs.exp
9990 * gdb.base/list.exp
9991 * gdb.base/longjmp.exp
9992 * gdb.base/macscp.exp
9993 * gdb.base/max-value-size.exp
9994 * gdb.base/nodebug.exp
9995 * gdb.base/nofield.exp
9996 * gdb.base/overlays.exp
9997 * gdb.base/paginate-after-ctrl-c-running.exp
9998 * gdb.base/paginate-bg-execution.exp
9999 * gdb.base/paginate-inferior-exit.exp
10000 * gdb.base/pending.exp
10001 * gdb.base/pr11022.exp
10002 * gdb.base/printcmds.exp
10003 * gdb.base/ptr-typedef.exp
10004 * gdb.base/ptype.exp
10005 * gdb.base/randomize.exp
10006 * gdb.base/range-stepping.exp
10007 * gdb.base/realname-expand.exp
10008 * gdb.base/relativedebug.exp
10009 * gdb.base/remote.exp
10010 * gdb.base/savedregs.exp
10011 * gdb.base/sepdebug.exp
10012 * gdb.base/set-noassign.exp
10013 * gdb.base/shlib-call.exp
10014 * gdb.base/shreloc.exp
10015 * gdb.base/sigaltstack.exp
10016 * gdb.base/sigbpt.exp
10017 * gdb.base/siginfo-addr.exp
10018 * gdb.base/siginfo-obj.exp
10019 * gdb.base/siginfo-thread.exp
10020 * gdb.base/signest.exp
10021 * gdb.base/signull.exp
10022 * gdb.base/sigrepeat.exp
10023 * gdb.base/skip.exp
10024 * gdb.base/so-impl-ld.exp
10025 * gdb.base/solib-corrupted.exp
10026 * gdb.base/solib-disc.exp
10027 * gdb.base/solib-display.exp
10028 * gdb.base/solib-overlap.exp
10029 * gdb.base/solib-search.exp
10030 * gdb.base/solib-symbol.exp
10031 * gdb.base/source-execution.exp
10032 * gdb.base/sss-bp-on-user-bp-2.exp
10033 * gdb.base/sss-bp-on-user-bp.exp
10034 * gdb.base/stack-checking.exp
10035 * gdb.base/stale-infcall.exp
10036 * gdb.base/step-break.exp
10037 * gdb.base/step-line.exp
10038 * gdb.base/step-over-exit.exp
10039 * gdb.base/step-test.exp
10040 * gdb.base/structs.exp
10041 * gdb.base/sym-file.exp
10042 * gdb.base/symtab-search-order.exp
10043 * gdb.base/term.exp
10044 * gdb.base/type-opaque.exp
10045 * gdb.base/unload.exp
10046 * gdb.base/until-nodebug.exp
10047 * gdb.base/until.exp
10048 * gdb.base/unwindonsignal.exp
10049 * gdb.base/watch-cond.exp
10050 * gdb.base/watch-non-mem.exp
10051 * gdb.base/watch_thread_num.exp
10052 * gdb.base/watchpoint-reuse-slot.exp
10053 * gdb.base/watchpoint-solib.exp
10054 * gdb.base/watchpoint.exp
10055 * gdb.btrace/dlopen.exp
10056 * gdb.cell/arch.exp
10057 * gdb.cell/break.exp
10058 * gdb.cell/bt.exp
10059 * gdb.cell/core.exp
10060 * gdb.cell/data.exp
10061 * gdb.cell/dwarfaddr.exp
10062 * gdb.cell/ea-cache.exp
10063 * gdb.cell/ea-standalone.exp
10064 * gdb.cell/ea-test.exp
10065 * gdb.cell/f-regs.exp
10066 * gdb.cell/fork.exp
10067 * gdb.cell/gcore.exp
10068 * gdb.cell/mem-access.exp
10069 * gdb.cell/ptype.exp
10070 * gdb.cell/registers.exp
10071 * gdb.cell/sizeof.exp
10072 * gdb.cell/solib-symbol.exp
10073 * gdb.cell/solib.exp
10074 * gdb.compile/compile-tls.exp
10075 * gdb.cp/exception.exp
10076 * gdb.cp/gdb2495.exp
10077 * gdb.cp/local.exp
10078 * gdb.cp/mb-inline.exp
10079 * gdb.cp/mb-templates.exp
10080 * gdb.cp/pr10687.exp
10081 * gdb.cp/pr9167.exp
10082 * gdb.cp/scope-err.exp
10083 * gdb.cp/templates.exp
10084 * gdb.cp/virtfunc.exp
10085 * gdb.dwarf2/dw2-dir-file-name.exp
10086 * gdb.dwarf2/dw2-single-line-discriminators.exp
10087 * gdb.fortran/complex.exp
10088 * gdb.fortran/library-module.exp
10089 * gdb.guile/guile.exp
10090 * gdb.guile/scm-cmd.exp
10091 * gdb.guile/scm-frame-inline.exp
10092 * gdb.guile/scm-objfile.exp
10093 * gdb.guile/scm-pretty-print.exp
10094 * gdb.guile/scm-symbol.exp
10095 * gdb.guile/scm-type.exp
10096 * gdb.guile/scm-value.exp
10097 * gdb.linespec/keywords.exp
10098 * gdb.linespec/ls-errs.exp
10099 * gdb.linespec/macro-relative.exp
10100 * gdb.linespec/thread.exp
10101 * gdb.mi/mi-breakpoint-changed.exp
10102 * gdb.mi/mi-dprintf-pending.exp
10103 * gdb.mi/mi-fullname-deleted.exp
10104 * gdb.mi/mi-logging.exp
10105 * gdb.mi/mi-pending.exp
10106 * gdb.mi/mi-solib.exp
10107 * gdb.mi/new-ui-mi-sync.exp
10108 * gdb.mi/user-selected-context-sync.exp
10109 * gdb.multi/dummy-frame-restore.exp
10110 * gdb.multi/multi-arch-exec.exp
10111 * gdb.multi/remove-inferiors.exp
10112 * gdb.multi/watchpoint-multi-exit.exp
10113 * gdb.opt/solib-intra-step.exp
10114 * gdb.perf/backtrace.exp
10115 * gdb.perf/single-step.exp
10116 * gdb.perf/skip-command.exp
10117 * gdb.perf/skip-prologue.exp
10118 * gdb.perf/solib.exp
10119 * gdb.python/lib-types.exp
10120 * gdb.python/py-as-string.exp
10121 * gdb.python/py-bad-printers.exp
10122 * gdb.python/py-block.exp
10123 * gdb.python/py-breakpoint.exp
10124 * gdb.python/py-cmd.exp
10125 * gdb.python/py-events.exp
10126 * gdb.python/py-evthreads.exp
10127 * gdb.python/py-finish-breakpoint.exp
10128 * gdb.python/py-finish-breakpoint2.exp
10129 * gdb.python/py-frame-inline.exp
10130 * gdb.python/py-frame.exp
10131 * gdb.python/py-inferior.exp
10132 * gdb.python/py-infthread.exp
10133 * gdb.python/py-mi.exp
10134 * gdb.python/py-objfile.exp
10135 * gdb.python/py-pp-maint.exp
10136 * gdb.python/py-pp-registration.exp
10137 * gdb.python/py-prettyprint.exp
10138 * gdb.python/py-recurse-unwind.exp
10139 * gdb.python/py-shared.exp
10140 * gdb.python/py-symbol.exp
10141 * gdb.python/py-symtab.exp
10142 * gdb.python/py-template.exp
10143 * gdb.python/py-type.exp
10144 * gdb.python/py-unwind-maint.exp
10145 * gdb.python/py-unwind.exp
10146 * gdb.python/py-value.exp
10147 * gdb.python/python.exp
10148 * gdb.reverse/finish-reverse-bkpt.exp
10149 * gdb.reverse/insn-reverse.exp
10150 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10151 * gdb.reverse/solib-precsave.exp
10152 * gdb.reverse/solib-reverse.exp
10153 * gdb.stabs/gdb11479.exp
10154 * gdb.stabs/weird.exp
10155 * gdb.threads/fork-child-threads.exp
10156 * gdb.threads/fork-plus-threads.exp
10157 * gdb.threads/fork-thread-pending.exp
10158 * gdb.threads/forking-threads-plus-breakpoint.exp
10159 * gdb.threads/hand-call-in-threads.exp
10160 * gdb.threads/interrupted-hand-call.exp
10161 * gdb.threads/linux-dp.exp
10162 * gdb.threads/local-watch-wrong-thread.exp
10163 * gdb.threads/next-while-other-thread-longjmps.exp
10164 * gdb.threads/non-ldr-exit.exp
10165 * gdb.threads/pending-step.exp
10166 * gdb.threads/print-threads.exp
10167 * gdb.threads/process-dies-while-detaching.exp
10168 * gdb.threads/process-dies-while-handling-bp.exp
10169 * gdb.threads/pthreads.exp
10170 * gdb.threads/queue-signal.exp
10171 * gdb.threads/reconnect-signal.exp
10172 * gdb.threads/signal-command-handle-nopass.exp
10173 * gdb.threads/signal-command-multiple-signals-pending.exp
10174 * gdb.threads/signal-delivered-right-thread.exp
10175 * gdb.threads/signal-sigtrap.exp
10176 * gdb.threads/sigthread.exp
10177 * gdb.threads/staticthreads.exp
10178 * gdb.threads/stepi-random-signal.exp
10179 * gdb.threads/thread-unwindonsignal.exp
10180 * gdb.threads/thread_check.exp
10181 * gdb.threads/thread_events.exp
10182 * gdb.threads/tid-reuse.exp
10183 * gdb.threads/tls-nodebug.exp
10184 * gdb.threads/tls-shared.exp
10185 * gdb.threads/tls-so_extern.exp
10186 * gdb.threads/tls.exp
10187 * gdb.threads/wp-replication.exp
10188 * gdb.trace/actions-changed.exp
10189 * gdb.trace/actions.exp
10190 * gdb.trace/backtrace.exp
10191 * gdb.trace/change-loc.exp
10192 * gdb.trace/collection.exp
10193 * gdb.trace/deltrace.exp
10194 * gdb.trace/disconnected-tracing.exp
10195 * gdb.trace/entry-values.exp
10196 * gdb.trace/ftrace-lock.exp
10197 * gdb.trace/ftrace.exp
10198 * gdb.trace/infotrace.exp
10199 * gdb.trace/mi-trace-frame-collected.exp
10200 * gdb.trace/mi-trace-unavailable.exp
10201 * gdb.trace/mi-traceframe-changed.exp
10202 * gdb.trace/mi-tracepoint-changed.exp
10203 * gdb.trace/mi-tsv-changed.exp
10204 * gdb.trace/no-attach-trace.exp
10205 * gdb.trace/packetlen.exp
10206 * gdb.trace/passc-dyn.exp
10207 * gdb.trace/passcount.exp
10208 * gdb.trace/pending.exp
10209 * gdb.trace/pr16508.exp
10210 * gdb.trace/qtro.exp
10211 * gdb.trace/range-stepping.exp
10212 * gdb.trace/read-memory.exp
10213 * gdb.trace/report.exp
10214 * gdb.trace/save-trace.exp
10215 * gdb.trace/signal.exp
10216 * gdb.trace/stap-trace.exp
10217 * gdb.trace/status-stop.exp
10218 * gdb.trace/strace.exp
10219 * gdb.trace/tfile.exp
10220 * gdb.trace/tfind.exp
10221 * gdb.trace/trace-break.exp
10222 * gdb.trace/trace-condition.exp
10223 * gdb.trace/trace-enable-disable.exp
10224 * gdb.trace/trace-mt.exp
10225 * gdb.trace/tracecmd.exp
10226 * gdb.trace/tracefile-pseudo-reg.exp
10227 * gdb.trace/tspeed.exp
10228 * gdb.trace/tstatus.exp
10229 * gdb.trace/tsv.exp
10230 * gdb.trace/unavailable.exp
10231 * gdb.trace/while-dyn.exp
10232 * gdb.trace/while-stepping.exp
10233 * lib/gdb-guile.exp
10234 * lib/gdb.exp
10235 * lib/mi-support.exp
10236 * lib/pascal.exp
10237 * lib/perftest.exp
10238 * lib/prelink-support.exp
10239 * lib/selftest-support.exp
10240
10241 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10242
10243 * Makefile.in: Include disable-implicit-rules.mk.
10244
10245 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10246
10247 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10248 non-byte-aligned bit fields.
10249
10250 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10251
10252 PR gdb/12616
10253 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10254 respects the DW_AT_data_bit_offset attribute.
10255
10256 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10257
10258 * gdb.base/default.exp: Fix output of "set language".
10259
10260 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10261
10262 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10263 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10264 make.
10265 * configure.ac: Remove checks for the make program.
10266 * configure: Re-generate.
10267
10268 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10269
10270 * gdb.python/py-recurse-unwind.c (main): Add loop.
10271 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10272 to read_register() and gdb.parse_and_eval(). Make each code
10273 call a separate case that can be individually tested.
10274 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10275 proc. Call cont_and_backtrace for each of the code paths that
10276 we want to test in the unwinder.
10277
10278 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10279
10280 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10281 the definition of struct S.
10282
10283 2016-11-11 Catherine Moore <clm@codesourcery.com>
10284
10285 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10286
10287 2016-11-09 Pedro Alves <palves@redhat.com>
10288
10289 * gdb.base/commands.exp (runto_or_return): New procedure.
10290 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10291 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10292 (progvar_simple_while_test, progvar_complex_if_while_test)
10293 (if_while_breakpoint_command_test)
10294 (infrun_breakpoint_command_test, breakpoint_command_test)
10295 (user_defined_command_test, watchpoint_command_test)
10296 (test_command_prompt_position, redefine_hook_test)
10297 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10298 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10299 multi_line_input and multi_line. Remove gdb_expect and
10300 gdb_stop_suppressing_tests uses.
10301 * lib/gdb.exp (valnum_re): New global.
10302 (multi_line_input): New procedure.
10303
10304 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10305
10306 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10307 Remove.
10308 (test_setup): Define with proc_with_prefix.
10309 (test_cli_inferior): Likewise.
10310 (test_cli_thread): Likewise.
10311 (test_cli_frame): Likewise.
10312 (test_cli_select_frame): Likewise.
10313 (test_cli_up_down): Likewise.
10314 (test_mi_thread_select): Likewise.
10315 (test_mi_stack_select_frame): Likewise.
10316 (test_cli_in_mi_inferior): Likewise.
10317 (test_cli_in_mi_thread): Likewise.
10318 (test_cli_in_mi_frame): Likewise.
10319 (top level): Do not use with_test_prefix_procname.
10320
10321 2016-11-09 Pedro Alves <palves@redhat.com>
10322
10323 * gdb.base/commands.exp (gdbvar_simple_if_test)
10324 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10325 (progvar_simple_if_test, progvar_simple_while_test)
10326 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10327 (infrun_breakpoint_command_test, breakpoint_command_test)
10328 (user_defined_command_test, watchpoint_command_test)
10329 (test_command_prompt_position, deprecated_command_test)
10330 (bp_deleted_in_command, temporary_breakpoint_commands)
10331 (stray_arg0_test, source_file_with_indented_comment)
10332 (recursive_source_test, if_commands_test)
10333 (error_clears_commands_left, redefine_hook_test)
10334 (redefine_backtrace_test): Use proc_with_prefix.
10335 * lib/gdb.exp (proc_with_prefix): New proc.
10336
10337 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10338
10339 * gdb.base/tui-layout.c: New file.
10340 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10341 disassembly window contains very long lines.
10342
10343 2016-11-08 Tom Tromey <tom@tromey.com>
10344
10345 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10346 depend on Python 2.
10347
10348 2016-11-08 Tom Tromey <tom@tromey.com>
10349
10350 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10351 New method.
10352
10353 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10354
10355 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10356
10357 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10358
10359 * gdb.rust/simple.rs: Add test for univariant enums without
10360 discriminants and for encoded struct-like enums.
10361
10362 2016-10-28 Pedro Alves <palves@redhat.com>
10363
10364 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10365 gdb_test_multiple, tighten regexps and match symtabs and line
10366 tables incrementally.
10367
10368 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10369
10370 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10371 general.
10372
10373 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10374
10375 * gdb.base/exec-invalid-sysroot.exp: New file.
10376
10377 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10378
10379 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10380
10381 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10382
10383 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10384
10385 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10386
10387 * gdb.base/killed-outside.exp: Remove $options from a call to
10388 `prepare_for_testing'.
10389
10390 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10391
10392 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10393 Change test message.
10394
10395 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10396
10397 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10398 Update comment.
10399
10400 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10401
10402 * gdb.trace/mi-trace-save.exp: New file.
10403
10404 2016-10-13 Yao Qi <yao.qi@linaro.org>
10405
10406 * gdb.base/code_elim.exp (get_var_address): Remove.
10407 * gdb.base/relocate.exp: Likewise.
10408 * gdb.base/shreloc.exp: Likewise.
10409 * lib/gdb.exp (get_var_address): New.
10410
10411 2016-10-13 Yao Qi <yao.qi@linaro.org>
10412
10413 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10414 floating point tests if $skip_float_test is false.
10415
10416 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10417
10418 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10419 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10420 argc values.
10421 Add 1 to argc so we guarantee distinct initial/modified argc values.
10422
10423 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10424
10425 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10426
10427 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10428
10429 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10430 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10431 * gdb.arch/vsx-regs.exp: Likewise.
10432
10433 2016-10-07 Yao Qi <yao.qi@linaro.org>
10434
10435 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10436
10437 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10438
10439 * gdb.python/python.exp: Test decode_line("*0").
10440
10441 2016-10-06 Doug Evans <dje@google.com>
10442
10443 * gdb.python/py-value.exp (test_value_creation): Add test for large
10444 unsigned 64-bit value.
10445
10446 2016-10-06 Tom Tromey <tom@tromey.com>
10447
10448 * gdb.compile/compile.exp: Change java tests to rust.
10449 * gdb.base/setshow.exp: Change java tests to rust.
10450 * gdb.base/default.exp: Remove java from language list.
10451 * README (Examples): Update language example.
10452 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10453 test.
10454 * lib/gdb.exp (skip_java_tests): Remove.
10455 * lib/java.exp: Remove.
10456 * gdb.java: Remove.
10457
10458 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10459
10460 * gdb.arch/mips-fcr.exp: New test.
10461 * gdb.arch/mips-fcr.c: Source for the new test.
10462
10463 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10464
10465 * gdb.base/solib-disc.exp: Use `standard_output_file'
10466 throughout.
10467
10468 2016-10-06 Pedro Alves <palves@redhat.com>
10469
10470 * gdb.base/jit-simple-dl.c: New file.
10471 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10472 * gdb.base/jit-simple.c: ... this.
10473 * gdb.base/jit-simple.exp (jit_run): Delete.
10474 (build_jit): New proc.
10475 (jit_test_reread): Recompile either the main program or the shared
10476 library, depending on what is being tested. Skip changing address
10477 if caller wants to. Compare before/after addresses. If testing
10478 standalone, explicitly load the binary. Test "maint info
10479 breakpoints".
10480 (top level): Add "standalone vs shared lib" and "change address"
10481 vs "same address" axes.
10482
10483 2016-10-06 Pedro Alves <palves@redhat.com>
10484
10485 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10486 call.
10487 (jit_run): Delete.
10488 (jit_test_reread): Use with_test_prefix. Reload the main binary
10489 explicitly. Compare the before/after addresses of the JIT
10490 descriptor.
10491
10492 2016-08-15 Doug Evans <dje@google.com>
10493
10494 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10495 for single bitfields is bool.
10496 * gdb.xml/tdesc-regs.exp: Ditto.
10497
10498 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10499
10500 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10501
10502 2016-10-05 Yao Qi <yao.qi@linaro.org>
10503
10504 * lib/gdb.exp (support_complex_tests): Return zero if
10505 gdb_skip_float_test return true.
10506
10507 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10508 Simon Marchi <simon.marchi@ericsson.com>
10509
10510 PR gdb/20487
10511 * gdb.mi/user-selected-context-sync.exp: New file.
10512 * gdb.mi/user-selected-context-sync.c: New file.
10513
10514 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10515 Simon Marchi <simon.marchi@ericsson.com>
10516
10517 PR gdb/20487
10518 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10519 =thread-select-event check.
10520
10521 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10522
10523 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10524 the compulsory L operand changes.
10525 * gdb.arch/powerpc-power.s: Likewise.
10526
10527 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10528
10529 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10530 * gdb.base/jit-attach-pie.c: New file.
10531 * gdb.base/jit-attach-pie.exp: New file.
10532
10533 2016-09-28 Pedro Alves <palves@redhat.com>
10534
10535 * gdb.base/infcall-input.c: New file.
10536 * gdb.base/infcall-input.exp: New file.
10537
10538 2016-09-22 Yao Qi <yao.qi@linaro.org>
10539
10540 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10541 (gdb_exit): Rename it to ...
10542 (gdbserver_gdb_exit): ... Close GDBserver.
10543 (gdb_exit): New proc, call gdbserver_gdb_exit.
10544 (mi_gdb_exit): Likewise.
10545
10546 2016-09-22 Yao Qi <yao.qi@linaro.org>
10547
10548 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10549 path.
10550 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10551 Remove duplication.
10552
10553 2016-09-22 Yao Qi <yao.qi@linaro.org>
10554
10555 * lib/gdbserver-support.exp: Check the existence of
10556 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10557
10558 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10559
10560 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10561
10562 2016-09-21 Tom Tromey <tom@tromey.com>
10563
10564 PR gdb/20604:
10565 * gdb.base/quit.exp: New file.
10566
10567 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10568
10569 * .gitignore: New file.
10570
10571 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10572
10573 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10574 throughout.
10575
10576 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10577
10578 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10579
10580 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10581
10582 * gdb.cp/casts.cc (decltype): Move it ...
10583 (main): ... with its call to ...
10584 * gdb.cp/casts03.cc: ... a new file.
10585 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10586
10587 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10588
10589 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10590
10591 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10592
10593 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10594 and sync up the test with tests in gas/testsuite/gas/ppc.
10595 * gdb.arch/powerpc-power.exp: Likewise.
10596
10597 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10598
10599 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10600
10601 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10602 Jan Kratochvil <jan.kratochvil@redhat.com>
10603
10604 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10605 make m1's definition to be different from m2's. Use 'dummy' as an
10606 argument for probe 'two'.
10607
10608 2016-09-10 Jon Beniston <jon@beniston.com>
10609
10610 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10611 for sim target.
10612
10613 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10614
10615 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10616 variable declaration.
10617 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10618 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10619 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10620 received HWCAP as its argument.
10621
10622 2016-09-06 Pedro Alves <palves@redhat.com>
10623
10624 * gdb.base/new-ui-pending-input.c: New file.
10625 * gdb.base/new-ui-pending-input.exp: New file.
10626 * gdb.exp (clear_gdb_spawn_id): New procedure.
10627 (with_spawn_id): Check whether gdb_spawn_id exists before
10628 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10629 on exit.
10630
10631 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10632
10633 * gdb.base/float128.c: New file.
10634 * gdb.base/float128.exp: Likewise.
10635 * gdb.base/floatn.c: Likewise.
10636 * gdb.base/floatn.exp: Likewise.
10637
10638 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10639
10640 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10641
10642 2016-09-05 Pedro Alves <palves@redhat.com>
10643
10644 PR backtrace/19927
10645 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10646 unwinders are immediately called as side effect of "source" or
10647 "disable unwinder" commands.
10648 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10649
10650 2016-09-02 Yao Qi <yao.qi@linaro.org>
10651
10652 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10653 is true and $type is "float" or "double".
10654
10655 2016-09-02 Yao Qi <yao.qi@linaro.org>
10656
10657 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10658 true.
10659 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10660 * gdb.base/call-rt-st.exp: Likewise.
10661 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10662 return value instead of gdb,skip_float_test.
10663 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10664 (do_function_calls): Use its return value instead of
10665 gdb,skip_float_test.
10666 * gdb.base/finish.exp: Likewise.
10667 * gdb.base/funcargs.exp: Likewise.
10668 * gdb.base/return.exp: Likewise.
10669 * gdb.base/return2.exp: Likewise.
10670 * gdb.base/varargs.exp: Likewise.
10671 * lib/gdb.exp (gdb_skip_float_test): Change it to
10672 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10673
10674 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10675
10676 * gdb.multi/tids.exp: Test "thread apply all".
10677
10678 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10679
10680 * gdb.base/default.exp (tty): Remove.
10681
10682 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10683
10684 * gdb.python/py-recurse-unwind.c: New file.
10685 * gdb.python/py-recurse-unwind.py: New file.
10686 * gdb.python/py-recurse-unwind.exp: New file.
10687
10688 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10689
10690 * gdb.base/set-inferior-tty.exp: New file.
10691 * gdb.base/set-inferior-tty.c: New file.
10692
10693 2016-08-23 Pedro Alves <palves@redhat.com>
10694
10695 PR gdb/20494
10696 * gdb.base/new-ui-echo.c: New file.
10697 * gdb.base/new-ui-echo.exp: New file.
10698
10699 2016-08-23 Yao Qi <yao.qi@linaro.org>
10700
10701 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10702 gdbserver_spawn.
10703 * gdb.server/connect-without-multi-process.exp (do_test):
10704 Likewise.
10705
10706 2016-08-23 Yao Qi <yao.qi@linaro.org>
10707
10708 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10709 standalone_txt. Delete gdb_txt and standalone_txt on host
10710 and target. Spawn the binary on target. Copy files from
10711 target to host.
10712
10713 2016-08-22 Pedro Alves <palves@redhat.com>
10714
10715 PR gdb/20505
10716 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10717 with_test_prefix. Factor out bits to ...
10718 (test_no_vdso): ... this new procedure.
10719
10720 2016-08-19 Carl Love <cel@us.ibm.com>
10721
10722 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10723 maintaining separate logic for constructing the output path.
10724 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10725 * gdb.arch/ppc-dfp.exp: Likewise.
10726 * gdb.arch/ppc-fp.exp: Likewise.
10727 * gdb.arch/vsx-regs.exp: Likewise.
10728 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10729 binprefix for generating the additional binary files.
10730
10731 2016-08-19 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.trace/mi-trace-frame-collected.exp
10734 (test_trace_frame_collected): On x32, expect two registers.
10735
10736 2016-08-18 Carl Love <cel@us.ibm.com>
10737
10738 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10739 and sync up the test with tests in gas/testsuite/gas/ppc.
10740 * gdb.arch/powerpc-power.exp: Likewise.
10741
10742 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10743
10744 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10745 expected error message.
10746
10747 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10748
10749 * gdb.multi/remove-inferiors.exp: New file.
10750 * gdb.multi/remove-inferiors.c: New file.
10751
10752 2016-08-12 Yao Qi <yao.qi@linaro.org>
10753
10754 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10755 argument list.
10756
10757 2016-08-10 Pedro Alves <palves@redhat.com>
10758
10759 PR gdb/19187
10760 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10761 setup_kfails.
10762
10763 2016-08-09 Pedro Alves <palves@redhat.com>
10764 Simon Marchi <simon.marchi@ericsson.com>
10765
10766 PR gdb/20418
10767 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10768 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10769
10770 2016-08-09 Pedro Alves <palves@redhat.com>
10771
10772 PR mi/20431
10773 * gdb.mi/mi-cmd-error.exp: New file.
10774
10775 2016-08-09 Pedro Alves <palves@redhat.com>
10776
10777 PR gdb/18653
10778 * gdb.base/signals-state-child.c: New file.
10779 * gdb.base/signals-state-child.exp: New file.
10780 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10781
10782 2016-08-09 Pedro Alves <palves@redhat.com>
10783
10784 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10785
10786 2016-08-03 Tom Tromey <tom@tromey.com>
10787
10788 PR python/18565:
10789 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10790
10791 2016-08-01 Yao Qi <yao.qi@linaro.org>
10792
10793 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10794 variable mode to "multi-process" if $multi_process is 1, otherwise
10795 set it to "single-process".
10796
10797 2016-08-01 Yao Qi <yao.qi@linaro.org>
10798
10799 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10800 * gdb.cp/cpexprs.exp: Likewise.
10801 * gdb.cp/m-static.exp: Likewise.
10802
10803 2016-07-26 Tom Tromey <tom@tromey.com>
10804
10805 PR python/20190:
10806 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10807 test.
10808
10809 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10810
10811 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10812 selecting assembly source files.
10813 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10814 assembly source files.
10815 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10816 assembly source files.
10817 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10818 selecting assembly source files.
10819
10820 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10821
10822 * gdb.base/new-ui.exp (do_test_invalid_args): New
10823 procedure.
10824
10825 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10826
10827 * gdb.btrace/reconnect.c: New file.
10828 * gdb.btrace/reconnect.exp: New file.
10829
10830 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10831
10832 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10833 to test_catch_syscall_group.
10834 (test_catch_syscall_group): New.
10835
10836 2016-07-21 Tom Tromey <tom@tromey.com>
10837
10838 * gdb.rust/simple.rs (main): Use empty struct expression.
10839 * gdb.rust/simple.exp: Add tests for empty struct expression.
10840
10841 2016-07-21 Yao Qi <yao.qi@linaro.org>
10842
10843 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10844 if gdb_skip_xml_test is true on some targets.
10845
10846 2016-07-21 Yao Qi <yao.qi@linaro.org>
10847
10848 * gdb.server/solib-list.exp: Unset last_loaded_file.
10849
10850 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10851
10852 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10853 "step into captured_main (args)".
10854
10855 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10856
10857 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10858
10859 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10860
10861 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10862
10863 2016-07-19 Pedro Alves <palves@redhat.com>
10864
10865 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10866 * gdb.opt/inline-bt.exp: Likewise.
10867 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10868 additional_flags=-Winline.
10869 * gdb.opt/inline-locals.exp: Likewise.
10870 * gdb.opt/inline-markers.c (ATTR): Define.
10871 (inlined_fn): Use it.
10872
10873 2016-07-19 Yao Qi <yao.qi@linaro.org>
10874
10875 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10876 (test_with_self): Remove some code. Remove argument executable.
10877 (top-level): Use do_self_tests.
10878
10879 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10880 Don Breazeal <donb@codesourcery.com>
10881
10882 * gdb.base/maint.exp: Escape paths used in regular expressions.
10883 * gdb.stabs/weird.exp: Likewise.
10884
10885 2016-07-13 Tom Tromey <tom@tromey.com>
10886
10887 PR python/15620, PR python/18620:
10888 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10889 (test_bkpt_events): New procs.
10890
10891 2016-07-13 Tom Tromey <tom@tromey.com>
10892
10893 PR python/17698:
10894 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10895 test.
10896 (test_watchpoints): Likewise.
10897 (test_bkpt_pending): New proc.
10898
10899 2016-07-13 Tom Tromey <tom@tromey.com>
10900
10901 PR cli/18053:
10902 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10903 completion test.
10904
10905 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10906
10907 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10908 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10909 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10910 f_label.
10911 (g): Rename g_end_lbl to g_label.
10912 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10913 low_pc and high_pc.
10914 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10915
10916 2016-07-12 Tom Tromey <tom@tromey.com>
10917
10918 PR python/19293:
10919 * gdb.python/py-unwind-maint.exp: Update tests.
10920
10921 2016-07-12 Yao Qi <yao.qi@linaro.org>
10922
10923 * lib/selftest-support.exp (selftest_setup): Match the output
10924 when captured_main is inlined.
10925
10926 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10927
10928 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10929 New variables.
10930 (print this%a, print this%b, print this): New tests.
10931 * gdb.fortran/derived-types.f90 (this): New object and
10932 initialization.
10933
10934 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10935
10936 * gdb.ada/arraydim.exp: Remove extra directory level in build
10937 directory.
10938
10939 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10940
10941 * lib/ada.exp: Remove extra directory level in build directory.
10942 * gdb.ada/cond_lang.exp: Likewise.
10943 * gdb.ada/exec_changed.exp: Likewise.
10944 * gdb.ada/lang_switch.exp: Likewise.
10945
10946 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10947
10948 * simple.rs: Add test for raw pointer subscripting.
10949 * simple.exp: Add test expectations.
10950
10951 2016-07-05 Yao Qi <yao.qi@linaro.org>
10952
10953 * gdb.mi/mi-reverse.exp: Match =record-started output.
10954
10955 2016-07-01 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10958 procedure.
10959 (jit_reader_test): Test the jit reader's unwinder.
10960 * gdb.base/jithost.c (jit_function_00_code): New global.
10961 (main): Use memcpy to fill in the mmapped code, instead of poking
10962 bytes manually here.
10963 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10964 value.
10965 (read_debug_info): Save the function's range.
10966 (read_sp): New function.
10967 (unwind_frame): Use it. Also unwind RBP.
10968 (get_frame_id): Use read_sp.
10969 (gdb_init_reader): Use calloc instead of malloc.
10970 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10971 parameter. Use gdb_test_multiple.
10972
10973 2016-07-01 Pedro Alves <palves@redhat.com>
10974 Antoine Tremblay <antoine.tremblay@ericsson.com>
10975
10976 * gdb.threads/process-dies-while-detaching.c: New file.
10977 * gdb.threads/process-dies-while-detaching.exp: New file.
10978
10979 2016-07-01 Pedro Alves <palves@redhat.com>
10980
10981 * gdb.multi/watchpoint-multi-exit.c: New file.
10982 * gdb.multi/watchpoint-multi-exit.exp: New file.
10983
10984 2016-06-30 Pedro Alves <palves@redhat.com>
10985
10986 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10987 unset inferior_spawn_id.
10988
10989 2016-06-30 Pedro Alves <palves@redhat.com>
10990
10991 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10992 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10993
10994 2016-06-29 Yao Qi <yao.qi@linaro.org>
10995
10996 * gdb.base/return.c: Add copyright header.
10997
10998 2016-06-29 Tom Tromey <tom@tromey.com>
10999
11000 PR python/20129:
11001 * gdb.python/py-framefilter.exp: Add tests for setting priority
11002 and disabling of non-existent frame filter.
11003
11004 2016-06-29 Yao Qi <yao.qi@linaro.org>
11005
11006 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11007 0x0f07ff.
11008
11009 2016-06-28 Yao Qi <yao.qi@linaro.org>
11010
11011 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11012 triplets. Start gdb, execute catch syscall, and continue. Check
11013 gdb's output to determine catch syscall is supported.
11014
11015 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11016
11017 * gdb.rust/simple.rs: Add test for returning unit in a function.
11018 * gdb.rust/simple.exp: Add expectation for functions returning
11019 unit.
11020
11021 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11022
11023 * gdb.python/py-breakpoint-create-fail.c,
11024 gdb.python/py-breakpoint-create-fail.exp,
11025 gdb.python/py-breakpoint-create-fail.py: New testcase.
11026
11027 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11028
11029 PR gdb/20239
11030 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11031 * gdb.rust/simple.exp: Add test expectations for new NonZero
11032 tests.
11033
11034 2016-06-24 David Taylor <dtaylor@emc.com>
11035
11036 * gdb.base/offsets.exp: New file.
11037 * gdb.base/offsets.c: New file.
11038
11039 2016-06-23 Tom Tromey <tom@tromey.com>
11040
11041 PR gdb/16483:
11042 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11043 before any filters are loaded.
11044
11045 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11046
11047 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11048 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11049 structs.
11050 * gdb.fortran/derived-type-function.exp: New file.
11051 * gdb.fortran/derived-type-function.f90: New file.
11052
11053
11054 2016-06-21 Pedro Alves <palves@redhat.com>
11055
11056 * gdb.base/new-ui.exp: New file.
11057 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11058 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11059 (with_spawn_id): New procedure.
11060
11061 2016-06-21 Pedro Alves <palves@redhat.com>
11062
11063 * gdb.mi/mi-exec-run.exp: New file.
11064
11065 2016-06-21 Pedro Alves <palves@redhat.com>
11066
11067 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11068 breakpoint command's output on the main UI.
11069 (test_break): New procedure, factored out from calls in the top
11070 level.
11071 (top level): Use foreach_with_prefix to test MI as main UI and as
11072 separate UI.
11073
11074 2016-06-21 Pedro Alves <palves@redhat.com>
11075
11076 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11077 (test_awatch_creation_and_listing)
11078 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11079 Remove 'type' parameter.
11080 (test_watchpoint_all): New parameter mi_mode. Remove
11081 with_test_prefix.
11082 (top level): Use foreach_with_prefix, and add main/separate UI MI
11083 testing axis.
11084
11085 2016-06-21 Pedro Alves <palves@redhat.com>
11086
11087 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11088 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11089 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11090 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11091 (gdb_main_spawn_id, mi_spawn_id): Declare and
11092 comment.
11093 (mi_create_inferior_pty): New procedure,
11094 factored out from default_mi_gdb_start.
11095 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11096 procedures.
11097 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11098 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11099 Use mi_create_inferior_pty.
11100 (mi_gdb_start): Use eval to pass down args list.
11101
11102 2016-06-21 Pedro Alves <palves@redhat.com>
11103
11104 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11105 * gdb.opt/inline-cmds.exp: Add MI tests.
11106
11107 2016-06-21 Pedro Alves <palves@redhat.com>
11108
11109 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11110
11111 2016-06-21 Pedro Alves <palves@redhat.com>
11112
11113 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11114 (top level): Use it instead of mi_execute_to.
11115
11116 2016-06-21 Pedro Alves <palves@redhat.com>
11117
11118 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11119 (cont_handler_str): New.
11120 (signal_stop_handler): Set stop_handler_str instead of printing to
11121 stdout.
11122 (continue_handler): Set cont_handler_str instead of printing to
11123 stdout.
11124 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11125 mi_send_resuming_command. Print stop_handler_str and
11126 cont_handler_str instead of expecting the python events print
11127 directly.
11128
11129 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11130
11131 * gdb.base/jit-reader.exp: New file.
11132 * gdb.base/jithost.c: New file.
11133 * gdb.base/jithost.h: New file.
11134 * gdb.base/jitreader.c : New file.
11135 * gdb.base/jit-protocol.h: New file.
11136
11137 2016-06-17 Yao Qi <yao.qi@linaro.org>
11138
11139 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11140 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11141 and detach-on-fork. Adjust tests.
11142 (top level): Invoke break_cond_on_syscall with combinations of
11143 syscall, follow-fork-mode and detach-on-fork.
11144
11145 2016-06-17 Yao Qi <yao.qi@linaro.org>
11146
11147 * gdb.base/step-over-exit.c: New.
11148 * gdb.base/step-over-exit.exp: New.
11149
11150 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11151
11152 * gdb.base/float.exp: Add target check for nds32*-*-*.
11153 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11154
11155 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11156
11157 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11158 for unsupported target features.
11159 * gdb.base/call-rt-st.exp: Likewise.
11160 * gdb.base/call-sc.exp: Likewise.
11161 * gdb.base/call-signal-resume.exp: Likewise.
11162 * gdb.base/call-strs.exp: Likewise.
11163 * gdb.base/callexit.exp: Likewise.
11164 * gdb.base/callfuncs.exp: Likewise.
11165 * gdb.base/nodebug.exp: Likewise.
11166 * gdb.base/printcmds.exp: Likewise.
11167 * gdb.base/ptype.exp: Likewise.
11168 * gdb.base/structs.exp: Likewise.
11169 * gdb.base/unwindonsignal.exp: Likewise.
11170 * gdb.cp/gdb2495.exp: Likewise.
11171 * gdb.cp/templates.exp: Likewise.
11172 * gdb.cp/virtfunc.exp: Likewise.
11173 * gdb.threads/hand-call-in-threads.exp: Likewise.
11174 * gdb.threads/interrupted-hand-call.exp: Likewise.
11175 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11176
11177 2016-06-10 Tom Tromey <tom@tromey.com>
11178
11179 PR rust/20110:
11180 * gdb.rust/expr.exp: Add test for integer constant larger than
11181 i32.
11182
11183 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11184
11185 * gdb.fortran/nested-funcs.exp: New.
11186 * gdb.fortran/nested-funcs.f90: New.
11187
11188 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11189
11190 * gdb.base/examine-backward.c: New file.
11191 * gdb.base/examine-backward.exp: New file.
11192
11193 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11194
11195 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11196 matching.
11197
11198 2016-06-02 Tom Tromey <tom@tromey.com>
11199
11200 PR python/18984:
11201 * gdb.python/py-shared.exp: Add solib_name test.
11202
11203 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11204
11205 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11206
11207 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11208
11209 PR c++/19893
11210 * gdb.dwarf2/implref.exp: Rename to...
11211 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11212 * gdb.dwarf2/implref-array.c: New file.
11213 * gdb.dwarf2/implref-array.exp: Likewise.
11214 * gdb.dwarf2/implref-global.c: Likewise.
11215 * gdb.dwarf2/implref-global.exp: Likewise.
11216 * gdb.dwarf2/implref-struct.c: Likewise.
11217 * gdb.dwarf2/implref-struct.exp: Likewise.
11218
11219 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11220
11221 * gdb.trace/trace-condition.exp: Add 64bit tests.
11222
11223 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11224
11225 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11226 bits types.
11227 (main): Adapt to 8 to 64 bits types.
11228 * gdb.trace/trace-condition.exp: Add new tests.
11229
11230 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11231
11232 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11233
11234 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11235
11236 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11237 Move condition tests...
11238 * gdb.trace/trace-condition.exp: Here.
11239
11240 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11241
11242 * gdb.trace/trace-condition.exp: Add counter-case tests.
11243
11244 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11245
11246 PR c++/15231
11247 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11248 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11249
11250 2016-05-27 Pedro Alves <palves@redhat.com>
11251
11252 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11253 New procedure.
11254 (top level): Call it, and bail out of DejaGnu is known to be bad.
11255
11256 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11257
11258 * gdb.base/whatis.c: Extend the test case.
11259 * gdb.base/whatis.exp: Add additional tests.
11260
11261 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11262
11263 * gdb.fortran/type.f90: Add pointer variable.
11264 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11265
11266 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11267
11268 * gdb.fortran/vla-type.exp: Fix testcase name.
11269
11270 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11271
11272 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11273
11274 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11275
11276 * gdb.fortran/type.f90: Add nested structures.
11277 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11278 * gdb.fortran/derived-type.exp: Adapt expected output.
11279 * gdb.fortran/vla-type.exp: Adapt expected output.
11280
11281 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11282
11283 * gdb.fortran/whatis_type.exp: Adapt expected output.
11284
11285 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11286
11287 * gdb.fortran/print_type.exp: Fix expected output.
11288 * gdb.fortran/whatis_type.exp: Fix expected output.
11289
11290 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11291
11292 * gdb.fortran/whatis_type.exp: Use multi_line.
11293
11294 2016-05-24 Tom Tromey <tom@tromey.com>
11295
11296 PR python/17386:
11297 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11298 use value as an index.
11299
11300 2016-05-23 Tom Tromey <tom@tromey.com>
11301
11302 PR python/17981:
11303 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11304 no-breakpoint case.
11305
11306 2016-05-24 Pedro Alves <palves@redhat.com>
11307
11308 PR gdb/19828
11309 * gdb.threads/clone-attach-detach.c: New file.
11310 * gdb.threads/clone-attach-detach.exp: New file.
11311
11312 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11313
11314 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11315
11316 2016-05-23 Tom Tromey <tom@tromey.com>
11317
11318 PR python/19438, PR python/18393:
11319 * gdb.python/py-progspace.exp: Add "dir" test.
11320 * gdb.python/py-objfile.exp: Add "dir" test.
11321
11322 2016-05-23 Yao Qi <yao.qi@linaro.org>
11323
11324 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11325 * gdb.arch/thumb2-it.exp: Likewise.
11326
11327 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11328
11329 * gdb.mi/mi-threads-interrupt.c: New file.
11330 * gdb.mi/mi-threads-interrupt.exp: New file.
11331
11332 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11333
11334 PR gdb/18077
11335 * gdb.mi/mi-async-run.exp: New file.
11336 * gdb.mi/mi-async-run.c: New file.
11337
11338 2016-05-17 Tom Tromey <tom@tromey.com>
11339 Manish Goregaokar <manishsmail@gmail.com>
11340
11341 * lib/rust-support.exp: New file.
11342 * lib/gdb.exp (skip_rust_tests): New proc.
11343 (build_executable_from_specs): Handle rust.
11344 * lib/future.exp (gdb_find_rustc): New proc.
11345 (gdb_default_target_compile): Handle rust.
11346 * gdb.rust/expr.exp: New file.
11347 * gdb.rust/generics.exp: New file.
11348 * gdb.rust/generics.rs: New file.
11349 * gdb.rust/methods.exp: New file.
11350 * gdb.rust/methods.rs: New file.
11351 * gdb.rust/modules.exp: New file.
11352 * gdb.rust/modules.rs: New file.
11353 * gdb.rust/simple.exp: New file.
11354 * gdb.rust/simple.rs: New file.
11355
11356 2016-05-17 Tom Tromey <tom@tromey.com>
11357
11358 * gdb.base/default.exp (set language): Add rust.
11359
11360 2016-05-17 Tom Tromey <tom@tromey.com>
11361
11362 * gdb.gdb/unittest.exp: New file.
11363
11364 2016-05-16 Yao Qi <yao.qi@linaro.org>
11365
11366 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11367 shell_prompt. Update shell_prompt_re.
11368
11369 2016-05-12 Doug Evans <dje@google.com>
11370
11371 PR symtab/19999
11372 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11373 $options when building executable.
11374 * gdb.dwarf2/fission-loclists-pie.S: New file.
11375 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11376
11377 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11378
11379 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11380 of [is_remote target],
11381
11382 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11383
11384 * lib/gdb.exp (use_gdb_stub): New procedure.
11385
11386 2016-05-03 Yunlian Jiang <yunlian@google.com>
11387 Doug Evans <dje@google.com>
11388
11389 PR symtab/19914
11390 * gdb.dwarf2/dwp-sepdebug.c: New file.
11391 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11392
11393 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11394
11395 * gdb.base/detach.exp: Remove is_remote check.
11396
11397 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11398
11399 * gdb.base/annota-input-while-running.exp: Don't check for
11400 [is_remote target]. Enable annotations after running to main.
11401 Remove unused "set test..." line.
11402
11403 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11404
11405 * gdb.trace/trace-enable-disable.exp: New file.
11406 * gdb.trace/trace-enable-disable.c: New file.
11407
11408 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11409
11410 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11411 use it in info sharedlibrary test.
11412 * gdb.trace/ftrace-lock.exp: Likewise.
11413 * gdb.trace/ftrace.exp: Likewise.
11414 * gdb.trace/range-stepping.exp: Likewise.
11415 * gdb.trace/trace-break.exp: Likewise.
11416 * gdb.trace/trace-condition.exp: Likewise.
11417 * gdb.trace/trace-mt.exp: Likewise.
11418
11419 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11420
11421 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11422 (gdb_load_shlib): ... this.
11423 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11424 gdb_load_shlib.
11425 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11426 * gdb.base/ctxobj.exp: Likewise.
11427 * gdb.base/dprintf-pending.exp: Likewise.
11428 * gdb.base/dso2dso.exp: Likewise.
11429 * gdb.base/fixsection.exp: Likewise.
11430 * gdb.base/gcore-relro.exp: Likewise.
11431 * gdb.base/gdb1555.exp: Likewise.
11432 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11433 * gdb.base/gnu-ifunc.exp: Likewise.
11434 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11435 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11436 * gdb.base/pending.exp: Likewise.
11437 * gdb.base/print-file-var.exp: Likewise.
11438 * gdb.base/print-symbol-loading.exp: Likewise.
11439 * gdb.base/shlib-call.exp: Likewise.
11440 * gdb.base/shreloc.exp: Likewise.
11441 * gdb.base/so-impl-ld.exp: Likewise.
11442 * gdb.base/solib-disc.exp: Likewise.
11443 * gdb.base/solib-nodir.exp: Likewise.
11444 * gdb.base/solib-overlap.exp: Likewise.
11445 * gdb.base/solib-symbol.exp: Likewise.
11446 * gdb.base/solib-weak.exp (do_test): Likewise.
11447 * gdb.base/sym-file.exp: Likewise.
11448 * gdb.base/symtab-search-order.exp: Likewise.
11449 * gdb.base/type-opaque.exp: Likewise.
11450 * gdb.base/unload.exp: Likewise.
11451 * gdb.base/watchpoint-solib.exp: Likewise.
11452 * gdb.compile/compile.exp: Likewise.
11453 * gdb.cp/gdb2384.exp: Likewise.
11454 * gdb.cp/infcall-dlopen.exp: Likewise.
11455 * gdb.cp/re-set-overloaded.exp: Likewise.
11456 * gdb.fortran/library-module.exp: Likewise.
11457 * gdb.opt/solib-intra-step.exp: Likewise.
11458 * gdb.python/py-finish-breakpoint.exp: Likewise.
11459 * gdb.python/py-shared.exp: Likewise.
11460 * gdb.reverse/solib-precsave.exp: Likewise.
11461 * gdb.reverse/solib-reverse.exp: Likewise.
11462 * gdb.server/solib-list.exp: Likewise.
11463 * gdb.threads/dlopen-libpthread.exp: Likewise.
11464 * gdb.threads/tls-shared.exp: Likewise.
11465 * gdb.threads/tls-so_extern.exp: Likewise.
11466 * gdb.trace/change-loc.exp: Likewise.
11467 * gdb.trace/ftrace-lock.exp: Likewise.
11468 * gdb.trace/ftrace.exp: Likewise.
11469 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11470 * gdb.trace/pending.exp: Likewise.
11471 * gdb.trace/range-stepping.exp: Likewise.
11472 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11473 (strace_info_marker): Likewise.
11474 (strace_probe_marker): Likewise.
11475 (strace_trace_on_same_addr): Likewise.
11476 (strace_trace_on_diff_addr): Likewise.
11477 * gdb.trace/trace-break.exp: Likewise.
11478 * gdb.trace/trace-condition.exp: Likewise.
11479 * gdb.trace/trace-mt.exp: Likewise.
11480
11481 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11482
11483 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11484 result of gdb_remote_download.
11485 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11486 * gdb.base/dso2dso.exp: Likewise.
11487 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11488 * gdb.base/print-file-var.exp: Likewise.
11489 * gdb.base/shlib-call.exp: Likewise.
11490 * gdb.base/shreloc.exp: Likewise.
11491 * gdb.base/solib-overlap.exp: Likewise.
11492 * gdb.base/solib-weak.exp (do_test): Likewise.
11493 * gdb.base/unload.exp: Likewise.
11494
11495 2016-04-27 Yao Qi <yao.qi@linaro.org>
11496
11497 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11498 exists.
11499
11500 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11501
11502 * vla-type.exp: Print structure from toplevel.
11503
11504 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11505
11506 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11507 of dynamic types.
11508 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11509 of dynamic types.
11510
11511 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11512
11513 * gdb.fortran/vla-type.f90: New file.
11514 * gdb.fortran/vla-type.exp: New file.
11515
11516 2016-04-25 Yao Qi <yao.qi@linaro.org>
11517
11518 * gdb.base/branch-to-self.c: New file.
11519 * gdb.base/branch-to-self.exp: New file.
11520
11521 2016-04-22 Yao Qi <yao.qi@linaro.org>
11522
11523 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11524 more after $hex.
11525
11526 2016-04-22 Yao Qi <yao.qi@linaro.org>
11527
11528 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11529 * gdb.base/annota3.exp: Likewise.
11530
11531 2016-04-22 Yao Qi <yao.qi@linaro.org>
11532
11533 * gdb.reverse/step-precsave.exp: Do one step and test program
11534 stops in "callee" and do multiple steps until program goes out
11535 of "callee".
11536 * gdb.reverse/step-reverse.exp: Likewise.
11537
11538 2016-04-22 Yao Qi <yao.qi@linaro.org>
11539
11540 * gdb.trace/signal.exp: Also pass if
11541 $tracepoint_hits($i) > $iterations.
11542
11543 2016-04-22 Yao Qi <yao.qi@linaro.org>
11544
11545 * gdb.trace/signal.c: New file.
11546 * gdb.trace/signal.exp: New file.
11547
11548 2016-04-19 Doug Evans <xdje42@gmail.com>
11549
11550 * gdb.base/bad-file.exp: New file.
11551
11552 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11553
11554 * gdb.dwarf2/implref.exp: New file.
11555
11556 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11557
11558 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11559 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11560 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11561 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11562 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11563 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11564 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11565 * lib/fortran.exp (fortran_int4): New procedure.
11566 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11567 (fortran_logical4): Likewise.
11568
11569 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11570
11571 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11572
11573 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11574
11575 * lib/compiler.c: Add Intel specific preprocessor macros.
11576 * lib/compiler.cc: Likewise.
11577
11578 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11579
11580 * gdb.server/connect-with-no-symbol-file.c: New file.
11581 * gdb.server/connect-with-no-symbol-file.exp: New file.
11582
11583 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11584
11585 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11586
11587 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11588
11589 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11590 standard output directory.
11591
11592 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11593
11594 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11595
11596 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11597
11598 * gdb.btrace/instruction_history.c (loop): Add declaration.
11599
11600 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11601
11602 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11603
11604 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11605
11606 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11607 parentheses to print.
11608 (continue_handler): Likewise.
11609
11610 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11611
11612 * gdb.server/solib-list.exp: Remove is_remote check.
11613 Pass shlib= to gdb_compile. Don't link shared library with
11614 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11615 Run binary filename through "readlink -f" on the target.
11616
11617 2016-04-08 Pedro Alves <palves@redhat.com>
11618
11619 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11620 interpreter filename as argument to gdbserver_spawn.
11621 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11622 Return empty if $last_loaded_file does not exist.
11623
11624 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11625
11626 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11627 * gdb.base/jit-main.c: Use exit after usage.
11628
11629 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11630
11631 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11632 GDBHISTSIZE prior to the tests.
11633 * gdb.base/gdbinit-history.exp: Likewise.
11634
11635 2016-04-07 Pedro Alves <palves@redhat.com>
11636
11637 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11638 instead of build_executable. Use gdb_load_shlibs.
11639
11640 2016-04-07 Yao Qi <yao.qi@linaro.org>
11641
11642 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11643 Execute "si" command.
11644
11645 2016-04-07 Yao Qi <yao.qi@linaro.org>
11646
11647 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11648 number instead of the comments on some line.
11649
11650 2016-04-06 Don Breazeal <donb@codesourcery.com>
11651
11652 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11653 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11654
11655 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11656
11657 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11658 standard_output_file. Remove unused binfile variable.
11659
11660 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11661
11662 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11663 * gdb.python/py-mi-objfile.exp: Match "list main" output
11664 in console format.
11665
11666 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11667
11668 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11669 absolute.
11670
11671 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11672
11673 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11674 absolute.
11675 * gdb.trace/ftrace.exp: Likewise.
11676 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11677 targets as well.
11678 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11679 (gdb_load_shlibs): Copy libraries to test directory when testing
11680 natively. Only set solib-search-path if testing remotely.
11681 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11682
11683 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11684
11685 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11686 gdb_download. Use it even if the target is not remote.
11687 * gdb.base/jit.exp (compile_jit_test): Likewise.
11688 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11689 output directory if the destination board is local, otherwise use
11690 the standard remote_download from DejaGnu.
11691 (gdb_download): Remove.
11692 (gdb_load_shlibs): Use gdb_remote_download instead of
11693 gdb_download.
11694 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11695 Use gdb_remote_download instead of gdb_download. Use it even if
11696 the target is not remote.
11697 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11698 instead of gdb_download.
11699
11700 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11701
11702 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11703 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11704 run.
11705
11706 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11707
11708 PR gdb/19820
11709 * gdb.base/printcmds.exp: Add artificial arrays tests.
11710
11711 2016-03-31 Pedro Alves <palves@redhat.com>
11712
11713 PR gdb/19858
11714 * gdb.base/jit-main.c: Include unistd.h.
11715 (ATTACH): Define to 0 if not already defined.
11716 (wait_for_gdb, mypid): New globals.
11717 (WAIT_FOR_GDB): New macro.
11718 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11719 some breakpoint locations.
11720 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11721 New procedures.
11722 (one_jit_test): Add REATTACH parameter, and handle it. Use
11723 continue_to_test_location.
11724 (top level): Test attach, and adjusts calls to one_jit_test.
11725
11726 2016-03-31 Pedro Alves <palves@redhat.com>
11727
11728 PR gdb/19858
11729 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11730 BINSUFFIX parameter, and handle it.
11731 (top level): Adjust calls compile_jit_test.
11732
11733 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11734
11735 PR python/19743
11736 * gdb.python/py-mi-events-gdb.py: New file.
11737 * gdb.python/py-mi-events.c: New file.
11738 * gdb.python/py-mi-events.exp: New file.
11739
11740 2016-03-30 Yao Qi <yao.qi@linaro.org>
11741
11742 * gdb.reverse/until-precsave.exp: Match function name only.
11743 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11744 Move malloc to a condition block.
11745 * gdb.reverse/until-reverse.exp: Match function name only.
11746
11747 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11748
11749 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11750 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11751 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11752 variable for GPR 0 instead of assuming it is register 0.
11753 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11754 * lib/trace-support.exp: Add s390 registers.
11755
11756 2016-03-29 Yao Qi <yao.qi@linaro.org>
11757
11758 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11759
11760 2016-03-24 Yao Qi <yao.qi@linaro.org>
11761
11762 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11763 test message.
11764
11765 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11766
11767 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11768 maintaining separate logic for constructing the output path.
11769
11770 2016-03-16 Don Breazeal <donb@codesourcery.com>
11771
11772 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11773 Retry fork and waitpid on interrupted system call errors.
11774 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11775 Use with_timeout_factor to increase timeout by factor of 10.
11776
11777 2016-03-15 Don Breazeal <donb@codesourcery.com>
11778
11779 * gdb.cp/scope-err.cc: New test program.
11780 * gdb.cp/scope-err.exp: New test script.
11781 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11782 lines and "set breakpoint here" comment.
11783 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11784 Fixed some whitespace and format issues.
11785 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11786 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11787
11788 2016-03-15 Doug Evans <dje@google.com>
11789
11790 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11791 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11792 All callers updated. Add tests for enums, mixed flags register.
11793
11794 2016-03-15 Doug Evans <dje@google.com>
11795
11796 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11797 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11798
11799 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11800
11801 * gdb.base/default.exp: Add $_as_string to the list of expected
11802 convenience functions.
11803
11804 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11805
11806 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11807
11808 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11809
11810 * gdb.python/py-as-string.exp: New file.
11811 * gdb.python/py-as-string.c: New file.
11812
11813 2016-03-09 Pedro Alves <palves@redhat.com>
11814
11815 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11816 signal" -> "Thread NN received signal" output change.
11817 * gdb.threads/ia64-sigill.exp: Likewise.
11818 * gdb.threads/linux-dp.exp: Likewise.
11819 * gdb.threads/manythreads.exp: Likewise.
11820 * gdb.threads/pending-step.exp: Likewise.
11821 * gdb.threads/print-threads.exp: Likewise.
11822 * gdb.threads/sigstep-threads.exp: Likewise.
11823 * gdb.threads/staticthreads.exp: Likewise.
11824 * gdb.threads/tls.exp: Likewise.
11825
11826 2016-03-09 Pedro Alves <palves@redhat.com>
11827
11828 * gdb.base/command-line-input.exp: New file.
11829
11830 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11831
11832 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11833 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11834 * gdb.trace/pending.exp: Accept leading dot before function name.
11835 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11836 * lib/trace-support.exp: Set registers for ppc.
11837
11838 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11839
11840 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11841 use it for disassembly; accept .main in addition to main in backtrace.
11842
11843 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11844 Marcin Kościelnicki <koriakin@0x04.net>
11845
11846 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11847 (gdb_recursion_test_ptr): New global variable.
11848 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11849 gdb_recursion_test.
11850 (gdb_c_test): Ditto.
11851
11852 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11853
11854 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11855 ordering.
11856
11857 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11858
11859 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11860 (bar): Add bar_start_lbl label.
11861 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11862 of foo/bar for emitting DWARF and tracing.
11863
11864 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11865
11866 * analyze-racy-logs.py: Set executable bit.
11867
11868 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11869
11870 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11871 (CHECK_TARGET_TMP): Likewise.
11872 (check-single-racy): New rule.
11873 (check-parallel-racy): Likewise.
11874 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11875 (do-check-parallel-racy): New rule.
11876 (check-racy/%.exp): Likewise.
11877 * README (Racy testcases): New section.
11878 * analyze-racy-logs.py: New file.
11879
11880 2016-03-03 Doug Evans <dje@google.com>
11881
11882 * gdb.base/skip.exp: Use with_test_prefix.
11883
11884 2016-03-03 Yao Qi <yao.qi@linaro.org>
11885
11886 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11887 Invoke step_over_syscall "clone" and break_cond_on_syscall
11888 "clone".
11889 * gdb.base/step-over-clone.c: New file.
11890
11891 2016-03-03 Yao Qi <yao.qi@linaro.org>
11892
11893 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11894 code format.
11895
11896 2016-03-03 Yao Qi <yao.qi@linaro.org>
11897
11898 * gdb.base/disp-step-fork.c: Rename to ...
11899 * gdb.base/step-over-fork.c: ... it. New file.
11900 * gdb.base/disp-step-vfork.c: Rename to ...
11901 * gdb.base/step-over-vfork.c: ... it. New file.
11902 * gdb.base/disp-step-syscall.exp: Rename to ...
11903 * gdb.base/step-over-syscall.exp: ... it. New file.
11904 (disp_step_cross_syscall): Rename to ...
11905 (step_over_syscall): ... it.
11906
11907 2016-03-03 Yao Qi <yao.qi@linaro.org>
11908
11909 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11910 If target supports condition evaluation on target, invoke
11911 break_cond_on_syscall for fork and vfork.
11912
11913 2016-03-03 Yao Qi <yao.qi@linaro.org>
11914
11915 * gdb.base/disp-step-syscall.exp: Don't invoke
11916 support_displaced_stepping.
11917 (disp_step_cross_syscall): Test with displaced stepping off and
11918 on if supported.
11919
11920 2016-03-03 Yao Qi <yao.qi@linaro.org>
11921
11922 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11923 proc.
11924 (setup): New proc.
11925 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11926 and setup.
11927
11928 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11929
11930 * gdb.fortran/vla-history.exp: Remove breakpoint.
11931
11932 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11933
11934 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11935 exceeds timeout.
11936
11937 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11938
11939 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11940 breakpoint.
11941
11942 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11943
11944 * gdb.mi/vla.f90: Nullify pointer after declaration.
11945
11946 2016-03-01 Pedro Alves <palves@redhat.com>
11947
11948 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11949
11950 2016-03-01 Pedro Alves <palves@redhat.com>
11951
11952 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11953 before anything else.
11954 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11955 _GNU_SOURCE here.
11956 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11957 before anything else.
11958 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11959
11960 2016-03-01 Pedro Alves <palves@redhat.com>
11961
11962 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11963
11964 2016-03-01 Yao Qi <yao.qi@linaro.org>
11965
11966 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11967 prepare_for_testing.
11968
11969 2016-03-01 Yao Qi <yao.qi@linaro.org>
11970
11971 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11972
11973 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11974
11975 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11976 manually constructing the output path.
11977
11978 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11979
11980 * gdb.arch/s390-stackless.S: New.
11981 * gdb.arch/s390-stackless.exp: New.
11982
11983 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11984
11985 * gdb.dlang/circular.c: New file.
11986 * gdb.dlang/circular.exp: New file.
11987
11988 2016-02-26 Yao Qi <yao.qi@linaro.org>
11989
11990 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11991 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11992 (testcases): Update.
11993
11994 2016-02-26 Yao Qi <yao.qi@linaro.org>
11995
11996 * gdb.reverse/aarch64.c: Rename to ...
11997 * gdb.reverse/insn-reverse.c: ... it.
11998 * gdb.reverse/aarch64.exp: Rename to ...
11999 * gdb.reverse/insn-reverse.exp: ... it.
12000
12001 2016-02-26 Yao Qi <yao.qi@linaro.org>
12002
12003 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12004 (testcase_ftype): New.
12005 (testcases): New array.
12006 (n_testcases): New.
12007 (main): Call each element in testcases.
12008 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12009 (read_testcase): New.
12010 Do the tests in a loop.
12011
12012 2016-02-25 Yao Qi <yao.qi@linaro.org>
12013
12014 * gdb.base/branches.c: Remove.
12015
12016 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12017
12018 PR gdb/13808
12019 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12020
12021 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12022
12023 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12024
12025 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12026
12027 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12028 change x86_64 call_insn to 'callq'.
12029
12030 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12031
12032 * gdb.trace/tfile-avx.c: Move to...
12033 * gdb.trace/tracefile-pseudo-reg.c: Here.
12034 * gdb.trace/tfile-avx.exp: Move to...
12035 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12036
12037 2016-02-24 Gary Benson <gbenson@redhat.com>
12038
12039 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12040 message on attach.
12041
12042 2016-02-23 Doug Evans <dje@google.com>
12043
12044 * gdb.base/skip.c (test_skip): New function.
12045 (end_test_skip_file_and_function): New function.
12046 (test_skip_file_and_function): New function.
12047 * gdb.base/skip1.c (test_skip): New function.
12048 (skip1_test_skip_file_and_function): New function.
12049 * gdb.base/skip.exp: Add tests for new skip options.
12050 * gdb.base/skip-solib.exp: Update expected output.
12051 * gdb.perf/skip-command.cc: New file.
12052 * gdb.perf/skip-command.exp: New file.
12053 * gdb.perf/skip-command.py: New file.
12054
12055 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12056
12057 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12058 info registers pattern.
12059
12060 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12061
12062 * lib/future.exp: Add D support.
12063 (gdb_find_gdc): New proc.
12064 (gdb_default_target_compile): Add D support.
12065
12066 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12067
12068 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12069 user+system time.
12070 (trace_speed_test): Determine the iteration count for a time
12071 between 15..30 seconds.
12072
12073 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12074
12075 * gdb.arch/i386-mpx-sigsegv.c: New file.
12076 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12077 * gdb.arch/i386-mpx-simple_segv.c: New file.
12078 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12079
12080 2016-02-18 Yao Qi <yao.qi@linaro.org>
12081
12082 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12083 Don't call setup_kfail.
12084
12085 2016-02-18 Yao Qi <yao.qi@linaro.org>
12086
12087 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12088 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12089
12090 2016-02-16 Doug Evans <dje@google.com>
12091
12092 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12093 * gdb.base/skip1.c: Ditto.
12094 * gdb.base/skip.exp: Whitespace cleanup.
12095
12096 2016-02-16 Don Breazeal <donb@codesourcery.com>
12097
12098 PR remote/19496
12099 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12100 Remove kfail for PR remote/19496.
12101
12102 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12103
12104 * lib/gdb.exp (standard_temp_file): Return a path specific to
12105 the runtest invocation.
12106
12107 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12108
12109 * gdb.trace/save-trace.exp: Change relative path to be in the
12110 standard output directory.
12111
12112 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12113
12114 * gdb.arch/i386-prologue.c: Add missing prototypes.
12115
12116 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12117
12118 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12119 * gdb.arch/i386-prologue.exp: Likewise.
12120 * gdb.arch/i386-size.exp: Likewise.
12121
12122 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12123
12124 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12125 define object file path.
12126 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12127 file path.
12128 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12129 standard_output_file to define binfile.
12130
12131 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12132
12133 Fix compatibility with recent gfortran-5.3.1.
12134 * gdb.fortran/vla-history.exp (print vla1 allocated)
12135 (print vla2 allocated, print $2, print $3): Remove
12136 (print $4): Rename to ...
12137 (print $2): ... here.
12138 (print $9): Rename to ...
12139 (print $5): ... here.
12140 (print $10): Rename to ...
12141 (print $6): ... here.
12142 * gdb.fortran/vla.f90: Add pvla initialization.
12143
12144 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12145
12146 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12147 New test.
12148 * gdb.fortran/vla-value-sub.exp: Likewise.
12149
12150 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12151
12152 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12153
12154 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12155
12156 * i386-biarch-core.exp: Define corefile using
12157 standard_output_file.
12158
12159 2016-02-12 Yao Qi <yao.qi@linaro.org>
12160
12161 * gdb.arch/arm-single-step-kernel-helper.c: New.
12162 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12163
12164 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12165
12166 * gdb.btrace/tailcall-only.exp: New.
12167 * gdb.btrace/tailcall-only.c: New.
12168 * gdb.btrace/x86_64-tailcall-only.S: New.
12169 * gdb.btrace/i686-tailcall-only.S: New.
12170
12171 2016-02-11 Pedro Alves <palves@redhat.com>
12172
12173 * README (Parallel testing): Add missing double quotes.
12174
12175 2016-02-11 Pedro Alves <palves@redhat.com>
12176
12177 * README (Parallel testing): New section.
12178 (GDB_PARALLEL): Rewrite.
12179 (FORCE_PARALLEL): Document.
12180
12181 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12182
12183 * gdb.trace/tfile-avx.c: New test.
12184 * gdb.trace/tfile-avx.exp: New test.
12185
12186 2016-02-09 Keith Seitz <keiths@redhat.com>
12187
12188 PR breakpoints/19546
12189 * gdb.base/infcall-exec.c: New file.
12190 * gdb.base/infcall-exec2.c: New file.
12191 * gdb.base/infcall-exec.exp: New file.
12192
12193 2016-02-09 Keith Seitz <keiths@redhat.com>
12194
12195 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12196 (toplevel): Call test_bkpt_address.
12197
12198 2016-02-09 Keith Seitz <keiths@redhat.com>
12199
12200 PR python/19506
12201 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12202 (toplevel): Call test_bkpt_address.
12203
12204 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12205
12206 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12207 to AC_OUTPUT.
12208 * configure: Regenerate.
12209
12210 2016-02-09 Pedro Alves <palves@redhat.com>
12211
12212 PR breakpoints/19548
12213 * gdb.base/execl-update-breakpoints.c (some_function): New
12214 function.
12215 (main): Call it.
12216 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12217 Tighten expected GDB output.
12218
12219 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12220
12221 * Makefile.in (ALL_SUBDIRS): Remove.
12222 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12223 (distclean maintainer-clean realclean): Likewise.
12224 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12225 * configure: Regenerate.
12226 * gdb.ada/Makefile.in: Delete.
12227 * gdb.arch/Makefile.in: Likewise.
12228 * gdb.asm/Makefile.in: Likewise.
12229 * gdb.base/Makefile.in: Likewise.
12230 * gdb.btrace/Makefile.in: Likewise.
12231 * gdb.cell/Makefile.in: Likewise.
12232 * gdb.compile/Makefile.in: Likewise.
12233 * gdb.cp/Makefile.in: Likewise.
12234 * gdb.disasm/Makefile.in: Likewise.
12235 * gdb.dlang/Makefile.in: Likewise.
12236 * gdb.dwarf2/Makefile.in: Likewise.
12237 * gdb.fortran/Makefile.in: Likewise.
12238 * gdb.gdb/Makefile.in: Likewise.
12239 * gdb.go/Makefile.in: Likewise.
12240 * gdb.guile/Makefile.in: Likewise.
12241 * gdb.java/Makefile.in: Likewise.
12242 * gdb.linespec/Makefile.in: Likewise.
12243 * gdb.mi/Makefile.in: Likewise.
12244 * gdb.modula2/Makefile.in: Likewise.
12245 * gdb.multi/Makefile.in: Likewise.
12246 * gdb.objc/Makefile.in: Likewise.
12247 * gdb.opencl/Makefile.in: Likewise.
12248 * gdb.opt/Makefile.in: Likewise.
12249 * gdb.pascal/Makefile.in: Likewise.
12250 * gdb.perf/Makefile.in: Likewise.
12251 * gdb.python/Makefile.in: Likewise.
12252 * gdb.reverse/Makefile.in: Likewise.
12253 * gdb.server/Makefile.in: Likewise.
12254 * gdb.stabs/Makefile.in: Likewise.
12255 * gdb.threads/Makefile.in: Likewise.
12256 * gdb.trace/Makefile.in: Likewise.
12257 * gdb.xml/Makefile.in: Likewise.
12258 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12259 GDB_PARALLEL.
12260 (standard_output_file): Remove check for GDB_PARALLEL, always
12261 return path in outputs/$subdir/$testname.
12262
12263 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12264
12265 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12266 (site.exp): Assign abs_srcdir to tcl's srcdir.
12267
12268 2016-02-04 Yao Qi <yao.qi@linaro.org>
12269
12270 * gdb.base/foll-exec-mode.c: Include limits.h.
12271 (main): Add parameters argc and argv. Get directory from
12272 argv[0].
12273 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12274 compilation.
12275 * gdb.base/foll-exec.c: Include limits.h.
12276 (main): Add parameters argc and argv.
12277 Get directory from argv[0].
12278 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12279 Adjust tests on the number of lines as source code changed.
12280 * gdb.base/foll-vfork-exit.c: Include limits.h.
12281 (main): Add one line of statement before vfork.
12282 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12283 (main): Add parameters argc and argv. Get directory from
12284 argv[0].
12285 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12286 (setup_gdb): Set tbreak to skip some source lines.
12287 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12288 (main): Add parameters argc and argv. Get directory from
12289 argv[0].
12290 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12291 compilation.
12292 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12293 (main): Add parameters argc and argv. Get directory from
12294 argv[0].
12295 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12296 compilation.
12297
12298 2016-02-01 Doug Evans <dje@google.com>
12299
12300 * gdb.base/skip.exp: Clean up multiple references to same test name.
12301
12302 2016-02-01 Pedro Alves <palves@redhat.com>
12303
12304 PR remote/19496
12305 * gdb.threads/forking-threads-plus-breakpoint.exp
12306 (displaced_stepping_supported): New global.
12307 (probe_displaced_stepping_support): New procedure.
12308 (do_test): Add 'displaced' parameter, and use it.
12309 (top level): Check for displaced stepping support. Add displaced
12310 stepping on/off testing axis.
12311
12312 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12313
12314 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12315 pointer. Don't perform further tests on the unassociated pointer
12316 if the first test fails.
12317
12318 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12319
12320 * gdb.base/max-value-size.c: New file.
12321 * gdb.base/max-value-size.exp: New file.
12322 * gdb.base/huge.exp: Disable max-value-size for this test.
12323
12324 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12325
12326 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12327
12328 2016-01-28 Yao Qi <yao.qi@linaro.org>
12329
12330 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12331
12332 2016-01-25 Pedro Alves <palves@redhat.com>
12333
12334 PR threads/19461
12335 * gdb.base/fork-running-state.c: New file.
12336 * gdb.base/fork-running-state.exp: New file.
12337
12338 2016-01-25 Pedro Alves <palves@redhat.com>
12339
12340 PR gdb/19494
12341 * gdb.base/catch-fork-kill.c: New file.
12342 * gdb.base/catch-fork-kill.exp: New file.
12343
12344 2016-01-25 Pedro Alves <palves@redhat.com>
12345
12346 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12347 Delete, moved to lib/gdb.exp.
12348 * gdb.threads/forking-threads-plus-breakpoint.exp
12349 (foreach_with_prefix): Likewise.
12350 * gdb.threads/process-dies-while-handling-bp.exp
12351 (foreach_with_prefix): Likewise.
12352 * lib/gdb.exp (foreach_with_prefix): New procedure.
12353
12354 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12355
12356 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12357 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12358
12359 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12360
12361 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12362 endian targets.
12363
12364 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12365 Pedro Alves <palves@redhat.com>
12366
12367 Fix testsuite compatibility with Guile.
12368 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12369 number.
12370
12371 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12372
12373 Fix testsuite compatibility with Guile.
12374 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12375 (thread 1): New test for backtrace through signal handler.
12376
12377 2016-01-22 Yao Qi <yao.qi@linaro.org>
12378
12379 PR testsuite/19491
12380 * gdb.base/multi-forks.c: Include
12381 ../lib/unbuffer_output.c
12382 (main): Call gdb_unbuffer_output.
12383
12384 2016-01-21 Doug Evans <dje@google.com>
12385
12386 * lib/ada.exp (gdb_compile_ada): Fix typo.
12387
12388 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12389
12390 * gdb.base/break-fun-addr.exp: New file.
12391 * gdb.base/break-fun-addr1.c: New file.
12392 * gdb.base/break-fun-addr2.c: New file.
12393
12394 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12395
12396 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12397 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12398 enum flag values.
12399
12400 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12401
12402 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12403 when GDB can not set the vector return value. Add more comments
12404 for clarification.
12405
12406 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12407
12408 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12409 command.
12410
12411 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12412
12413 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12414
12415 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12416
12417 * Makefile.in (check-single): Pass --status to runtest.
12418 (check/%.exp): Likewise.
12419
12420 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12421
12422 * Makefile.in (check-parallel): Propagate return code from make
12423 do-check-parallel.
12424
12425 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12426
12427 * gdb.trace/ftrace.exp: Fix expected message on continue.
12428 * gdb.trace/pending.exp: Fix expected message on continue.
12429 * gdb.trace/trace-break.exp: Fix expected message on continue.
12430
12431 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12432
12433 * lib/gdb.exp (gdb_test): Remove unused global references.
12434
12435 2016-01-18 Pedro Alves <palves@redhat.com>
12436
12437 * gdb.base/async-shell.exp: Adjust expected output.
12438 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12439 * gdb.base/siginfo-thread.exp: Adjust expected output.
12440 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12441 * gdb.java/jnpe.exp: Adjust expected output.
12442 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12443 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12444 * gdb.threads/leader-exit.exp: Adjust expected output.
12445 * gdb.threads/manythreads.exp: Adjust expected output.
12446 * gdb.threads/pthreads.exp: Adjust expected output.
12447 * gdb.threads/schedlock.exp: Adjust expected output.
12448 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12449 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12450 expected output.
12451 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12452 output.
12453 * gdb.threads/sigthread.exp: Adjust expected output.
12454 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12455
12456 2016-01-18 Yao Qi <yao.qi@linaro.org>
12457
12458 * gdb.guile/scm-section-script.c: Replace @progbits with
12459 %progbits.
12460 * gdb.python/py-section-script.c: Likewise.
12461
12462 2016-01-15 Pedro Alves <palves@redhat.com>
12463
12464 * gdb.multi/tids.exp: Test star wildcard ranges.
12465
12466 2016-01-15 Pedro Alves <palves@redhat.com>
12467
12468 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12469 command from "thread apply" invocation.
12470 (thr_apply_info_thr_invalid): Default the expected output to the
12471 input tid list.
12472 (top level): Add tests that use convenience variables. Add tests
12473 for "thread apply" with a valid TID list, but missing the command.
12474
12475 2016-01-13 Pedro Alves <palves@redhat.com>
12476
12477 * gdb.base/default.exp: Expect $_gthread as well.
12478 * gdb.multi/tids.exp: Test $_gthread.
12479 * gdb.threads/thread-specific.exp: Test $_gthread.
12480
12481 2016-01-13 Pedro Alves <palves@redhat.com>
12482
12483 * gdb.multi/tids.exp: Test "info threads -gid".
12484
12485 2016-01-13 Pedro Alves <palves@redhat.com>
12486
12487 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12488 Breakpoint.thread.
12489 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12490
12491 2016-01-07 Pedro Alves <palves@redhat.com>
12492
12493 * gdb.base/break.exp: Adjust to output changes.
12494 * gdb.base/hbreak2.exp: Likewise.
12495 * gdb.base/sepdebug.exp: Likewise.
12496 * gdb.base/watch_thread_num.exp: Likewise.
12497 * gdb.linespec/keywords.exp: Likewise.
12498 * gdb.multi/info-threads.exp: Likewise.
12499 * gdb.threads/thread-find.exp: Likewise.
12500 * gdb.multi/tids.c: New file.
12501 * gdb.multi/tids.exp: New file.
12502
12503 2016-01-13 Pedro Alves <palves@redhat.com>
12504
12505 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12506
12507 2016-01-13 Pedro Alves <palves@redhat.com>
12508
12509 * gdb.base/default.exp: Expect $_inferior as well.
12510 * gdb.multi/base.exp: Test $_inferior.
12511
12512 2016-01-13 Pedro Alves <palves@redhat.com>
12513
12514 PR breakpoints/19388
12515 * gdb.base/catch-signal-siginfo-cond.c: New file.
12516 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12517
12518 2016-01-12 Josh Stone <jistone@redhat.com>
12519 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12520
12521 * gdb.base/catch-syscall.c (do_execve): New variable.
12522 (main): Conditionally trigger an execve.
12523 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12524 (test_catch_syscall_execve): New, check entry/return across execve.
12525 (do_syscall_tests): Call test_catch_syscall_execve.
12526
12527 2016-01-12 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.base/random-signal.exp (do_test): New procedure, with body
12530 of testcase moved in.
12531
12532 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12533 Pedro Alves <palves@redhat.com>
12534
12535 * gdb.base/funcargs.exp (finish from indirectly called function):
12536 Reintroduce the case for 'First'.
12537
12538 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12539 Pedro Alves <palves@redhat.com>
12540
12541 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12542 (tcatch_vfork_then_child_follow_exec)
12543 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12544 identification.
12545
12546 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12547
12548 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12549 and repeats to unlimited.
12550 * gdb.python/py-value.exp: Likewise.
12551 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12552 and repeats to unlimited.
12553
12554 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12555
12556 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12557 and reordering the functions.
12558 * gdb.multi/hangout.c: Likewise.
12559 * gdb.multi/hello.c: Likewise.
12560
12561 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12562
12563 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12564 absolute.
12565 (SingleStatisticTestResult.report): Use dict.keys instead of
12566 dict.iterkeys.
12567
12568 2016-01-06 Pedro Alves <palves@redhat.com>
12569
12570 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12571
12572 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12573
12574 * gdb.btrace/dlopen.exp: New.
12575 * gdb.btrace/dlopen.c: New.
12576 * gdb.btrace/dlopen-dso.c: New.
12577
12578 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12579
12580 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12581 PATTERN argument is optional.
12582
12583 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12584
12585 * lib/ada.exp (target_compile_ada_from_dir): New function.
12586 (gdb_compile_ada): Reimplement avoiding the use of project files.
12587 * gdb.ada/gnat_ada.gpr: Delete.
12588 * gdb.ada/cond_lang.exp: Adjust test to make path before
12589 filename optional.
12590 * gdb.ada/small_reg_param.exp: Likewise.
12591
12592 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12593
12594 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12595
12596 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12597
12598 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12599 case.
12600
12601 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12602
12603 * gdb.base/break.exp: Remove dead code.
12604 * gdb.base/sepdebug.exp: Likewise.
12605
12606 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12607
12608 * gdb.asm/asm-source.exp: Remove HP-UX references.
12609 * gdb.base/annota1.exp: Likewise.
12610 * gdb.base/annota3.exp: Likewise.
12611 * gdb.base/attach.exp: Likewise.
12612 * gdb.base/bigcore.exp: Likewise.
12613 * gdb.base/break.exp: Likewise.
12614 * gdb.base/call-ar-st.exp: Likewise.
12615 * gdb.base/callfuncs.exp: Likewise.
12616 * gdb.base/catch-fork-static.exp: Likewise.
12617 * gdb.base/display.exp: Likewise.
12618 * gdb.base/foll-exec-mode.exp: Likewise.
12619 * gdb.base/foll-exec.exp: Likewise.
12620 * gdb.base/foll-fork.exp: Likewise.
12621 * gdb.base/foll-vfork.exp: Likewise.
12622 * gdb.base/funcargs.exp: Likewise.
12623 * gdb.base/hbreak2.exp: Likewise.
12624 * gdb.base/inferior-died.exp: Likewise.
12625 * gdb.base/interrupt.exp: Likewise.
12626 * gdb.base/multi-forks.exp: Likewise.
12627 * gdb.base/nodebug.exp: Likewise.
12628 * gdb.base/sepdebug.exp: Likewise.
12629 * gdb.base/solib1.c: Likewise.
12630 * gdb.base/step-test.exp: Likewise.
12631 * gdb.mi/non-stop.c: Likewise.
12632 * gdb.mi/pthreads.c: Likewise.
12633 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12634 * gdb.threads/pthreads.c: Likewise.
12635 * gdb.threads/staticthreads.exp: Likewise.
12636 * lib/future.exp: Likewise.
12637 * lib/gdb.exp: Likewise.
12638 * gdb.base/so-indr-cl.c: Remove.
12639 * gdb.base/so-indr-cl.exp: Likewise.
12640 * gdb.base/solib.c: Likewise.
12641 * gdb.base/solib.exp: Likewise.
12642 * gdb.base/solib2.c: Likewise.
12643
12644 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12645
12646 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12647 * gdb.base/call-ar-st.exp: Likewise.
12648 * gdb.base/callfuncs.exp: Likewise.
12649 * gdb.base/condbreak.exp: Likewise.
12650 * gdb.base/constvars.exp: Likewise.
12651 * gdb.base/hbreak2.exp: Likewise.
12652 * gdb.base/langs.exp: Likewise.
12653 * gdb.base/list.exp: Likewise.
12654 * gdb.base/long_long.exp: Likewise.
12655 * gdb.base/ptype.exp: Likewise.
12656 * gdb.base/scope.exp: Likewise.
12657 * gdb.base/signals.exp: Likewise.
12658 * gdb.base/so-impl-ld.exp: Likewise.
12659 * gdb.base/varargs.exp: Likewise.
12660 * gdb.base/volatile.exp: Likewise.
12661 * gdb.base/whatis.exp: Likewise.
12662 * gdb.cp/cplusfuncs.exp: Likewise.
12663 * gdb.cp/inherit.exp: Likewise.
12664 * gdb.cp/local.exp: Likewise.
12665 * gdb.cp/member-ptr.exp: Likewise.
12666 * gdb.cp/method.exp: Likewise.
12667 * gdb.cp/overload.exp: Likewise.
12668 * gdb.cp/templates.exp: Likewise.
12669 * gdb.stabs/weird.exp: Likewise.
12670 * lib/compiler.c: Likewise.
12671 * lib/compiler.cc: Likewise.
12672 * lib/cp-support.exp: Likewise.
12673 * lib/gdb.exp: Likewise.
12674
12675 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12676
12677 * configure.ac: Remove HP-UX case.
12678 * configure: Regenerate.
12679
12680 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12681
12682 * lib/gdb.exp (gdb_compile): Add function doc.
12683
12684 2015-12-17 Pedro Alves <palves@redhat.com>
12685
12686 PR threads/19354
12687 * gdb.multi/info-threads.exp: New file.
12688
12689 2015-12-15 Yao Qi <yao.qi@linaro.org>
12690
12691 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12692 is aarch64*-*-*.
12693
12694 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12695
12696 * gdb.base/history-duplicates.exp: Skip if no readline support.
12697
12698 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12699
12700 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12701
12702 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12703
12704 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12705
12706 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12707
12708 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12709 ctrl-C if nointerrupts target property is set.
12710 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12711 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12712 * gdb.base/paginate-bg-execution.exp: Likewise.
12713 * gdb.base/paginate-execution-startup.exp: Likewise.
12714 * gdb.base/random-signal.exp: Likewise.
12715 * gdb.base/range-stepping.exp: Likewise.
12716 * gdb.cp/annota2.exp: Likewise.
12717 * gdb.cp/annota3.exp: Likewise.
12718 * gdb.gdb/selftest.exp: Likewise.
12719 * gdb.threads/continue-pending-status.exp: Likewise.
12720 * gdb.threads/leader-exit.exp: Likewise.
12721 * gdb.threads/manythreads.exp: Likewise.
12722 * gdb.threads/pthreads.exp: Likewise.
12723 * gdb.threads/schedlock.exp: Likewise.
12724 * gdb.threads/sigthread.exp: Likewise.
12725
12726 2015-12-11 Don Breazeal <donb@codesourcery.com>
12727
12728 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12729 remote.
12730 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12731 * gdb.base/foll-exec.exp (main): Enable for target remote.
12732 * gdb.base/foll-fork.exp (main): Likewise.
12733 * gdb.base/foll-vfork.exp (main): Likewise.
12734 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12735 (proc continue_to_exit_bp_loc): Use clean_restart.
12736 * gdb.base/pie-execl.exp (main): Disable for target remote.
12737 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12738 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12739 * gdb.threads/execl.exp (main): Likewise.
12740 * gdb.threads/fork-child-threads.exp (main): Likewise.
12741 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12742 remote.
12743 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12744 remote.
12745 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12746 pid.tid style ptids, instead of just tid.
12747 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12748 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12749 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12750 ptids, instead of just tid.
12751
12752 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12753
12754 * gdb.base/list.exp (test_list_forward): Add end of file error
12755 test.
12756 (test_repeat_list_command): Add end of file error test.
12757 (test_list_backwards): Add beginning of file error test.
12758
12759 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12760
12761 * gdb.base/list.exp (test_list_invalid_args): New function,
12762 defined, and called.
12763
12764 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12765
12766 * gdb.base/list.exp (test_list): Make test names unique.
12767
12768 2015-12-11 Yao Qi <yao.qi@linaro.org>
12769
12770 * gdb.base/coremaker2.c: Remove.
12771
12772 2015-12-10 Pedro Alves <palves@redhat.com>
12773
12774 * gdb.multi/base.exp: Remove stale "spaces" references.
12775
12776 2015-12-10 Pedro Alves <palves@redhat.com>
12777
12778 * gdb.multi/base.exp: Don't use nowarnings.
12779 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12780 * gdb.multi/hangout.c: Include stdio.h.
12781 * gdb.multi/hello.c: Include stdlib.h.
12782 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12783 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12784 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12785
12786 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12787
12788 * gdb.dwarf2/dw2-ranges-base.c: New file.
12789 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12790 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12791 support additional line table, and debug ranges generation.
12792 (Dwarf::ranges): New function, generate .debug_ranges.
12793 (Dwarf::lines): Support generating simple line table programs.
12794 (Dwarf::assemble): Initialise new namespace variables.
12795
12796 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12797
12798 * gdb.base/async.exp (proc test_background): Add case for
12799 asynchronous execution not supported.
12800
12801 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12802
12803 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12804 format and change test names to make them unique.
12805
12806 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12807 Pedro Alves <pedro@redhat.com>
12808
12809 PR gdb/18702
12810 Add checking of floatformats setup on x86_64 hosts.
12811 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12812 (smallval, bigval): New labels/constants.
12813 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12814 float" after loading bigval and smallval.
12815
12816 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12817
12818 * gdb.ada/fun_overload_menu.exp: New testcase.
12819 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12820
12821 2015-12-04 Josh Stone <jistone@redhat.com>
12822
12823 * gdb.base/catch-fork-static.exp: New.
12824
12825 2015-12-03 Yao Qi <yao.qi@linaro.org>
12826
12827 * gdb.base/sizeof.c: Don't include stdio.h and
12828 ../lib/unbuffer_output.c.
12829 (main): New variable 'size' and 'value'. Remove printf and
12830 gdb_unbuffer_output. Assign return value to size and value.
12831 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12832 at the beginning.
12833 (check_sizeof): Check the result by printing variable 'size'.
12834 (check_valueof): Check the result by printing variable 'value'.
12835
12836 2015-12-01 Yao Qi <yao.qi@linaro.org>
12837
12838 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12839 for aarch64*-*-linux* target.
12840
12841 2015-11-30 Pedro Alves <palves@redhat.com>
12842
12843 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12844
12845 2015-11-30 Pedro Alves <palves@redhat.com>
12846
12847 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12848 Handle non-stop mode vCont replies.
12849
12850 2015-11-30 Pedro Alves <palves@redhat.com>
12851
12852 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12853 prepare_for_testing. Start gdb with "set non-stop on" appended to
12854 GDBFLAGS. Lax expected stop output.
12855
12856 2015-11-27 Yao Qi <yao.qi@linaro.org>
12857
12858 * gdb.arch/arm-neon.exp: New.
12859 * gdb.arch/arm-neon.c: New.
12860
12861 2015-11-27 Yao Qi <yao.qi@linaro.org>
12862
12863 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12864
12865 2015-11-27 Yao Qi <yao.qi@linaro.org>
12866
12867 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12868 frames-invalid annotation.
12869
12870 2015-11-27 Yao Qi <yao.qi@linaro.org>
12871
12872 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12873
12874 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12875
12876 * gdb.threads/names.exp: New file.
12877 * gdb.threads/names.c: New file.
12878 * README: Mention gdb,no_thread_names.
12879
12880 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12881
12882 PR 19297
12883 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12884 support" error.
12885
12886 2015-11-24 Pedro Alves <palves@redhat.com>
12887
12888 PR 17539
12889 * gdb.base/display.exp: Expect displays to be sorted in ascending
12890 order. Use multi_line.
12891 * gdb.base/solib-display.exp: Likewise.
12892
12893 2015-11-24 Pedro Alves <palves@redhat.com>
12894
12895 PR 17539
12896 * gdb.base/display.exp: Expect displays to be sorted in ascending
12897 order. Use multi_line.
12898 * gdb.base/solib-display.exp: Likewise.
12899
12900 2015-11-24 Pedro Alves <palves@redhat.com>
12901
12902 PR 17539
12903 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12904 threads in ascending order.
12905 * gdb.base/foll-fork.exp: Likewise.
12906 * gdb.base/foll-vfork.exp: Likewise.
12907 * gdb.base/multi-forks.exp: Likewise.
12908 * gdb.mi/mi-nonstop.exp: Likewise.
12909 * gdb.mi/mi-nsintrall.exp: Likewise.
12910 * gdb.multi/base.exp: Likewise.
12911 * gdb.multi/multi-arch.exp: Likewise.
12912 * gdb.python/py-inferior.exp: Likewise.
12913 * gdb.threads/break-while-running.exp: Likewise.
12914 * gdb.threads/execl.exp: Likewise.
12915 * gdb.threads/gcore-thread.exp: Likewise.
12916 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12917 * gdb.threads/kill.exp: Likewise.
12918 * gdb.threads/linux-dp.exp: Likewise.
12919 * gdb.threads/multiple-step-overs.exp: Likewise.
12920 * gdb.threads/next-bp-other-thread.exp: Likewise.
12921 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12922 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12923 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12924 * gdb.threads/thread-find.exp: Likewise.
12925 * gdb.threads/tls.exp: Likewise.
12926 * lib/mi-support.exp (mi_reverse_list): Delete.
12927 (mi_check_thread_states): No longer reverse list.
12928
12929 2015-11-24 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12932 use lowercase.
12933
12934 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12935
12936 * gdb.trace/actions.c: Include trace-common.h.
12937 (main): Add a location for a fast tracepoint.
12938 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12939 the normal tracepoints.
12940 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12941
12942 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12943
12944 * save-trace.exp: Factor out code to these...
12945 (gdb_save_tracepoints): New.
12946 (gdb_load_tracepoints): New.
12947 (do_save_load_test): New.
12948
12949 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12950
12951 * gdb.base/asmlabel.exp: New test.
12952 * gdb.base/asmlabel.c: New test case.
12953
12954 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12955
12956 * gdb.base/wrong_frame_bt_full-main.c: New file.
12957 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12958 * gdb.base/wrong_frame_bt_full.exp: New file.
12959
12960 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12961
12962 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12963
12964 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12965
12966 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12967 pstate register when comparing registers values in
12968 sparc64-*-linux-gnu targets to avoid spurious differences.
12969
12970 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12971
12972 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12973
12974 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12975
12976 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12977 as type argument to gdb_compile.
12978 * gdb.base/nested-subp2.exp: Likewise.
12979 * gdb.base/nested-subp3.exp: Likewise.
12980
12981 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12982
12983 * lib/dwarf.exp (_note): Fix left shift of negative value.
12984 * gdb.trace/trace-condition.exp: Likewise.
12985
12986 2015-11-13 Yao Qi <yao.qi@linaro.org>
12987
12988 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12989 comments about d10v.
12990 (test_scalar_returns): Likewise.
12991 * gdb.base/d10v.ld: Remove.
12992 * gdb.base/overlays.exp: Remove the target triplet checking for
12993 d10v-*-*.
12994 * gdb.base/structs.exp (test_struct_returns): Remove the
12995 comments about d10v.
12996 (test_struct_calls): Likewise.
12997
12998 2015-11-13 Yao Qi <yao.qi@linaro.org>
12999
13000 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13001 * gdb.base/gnu_vector.c: Don't include stdio.h.
13002 (main): Don't print res and call add_some_intvecs.
13003
13004 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13005
13006 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13007 macro.
13008 (func5): Removed.
13009 (func4): Use FAST_TRACEPOINT_LABEL.
13010 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13011 macro.
13012 (func): Removed.
13013 (thread_function): Use FAST_TRACEPOINT_LABEL.
13014 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13015 (func): Remove.
13016 (marker): Use FAST_TRACEPOINT_LABEL.
13017 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13018 (pendfunc1): Remove.
13019 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13020 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13021 (foo): Remove.
13022 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13023 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13024 macro.
13025 (func): Remove.
13026 (marker): Use FAST_TRACEPOINT_LABEL.
13027 * gdb.trace/trace-common.h: New header.
13028 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13029 macro.
13030 (func): Remove.
13031 (marker): Use FAST_TRACEPOINT_LABEL.
13032 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13033 (func): Remove.
13034 (thread_function): Use FAST_TRACEPOINT_LABEL.
13035
13036 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13037
13038 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13039 in front.
13040 * gdb.trace/change-loc.exp: Use global pcreg definition.
13041 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13042 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13043 in front.
13044 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13045 * gdb.trace/pending.exp: Likewise.
13046 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13047 * gdb.trace/trace-break.exp: Likewise.
13048 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13049 in front.
13050 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13051 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13052 in front.
13053 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13054
13055 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13056
13057 * gdb.ada/fin_fun_out: New testcase.
13058
13059 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13060
13061 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13062 value associated with DW_AT_byte_size.
13063 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13064 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13065 DW_AT_upper_bound.
13066
13067 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13068
13069 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13070 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13071 version.
13072 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13073 gdb.dwarf2/dw2-canonicalize-type.exp,
13074 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13075 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13076 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13077 provided by gdb_target_symbol_prefix_flags_asm.
13078 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13079 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13080 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13081 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13082 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13083 macros where needed). Use this macro for symbols which require
13084 the prefix provided by SYMBOL_PREFIX.
13085
13086 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13087
13088 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13089 New procs.
13090 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13091 representing expressions, of more than one list element.
13092 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13093 to prepend linker symbol prefix to f.
13094 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13095 table_1 and table_2.
13096 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13097 Likewise, for f and g.
13098 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13099 for ptr.
13100 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13101 for main.
13102 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13103 table_1_ptr and table_2_ptr.
13104
13105 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13106 Joel Brobecker <brobecker@adacore.com>
13107
13108 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13109
13110 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13111
13112 * gdb.reverse/s390-mvcle.c: New test.
13113 * gdb.reverse/s390-mvcle.exp: New file.
13114 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13115
13116 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13117
13118 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13119
13120 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13121
13122 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13123 reaching marker2.
13124 * gdb.reverse/getresuid-reverse.exp: Likewise.
13125 * gdb.reverse/pipe-reverse.exp: Likewise.
13126 * gdb.reverse/readv-reverse.exp: Likewise.
13127 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13128 * gdb.reverse/time-reverse.exp: Likewise.
13129 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13130
13131 2015-10-30 Yao Qi <yao.qi@linaro.org>
13132
13133 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13134 (empty_cycle): Remove.
13135 (main): Don't call empty_cycle. Don't use watch_count_done.
13136 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13137 empty_cycle. Rewrite the code counting HW watchpoints.
13138
13139 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13140
13141 * gdb.reverse/fstatat-reverse.c: New test.
13142 * gdb.reverse/fstatat-reverse.exp: New file.
13143 * gdb.reverse/getresuid-reverse.c: New test.
13144 * gdb.reverse/getresuid-reverse.exp: New file.
13145 * gdb.reverse/pipe-reverse.c: New test.
13146 * gdb.reverse/pipe-reverse.exp: New file.
13147 * gdb.reverse/readv-reverse.c: New test.
13148 * gdb.reverse/readv-reverse.exp: New file.
13149 * gdb.reverse/recvmsg-reverse.c: New test.
13150 * gdb.reverse/recvmsg-reverse.exp: New file.
13151 * gdb.reverse/time-reverse.c: New test.
13152 * gdb.reverse/time-reverse.exp: New file.
13153 * gdb.reverse/waitpid-reverse.c: New test.
13154 * gdb.reverse/waitpid-reverse.exp: New file.
13155
13156 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13157
13158 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13159
13160 2015-10-26 Doug Evans <dje@google.com>
13161
13162 PR symtab/17391
13163 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13164 * gdb.dwarf2/bad-regnum.c: New file.
13165 * gdb.dwarf2/bad-regnum.exp: New file.
13166
13167 2015-10-26 Doug Evans <dje@google.com>
13168
13169 PR python/18938
13170 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13171 file.
13172
13173 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13174
13175 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13176 for a change by "Mention language in compile error message".
13177
13178 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13179
13180 PR python/18073
13181 * gdb.python/py-type.c (C::a_method): New.
13182 (C::a_const_method): New.
13183 (C::a_static_method): New.
13184 (a_function): New.
13185 * gdb.python/py-type.exp (test_fields): Test getting fields
13186 from function and method.
13187
13188 2015-10-21 Keven Boell <keven.boell@intel.com>
13189
13190 * gdb.fortran/vla-alloc-assoc.exp: New file.
13191 * gdb.fortran/vla-datatypes.exp: New file.
13192 * gdb.fortran/vla-datatypes.f90: New file.
13193 * gdb.fortran/vla-history.exp: New file.
13194 * gdb.fortran/vla-ptype-sub.exp: New file.
13195 * gdb.fortran/vla-ptype.exp: New file.
13196 * gdb.fortran/vla-sizeof.exp: New file.
13197 * gdb.fortran/vla-sub.f90: New file.
13198 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13199 * gdb.fortran/vla-value-sub-finish.exp: New file.
13200 * gdb.fortran/vla-value-sub.exp: New file.
13201 * gdb.fortran/vla-value.exp: New file.
13202 * gdb.fortran/vla-ptr-info.exp: New file.
13203 * gdb.mi/mi-vla-fortran.exp: New file.
13204 * gdb.mi/vla.f90: New file.
13205
13206 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13207
13208 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13209 of hardwired timeout value.
13210
13211 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13212 Pedro Alves <palves@redhat.com>
13213
13214 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13215 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13216
13217 2015-10-19 Josh Stone <jistone@redhat.com>
13218
13219 * gdb.base/catch-syscall.c: Include <sched.h>.
13220 (unknown_syscall): New variable.
13221 (main): Trigger a vfork and an unknown syscall.
13222 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13223 (unknown_syscall_number): Likewise.
13224 (check_call_to_syscall): Accept an optional syscall pattern.
13225 (check_return_from_syscall): Likewise.
13226 (check_continue): Likewise.
13227 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13228 (test_catch_syscall_skipping_return): New test toggling off 'catch
13229 syscall' to step over the syscall return, then toggling back on.
13230 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13231 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13232 (do_syscall_tests): Call test_catch_syscall_without_args and
13233 test_catch_syscall_mid_vfork.
13234 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13235 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13236
13237 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13238
13239 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13240 print g_vE): Add new pass patterns.
13241 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13242 print various symbol names for vptr fields.
13243
13244 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13245
13246 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13247 results.
13248
13249 2015-10-12 Yao Qi <yao.qi@linaro.org>
13250
13251 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13252
13253 2015-10-12 Yao Qi <yao.qi@linaro.org>
13254
13255 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13256 is aarch64*-*-linux*.
13257
13258 2015-10-12 Yao Qi <yao.qi@linaro.org>
13259
13260 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13261 (can_relocate_bcond_true): ... it.
13262 (can_relocate_bcond_false): New function.
13263 (foo): Likewise.
13264 (can_relocate_bl): Likewise.
13265 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13266 can_relocate_bl.
13267
13268 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13269
13270 * gdb.base/nested-addr.c: New file.
13271 * gdb.base/nested-addr.exp: New testcase.
13272
13273 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13274
13275 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13276 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13277 its output. Ignore the output of "record goto begin" and instead
13278 check that GDB is replaying.
13279
13280 2015-10-09 Pedro Alves <palves@redhat.com>
13281
13282 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13283 (top level): Use it in the run with no args test.
13284
13285 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13286
13287 * gdb.dlang/properties.exp: New file.
13288
13289 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13290
13291 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13292 whether or not address 0x1000 is mapped on the target.
13293
13294 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13295
13296 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13297 build.
13298
13299 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13300
13301 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13302 instruction-history test.
13303
13304 2015-09-28 Doug Evans <dje@google.com>
13305
13306 * gdb.base/gcore.c (array_func): Add reference to static_array.
13307
13308 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13309
13310 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13311 source line.
13312
13313 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13314
13315 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13316 short or char as base type.
13317
13318 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13319
13320 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13321 to allow any size enum.
13322
13323 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13324
13325 * gdb.ada/array_ptr_renaming.exp: New testcase.
13326 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13327 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13328
13329 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13330
13331 * gdb.trace/ftrace-lock.c: New file.
13332 * gdb.trace/ftrace-lock.exp: New file.
13333
13334 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13335
13336 * gdb.arch/insn-reloc.c: New file.
13337 * gdb.arch/ftrace-insn-reloc.exp: New file.
13338
13339 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13340
13341 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13342 instruction.
13343 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13344 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13345 * gdb.trace/range-stepping.c: Likewise.
13346 * gdb.trace/trace-break.c: Likewise.
13347 * gdb.trace/trace-mt.c (thread_function): Likewise.
13348 * gdb.trace/ftrace.c (marker): Likewise.
13349 * gdb.trace/trace-condition.c (marker): Likewise.
13350 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13351 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13352 is_aarch64_target.
13353
13354 2015-09-18 Doug Evans <xdje42@gmail.com>
13355
13356 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13357 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13358
13359 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13360
13361 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13362 the breakpoint.
13363
13364 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13365
13366 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13367 the pending breakpoint. Remove timeout override for "Run till
13368 MI pending breakpoint on pendfunc3 on thread 2" test.
13369
13370 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13371
13372 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13373 filename pattern.
13374
13375 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13376
13377 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13378 in breakpoint filename pattern.
13379
13380 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13381
13382 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13383
13384 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13385
13386 * gdb.linespec/explicit.exp: Check for readline support for
13387 tab-completion tests. Fix obvious typo.
13388
13389 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13390
13391 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13392 and replay.
13393
13394 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13395
13396 * gdb.btrace/non-stop.c: New.
13397 * gdb.btrace/non-stop.exp: New.
13398
13399 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13400 Yao Qi <yao.qi@linaro.org>
13401
13402 * gdb.trace/trace-condition.c: New file.
13403 * gdb.trace/trace-condition.exp: New file.
13404
13405 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13406
13407 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13408 for testing bytecode compilation.
13409
13410 2015-09-16 Pedro Alves <palves@redhat.com>
13411 Sandra Loosemore <sandra@codesourcery.com>
13412
13413 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13414 (SECONDS): Redefine.
13415 (main): Call pthread_kill and alarm early.
13416 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13417 support.
13418 (test): If the target can't hardware step and doesn't support
13419 displaced stepping, increase the timeout.
13420
13421 2015-09-16 Pedro Alves <palves@redhat.com>
13422
13423 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13424 (enable_debug): New procedures.
13425 (test): Use them. Bail out if waiting for threads fails.
13426 (top level): Bail out if a test fails.
13427
13428 2015-09-16 Yao Qi <yao.qi@linaro.org>
13429
13430 * gdb.asm/asm-source.exp: Set asm-arch for
13431 aarch64*-*-* target.
13432 * gdb.asm/aarch64.inc: New file.
13433
13434 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13435
13436 * gdb.ada/array_of_variable_length.exp: New testcase.
13437 * gdb.ada/array_of_variable_length/foo.adb: New file.
13438 * gdb.ada/array_of_variable_length/pck.adb: New file.
13439 * gdb.ada/array_of_variable_length/pck.ads: New file.
13440
13441 2015-09-15 Doug Evans <dje@google.com>
13442
13443 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13444 of function static local variable.
13445
13446 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13447
13448 * gdb.threads/tls-so_extern.exp: New test file.
13449 * gdb.threads/tls-so_extern.c: New test file.
13450 * gdb.threads/tls-so_extern_main.c: New test file.
13451
13452 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13453
13454 * gdb.opt/solib-intra-step-lib.c: New file.
13455 * gdb.opt/solib-intra-step-main.c: New file.
13456 * gdb.opt/solib-intra-step.exp: New file.
13457
13458 2015-09-15 Pedro Alves <palves@redhat.com>
13459
13460 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13461 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13462
13463 2015-09-14 Pedro Alves <palves@redhat.com>
13464
13465 * gdb.base/hook-stop-continue.c: Delete.
13466 * gdb.base/hook-stop-continue.exp: Delete.
13467 * gdb.base/hook-stop-frame.c: Delete.
13468 * gdb.base/hook-stop-frame.exp: Delete.
13469 * gdb.base/hook-stop.c: New file.
13470 * gdb.base/hook-stop.exp: New file.
13471
13472 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13473
13474 * gdb.ada/access_to_packed_array.exp: New testcase.
13475 * gdb.ada/access_to_packed_array/foo.adb: New file.
13476 * gdb.ada/access_to_packed_array/pack.adb: New file.
13477 * gdb.ada/access_to_packed_array/pack.ads: New file.
13478
13479 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13480
13481 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13482 buffer size test.
13483
13484 2015-09-11 Don Breazeal <donb@codesourcery.com>
13485
13486 * gdb.base/foll-exec.c: Add copyright header. Fix
13487 formatting issues.
13488 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13489 (do_exec_tests): Use clean_restart in place of zap_session,
13490 and for test initialization. Fix formatting issues. Use
13491 fail in place of perror.
13492 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13493 an expect statement to match an expression with output from
13494 the program under debug.
13495 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13496 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13497 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13498 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13499 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13500
13501 2015-09-09 Doug Evans <dje@google.com>
13502
13503 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13504
13505 2015-09-09 Doug Evans <dje@google.com>
13506
13507 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13508
13509 2015-09-09 Doug Evans <dje@google.com>
13510
13511 * gdb.base/savedregs.exp: Fix typo.
13512
13513 2015-09-09 Pedro Alves <palves@redhat.com>
13514
13515 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13516
13517 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13518
13519 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13520 command actually switches threads. Give up on remaining
13521 tests if target fails to stop at breakpoint.
13522
13523 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13524
13525 * gdb.ada/funcall_char.exp: New testcase.
13526 * gdb.ada/funcall_char/foo.adb: New file.
13527
13528 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13529
13530 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13531 expected outputs. Add two testcases for completing ambiguous
13532 functions.
13533 * gdb.ada/complete/aux_pck.adb: New file.
13534 * gdb.ada/complete/aux_pck.ads: New file.
13535 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13536 Ambiguous_Func functions.
13537 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13538 * gdb.ada/complete/pck.adb: Likewise.
13539
13540 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13541
13542 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13543 failures to run the test program under GDB.
13544
13545 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13546
13547 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13548 to C.
13549
13550 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13551
13552 * gdb.base/run-after-attach.exp: New test file.
13553 * gdb.base/run-after-attach.c: New test file.
13554
13555 2015-08-26 Don Breazeal <donb@codesourcery.com>
13556
13557 * gdb.base/foll-exec-2.c: New test program.
13558 * gdb.base/foll-exec-2.exp: New test.
13559
13560 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13561
13562 * gdb.base/nested-subp1.exp: New file.
13563 * gdb.base/nested-subp1.c: New file.
13564 * gdb.base/nested-subp2.exp: New file.
13565 * gdb.base/nested-subp2.c: New file.
13566 * gdb.base/nested-subp3.exp: New file.
13567 * gdb.base/nested-subp3.c: New file.
13568
13569 2015-08-24 Pedro Alves <palves@redhat.com>
13570
13571 * gdb.server/connect-without-multi-process.c: New file.
13572 * gdb.server/connect-without-multi-process.exp: New file.
13573
13574 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13575
13576 * gdb.opt/inline-markers.c: Make z int.
13577
13578 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13579
13580 * gdb.opt/inline-markers.c: Make z volatile.
13581
13582 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13583
13584 * gdb.opt/inline-bt.c: New volatile global z.
13585 * gdb.opt/inline-cmds.c: Likewise.
13586 * gdb.opt/inline-locals.c: Likewise.
13587 * gdb.opt/inline-markers.c: New extern global z.
13588 (marker): Use z.
13589 (inline_fn): Likewise.
13590
13591 2015-08-24 Pedro Alves <palves@redhat.com>
13592
13593 * config/m32r-stub.exp: Remove file.
13594 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13595 * gdb.base/call-rt-st.exp: Likewise.
13596 * gdb.base/call-strs.exp: Likewise.
13597 * gdb.base/default.exp: Remove references to h8300-*-hms and
13598 *-*-udi*.
13599 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13600
13601 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13602
13603 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13604 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13605 and "return" use KFAIL when GDB can not read/write the vector
13606 return value.
13607
13608 2015-08-21 Gary Benson <gbenson@redhat.com>
13609
13610 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13611
13612 2015-08-20 Pedro Alves <palves@redhat.com>
13613
13614 * gdb.server/solib-list.exp: No longer expect an interior stop in
13615 non-stop mode.
13616
13617 2015-08-20 Pedro Alves <palves@redhat.com>
13618
13619 * gdb.server/connect-stopped-target.c: New file.
13620 * gdb.server/connect-stopped-target.exp: New file.
13621
13622 2015-08-20 Pedro Alves <palves@redhat.com>
13623
13624 * gdb.dwarf2/comp-unit-lang.exp: New file.
13625 * gdb.dwarf2/comp-unit-lang.c: New file.
13626
13627 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13628
13629 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13630 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13631
13632 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13633
13634 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13635 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13636
13637 2015-08-18 Doug Evans <dje@google.com>
13638 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13639
13640 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13641 skip_python_tests. New arg prompt_regexp.
13642 (skip_python_tests): New function.
13643 * lib/mi-support.exp (mi_skip_python_tests): New function.
13644 * gdb.python/py-mi-objfile-gdb.py: New file.
13645 * gdb.python/py-mi-objfile.c: New file.
13646 * gdb.python/py-mi-objfile.exp: New file.
13647
13648 2015-08-17 Keith Seitz <keiths@redhat.com>
13649
13650 * gdb.linespec/explicit.exp: Move strace test from here ...
13651 * gdb.trace/strace.exp: ... to here.
13652
13653 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13654
13655 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13656 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13657
13658 2015-08-14 Doug Evans <xdje42@gmail.com>
13659
13660 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13661 inferior before selecting a new file.
13662
13663 2015-08-14 Doug Evans <xdje42@gmail.com>
13664
13665 * gdb.mi/mi-disassemble.exp: Update.
13666 * gdb.base/disasm-optim.S: New file.
13667 * gdb.base/disasm-optim.c: New file.
13668 * gdb.base/disasm-optim.h: New file.
13669 * gdb.base/disasm-optim.exp: New file.
13670
13671 2015-08-14 Keith Seitz <keiths@redhat.com>
13672
13673 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13674 "evaluated-by".
13675
13676 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13677
13678 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13679
13680 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13681
13682 * gdb.ada/fun_renaming.exp: New testcase.
13683 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13684 * gdb.ada/fun_renaming/pack.adb: New file.
13685 * gdb.ada/fun_renaming/pack.ads: New file.
13686
13687 2015-08-12 Keith Seitz <keiths@redhat.com>
13688
13689 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13690 gdb_get_line_number.
13691
13692 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13693
13694 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13695 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13696 gdb.base/dso2dso.exp: New files.
13697
13698 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13699 Pedro Alves <palves@redhat.com>
13700 Keith Seitz <keiths@redhat.com>
13701
13702 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13703 GDBFLAGS.
13704
13705 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13706
13707 * gdb.base/gdbhistsize-history.exp
13708 (test_histsize_history_setting): Use save_vars.
13709 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13710 Use save_vars.
13711 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13712 * gdb.base/readline.exp: Use save_vars.
13713
13714 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13715
13716 * lib/gdb.exp (save_vars): New proc.
13717
13718 2015-08-11 Keith Seitz <keiths@redhat.com>
13719
13720 * gdb.base/help.exp: Update help_breakpoint_text.
13721
13722 2015-08-11 Keith Seitz <keiths@redhat.com>
13723
13724 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13725 (at toplevel): Call test_explicit_breakpoints.
13726 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13727 breakpoints.
13728 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13729 breakpoint conditions, "-cond".
13730
13731 2015-08-11 Keith Seitz <keiths@redhat.com>
13732
13733 * gdb.linespec/3explicit.c: New file.
13734 * gdb.linespec/cpexplicit.cc: New file.
13735 * gdb.linespec/cpexplicit.exp: New file.
13736 * gdb.linespec/explicit.c: New file.
13737 * gdb.linespec/explicit.exp: New file.
13738 * gdb.linespec/explicit2.c: New file.
13739 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13740 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13741 before using in the matching pattern.
13742 Clarify that `prefix' is a regular expression.
13743
13744 2015-08-11 Keith Seitz <keiths@redhat.com>
13745
13746 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13747 test.
13748 Add tests for missing ",FMT" and ",".
13749
13750 2015-08-10 Doug Evans <dje@google.com>
13751 Keith Seitz <keiths@redhat.com>
13752
13753 PR gdb/17960
13754 * gdb.base/completion.exp: Add location completer tests.
13755
13756 2015-08-07 Pedro Alves <palves@redhat.com>
13757
13758 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13759 tests here.
13760 (top level): Run do_test with and without displaced stepping.
13761
13762 2015-08-07 Pedro Alves <palves@redhat.com>
13763
13764 * gdb.base/valgrind-disp-step.c: New file.
13765 * gdb.base/valgrind-disp-step.exp: New file.
13766
13767 2015-08-07 Pedro Alves <palves@redhat.com>
13768
13769 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13770 Delete function.
13771 (main): Add alarm. Run an infinite loop instead of calling
13772 wait_threads.
13773 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13774 comment.
13775 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13776 Delete function.
13777 (main): Add alarm. Run an infinite loop instead of calling
13778 wait_threads.
13779 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13780 comment.
13781
13782 2015-08-07 Pedro Alves <palves@redhat.com>
13783
13784 * gdb.base/checkpoint-ns.exp: New file.
13785 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13786 standard_testfile.
13787
13788 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13789
13790 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13791 * gdb.btrace/instruction_history.exp: Update.
13792 * gdb.btrace/tsx.exp: New.
13793 * gdb.btrace/tsx.c: New.
13794
13795 2015-08-06 Pedro Alves <palves@redhat.com>
13796
13797 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13798 increase timeout.
13799 * gdb.reverse/until-precsave.exp: Bump timeouts.
13800
13801 2015-08-06 Pedro Alves <palves@redhat.com>
13802
13803 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13804
13805 2015-08-06 Pedro Alves <palves@redhat.com>
13806
13807 PR gdb/18749
13808 * gdb.threads/process-dies-while-handling-bp.c: New file.
13809 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13810
13811 2015-08-06 Pedro Alves <palves@redhat.com>
13812
13813 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13814 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13815
13816 2015-08-05 Pedro Alves <palves@redhat.com>
13817
13818 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13819 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13820
13821 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13822
13823 * gdb.base/bp-permanent.exp: Report test as unsupported if
13824 the target cannot stop at the permanent breakpoint.
13825
13826 2015-08-03 Doug Evans <dje@google.com>
13827
13828 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13829 10000.
13830
13831 2015-08-03 Doug Evans <dje@google.com>
13832
13833 * Makefile.in (workers/%.worker, build-perf): New rule.
13834 (GDB_PERFTEST_MODE): New variable.
13835 (check-perf): Use it.
13836 (clean): Clean up gdb.perf parallel build subdirs.
13837 * lib/build-piece.exp: New file.
13838 * lib/gdb.exp (make_gdb_parallel_path): New function
13839 (standard_output_file, standard_temp_file): Call it.
13840 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13841 of $GDB_PARALLEL.
13842 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13843
13844 2015-08-03 Doug Evans <dje@google.com>
13845
13846 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13847 (LOG_FILE_NAME): New global.
13848 (TextReporter.__init__): Initialize self.txt_sum.
13849 (TextReporter.report): Add support for multiple data-points.
13850 Move report to perftest.sum, put raw data in perftest.log.
13851 (TextReporter.start): Open sum and log files.
13852 (TextReporter.end): Close sum and log files.
13853 * gdb.perf/lib/perftest/testresult.py
13854 (SingleStatisticTestResult.record): Handle multiple data-points.
13855
13856 2015-07-31 Pedro Alves <palves@redhat.com>
13857
13858 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13859 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13860 kill_wait_spawned_process instead of explicit "kill -9".
13861 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13862 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13863 kill_wait_spawned_process.
13864 * gdb.base/attach-twice.exp: Likewise.
13865 * gdb.base/attach.exp: Likewise.
13866 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13867 gdb_test_multiple.
13868 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13869 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13870 kill_wait_spawned_process.
13871 * gdb.base/valgrind-infcall.exp: Likewise.
13872 * gdb.multi/multi-attach.exp: Likewise.
13873 * gdb.python/py-prompt.exp: Likewise.
13874 * gdb.python/py-sync-interp.exp: Likewise.
13875 * gdb.server/ext-attach.exp: Likewise.
13876 * gdb.threads/attach-into-signal.exp (corefunc): Use
13877 spawn_wait_for_attach, spawn_id_get_pid and
13878 kill_wait_spawned_process.
13879 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13880 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13881 spawn_id_get_pid and kill_wait_spawned_process.
13882 * gdb.threads/attach-stopped.exp (corefunc): Use
13883 spawn_wait_for_attach, spawn_id_get_pid and
13884 kill_wait_spawned_process.
13885 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13886 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13887 kill_wait_spawned_process instead of explicit "kill -9".
13888 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13889 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13890 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13891 processes. Don't map cygwin/windows pids here. Now returns a
13892 spawn id list.
13893
13894 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13895
13896 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13897 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13898 correct patch.
13899
13900 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13901
13902 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13903
13904 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13905
13906 Reapply:
13907 2014-05-21 Mark Wielaard <mjw@redhat.com>
13908
13909 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13910
13911 2015-07-30 Pedro Alves <palves@redhat.com>
13912
13913 * linux-low.c (handle_extended_wait): Set the child's last
13914 reported status to TARGET_WAITKIND_STOPPED.
13915
13916 2015-07-30 Pedro Alves <palves@redhat.com>
13917
13918 PR threads/18600
13919 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13920 only shows inferior 1.
13921
13922 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13923 Pedro Alves <palves@redhat.com>
13924
13925 PR threads/18600
13926 * gdb.threads/fork-plus-threads.c: New file.
13927 * gdb.threads/fork-plus-threads.exp: New file.
13928
13929 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13930
13931 * gdb.base/batch-preserve-term-settings.exp
13932 (test_terminal_settings_preserved_after_cli_exit): Use
13933 send_quit_command.
13934
13935 2015-07-29 Pedro Alves <palves@redhat.com>
13936 Don Breazeal <donb@codesourcery.com>
13937
13938 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13939 output from both inferior_spawn_id and gdb_spawn_id.
13940
13941 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13942
13943 * gdb.threads/attach-into-signal.exp (corefunc): Use
13944 with_test_prefix on nested loops, uniquefying the test messages.
13945
13946 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13947
13948 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13949 commit.
13950
13951 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13952
13953 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13954 New proc.
13955 (test_terminal_settings_preserved_after_sigterm): New test.
13956
13957 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13958
13959 * gdb.base/batch-preserve-term-settings.exp
13960 (test_terminal_settings_preserved_after_cli_exit): New test.
13961
13962 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13963
13964 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13965 manipulation of saved_gdbflags.
13966 (test_terminal_settings_preserved): Remove global declaration of
13967 the unused variable pagination_prompt. Remove manipulation of
13968 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13969 GDBFLAGS.
13970
13971 2015-07-29 Pedro Alves <palves@redhat.com>
13972
13973 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13974
13975 2015-07-29 Pedro Alves <palves@redhat.com>
13976
13977 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13978 at the top.
13979
13980 2015-07-29 Pedro Alves <palves@redhat.com>
13981
13982 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13983 (main): Call gdb_unbuffer_output.
13984 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13985 (main): Call gdb_unbuffer_output.
13986 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13987 (main): Call gdb_unbuffer_output.
13988 * gdb.base/call-strs.exp: Adjust to step over the
13989 gdb_unbuffer_output call.
13990 * gdb.base/catch-gdb-caused-signals.c: Include
13991 "../lib/unbuffer_output.c".
13992 (main): Call gdb_unbuffer_output.
13993 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13994 (main): Call gdb_unbuffer_output.
13995 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13996 (main): Call gdb_unbuffer_output.
13997 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13998 (main): Call gdb_unbuffer_output.
13999 * gdb.base/shlib-call.exp: Adjust to step over the
14000 gdb_unbuffer_output call.
14001 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14002 (main): Call gdb_unbuffer_output.
14003 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14004 (main): Call gdb_unbuffer_output.
14005 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14006 (main): Rename to ...
14007 (test): ... this.
14008 (main): Reimplement.
14009 * gdb.base/varargs.exp: Run to test instead of to main.
14010 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14011 (main): Call gdb_unbuffer_output.
14012
14013 2015-07-29 Pedro Alves <palves@redhat.com>
14014
14015 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14016 factore out from mi_continue_dprintf. For call-style dprintfs,
14017 expect dprintf output out of $inferior_spawn_id.
14018 (mi_continue_dprintf): Use mi_expect_dprintf.
14019 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14020 (main): Call gdb_unbuffer_output.
14021
14022 2015-07-29 Pedro Alves <palves@redhat.com>
14023
14024 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14025 (default_mi_gdb_start): Set inferior_spawn_id instead of
14026 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14027 gdb_spawn_id.
14028 (mi_gdb_test): Always expect inferior output from both
14029 $inferior_spawn_id and $gdb_spawn_id.
14030
14031 2015-07-29 Pedro Alves <palves@redhat.com>
14032
14033 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14034 send_inferior and $inferior_spawn_id.
14035
14036 2015-07-29 Pedro Alves <palves@redhat.com>
14037
14038 * gdb.gdb/complaints.exp (test_initial_complaints)
14039 (test_serial_complaints, test_short_complaints): Use
14040 gdb_test_stdio.
14041 (test_empty_complaint): Handle $inferior_spawn_id !=
14042 $gdb_spawn_id.
14043
14044 2015-07-29 Pedro Alves <palves@redhat.com>
14045
14046 * gdb.base/varargs.exp: Use gdb_test_stdio.
14047
14048 2015-07-29 Pedro Alves <palves@redhat.com>
14049
14050 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14051
14052 2015-07-29 Pedro Alves <palves@redhat.com>
14053
14054 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14055
14056 2015-07-29 Pedro Alves <palves@redhat.com>
14057
14058 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14059 parameter into two new parameters, "inf_result" and "gdb_result".
14060 Expect inferior output and gdb output from $inferior_spawn_id and
14061 $gdb_spawn_id, respectively. Adjust all callers.
14062
14063 2015-07-29 Pedro Alves <palves@redhat.com>
14064
14065 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14066 of gdb_test_sequence.
14067
14068 2015-07-29 Pedro Alves <palves@redhat.com>
14069
14070 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14071 (saw_spurious_output): Expect inferior output from
14072 $inferior_spawn_id. Use gdb_test_stdio.
14073
14074 2015-07-29 Pedro Alves <palves@redhat.com>
14075
14076 * gdb.base/dprintf.exp: Use standard_testfile. Change
14077 prepare_for_testing call.
14078 (srcfile): Don't set.
14079 (restart): New procedure.
14080 (test_dprintf): New procecure, use to continue over dprintfs.
14081 (test_call, test_agent): New procedures, tests moved here.
14082 Restart gdb and recreate dprintfs. Adjust expected output.
14083
14084 2015-07-29 Pedro Alves <palves@redhat.com>
14085
14086 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14087
14088 2015-07-29 Pedro Alves <palves@redhat.com>
14089
14090 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14091
14092 2015-07-29 Pedro Alves <palves@redhat.com>
14093
14094 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14095 gdb_test_stdio.
14096
14097 2015-07-29 Pedro Alves <palves@redhat.com>
14098
14099 * lib/gdb.exp (gdb_test_stdio): New procedure.
14100
14101 2015-07-29 Pedro Alves <palves@redhat.com>
14102
14103 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14104
14105 2015-07-29 Pedro Alves <palves@redhat.com>
14106
14107 * gdb.base/call-signal-resume.exp: Remove check for
14108 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14109 * gdb.base/unwindonsignal.exp: Likewise.
14110 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14111 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14112
14113 2015-07-29 Pedro Alves <palves@redhat.com>
14114
14115 * gdb.base/siginfo-addr.c (pass): New function.
14116 (handler): Call it iff si_addr is correct.
14117 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14118 Set a breakpoint at "pass" and continue to it.
14119
14120 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14121
14122 * gdb.python/py-objfile.exp: Make some tests have unique names.
14123 * gdb.python/py-pp-registration.exp: Likewise.
14124
14125 2015-07-28 Pedro Alves <palves@redhat.com>
14126
14127 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14128
14129 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14130
14131 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14132
14133 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14134
14135 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14136
14137 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14138
14139 * gdb.base/gdb-sigterm-2.exp: New test.
14140
14141 2015-07-25 Doug Evans <xdje42@gmail.com>
14142
14143 Revert:
14144 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14145 (workers/%.worker, build-perf): New rule.
14146 (GDB_PERFTEST_MODE): New variable.
14147 (check-perf): Use it.
14148 (clean): Clean up gdb.perf parallel build subdirs.
14149 * lib/build-piece.exp: New file.
14150 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14151 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14152 name.
14153 (standard_temp_file): Ditto.
14154 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14155 of $GDB_PARALLEL.
14156
14157 2015-07-24 Doug Evans <dje@google.com>
14158
14159 * gdb.perf/lib/perftest/utils.py: New file.
14160 * gdb.perf/gm-hello.cc: New file.
14161 * gdb.perf/gm-pervasive-typedef.cc: New file.
14162 * gdb.perf/gm-pervasive-typedef.h: New file.
14163 * gdb.perf/gm-std.cc: New file.
14164 * gdb.perf/gm-std.h: New file.
14165 * gdb.perf/gm-use-cerr.cc: New file.
14166 * gdb.perf/gm-utils.h: New file.
14167 * gdb.perf/gmonster-null-lookup.py: New file.
14168 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14169 * gdb.perf/gmonster-print-cerr.py: New file.
14170 * gdb.perf/gmonster-ptype-string.py: New file.
14171 * gdb.perf/gmonster-runto-main.py: New file.
14172 * gdb.perf/gmonster-select-file.py: New file.
14173 * gdb.perf/gmonster1-null-lookup.exp: New file.
14174 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14175 * gdb.perf/gmonster1-print-cerr.exp: New file.
14176 * gdb.perf/gmonster1-ptype-string.exp: New file.
14177 * gdb.perf/gmonster1-runto-main.exp: New file.
14178 * gdb.perf/gmonster1-select-file.exp: New file.
14179 * gdb.perf/gmonster1.cc: New file.
14180 * gdb.perf/gmonster1.exp: New file.
14181 * gdb.perf/gmonster2-null-lookup.exp: New file.
14182 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14183 * gdb.perf/gmonster2-print-cerr.exp: New file.
14184 * gdb.perf/gmonster2-ptype-string.exp: New file.
14185 * gdb.perf/gmonster2-runto-main.exp: New file.
14186 * gdb.perf/gmonster2-select-file.exp: New file.
14187 * gdb.perf/gmonster2.cc: New file.
14188 * gdb.perf/gmonster2.exp: New file.
14189
14190 2015-07-24 Doug Evans <dje@google.com>
14191
14192 * gdb.perf/README: New file.
14193 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14194 * lib/gen-perf-test.exp: New file.
14195
14196 2015-07-24 Doug Evans <dje@google.com>
14197
14198 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14199 (PerfTest::startup): New function.
14200 (PerfTest::run): Return result of calling body.
14201 (PerfTest::assemble): Rewrite.
14202 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14203 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14204 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14205 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14206 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14207
14208 2015-07-24 Doug Evans <dje@google.com>
14209
14210 * lib/gdb.exp (clean_restart): Make executable optional.
14211
14212 2015-07-24 Doug Evans <dje@google.com>
14213
14214 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14215 compiler_info references.
14216 * gdb.cp/temargs.exp: Ditto.
14217 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14218 (get_compiler_info): Early exit if already computed. Set compiler_info
14219 to "unknown" if there was a problem.
14220 (test_compiler_info): Add function comment. Call get_compiler_info.
14221
14222 2015-07-24 Doug Evans <dje@google.com>
14223
14224 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14225 (workers/%.worker, build-perf): New rule.
14226 (GDB_PERFTEST_MODE): New variable.
14227 (check-perf): Use it.
14228 (clean): Clean up gdb.perf parallel build subdirs.
14229 * lib/build-piece.exp: New file.
14230 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14231 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14232 name.
14233 (standard_temp_file): Ditto.
14234 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14235 of $GDB_PARALLEL.
14236
14237 2015-07-24 Doug Evans <dje@google.com>
14238
14239 * lib/future.exp (gdb_default_target_compile): New option
14240 "early_flags".
14241 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14242 --as-needed.
14243
14244 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14245
14246 * gdb.base/catch-syscall.exp: Call gdb_exit before
14247 gdb_skip_xml_test.
14248
14249 2015-07-24 Pedro Alves <palves@redhat.com>
14250
14251 * gdb.python/py-events.exp: Accept output between the stop event
14252 and the prompt.
14253 * gdb.python/py-evsignal.exp: Likewise.
14254 * gdb.python/py-evthreads.exp: Likewise.
14255
14256 2015-07-24 Pedro Alves <palves@redhat.com>
14257
14258 PR gdb/18717
14259 * gdb.threads/non-ldr-exit.c: New file.
14260 * gdb.threads/non-ldr-exit.exp: New file.
14261
14262 2015-07-24 Yao Qi <yao.qi@linaro.org>
14263
14264 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14265 restarting process.
14266
14267 2015-07-24 Yao Qi <yao.qi@linaro.org>
14268
14269 * gdb.server/ext-restart.exp: New file.
14270
14271 2015-07-24 Yao Qi <yao.qi@linaro.org>
14272
14273 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14274 argument options.
14275 * gdb.server/ext-wrapper.exp: New file.
14276
14277 2015-07-23 Doug Evans <dje@google.com>
14278
14279 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14280 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14281
14282 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14283
14284 * gdb.ada/var_arr_typedef.exp: New testcase.
14285 * gdb.ada/var_arr_typedef/pack.adb: New file.
14286 * gdb.ada/var_arr_typedef/pack.ads: New file.
14287 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14288
14289 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14290
14291 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14292
14293 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14294
14295 * gdb.arch/i386-biarch-core.exp: Replace istarget
14296 by "complete set gnutarget". Remove expectation for the "core-file"
14297 command.
14298
14299 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14300
14301 Revert the previous commit:
14302 Tests for validate symbol file using build-id.
14303
14304 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14305
14306 Tests for validate symbol file using build-id.
14307 * gdb.base/solib-mismatch-lib.c: New file.
14308 * gdb.base/solib-mismatch-libmod.c: New file.
14309 * gdb.base/solib-mismatch.c: New file.
14310 * gdb.base/solib-mismatch.exp: New file.
14311
14312 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14313
14314 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14315 nios2-*-linux*.
14316 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14317 * gdb.base/siginfo.exp: Likewise.
14318 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14319
14320 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14321
14322 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14323 Move it to ...
14324 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14325 ... here.
14326 * gdb.trace/range-stepping.exp: Check that the target supports
14327 range stepping.
14328
14329 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14330
14331 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14332
14333 2015-07-14 Pedro Alves <palves@redhat.com>
14334
14335 * gdb.base/killed-outside.exp: New file.
14336 * gdb.base/killed-outside.c: New file.
14337
14338 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14339
14340 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14341 (n at main): New.
14342 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14343
14344 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14345
14346 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14347 infcall tests instead of setting up for KFAIL.
14348
14349 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14350
14351 * gdb.btrace/record_goto-step.exp: New.
14352
14353 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14354
14355 PR compile/18484
14356 * gdb.compile/compile.c (struct struct_type): Add volatile to
14357 selffield's type.
14358 * gdb.compile/compile.exp
14359 (compile code struct_object.selffield = &struct_object): Skip further
14360 struct_object tests if this one xfails.
14361
14362 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14363
14364 PR exp/18617
14365 * gdb.trace/ax.exp: Add test.
14366
14367 2015-07-07 Yao Qi <yao.qi@linaro.org>
14368
14369 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14370 instead of istarget "aarch64*-*-*".
14371 * gdb.arch/aarch64-fp.exp: Likewise.
14372 * gdb.base/float.exp: Likewise.
14373 * gdb.reverse/aarch64.exp: Likewise.
14374 * lib/gdb.exp (is_aarch64_target): New proc.
14375
14376 2015-07-07 Yao Qi <yao.qi@linaro.org>
14377
14378 * lib/gdb.exp (is_aarch32_target): New proc.
14379 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14380 instead of "istarget "arm*-*-*"".
14381 * gdb.arch/arm-disp-step.exp: Likewise.
14382 * gdb.arch/thumb-bx-pc.exp: Likewise.
14383 * gdb.arch/thumb-prologue.exp: Likewise.
14384 * gdb.arch/thumb-singlestep.exp: Likewise.
14385 * gdb.base/disp-step-syscall.exp: Likewise.
14386 * gdb.base/float.exp: Likewise.
14387
14388 2015-07-07 Yao Qi <yao.qi@linaro.org>
14389
14390 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14391 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14392
14393 2015-07-07 Yao Qi <yao.qi@linaro.org>
14394
14395 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14396 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14397 if it exists.
14398 * gdb.multi/multi-arch.exp: Likewise.
14399
14400 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14401
14402 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14403 print.
14404
14405 2015-07-07 Yao Qi <yao.qi@linaro.org>
14406
14407 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14408
14409 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14410
14411 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14412 '[' and ']' characters.
14413
14414 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14415
14416 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14417
14418 2015-06-29 Pedro Alves <palves@redhat.com>
14419
14420 PR threads/18127
14421 * gdb.threads/hand-call-new-thread.c: New file.
14422 * gdb.threads/hand-call-new-thread.c: New file.
14423
14424 2015-06-26 Keith Seitz <keiths@redhat.com>
14425 Doug Evans <dje@google.com>
14426
14427 PR 16253
14428 * gdb.cp/var-tag-2.cc: New file.
14429 * gdb.cp/var-tag-3.cc: New file.
14430 * gdb.cp/var-tag-4.cc: New file.
14431 * gdb.cp/var-tag.cc: New file.
14432 * gdb.cp/var-tag.exp: New file.
14433
14434 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14435
14436 * gdb.base/history-duplicates.exp: New test.
14437
14438 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14439
14440 * gdb.base/completion.exp: Test the completion of the "focus"
14441 command.
14442
14443 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14444
14445 * gdb.arch/amd64-prologue-skip.S: New file.
14446 * gdb.arch/amd64-prologue-skip.exp: New file.
14447
14448 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14449
14450 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14451 is_address_zero_readable check.
14452
14453 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14454
14455 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14456 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14457
14458 2015-06-24 Yao Qi <yao.qi@linaro.org>
14459
14460 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14461 linux targets.
14462
14463 2015-06-24 Yao Qi <yao.qi@linaro.org>
14464
14465 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14466 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14467 * gdb.base/siginfo-thread.exp: Likewise.
14468
14469 2015-06-22 Yao Qi <yao.qi@linaro.org>
14470
14471 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14472
14473 2015-06-22 Yao Qi <yao.qi@linaro.org>
14474
14475 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14476 aarch64*-*-*.
14477 (skip_hw_watchpoint_tests): Likewise.
14478
14479 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14480
14481 * gdb.base/gdbinit-history.exp: Test the interaction between
14482 setting GDBHISTSIZE and setting the history size via .gdbinit.
14483
14484 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14485
14486 PR gdb/16999
14487 * gdb.base/gdbhistsize-history.exp: New test.
14488
14489 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14490
14491 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14492 with GDBHISTSIZE.
14493 * gdb.base/readline.exp: Likewise.
14494
14495 2015-06-17 Yao Qi <yao.qi@linaro.org>
14496
14497 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14498 line.
14499
14500 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14501
14502 * gdb.base/gdbinit-history.exp: Add test case to check that
14503 an unlimited history file does not get truncated on exit.
14504
14505 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14506
14507 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14508 (VECTOR): New macro. Use it...
14509 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14510 ...for these typedefs.
14511 (int8, char1, int1, double1): New typedefs.
14512 (struct just_int2, struct two_int2): New structures.
14513 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14514 (add_structvecs, add_singlevecs): New functions.
14515 (main): Call add_some_intvecs twice.
14516 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14517 the compile and exit upon failure. Try compiling for the "native"
14518 architecture. Test inferior function calls with vector arguments
14519 and vector return value handling with "finish" and "return".
14520
14521 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14522
14523 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14524 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14525 PE file.
14526 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14527
14528 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14529
14530 PR breakpoints/16465
14531 * gdb.mi/mi-dprintf-pending.c: New file.
14532 * gdb.mi/mi-dprintf-pending.exp: New test.
14533 * gdb.mi/mi-dprintf-pendshr.c: New file.
14534
14535 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14536 Mircea Gherzan <mircea.gherzan@intel.com>
14537
14538 * gdb.arch/i386-mpx-map.c: New file.
14539 * gdb.arch/i386-mpx-map.exp: New File.
14540
14541 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14542
14543 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14544 * gdb.arch/i386-mpx.exp: Indentation fixed.
14545
14546 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14547
14548 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14549 function and improved indentation.
14550 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14551 gdb_test_multiple. Added additional tests to skip the test.
14552
14553 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14554
14555 * gdb.arch/i386-avx512.c: Change path in include file.
14556 * gdb.arch/i386-avx512.exp: Change include dir path
14557 compilation flag.
14558 * gdb.arch/i386-mpx.c: Change path in include file.
14559 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14560 flag.
14561
14562 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14563
14564 * gdb.compile/compile-print.exp (compile print *vararray@3)
14565 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14566
14567 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14568
14569 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14570 (do not keep jit in memory): ... this.
14571 (expect 5): Change it to ...
14572 (expect no 5): ... this.
14573
14574 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14575
14576 PR gdb/15564
14577 * gdb.mi/mi-detach.exp: New file.
14578
14579 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14580
14581 PR symtab/18392
14582 * gdb.arch/amd64-tailcall-self.S: New file.
14583 * gdb.arch/amd64-tailcall-self.c: New file.
14584 * gdb.arch/amd64-tailcall-self.exp: New file.
14585
14586 2015-05-28 Don Breazeal <donb@codesourcery.com>
14587
14588 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14589 tests for remote targets by checking is_target_gdbserver.
14590
14591 2015-05-27 Doug Evans <dje@google.com>
14592
14593 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14594 * gdb.dwarf2/opaque-type-lookup.c: New file.
14595 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14596
14597 2015-05-26 Doug Evans <dje@google.com>
14598
14599 * gdb.cp/iostream.cc: New file.
14600 * gdb.cp/iostream.exp: New file.
14601
14602 2015-05-26 Doug Evans <dje@google.com>
14603
14604 * gdb.dwarf2/dw2-op-call.exp: Update.
14605 * gdb.dwarf2/dw4-sig-types.exp: Update.
14606 * gdb.dwarf2/implptr.exp: Update.
14607 * gdb.mi/mi-cmd-param-changed.exp: Update.
14608
14609 2015-05-26 Doug Evans <dje@google.com>
14610
14611 * gdb.python/py-lazy-string.c: New file.
14612 * gdb.python/py-lazy-string.exp: New file.
14613 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14614 (main): Update. Add estring3.
14615 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14616 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14617
14618 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14619 Yao Qi <yao.qi@linaro.org>
14620
14621 * gdb.reverse/aarch64.c: New.
14622 * gdb.reverse/aarch64.exp: New.
14623
14624 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14625
14626 * lib/gdb.exp (supports_process_record): Return true for
14627 aarch64*-linux*.
14628 (supports_reverse): Likewise.
14629
14630 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14631
14632 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14633 Use with_test_prefix.
14634
14635 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14636
14637 * gdb.base/completion.exp: Add test for completion of layout
14638 names.
14639
14640 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14641
14642 * lib/gdb.exp (skip_tui_tests): New proc.
14643 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14644
14645 2015-05-19 Pedro Alves <palves@redhat.com>
14646
14647 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14648 Save the whole env array instead of just HOME. Unset HISTSIZE in
14649 the environment while testing. Restore whole environment
14650 afterwards.
14651
14652 2015-05-16 Doug Evans <xdje42@gmail.com>
14653
14654 * gdb.guile/scm-ports.c: New file.
14655 * gdb.guile/scm-ports.exp: Add memory port tests.
14656
14657 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14658
14659 * gdb.compile/compile-print.c: New file.
14660 * gdb.compile/compile-print.exp: New file.
14661
14662 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14663
14664 * gdb.compile/compile-ops.exp: Cast param to void.
14665 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14666 (compile code struct_object.selffield = &struct_object): Add xfail.
14667
14668 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14669
14670 * gdb.ada/arr_enum_with_gap: New testcase.
14671
14672 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14673
14674 * gdb.ada/byte_packed_arr: New testcase.
14675
14676 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14677
14678 * gdb.ada/pckd_neg: New testcase.
14679
14680 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14681
14682 PR gdb/17820
14683 * gdb.base/gdbinit-history.exp: New test.
14684 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14685 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14686
14687 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14688
14689 * gdb.python/py-xmethods.cc: Enhance test case.
14690 * gdb.python/py-xmethods.exp: New tests.
14691 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14692 function.
14693 (B_indexoper): Likewise.
14694 (global_dm_list) : Add new xmethod worker functions.
14695
14696 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14697
14698 * gdb.base/coredump-filter.exp: Correctly unset
14699 "coredump_var_addr" array.
14700
14701 2015-05-08 Pedro Alves <palves@redhat.com>
14702
14703 * gdb.server/non-existing-program.exp: Unset spawn_id.
14704
14705 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14706
14707 PR python/18291
14708 * gdb.python/py-xmethods.exp: Add tests.
14709
14710 2015-05-08 Yao Qi <yao.qi@linaro.org>
14711
14712 PR gdb/18208
14713 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14714 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14715 function set_coredump_filter, and remove remote_exec call.
14716 Remove argument ipid. Callers update.
14717 (top level): Don't get inferior's PID.
14718
14719 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14720
14721 * gdb.base/watch_thread_num.exp: Skip test on targets without
14722 access watchpoints.
14723
14724 2015-05-06 Pedro Alves <palves@redhat.com>
14725
14726 PR server/18081
14727 * gdb.server/non-existing-program.exp: New file.
14728
14729 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14730
14731 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14732
14733 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14734
14735 * gdb.ada/out_of_line_in_inlined: New testcase.
14736
14737 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14738
14739 * gdb.ada/var_rec_arr: New testcase.
14740
14741 2015-04-30 Yao Qi <yao.qi@linaro.org>
14742
14743 * gdb.base/break-idempotent.exp: If
14744 skip_hw_watchpoint_multi_tests returns true, skip the tests
14745 on "rwatch" and "awatch".
14746
14747 2015-04-30 Yao Qi <yao.qi@linaro.org>
14748
14749 * gdb.base/relativedebug.exp: Invoke gdb command
14750 "info sharedlibrary", and if libc.so doesn't have debug info,
14751 skip the test.
14752
14753 2015-04-29 Doug Evans <dje@google.com>
14754
14755 * gdb.python/py-xmethods.exp: Add ptype tests.
14756 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14757 get_result_type method.
14758
14759 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14760
14761 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14762 the target does not support hardware watchpoints.
14763
14764 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14765
14766 * gdb.base/break-always.exp: Abort testing if writing to memory
14767 causes an error.
14768
14769 2015-04-28 Doug Evans <dje@google.com>
14770
14771 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14772 * gdb.python/py-pp-registration.exp: ... here. New file.
14773 * gdb.python/py-pp-registration.c: New file.
14774 * gdb.python/py-pp-registration.py: New file.
14775
14776 2015-04-28 Doug Evans <dje@google.com>
14777
14778 * gdb.python/py-bad-printers.c: New file.
14779 * gdb.python/py-bad-printers.py: New file.
14780 * gdb.python/py-bad-printers.exp: New file.
14781
14782 2015-04-28 Sasha Smundak <asmundak@google.com>
14783
14784 * gdb.python/py-type.exp: New test.
14785
14786 2015-04-28 Andy Wingo <wingo@igalia.com>
14787
14788 * gdb.python/py-parameter.exp:
14789 * gdb.guile/scm-parameter.exp: Escape the path that we are
14790 matching against, as it might contain characters that are special
14791 to regular expressions.
14792
14793 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14794
14795 * gdb.ada/rec_comp: New testcase.
14796
14797 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14798
14799 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14800 before using it.
14801
14802 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14803
14804 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14805 new tests for verilog output.
14806
14807 2015-04-24 Yao Qi <yao.qi@linaro.org>
14808
14809 * boards/remote-gdbserver-on-localhost.exp: New file.
14810
14811 2015-04-23 Pedro Alves <palves@redhat.com>
14812
14813 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14814 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14815 "end of file", remove $inferior_spawn_id from the indirect list.
14816
14817 2015-04-23 Pedro Alves <palves@redhat.com>
14818
14819 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14820
14821 2015-04-23 Pedro Alves <palves@redhat.com>
14822
14823 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14824 on $any_spawn_id instead of only on $gdb_spawn_id.
14825
14826 2015-04-21 Pierre Muller <muller@sourceware.org>
14827
14828 PR pascal/17815
14829 * lib/pascal.exp (gpc_compile): Add new option "class".
14830 (fpc_compile): Likewise.
14831 * gdb.pascal/case-insensitive-symbols.pas: New file.
14832 * gdb.pascal/case-insensitive-symbols.exp: New file.
14833
14834 2015-04-20 Gary Benson <gbenson@redhat.com>
14835
14836 * gdb.base/attach.exp: Fix three extended remote failures.
14837
14838 2015-04-17 Gary Benson <gbenson@redhat.com>
14839
14840 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14841 the main executable over the remote protocol.
14842
14843 2015-04-16 Pedro Alves <palves@redhat.com>
14844
14845 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14846 a new gdbserver if gdbserver_reconnect_p is set.
14847
14848 2015-04-16 Pedro Alves <palves@redhat.com>
14849
14850 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14851 is set, don't exit gdbserver.
14852
14853 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14854
14855 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14856 appropriate .insn, such that an older assembler can be used.
14857 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14858 the z/Architecture instruction set on 31-bit targets as well.
14859
14860 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14861
14862 * gdb.go/handcall.exp: Remove all logic related to the first
14863 breakpoint and rely on go_runto_main instead.
14864 * gdb.go/strings.exp: Likewise.
14865 * gdb.go/unsafe.exp: Likewise.
14866 * gdb.go/hello.exp: Likewise. Also rename the remaining
14867 breakpoint marker to "breakpoint 1".
14868 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14869 * gdb.go/strings.go: Likewise.
14870 * gdb.go/unsafe.go: Likewise.
14871 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14872 "set breakpoint 2 here" and rename the remaining breakpoint marker
14873 to "breakpoint 1".
14874
14875 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14876
14877 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14878 if itertools.imap is not present.
14879 * gdb.python/py-objfile.exp: Add parentheses.
14880 * gdb.python/py-type.exp: Same.
14881 * gdb.python/py-unwind-maint.py: Same.
14882
14883 2015-04-15 Yao Qi <yao.qi@linaro.org>
14884
14885 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14886 of ":$ptr_size" and set its form explicitly.
14887
14888 2015-04-15 Pedro Alves <palves@redhat.com>
14889 Yao Qi <yao.qi@linaro.org>
14890
14891 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14892 timeout by factor of 4.
14893 (test_regular_watch): Likewise.
14894 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14895 * gdb.reverse/sigall-reverse.exp: Likewise.
14896 * gdb.reverse/until-precsave.exp: Likewise.
14897 * lib/gdb.exp (with_timeout_factor): New proc.
14898 (gdb_expect): Move some code to ...
14899 (get_largest_timeout): ... here. New procedure.
14900
14901 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14902
14903 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14904
14905 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14906
14907 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14908 to write to the .text section.
14909
14910 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14911
14912 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14913 Handle the case of targets that do not provide PID information.
14914
14915 2015-04-13 Yao Qi <yao.qi@linaro.org>
14916
14917 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14918 and use expect instead of gdb_expect.
14919
14920 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14921
14922 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14923 "coredump_var_addr" to avoid naming conflict with other testcases.
14924
14925 2015-04-10 Pedro Alves <palves@redhat.com>
14926
14927 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14928 gdb_test_sequence and gdb_assert.
14929
14930 2015-04-10 Pedro Alves <palves@redhat.com>
14931
14932 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14933 test messages that don't include the breakpoint address.
14934
14935 2015-04-10 Yao Qi <yao.qi@linaro.org>
14936
14937 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14938 false for some offset and width combinations which aren't
14939 supported by linux kernel.
14940
14941 2015-04-10 Pedro Alves <palves@redhat.com>
14942
14943 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14944 procedure, factored out from ...
14945 (top level): ... here. Add "set displaced-stepping" testing axis.
14946 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14947 parameter "displaced". Use it.
14948 (top level): Use foreach and add "set displaced-stepping" testing
14949 axis.
14950
14951 2015-04-10 Pedro Alves <palves@redhat.com>
14952
14953 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14954 Remove comment.
14955 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14956 both the address of the instruction that triggers the watchpoint
14957 and the address of the instruction immediately after, and use
14958 those addresses for the test. Fix comment.
14959
14960 2015-04-10 Pedro Alves <palves@redhat.com>
14961
14962 * gdb.base/sigstep.exp (breakpoint_to_handler)
14963 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14964 Test "backtrace" in handler.
14965 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14966 (top level): Add new "displaced" test axis to
14967 breakpoint_to_handler, breakpoint_to_handler_entry and
14968 breakpoint_over_handler.
14969
14970 2015-04-10 Pedro Alves <palves@redhat.com>
14971
14972 PR gdb/18216
14973 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14974
14975 2015-04-10 Yao Qi <yao.qi@linaro.org>
14976
14977 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14978 (test_add_rn_pc): New function.
14979 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14980 (top level): Invoke test_add_rn_pc.
14981
14982 2015-04-10 Pedro Alves <palves@redhat.com>
14983
14984 PR gdb/13858
14985 * gdb.base/step-over-no-symbols.exp: New file.
14986
14987 2015-04-09 Andy Wingo <wingo@igalia.com>
14988
14989 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14990 after the Python tests.
14991
14992 2015-04-08 Keith Seitz <keiths@redhat.com>
14993
14994 PR python/16699
14995 * gdb.python/py-completion.exp: New tests for completion.
14996 * gdb.python/py-completion.py (CompleteLimit1): New class.
14997 (CompleteLimit2): Likewise.
14998 (CompleteLimit3): Likewise.
14999 (CompleteLimit4): Likewise.
15000 (CompleteLimit5): Likewise.
15001 (CompleteLimit6): Likewise.
15002 (CompleteLimit7): Likewise.
15003
15004 2015-04-08 Pedro Alves <palves@redhat.com>
15005
15006 PR gdb/18214
15007 PR gdb/18216
15008 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15009 function.
15010 (main): Install it as SIGUSR1 handler.
15011 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15012 parameter. Always use "setup" as prefix. Toggle "set
15013 displaced-stepping" off/on depending on global. Don't switch to
15014 thread 1 here.
15015 (top level): Add displaced stepping "off/on" test axis. Update
15016 "setup" calls. Wrap each subtest with with_test_prefix. Test
15017 continuing with a queued signal in each thread.
15018
15019 2015-04-08 Pedro Alves <palves@redhat.com>
15020
15021 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15022 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15023 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15024 Return early if running to main fails.
15025 * gdb.trace/while-stepping.exp: Likewise.
15026
15027 2015-04-07 Pedro Alves <palves@redhat.com>
15028
15029 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15030 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15031 interact with inferior program.
15032
15033 2015-04-07 Pedro Alves <palves@redhat.com>
15034
15035 * lib/gdb.exp (inferior_spawn_id): New global.
15036 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15037 spawn id after processing the user code.
15038 (default_gdb_start): Set inferior_spawn_id.
15039 (send_inferior): New procedure.
15040 * lib/gdbserver-support.exp (gdbserver_start): Set
15041 inferior_spawn_id.
15042 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15043
15044 2015-04-07 Pedro Alves <palves@redhat.com>
15045
15046 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15047 * lib/gdbserver-support.exp (gdbserver_start): Make
15048 $server_spawn_id global.
15049 (gdbserver_start): Don't wait for gdbserver's spawn id with
15050 expect_background.
15051 (close_gdbserver): New procedure.
15052 (gdb_exit): Rename the default version and reimplement.
15053
15054 2015-04-07 Pedro Alves <palves@redhat.com>
15055
15056 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15057 append the substituted item, not the original item.
15058
15059 2015-04-07 Pedro Alves <palves@redhat.com>
15060
15061 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15062 gdb_expect.
15063
15064 2015-04-07 Pedro Alves <palves@redhat.com>
15065
15066 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15067 output appearing once only.
15068
15069 2015-04-07 Pedro Alves <palves@redhat.com>
15070
15071 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15072 that doesn't expect anything. Return early if running to main
15073 fails.
15074
15075 2015-04-07 Yao Qi <yao.qi@linaro.org>
15076
15077 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15078 (child_function): Call alarm.
15079 (main): Move call to alarm into the loop.
15080 * gdb.threads/non-stop-fair-events.exp: Build program with
15081 -DTIMEOUT=$timeout.
15082
15083 2015-04-06 Doug Evans <xdje42@gmail.com>
15084
15085 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15086 Fix dest parameter to board_info.
15087 (fpc_compile): Ditto.
15088 (gdb_compile_pascal): Rename dest arg to destfile.
15089
15090 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15091
15092 * gdb.ada/funcall_ref.exp: New file.
15093 * gdb.ada/funcall_ref/foo.adb: New file.
15094
15095 2015-04-02 Yao Qi <yao.qi@linaro.org>
15096
15097 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15098 is remote.
15099
15100 2015-04-02 Gary Benson <gbenson@redhat.com>
15101
15102 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15103
15104 2015-04-01 Sasha Smundak <asmundak@google.com>
15105
15106 * gdb.python/py-unwind-maint.c: New file.
15107 * gdb.python/py-unwind-maint.exp: New test.
15108 * gdb.python/py-unwind-maint.py: New file.
15109 * gdb.python/py-unwind.c: New file.
15110 * gdb.python/py-unwind.exp: New test.
15111 * gdb.python/py-unwind.py: New test.
15112
15113 2015-04-01 Pedro Alves <palves@redhat.com>
15114
15115 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15116 to fail instead of non-existent $test.
15117
15118 2015-04-01 Pedro Alves <palves@redhat.com>
15119
15120 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15121 GDBFLAGS if not empty.
15122
15123 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15124
15125 * gdb.ada/complete.exp: Remove "multi_line".
15126 * gdb.ada/info_exc.exp: Remove "multi_line".
15127 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15128 * gdb.ada/ptype_field.exp: Remove "multi_line".
15129 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15130 * gdb.ada/tagged.exp: Remove "multi_line".
15131 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15132 [multi_line ...]
15133 * gdb.btrace/delta.exp: Likewise.
15134 * gdb.btrace/exception.exp: Likewise.
15135 * gdb.btrace/function_call_history.exp: Likewise.
15136 * gdb.btrace/instruction_history.exp: Likewise.
15137 * gdb.btrace/nohist.exp: Likewise.
15138 * gdb.btrace/record_goto.exp: Likewise.
15139 * gdb.btrace/segv.exp: Likewise.
15140 * gdb.btrace/stepi.exp: Likewise.
15141 * gdb.btrace/tailcall.exp: Likewise.
15142 * gdb.btrace/unknown_functions.exp: Likewise.
15143 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15144 * lib/gdb.exp: Add the "multi_line" helper.
15145
15146 2015-04-01 Pedro Alves <palves@redhat.com>
15147
15148 * gdb.threads/tid-reuse.c: New file.
15149 * gdb.threads/tid-reuse.exp: New file.
15150
15151 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15152
15153 PR corefiles/16092
15154 * gdb.base/coredump-filter.c: New file.
15155 * gdb.base/coredump-filter.exp: Likewise.
15156
15157 2015-03-27 Petr Machata <pmachata@redhat.com>
15158
15159 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15160 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15161 (Dwarf::assemble): Initialize them.
15162 (Dwarf::lines): New function.
15163
15164 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15165
15166 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15167 SYMBOL_PREFIX for x86_64-*-cygwin.
15168
15169 2015-03-26 Andy Wingo <wingo@igalia.com>
15170
15171 PR symtab/18148
15172 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15173 const_value but not a location.
15174 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15175 location defined in non-main CUs are visible.
15176
15177 2015-03-26 Yao Qi <yao.qi@linaro.org>
15178
15179 PR testsuite/18139
15180 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15181 Add a line number entry for the same line.
15182 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15183 Add a line number entry for the same line.
15184
15185 2015-03-26 Yao Qi <yao.qi@linaro.org>
15186
15187 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15188 .int 0.
15189 (func): Likewise. Add .Lfunc_1 label.
15190 Use .Lfunc_1 label.
15191 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15192 .int 0.
15193 (func): Likewise.
15194 Use .Lfunc_1 label.
15195
15196 2015-03-26 Yao Qi <yao.qi@linaro.org>
15197
15198 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15199 Call gdb_compile instead to compile each .s files without debug
15200 information.
15201
15202 2015-03-26 Yao Qi <yao.qi@linaro.org>
15203
15204 * gdb.base/savedregs.exp (process_saved_regs): Make
15205 "Saved registers:" optional in the pattern.
15206
15207 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15208
15209 * gdb.btrace/next.exp: Merged into step.exp.
15210 * gdb.btrace/finish.exp: Merged into step.exp.
15211 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15212 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15213 "record goto" and checking the exact replay position.
15214 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15215 check for "Recording format" in "info record" output.
15216 * gdb.btrace/record_goto.exp: Choose test file based on target.
15217 * gdb.btrace/x86-record_goto.S: Renamed into ...
15218 * gdb.btrace/x86_64-record_goto.S: ... this.
15219 * gdb.btrace/i686-record_goto.S: New.
15220 * gdb.btrace/x86-tailcall.S: Renamed into ...
15221 * gdb.btrace/x86_64-tailcall.S: ... this.
15222 * gdb.btrace/i686-tailcall.S: New.
15223 * gdb.btrace/x86-tailcall.c: Renamed into ...
15224 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15225 separate statements. Update test.
15226 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15227 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15228 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15229 * gdb.btrace/tailcall.exp: Choose test file based on target.
15230 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15231
15232 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15233
15234 * gdb.btrace/exception.exp: Increase BTS buffer size.
15235
15236 2015-03-24 Pedro Alves <palves@redhat.com>
15237
15238 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15239
15240 2015-03-24 Pedro Alves <palves@redhat.com>
15241
15242 * gdb.threads/schedlock.exp (test_step): No longer expect that
15243 "set scheduler-locking step" with "next" over a function call runs
15244 threads unlocked.
15245
15246 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15247
15248 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15249
15250 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15251
15252 PR breakpoints/16466
15253 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15254 * gdb.mi/mi-pending.c (thread_func): New function.
15255 (int main): Add threading support required.
15256 * gdb.mi/mi-pending.exp: Add tests for this issue.
15257 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15258 (pendfunc2): Remove stdio dependency.
15259 * gdb.mi/mi-pendshr2.c: New file.
15260
15261 2015-03-23 Keith Seitz <keiths@redhat.com>
15262
15263 * gdb.linespec/keywords.c: New file.
15264 * gdb.linespec/keywords.exp: New file.
15265
15266 2015-03-23 Keith Seitz <keiths@redhat.com>
15267
15268 PR gdb/18021
15269 * gdb.dwarf2/staticvirtual.exp: New test.
15270
15271 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15272
15273 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15274 * README: Remove HP-UX and gdb.hp.
15275 (configuration):
15276 * configure: Regenerate.
15277 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15278 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15279 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15280 gdb.hp/gdb.defects/Makefile.
15281 * gdb.hp/Makefile.in: File deleted.
15282 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15283 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15284 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15285 * gdb.hp/gdb.aCC/run.c: File deleted.
15286 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15287 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15288 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15289 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15290 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15291 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15292 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15293 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15294 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15295 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15296 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15297 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15298 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15299 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15300 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15301 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15302 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15303 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15304 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15305 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15306 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15307 * gdb.hp/gdb.compat/average.c: File deleted.
15308 * gdb.hp/gdb.compat/sum.c: File deleted.
15309 * gdb.hp/gdb.compat/xdb.c: File deleted.
15310 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15311 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15312 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15313 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15314 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15315 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15316 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15317 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15318 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15319 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15320 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15321 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15322 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15323 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15324 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15325 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15326 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15327 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15328 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15329 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15330 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15331 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15332 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15333 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15334 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15335 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15336 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15337 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15338 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15339 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15340 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15341 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15342 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15343 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15344 * gdb.hp/tools/odump: File deleted.
15345
15346 2015-03-19 Pedro Alves <palves@redhat.com>
15347
15348 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15349 (saw_thread_3): New globals.
15350 (top level): Increment them when an event for the corresponding
15351 thread is seen.
15352 (no thread starvation): New test.
15353
15354 2015-03-19 Pedro Alves <palves@redhat.com>
15355
15356 * gdb.threads/continue-pending-status.c: New file.
15357 * gdb.threads/continue-pending-status.exp: New file.
15358
15359 2015-03-18 Pedro Alves <palves@redhat.com>
15360
15361 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15362 Use gdb_is_target_remote instead of is_remote. Use
15363 gdb_test_multiple instead of gdb_expect. Exit early if
15364 gdb_test_multiple hits its internal matches. Tighten stepi tests
15365 expected output. Fail on exit with any signal, instead of just
15366 SIGILL.
15367
15368 2015-03-18 Yao Qi <yao.qi@linaro.org>
15369
15370 PR tdep/18107
15371 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15372 variable.
15373 * gdb.base/catch-syscall.exp: Don't skip it on
15374 aarch64*-*-linux* target. Remove elements in all_syscalls.
15375 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15376 target.
15377 (setup_all_syscalls): New proc.
15378
15379 2015-03-16 Yao Qi <yao.qi@linaro.org>
15380
15381 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15382 (top level): Skip tests if valid_addr_p returns false for
15383 $cmd1 or $cmd2.
15384
15385 2015-03-11 Andy Wingo <wingo@igalia.com>
15386
15387 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15388
15389 2015-03-11 Yao Qi <yao.qi@linaro.org>
15390
15391 * gdb.base/catch-syscall.exp: Fix typo in comments.
15392
15393 2015-03-11 Yao Qi <yao.qi@linaro.org>
15394
15395 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15396
15397 2015-03-09 Pedro Alves <palves@redhat.com>
15398
15399 * dg-extract-results.py: Delete.
15400
15401 2015-03-09 Pedro Alves <palves@redhat.com>
15402
15403 Merge dg-extract-results.sh from GCC upstream (r218843).
15404
15405 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15406 * dg-extract-results.sh: Use --text with grep to avoid issues with
15407 binary files. Fall back to cat -v, if that doesn't work.
15408
15409 2015-03-05 Pedro Alves <palves@redhat.com>
15410
15411 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15412
15413 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15414
15415 * lib/mi-support.exp (mi_expect_interrupt): Accept
15416 alternative event for when in all-stop mode.
15417
15418 2015-03-04 Pedro Alves <palves@redhat.com>
15419
15420 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15421
15422 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15423
15424 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15425
15426 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15427
15428 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15429 regexps for GDB's current line display, accept a hex address
15430 preceding the line number.
15431
15432 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15433
15434 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15435 the 'arch1' variable for "s390*-linux*" targets.
15436
15437 2015-03-04 Pedro Alves <palves@redhat.com>
15438
15439 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15440 (main): Pass missing retval argument to pthread_join call.
15441
15442 2015-03-02 Pedro Alves <palves@redhat.com>
15443
15444 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15445 (top level): Call do_test with non-stop as well.
15446
15447 2015-03-02 Pedro Alves <palves@redhat.com>
15448
15449 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15450 -1.
15451
15452 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15453
15454 * gdb.arch/s390-vregs.exp: New test.
15455 * gdb.arch/s390-vregs.S: New file.
15456
15457 2015-02-27 Pedro Alves <palves@redhat.com>
15458
15459 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15460 call to catch_command_errors.
15461 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15462 catch_command_errors.
15463
15464 2015-02-27 Pedro Alves <palves@redhat.com>
15465
15466 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15467 "true" for boolean result.
15468 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15469 prototype of main.
15470
15471 2015-02-27 Pedro Alves <palves@redhat.com>
15472
15473 * lib/unbuffer_output.c: New file.
15474 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15475 (main): Call gdb_unbuffer_output.
15476
15477 2015-02-27 Yao Qi <yao.qi@linaro.org>
15478
15479 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15480 target.
15481
15482 2015-02-26 Doug Evans <dje@google.com>
15483
15484 * gdb.cp/class2.cc (Dbase, D): New classes.
15485 (main): New local delta.
15486 * gdb.cp/class2.exp: Test printing delta.
15487 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15488 (dynbar): New global.
15489 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15490
15491 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15492
15493 * gdb.compile/compile-ifunc.c: New file.
15494 * gdb.compile/compile-ifunc.exp: New file.
15495
15496 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15497
15498 * gdb.base/structs.exp: Check for correct struct on finish.
15499
15500 2015-02-26 Yao Qi <yao.qi@linaro.org>
15501
15502 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15503 is zero.
15504
15505 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15506
15507 * gdb.arch/cordic.ko.bz2: New file.
15508 * gdb.arch/cordic.ko.debug.bz2: New file.
15509 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15510
15511 2015-02-25 Yao Qi <yao.qi@linaro.org>
15512
15513 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15514 aarch64*-*-* target.
15515
15516 2015-02-23 Pedro Alves <palves@redhat.com>
15517
15518 * lib/gdb.exp (delete_breakpoints): Rewrite using
15519 gdb_test_multiple.
15520
15521 2015-02-23 Pedro Alves <palves@redhat.com>
15522
15523 * gdb.base/info-os.c: Include stdlib.h.
15524
15525 2015-02-22 Doug Evans <xdje42@gmail.com>
15526
15527 PR symtab/17855
15528 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15529 is read after symbols have been re-read.
15530 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15531 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15532
15533 2015-02-21 Doug Evans <dje@google.com>
15534
15535 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15536
15537 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15538
15539 PR corefiles/17808
15540 * gdb.arch/i386-biarch-core.core.bz2: New file.
15541 * gdb.arch/i386-biarch-core.exp: New file.
15542
15543 2015-02-21 Pedro Alves <palves@redhat.com>
15544
15545 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15546 runto_main fails.
15547
15548 2015-02-20 Pedro Alves <palves@redhat.com>
15549
15550 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15551 info probes.
15552
15553 2015-02-20 Pedro Alves <palves@redhat.com>
15554
15555 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15556
15557 2015-02-20 Pedro Alves <palves@redhat.com>
15558
15559 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15560 clean_restart before gdb_target_supports_trace.
15561
15562 2015-02-20 Pedro Alves <palves@redhat.com>
15563
15564 PR threads/18006
15565 * gdb.threads/clone-thread_db.c: New file.
15566 * gdb.threads/clone-thread_db.exp: New file.
15567
15568 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15569
15570 PR breakpoints/16812
15571 * gdb.base/catch-gdb-caused-signals.c: New file.
15572 * gdb.base/catch-gdb-caused-signals.exp: New file.
15573
15574 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15575
15576 * configure: Regenerated.
15577 * configure.ac: Use GDB_AC_TRANSFORM.
15578 * aclocal.m4: sinclude ../transform.m4.
15579
15580 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15581
15582 * lib/dtrace.exp: New file.
15583 * gdb.base/dtrace-probe.exp: Likewise.
15584 * gdb.base/dtrace-probe.d: Likewise.
15585 * gdb.base/dtrace-probe.c: Likewise.
15586 * lib/pdtrace.in: Likewise.
15587 * configure.ac: Output variables with the transformed names of
15588 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15589 * configure: Regenerated.
15590
15591 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15592
15593 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15594 expected message when trying to access $_probe_* convenience
15595 variables while not on a probe.
15596
15597 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15598
15599 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15600
15601 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15602
15603 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15604 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15605
15606 2015-02-10 Doug Evans <xdje42@gmail.com>
15607
15608 * lib/gdb.exp (gdb_load): Always return a result.
15609
15610 2015-02-10 Pedro Alves <palves@redhat.com>
15611
15612 * gdb.threads/signal-sigtrap.c: New file.
15613 * gdb.threads/signal-sigtrap.exp: New file.
15614
15615 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15616
15617 * gdb.trace/no-attach-trace.c: New file.
15618 * gdb.trace/no-attach-trace.exp: New file.
15619
15620 2015-02-09 Mark Wielaard <mjw@redhat.com>
15621
15622 * gdb.dwarf2/atomic.c: New file.
15623 * gdb.dwarf2/atomic-type.exp: Likewise.
15624
15625 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15626
15627 * gdb.btrace/buffer-size.exp: Update "info record" output.
15628 * gdb.btrace/delta.exp: Update "info record" output.
15629 * gdb.btrace/enable.exp: Update "info record" output.
15630 * gdb.btrace/finish.exp: Update "info record" output.
15631 * gdb.btrace/instruction_history.exp: Update "info record" output.
15632 * gdb.btrace/next.exp: Update "info record" output.
15633 * gdb.btrace/nexti.exp: Update "info record" output.
15634 * gdb.btrace/step.exp: Update "info record" output.
15635 * gdb.btrace/stepi.exp: Update "info record" output.
15636 * gdb.btrace/nohist.exp: Update "info record" output.
15637
15638 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15639
15640 * gdb.btrace/buffer-size: New.
15641
15642 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15643
15644 * gdb.btrace/delta.exp: Update "info record" output.
15645 * gdb.btrace/enable.exp: Update "info record" output.
15646 * gdb.btrace/finish.exp: Update "info record" output.
15647 * gdb.btrace/instruction_history.exp: Update "info record" output.
15648 * gdb.btrace/next.exp: Update "info record" output.
15649 * gdb.btrace/nexti.exp: Update "info record" output.
15650 * gdb.btrace/step.exp: Update "info record" output.
15651 * gdb.btrace/stepi.exp: Update "info record" output.
15652 * gdb.btrace/nohist.exp: Update "info record" output.
15653
15654 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15655
15656 PR gdb/15678
15657 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15658
15659 2015-02-06 Pedro Alves <palves@redhat.com>
15660
15661 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15662 macro.
15663 (seconds_left, again): New globals.
15664 (main): Wait seconds_left in a 1-second sleep loop instead of
15665 sleeping 180 seconds. If 'again' is set, reset the seconds
15666 counter.
15667 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15668 'again' in the inferior before detaching. Print the seconds left.
15669 (options): New global.
15670 (top level): Build program with -DTIMEOUT=$timeout.
15671
15672 2015-02-06 Pedro Alves <palves@redhat.com>
15673
15674 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15675 determine how many seconds to pass to 'alarm'.
15676 * gdb.base/gdb-sigterm.exp (top level): Build program with
15677 -DTIMEOUT=$timeout.
15678 (do_test): Return success/failure indication. Add more verbose
15679 logging. Don't fail if 200 single steps are seen. Instead, fail
15680 when the test times out.
15681 (passes): New global.
15682 (top level): Break the testing loop if testing fails on any
15683 iteration. Use gdb_assert.
15684
15685 2015-02-04 Don Breazeal <donb@codesourcery.com>
15686
15687 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15688 and initialize them.
15689 (ipc_cleanup): New function.
15690 (main): Don't declare shmid, semid, and msqid. Add a call to
15691 atexit so that we call ipc_cleanup on exit.
15692
15693 2015-02-04 Pedro Alves <palves@redhat.com>
15694
15695 * boards/native-extended-gdbserver.exp: Remove any target variant
15696 specifications from the board name before clearing the isremote
15697 flag from board_info.
15698
15699 2015-01-31 Doug Evans <xdje42@gmail.com>
15700
15701 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15702
15703 2015-01-31 Gary Benson <gbenson@redhat.com>
15704
15705 * gdb.base/completion.exp: Disable completion limiting for
15706 existing tests. Add new tests to check completion limiting.
15707 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15708
15709 2015-01-31 Doug Evans <xdje42@gmail.com>
15710
15711 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15712
15713 2015-01-31 Doug Evans <xdje42@gmail.com>
15714
15715 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15716 entries. Duplicate file section script entries.
15717 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15718 inlined entries. Add test for safe-path rejection.
15719 * gdb.python/py-section-script.c: Add duplicate inlined section script
15720 entries. Duplicate file section script entries.
15721 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15722 inlined entries. Add test for safe-path rejection.
15723
15724 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15725
15726 * gdb.ada/disc_arr_bound: New testcase.
15727
15728 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15729
15730 * gdb.ada/mi_var_array: New testcase.
15731
15732 2015-01-27 Doug Evans <dje@google.com>
15733
15734 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15735 Add test for objfile.filename, objfile.username after objfile
15736 has been unloaded.
15737
15738 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15739
15740 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15741 the second test to print the name attribute of value
15742 returned by the call to gdb.lookup_type, and adjust
15743 the expected output accordingly.
15744
15745 2015-01-25 Mark Wielaard <mjw@redhat.com>
15746
15747 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15748 * gdb.base/disp-step-fork.c: Include unistd.h.
15749 * gdb.base/siginfo-obj.c: Include stdio.h.
15750 * gdb.base/siginfo-thread.c: Likewise.
15751 * gdb.mi/non-stop.c: Include unistd.h.
15752 * gdb.mi/nsthrexec.c: Include stdio.h.
15753 * gdb.mi/pthreads.c: Include unistd.h.
15754 * gdb.modula2/unbounded1.c (main): Declare returns int.
15755 * gdb.reverse/consecutive-reverse.c: Likewise.
15756 * gdb.threads/create-fail.c: Include unistd.h.
15757 * gdb.threads/killed.c: Likewise.
15758 * gdb.threads/linux-dp.c: Likewise.
15759 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15760 * gdb.threads/non-ldr-exc-2.c: Likewise.
15761 * gdb.threads/non-ldr-exc-3.c: Likewise.
15762 * gdb.threads/non-ldr-exc-4.c: Likewise.
15763 * gdb.threads/pthreads.c: Include unistd.h.
15764 (main): Declare returns int.
15765 * gdb.threads/tls-main.c (foo): New declaration.
15766 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15767
15768 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15769
15770 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15771 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15772
15773 2015-01-15 Mark Wielaard <mjw@redhat.com>
15774
15775 * gdb.base/noreturn-return.c: New file.
15776 * gdb.base/noreturn-return.exp: New file.
15777 * gdb.base/noreturn-finish.c: New file.
15778 * gdb.base/noreturn-finish.exp: New file.
15779
15780 2015-01-23 Pedro Alves <palves@redhat.com>
15781
15782 * gdb.threads/continue-pending-after-query.c: New file.
15783 * gdb.threads/continue-pending-after-query.exp: New file.
15784
15785 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15786 Simon Marchi <simon.marchi@ericsson.com>
15787
15788 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15789 * gdb.base/valgrind-db-attach.exp: Same.
15790 * gdb.base/valgrind-infcall.exp: Same.
15791 * lib/mi-support.exp (default_mi_gdb_start): Same.
15792 * lib/prompt.exp (default_prompt_gdb_start): Same.
15793 * lib/gdb.exp (default_gdb_spawn): Same.
15794 (gdb_interact): New.
15795
15796
15797 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15798
15799 * gdb.compile/compile.exp (pointer to jit function): New test.
15800
15801 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15802
15803 * lib/gdb.exp (supports_process_record): Return true for
15804 powerpc*-*-linux*.
15805 (supports_reverse): Likewise.
15806
15807 2015-01-15 Don Breazeal <donb@codesourcery.com>
15808
15809 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15810 instead of checking whether the target board is remote and
15811 use spawn_wait_for_attach instead of exec/sleep.
15812 * gdb.base/attach-twice.exp: Likewise.
15813
15814 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15815
15816 * gdb.ada/var_arr_attrs: New testcase.
15817
15818 2015-01-14 Pedro Alves <palves@redhat.com>
15819 Joel Brobecker <brobecker@adacore.com>
15820
15821 PR gdb/17525
15822 * gdb.base/bp-cmds-execution-x-script.c: New file.
15823 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15824 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15825
15826 2015-01-14 Pedro Alves <palves@redhat.com>
15827
15828 PR cli/17828
15829 * gdb.base/batch-preserve-term-settings.c: New file.
15830 * gdb.base/batch-preserve-term-settings.exp: New file.
15831
15832 2015-01-13 Doug Evans <dje@google.com>
15833
15834 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15835 binary.
15836
15837 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15838
15839 * Makefile.in (clean mostlyclean): Do not delete *.py.
15840
15841 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15842
15843 * gdb.python/py-lookup-type.exp: New file.
15844
15845 2015-01-12 Pedro Alves <palves@redhat.com>
15846
15847 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15848 restore GDBFLAGS before returning.
15849
15850 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15851
15852 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15853 is_amd64_regs_target and is_x86_like_target.
15854
15855 2015-01-11 Doug Evans <xdje42@gmail.com>
15856
15857 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15858 is given without an explicit form.
15859 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15860 attributes.
15861 * gdb.dwarf/corrupt.exp: Ditto.
15862 * gdb.dwarf2/enum-type.exp: Ditto.
15863 * gdb.trace/entry-values.exp: Ditto.
15864 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15865
15866 2015-01-11 Doug Evans <xdje42@gmail.com>
15867
15868 PR gdb/15830
15869 * gdb.base/maint.exp: Remove references to "maint demangle".
15870 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15871 Add tests for explicitly specifying language to demangle.
15872 * gdb.dlang/demangle.exp: Ditto.
15873
15874 2015-01-09 Pedro Alves <palves@redhat.com>
15875
15876 * gdb.threads/non-stop-fair-events.c: New file.
15877 * gdb.threads/non-stop-fair-events.exp: New file.
15878
15879 2015-01-09 Pedro Alves <palves@redhat.com>
15880
15881 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15882 the global scope. Set a breakpoint after all threads are started
15883 rather than stepping over two source lines. Expect the prompt.
15884 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15885 global.
15886 (NUM): Now 15.
15887 (main): Use threads_started_barrier to wait for all threads to
15888 start. Main thread no longer calls thread_function. Exit after
15889 180 seconds.
15890 (loop): New function.
15891 (thread_function): Wait on threads_started_barrier barrier. Call
15892 'loop' at each iteration.
15893 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15894 threads have started, instead of hardcoding number of "next"
15895 steps. Use an access watchpoint instead of a write watchpoint.
15896
15897 2015-01-09 Pedro Alves <palves@redhat.com>
15898
15899 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15900 (thread_func): Wait on barrier.
15901 (main): Wait for all threads to start before stopping GDB.
15902 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15903 global.
15904 (thread1_func, thread2_func): Wait on barrier.
15905 (main): Wait for all threads to start before stopping GDB.
15906 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15907 New global.
15908 (thread1_func, thread2_func): Wait on barrier.
15909 (main): Wait for all threads to start before stopping GDB.
15910
15911 2015-01-09 Pedro Alves <palves@redhat.com>
15912
15913 * gdb.threads/attach-many-short-lived-threads.c: New file.
15914 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15915
15916 2014-01-09 Pedro Alves <palves@redhat.com>
15917
15918 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15919 instead of to thread 2.
15920 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15921 Add barrier around each pthread_create call instead of around all
15922 calls.
15923 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15924 Set a break on thread_function and have the child threads hit it
15925 one at at a time.
15926
15927 2015-01-09 Pedro Alves <palves@redhat.com>
15928
15929 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15930 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15931 false.
15932 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15933 checking whether the target board is remote.
15934 * gdb.multi/multi-attach.exp: Likewise.
15935 * gdb.python/py-sync-interp.exp: Likewise.
15936 * gdb.server/ext-attach.exp: Likewise.
15937 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15938 tests that need to attach, instead of checking whether the target
15939 board is remote at the top of the file.
15940
15941 2015-01-08 Yao Qi <yao@codesourcery.com>
15942
15943 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15944
15945 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15946
15947 Fix testcase compilation.
15948 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15949
15950 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15951
15952 * gdb.python/py-type.exp: Add a couple test about empty
15953 array creation, and negative-length array creation.
15954
15955 2015-01-02 Doug Evans <xdje42@gmail.com>
15956
15957 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15958
15959 2015-01-02 Doug Evans <dje@google.com>
15960
15961 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15962
15963 2014-12-29 Yao Qi <yao@codesourcery.com>
15964
15965 * gdb.trace/entry-values.exp: Update comments. Rename variable
15966 bar_call_foo to returned_from_foo.
15967
15968 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15969
15970 PR gdb/17394
15971 * gdb.linespec/break-asm-file.c: New file.
15972 * gdb.linespec/break-asm-file.exp: New file.
15973 * gdb.linespec/break-asm-file0.s: New file.
15974 * gdb.linespec/break-asm-file1.s: New file.
15975
15976 2014-12-18 Nigel Stephens <nigel@mips.com>
15977 Maciej W. Rozycki <macro@codesourcery.com>
15978
15979 * gdb.base/float.exp: Handle the new output from "info float" on
15980 MIPS targets.
15981
15982 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15983
15984 Fix MinGW compilation.
15985 * gdb.compile/compile-ops.exp: Update untested message if
15986 !skip_compile_feature_tests.
15987 * gdb.compile/compile-setjmp.exp: Likewise.
15988 * gdb.compile/compile-tls.exp: Likewise.
15989 * gdb.compile/compile.exp: Likewise.
15990 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15991 supported on this host".
15992
15993 2014-12-16 Doug Evans <xdje42@gmail.com>
15994
15995 * boards/stabs.exp: New file.
15996
15997 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15998
15999 * gdb.base/completion.exp: Adjust to format changes of "maint
16000 print user-registers".
16001
16002 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16003
16004 PR server/17457
16005 * gdb.arch/aarch64-fp.c: New file.
16006 * gdb.arch/aarch64-fp.exp: New file.
16007
16008 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16009
16010 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16011 r210637, r210913, r211666, r215400, r215817).
16012
16013 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16014 * dg-extract-results.py: New file.
16015 * dg-extract-results.sh: Use it if the environment seems
16016 suitable.
16017
16018 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16019
16020 * dg-extract-results.py (parse_run): Handle warnings that
16021 are printed before a test harness is run.
16022
16023 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16024
16025 * dg-extract-results.py (Named): Remove __cmp__ method.
16026 (output_variation): Use a key to sort variation.harnesses.
16027
16028 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16029
16030 * dg-extract-results.py: For Python 3, force sys.stdout to
16031 handle surrogate escape sequences.
16032 (safe_open): New function.
16033 (output_segment, main): Use it.
16034
16035 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16036
16037 * dg-extract-results.py (Prog.result_re): Include options
16038 in test name.
16039
16040 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16041
16042 * dg-extract-results.py (output_variation): Always sort if
16043 do_sum.
16044
16045 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16046
16047 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16048 as long as we get pagination notifications.
16049
16050 2014-12-15 Jason Merrill <jason@redhat.com>
16051
16052 * Makefile.in (check-gdb.%): Restore.
16053 * README: Mention it.
16054
16055 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16056
16057 * gdb.ada/str_uninit: New testcase.
16058
16059 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16060
16061 PR symtab/17642
16062 * gdb.base/vla-stub-define.c: New file.
16063 * gdb.base/vla-stub.c: New file.
16064 * gdb.base/vla-stub.exp: New file.
16065
16066 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16067 Jan Kratochvil <jan.kratochvil@redhat.com>
16068 Tom Tromey <tromey@redhat.com>
16069
16070 * configure.ac: Add gdb.compile/.
16071 * configure: Regenerate.
16072 * gdb.compile/Makefile.in: New file.
16073 * gdb.compile/compile-ops.exp: New file.
16074 * gdb.compile/compile-ops.c: New file.
16075 * gdb.compile/compile-tls.c: New file.
16076 * gdb.compile/compile-tls.exp: New file.
16077 * gdb.compile/compile-constvar.S: New file.
16078 * gdb.compile/compile-constvar.c: New file.
16079 * gdb.compile/compile-mod.c: New file.
16080 * gdb.compile/compile-nodebug.c: New file.
16081 * gdb.compile/compile-setjmp-mod.c: New file.
16082 * gdb.compile/compile-setjmp.c: New file.
16083 * gdb.compile/compile-setjmp.exp: New file.
16084 * gdb.compile/compile-shlib.c: New file.
16085 * gdb.compile/compile.c: New file.
16086 * gdb.compile/compile.exp: New file.
16087 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16088
16089 2014-12-12 Tom Tromey <tromey@redhat.com>
16090
16091 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16092 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16093
16094 2014-12-12 Doug Evans <dje@google.com>
16095
16096 * lib/gdb-python.exp (get_python_valueof): New function.
16097 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16098
16099 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16100
16101 * gdb.base/completion.exp: Add test for completion of "info
16102 registers ".
16103
16104 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16105
16106 * gdb.base/func-ptrs.c: New file.
16107 * gdb.base/func-ptrs.exp: New file.
16108
16109 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16110
16111 PR breakpoints/17012
16112 * gdb.base/dprintf-detach.c: New file.
16113 * gdb.base/dprintf-detach.exp: New file.
16114
16115 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16116
16117 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16118 * lib/gdb.exp (target_is_gdbserver): New procedure.
16119
16120 2014-12-08 Doug Evans <dje@google.com>
16121
16122 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16123
16124 2014-12-05 Yao Qi <yao@codesourcery.com>
16125
16126 * gdb.guile/scm-error.exp: Remove the third argument to
16127 gdb_remote_download.
16128 * gdb.guile/scm-frame-args.exp: Likewise.
16129 * gdb.guile/scm-section-script.exp: Likewise.
16130
16131 2014-12-05 Yao Qi <yao@codesourcery.com>
16132
16133 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16134
16135 2014-12-04 Doug Evans <dje@google.com>
16136
16137 * gdb.python/py-objfile.exp: Add tests for
16138 objfile.add_separate_debug_file.
16139
16140 2014-12-04 Doug Evans <dje@google.com>
16141
16142 * lib/gdb.exp (get_build_id): New function.
16143 (build_id_debug_filename_get): Rewrite to use it.
16144 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16145
16146 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16147
16148 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16149 `method(long)', not just 0x0.
16150 * gdb.cp/nsalias.exp: Align code labels to 4.
16151 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16152 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16153 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16154 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16155 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16156 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16157
16158 2014-12-02 Doug Evans <dje@google.com>
16159
16160 PR symtab/17602
16161 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16162 * gdb.cp/anon-ns2.cc: ... here. New file.
16163 * gdb.cp/anon-ns.exp: Update.
16164
16165 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16166
16167 * gdb.python/py-events.py (inferior_call_handler): New.
16168 (register_changed_handler, memory_changed_handler): New.
16169 (test_events.invoke): Register new handlers.
16170 * gdb.python/py-events.exp: Add tests for inferior call,
16171 memory_changed and register_changed events.
16172
16173 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16174
16175 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16176 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16177 if the linker doesn't understand this.
16178
16179 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16180
16181 * gdb.python/python.exp: Change expected reply to help().
16182
16183 2014-12-01 Yao Qi <yao@codesourcery.com>
16184
16185 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16186 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16187 * configure: Re-generated.
16188
16189 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16190
16191 * gdb.cp/chained-calls.cc: New file.
16192 * gdb.cp/chained-calls.exp: New file.
16193 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16194
16195 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16196
16197 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16198 * gdb.dwarf2/symtab-producer.exp: Same.
16199 * gdb.gdb/python-interrupts.exp: Same.
16200 * gdb.gdb/python-selftest.exp: Same.
16201 * gdb.python/py-linetable.exp: Same.
16202 * gdb.python/py-type.exp: Same.
16203 * gdb.python/py-value-cc.exp: Same.
16204 * gdb.python/py-value.exp: Same.
16205
16206 2014-11-28 Yao Qi <yao@codesourcery.com>
16207
16208 * gdb.base/break-probes.exp: Match library name prefixed with
16209 sysroot.
16210
16211 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16212
16213 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16214 test expected output. Add parentheses for the call to print.
16215 Remove L suffix from integers.
16216
16217 2014-11-26 Doug Evans <dje@google.com>
16218
16219 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16220
16221 2014-11-22 Yao Qi <yao@codesourcery.com>
16222
16223 * gdb.trace/entry-values.c: Remove asms.
16224 (foo): Add foo_label.
16225 (bar): Add bar_label.
16226 * gdb.trace/entry-values.exp: Remove code computing foo's
16227 length and bar's length.
16228 (Dwarf::assemble): Invoke function_range for bar and use
16229 MACRO_AT_func for foo.
16230
16231 2014-11-22 Yao Qi <yao@codesourcery.com>
16232
16233 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16234 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16235 Use .Lgcc43_procstart instead of gcc43.
16236
16237 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16238
16239 * gdb.ada/n_arr_bound: New testcase.
16240
16241 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16242
16243 PR breakpoints/10737
16244 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16245 test_catch_syscall_multi_arch.
16246 (test_catch_syscall_multi_arch): New function.
16247
16248 2014-11-20 Doug Evans <xdje42@gmail.com>
16249
16250 * gdb.base/maint.exp: Update expected output.
16251
16252 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16253
16254 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16255 4-byte instruction on S390.
16256
16257 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16258
16259 * gdb.ada/arr_arr: New testcase.
16260
16261 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16262
16263 * gdb.ada/pkd_arr_elem: New Testcase.
16264
16265 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16266
16267 * gdb.reverse/break-precsave: Expect completion message for
16268 core file reads.
16269 * gdb.reverse/consecutive-precsave.exp: Likewise.
16270 * gdb.reverse/finish-precsave.exp: Likewise.
16271 * gdb.reverse/i386-precsave.exp: Likewise.
16272 * gdb.reverse/machinestate-precsave.exp: Likewise.
16273 * gdb.reverse/sigall-precsave.exp: Likewise.
16274 * gdb.reverse/solib-precsave.exp: Likewise.
16275 * gdb.reverse/step-precsave.exp: Likewise.
16276 * gdb.reverse/until-precsave.exp: Likewise.
16277 * gdb.reverse/watch-precsave.exp: Likewise.
16278
16279 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16280
16281 * gdb.base/bp-permanent.c: Include unistd.h.
16282 * gdb.python/py-framefilter-mi.c (main): Add return type.
16283 * gdb.python/py-framefilter.c (main): Likewise.
16284 * gdb.trace/actions-changed.c (main): Likewise.
16285
16286 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16287
16288 * gdb.mi/until.c: Add eye-catchers.
16289 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16290 line numbers.
16291
16292 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16293
16294 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16295 function header variants in break1.c.
16296 * gdb.base/ena-dis-br.exp: Likewise.
16297 * gdb.base/hbreak2.exp: Likewise.
16298 * gdb.reverse/until-precsave.exp: Drop references to removed
16299 non-prototype function header variants in ur1.c.
16300 * gdb.reverse/until-reverse.exp: Likewise.
16301
16302 2014-11-17 Petr Machata <pmachata@redhat.com>
16303
16304 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16305 ${_cu_offset_size} bytes abbrev offset.
16306
16307 2014-11-15 Doug Evans <xdje42@gmail.com>
16308
16309 PR symtab/17559
16310 * gdb.base/line-symtabs.exp: New file.
16311 * gdb.base/line-symtabs.c: New file.
16312 * gdb.base/line-symtabs.h: New file.
16313
16314 2014-11-14 Yao Qi <yao@codesourcery.com>
16315
16316 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16317 (func): Add label func_label.
16318 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16319 Replace low_pc and high_pc with MACRO_AT_range.
16320 Replace name, low_pc and high_pc with MACRO_AT_func.
16321
16322 2014-11-14 Yao Qi <yao@codesourcery.com>
16323
16324 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16325 Replace name, low_pc and high_pc with MACRO_AT_func.
16326
16327 2014-11-14 Yao Qi <yao@codesourcery.com>
16328
16329 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16330 produce debug information.
16331 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16332
16333 2014-11-14 Yao Qi <yao@codesourcery.com>
16334
16335 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16336 object and get function length.
16337 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16338 with MACRO_AT_func.
16339 (top-level): Replace gdb_compile and clean_restart with
16340 prepare_for_testing.
16341 * gdb.dwarf2/main.c (main): Add label main_label.
16342
16343 2014-11-14 Yao Qi <yao@codesourcery.com>
16344
16345 * lib/dwarf.exp (function_range): New procedure.
16346 (Dwarf::_handle_macro_at_func): New procedure.
16347 (Dwarf::_handle_macro_at_range): New procedure.
16348 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16349
16350 2014-11-14 Yao Qi <yao@codesourcery.com>
16351
16352 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16353 (_handle_attribute): New procedure.
16354
16355 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16356
16357 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16358 * gdb.base/call-sc.c (zed): Likewise.
16359 * gdb.base/checkpoint.c (main): Likewise.
16360 * gdb.base/dump.c (main): Likewise.
16361 * gdb.base/gcore.c (main): Likewise.
16362 * gdb.base/huge.c (main): Likewise.
16363 * gdb.base/multi-forks.c (main): Likewise.
16364 * gdb.base/pr10179-a.c (main): Likewise.
16365 * gdb.base/savedregs.c (main): Likewise.
16366 * gdb.base/sigaltstack.c (main): Likewise.
16367 * gdb.base/siginfo.c (main): Likewise.
16368 * gdb.base/structs.c (zed): Likewise.
16369 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16370 * gdb.mi/mi-syn-frame.c (main): Likewise.
16371 * gdb.mi/until.c (foo, main): Likewise.
16372 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16373 * gdb.base/solib-weak.c (foo): Declare.
16374 * gdb.base/attach-twice.c: Include stdio.h.
16375 * gdb.base/weaklib1.c: Likewise.
16376 * gdb.base/weaklib2.c: Likewise.
16377 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16378 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16379 unistd.h.
16380 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16381 * gdb.mi/mi-exit-code.c: Likewise.
16382 * gdb.base/break-interp-lib.c: Include string.h.
16383 * gdb.base/coremaker.c: Likewise.
16384 * gdb.base/testenv.c: Likewise.
16385 * gdb.python/py-finish-breakpoint.c: Likewise.
16386 * gdb.base/inferior-died.c: Include sys/wait.h.
16387 * gdb.base/fileio.c: Include time.h.
16388 * gdb.base/async-shell.c: Include unistd.h.
16389 * gdb.base/dprintf-non-stop.c: Likewise.
16390 * gdb.base/info-os.c: Likewise.
16391 * gdb.mi/mi-console.c: Likewise.
16392 * gdb.mi/watch-nonstop.c: Likewise.
16393 * gdb.python/py-events.c: Likewise.
16394 * gdb.base/async.c (baz): Move up before its invocation.
16395 * gdb.base/code_elim2.c (my_global_func): Likewise.
16396 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16397 * gdb.base/advance.c (func2): Likewise.
16398
16399 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16400
16401 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16402 variant.
16403 * gdb.base/annota3.c: Likewise.
16404 * gdb.base/async.c: Likewise.
16405 * gdb.base/average.c: Likewise.
16406 * gdb.base/call-ar-st.c: Likewise.
16407 * gdb.base/call-rt-st.c: Likewise.
16408 * gdb.base/call-sc.c: Likewise.
16409 * gdb.base/call-strs.c: Likewise.
16410 * gdb.base/ending-run.c: Likewise.
16411 * gdb.base/execd-prog.c: Likewise.
16412 * gdb.base/exprs.c: Likewise.
16413 * gdb.base/foll-exec.c: Likewise.
16414 * gdb.base/foll-fork.c: Likewise.
16415 * gdb.base/foll-vfork.c: Likewise.
16416 * gdb.base/funcargs.c: Likewise.
16417 * gdb.base/gcore.c: Likewise.
16418 * gdb.base/jump.c: Likewise.
16419 * gdb.base/langs0.c: Likewise.
16420 * gdb.base/langs1.c: Likewise.
16421 * gdb.base/langs2.c: Likewise.
16422 * gdb.base/mips_pro.c: Likewise.
16423 * gdb.base/nodebug.c: Likewise.
16424 * gdb.base/opaque0.c: Likewise.
16425 * gdb.base/opaque1.c: Likewise.
16426 * gdb.base/recurse.c: Likewise.
16427 * gdb.base/run.c: Likewise.
16428 * gdb.base/scope0.c: Likewise.
16429 * gdb.base/scope1.c: Likewise.
16430 * gdb.base/setshow.c: Likewise.
16431 * gdb.base/setvar.c: Likewise.
16432 * gdb.base/shmain.c: Likewise.
16433 * gdb.base/shr1.c: Likewise.
16434 * gdb.base/shr2.c: Likewise.
16435 * gdb.base/sigall.c: Likewise.
16436 * gdb.base/signals.c: Likewise.
16437 * gdb.base/so-indr-cl.c: Likewise.
16438 * gdb.base/solib2.c: Likewise.
16439 * gdb.base/structs.c: Likewise.
16440 * gdb.base/sum.c: Likewise.
16441 * gdb.base/vforked-prog.c: Likewise.
16442 * gdb.base/watchpoint.c: Likewise.
16443 * gdb.reverse/shr2.c: Likewise.
16444 * gdb.reverse/until-reverse.c: Likewise.
16445 * gdb.reverse/ur1.c: Likewise.
16446 * gdb.reverse/watch-reverse.c: Likewise.
16447
16448 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16449
16450 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16451 variant.
16452 * gdb.base/sepdebug.exp: Drop references to removed code.
16453
16454 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16455
16456 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16457 variant. Preserve original line numbering.
16458 * gdb.base/list1.c: Likewise.
16459
16460 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16461
16462 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16463 variant.
16464 * gdb.base/break1.c: Likewise.
16465 * gdb.base/break.exp: Drop references to removed code.
16466
16467 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16468
16469 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16470 variant.
16471
16472 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16473
16474 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16475
16476 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16477
16478 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16479 logic into perform_all_tests() and invoke it with and without
16480 function header prototypes.
16481 (do_function_calls): Remove conditional XFAIL for PR 5318.
16482 (rerun_and_prepare): Remove duplicate code.
16483 (perform_all_tests): New. Main logic moved here.
16484
16485 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16486
16487 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16488 code guarded by #ifdef NO_PROTOTYPES.
16489 (t_double_many_args): Likewise.
16490 (DEF_FUNC_MANY_ARGS_1): Likewise.
16491 (DEF_FUNC_VALUES_1): Likewise.
16492 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16493 guarded by #ifdef PROTOTYPES.
16494
16495 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16496
16497 * gdb.mi/mi-console.c: Add eye-catcher.
16498 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16499 instead of literal line number.
16500
16501 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16502
16503 * gdb.base/shr2.c: Add eye-catcher.
16504 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16505 line number.
16506
16507 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16508
16509 * gdb.base/jump.c: Add eye-catchers.
16510 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16511 numbers.
16512
16513 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16514
16515 * gdb.base/execd-prog.c: Add eye-catchers.
16516 * gdb.base/foll-exec.c: Likewise.
16517 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16518 line numbers.
16519
16520 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16521
16522 * gdb.base/ending-run.c: Add eye-catchers.
16523 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16524 literal line numbers.
16525
16526 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16527
16528 * gdb.base/call-rt-st.c: Add eye-catchers.
16529 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16530 literal line numbers.
16531
16532 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16533
16534 * gdb.base/call-ar-st.c: Add eye-catchers.
16535 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16536 literal line numbers.
16537
16538 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16539
16540 * gdb.base/average.c: Add eye-catchers.
16541 * gdb.base/sum.c: Likewise.
16542 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16543 regexps dynamically.
16544
16545 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16546
16547 * gdb.base/solib1.c: Add eye-catchers.
16548 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16549 literal line numbers.
16550
16551 2014-11-12 Pedro Alves <palves@redhat.com>
16552
16553 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16554 leader has exited.
16555
16556 2014-11-12 Pedro Alves <palves@redhat.com>
16557
16558 * gdb.arch/i386-bp_permanent.c: New file.
16559 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16560 (srcfile): Set to i386-bp_permanent.c.
16561 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16562 that stepi does not execute the 'leave' instruction, instead of
16563 testing it does execute.
16564 * gdb.base/bp-permanent.c: New file.
16565 * gdb.base/bp-permanent.exp: New file.
16566
16567 2014-11-10 Doug Evans <xdje42@gmail.com>
16568
16569 PR symtab/17564
16570 * gdb.base/symtab-search-order.exp: New file.
16571 * gdb.base/symtab-search-order.c: New file.
16572 * gdb.base/symtab-search-order-1.c: New file.
16573 * gdb.base/symtab-search-order-shlib-1.c: New file.
16574
16575 2014-11-07 Pedro Alves <palves@redhat.com>
16576
16577 PR gdb/17511
16578 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16579 i?86-*-linux*.
16580
16581 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16582
16583 PR c++/17494
16584 * gdb.cp/pr17494.cc: New file.
16585 * gdb.cp/pr17494.exp: New file.
16586
16587 2014-11-02 Yao Qi <yao@codesourcery.com>
16588
16589 * gdb.python/python.exp: Get working directory and match the
16590 output of "set extended-prompt \\w " with it.
16591
16592 2014-10-30 Doug Evans <dje@google.com>
16593
16594 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16595 in objfiles.
16596 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16597 in progspaces.
16598
16599 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16600
16601 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16602 * gdb.base/realname-expand.exp: Likewise.
16603 * gdb.linespec/macro-relative.exp: Likewise.
16604
16605 2014-10-29 Pedro Alves <palves@redhat.com>
16606
16607 PR gdb/17408
16608 * gdb.threads/schedlock.c (some_function): New function.
16609 (call_function): New global.
16610 (MAYBE_CALL_SOME_FUNCTION): New macro.
16611 (thread_function): Call it.
16612 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16613 and use it instead of a global counter. Adjust all callers.
16614 (get_current_thread): Use "find current thread" for test message
16615 here rather than having all callers pass down the same string.
16616 (goto_loop): New procedure, factored out from ...
16617 (my_continue): ... this.
16618 (step_ten_loops): Change parameter from test message to command to
16619 use. Adjust.
16620 (list_count): Delete global.
16621 (check_result): New procedure, factored out from duplicate top
16622 level code.
16623 (continue tests): Wrap in with_test_prefix.
16624 (test_step): New procedure, factored out from duplicate top level
16625 code.
16626 (top level): Test "step" in combination with all scheduler-locking
16627 modes. Test "next" in combination with all scheduler-locking
16628 modes, and in combination with stepping over a function call or
16629 not.
16630 * gdb.threads/next-bp-other-thread.c: New file.
16631 * gdb.threads/next-bp-other-thread.exp: New file.
16632
16633 2014-10-29 Pedro Alves <palves@redhat.com>
16634
16635 PR python/17372
16636 * gdb.python/python.exp: Test a multi-line command that spawns
16637 interactive Python.
16638 * gdb.base/multi-line-starts-subshell.exp: New file.
16639
16640 2014-10-29 Yao Qi <yao@codesourcery.com>
16641
16642 * gdb.base/fileio.exp: Make directories on host.
16643
16644 2014-10-29 Yao Qi <yao@codesourcery.com>
16645
16646 * gdb.base/fileio.c (test_write): Close the file.
16647
16648 2014-10-28 Pedro Alves <palves@redhat.com>
16649
16650 PR gdb/12623
16651 * gdb.base/sigstep.c (no_handler): New global.
16652 (main): If 'no_handler is true, set the signal handlers to
16653 SIG_IGN.
16654 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16655 with_sw_watch and no_handler parameters. Handle them.
16656 (top level) <stepping over handler when stopped at a breakpoint
16657 test>: Add a test axis for testing with a software watchpoint, and
16658 another for testing with the signal handler set to SIG_IGN.
16659 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16660 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16661
16662 2014-10-28 Pedro Alves <palves@redhat.com>
16663
16664 PR gdb/17511
16665 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16666 * gdb.base/sigstep.exp (other_handler_location): New global.
16667 (advance): Support stepping into the signal handler, and running
16668 commands while in the handler.
16669 (in_handler_map): New global.
16670 (top level): In the advance test, add combinations for getting
16671 into the handler with stepping commands, and for running commands
16672 in the handler. Add comment descripting the advancei tests.
16673
16674 2014-10-28 Pedro Alves <palves@redhat.com>
16675
16676 * gdb.base/sigstep.exp: Use build_executable instead of
16677 prepare_for_testing.
16678 (top level): Move code that starts GDB, runs to main and creates a
16679 display to ...
16680 (restart): ... this new procedure.
16681 (top level): Move backtrace from signal handler test to ...
16682 (validate_backtrace): ... this new procedure.
16683 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16684 with_test_prefix. Always restart GDB.
16685 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16686 with_test_prefix. Always restart GDB. No need to delete
16687 breakpoints after the test.
16688 (test_skip_handler): Remove prefix parameter.
16689 (skip_over_handler, breakpoint_to_handler)
16690 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16691 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16692 restart GDB. No need to delete breakpoints after the test.
16693 (top level): Use foreach to call the test procedures with
16694 different commands.
16695
16696 2014-10-28 Pedro Alves <palves@redhat.com>
16697
16698 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16699 instead of GNATS numbers.
16700 * gdb.base/sigbpt.exp: Likewise.
16701 * gdb.base/siginfo.exp: Likewise.
16702 * gdb.base/sigstep.exp: Likewise.
16703
16704 2014-10-27 Pedro Alves <palves@redhat.com>
16705
16706 * gdb.base/sigstep.c (dummy): New global.
16707 (main): Issue a couple writes to the new global.
16708 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16709 procedures.
16710 (skip_over_handler): Use test_skip_handler.
16711 (top level): Call skip_over_handler for stepi and nexti too.
16712 (breakpoint_over_handler): Use test_skip_handler.
16713 (top level): Call breakpoint_over_handler for stepi and nexti too.
16714
16715 2014-10-27 Yao Qi <yao@codesourcery.com>
16716
16717 * gdb.trace/tfile.c (adjust_function_address)
16718 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16719 function descriptor.
16720
16721 2014-10-24 Don Breazeal <donb@codesourcery.com>
16722
16723 * gdb.base/foll-fork.exp (test_follow_fork,
16724 catch_fork_child_follow): Check for updated fork messages emitted
16725 from infrun.c.
16726 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16727 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16728 vfork_and_exec_child_follow_through_step): Check for updated vfork
16729 messages emitted from infrun.c.
16730
16731 2014-10-24 Pedro Alves <palves@redhat.com>
16732
16733 * gdb.base/corefile.exp: Remove references to ultrix.
16734 * gdb.base/interrupt.exp: Likewise.
16735 * gdb.base/whatis.exp: Likewise.
16736 * gdb.gdb/selftest.exp: Likewise.
16737 * gdb.threads/manythreads.exp: Likewise.
16738 * gdb.threads/print-threads.exp: Likewise.
16739 * gdb.threads/pthreads.exp:: Likewise.
16740 * gdb.threads/schedlock.exp: Likewise.
16741
16742 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16743
16744 * gdb.cp/non-trivial-retval.cc: Add a test case.
16745 * gdb.cp/non-trivial-retval.exp: Add a test.
16746
16747 2014-10-20 Yao Qi <yao@codesourcery.com>
16748
16749 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16750 * gdb.python/py-objfile-script-gdb.py: New file.
16751 * gdb.python/py-objfile-script.exp: Update reference to
16752 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16753 of remote_download. Remove the dest file.
16754
16755 2014-10-20 Yao Qi <yao@codesourcery.com>
16756
16757 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16758 * gdb.base/step-line.exp: Likewise.
16759 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16760 * gdb.dwarf2/dw2-basic.exp: Likewise.
16761 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16762 * gdb.dwarf2/dw2-filename.exp: Likewise.
16763 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16764 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16765 * gdb.dwarf2/dw2-producer.exp: Likewise.
16766 * gdb.dwarf2/mac-fileno.exp: Likewise.
16767 * gdb.python/py-frame-args.exp: Likewise.
16768 * gdb.python/py-framefilter.exp: Likewise.
16769 * gdb.python/py-mi.exp: Likewise.
16770 * gdb.python/py-objfile-script.exp: Likewise
16771 * gdb.python/py-pp-integral.exp: Likewise.
16772 * gdb.python/py-pp-re-notag.exp: Likewise.
16773 * gdb.python/py-prettyprint.exp: Likewise.
16774 * gdb.python/py-section-script.exp: Likewise.
16775 * gdb.python/py-typeprint.exp: Likewise.
16776 * gdb.python/py-xmethods.exp: Likewise.
16777 * gdb.stabs/weird.exp: Likewise.
16778 * gdb.xml/tdesc-regs.exp: Likewise.
16779
16780 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16781
16782 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16783 (out_cu): Use addr_len for the size of addresses.
16784 (out_line): Likewise. Size DW_LNE_set_address instruction
16785 according to addr_len.
16786 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16787 (FUNC): Add START_INSNS to definition.
16788
16789 2014-10-18 Yao Qi <yao@codesourcery.com>
16790
16791 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16792 gdb_has_argv0 return true.
16793 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16794 check [target_info exists noargs], check [gdb_has_argv0]
16795 instead.
16796 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16797 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16798 procedures.
16799
16800 2014-10-17 Doug Evans <dje@google.com>
16801
16802 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16803 event.
16804 * gdb.python/py-events.py: Add clear_objfiles event.
16805
16806 2014-10-17 Doug Evans <dje@google.com>
16807
16808 * gdb.python/py-objfile.exp: Test progspace attribute.
16809
16810 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16811
16812 * gdb.guile/scm-breakpoint.exp: Do not assume any
16813 directory separators when matching source file paths.
16814 * gdb.python/py-breakpoint.exp: Likewise.
16815 * gdb.reverse/break-precsave.exp: Likewise.
16816 * gdb.reverse/break-reverse.exp: Likewise.
16817 * gdb.reverse/consecutive-precsave.exp: Likewise.
16818 * gdb.reverse/finish-precsave.exp: Likewise.
16819 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16820 * gdb.reverse/finish-reverse.exp: Likewise.
16821 * gdb.reverse/i386-precsave.exp: Likewise.
16822 * gdb.reverse/i387-env-reverse.exp: Likewise.
16823 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16824 * gdb.reverse/machinestate-precsave.exp: Likewise.
16825 * gdb.reverse/machinestate.exp: Likewise.
16826 * gdb.reverse/sigall-precsave.exp: Likewise.
16827 * gdb.reverse/solib-precsave.exp: Likewise.
16828 * gdb.reverse/step-precsave.exp: Likewise.
16829 * gdb.reverse/until-precsave.exp: Likewise.
16830 * gdb.reverse/watch-precsave.exp: Likewise.
16831 * gdb.reverse/watch-reverse.exp: Likewise.
16832
16833 2014-10-17 Yao Qi <yao@codesourcery.com>
16834
16835 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16836 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16837
16838 2014-10-17 Pedro Alves <palves@redhat.com>
16839
16840 PR gdb/17471
16841 * gdb.base/bg-execution-repeat.c: New file.
16842 * gdb.base/bg-execution-repeat.exp: New file.
16843
16844 2014-10-17 Pedro Alves <palves@redhat.com>
16845
16846 PR gdb/17300
16847 * gdb.base/continue-all-already-running.c: New file.
16848 * gdb.base/continue-all-already-running.exp: New file.
16849
16850 2014-10-17 Pedro Alves <palves@redhat.com>
16851
16852 PR gdb/17472
16853 * gdb.base/annota-input-while-running.c: New file.
16854 * gdb.base/annota-input-while-running.exp: New file.
16855
16856 2014-10-17 Pedro Alves <palves@redhat.com>
16857
16858 * gdb.base/callfuncs.exp: emove references to osf.
16859 * gdb.base/sigall.exp: Likewise.
16860 * gdb.gdb/selftest.exp: Likewise.
16861 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16862 * gdb.mi/non-stop.c: Likewise.
16863 * gdb.mi/pthreads.c: Likewise.
16864 * gdb.reverse/sigall-precsave.exp: Likewise.
16865 * gdb.reverse/sigall-reverse.exp: Likewise.
16866 * gdb.threads/pthreads.c: Likewise.
16867 * gdb.threads/pthreads.exp: Likewise.
16868
16869 2014-10-17 Yao Qi <yao@codesourcery.com>
16870
16871 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16872 check 'target_info exists noargs'.
16873 (test_command_prompt_position): Likewise.
16874 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16875 Remove "set args".
16876 (progvar_simple_while_test): Likewise.
16877 (progvar_complex_if_while_test): Likewise.
16878 (if_while_breakpoint_command_test): Likewise.
16879 (infrun_breakpoint_command_test): Likewise.
16880 (breakpoint_command_test): Likewise.
16881 (watchpoint_command_test): Likewise.
16882 (bp_deleted_in_command_test): Likewise.
16883 (temporary_breakpoint_commands): Likewise.
16884
16885 2014-10-16 Yao Qi <yao@codesourcery.com>
16886
16887 * gdb.base/remotetimeout.exp: Remove noargs checking.
16888
16889 2014-10-15 Pedro Alves <palves@redhat.com>
16890
16891 PR breakpoints/9649
16892 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16893 * gdb.base/breakpoint-in-ro-region.exp
16894 (probe_target_hardware_step): New procedure.
16895 (top level): Probe hardware stepping and hardware breakpoint
16896 support. Test stepping through a read-only region, with both
16897 "breakpoint auto-hw" on and off and both "always-inserted" on and
16898 off.
16899
16900 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16901
16902 * gdb.dlang/demangle.exp: Update for demangling changes.
16903
16904 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16905
16906 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16907 * gdb.cp/non-trivial-retval.exp: Add new tests.
16908
16909 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16910
16911 PR c++/13403
16912 PR c++/15154
16913 * gdb.cp/non-trivial-retval.cc: New file.
16914 * gdb.cp/non-trivial-retval.exp: New file.
16915
16916 2014-10-15 Yao Qi <yao@codesourcery.com>
16917
16918 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16919 remote host.
16920
16921 2014-10-15 Yao Qi <yao@codesourcery.com>
16922
16923 * gdb.python/py-symbol.exp: Match file base name if host is
16924 remote, otherwise match file name with dir name.
16925 * gdb.python/py-symtab.exp: Likewise.
16926 * gdb.python/python.exp: Likewise.
16927
16928 2014-10-15 Yao Qi <yao@codesourcery.com>
16929
16930 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16931 pattern.
16932 * gdb.python/py-symtab.exp: Likewise.
16933 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16934 locationn.
16935
16936 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16937
16938 * gdb.ada/addr_arith: New testcase.
16939
16940 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16941
16942 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16943 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16944 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16945 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16946
16947 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16948
16949 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16950 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16951 * gdb.arch/stap-eval-lang-ada.exp: New file.
16952
16953 2014-10-14 Yao Qi <yao@codesourcery.com>
16954
16955 * gdb.mi/mi-var-child.c (nothing1): New function.
16956 (nothing2): New function.
16957 (do_children_tests): Set function pointers by nothing1 and
16958 nothing2.
16959 * gdb.mi/mi-var-child.exp: Step over new added statements.
16960 Update test to match the new output.
16961 * gdb.mi/var-cmd.c (nothing1): New function.
16962 (nothing2): New function.
16963 (do_children_tests): Set function pointers by nothing1 and
16964 nothing2.
16965 * gdb.mi/mi-var-display.exp: Update test to match output.
16966 Step to the line specified by $line_dct_nothing.
16967 Increase the number of lines to step.
16968
16969 2014-10-14 Yao Qi <yao@codesourcery.com>
16970
16971 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16972 tests.
16973 * gdb.mi/mi2-var-child.exp: Likewise.
16974
16975 2014-10-13 Doug Evans <dje@google.com>
16976
16977 * gdb.python/py-objfile.exp: Change name of file name test.
16978
16979 2014-10-13 Doug Evans <dje@google.com>
16980
16981 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16982 from the start of the CU.
16983
16984 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16985 Yao Qi <yao@codesourcery.com>
16986
16987 Fix "save breakpoints" for "catch" command.
16988 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16989 Remove -nonewline. Match also the added "main" line.
16990
16991 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16992
16993 Fix "save breakpoints" for "disable $bpnum" command.
16994 * gdb.base/save-bp.c (main): Add label.
16995 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16996
16997 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16998
16999 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17000
17001 2014-10-11 Yao Qi <yao@codesourcery.com>
17002
17003 * gdb.server/server-kill.exp: Execute command
17004 "set remote trace-status-packet on" before "tstatus".
17005
17006 2014-10-11 Yao Qi <yao@codesourcery.com>
17007
17008 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17009 (main): Call getppid.
17010 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17011 and continue to it. Read variable "server_pid".
17012
17013 2014-10-11 Yao Qi <yao@codesourcery.com>
17014
17015 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17016
17017 2014-10-11 Yao Qi <yao@codesourcery.com>
17018
17019 * gdb.threads/thread-find.exp: Don't execute command
17020 "info threads".
17021 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17022 * gdb.threads/linux-dp.exp: Don't check the condition
17023 $threads_created equals to zero.
17024
17025 2014-10-10 Pedro Alves <palves@redhat.com>
17026
17027 * gdb.base/bigcore.exp: Remove references to IRIX.
17028 * gdb.base/funcargs.exp: Likewise.
17029 * gdb.base/interrupt.exp: Likewise.
17030 * gdb.base/mips_pro.exp: Likewise.
17031 * gdb.base/nodebug.exp: Likewise.
17032 * gdb.base/setvar.exp: Likewise.
17033 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17034
17035 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17036 Pedro Alves <palves@redhat.com>
17037
17038 PR symtab/14466
17039 * gdb.base/vdso-warning.c: New file.
17040 * gdb.base/vdso-warning.exp: New file.
17041
17042 2014-10-02 Doug Evans <dje@google.com>
17043
17044 * gdb.base/structs.c (main): Don't run forever.
17045
17046 2014-10-02 Pedro Alves <palves@redhat.com>
17047
17048 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17049 (top level) <stop threads 1, stop threads 2>: Use it.
17050
17051 2014-10-02 Pedro Alves <palves@redhat.com>
17052
17053 * gdb.threads/break-while-running.exp (test): Add new
17054 'update_thread_list' argument. Skip "info threads" if false.
17055 (top level): Add new 'update_thread_list' axis.
17056
17057 2014-10-02 Pedro Alves <palves@redhat.com>
17058
17059 PR breakpoints/17431
17060 * gdb.base/execl-update-breakpoints.c: New file.
17061 * gdb.base/execl-update-breakpoints.exp: New file.
17062
17063 2014-10-01 Pedro Alves <palves@redhat.com>
17064
17065 * gdb.base/breakpoint-in-ro-region.c: New file.
17066 * gdb.base/breakpoint-in-ro-region.exp: New file.
17067
17068 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17069
17070 * gdb.mi/mi-exit-code.exp: New file.
17071 * gdb.mi/mi-exit-code.c: New file.
17072
17073 2014-09-30 Yao Qi <yao@codesourcery.com>
17074
17075 * lib/prelink-support.exp (build_executable_own_libs): Error if
17076 the target isn't native.
17077
17078 2014-09-30 Yao Qi <yao@codesourcery.com>
17079
17080 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17081 false.
17082
17083 2014-09-22 Pedro Alves <palves@redhat.com>
17084
17085 * gdb.threads/break-while-running.exp: New file.
17086 * gdb.threads/break-while-running.c: New file.
17087
17088 2014-09-19 Yao Qi <yao@codesourcery.com>
17089
17090 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17091 Invoke test. Restart GDB with --readnow and invoke test again.
17092
17093 2014-09-19 Yao Qi <yao@codesourcery.com>
17094
17095 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17096 proc set_breakpoint_on_gcd_function. Invoke
17097 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17098 invoke set_breakpoint_on_gcd_function again.
17099
17100 2014-09-18 Doug Evans <dje@google.com>
17101
17102 * gdb.dwarf2/symtab-producer.exp: New file.
17103
17104 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17105
17106 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17107 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17108 * gdb.base/global-var-nested-by-dso.c: Likewise.
17109 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17110
17111 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17112 Pedro Alves <palves@redhat.com>
17113
17114 * gdb.base/watch-bitfields.exp: Pass string other than test file
17115 name to prepare_for_testing.
17116 (watch): New procedure.
17117 (expect_watchpoint): Use with_test_prefix.
17118 (top level): Factor out tests to ...
17119 (test_watch_location, test_regular_watch): ... these new
17120 procedures, and use with_test_prefix and gdb_continue_to_end.
17121
17122 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17123
17124 PR breakpoints/12526
17125 * gdb.base/watch-bitfields.exp: New file.
17126 * gdb.base/watch-bitfields.c: New file.
17127
17128 2014-09-16 Pedro Alves <palves@redhat.com>
17129
17130 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17131 software and hardware addresses, not software address against
17132 itself.
17133
17134 2014-09-16 Pedro Alves <palves@redhat.com>
17135
17136 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17137 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17138
17139 2014-09-16 Pedro Alves <palves@redhat.com>
17140
17141 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17142 files.
17143 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17144 "*-*-vxworks*" throughout.
17145 * gdb.base/break.exp: Likewise.
17146 * gdb.base/default.exp: Likewise.
17147 * gdb.base/scope.exp: Likewise.
17148 * gdb.base/sepdebug.exp: Likewise.
17149 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17150 throughout.
17151 * gdb.base/run.c: Likewise.
17152 * gdb.base/sepdebug.c: Likewise.
17153 * gdb.hp/gdb.aCC/run.c: Likewise.
17154 * gdb.reverse/until-reverse.c: Likewise.
17155 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17156
17157 2014-09-16 Yao Qi <yao@codesourcery.com>
17158
17159 * boards/local-remote-host-native.exp: New file.
17160
17161 2014-09-14 Doug Evans <xdje42@gmail.com>
17162
17163 * gdb.threads/queue-signal.c (thread_count): New variable.
17164 (thread_count_mutex, thread_count_condvar): New variables.
17165 (incr_thread_count, wait_all_threads_running): New functions.
17166 (main): Wait for all threads to be in their thread functions.
17167
17168 2014-09-13 Doug Evans <xdje42@gmail.com>
17169
17170 * gdb.threads/queue-signal.c: New file.
17171 * gdb.threads/queue-signal.exp: New file.
17172
17173 2014-09-13 Doug Evans <xdje42@gmail.com>
17174
17175 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17176 be consistent with what default_gdb_init uses.
17177 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17178 the plain text of the prompt. Add some logging printfs.
17179 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17180
17181 2014-09-12 Pedro Alves <palves@redhat.com>
17182
17183 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17184 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17185 * gdb.arch/i386-size-overlap.exp: Likewise.
17186 * gdb.arch/i386-size.exp: Likewise.
17187 * gdb.arch/i386-unwind.exp: Likewise.
17188 * gdb.base/a2-run.exp: Likewise.
17189 * gdb.base/break.exp: Likewise.
17190 * gdb.base/charset.exp: Likewise.
17191 * gdb.base/chng-syms.exp: Likewise.
17192 * gdb.base/commands.exp: Likewise.
17193 * gdb.base/dbx.exp: Likewise.
17194 * gdb.base/find.exp: Likewise.
17195 * gdb.base/funcargs.exp: Likewise.
17196 * gdb.base/jit-simple.exp: Likewise.
17197 * gdb.base/reread.exp: Likewise.
17198 * gdb.base/sepdebug.exp: Likewise.
17199 * gdb.base/step-bt.exp: Likewise.
17200 * gdb.cp/mb-inline.exp: Likewise.
17201 * gdb.cp/mb-templates.exp: Likewise.
17202 * gdb.objc/basicclass.exp: Likewise.
17203 * gdb.threads/killed.exp: Likewise.
17204
17205 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17206
17207 PR tdep/17379
17208 * gdb.arch/powerpc-stackless.S: New file.
17209 * gdb.arch/powerpc-stackless.exp: New file.
17210
17211 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17212
17213 * gdb.base/attach.c: Include unistd.h.
17214 (main): Call alarm. Add label postloop.
17215 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17216 gdb_breakpoint, gdb_continue_to_breakpoint.
17217 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17218
17219 2014-09-11 Pedro Alves <palves@redhat.com>
17220
17221 PR gdb/17347
17222 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17223 * gdb.base/attach.exp (test_command_line_attach_run): New
17224 procedure.
17225 (top level): Call it.
17226
17227 2014-09-11 Pedro Alves <palves@redhat.com>
17228
17229 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17230 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17231 (do_command_attach_tests): Use spawn_wait_for_attach.
17232 * gdb.base/solib-overlap.exp: Likewise.
17233 * gdb.multi/multi-attach.exp: Likewise.
17234 * gdb.python/py-prompt.exp: Likewise.
17235 * gdb.python/py-sync-interp.exp: Likewise.
17236 * gdb.server/ext-attach.exp: Likewise.
17237
17238 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17239
17240 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17241 command in testcase. Simplify testcase.
17242
17243 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17244
17245 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17246
17247 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17248
17249 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17250
17251 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17252
17253 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17254
17255 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17256
17257 * gdb.dwarf2/dynarr-ptr.c: New file.
17258 * gdb.dwarf2/dynarr-ptr.exp: New file.
17259
17260 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17261
17262 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17263 of 30 rather than hardcoding 120 for a slow test case. Take the
17264 `gdb,timeout' target setting into account for this calculation.
17265 Don't extend the timeout for the test cases that don't need it.
17266
17267 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17268
17269 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17270 a factor of 2 for a slow test case. Take the `gdb,timeout'
17271 target setting into account for this calculation.
17272 * gdb.reverse/until-precsave.exp: Increase the timeout by
17273 a factor of 15 and 3 respectively rather than adding 120
17274 for a pair of slow test cases. Take the `gdb,timeout'
17275 target setting into account for this calculation.
17276
17277 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17278
17279 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17280 timeout, don't pass one down to gdb_expect.
17281 (gdb_expect): Rework timeout selection.
17282
17283 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17284
17285 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17286 exception on timeout.
17287 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17288 (gdbserver_start_extended): Catch any `gdbserver_start' error
17289 exceptions.
17290 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17291 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17292 `gdbserver_gdb_load' error exceptions.
17293
17294 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17295
17296 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17297 120 on waiting for the TCP socket to open.
17298
17299 2014-09-09 Doug Evans <xdje42@gmail.com>
17300
17301 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17302 _caller_matches, _any_caller_is, _any_caller_matches.
17303
17304 2014-09-09 Doug Evans <xdje42@gmail.com>
17305
17306 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17307
17308 2014-09-09 Yao Qi <yao@codesourcery.com>
17309
17310 * gdb.mi/mi-var-display.exp: Set print symbol off.
17311
17312 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17313
17314 PR gdb/17035
17315 * gdb.base/commands.exp: Add tests to verify user-defined
17316 commands with empty bodies.
17317 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17318 python commands in `show user command`.
17319 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17320 scheme commands in `show user command`.
17321
17322 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17323
17324 PR python/17355
17325 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17326 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17327 * gdb.python/py-framefilter-invalidarg.exp: New file.
17328 * gdb.python/py-framefilter-invalidarg.py: New file.
17329
17330 2014-09-06 Doug Evans <xdje42@gmail.com>
17331
17332 PR 15276
17333 * gdb.python/py-caller-is.c: New file.
17334 * gdb.python/py-caller-is.exp: New file.
17335
17336 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17337
17338 PR gdb/17235
17339 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17340 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17341
17342 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17343
17344 PR fortran/17237
17345 * gdb.fortran/print-formatted.exp: New file.
17346 * gdb.fortran/print-formatted.f90: Likewise.
17347
17348 2014-09-03 Sasha Smundak <asmundak@google.com>
17349
17350 * gdb.python/py-frame.exp: Test Frame.read_register.
17351
17352 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17353
17354 PR python/16699
17355 * gdb.python/py-completion.exp: New file.
17356 * gdb.python/py-completion.py: Likewise.
17357
17358 2014-08-28 Doug Evans <dje@google.com>
17359
17360 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17361 eax,etc. are live with values set by gdb and thus the compiler can't
17362 use them.
17363 * gdb.arch/i386-pseudo.c (main): Ditto.
17364
17365 2014-08-27 Doug Evans <dje@google.com>
17366
17367 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17368
17369 2014-08-25 Doug Evans <dje@google.com>
17370
17371 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17372 (main): Ditto.
17373
17374 2014-08-25 Doug Evans <dje@google.com>
17375
17376 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17377
17378 2014-08-24 Yao Qi <yao@codesourcery.com>
17379
17380 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17381 symbol off.
17382 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17383
17384 2014-08-22 Doug Evans <dje@google.com>
17385
17386 PR 17276
17387 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17388 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17389 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17390
17391 2014-08-22 Yao Qi <yao@codesourcery.com>
17392
17393 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17394 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17395 * gdb.python/python.exp: Likewise. Use .py file on the host
17396 instead of the build.
17397
17398 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17399
17400 * gdb.threads/gcore-stale-thread.c: New file.
17401 * gdb.threads/gcore-stale-thread.exp: New file.
17402
17403 2014-08-21 Pedro Alves <palves@redhat.com>
17404
17405 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17406 * gdb.base/gcore-relro-pie.exp: Likewise.
17407 * gdb.base/gcore-relro.exp: Likewise.
17408 * gdb.base/gcore.exp: Likewise.
17409 * gdb.base/print-symbol-loading.exp: Likewise.
17410 * gdb.threads/gcore-thread.exp: Likewise.
17411 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17412
17413 2014-08-20 Pedro Alves <palves@redhat.com>
17414 Jan Kratochvil <jan.kratochvil@redhat.com>
17415
17416 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17417 configure.
17418 (EXPECT): Handle READ1 being set.
17419 (all): Depend on EXTRA_RULES.
17420 (check-read1, expect-read1, read1.so, read1): New rules.
17421 * README (Testsuite Parameters): Document the READ1 make variable.
17422 (Race detection): New section.
17423 * configure: Regenerate.
17424 * configure.ac: If build==host==target, and running under a
17425 GNU/glibc system, add read1 to the extra Makefile rules.
17426 (EXTRA_RULES): AC_SUBST it.
17427 * lib/read1.c: New file.
17428
17429 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17430
17431 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17432 the handling of variables declared as a typedef to an array
17433 which a DW_AT_data_location attribute.
17434
17435 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17436 Pedro Alves <palves@redhat.com>
17437
17438 PR symtab/14604
17439 PR symtab/14605
17440 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17441 gdb_test.
17442
17443 2014-08-19 Pedro Alves <palves@redhat.com>
17444
17445 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17446
17447 2014-08-19 Yao Qi <yao@codesourcery.com>
17448
17449 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17450 right line.
17451
17452 2014-08-18 David Blaikie <dblaikie@gmail.com>
17453
17454 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17455
17456 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17457
17458 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17459 attribute in array range.
17460
17461 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17462
17463 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17464
17465 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17466
17467 PR c++/17132
17468 * gdb.cp/pr17132.cc: New file.
17469 * gdb.cp/pr17132.exp: New file.
17470
17471 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17472
17473 * gdb.python/py-xmethods.py (A_getarrayind)
17474 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17475 Use 'print' with function call syntax.
17476 (E_method_matcher.match): Fix tab vs space indentation mixup.
17477
17478 2014-08-15 Yao Qi <yao@codesourcery.com>
17479
17480 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17481 false.
17482
17483 2014-08-15 Yao Qi <yao@codesourcery.com>
17484
17485 * gdb.cp/casts.exp: Set print symbol off.
17486 * gdb.cp/class2.exp: Likewise.
17487 * gdb.cp/overload.exp: Likewise.
17488 * gdb.cp/templates.exp: Likewise.
17489
17490 2014-08-11 Doug Evans <dje@google.com>
17491
17492 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17493 (test_load_shlib): Update.
17494
17495 2014-08-09 Yao Qi <yao@codesourcery.com>
17496
17497 * gdb.base/display.exp: Invoke is_address_zero_readable.
17498 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17499 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17500 * gdb.base/hbreak-unmapped.exp: Return if
17501 is_address_zero_readable returns true.
17502 * gdb.base/signest.exp: Likewise.
17503 * gdb.base/signull.exp: Likewise.
17504 * gdb.base/sigbpt.exp: Likewise.
17505 * gdb.guile/scm-disasm.exp: Do the test if
17506 is_address_zero_readable returns false.
17507 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17508 * gdb.python/py-arch.exp: Likewise.
17509 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17510 * lib/gdb.exp (is_address_zero_readable): New proc.
17511
17512 2014-08-09 Yao Qi <yao@codesourcery.com>
17513
17514 PR testsuite/13443
17515 * gdb.mi/mi-var-display.exp: Make test messages unique.
17516
17517 2014-08-04 Tom Tromey <tromey@redhat.com>
17518
17519 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17520 target 0".
17521
17522 2014-08-04 Tom Tromey <tromey@redhat.com>
17523
17524 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17525 "target_resume".
17526
17527 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17528
17529 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17530 inner_vla_struct_object_size.
17531 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17532 as xfail.
17533
17534 2014-07-30 Pedro Alves <palves@redhat.com>
17535
17536 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17537 comment.
17538
17539 2014-07-29 Yao Qi <yao@codesourcery.com>
17540
17541 PR gdb/17206
17542 * gdb.base/until-nodebug.exp: New.
17543
17544 2014-07-28 Doug Evans <xdje42@gmail.com>
17545
17546 PR guile/17203
17547 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17548 previously existing parameter, and previously ambiguously spelled
17549 parameter.
17550
17551 2014-07-28 Will Newton <will.newton@linaro.org>
17552
17553 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17554
17555 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17556 Doug Evans <xdje42@gmail.com>
17557
17558 PR guile/17146
17559 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17560
17561 2014-07-25 Pedro Alves <palves@redhat.com>
17562
17563 * gdb.threads/signal-command-handle-nopass.c: New file.
17564 * gdb.threads/signal-command-handle-nopass.exp: New file.
17565 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17566 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17567 * gdb.threads/signal-delivered-right-thread.c: New file.
17568 * gdb.threads/signal-delivered-right-thread.exp: New file.
17569
17570 2014-07-25 Pedro Alves <palves@redhat.com>
17571
17572 * gdb.base/double-prompt-target-event-error.exp
17573 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17574 match.
17575 (cancel_pagination_in_target_event): Rework double prompt
17576 detection.
17577 * gdb.base/paginate-after-ctrl-c-running.exp
17578 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17579 <return>' match.
17580 * gdb.base/paginate-bg-execution.exp
17581 (test_bg_execution_pagination_return)
17582 (test_bg_execution_pagination_cancel): Remove '-notransfer
17583 <return>' matches.
17584 * gdb.base/paginate-execution-startup.exp
17585 (test_fg_execution_pagination_return)
17586 (test_fg_execution_pagination_cancel): Remove '-notransfer
17587 <return>' matches.
17588 * gdb.base/paginate-inferior-exit.exp
17589 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17590 match.
17591 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17592 * lib/gdb.exp (pagination_prompt): Run text through
17593 string_to_regexp.
17594 (gdb_test_multiple): Match $pagination_prompt instead of
17595 "<return>".
17596 (string_to_regexp): Move to lib/gdb-utils.exp.
17597
17598 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17599
17600 * gdb.arch/amd64-entry-value-paramref.S: New file.
17601 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17602 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17603 * gdb.arch/amd64-optimout-repeat.S: New file.
17604 * gdb.arch/amd64-optimout-repeat.c: New file.
17605 * gdb.arch/amd64-optimout-repeat.exp: New file.
17606
17607 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17608
17609 PR gdb/17170
17610 * gdb.base/statistics.exp: New file.
17611
17612 2014-07-17 Doug Evans <dje@google.com>
17613
17614 PR gdb/17170
17615 * gdb.base/maint.exp: Update testing of per-command stats.
17616
17617 2014-07-16 Pedro Alves <palves@redhat.com>
17618
17619 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17620 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17621 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17622 (tfile_write_buf): New functions.
17623 (add_memory_block): Rewrite using the above.
17624 (adjust_function_address): New function.
17625 (FUNCTION_ADDRESS): New macro.
17626 (write_basic_trace_file): Remove short_x local, and use
17627 tfile_write_16. Change type of func_addr local to unsigned long
17628 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17629 here. Cast argument of add_memory_block to char pointer.
17630 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17631 (main): Remove parameters.
17632 * gdb.trace/tfile.exp: Remove nowarnings.
17633
17634 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17635
17636 * gdb.base/debug-expr.exp: Test string evaluation with
17637 "debug expression" on.
17638
17639 2014-07-15 Pedro Alves <palves@redhat.com>
17640
17641 * gdb.base/reread.exp: Use clean_restart.
17642
17643 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17644
17645 * gdb.arch/avr-flash-qualifer.c: New.
17646 * gdb.arch/avr-flash-qualifer.exp: New.
17647
17648 2014-07-14 Pedro Alves <palves@redhat.com>
17649
17650 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17651 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17652
17653 2014-07-14 Pedro Alves <palves@redhat.com>
17654
17655 * gdb.base/double-prompt-target-event-error.c: New file.
17656 * gdb.base/double-prompt-target-event-error.exp: New file.
17657
17658 2014-07-14 Pedro Alves <palves@redhat.com>
17659
17660 PR gdb/17072
17661 * gdb.base/paginate-inferior-exit.c: New file.
17662 * gdb.base/paginate-inferior-exit.exp: New file.
17663
17664 2014-07-14 Pedro Alves <palves@redhat.com>
17665
17666 PR gdb/17072
17667 * gdb.base/paginate-bg-execution.c: New file.
17668 * gdb.base/paginate-bg-execution.exp: New file.
17669
17670 2014-07-14 Pedro Alves <palves@redhat.com>
17671
17672 PR gdb/17072
17673 * gdb.base/paginate-execution-startup.c: New file.
17674 * gdb.base/paginate-execution-startup.exp: New file.
17675 * lib/gdb.exp (pagination_prompt): New global.
17676 (default_gdb_spawn): New procedure, factored out from
17677 default_gdb_spawn.
17678 (default_gdb_start): Adjust to call default_gdb_spawn.
17679 (gdb_spawn): New procedure.
17680
17681 2014-07-14 Pedro Alves <palves@redhat.com>
17682
17683 * lib/gdb.exp (gdb_assert): New procedure.
17684 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17685
17686 2014-07-14 Pedro Alves <palves@redhat.com>
17687
17688 * gdb.base/execution-termios.c: New file.
17689 * gdb.base/execution-termios.exp: New file.
17690
17691 2014-07-14 Tom Tromey <tromey@redhat.com>
17692
17693 * gdb.cp/vla-cxx.cc: New file.
17694 * gdb.cp/vla-cxx.exp: New file.
17695
17696 2014-07-14 Tom Tromey <tromey@redhat.com>
17697
17698 * gdb.reverse/rerun-prec.c: New file.
17699 * gdb.reverse/rerun-prec.exp: New file.
17700
17701 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17702 Maciej W. Rozycki <macro@codesourcery.com>
17703
17704 * lib/gdb-utils.exp: New file.
17705 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17706 inline `gdb_init_command' processing.
17707 (gdb_start_cmd): Likewise.
17708 * lib/mi-support.exp (mi_run_cmd): Likewise.
17709 * README: Document `gdb_init_command' and `gdb_init_commands'.
17710
17711 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17712
17713 Fix false FAIL running under a very long directory name.
17714 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17715 and "set print elements 10000". Twice.
17716
17717 2014-07-11 Yao Qi <yao@codesourcery.com>
17718
17719 * gdb.base/exprs.exp: "set print symbol off".
17720
17721 2014-07-11 Pedro Alves <palves@redhat.com>
17722
17723 * gdb.threads/kill.c: New file.
17724 * gdb.threads/kill.exp: New file.
17725
17726 2014-07-10 Yao Qi <yao@codesourcery.com>
17727
17728 * gdb.trace/tfile.c (write_basic_trace_file)
17729 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17730 address written to trace file.
17731
17732 2014-07-09 Pedro Alves <palves@redhat.com>
17733
17734 * gdb.base/attach-wait-input.exp: New file.
17735 * gdb.base/attach-wait-input.c: New file.
17736
17737 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17738
17739 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17740 setting up test structures.
17741 (main): Call new test function.
17742 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17743 test function, continue into test function and walk test
17744 structures.
17745
17746 2014-07-02 Yao Qi <yao@codesourcery.com>
17747
17748 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17749 'bar_start' at the beginning of functions 'foo' and 'bar'
17750 respectively.
17751 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17752 instead of 'foo' and 'bar'.
17753
17754 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17755
17756 * gdb.btrace/segv.exp: New.
17757 * gdb.btrace/segv.c: New.
17758
17759 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17760
17761 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17762 instruction.
17763
17764 2014-06-30 Mark Wielaard <mjw@redhat.com>
17765
17766 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17767 vulture, vilify, villar): New volatile array constants.
17768 (vindictive, vegetation): New const volatile array constants.
17769 * gdb.base/volatile.exp: Test volatile and const volatile array
17770 types.
17771
17772 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17773
17774 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17775 target lacks support for awatch, rwatch, or hbreak.
17776
17777 2014-06-27 Yao Qi <yao@codesourcery.com>
17778
17779 * gdb.multi/dummy-frame-restore.exp: New.
17780 * gdb.multi/dummy-frame-restore.c: New.
17781
17782 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17783
17784 * gdb.btrace/gcore.exp: New.
17785
17786 2014-06-23 Pedro Alves <palves@redhat.com>
17787
17788 * gdb.base/watchpoint-reuse-slot.c: New file.
17789 * gdb.base/watchpoint-reuse-slot.exp: New file.
17790
17791 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17792
17793 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17794 progspace's filename in 'info', 'enable' and 'disable' command
17795 tests.
17796
17797 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17798
17799 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17800 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17801 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17802
17803 2014-06-20 Gary Benson <gbenson@redhat.com>
17804
17805 * gdb.arch/i386-avx.exp: Fix include file location.
17806 * gdb.arch/i386-sse.exp: Likewise.
17807
17808 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17809
17810 * gdb.dlang/expression.exp: New file.
17811
17812 2014-06-19 Pedro Alves <palves@redhat.com>
17813
17814 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17815 out from ...
17816 (top level): ... here. Iterate running tests under different
17817 scheduler-locking settings.
17818
17819 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17820
17821 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17822 to DW_FORM_addr and use non-zero addresses.
17823
17824 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17825
17826 PR gdb/17017
17827 * gdb.python/py-xmethods.cc: Add global function call counters and
17828 increment them in their respective functions. Remove "cout"
17829 statements.
17830 * gdb.python/py-xmethods.exp: Make tests check the global function
17831 call counters instead of depending on inferior IO.
17832
17833 2014-06-18 Don Breazeal <donb@codesourcery.com>
17834
17835 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17836 Deleted procedure.
17837 (explicit_fork_parent_follow): Deleted procedure.
17838 (explicit_fork_child_follow): Deleted procedure.
17839 (test_follow_fork): New procedure.
17840 (do_fork_tests): Replace calls to deleted procedures with
17841 calls to test_follow_fork and reset GDB for subsequent
17842 procedure calls.
17843
17844 2014-06-17 Yao Qi <yao@codesourcery.com>
17845
17846 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17847 CP1252.
17848
17849 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17850
17851 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17852 Initialize ptr and S explicitly.
17853 (skip_type_update_when_not_use_rtti_test): Likewise.
17854
17855 2014-06-16 Keith Seitz <keiths@redhat.com>
17856
17857 PR mi/15863
17858 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17859 the inferior is started.
17860
17861 2014-06-16 Pedro Alves <palves@redhat.com>
17862
17863 * gdb.base/break-main-file-remove-fail.c: New file.
17864 * gdb.base/break-main-file-remove-fail.exp: New file.
17865 * gdb.base/break-unload-file.exp: Use build_executable instead of
17866 prepare_for_testing.
17867 (test_break): New parameter "initial_load". Handle it.
17868 (top level): Add initial_load cmdline/file axis.
17869
17870 2014-06-12 Tom Tromey <tromey@redhat.com>
17871
17872 * gdb.base/completion.exp: Don't use directory name in test.
17873
17874 2014-06-09 Gary Benson <gbenson@redhat.com>
17875
17876 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17877 separate the always-available ANSI-standard signals from the
17878 signals that require checking.
17879 (main): Likewise.
17880 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17881 Likewise.
17882 (main): Likewise.
17883
17884 2014-06-07 Keith Seitz <keiths@redhat.com>
17885
17886 Revert:
17887 PR c++/16253
17888 * gdb.cp/var-tag.cc: New file.
17889 * gdb.cp/var-tag.exp: New file.
17890 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17891 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17892 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17893 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17894
17895 2014-06-06 Doug Evans <xdje42@gmail.com>
17896
17897 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17898
17899 2014-06-06 Pedro Alves <palves@redhat.com>
17900
17901 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17902 in target debug output instead of looking at RSP packets,
17903 disabling the test on any target that uses hardware stepping.
17904 Update comments.
17905
17906 2014-06-06 Pedro Alves <palves@redhat.com>
17907
17908 * gdb.base/break-unload-file.exp: Fix typo.
17909
17910 2014-06-06 Yao Qi <yao@codesourcery.com>
17911
17912 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17913 from "jit_function" to "^jit_function".
17914
17915 2014-06-06 Yao Qi <yao@codesourcery.com>
17916
17917 * gdb.base/async.c (foo): Add one statement.
17918 * gdb.base/async.exp: Get the next instruction address and
17919 match the output of "nexti" by instruction address. Match
17920 the hex address in the output of "finish".
17921
17922 2014-06-06 Gary Benson <gbenson@redhat.com>
17923
17924 * gdb.base/call-signals.c: Remove preprocessor conditionals
17925 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17926 SIGSEGV and SIGTERM.
17927 * gdb.base/sigall.c: Likewise.
17928 * gdb.base/unwindonsignal.c: Likewise.
17929 * gdb.reverse/sigall-reverse.c: Likewise.
17930
17931 2014-06-06 Yao Qi <yao@codesourcery.com>
17932
17933 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17934 readable, skip the test.
17935
17936 2014-06-06 Yao Qi <yao@codesourcery.com>
17937
17938 * gdb.threads/staticthreads.c (thread_function): Move the line
17939 setting breakpoint on forward.
17940 * gdb.threads/staticthreads.exp: Update comments.
17941
17942 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17943
17944 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17945 "history-append! type error".
17946
17947 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17948
17949 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17950 erroneous dprintf expected input.
17951
17952 2014-06-04 Doug Evans <xdje42@gmail.com>
17953
17954 * gdb.guile/scm-generics.exp: Delete.
17955
17956 2014-06-04 Doug Evans <xdje42@gmail.com>
17957
17958 * gdb.guile/scm-breakpoint.exp: Update.
17959 Add tests for breakpoint registration.
17960
17961 2014-06-04 Tom Tromey <tromey@redhat.com>
17962
17963 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17964 VLA-in-union.
17965 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17966 inner_vla_struct, vla_union types. Initialize objects of those
17967 types and compute their sizes.
17968
17969 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17970 Hui Zhu <hui@codesourcery.com>
17971
17972 * gdb.base/fileio.exp: Add test for shell not available as well as
17973 available.
17974 * gdb.base/fileio.c (test_system): Check for shell twice.
17975
17976 2014-06-04 Yao Qi <yao@codesourcery.com>
17977
17978 * gdb.base/auto-connect-native-target.exp: Remove redundant
17979 space from the regexp pattern.
17980
17981 2014-06-04 Yao Qi <yao@codesourcery.com>
17982
17983 * gdb.base/default.exp: Replace "child" with "native" in
17984 regexp pattern.
17985
17986 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17987
17988 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17989 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17990 * gdb.python/py-xmethods.py: Python script supporting the
17991 new testcase and tests.
17992
17993 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17994 Pedro Alves <palves@redhat.com>
17995
17996 PR breakpoints/17000
17997 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17998 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17999
18000 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18001
18002 * gdb.base/subst.exp: Add tests to verify partial path matching
18003 output.
18004
18005 2014-06-03 Pedro Alves <palves@redhat.com>
18006
18007 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18008 target that doesn't use software single-stepping.
18009
18010 2014-06-03 Pedro Alves <palves@redhat.com>
18011
18012 PR breakpoints/17000
18013 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18014 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18015
18016 2014-06-02 Doug Evans <xdje42@gmail.com>
18017
18018 * gdb.guile/scm-parameter.exp: New file.
18019
18020 2014-06-02 Doug Evans <xdje42@gmail.com>
18021
18022 * gdb.guile/scm-cmd.c: New file.
18023 * gdb.guile/scm-cmd.exp: New file.
18024
18025 2014-06-02 Doug Evans <xdje42@gmail.com>
18026
18027 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18028 pretty-printer lookup.
18029 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18030 (make-pp_s-printer): Call it.
18031 (make-pretty-printer-from-dict): New function.
18032 (lookup-pretty-printer-maker-from-dict): New function.
18033 (*pretty-printer*): Simplify.
18034 (make-objfile-pp_s-printer): New function.
18035 (install-objfile-pretty-printers!): New function.
18036 (make-progspace-pp_s-printer): New function.
18037 (install-progspace-pretty-printers!): New function.
18038 * gdb.guile/scm-progspace.c: New file.
18039 * gdb.guile/scm-progspace.exp: New file.
18040
18041 2014-06-02 Pedro Alves <palves@redhat.com>
18042
18043 * gdb.base/dprintf-bp-same-addr.c: New file.
18044 * gdb.base/dprintf-bp-same-addr.exp: New file.
18045
18046 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18047
18048 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18049 * gdb.arch/powerpc-power.s: Likewise.
18050
18051 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18052
18053 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18054
18055 2014-06-01 Yao Qi <yao@codesourcery.com>
18056
18057 * gdb.base/watchpoint.exp (test_watch_location): Check null
18058 pointer can be dereferenced. If not, do the test, otherwise
18059 skip it.
18060
18061 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18062
18063 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18064 results.
18065 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18066
18067 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18068
18069 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18070 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18071 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18072 * gdb.arch/amd64-invalid-stack-top.c: New file.
18073 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18074
18075 2014-05-30 Pedro Alves <palves@redhat.com>
18076
18077 PR breakpoints/17000
18078 * gdb.base/sss-bp-on-user-bp.c: New file.
18079 * gdb.base/sss-bp-on-user-bp.exp: New file.
18080
18081 2014-05-30 David Blaikie <dblaikie@gmail.com>
18082
18083 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18084 gnu_inline semantics via attribute.
18085 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18086 source explicitly specifies the required semantics.
18087
18088 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18089
18090 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18091
18092 2014-05-29 Pedro Alves <palves@redhat.com>
18093 Tom Tromey <tromey@redhat.com>
18094
18095 * gdb.base/async-shell.exp: Don't enable target-async.
18096 * gdb.base/async.exp
18097 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18098 parameter. Adjust.
18099 (top level): Don't test with "target-async".
18100 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18101 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18102 * gdb.base/inferior-died.exp: Don't enable target-async.
18103 * gdb.base/interrupt-noterm.exp: Likewise.
18104 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18105 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18106 * gdb.mi/mi-nonstop.exp: Likewise.
18107 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18108 * gdb.mi/mi-nsintrall.exp: Likewise.
18109 * gdb.mi/mi-nsmoribund.exp: Likewise.
18110 * gdb.mi/mi-nsthrexec.exp: Likewise.
18111 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18112 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18113 * gdb.python/py-evsignal.exp: Don't enable target-async.
18114 * gdb.python/py-evthreads.exp: Likewise.
18115 * gdb.python/py-prompt.exp: Likewise.
18116 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18117 * gdb.server/solib-list.exp: Don't enable target-async.
18118 * gdb.threads/thread-specific-bp.exp: Likewise.
18119 * lib/mi-support.exp: Adjust to use mi-async.
18120
18121 2014-05-29 Pedro Alves <palves@redhat.com>
18122
18123 PR gdb/13860
18124 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18125 reason, even in sync mode.
18126
18127 2014-05-29 Pedro Alves <palves@redhat.com>
18128 Hui Zhu <hui@codesourcery.com>
18129
18130 PR PR15693
18131 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18132 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18133 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18134 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18135
18136 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18137
18138 * config/monitor.exp (gdb_target_monitor): Replace use of
18139 "set remotebaud" by "set serial baud".
18140
18141 2014-05-26 Andy Wingo <wingo@igalia.com>
18142
18143 * gdb.guile/scm-breakpoint.exp:
18144 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18145 properties instead of gdb-object-properties.
18146
18147 2014-05-26 Yao Qi <yao@codesourcery.com>
18148
18149 * gdb.server/no-thread-db.exp: Specify source file name
18150 explicitly when setting a breakpoint.
18151
18152 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18153
18154 * gdb.btrace/vdso.c: New.
18155 * gdb.btrace/vdso.exp: New.
18156
18157 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18158
18159 * gdb.base/gcore.exp (capture_command_output): Move ...
18160 * lib/gdb.exp (capture_command_output): ... here.
18161
18162 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18163
18164 * gdb.btrace/data.exp: Test memory access during btrace replay.
18165
18166 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18167
18168 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18169
18170 2014-05-21 Pedro Alves <palves@redhat.com>
18171
18172 PR gdb/13860
18173 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18174 (top level): Test that output related to execution commands is
18175 sent to the console with CLI commands, but not with MI commands.
18176 Test that breakpoint events are always mirrored to the console.
18177 Also expect the new source line to be output after a "next" in
18178 async mode too. Make it a pass/fail test.
18179 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18180 output.
18181 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18182
18183 2014-05-21 Pedro Alves <palves@redhat.com>
18184
18185 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18186 Use them to test variations of "list" after reaching a breakpoint.
18187 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18188 Test "list" with listsize 10 after reaching a breakpoint.
18189 * gdb.python/python.exp (decode_line current location line
18190 number): Adjust expected line number.
18191
18192 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18193
18194 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18195 behavior for $args, pass it directly to "run".
18196
18197 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18198
18199 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18200 30000 to 65536.
18201
18202 2014-05-21 Pedro Alves <palves@redhat.com>
18203
18204 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18205 auto-connect-native-target off".
18206 * gdb.base/auto-connect-native-target.c: New file.
18207 * gdb.base/auto-connect-native-target.exp: New file.
18208
18209 2014-05-21 Pedro Alves <palves@redhat.com>
18210
18211 * gdb.base/default.exp: Test "target native" instead of "target
18212 child".
18213
18214 2014-05-21 Mark Wielaard <mjw@redhat.com>
18215
18216 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18217
18218 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18219
18220 Fix TLS access for -static -pthread.
18221 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18222 <HAVE_TLS> (thread_function, main): Initialize it.
18223 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18224 Add clean_restart.
18225 <$have_tls != "">: Check TLSVAR.
18226
18227 2014-05-21 Pedro Alves <palves@redhat.com>
18228
18229 * gdb.base/dcache-line-read-error.c: New.
18230 * gdb.base/dcache-line-read-error.exp: New.
18231
18232 2014-05-20 Pedro Alves <palves@redhat.com>
18233
18234 * gdb.base/compare-sections.c: New file.
18235 * gdb.base/compare-sections.exp: New file.
18236
18237 2014-05-20 Pedro Alves <palves@redhat.com>
18238
18239 * gdb.base/break-idempotent.c: New file.
18240 * gdb.base/break-idempotent.exp: New file.
18241
18242 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18243
18244 * gdb.btrace/nohist.exp: New.
18245
18246 2014-05-20 Yao Qi <yao@codesourcery.com>
18247
18248 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18249 gdb.reverse directory and gdb_reverse_timeout exists in board
18250 setting.
18251 * README: Document gdb_reverse_timeout.
18252
18253 2014-05-20 Yao Qi <yao@codesourcery.com>
18254
18255 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18256 'test_file_name'. Treat args as a string instead of a list.
18257 (gdb_init): Rename argument 'args' by 'test_file_name'.
18258
18259 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18260
18261 * gdb.arch/powerpc-power.exp: New file.
18262 * gdb.arch/powerpc-power.s: New file.
18263
18264 2014-05-16 Doug Evans <dje@google.com>
18265
18266 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18267 * gdb.base/completion.exp: Check that all expected files exist
18268 before doing file completion.
18269
18270 2014-05-16 Doug Evans <dje@google.com>
18271
18272 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18273 Update.
18274 (do_syscall_tests_without_xml): Update.
18275
18276 2014-05-16 Pedro Alves <palves@redhat.com>
18277
18278 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18279 instead of "unknown output after running".
18280
18281 2014-05-16 Yao Qi <yao@codesourcery.com>
18282
18283 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18284 file1.txt from host at the end.
18285 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18286
18287 2014-05-15 Doug Evans <dje@google.com>
18288
18289 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18290 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18291 loading file. Add test for TU lookup.
18292
18293 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18294
18295 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18296 calling "-exec-arguments" or "set args" before running the
18297 inferior.
18298
18299 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18300
18301 * lib/mi-support.exp (mi_expect_stop): Expect message for
18302 inferiors that exit with non-zero exit code.
18303
18304 2014-05-14 Yao Qi <yao@codesourcery.com>
18305
18306 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18307 match absolute path on remote host.
18308 (test_file_list_exec_source_files): Remove "/" from the
18309 pattern.
18310
18311 2014-05-14 Yao Qi <yao@codesourcery.com>
18312
18313 * boards/local-remote-host-notty.exp (${board}_file): New
18314 proc.
18315
18316 2014-05-07 Kyle McMartin <kyle@redhat.com>
18317
18318 Pushed by Joel Brobecker <brobecker@adacore.com>.
18319 * gdb.arch/aarch64-atomic-inst.c: New file.
18320 * gdb.arch/aarch64-atomic-inst.exp: New file.
18321
18322 2014-05-07 Yao Qi <yao@codesourcery.com>
18323
18324 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18325 in current context" too.
18326
18327 2014-05-05 Keith Seitz <keiths@redhat.com>
18328
18329 * gdb.linespec/ls-dollar.exp: Add test for linespec
18330 file:convenience_variable.
18331
18332 2014-05-05 Yao Qi <yao@codesourcery.com>
18333
18334 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18335 traceframes into tfile and ctf trace files. Read data from
18336 trace file and test collected data.
18337 (gdb_collect_locals_test): Likewise.
18338 (gdb_unavailable_registers_test): Likewise.
18339 (gdb_unavailable_floats): Likewise.
18340 (gdb_collect_globals_test): Likewise.
18341 (top-level): Append "ctf" to trace_file_targets if GDB
18342 supports.
18343
18344 2014-05-05 Yao Qi <yao@codesourcery.com>
18345
18346 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18347 code to ...
18348 (gdb_collect_args_test_1): ... it. New proc.
18349 (gdb_collect_locals_test): Move some code to ...
18350 (gdb_collect_locals_test_1): ... it. New proc.
18351 (gdb_unavailable_registers_test): Move some code to ...
18352 (gdb_unavailable_registers_test_1): ... it. New proc.
18353 (gdb_unavailable_floats): Move some code to ...
18354 (gdb_unavailable_floats_1): ... it. New proc.
18355
18356 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18357
18358 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18359 probes to test for bitness recognition.
18360 * gdb.arch/amd64-stap-optional-prefix.exp
18361 (test_probe_value_without_reg): New procedure.
18362 Add code to test for different kinds of bitness.
18363
18364 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18365
18366 PR breakpoints/16889
18367 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18368 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18369
18370 2014-05-01 Pedro Alves <palves@redhat.com>
18371
18372 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18373 gdb_file_cmd if no file is specified.
18374 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18375 last_loaded_file to set the remote exec-file.
18376
18377 2014-05-01 Pedro Alves <palves@redhat.com>
18378
18379 * boards/local-remote-host.exp: New file.
18380
18381 2014-05-01 Pedro Alves <palves@redhat.com>
18382
18383 * boards/local-remote-host.exp: Rename to ...
18384 * boards/local-remote-host-notty.exp: ... this.
18385
18386 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18387
18388 * gdb.ada/dyn_arrayidx: New testcase.
18389
18390 2014-04-26 Yao Qi <yao@codesourcery.com>
18391
18392 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18393 and compute the length of function main. Save it in
18394 $main_length.
18395 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18396 (top-level): Use gdb_compile to compile objects into
18397 executable and restart GDB. Remove invocation to
18398 prepare_for_testing.
18399
18400 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18401 Pedro Alves <palves@redhat.com>
18402
18403 PR server/16255
18404 * gdb.multi/multi-attach.c: New file.
18405 * gdb.multi/multi-attach.exp: New file.
18406
18407 2014-04-25 Pedro Alves <palves@redhat.com>
18408
18409 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18410 user.
18411 (top level): Test that "set remote conditional-breakpoints-packet
18412 off" works as intended.
18413 * gdb.base/dprintf.exp: Test that "set remote
18414 breakpoint-commands-packet off" works as intended.
18415 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18416 New function.
18417 (top level): Call it.
18418 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18419 remote fast-tracepoints-packet off" works as intended.
18420 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18421 * lib/gdb.exp (gdb_is_target_remote): ... here.
18422
18423 2014-04-24 David Blaikie <dblaikie@gmail.com>
18424
18425 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18426 ensure clang would not discard them.
18427 * gdb.base/gdbvars.c: Ditto.
18428 * gdb.base/memattr.c: Ditto.
18429 * gdb.base/whatis.c: Ditto.
18430 * gdb.python/py-prettyprint.c: Ditto.
18431 * gdb.trace/actions.c: Ditto.
18432 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18433 ensure clang would not discard it.
18434
18435 2014-04-24 David Blaikie <dblaikie@gmail.com>
18436
18437 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18438 clang to emit the full definition of type required by the test
18439 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18440
18441 2014-04-24 David Blaikie <dblaikie@gmail.com>
18442
18443 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18444 coax Clang into emitting the definition of the type.
18445 * gdb.cp/pr10728-x.h (y): Ditto.
18446 * gdb.cp/pr10728-y.cc (y): Ditto.
18447
18448 2014-04-24 David Blaikie <dblaikie@gmail.com>
18449
18450 * gdb.base/label.exp: XFAIL label related tests under Clang.
18451 * gdb.cp/cplabel.exp: Ditto.
18452 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18453 under Clang those using labels.
18454
18455 2014-04-25 Yao Qi <yao@codesourcery.com>
18456
18457 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18458 double_label.
18459 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18460 partial_label and double_label.
18461
18462 2014-04-24 David Blaikie <dblaikie@gmail.com>
18463
18464 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18465
18466 2014-04-24 David Blaikie <dblaikie@gmail.com>
18467
18468 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18469 of the function to work across GCC and Clang.
18470 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18471 pointer types (const void ** const V void **).
18472
18473 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18474 Walfred Tedeschi <walfred.tedeschi@intel.com>
18475
18476 * Makefile.in (EXECUTABLES): Added i386-avx512.
18477 * gdb.arch/i386-avx512.c: New file.
18478 * gdb.arch/i386-avx512.exp: Likewise.
18479
18480 2014-04-23 Keith Seitz <keiths@redhat.com>
18481
18482 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18483 (mi_make_breakpoint_table): New procedure.
18484 (mi_create_breakpoint): Use mi_make_breakpoint
18485 and return the result.
18486 (mi_make_breakpoint): New procedure.
18487 (mi_build_kv_pairs): New procedure.
18488
18489 * gdb.mi/mi-break.exp: Remove unused globals,
18490 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18491 All callers updated.
18492 * gdb.mi/mi-dprintf.exp: Use variable to track command
18493 number.
18494 Update all callers of mi_create_breakpoint and use
18495 mi_make_breakpoint_table.
18496 Remove any unused global variables.
18497 * gdb.mi/mi-nonstop.exp: Likewise.
18498 * gdb.mi/mi-nsintrall.exp: Likewise.
18499 * gdb.mi/mi-nsmoribund.exp: Likewise.
18500 * gdb.mi/mi-nsthrexec.exp: Likewise.
18501 * gdb.mi/mi-reverse.exp: Likewise.
18502 * gdb.mi/mi-simplerun.exp: Likewise.
18503 * gdb.mi/mi-stepn.exp: Likewise.
18504 * gdb.mi/mi-syn-frame.exp: Likewise.
18505 * gdb.mi/mi-until.exp: Likewise.
18506 * gdb.mi/mi-var-cp.exp: Likewise.
18507 * gdb.mi/mi-var-display.exp: Likewise.
18508 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18509 * gdb.mi/mi2-var-child.exp: Likewise.
18510 * gdb.mi/mi-vla-c99.exp: Likewise.
18511 * lib/mi-support.exp: Likewise.
18512
18513 From Ian Lance Taylor <iant@cygnus.com>:
18514 * lib/gdb.exp (parse_args): New procedure.
18515
18516 2014-04-23 Pedro Alves <palves@redhat.com>
18517
18518 * gdb.base/break-unload-file.c: New file.
18519 * gdb.base/break-unload-file.exp: New file.
18520 * gdb.base/sym-file-lib.c (baz): New function.
18521 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18522 field.
18523 (load): Store the segment's mapped size.
18524 (unload): New function.
18525 (unload_shlib): New function.
18526 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18527 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18528 set a breakpoint at baz, and call it.
18529 * gdb.base/sym-file.exp: New tests for stale breakpoint
18530 instructions.
18531
18532 2014-04-23 Pedro Alves <palves@redhat.com>
18533
18534 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18535 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18536 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18537 * gdb.base/hbreak-unmapped.c: New file.
18538 * gdb.base/hbreak-unmapped.exp: New file.
18539 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18540 * lib/gdb.exp (gdb_is_target_remote): ... here.
18541
18542 2014-04-22 Pedro Alves <palves@redhat.com>
18543
18544 * gdb.base/consecutive-step-over.c: New file.
18545 * gdb.base/consecutive-step-over.exp: New file.
18546
18547 2014-04-22 Pedro Alves <palves@redhat.com>
18548
18549 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18550 instead of send_gdb/gdb_expect.
18551
18552 2014-04-22 Yao Qi <yao@codesourcery.com>
18553
18554 * lib/trace-support.exp (generate_tracefile): New procedure.
18555 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18556 return 0.
18557 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18558 if generate_tracefile returns 1.
18559
18560 2014-04-18 Tom Tromey <palves@redhat.com>
18561 Pedro alves <tromey@redhat.com>
18562
18563 PR backtrace/15558
18564 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18565 with a backtrace limit.
18566 * gdb.python/py-frame-inline.exp: Test running to an inline
18567 function with a backtrace limit, and printing the newest frame.
18568 * gdb.python/py-frame-inline.c (main): Call f.
18569
18570 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18571
18572 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18573
18574 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18575
18576 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18577 Drop prefix from unsupported source file path.
18578
18579 2014-04-17 Yao Qi <yao@codesourcery.com>
18580
18581 * lib/gdb.exp (with_target_charset): New proc.
18582 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18583 with_target_charset.
18584 (test_print_strings): Likewise.
18585 (test_repeat_bytes): Likewise.
18586 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18587 for some tests.
18588
18589 2014-04-16 Keith Seitz <keiths@redhat.com>
18590
18591 PR gdb/15827
18592 * gdb.dwarf2/corrupt.c: New file.
18593 * gdb.dwarf2/corrupt.exp: New file.
18594
18595 2014-04-16 Keith Seitz <keiths@redhat.com>
18596
18597 PR c++/16597
18598 * gdb.cp/namelessclass.cc: New file.
18599 * gdb.cp/namelessclass.exp: New file.
18600 * gdb.cp/namelessclass.S: New file.
18601
18602 2014-04-16 Doug Evans <dje@google.com>
18603
18604 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18605 Add comment.
18606 (gdbserver_default_get_comm_port): New function.
18607 (gdbserver_start): Check if board file provided
18608 "gdbserver,get_comm_port" and use it if so.
18609 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18610 (gdb,socketport): Set to "stdio".
18611 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18612 (stdio_gdbserver_template): Delete.
18613 (${board}_get_remote_address): Update.
18614 (${board}_build_remote_cmd): Delete.
18615 (${board}_get_comm_port): New function.
18616 (${board}_spawn): Update.
18617 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18618 Delete.
18619 (${board}_get_remote_address): Update.
18620 (${board}_get_comm_port): New function.
18621
18622 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18623
18624 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18625 appearing in any order.
18626
18627 2014-04-15 Doug Evans <dje@google.com>
18628
18629 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18630 uninitialized value of "description".
18631
18632 2014-04-15 Keith Seitz <keiths@redhat.com>
18633
18634 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18635 Remove unused globals.
18636 (test_running_the_program): Likewise.
18637 (test_controlled_execution): Likewise.
18638 (test_controlling_breakpoints): Likewise.
18639 (test_program_termination): Likewise.
18640
18641 2014-04-15 Keith Seitz <keiths@redhat.com>
18642
18643 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18644 unused globals.
18645 (test_rbreak_creation_and_listing): Likewise.
18646 (test_ignore_count): Likewise.
18647 (test_error): Likewise.
18648
18649 2014-04-15 Pedro Alves <palves@redhat.com>
18650
18651 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18652 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18653 sym-file-loader.c.
18654 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18655 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18656 to sym-file-loader.c.
18657 (struct library): Forward declare.
18658 (load_shlib, lookup_function): Change prototypes.
18659 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18660 (translate_offset): Remove declarations.
18661 (get_text_addr): New declaration.
18662 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18663 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18664 sym-file-loader.h.
18665 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18666 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18667 here from sym-file-loader.h.
18668 (struct library): New structure.
18669 (load_shlib, lookup_function): Change prototypes and adjust to
18670 work with a struct library.
18671 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18672 (translate_offset): Make static.
18673 (get_text_addr): New function.
18674 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18675
18676 2014-04-15 Pedro Alves <palves@redhat.com>
18677
18678 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18679
18680 2014-04-15 Pedro Alves <palves@redhat.com>
18681
18682 * gdb.base/sym-file-loader.c: Include <limits.h>.
18683 (SELF_LINK): New define.
18684 (get_origin): New function.
18685 (load_shlib): Use it.
18686 * gdb.base/sym-file.exp: Don't early return if the target is
18687 remote. Use runto_main, and issue fail is that fails. Use
18688 gdb_load_shlibs.
18689 (shlib_name): Delete.
18690 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18691
18692 2014-04-15 Pedro Alves <palves@redhat.com>
18693
18694 * gdb.base/sym-file.exp: Remove regex characters from test
18695 message. Don't refer to breakpoint numbers in test messages.
18696
18697 2014-04-14 Keith Seitz <keiths@redhat.com>
18698
18699 PR c++/16253
18700 * gdb.cp/var-tag.cc: New file.
18701 * gdb.cp/var-tag.exp: New file.
18702 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18703 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18704 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18705 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18706
18707 2014-04-14 Tom Tromey <tromey@redhat.com>
18708
18709 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18710 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18711 type.
18712 * gdb.cp/enum-class.exp: New file.
18713 * gdb.cp/enum-class.cc: New file.
18714
18715 2014-04-14 Tom Tromey <tromey@redhat.com>
18716
18717 * gdb.dwarf2/enum-type.exp: New file.
18718
18719 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18720
18721 * gdb.mi/mi-vla-c99.exp: New file.
18722 * gdb.mi/vla.c: New file.
18723
18724 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18725
18726 * gdb.base/vla-datatypes.c: New file.
18727 * gdb.base/vla-datatypes.exp: New file.
18728
18729 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18730
18731 * gdb.base/vla-ptr.c: New file.
18732 * gdb.base/vla-ptr.exp: New file.
18733
18734 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18735
18736 * gdb.dwarf2/count.exp: New file.
18737
18738 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18739
18740 * gdb.base/vla-sideeffect.c: New file.
18741 * gdb.base/vla-sideeffect.exp: New file.
18742
18743 2014-04-14 David Blaikie <dblaikie@gmail.com>
18744
18745 * gdb.mi/non-stop.c: Add return value for non-void function return
18746 statement.
18747 * gdb.threads/staticthreads.c: Ditto.
18748
18749 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18750 Doug Evans <xdje42@gmail.com>
18751
18752 * gdb.guile/scm-value.c: Improve test case.
18753 * gdb.guile/scm-value.exp: Add new test.
18754
18755 2014-04-11 David Blaikie <dblaikie@gmail.com>
18756
18757 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18758 override Clang's default.
18759
18760 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18761
18762 Revert the following changes (regressions):
18763
18764 * gdb.base/vla-sideeffect.c: New file.
18765 * gdb.base/vla-sideeffect.exp: New file.
18766
18767 * gdb.dwarf2/count.exp: New file.
18768
18769 * gdb.base/vla-multi.c: New file.
18770 * gdb.base/vla-multi.exp: New file.
18771
18772 * gdb.base/vla-ptr.c: New file.
18773 * gdb.base/vla-ptr.exp: New file.
18774
18775 * gdb.base/vla-datatypes.c: New file.
18776 * gdb.base/vla-datatypes.exp: New file.
18777
18778 * gdb.mi/mi-vla-c99.exp: New file.
18779 * gdb.mi/vla.c: New file.
18780
18781 2014-04-11 Keith Seitz <keiths@redhat.com>
18782
18783 PR c++/16675
18784 * gdb.cp/cpsizeof.exp: New file.
18785 * gdb.cp/cpsizeof.cc: New file.
18786
18787 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18788
18789 * gdb.mi/mi-vla-c99.exp: New file.
18790 * gdb.mi/vla.c: New file.
18791
18792 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18793
18794 * gdb.base/vla-datatypes.c: New file.
18795 * gdb.base/vla-datatypes.exp: New file.
18796
18797 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18798
18799 * gdb.base/vla-ptr.c: New file.
18800 * gdb.base/vla-ptr.exp: New file.
18801
18802 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18803
18804 * gdb.base/vla-multi.c: New file.
18805 * gdb.base/vla-multi.exp: New file.
18806
18807 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18808
18809 * gdb.dwarf2/count.exp: New file.
18810
18811 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18812
18813 * gdb.base/vla-sideeffect.c: New file.
18814 * gdb.base/vla-sideeffect.exp: New file.
18815
18816 2014-04-11 Yao Qi <yao@codesourcery.com>
18817
18818 * gdb.base/completion.exp: Check file exists before running tests
18819 on file completion.
18820
18821 2014-04-10 Pedro Alves <palves@redhat.com>
18822
18823 * gdb.base/cond-eval-mode.c: New file.
18824 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18825 prepare_for_testing to build the new file. Check result of
18826 runto_main.
18827 (test_break, test_watch): New procedures.
18828 (top level): Use them.
18829
18830 2014-04-08 Pierre Muller <muller@sourceware.org>
18831
18832 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18833 Ctrl-V use for mingw hosts.
18834
18835 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18836
18837 * gdb.python/py-value.c: Improve test case.
18838 * gdb.python/py-value.exp: Add new test.
18839
18840 2014-04-07 David Blaikie <dblaikie@gmail.com>
18841
18842 * lib/compiler.c: Identify the clang compiler.
18843 * lib/compiler.cc: Ditto.
18844
18845 2014-04-03 Yao Qi <yao@codesourcery.com>
18846
18847 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18848
18849 2014-04-01 Anton Blanchard <anton@samba.org>
18850
18851 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18852 messages unique.
18853
18854 2014-04-01 Anton Blanchard <anton@samba.org>
18855
18856 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18857 prepare_for_testing.
18858
18859 2014-04-01 Anton Blanchard <anton@samba.org>
18860
18861 * gdb.arch/ppc64-atomic-inst.c: Remove.
18862 * gdb.arch/ppc64-atomic-inst.S: New file.
18863 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18864
18865 2014-03-31 Doug Evans <dje@google.com>
18866
18867 * gdb.base/print-symbol-loading-lib.c: New file.
18868 * gdb.base/print-symbol-loading-main.c: New file.
18869 * gdb.base/print-symbol-loading.exp: New file.
18870
18871 2014-03-31 Yao Qi <yao@codesourcery.com>
18872
18873 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18874
18875 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18876
18877 * gdb.ada/mi_dyn_arr: New testcase.
18878
18879 2014-03-27 Doug Evans <dje@google.com>
18880
18881 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18882
18883 2014-03-27 Yao Qi <yao@codesourcery.com>
18884
18885 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18886 if target is nios2-*-*.
18887
18888 2014-03-26 Yao Qi <yao@codesourcery.com>
18889
18890 * lib/gdb.exp (readline_is_used): New proc.
18891 * gdb.base/completion.exp: Move tests on command complete up.
18892 Skip the rest of tests if readline is not used.
18893 * gdb.ada/complete.exp: Skp the test if readline is not
18894 used.
18895 * gdb.base/filesym.exp: Likewise.
18896 * gdb.base/macscp.exp: Likewise.
18897 * gdb.base/readline-ask.exp: Likewise.
18898 * gdb.base/readline.exp: Likewise.
18899 * gdb.python/py-cmd.exp: Likewise.
18900 * gdb.trace/tfile.exp: Likewise.
18901
18902 2014-03-26 Yao Qi <yao@codesourcery.com>
18903
18904 * gdb.base/macscp.exp: Fix code format issues.
18905
18906 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18907
18908 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18909 * gdb.asm/powerpc64le.inc: New file.
18910
18911 2014-03-25 Pedro Alves <palves@redhat.com>
18912 Doug Evans <dje@google.com>
18913
18914 * gdb.base/source-execution.c: New file.
18915 * gdb.base/source-execution.exp: New file.
18916 * gdb.base/source-execution.gdb: New file.
18917
18918 2014-03-24 Doug Evans <dje@google.com>
18919
18920 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18921 using fission.
18922
18923 2014-03-24 Hui Zhu <hui@codesourcery.com>
18924 Pedro Alves <palves@redhat.com>
18925
18926 PR breakpoints/16101
18927 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18928 test pass/fail messages. Detect missing support for dprintf when
18929 breakpoints are actually inserted.
18930 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18931 breakpoints are actually inserted.
18932 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18933 fails.
18934
18935 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18936
18937 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18938
18939 2014-03-22 Doug Evans <xdje42@gmail.com>
18940
18941 * gdb.python/python.exp (python not supported): Verify multi-line
18942 python command issues an error.
18943 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18944 guile command issues an error.
18945
18946 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18947
18948 * gdb.threads/thread-specific.exp: Handle the lack of usable
18949 $this_breakpoint and $this_thread.
18950
18951 2014-03-21 Hui Zhu <hui@codesourcery.com>
18952
18953 * gdb.base/attach.exp (do_command_attach_tests): New.
18954
18955 2014-03-20 Tom Tromey <tromey@redhat.com>
18956 Pedro Alves <palves@redhat.com>
18957
18958 PR cli/15718
18959 * gdb.base/condbreak-call-false.c: New file.
18960 * gdb.base/condbreak-call-false.exp: New file.
18961
18962 2014-03-20 Pedro Alves <palves@redhat.com>
18963
18964 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18965 Delete.
18966 (block_signals, unblock_signals): Delete.
18967 (child_function_2, main): Remove references to deleted variable
18968 and functions.
18969
18970 2014-03-20 Pedro Alves <palves@redhat.com>
18971
18972 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18973 Use pthread_kill to signal thread 2.
18974 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18975 Adjust to make the test send itself a signal rather than using the
18976 host's "kill" command.
18977
18978 2014-03-20 Pedro Alves <palves@redhat.com>
18979
18980 * gdb.threads/multiple-step-overs.c: New file.
18981 * gdb.threads/multiple-step-overs.exp: New file.
18982 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18983 Adjust expected infrun debug output.
18984
18985 2014-03-20 Pedro Alves <palves@redhat.com>
18986
18987 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18988 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18989
18990 2014-03-20 Pedro Alves <palves@redhat.com>
18991
18992 PR breakpoints/7143
18993 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18994 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18995 of gdb_test_multiple.
18996 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18997 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18998
18999 2014-03-20 Pedro Alves <palves@redhat.com>
19000
19001 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19002 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19003
19004 2014-03-19 Pedro Alves <palves@redhat.com>
19005
19006 * gdb.base/async.exp: Remove early return.
19007
19008 2014-03-19 Pedro Alves <palves@redhat.com>
19009
19010 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19011
19012 2014-03-19 Pedro Alves <palves@redhat.com>
19013
19014 * gdb.base/async.exp (test_background): Expect \r\n after
19015 "completed." in the fail pattern.
19016
19017 2014-03-19 Pedro Alves <palves@redhat.com>
19018
19019 * gdb.base/async.exp (test_background): New procedure.
19020 Use it for all background execution command tests.
19021
19022 2014-03-19 Pedro Alves <palves@redhat.com>
19023
19024 * gdb.base/async.exp: Use prepare_for_testing.
19025
19026 2014-03-19 Pedro Alves <palves@redhat.com>
19027
19028 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19029 the same line.
19030
19031 2014-03-19 Pedro Alves <palves@redhat.com>
19032
19033 * gdb.base/async.c (main): Add "jump here" and "until here" line
19034 marker comments.
19035 * gdb.base/async.exp (jump_here): New global.
19036 (jump& test): Use it.
19037 (until_here): New global.
19038 (until& test): Use it.
19039
19040 2014-03-19 Pedro Alves <palves@redhat.com>
19041
19042 * gdb.base/async.exp: Don't frob gdb_protocol.
19043
19044 2014-03-18 Doug Evans <xdje42@gmail.com>
19045
19046 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19047 Fix spelling of exec-done-display.
19048
19049 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19050
19051 PR gdb/15358
19052 * gdb.base/gdb-sigterm.c: New file.
19053 * gdb.base/gdb-sigterm.exp: New file.
19054
19055 2014-03-18 Pedro Alves <palves@redhat.com>
19056
19057 PR gdb/13860
19058 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19059 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19060 solib-event.
19061
19062 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19063
19064 * gdb.ada/pckd_arr_ren: New testcase.
19065
19066 2014-03-13 Doug Evans <xdje42@gmail.com>
19067
19068 PR guile/16612
19069 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19070 collect after discarding symbols.
19071
19072 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19073 Doug Evans <xdje42@gmail.com>
19074
19075 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19076 to history survives a gc.
19077
19078 2014-03-13 Pedro Alves <palves@redhat.com>
19079
19080 * gdb.base/default.exp: Don't test "target procfs".
19081
19082 2014-03-13 Pedro Alves <palves@redhat.com>
19083
19084 * gdb.base/default.exp: Update "target child" and "target procfs"
19085 tests to not expect "Unix".
19086
19087 2014-03-12 Tom Tromey <tromey@redhat.com>
19088
19089 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19090 New procs. Add target-async tests.
19091 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19092 Add target-async tests.
19093
19094 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19095
19096 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19097 'func_start' and 'func_end' for the beginning and end of the
19098 function code, respectively.
19099 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19100 'func_end' instead of 'func' and 'main'.
19101
19102 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19103
19104 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19105 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19106 generate the debug info assembler source.
19107
19108 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19109
19110 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19111 * gdb.dwarf2/arr-subrange.exp: Likewise.
19112 * gdb.dwarf2/dwz.exp: Likewise.
19113 * gdb.dwarf2/method-ptr.exp: Likewise.
19114 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19115 * gdb.dwarf2/subrange.exp: Likewise.
19116 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19117 * gdb.dwarf2/implptrpiece.exp: Likewise.
19118 * gdb.dwarf2/nostaticblock.exp: Likewise.
19119
19120 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19121
19122 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19123 directory to absolute path name arguments.
19124
19125 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19126
19127 * gdb.ada/tagged_access: New testcase.
19128
19129 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19130
19131 * gdb.btrace/data.exp: Update expected output.
19132
19133 2014-03-06 Yao Qi <yao@codesourcery.com>
19134
19135 * gdb.trace/pr16508.exp: New file.
19136
19137 2014-03-05 Pedro Alves <palves@redhat.com>
19138
19139 PR gdb/16575
19140 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19141 procedure.
19142 (top level): Adjust to use it. Add tests that exercise breakpoint
19143 interaction with the code-cache.
19144
19145 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19146
19147 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19148 test for 'history-append!'.
19149
19150 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19151
19152 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19153 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19154 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19155 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19156 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19157 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19158
19159 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19160
19161 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19162 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19163 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19164
19165 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19166
19167 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19168
19169 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19170
19171 * gdb.dwarf2/arr-stride.c: New file.
19172 * gdb.dwarf2/arr-stride.exp: New file.
19173
19174 2014-02-26 Pedro Alves <palves@redhat.com>
19175
19176 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19177 that won't ever trigger. Make sure that GDB reports the correct
19178 breakpoint that caused the stop.
19179
19180 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19181
19182 PR gdb/16626
19183 * gdb.base/auto-load-script: New file.
19184 * gdb.base/auto-load.c: New file.
19185 * gdb.base/auto-load.exp: New file.
19186
19187 PR gdb/16626
19188 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19189
19190 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19191
19192 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19193 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19194
19195 2014-02-24 Doug Evans <dje@google.com>
19196
19197 * lib/gdb.exp (run_on_host): Log error output if program fails.
19198
19199 2014-02-21 Pedro Alves <palves@redhat.com>
19200
19201 * gdb.threads/step-after-sr-lock.c: Rename to ...
19202 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19203 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19204 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19205 ... this.
19206
19207 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19208
19209 PR tdep/16397
19210 * gdb.arch/amd64-stap-special-operands.exp: New file.
19211 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19212 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19213 * gdb.arch/amd64-stap-triplet.S: Likewise.
19214 * gdb.arch/amd64-stap-triplet.c: Likewise.
19215
19216 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19217
19218 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19219 in .section pseudo-op.
19220
19221 2014-02-20 lin zuojian <manjian2006@gmail.com>
19222 Joel Brobecker <brobecker@adacore.com>
19223 Doug Evans <xdje42@gmail.com>
19224
19225 PR symtab/16581
19226 * gdb.dwarf2/dw2-icycle.S: New file.
19227 * gdb.dwarf2/dw2-icycle.c: New file.
19228 * gdb.dwarf2/dw2-icycle.exp: New file.
19229
19230 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19231
19232 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19233 operations on gdb.Value objects.
19234 * gdb.python/py-value-cc.exp: Add new test to test operations on
19235 gdb.Value objects.
19236
19237 2014-02-18 Doug Evans <dje@google.com>
19238
19239 * Makefile.in (TESTS): New variable.
19240 (expanded_tests, expanded_tests_or_none): New variables
19241 (check-single): Pass $(expanded_tests_or_none) to runtest.
19242 (check-parallel): Only run tests in $(TESTS) if non-empty.
19243 (check/no-matching-tests-found): New rule.
19244 * README: Document TESTS makefile variable.
19245
19246 2014-02-18 Doug Evans <dje@google.com>
19247
19248 * Makefile.in (check-parallel): rm -rf outputs temp.
19249
19250 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19251
19252 Fix "ERROR: no fileid for" in the testsuite.
19253 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19254
19255 2014-02-12 Doug Evans <dje@google.com>
19256
19257 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19258 (MISCELLANEOUS): New variable.
19259 (clean): rm -rf $(MISCELLANEOUS).
19260 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19261 dwp live in the same directory as symlinks, with each symlink pointed
19262 to a differently named file in a different directory.
19263
19264 2014-02-11 Doug Evans <dje@google.com>
19265
19266 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19267 of Tcl file commands.
19268
19269 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19270
19271 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19272 "kill -SIGUSR1 -1".
19273
19274 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19275
19276 * gdb.ada/tick_length_array_enum_idx: New testcase.
19277
19278 2014-02-10 Doug Evans <xdje42@gmail.com>
19279
19280 * configure.ac (AC_OUTPUT): Add gdb.guile.
19281 * configure: Regenerate.
19282 * lib/gdb-guile.exp: New file.
19283 * lib/gdb.exp (get_target_charset): New function.
19284 * gdb.base/help.exp: Update expected output from "apropos apropos".
19285 * gdb.guile/Makefile.in: New file.
19286 * gdb.guile/guile.exp: New file.
19287 * gdb.guile/scm-arch.c: New file.
19288 * gdb.guile/scm-arch.exp: New file.
19289 * gdb.guile/scm-block.c: New file.
19290 * gdb.guile/scm-block.exp: New file.
19291 * gdb.guile/scm-breakpoint.c: New file.
19292 * gdb.guile/scm-breakpoint.exp: New file.
19293 * gdb.guile/scm-disasm.c: New file.
19294 * gdb.guile/scm-disasm.exp: New file.
19295 * gdb.guile/scm-equal.c: New file.
19296 * gdb.guile/scm-equal.exp: New file.
19297 * gdb.guile/scm-error.exp: New file.
19298 * gdb.guile/scm-error.scm: New file.
19299 * gdb.guile/scm-frame-args.c: New file.
19300 * gdb.guile/scm-frame-args.exp: New file.
19301 * gdb.guile/scm-frame-args.scm: New file.
19302 * gdb.guile/scm-frame-inline.c: New file.
19303 * gdb.guile/scm-frame-inline.exp: New file.
19304 * gdb.guile/scm-frame.c: New file.
19305 * gdb.guile/scm-frame.exp: New file.
19306 * gdb.guile/scm-generics.exp: New file.
19307 * gdb.guile/scm-gsmob.exp: New file.
19308 * gdb.guile/scm-iterator.c: New file.
19309 * gdb.guile/scm-iterator.exp: New file.
19310 * gdb.guile/scm-math.c: New file.
19311 * gdb.guile/scm-math.exp: New file.
19312 * gdb.guile/scm-objfile-script-gdb.in: New file.
19313 * gdb.guile/scm-objfile-script.c: New file.
19314 * gdb.guile/scm-objfile-script.exp: New file.
19315 * gdb.guile/scm-objfile.c: New file.
19316 * gdb.guile/scm-objfile.exp: New file.
19317 * gdb.guile/scm-ports.exp: New file.
19318 * gdb.guile/scm-pretty-print.c: New file.
19319 * gdb.guile/scm-pretty-print.exp: New file.
19320 * gdb.guile/scm-pretty-print.scm: New file.
19321 * gdb.guile/scm-section-script.c: New file.
19322 * gdb.guile/scm-section-script.exp: New file.
19323 * gdb.guile/scm-section-script.scm: New file.
19324 * gdb.guile/scm-symbol.c: New file.
19325 * gdb.guile/scm-symbol.exp: New file.
19326 * gdb.guile/scm-symtab-2.c: New file.
19327 * gdb.guile/scm-symtab.c: New file.
19328 * gdb.guile/scm-symtab.exp: New file.
19329 * gdb.guile/scm-type.c: New file.
19330 * gdb.guile/scm-type.exp: New file.
19331 * gdb.guile/scm-value-cc.cc: New file.
19332 * gdb.guile/scm-value-cc.exp: New file.
19333 * gdb.guile/scm-value.c: New file.
19334 * gdb.guile/scm-value.exp: New file.
19335 * gdb.guile/source2.scm: New file.
19336 * gdb.guile/types-module.cc: New file.
19337 * gdb.guile/types-module.exp: New file.
19338
19339 2014-02-10 Yao Qi <yao@codesourcery.com>
19340
19341 PR testsuite/16543
19342 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19343 * configure: Regenerated.
19344 * Makefile.in: New file.
19345
19346 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19347
19348 * gdb.python/py-framefilter.exp: Fix typo.
19349
19350 2014-02-08 Yao Qi <yao@codesourcery.com>
19351
19352 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19353 that no =breakpoint-modified is emitted when breakpoints are
19354 modified through MI commands.
19355
19356 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19357 Pedro Alves <palves@redhat.com>
19358
19359 * gdb.threads/step-after-sr-lock.c: New file.
19360 * gdb.threads/step-after-sr-lock.exp: New file.
19361
19362 2014-02-07 Pedro Alves <palves@redhat.com>
19363
19364 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19365
19366 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19367
19368 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19369 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19370
19371 2014-02-06 Doug Evans <xdje42@gmail.com>
19372
19373 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19374 output.
19375
19376 * gdb.gdb/python-interrupts.exp: New file.
19377
19378 2014-02-05 Yao Qi <yao@codesourcery.com>
19379
19380 * gdb.trace/report.exp (use_collected_data): Test the output
19381 of "info threads" and "info inferiors".
19382
19383 2014-02-05 Yao Qi <yao@codesourcery.com>
19384
19385 Revert this patch:
19386
19387 2013-05-24 Yao Qi <yao@codesourcery.com>
19388
19389 * gdb.trace/tfile.exp: Test inferior and thread.
19390
19391 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19392
19393 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19394 on a function.
19395 * gdb.base/step-bt.c: Call hello via function pointer to make
19396 sure its first instruction is executed on powerpc64le-linux.
19397
19398 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19399
19400 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19401
19402 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19403
19404 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19405 of the test patterns for use on little-endian systems.
19406
19407 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19408
19409 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19410 (decimal_vector): Fix for little-endian.
19411
19412 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19413
19414 * gdb.arch/sparc-sysstep.exp: New file.
19415 * gdb.arch/sparc-sysstep.c: Likewise.
19416
19417 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19418
19419 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19420
19421 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19422
19423 2014-01-23 Tom Tromey <tromey@redhat.com>
19424
19425 * gdb.ada/array_char_idx: New testcase.
19426
19427 2014-01-23 Tom Tromey <tromey@redhat.com>
19428
19429 PR python/16487:
19430 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19431 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19432 classes.
19433
19434 2014-01-23 Tom Tromey <tromey@redhat.com>
19435
19436 PR python/16491:
19437 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19438 string from an inferior frame.
19439 * gdb.python/py-framefilter-mi.exp: Update.
19440
19441 2014-01-22 Doug Evans <dje@google.com>
19442
19443 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19444
19445 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19446
19447 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19448
19449 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19450
19451 * gdb.trace/entry-values.exp: Remove excess space character from
19452 regex patterns. Handle s390 call instruction.
19453
19454 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19455
19456 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19457 define "*_start" label. Make "name" static.
19458 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19459 ${name} by references to ${name}_start.
19460
19461 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19462
19463 * gdb.base/info-macros.exp: Remove "debug" from the compile
19464 options.
19465
19466 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19467
19468 * gdb.dlang/demangle.exp: New file.
19469
19470 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19471
19472 * gdb.dlang/primitive-types.exp: New file.
19473
19474 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19475
19476 * configure.ac: Create gdb.dlang/Makefile.
19477 * configure: Regenerate.
19478 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19479 * gdb.dlang/Makefile.in: New file.
19480 * lib/d-support.exp: New file.
19481 * lib/gdb.exp (skip_d_tests): New proc.
19482
19483 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19484
19485 * gdb.btrace/delta.exp: Check reverse stepi.
19486 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19487 * gdb.btrace/finish.exp: New.
19488 * gdb.btrace/next.exp: New.
19489 * gdb.btrace/nexti.exp: New.
19490 * gdb.btrace/record_goto.c: Add comments.
19491 * gdb.btrace/step.exp: New.
19492 * gdb.btrace/stepi.exp: New.
19493 * gdb.btrace/multi-thread-step.c: New.
19494 * gdb.btrace/multi-thread-step.exp: New.
19495 * gdb.btrace/rn-dl-bind.c: New.
19496 * gdb.btrace/rn-dl-bind.exp: New.
19497 * gdb.btrace/data.c: New.
19498 * gdb.btrace/data.exp: New.
19499 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19500
19501 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19502
19503 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19504 * gdb.btrace/exception.exp: Update.
19505 * gdb.btrace/instruction_history.exp: Update.
19506 * gdb.btrace/record_goto.exp: Update.
19507 * gdb.btrace/tailcall.exp: Update.
19508 * gdb.btrace/unknown_functions.exp: Update.
19509 * gdb.btrace/delta.exp: New.
19510
19511 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19512
19513 * gdb.btrace/record_goto.exp: Add backtrace test.
19514 * gdb.btrace/tailcall.exp: Add backtrace test.
19515
19516 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19517
19518 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19519 * gdb.btrace/record_goto.c: New.
19520 * gdb.btrace/record_goto.exp: New.
19521 * gdb.btrace/x86-record_goto.S: New.
19522
19523 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19524
19525 * gdb.btrace/function_call_history.exp: Update tests.
19526 * gdb.btrace/instruction_history.exp: Update tests.
19527
19528 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19529
19530 * gdb.btrace/function_call_history.exp: Fix expected field
19531 order for "record function-call-history".
19532 Add new tests for "record function-call-history /c".
19533 * gdb.btrace/exception.cc: New.
19534 * gdb.btrace/exception.exp: New.
19535 * gdb.btrace/tailcall.exp: New.
19536 * gdb.btrace/x86-tailcall.S: New.
19537 * gdb.btrace/x86-tailcall.c: New.
19538 * gdb.btrace/unknown_functions.c: New.
19539 * gdb.btrace/unknown_functions.exp: New.
19540 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19541
19542 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19543
19544 * gdb.btrace/instruction_history.exp: Update.
19545 * gdb.btrace/function_call_history.exp: Update.
19546
19547 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19548
19549 * gdb.btrace/function_call_history.exp: Fix expected function
19550 trace.
19551 * gdb.btrace/instruction_history.exp: Initialize traced.
19552 Remove traced_functions.
19553
19554 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19555
19556 * gdb.btrace/function_call_history.exp: Update
19557 * gdb.btrace/instruction_history.exp: Update.
19558
19559 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19560
19561 * gdb.btrace/enable.exp: Update expected text.
19562
19563 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19564
19565 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19566 bytes.
19567
19568 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19569
19570 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19571
19572 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19573
19574 * lib/gdb.exp (supports_process_record): Return true for
19575 arm*-linux*. (supports_reverse): Likewise.
19576
19577 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19578
19579 PR python/15464
19580 PR python/16113
19581 * gdb.python/py-type.c: Enhance test case.
19582 * gdb.python/py-value-cc.cc: Likewise
19583 * gdb.python/py-type.exp: Add new tests.
19584 * gdb.python/py-value-cc.exp: Likewise
19585
19586 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19587 Pedro Alves <palves@redhat.com>
19588
19589 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19590 Make "name" extern.
19591 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19592 references to ${name}_start by references to ${name}.
19593
19594 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19595
19596 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19597
19598 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19599
19600 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19601
19602 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19603 Pedro Alves <palves@redhat.com>
19604
19605 * gdb.mi/mi-info-os.exp: Connect to the target with
19606 mi_gdb_target_load.
19607
19608 2014-01-08 Pedro Alves <palves@redhat.com>
19609
19610 * gdb.threads/reconnect-signal.c: New file.
19611 * gdb.threads/reconnect-signal.exp: New file.
19612
19613 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19614
19615 * gdb.base/source-dir.exp: New file.
19616
19617 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19618
19619 * gdb.ada/mi_interface: New testcase.
19620
19621 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19622
19623 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19624 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19625 gdb.ada/pp-rec-component/pck.ads: New files.
19626
19627 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19628
19629 * gdb.python/py-pp-integral.c: New file.
19630 * gdb.python/py-pp-integral.py: New file.
19631 * gdb.python/py-pp-integral.exp: New file.
19632
19633 For older changes see ChangeLog-1993-2013.
19634 \f
19635 ;; Local Variables:
19636 ;; mode: change-log
19637 ;; left-margin: 8
19638 ;; fill-column: 74
19639 ;; version-control: never
19640 ;; End:
19641
19642 Copyright 2014-2020 Free Software Foundation, Inc.
19643 Copying and distribution of this file, with or without modification,
19644 are permitted provided the copyright notice and this notice are preserved.
This page took 0.410377 seconds and 5 git commands to generate.