gdb: introduce 'all_non_exited_process_targets' and 'switch_to_target_no_thread'
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * lib/check-test-names.exp: Disable when testing is being run in
4 parallel.
5
62020-05-12 Tom de Vries <tdevries@suse.de>
7
8 * gdb.base/jit-elf.exp: Fix string concat.
9
102020-05-12 Tom de Vries <tdevries@suse.de>
11
12 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
13 messages.
14
152020-05-12 Tom de Vries <tdevries@suse.de>
16
17 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
18
192020-05-12 Tom de Vries <tdevries@suse.de>
20
21 * gdb.ada/catch_ex.exp: Use with_test_prefix.
22 * gdb.ada/mi_catch_ex.exp: Same.
23 * gdb.ada/mi_catch_ex_hand.exp: Same.
24
252020-05-12 Tom de Vries <tdevries@suse.de>
26
27 * gdb.fortran/complex.exp: Use with_test_prefix.
28
292020-05-12 Tom de Vries <tdevries@suse.de>
30
31 * gdb.trace/passcount.exp: Fix test-names.
32
332020-05-12 Tom de Vries <tdevries@suse.de>
34
35 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
36
372020-05-12 Tom de Vries <tdevries@suse.de>
38
39 * gdb.gdb/complaints.exp: Use with_test_prefix.
40 * gdb.xml/tdesc-regs.exp: Same.
41 * gdb.opt/inline-locals.exp: Fix test name.
42
432020-05-12 Tom de Vries <tdevries@suse.de>
44
45 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
46 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
47 * gdb.dwarf2/implref-struct.exp: Same.
48 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
49 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
50
512020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
52
53 * gdb.base/jit-so.exp (one_jit_test): Change test name.
54
552020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
56
57 * lib/check-test-names.exp (all_test_names): New module variable.
58 (counts): Add 'duplicates' field.
59 (_check_duplicates): New procedure.
60 (check): Also check for duplicates.
61 (do_log_summary): Print duplicates count.
62 (do_reset_vars): Reset counter for duplicate test names, and
63 discard all know test names.
64
652020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
66
67 * lib/gdb.exp: Include check-test-names.exp library.
68 * lib/check-test-names.exp: New file.
69
702020-05-11 Tom de Vries <tdevries@suse.de>
71
72 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
73
742020-05-11 Keith Seitz <keiths@redhat.com>
75
76 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
77
782020-05-11 Tom de Vries <tdevries@suse.de>
79
80 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
81 * gdb.cp/cpexprs.exp.in: .. here.
82 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
83 cpexprs.exp.
84
852020-05-11 Keith Seitz <keiths@redhat.com>
86
87 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
88 test names.
89 * gdb.ada/arrayptr.exp: Likewise.
90 * gdb.ada/assign_arr.exp: Likewise.
91 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
92 * gdb.ada/bp_on_var.exp: Likewise.
93 * gdb.ada/call_pn.exp: Likewise.
94 * gdb.ada/complete.exp: Likewise.
95 * gdb.ada/fun_overload_menu.exp: Likewise.
96 * gdb.ada/funcall_param.exp: Likewise.
97 * gdb.ada/funcall_ref.exp: Likewise.
98 * gdb.ada/packed_array_assign.exp: Likewise.
99 * gdb.ada/same_component_name.exp: Likewise.
100 * gdb.ada/type_coercion.exp: Likewise.
101 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
102 * gdb.ada/variant_record_packed_array.exp: Likewise.
103
1042020-05-11 Tom de Vries <tdevries@suse.de>
105
106 PR symtab/25941
107 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
108 out of ...
109 * gdb.dwarf2/clang-debug-names.exp: ... here.
110 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
111 clang-debug-names.exp.in.
112 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
113 * gdb.dwarf2/clang-debug-names-2.c: New test.
114
1152020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
116
117 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
118 (fortran_runto_main): New Proc, fortran version of runto_main.
119 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
120 * gdb.fortran/array-bounds.exp: Likewise.
121 * gdb.fortran/array-slices.exp: Likewise.
122 * gdb.fortran/block-data.exp: Likewise.
123 * gdb.fortran/charset.exp: Likewise.
124 * gdb.fortran/common-block.exp: Likewise.
125 * gdb.fortran/complex.exp: Likewise.
126 * gdb.fortran/derived-type-function.exp: Likewise.
127 * gdb.fortran/derived-type.exp: Likewise.
128 * gdb.fortran/info-modules.exp: Likewise.
129 * gdb.fortran/info-types.exp: Likewise.
130 * gdb.fortran/intrinsics.exp: Likewise.
131 * gdb.fortran/library-module.exp: Likewise.
132 * gdb.fortran/logical.exp: Likewise.
133 * gdb.fortran/max-depth.exp: Likewise.
134 * gdb.fortran/module.exp: Likewise.
135 * gdb.fortran/multi-dim.exp: Likewise.
136 * gdb.fortran/nested-funcs.exp: Likewise.
137 * gdb.fortran/print-formatted.exp: Likewise.
138 * gdb.fortran/print_type.exp: Likewise.
139 * gdb.fortran/printing-types.exp: Likewise.
140 * gdb.fortran/ptr-indentation.exp: Likewise.
141 * gdb.fortran/ptype-on-functions.exp: Likewise.
142 * gdb.fortran/subarray.exp: Likewise.
143 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
144 * gdb.fortran/vla-datatypes.exp: Likewise.
145 * gdb.fortran/vla-history.exp: Likewise.
146 * gdb.fortran/vla-ptr-info.exp: Likewise.
147 * gdb.fortran/vla-ptype-sub.exp: Likewise.
148 * gdb.fortran/vla-ptype.exp: Likewise.
149 * gdb.fortran/vla-sizeof.exp: Likewise.
150 * gdb.fortran/vla-type.exp: Likewise.
151 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
152 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
153 * gdb.fortran/vla-value-sub.exp: Likewise.
154 * gdb.fortran/vla-value.exp: Likewise.
155 * gdb.fortran/whatis_type.exp: Likewise.
156 * gdb.mi/mi-var-child-f.exp: Likewise.
157
1582020-05-09 Tom de Vries <tdevries@suse.de>
159
160 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
161
1622020-05-08 Tom de Vries <tdevries@suse.de>
163
164 * gdb.dwarf2/clang-debug-names.c: New test.
165 * gdb.dwarf2/clang-debug-names.exp: New file.
166
1672020-05-06 Simon Marchi <simon.marchi@efficios.com>
168
169 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
170 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
171
1722020-05-06 Tom de Vries <tdevries@suse.de>
173
174 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
175 breakpoint is at a "recommended breakpoint location".
176 * gdb.reverse/consecutive-reverse.exp: Same.
177
1782020-05-06 Tom de Vries <tdevries@suse.de>
179
180 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
181 address.
182
1832020-05-06 Tom de Vries <tdevries@suse.de>
184
185 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
186
1872020-05-06 Tom de Vries <tdevries@suse.de>
188
189 * gdb.base/store.exp (check_set, up_set): Allowing missing location
190 info for r.
191
1922020-05-06 Tom de Vries <tdevries@suse.de>
193
194 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
195 necessary.
196
1972020-05-06 Tom de Vries <tdevries@suse.de>
198
199 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
200 void.
201
2022020-05-06 Tom de Vries <tdevries@suse.de>
203
204 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
205 of ...
206 * gdb.base/async.exp: ... here.
207 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
208 "recommended breakpoint location".
209
2102020-05-06 Tom de Vries <tdevries@suse.de>
211
212 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
213
2142020-05-04 Tom de Vries <tdevries@suse.de>
215
216 * gdb.base/async.exp: Check whether instruction addresses are a
217 "recommended breakpoint location".
218
2192020-05-03 Tom Tromey <tom@tromey.com>
220
221 * gdb.base/sepdebug.exp: Remove "catch" test.
222 * gdb.base/break.exp: Remove "catch" test.
223 * gdb.base/default.exp: Update expected output.
224
2252020-05-02 Tom de Vries <tdevries@suse.de>
226
227 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
228 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
229 * gdb.arch/i386-mpx-map.exp: Same.
230 * gdb.arch/i386-mpx-sigsegv.exp: Same.
231 * gdb.arch/i386-mpx-simple_segv.exp: Same.
232 * gdb.arch/i386-mpx.exp: Same.
233
2342020-05-02 Tom de Vries <tdevries@suse.de>
235
236 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
237
2382020-05-01 Tom de Vries <tdevries@suse.de>
239
240 * gdb.ada/operator_bp.exp: Allow more than required amount of
241 breakpoint.
242
2432020-05-01 Tom de Vries <tdevries@suse.de>
244
245 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
246
2472020-04-30 Hannes Domani <ssbssa@yahoo.de>
248
249 PR gdb/18706
250 * gdb.cp/stub-array-size.cc: New test.
251 * gdb.cp/stub-array-size.exp: New file.
252 * gdb.cp/stub-array-size.h: New test.
253 * gdb.cp/stub-array-size2.cc: New test.
254
2552020-04-30 Hannes Domani <ssbssa@yahoo.de>
256
257 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
258 output to the new format.
259
2602020-04-29 Simon Marchi <simon.marchi@efficios.com>
261
262 * gdb.base/break.exp: Use with_test_prefix.
263
2642020-04-29 Tom de Vries <tdevries@suse.de>
265
266 * lib/gdb.exp (debug_types): New proc.
267 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
268 * gdb.python/py-symtab.exp: Same.
269
2702020-04-29 Hannes Domani <ssbssa@yahoo.de>
271
272 PR gdb/17320
273 * gdb.base/pretty-array.c: New test.
274 * gdb.base/pretty-array.exp: New file.
275
2762020-04-29 Tom de Vries <tdevries@suse.de>
277
278 PR symtab/25889
279 * gdb.cp/cpexprs.exp: Adapt for inclusion.
280 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
281 and include cpexprs.exp.
282
2832020-04-28 Mark Williams <mark@myosotissp.com>
284
285 PR gdb/24480
286 * dw4-toplevel-types.exp: Test for top level types.
287 * dw4-toplevel-types.cc: Test for top level types.
288
2892020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
290
291 * gdb.threads/stop-with-handle.exp: Fix typo in comment
292 (theads -> threads).
293
2942020-04-28 Tom de Vries <tdevries@suse.de>
295
296 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
297
2982020-04-28 Tom de Vries <tdevries@suse.de>
299
300 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
301
3022020-04-28 Tom de Vries <tdevries@suse.de>
303
304 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
305
3062020-04-28 Tom de Vries <tdevries@suse.de>
307
308 * gdb.dwarf2/main-foo.c: New test.
309 * gdb.dwarf2/struct-with-sig.exp: New file.
310
3112020-04-25 Tom de Vries <tdevries@suse.de>
312
313 * boards/debug-types.exp: New file.
314
3152020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
318
3192020-04-24 Tom Tromey <tom@tromey.com>
320
321 PR symtab/12707:
322 * gdb.python/py-symbol.exp: Update expected results for
323 linkage_name test.
324 * gdb.cp/print-demangle.exp: New file.
325 * gdb.base/c-linkage-name.exp: Fix test.
326 * gdb.guile/scm-symbol.exp: Update expected results for
327 linkage_name test.
328
3292020-04-24 Tom Tromey <tom@tromey.com>
330
331 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
332 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
333 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
334 assembler.
335
3362020-04-24 Tom de Vries <tdevries@suse.de>
337
338 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
339 C++.
340
3412020-04-24 Tom Tromey <tromey@adacore.com>
342
343 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
344 values.
345 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
346 values. Update test for minimal encodings.
347 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
348 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
349 values. Update test for minimal encodings.
350
3512020-04-24 Tom Tromey <tromey@adacore.com>
352
353 PR python/23662:
354 * gdb.ada/variant.exp: Add Python checks.
355 * gdb.rust/simple.exp: Add dynamic type checks.
356
3572020-04-24 Tom Tromey <tromey@adacore.com>
358
359 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
360 Make array type matching more lax.
361 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
362 * gdb.ada/mi_variant.exp: New file.
363 * gdb.ada/mi_variant/pck.ads: New file.
364 * gdb.ada/mi_variant/pkg.adb: New file.
365 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
366 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
367
3682020-04-24 Tom Tromey <tromey@adacore.com>
369
370 * gdb.ada/variant.exp: Add dynamic field offset tests.
371 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
372 * gdb.ada/variant/pkg.adb: Add new variables.
373
3742020-04-24 Tom Tromey <tromey@adacore.com>
375
376 * gdb.ada/variant.exp: New file
377 * gdb.ada/variant/pkg.adb: New file
378 * gdb.ada/variant/pck.adb: New file
379
3802020-04-24 Tom de Vries <tdevries@suse.de>
381
382 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
383
3842020-04-24 Tom de Vries <tdevries@suse.de>
385
386 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
387 flags.
388
3892020-04-24 Tom de Vries <tdevries@suse.de>
390
391 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
392
3932020-04-24 Tom de Vries <tdevries@suse.de>
394
395 * lib/gdb.exp (default_gdb_start): Handle eof.
396 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
397 failure.
398 * gdb.base/readnever.exp: Handle clean_restart failure.
399
4002020-04-23 Tom de Vries <tdevries@suse.de>
401
402 * gdb.base/decl-before-def.exp: Run to main and print a again.
403
4042020-04-23 Tom de Vries <tdevries@suse.de>
405
406 * gdb.base/decl-before-def-decl.c: New test.
407 * gdb.base/decl-before-def-def.c: New test.
408 * gdb.base/decl-before-def.exp: New file.
409
4102020-04-23 Tom de Vries <tdevries@suse.de>
411
412 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
413
4142020-04-22 Tom de Vries <tdevries@suse.de>
415
416 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
417 debug_info_offset.
418 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
419 before $objsfile in the line line.
420
4212020-04-22 Tom de Vries <tdevries@suse.de>
422
423 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
424
4252020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
426
427 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
428 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
429 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
430 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
431 * gdb.base/jit-protocol.h: Update definitions to match all usage
432 contexts.
433
4342020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
435
436 * gdb.base: Rename all jit related test and source files.
437
4382020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
439
440 * gdb.base/jit-reader.exp: Relax register output check.
441
4422020-04-22 Tom de Vries <tdevries@suse.de>
443
444 PR symtab/25764
445 * gdb.base/psym-external-decl-2.c: New test.
446 * gdb.base/psym-external-decl.c: New test.
447 * gdb.base/psym-external-decl.exp: New file.
448 * gdb.threads/tls.exp: Add PR25807 kfail.
449
4502020-04-22 Tom de Vries <tdevries@suse.de>
451
452 PR symtab/25801
453 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
454 in "info source" output.
455
4562020-04-22 Tom de Vries <tdevries@suse.de>
457
458 PR symtab/25700
459 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
460 symtab for imported_unit.c.
461
4622020-04-21 Gary Benson <gbenson@redhat.com>
463
464 * gdb.base/advance.c (func): New argument, to match call site.
465 (func2, func3): Add return statements.
466
4672020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
468
469 * gdb.multi/run-only-second-inf.c: New file.
470 * gdb.multi/run-only-second-inf.exp: New file.
471
4722020-04-21 Markus Metzger <markus.t.metzger@intel.com>
473
474 * gdb.btrace/multi-inferior.c: New test.
475 * gdb.btrace/multi-inferior.exp: New file.
476
4772020-04-21 Markus Metzger <markus.t.metzger@intel.com>
478
479 * gdb.btrace/enable-new-thread.c: New test.
480 * gdb.btrace/enable-new-thread.exp: New file.
481
4822020-04-21 Tom de Vries <tdevries@suse.de>
483
484 PR gdb/25471
485 * gdb.threads/killed-outside.c: New test.
486 * gdb.threads/killed-outside.exp: New file.
487
4882020-04-20 Gary Benson <gbenson@redhat.com>
489
490 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
491 * gdb.base/nested-subp2.exp: Likewise.
492 * gdb.base/nested-subp3.exp: Likewise.
493
4942020-04-20 Gary Benson <gbenson@redhat.com>
495
496 * gdb.base/nested-subp1.exp: Disable test when using clang.
497 * gdb.base/nested-subp2.exp: Likewise.
498 * gdb.base/nested-subp3.exp: Likewise.
499
5002020-04-20 Gary Benson <gbenson@redhat.com>
501
502 * gdb.cp/exception.cc: Fix compilation error with clang.
503
5042020-04-20 Gary Benson <gbenson@redhat.com>
505
506 * gdb.trace/tspeed.c: Fix compilation error with clang.
507
5082020-04-20 Gary Benson <gbenson@redhat.com>
509
510 * gdb.base/jit-main.c: Fix compilation error with clang.
511
5122020-04-17 Kamil Rytarowski <n54@gmx.com>
513
514 * gdb.base/attach-twice.c: Include "sys/types.h".
515 (PTRACE_ATTACH): Add fallback definition.
516 (main): Pass `0' to the 4th argument of `ptrace'.
517
5182020-04-17 Kamil Rytarowski <n54@gmx.com>
519
520 * gdb.base/fork-running-state.c: Include "signal.h".
521
5222020-04-17 Tom Tromey <tromey@adacore.com>
523
524 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
525 Update tests.
526 * gdb.btrace/cpu.exp: Update tests.
527 * gdb.base/maint.exp: Update tests.
528 * gdb.base/default.exp: Update tests.
529 * gdb.base/completion.exp: Update tests.
530
5312020-04-16 Tom de Vries <tdevries@suse.de>
532
533 PR symtab/25791
534 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
535 (ensure_gdb_index): and factor out and move ...
536 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
537 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
538
5392020-04-16 Tom de Vries <tdevries@suse.de>
540
541 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
542 loading exec.
543
5442020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
545
546 * gdb.base/many-completions.exp: New file.
547
5482020-04-14 Tom de Vries <tdevries@suse.de>
549
550 PR symtab/25718
551 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
552
5532020-04-14 Tom de Vries <tdevries@suse.de>
554
555 PR symtab/25720
556 * gdb.base/maint-expand-symbols-header-file.c: New test.
557 * gdb.base/maint-expand-symbols-header-file.exp: New file.
558 * gdb.base/maint-expand-symbols-header-file.h: New test.
559
5602020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
561
562 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
563 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
564 get_func_info.
565 (get_func_info): Delete.
566 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
567 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
568 * lib/dwarf.exp (get_func_info): New function.
569
5702020-04-13 Tom de Vries <tdevries@suse.de>
571
572 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
573 to what find_gnatmake does.
574
5752020-04-10 Tom de Vries <tdevries@suse.de>
576
577 * gdb.base/style.exp: Expect "Expanding full symbols" message for
578 -readnow.
579
5802020-04-10 Tom de Vries <tdevries@suse.de>
581
582 PR cli/25808
583 * gdb.base/style.c: Add leading newlines.
584 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
585 Check listing of main's one-line body.
586
5872020-04-08 Tom de Vries <tdevries@suse.de>
588
589 * lib/gdb.exp (psymtabs_p): New proc.
590 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
591 importing unit" unsupported if there are no partial symbols.
592
5932020-04-08 Tom de Vries <tdevries@suse.de>
594
595 PR testsuite/25760
596 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
597
5982020-04-07 Tom de Vries <tdevries@suse.de>
599
600 PR symtab/25796
601 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
602
6032020-04-07 Tom de Vries <tdevries@suse.de>
604
605 * gdb.base/check-psymtab.c: New test.
606 * gdb.base/check-psymtab.exp: New file.
607
6082020-04-06 Tom Tromey <tromey@adacore.com>
609
610 * gdb.ada/variant-record/proc.adb: New file.
611 * gdb.ada/variant-record/value.adb: New file.
612 * gdb.ada/variant-record/value.s: New file.
613 * gdb.ada/variant-record.exp: New file.
614
6152020-04-03 Hannes Domani <ssbssa@yahoo.de>
616
617 PR gdb/25325
618 * gdb.cp/typed-enum.cc: New test.
619 * gdb.cp/typed-enum.exp: New file.
620
6212020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
622
623 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
624 * gdb.dwarf2/dw2-inline-small-func.c: New file.
625 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
626 * gdb.dwarf2/dw2-inline-small-func.h: New file.
627 * gdb.opt/inline-small-func.c: New file.
628 * gdb.opt/inline-small-func.exp: New file.
629 * gdb.opt/inline-small-func.h: New file.
630
6312020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
632
633 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
634 function.
635
6362020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
637
638 * lib/dwarf.exp (function_range): Allow compiler options to be
639 specified.
640
6412020-04-02 Tom de Vries <tdevries@suse.de>
642
643 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
644 __attribute__((always_inline)).
645 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
646
6472020-04-02 Tom de Vries <tdevries@suse.de>
648
649 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
650 (gdbserver_gdb_exit): ... here. Add timeout warning.
651 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
652 (connect_target_extended_remote): Append new server_spawn_id to
653 server_spawn_ids.
654 (cleanup): New proc.
655 (setup, <toplevel>): Call cleanup.
656
6572020-04-02 Tom de Vries <tdevries@suse.de>
658
659 * gdb.base/main-psymtab.exp: New file.
660
6612020-04-02 Tom de Vries <tdevries@suse.de>
662
663 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
664
6652020-04-01 Tom Tromey <tom@tromey.com>
666
667 * gdb.base/complex-parts.exp: Add type tests.
668
6692020-04-01 Tom Tromey <tom@tromey.com>
670
671 * gdb.base/complex-parts.exp: Add arithmetic tests.
672
6732020-04-01 Tom Tromey <tom@tromey.com>
674
675 * gdb.compile/compile.exp: Update.
676 * gdb.compile/compile-cplus.exp: Update.
677 * gdb.base/varargs.exp: Update.
678 * gdb.base/floatn.exp: Update.
679 * gdb.base/endianity.exp: Update.
680 * gdb.base/callfuncs.exp (do_function_calls): Update.
681 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
682 (complex_float_integral_args): Update.
683 * gdb.base/complex.exp: Update.
684 * gdb.base/complex-parts.exp: Update.
685
6862020-04-01 Tom Tromey <tromey@adacore.com>
687
688 * gdb.rust/union.rs: New file.
689 * gdb.rust/union.exp: New file.
690 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
691 (main): Update.
692 * gdb.rust/simple.exp: Move union tests to union.exp.
693
6942020-04-01 Tom Tromey <tromey@adacore.com>
695
696 * gdb.rust/simple.rs (main): Remove "y0".
697
6982020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
699
700 * gdb.multi/stop-all-on-exit.c: New test.
701 * gdb.multi/stop-all-on-exit.exp: New file.
702
7032020-04-01 Hannes Domani <ssbssa@yahoo.de>
704
705 PR gdb/24789
706 * gdb.cp/misc.cc: Add integer reference variable.
707 * gdb.cp/misc.exp: Add test.
708
7092020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
710
711 * gdb.server/stop-reply-no-thread.exp: Enhance the test
712 scenario to cover execution until the end and also the case
713
7142020-03-31 Tom de Vries <tdevries@suse.de>
715
716 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
717 c. Use "maint info symtabs" to check symtab expansion.
718
7192020-03-30 Tom de Vries <tdevries@suse.de>
720
721 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
722 unsupported.
723 (verify_psymtab_expanded): Move ...
724 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
725 test.
726 (readnow): New proc.
727
7282020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
729
730 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
731 with $hex.
732
7332020-03-20 Tom Tromey <tromey@adacore.com>
734
735 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
736
7372020-03-20 Tom Tromey <tromey@adacore.com>
738
739 * gdb.ada/sub_variant/subv.adb: New file.
740 * gdb.ada/sub_variant.exp: New file.
741
7422020-03-20 Tom de Vries <tdevries@suse.de>
743
744 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
745 first break fails.
746 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
747
7482020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
749
750 * gdb.server/exit-multiple-threads.c: New file.
751 * gdb.server/exit-multiple-threads.exp: New file.
752
7532020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * gdb.fortran/mixed-lang-stack.c: New file.
756 * gdb.fortran/mixed-lang-stack.cpp: New file.
757 * gdb.fortran/mixed-lang-stack.exp: New file.
758 * gdb.fortran/mixed-lang-stack.f90: New file.
759
7602020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
761
762 * gdb.linespec/cp-completion-aliases.cc: New file.
763 * gdb.linespec/cp-completion-aliases.exp: New file.
764
7652020-03-19 Tom de Vries <tdevries@suse.de>
766
767 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
768 more precise.
769
7702020-03-18 Tom de Vries <tdevries@suse.de>
771
772 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
773 * gdb.dwarf2/break-inline-psymtab.c: New test.
774 * gdb.dwarf2/break-inline-psymtab.exp: New file.
775
7762020-03-16 Tom de Vries <tdevries@suse.de>
777
778 * lib/cache.exp (gdb_do_cache): Add and handle local variables
779 cache_verify and cache_verify_proc.
780
7812020-03-15 Tom de Vries <tdevries@suse.de>
782
783 * gdb.server/solib-list.exp: Handle
784 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
785
7862020-03-15 Tom de Vries <tdevries@suse.de>
787
788 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
789 objfiles".
790
7912020-03-14 Tom Tromey <tom@tromey.com>
792
793 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
794
7952020-03-14 Tom de Vries <tdevries@suse.de>
796
797 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
798
7992020-03-14 Tom de Vries <tdevries@suse.de>
800
801 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
802 result in line-by-line fashion.
803
8042020-03-14 Tom de Vries <tdevries@suse.de>
805
806 * lib/gdb.exp (supports_statement_frontiers): New proc.
807 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
808
8092020-03-14 Tom de Vries <tdevries@suse.de>
810
811 * gdb.base/printcmds.exp: Add missing quoting for "print
812 teststring2".
813
8142020-03-13 Tom Tromey <tom@tromey.com>
815
816 * gdb.base/printcmds.exp (test_print_strings): Add regression
817 test.
818 * gdb.base/printcmds.c (charptr): New typedef.
819 (teststring2): New global.
820
8212020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.base/break-interp.exp: Use the tail of the filename, not the
824 full path in the test name.
825 (test_ld): Add some with_test_prefix blocks to make test names
826 unique.
827
8282020-03-13 Tom de Vries <tdevries@suse.de>
829
830 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
831
8322020-03-13 Tom de Vries <tdevries@suse.de>
833
834 * gdb.mi/mi-sym-info.exp: Make matching more precise.
835
8362020-03-13 Tom de Vries <tdevries@suse.de>
837
838 PR symtab/25646
839 * gdb.dwarf2/imported-unit.exp: Add test.
840
8412020-03-13 Tom de Vries <tdevries@suse.de>
842
843 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
844 (var1, var2): New variable.
845 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
846 matching symbols.
847
8482020-03-13 Tom de Vries <tdevries@suse.de>
849
850 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
851 (Term::command): Use prompt prefix.
852 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
853 * gdb.tui/tui-layout-asm-short-prog.exp: Use
854 command_no_prompt_prefix instead of prefix.
855 * gdb.tui/tui-layout-asm.exp: Same.
856
8572020-03-12 Simon Marchi <simon.marchi@efficios.com>
858
859 * gdb.base/break-interp.exp: Use foreach_with_prefix.
860
8612020-03-12 Simon Marchi <simon.marchi@efficios.com>
862
863 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
864 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
865 on" while stepping over the test instruction, match printed
866 message.
867
8682020-03-12 Tom de Vries <tdevries@suse.de>
869
870 * gdb.base/info-types.exp: Use exp_continue during matching of output
871 of "info types".
872
8732020-03-12 Tom de Vries <tdevries@suse.de>
874
875 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
876
8772020-03-12 Tom de Vries <tdevries@suse.de>
878
879 * gdb.fortran/module.exp: Use exp_continue during matching of output
880 of "info variable -n".
881
8822020-03-12 Tom de Vries <tdevries@suse.de>
883
884 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
885 gdb.dwarf2/dw2-ranges-base.c.
886
8872020-03-12 Tom de Vries <tdevries@suse.de>
888
889 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
890 in presence of GLIBC debuginfo.
891
8922020-03-12 Tom de Vries <tdevries@suse.de>
893
894 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
895 $core.
896
8972020-03-12 Tom de Vries <tdevries@suse.de>
898
899 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
900 more precise.
901
9022020-03-11 Simon Marchi <simon.marchi@efficios.com>
903
904 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
905 from Unix to Windows path.
906
9072020-03-11 Tom de Vries <tdevries@suse.de>
908
909 * gdb.ada/minsyms.exp: Set language to ada.
910
9112020-03-11 Tom de Vries <tdevries@suse.de>
912
913 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
914
9152020-03-11 Tom de Vries <tdevries@suse.de>
916
917 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
918
9192020-03-11 Tom Tromey <tromey@adacore.com>
920
921 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
922
9232020-03-11 Tom de Vries <tdevries@suse.de>
924
925 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
926
9272020-03-11 Tom de Vries <tdevries@suse.de>
928
929 * gdb.base/break-interp.exp: Limit verbose scope.
930
9312020-03-11 Tom de Vries <tdevries@suse.de>
932
933 * gdb.fortran/logical.f90: Define variable with character type.
934 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
935
9362020-03-11 Tom de Vries <tdevries@suse.de>
937
938 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
939
9402020-03-11 Tom de Vries <tdevries@suse.de>
941
942 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
943 symtabs.
944
9452020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
946 Bernd Edlinger <bernd.edlinger@hotmail.de>
947
948 * gdb.cp/step-and-next-inline.cc: New file.
949 * gdb.cp/step-and-next-inline.exp: New file.
950 * gdb.cp/step-and-next-inline.h: New file.
951 * gdb.dwarf2/dw2-is-stmt.c: New file.
952 * gdb.dwarf2/dw2-is-stmt.exp: New file.
953 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
954 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
955 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
956
9572020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
958
959 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
960 is-stmt flag in the line table.
961
9622020-03-09 Tom de Vries <tdevries@suse.de>
963
964 * lib/gdb.exp (cached_file): Create cache dir.
965
9662020-03-07 Tom de Vries <tdevries@suse.de>
967
968 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
969 * gdb.cp/rvalue-ref-params.exp: Same.
970
9712020-03-06 Tom de Vries <tdevries@suse.de>
972
973 * lib/gdb.exp (tentative_rename, cached_file): New proc.
974 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
975
9762020-03-06 Tom de Vries <tdevries@suse.de>
977
978 * README: Fix "the the".
979 * gdb.base/dprintf.exp: Same.
980
9812020-03-05 Tom de Vries <tdevries@suse.de>
982
983 * gdb.base/maint.exp: Update "main print statistics" expected output.
984
9852020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
986
987 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
988 (fortran_int8): Likewise.
989 (fortran_real4): Likewise.
990 (fortran_real8): Likewise.
991 (fortran_complex4): Likewise.
992 (fortran_logical4): Likewise.
993 (fortran_character1): Likewise.
994
9952020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
996
997 * gdb.fortran/logical.exp: Add tests that any non-zero value is
998 printed as true.
999
10002020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1001
1002 * gdb.base/printcmds.exp: Add test to verify printf of a
1003 variable holding an address.
1004
10052020-03-03 Tom de Vries <tdevries@suse.de>
1006
1007 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1008
10092020-03-03 Tom de Vries <tdevries@suse.de>
1010
1011 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1012 gdb_test_multiple call.
1013
10142020-03-03 Tom de Vries <tdevries@suse.de>
1015
1016 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1017 gdb_test_multiple calls.
1018
10192020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1020
1021 * gdb.base/default.exp: Remove test of 'set history filename'.
1022 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1023 filename to the empty string.
1024 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1025 and GDBHISTSIZE.
1026
10272020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1028
1029 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1030 disabled.
1031
10322020-03-02 Pedro Alves <palves@redhat.com>
1033 Tom de Vries <tdevries@suse.de>
1034
1035 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1036 -prompt prefix, before user_code argument. Add -lbl option likewise.
1037 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1038 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1039 argument.
1040 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1041 have "\r\n" at start-of-line, instead of at end-of-line.
1042
10432020-02-28 Simon Marchi <simon.marchi@efficios.com>
1044
1045 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1046 libinproctrace.so.
1047
10482020-02-28 Luis Machado <luis.machado@linaro.org>
1049
1050 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1051 to "p/x".
1052
10532020-02-28 Luis Machado <luis.machado@linaro.org>
1054
1055 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1056 asm/ptrace.h and error.h.
1057
10582020-02-28 Tom de Vries <tdevries@suse.de>
1059
1060 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1061 (struct wrapper, do_something, mundane/symada__cS): Move ...
1062 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1063 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1064 Update "print symada__cS before partial symtab expansion" regexp.
1065 Update breakpoint location. Flush symbol cache after expansion.
1066
10672020-02-28 Luis Machado <luis.machado@linaro.org>
1068
1069 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1070
10712020-02-27 Tom de Vries <tdevries@suse.de>
1072
1073 * config/sid.exp: Remove unused globals.
1074 * gdb.base/attach.exp: Same.
1075 * gdb.base/catch-load.exp: Same.
1076 * gdb.base/dbx.exp: Same.
1077 * lib/gdb.exp: Same.
1078 * lib/mi-support.exp: Same.
1079 * lib/prompt.exp: Same.
1080
10812020-02-27 Tom de Vries <tdevries@suse.de>
1082
1083 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1084 not set.
1085
10862020-02-26 Aaron Merey <amerey@redhat.com>
1087
1088 * gdb.debuginfod: New directory for debuginfod tests.
1089 * gdb.debuginfod/main.c: New test file.
1090 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1091
10922020-02-26 Tom de Vries <tdevries@suse.de>
1093
1094 PR gdb/25603
1095 * gdb.base/persistent-lang.cc: New test.
1096 * gdb.base/persistent-lang.exp: New file.
1097
10982020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1099
1100 * gdb.fortran/derived-type-striding.exp: Add a new test.
1101 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1102 new test.
1103
11042020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1105
1106 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1107 names.
1108
11092020-02-25 Tom de Vries <tdevries@suse.de>
1110
1111 PR go/18926
1112 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1113
11142020-02-24 Tom de Vries <tdevries@suse.de>
1115
1116 PR gdb/25592
1117 * gdb.base/info-locals-unused-static-var.c: New test.
1118 * gdb.base/info-locals-unused-static-var.exp: New file.
1119
11202020-02-22 Tom Tromey <tom@tromey.com>
1121
1122 * gdb.python/tui-window.exp: New file.
1123 * gdb.python/tui-window.py: New file.
1124
11252020-02-22 Tom Tromey <tom@tromey.com>
1126
1127 PR tui/17850:
1128 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1129 tests.
1130
11312020-02-22 Tom Tromey <tom@tromey.com>
1132
1133 * gdb.tui/new-layout.exp: Add sub-layout tests.
1134
11352020-02-22 Tom Tromey <tom@tromey.com>
1136
1137 * gdb.tui/new-layout.exp: New file.
1138
11392020-02-22 Tom Tromey <tom@tromey.com>
1140
1141 * gdb.rust/rust-style.rs: New file.
1142 * gdb.rust/rust-style.exp: New file.
1143 * gdb.base/style.exp: Test structure printing.
1144 * gdb.base/style.c (struct some_struct): New type.
1145 (enum etype): New type.
1146 (struct_value): New global.
1147
11482020-02-21 Tom de Vries <tdevries@suse.de>
1149
1150 PR go/18926
1151 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1152 Remove blanket xfails. Use message argument for gdb_breakpoint.
1153 Make continuing to breakpoint test conditional on setting breakpoint.
1154 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1155 DW_AT_name attribute. Add xfail for GCC PR93866.
1156
11572020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1158
1159 * gdb.dwarf2/cpp-linkage-name.c: New file.
1160 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1161
11622020-02-21 Shahab Vahedi <shahab@synopsys.com>
1163
1164 * lib/gdb.exp (gdb_wrapper_init): Reset
1165 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1166 not exist.
1167
11682020-02-20 Tom de Vries <tdevries@suse.de>
1169
1170 PR go/17018
1171 * gdb.go/hello.exp: Copy ...
1172 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1173 print of st to print value of global definition. Add xfail for GCC
1174 PR93844.
1175 * gdb.go/hello.exp: Remove printing of st before definition.
1176 * gdb.go/hello.go: Copy ...
1177 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1178 to st.
1179 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1180
11812020-02-20 Tom de Vries <tdevries@suse.de>
1182
1183 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1184 (gdb_simple_compile): Handle compile_flags go by using .go extension
1185 for source file.
1186 * gdb.go/chan.exp: Use support_go_compile.
1187 * gdb.go/handcall.exp: Same.
1188 * gdb.go/hello.exp: Same.
1189 * gdb.go/integers.exp: Same.
1190 * gdb.go/max-depth.exp: Same.
1191 * gdb.go/methods.exp: Same.
1192 * gdb.go/package.exp: Same.
1193 * gdb.go/strings.exp: Same.
1194 * gdb.go/types.exp: Same.
1195 * gdb.go/unsafe.exp: Same.
1196
11972020-02-19 Tom de Vries <tdevries@suse.de>
1198
1199 * gdb.python/lib-types.exp: Make xfail more strict.
1200
12012020-02-19 Tom de Vries <tdevries@suse.de>
1202
1203 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1204
12052020-02-19 Doug Evans <dje@google.com>
1206
1207 PR rust/25535
1208 * gdb.rust/simple.exp: Add test.
1209 * gdb.rust/simple.rs: Add test.
1210
12112020-02-19 Tom de Vries <tdevries@suse.de>
1212
1213 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1214 output line-by-line.
1215
12162020-02-19 Tom de Vries <tdevries@suse.de>
1217
1218 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1219
12202020-02-19 Tom de Vries <tdevries@suse.de>
1221
1222 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1223 prelink.
1224
12252020-02-19 Tom de Vries <tdevries@suse.de>
1226
1227 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1228 (gdb_do_cache): Use gdb_do_cache_wrap.
1229 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1230
12312020-02-19 Tom de Vries <tdevries@suse.de>
1232
1233 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1234 gdb_compile option.
1235
12362020-02-18 Simon Marchi <simon.marchi@efficios.com>
1237
1238 * gdb.base/printcmds.exp (test_print_enums): Update expected
1239 output.
1240
12412020-02-18 Simon Marchi <simon.marchi@efficios.com>
1242
1243 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1244 for "unknown".
1245
12462020-02-18 Simon Marchi <simon.marchi@efficios.com>
1247
1248 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1249 enumerator.
1250
12512020-02-18 Simon Marchi <simon.marchi@efficios.com>
1252
1253 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1254 FE_, add FE_NONE.
1255 (three): Update.
1256 (enum flag_enum_without_zero): New enum.
1257 (flag_enum_without_zero): New variable.
1258 (enum not_flag_enum): New enum.
1259 (three_not_flag): New variable.
1260 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1261 (test_print_enums): Add more tests for printing flag enums.
1262
12632020-02-18 Tom de Vries <tdevries@suse.de>
1264
1265 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1266 (gdb_compile_ada): ... here.
1267 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1268 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1269
12702020-02-14 Tom Tromey <tom@tromey.com>
1271
1272 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1273 build directory.
1274 * boards/gdbserver-base.exp: Update path to gdbserver.
1275
12762020-02-13 Tom de Vries <tdevries@suse.de>
1277
1278 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1279
12802020-02-13 Tom de Vries <tdevries@suse.de>
1281
1282 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1283 are missing.
1284
12852020-02-13 Tom de Vries <tdevries@suse.de>
1286
1287 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1288 call.
1289
12902020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1291
1292 PR tui/25126
1293 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1294 * gdb.base/cached-source-file.c: New file.
1295 * gdb.base/cached-source-file.exp: New file.
1296
12972020-02-11 Tom de Vries <tdevries@suse.de>
1298
1299 PR testsuite/25488
1300 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1301
13022020-02-10 Tom de Vries <tdevries@suse.de>
1303
1304 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1305
13062020-02-10 Maciej W. Rozycki <macro@wdc.com>
1307
1308 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1309 and $after_addr are both integers before making a comparison.
1310
13112020-02-09 Tom de Vries <tdevries@suse.de>
1312
1313 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1314 command output and paste it into gdb.log. If any, paste catch message
1315 to gdb.log.
1316
13172020-02-07 Tom Tromey <tromey@adacore.com>
1318
1319 PR breakpoints/24915:
1320 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1321
13222020-02-06 Shahab Vahedi <shahab@synopsys.com>
1323
1324 * gdb.tui/tui-missing-src.exp: Add the "missing source
1325 file" test for the TUI.
1326
13272020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1328
1329 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1330 including a port number in the output.
1331
13322020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1333
1334 * lib/fortran.exp (fortran_int4): Handle clang.
1335 (fortran_int8): Likewise.
1336 (fortran_real4): Likewise.
1337 (fortran_real8): Likewise.
1338 (fortran_complex4): Likewise.
1339 (fortran_logical4): Likewise.
1340 (fortran_character1): Likewise.
1341
13422020-02-04 Tom de Vries <tdevries@suse.de>
1343
1344 * README (Race detection): Add note.
1345
13462020-02-04 Tom de Vries <tdevries@suse.de>
1347
1348 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1349
13502020-02-04 Tom de Vries <tdevries@suse.de>
1351
1352 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1353
13542020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1355
1356 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1357 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1358 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1359 blttar, bnetarl.
1360 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1361 binary for blttar, bnetarl.
1362 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1363 wait instruction. Delete ldmx test.
1364 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1365
13662020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1367
1368 * gdb.fortran/array-bounds-high.exp: New file.
1369 * gdb.fortran/array-bounds-high.f90: New file.
1370
13712020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1372
1373 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1374 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1375
13762020-02-01 Tom de Vries <tdevries@suse.de>
1377
1378 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1379
13802020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 PR tui/9765
1383 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1384 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1385
13862020-01-29 Luis Machado <luis.machado@linaro.org>
1387
1388 * gdb.arch/aarch64-brk-patterns.c: New source file.
1389 * gdb.arch/aarch64-brk-patterns.exp: New test.
1390
13912020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1392
1393 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1394 GCC/Clang version.
1395 * gdb.cp/pass-by-ref.exp: Ditto.
1396
13972020-01-29 Tom de Vries <tdevries@suse.de>
1398
1399 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1400 * gdb.threads/watchpoint-fork-mt.c: Same.
1401 * gdb.threads/watchpoint-fork-parent.c: Same.
1402 * gdb.threads/watchpoint-fork-st.c: Same.
1403 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1404
14052020-01-27 Luis Machado <luis.machado@linaro.org>
1406
1407 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1408 sitting at a syscall instruction when we hit the syscall function's
1409 breakpoint.
1410 Check PC against one obtained with the x command.
1411 Validate syscall number.
1412 (step_over_syscall): Don't continue to the syscall instruction if
1413 we're already there.
1414
14152020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1416
1417 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1418
14192020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1420
1421 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1422 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1423
14242020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1427 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1428
14292020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1430
1431 * gdb.base/maint.exp: Update line table parsing test.
1432 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1433
14342020-01-24 Pedro Alves <palves@redhat.com>
1435
1436 PR gdb/25410
1437 * gdb.multi/multi-re-run-1.c: New.
1438 * gdb.multi/multi-re-run-2.c: New.
1439 * gdb.multi/multi-re-run.exp: New.
1440
14412020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1442
1443 PR gdb/23718
1444 * gdb.server/server-kill-python.exp: New file.
1445
14462020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1447
1448 * gdb.server/multi-ui-errors.c: New file.
1449 * gdb.server/multi-ui-errors.exp: New file.
1450
14512020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1452
1453 PR tui/9765
1454 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1455
14562020-01-19 Tom Tromey <tom@tromey.com>
1457
1458 * gdb.tui/main.exp: Add check for plain "file".
1459
14602020-01-16 Christian Biesinger <cbiesinger@google.com>
1461
1462 * lib/gdb.exp: Fix spelling error (seperatelly).
1463
14642020-01-14 Tom Tromey <tom@tromey.com>
1465
1466 PR symtab/12535:
1467 * gdb.python/python.exp: Test decode_line with empty string
1468 argument.
1469
14702020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1471
1472 * gdb.base/skip-inline.exp: Extend test.
1473
14742020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1475
1476 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1477 * gdb.dwarf2/dw2-bad-elf.c: New file.
1478 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1479
14802020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1481
1482 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1483 _line_saw_file.
1484
14852020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1486
1487 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1488 border.
1489
14902020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1491
1492 * gdb.multi/multi-target.exp (setup): Factor out "info
1493 connections" and "info inferiors" tests to ...
1494 (test_info_inferiors): ... this new procedure.
1495 (top level): Run new "info-inferiors" tests.
1496
14972020-01-10 Pedro Alves <palves@redhat.com>
1498
1499 * gdb.server/bkpt-other-inferior.exp: New file.
1500
15012020-01-10 Pedro Alves <palves@redhat.com>
1502
1503 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1504 of "add-inferior".
1505 * gdb.base/quit-live.exp: Likewise.
1506 * gdb.base/remote-exec-file.exp: Likewise.
1507 * gdb.guile/scm-progspace.exp: Likewise.
1508 * gdb.linespec/linespec.exp: Likewise.
1509 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1510 * gdb.mi/user-selected-context-sync.exp: Likewise.
1511 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1512 "info inferiors" tests.
1513 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1514 "add-inferior".
1515 * gdb.multi/watchpoint-multi.exp: Likewise.
1516 * gdb.python/py-inferior.exp: Likewise.
1517 * gdb.server/extended-remote-restart.exp: Likewise.
1518 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1519 "info inferiors".
1520 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1521 * gdb.trace/report.exp: Likewise.
1522
15232020-01-10 Pedro Alves <palves@redhat.com>
1524
1525 * gdb.multi/multi-target.c: New file.
1526 * gdb.multi/multi-target.exp: New file.
1527 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1528 mode requested, but remote does not support non-stop".
1529
15302020-01-10 Pedro Alves <palves@redhat.com>
1531
1532 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1533 disconnect before reconnecting.
1534
15352020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1536 Pedro Alves <palves@redhat.com>
1537
1538 * gdb.server/connect-without-multi-process.exp: Also test
1539 continuing to end.
1540
15412020-01-10 Pedro Alves <palves@redhat.com>
1542
1543 * gdb.base/remote-exec-file.exp: New file.
1544
15452020-01-10 Pedro Alves <palves@redhat.com>
1546
1547 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1548 output.
1549 * gdb.threads/async.c: New.
1550 * gdb.threads/async.exp: New.
1551 * gdb.multi/tids-gid-reset.c: New.
1552 * gdb.multi/tids-gid-reset.exp: New.
1553
15542020-01-10 George Barrett <bob@bob131.so>
1555
1556 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1557 to help in finding the image relocation offset.
1558 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1559 options in arguments.
1560 (stap_test_no_debuginfo): Likewise.
1561 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1562 test variants.
1563 (stap_test): Add null semaphore relocation test.
1564
15652020-01-10 George Barrett <bob@bob131.so>
1566
1567 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1568 * gdb.base/stap-probe.exp: Likewise.
1569 (stap_test): Pass argument as an additional flag.
1570 (stap_test_no_debuginfo): Likewise.
1571 (stap_test): Check `info probes stap' output for semaphore
1572 addresses if the test binary is supposed to have them.
1573
15742020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1575
1576 * gdb.tui/basic.exp: Add more scrolling tests.
1577
15782020-01-09 Tom Tromey <tom@tromey.com>
1579
1580 PR tui/18932:
1581 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1582 meangingful value.
1583 (Term::command, Term::resize): Update.
1584 * gdb.tui/basic.exp: Add scrolling test.
1585
15862020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1587
1588 * gdb.tui/tui-layout-asm.exp: New file.
1589
15902020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1591
1592 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1593
15942020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1595
1596 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1597 (Term::enter_tui): Use Term::prepare_for_tui.
1598
15992020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1600
1601 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1602 called.
1603
16042020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1605
1606 * gdb.base/skip.exp: Fix race condition in test.
1607
16082020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1609
1610 * gdb.base/backtrace.c: New file.
1611 * gdb.base/backtrace.exp: New file.
1612
16132020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1616
16172020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1618
1619 * gdb.base/style.exp: Test that warnings are styled.
1620
16212019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1622
1623 * gdb.base/line65535.exp: New file.
1624 * gdb.base/line65535.c: New file.
1625
16262019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1627
1628 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1629 * lib/gnat_debug_info_test.adb: New file.
1630 * gdb.ada/ptype_tagged_param.exp: Use
1631 gnat_runtime_has_debug_info, expect a different output if
1632 runtime does not have debug info.
1633
16342019-12-20 Simon Marchi <simon.marchi@efficios.com>
1635
1636 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1637 (another) quote in test name.
1638
16392019-12-20 Simon Marchi <simon.marchi@efficios.com>
1640
1641 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1642 Add quote in test name.
1643
16442019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1645
1646 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1647 directory instead.
1648 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1649 * gdb.cp/pass-by-ref-2.cc: New file.
1650 * gdb.cp/pass-by-ref-2.exp: New file.
1651
16522019-12-20 Tom Tromey <tom@tromey.com>
1653
1654 * gdb.tui/list-before.exp: New file.
1655
16562019-12-20 Tom Tromey <tom@tromey.com>
1657
1658 * gdb.tui/list.exp: Check for source on initial listing.
1659
16602019-12-11 Tom Tromey <tromey@adacore.com>
1661
1662 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1663 Add crlf test.
1664
16652019-12-18 Simon Marchi <simon.marchi@efficios.com>
1666
1667 * gdb.base/default.exp: Update value of $_gdb_major.
1668
16692019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1670
1671 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1672
16732019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1674
1675 * gdb.base/skip.exp: Whitespace fix.
1676
16772019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1678
1679 * gdb.base/skip-inline.c: New file.
1680 * gdb.base/skip-inline.exp: New file.
1681
16822019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1683
1684 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1685 jit_function_00 to jit_function_stack_mangle.
1686 * gdb.base/jithost.c (jit_function_t): Rename to...
1687 (jit_function_stack_mangle_t): ... this.
1688 (jit_function_add_t): New typedef.
1689 (jit_function_00_code): Rename to...
1690 (jit_function_stack_mangle_code): ... this, make static.
1691 (jit_function_add_code): New.
1692 (main): Generate "add" function and call it. Adjust to changes
1693 in jithost_abi.
1694 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1695 (struct jithost_abi) <begin, end>: Remove fields.
1696 <object, function_stack_mangle, function_add>: New fields.
1697 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1698 code_end>: Remove fields.
1699 <func_stack_mangle>: New field.
1700 (read_debug_info): Adjust to renaming, create block for "add"
1701 function.
1702 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1703
17042019-12-11 Tom Tromey <tom@tromey.com>
1705
1706 * gdb.tui/resize.exp: Fix regexp.
1707 * gdb.tui/regs.exp: Fix regexps.
1708 * gdb.tui/main.exp: Fix regexp.
1709
17102019-12-11 Tom Tromey <tom@tromey.com>
1711
1712 * gdb.tui/resize.exp: Update.
1713 * gdb.tui/empty.exp (layouts): Update.
1714
17152019-12-11 Tom Tromey <tom@tromey.com>
1716
1717 * gdb.tui/regs.exp: Update.
1718 * gdb.tui/empty.exp (layouts): Update.
1719 * gdb.tui/basic.exp: Update.
1720 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1721
17222019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1723
1724 * gdb.base/options.exp: Add -raw-values in the print completion list.
1725 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1726
17272019-12-10 Kevin Buettner <kevinb@redhat.com>
1728
1729 * gdb.threads/omp-par-scope.c: New file.
1730 * gdb/threads/omp-par-scope.exp: New file.
1731
17322019-12-10 Kevin Buettner <kevinb@redhat.com>
1733
1734 * lib/gdb.exp (support_nested_function_tests): New proc.
1735
17362019-12-10 Kevin Buettner <kevinb@redhat.com>
1737
1738 * lib/gdb.exp (gdb_compile_openmp): New proc.
1739 (build_executable_from_specs): Add an "openmp" option.
1740 (gdb_compile_pthreads): Add non-executable case.
1741
17422019-12-10 Tom Tromey <tromey@adacore.com>
1743
1744 * gdb.ada/unchecked_union.exp: New file.
1745 * gdb.ada/unchecked_union/pck.adb: New file.
1746 * gdb.ada/unchecked_union/pck.ads: New file.
1747 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1748 * gdb-utils.exp (string_to_regexp): Also quote "?".
1749
17502019-12-10 George Barrett <bob@bob131.so>
1751
1752 Test scripted probe breakpoints.
1753 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1754 * gdb.python/py-breakpoint.c (main): Likewise.
1755 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1756 specifier test.
1757 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1758
17592019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1760
1761 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1762 an rvalue parameter.
1763 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1764 parameter.
1765
17662019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1767
1768 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1769 modules.
1770
17712019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1772
1773 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1774 broken version of GCC.
1775
17762019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1779 sym-info-cmds library.
1780 * gdb.fortran/info-types.exp: Likewise.
1781 * lib/sym-info-cmds.exp: New file.
1782
17832019-12-08 Tom de Vries <tdevries@suse.de>
1784
1785 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1786
17872019-12-07 Keith Seitz <keiths@redhat.com>
1788
1789 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1790 * gdb.base/corefile-buildid-shlib.c: New file.
1791 * gdb.base/corefile-buildid.c: New file.
1792 * gdb.base/corefile-buildid.exp: New file.
1793
17942019-12-06 Tom de Vries <tdevries@suse.de>
1795
1796 * gdb.dwarf2/varval.exp: Add decl before def test.
1797
17982019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1799
1800 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1801
18022019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1803
1804 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1805 CV and reference conversion for overload resolution.
1806 * gdb.cp/rvalue-ref-overload.exp: Test it.
1807
18082019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1809
1810 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1811 * gdb.base/frameapply.exp: Test faas without command.
1812
18132019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1814
1815 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1816 Fortran tests.
1817 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1818 order.
1819
18202019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1821
1822 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1823 casting to type with no kind specified.
1824 (test_basic_parsing_of_type_kinds): Additional tests for types
1825 with no kind specified, and add tests for single/double
1826 precision/complex types.
1827
18282019-12-04 Tom Tromey <tromey@adacore.com>
1829
1830 * gdb.base/endianity.c (struct other) <x>: New field.
1831 (main): Initialize it.
1832 * gdb.base/endianity.exp: Update.
1833
18342019-12-04 Tom Tromey <tromey@adacore.com>
1835
1836 * gdb.ada/scalar_storage/storage.adb: New file.
1837 * gdb.ada/scalar_storage/pck.adb: New file.
1838 * gdb.ada/scalar_storage/pck.ads: New file.
1839 * gdb.ada/scalar_storage.exp: New file.
1840
18412019-12-04 Tom Tromey <tromey@adacore.com>
1842
1843 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1844 (main): Initialize it.
1845 * gdb.base/endianity.exp: Update.
1846
18472019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1848
1849 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1850
18512019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1852
1853 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1854 -symbol-info-module-functions and -symbol-info-module-variables.
1855
18562019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1857
1858 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1859
18602019-12-01 Richard Bunt <richard.bunt@arm.com>
1861 Andrew Burgess <andrew.burgess@embecosm.com>
1862
1863 * gdb.fortran/derived-type-striding.exp: New file.
1864 * gdb.fortran/derived-type-striding.f90: New file.
1865 * gdb.fortran/array-slices.exp: New file.
1866 * gdb.fortran/array-slices.f90: New file.
1867
18682019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1869
1870 * gdb.base/define.exp: Test . in command names.
1871 * gdb.base/setshow.exp: Update test, as . is now part of
1872 command name.
1873
18742019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1875
1876 * gdb.base/define-prefix.exp: New file.
1877
18782019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1879
1880 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1881 compile.
1882 (skip_btrace_pt_tests): Likewise.
1883
18842019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1885
1886 * gdb.fortran/info-modules.exp: Compile source files in correct
1887 order.
1888
18892019-11-27 Kevin Buettner <kevinb@redhat.com>
1890
1891 * gdb.dwarf2/imported-unit.exp: New file.
1892 * gdb.dwarf2/imported-unit.c: New file.
1893
18942019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1895
1896 * gdb.mi/mi-fortran-modules-2.f90: New file.
1897 * gdb.mi/mi-fortran-modules.exp: New file.
1898 * gdb.mi/mi-fortran-modules.f90: New file.
1899
19002019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1901
1902 * gdb.mi/mi-sym-info-1.c: New file.
1903 * gdb.mi/mi-sym-info-2.c: New file.
1904 * gdb.mi/mi-sym-info.exp: New file.
1905
19062019-11-22 Tom Tromey <tromey@adacore.com>
1907
1908 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1909 * gdb.ada/tasks/foo.adb: Add another stopping location.
1910
19112019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1912
1913 * gdb.base/endianity.c: New test.
1914 * gdb.base/endianity.exp: New file.
1915
19162019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1917
1918 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1919
19202019-11-21 Tom de Vries <tdevries@suse.de>
1921
1922 PR gdb/24956
1923 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1924
19252019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1926
1927 * gdb.python/py-progspace.exp: Add missing parentheses on some
1928 'print' commands.
1929
19302019-11-19 Tom Tromey <tom@tromey.com>
1931
1932 * gdb.tui/winheight.exp: New file.
1933
19342019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1935
1936 * gdb.base/ctf-whatis.c: Delete.
1937 * gdb.base/ctf-whatis.exp: Delete.
1938 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1939
19402019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1941
1942 * gdb.base/ctf-cvexpr.exp: Delete.
1943 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1944
19452019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1946
1947 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1948 the compiler. Clean up header comment a little.
1949 * gdb.base/ctf-ptype.exp: Likewise.
1950 * gdb.base/ctf-whatis.exp: Likewise.
1951 * lib/gdb.exp (skip_ctf_tests): New proc.
1952
19532019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1954
1955 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1956 * gdb.tui/corefile-run.exp: New file.
1957
19582019-11-14 Tom Tromey <tromey@adacore.com>
1959
1960 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1961 regression tests.
1962
19632019-11-12 Tom Tromey <tom@tromey.com>
1964
1965 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1966 after any command. Expect prompt after WAIT_FOR is seen.
1967 (enter_tui): Enable resize messages.
1968 (command): Expect command in output.
1969 (get_line): Avoid error when cursor appears to be off-screen.
1970 (dump_screen): Include screen size in title.
1971 (_do_resize): New proc, from "resize".
1972 (resize): Rewrite. Do resize in two steps.
1973 * gdb.tui/empty.exp (layouts): Fix entries.
1974 (check_boxes): Remove xfail.
1975 (check_text): Dump screen on failure.
1976
19772019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1978
1979 * gdb.python/py-symbol.exp: Add test for
1980 gdb.lookup_static_symbols.
1981
19822019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1983
1984 * gdb.python/py-symbol.c: Declare and call function from new
1985 py-symbol-2.c file.
1986 * gdb.python/py-symbol.exp: Compile both source files, and add new
1987 tests for gdb.lookup_static_symbol.
1988 * gdb.python/py-symbol-2.c: New file.
1989
19902019-11-02 Tom de Vries <tdevries@suse.de>
1991
1992 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1993 * gdb.base/anon.exp: Same.
1994 * gdb.base/auto-connect-native-target.exp: Same.
1995 * gdb.base/call-ar-st.exp: Same.
1996 * gdb.base/catch-syscall.exp: Same.
1997 * gdb.base/commands.exp: Same.
1998 * gdb.base/default.exp: Same.
1999 * gdb.base/display.exp: Same.
2000 * gdb.base/float.exp: Same.
2001 * gdb.base/foll-fork.exp: Same.
2002 * gdb.base/help.exp: Same.
2003 * gdb.base/info-macros.exp: Same.
2004 * gdb.base/info-proc.exp: Same.
2005 * gdb.base/info-target.exp: Same.
2006 * gdb.base/long_long.exp: Same.
2007 * gdb.base/macscp.exp: Same.
2008 * gdb.base/memattr.exp: Same.
2009 * gdb.base/nofield.exp: Same.
2010 * gdb.base/pointers.exp: Same.
2011 * gdb.base/printcmds.exp: Same.
2012 * gdb.base/ptype.exp: Same.
2013 * gdb.base/restore.exp: Same.
2014 * gdb.base/return.exp: Same.
2015 * gdb.base/scope.exp: Same.
2016 * gdb.base/set-noassign.exp: Same.
2017 * gdb.base/setshow.exp: Same.
2018 * gdb.base/shlib-call.exp: Same.
2019 * gdb.base/signals.exp: Same.
2020 * gdb.base/sigstep.exp: Same.
2021 * gdb.base/skip.exp: Same.
2022 * gdb.base/solib-symbol.exp: Same.
2023 * gdb.base/stap-probe.exp: Same.
2024 * gdb.base/step-line.exp: Same.
2025 * gdb.base/step-test.exp: Same.
2026 * gdb.base/style.exp: Same.
2027 * gdb.base/varargs.exp: Same.
2028 * gdb.base/vla-datatypes.exp: Same.
2029 * gdb.base/vla-ptr.exp: Same.
2030 * gdb.base/vla-sideeffect.exp: Same.
2031 * gdb.base/volatile.exp: Same.
2032 * gdb.base/watch-cond-infcall.exp: Same.
2033 * gdb.base/watchpoint.exp: Same.
2034
20352019-11-02 Tom de Vries <tdevries@suse.de>
2036
2037 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2038 * gdb.cp/cpexprs.exp: Same.
2039 * gdb.cp/except-multi-location.exp: Same.
2040 * gdb.cp/exceptprint.exp: Same.
2041 * gdb.cp/gdb2384.exp: Same.
2042 * gdb.cp/inherit.exp: Same.
2043 * gdb.cp/m-static.exp: Same.
2044 * gdb.cp/meth-typedefs.exp: Same.
2045 * gdb.cp/misc.exp: Same.
2046 * gdb.cp/namespace.exp: Same.
2047 * gdb.cp/non-trivial-retval.exp: Same.
2048 * gdb.cp/overload.exp: Same.
2049 * gdb.cp/pr17132.exp: Same.
2050 * gdb.cp/re-set-overloaded.exp: Same.
2051 * gdb.cp/rvalue-ref-types.exp: Same.
2052 * gdb.cp/templates.exp: Same.
2053
20542019-11-01 Luis Machado <luis.machado@linaro.org>
2055
2056 PR gdb/25124
2057
2058 * gdb.arch/pr25124.S: New file.
2059 * gdb.arch/pr25124.exp: New file.
2060
20612019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2062
2063 * gdb.fortran/info-modules.exp: Update expected results, and add
2064 additional tests for 'info module functinos', and 'info module
2065 variables'.
2066 * gdb.fortran/info-types.exp: Update expected results.
2067 * gdb.fortran/info-types.f90: Extend testcase with additional
2068 module variables and functions.
2069
20702019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2071
2072 * gdb.fortran/info-modules.exp: New file.
2073 * gdb.fortran/info-types.exp: Build with new file.
2074 * gdb.fortran/info-types.f90: Include and use new module.
2075 * gdb.fortran/info-types-2.f90: New file.
2076
20772019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2078
2079 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2080 * gdb.base/settings.exp: Test all settings types using
2081 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2082 that now verifies that the value of "maint show" is the same as
2083 returned by the settings functions. Test the type of the
2084 maintenance settings.
2085 * gdb.base/default.exp: Update show_conv_list.
2086
20872019-10-31 Tom de Vries <tdevries@suse.de>
2088
2089 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2090 gdb_test.
2091 * gdb.arch/amd64-disp-step.exp: Same.
2092 * gdb.asm/asm-source.exp: Same.
2093 * gdb.btrace/buffer-size.exp: Same.
2094 * gdb.btrace/cpu.exp: Same.
2095 * gdb.btrace/enable.exp: Same.
2096 * gdb.dwarf2/count.exp: Same.
2097 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2098 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2099 * gdb.fortran/vla-datatypes.exp: Same.
2100 * gdb.fortran/vla-history.exp: Same.
2101 * gdb.fortran/vla-ptype.exp: Same.
2102 * gdb.fortran/vla-value.exp: Same.
2103 * gdb.fortran/whatis_type.exp: Same.
2104 * gdb.guile/guile.exp: Same.
2105 * gdb.multi/tids.exp: Same.
2106 * gdb.python/py-finish-breakpoint.exp: Same.
2107 * gdb.python/py-framefilter.exp: Same.
2108 * gdb.python/py-pp-registration.exp: Same.
2109 * gdb.python/py-xmethods.exp: Same.
2110 * gdb.python/python.exp: Same.
2111 * gdb.server/connect-with-no-symbol-file.exp: Same.
2112 * gdb.server/no-thread-db.exp: Same.
2113 * gdb.server/run-without-local-binary.exp: Same.
2114 * gdb.stabs/weird.exp: Same.
2115 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2116 * gdb.threads/thread-find.exp: Same.
2117 * gdb.threads/tls-shared.exp: Same.
2118 * gdb.threads/tls.exp: Same.
2119 * gdb.threads/wp-replication.exp: Same.
2120 * gdb.trace/ax.exp: Same.
2121 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2122
21232019-10-31 Tom de Vries <tdevries@suse.de>
2124
2125 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2126 * gdb.ada/array_subscript_addr.exp: Same.
2127 * gdb.ada/arrayidx.exp: Same.
2128 * gdb.ada/arrayparam.exp: Same.
2129 * gdb.ada/arrayptr.exp: Same.
2130 * gdb.ada/boolean_expr.exp: Same.
2131 * gdb.ada/call_pn.exp: Same.
2132 * gdb.ada/complete.exp: Same.
2133 * gdb.ada/fixed_cmp.exp: Same.
2134 * gdb.ada/fun_addr.exp: Same.
2135 * gdb.ada/funcall_param.exp: Same.
2136 * gdb.ada/interface.exp: Same.
2137 * gdb.ada/mod_from_name.exp: Same.
2138 * gdb.ada/null_array.exp: Same.
2139 * gdb.ada/packed_array.exp: Same.
2140 * gdb.ada/packed_tagged.exp: Same.
2141 * gdb.ada/print_chars.exp: Same.
2142 * gdb.ada/print_pc.exp: Same.
2143 * gdb.ada/ptype_arith_binop.exp: Same.
2144 * gdb.ada/ptype_field.exp: Same.
2145 * gdb.ada/ptype_tagged_param.exp: Same.
2146 * gdb.ada/rec_return.exp: Same.
2147 * gdb.ada/ref_tick_size.exp: Same.
2148 * gdb.ada/str_ref_cmp.exp: Same.
2149 * gdb.ada/taft_type.exp: Same.
2150 * gdb.ada/tagged.exp: Same.
2151 * gdb.ada/type_coercion.exp: Same.
2152 * gdb.ada/uninitialized_vars.exp: Same.
2153
21542019-10-30 Tom de Vries <tdevries@suse.de>
2155
2156 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2157
21582019-10-26 Tom de Vries <tdevries@suse.de>
2159
2160 * gdb.base/bigcore.c: Fix typos in comments.
2161 * gdb.base/ctf-ptype.c: Same.
2162 * gdb.base/long_long.c: Same.
2163 * gdb.dwarf2/dw2-op-out-param.S: Same.
2164 * gdb.python/py-evthreads.c: Same.
2165 * gdb.reverse/i387-stack-reverse.c: Same.
2166 * gdb.trace/tfile.c: Same.
2167 * lib/compiler.c: Same.
2168 * lib/compiler.cc: Same.
2169
21702019-10-25 Tom de Vries <tdevries@suse.de>
2171
2172 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2173 gdb_test_multiple calls.
2174 * gdb.reverse/sigall-reverse.exp: Same.
2175 * gdb.reverse/solib-precsave.exp: Same.
2176 * gdb.reverse/solib-reverse.exp: Same.
2177 * gdb.reverse/until-precsave.exp: Same.
2178 * gdb.reverse/until-reverse.exp: Same.
2179
21802019-10-24 Tom de Vries <tdevries@suse.de>
2181
2182 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2183 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2184 kfail using -wrap pattern flag and convenience variable
2185 gdb_test_name.
2186
21872019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2188
2189 * gdb.python/py-progspace.exp: Add tests for the
2190 Progspace.block_for_pc method.
2191
21922019-10-23 Tom Tromey <tom@tromey.com>
2193
2194 * configure: Rebuild.
2195 * aclocal.m4: Use m4_include, not sinclude.
2196
21972019-10-21 Tom de Vries <tdevries@suse.de>
2198
2199 * gdb.base/infcall-nested-structs.c: Add
2200 __attribute__((noinline,noclone)) to all functions.
2201 (call_all): Add missing variable initialization. Simplify return value.
2202 (breakpt): Increment volatile variable, to prevent call from being
2203 optimized out.
2204 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2205
22062019-10-17 Tom de Vries <tdevries@suse.de>
2207
2208 * gdb.fortran/module.exp: Allow info variables to print info for files
2209 other than module.f90.
2210
22112019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2212
2213 * gdb.fortran/module.exp: Extend with 'info variables' test.
2214
22152019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2216
2217 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2218 F77_FOR_TARGET.
2219
22202019-10-16 Tom de Vries <tdevries@suse.de>
2221
2222 PR tdep/25096
2223 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2224
22252019-10-16 Tom de Vries <tdevries@suse.de>
2226
2227 PR tdep/24104
2228 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2229 Add KFAIL for PR tdep/25096.
2230
22312019-10-16 Tom de Vries <tdevries@suse.de>
2232
2233 PR testsuite/25059
2234 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2235
22362019-10-16 Tom de Vries <tdevries@suse.de>
2237
2238 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2239 as signed.
2240
22412019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2242
2243 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2244 one instead of increasing timeout.
2245
22462019-10-13 Tom de Vries <tdevries@suse.de>
2247
2248 PR record/25038
2249 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2250 * gdb.reverse/sigall-reverse.exp: Same.
2251 * gdb.reverse/solib-precsave.exp: Same.
2252 * gdb.reverse/solib-reverse.exp: Same.
2253 * gdb.reverse/step-precsave.exp: Same.
2254 * gdb.reverse/until-precsave.exp: Same.
2255 * gdb.reverse/until-reverse.exp: Same.
2256 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2257
22582019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2259
2260 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2261 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2262 (cmp_struct_05_01, cmp_struct_static_02_01)
2263 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2264 comparisons.
2265
22662019-10-10 Tom de Vries <tdevries@suse.de>
2267
2268 PR testsuite/24888
2269 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2270 gnatlink.
2271
22722019-10-09 Tom de Vries <tdevries@suse.de>
2273
2274 PR testsuite/25048
2275 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2276
22772019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2278
2279 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2280 exceptions due to missing debug information.
2281
22822019-10-07 Tom de Vries <tdevries@suse.de>
2283
2284 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2285
22862019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2287
2288 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2289 * gdb.base/annota1.exp: Update to use gdb_test_name.
2290
22912019-10-07 Weimin Pan <weimin.pan@oracle.com>
2292
2293 * gdb.base/ctf-whatis.exp: New file.
2294 * gdb.base/ctf-whatis.c: New file.
2295 * gdb.base/ctf-ptype.exp: New file.
2296 * gdb.base/ctf-ptype.c: New file.
2297 * gdb.base/ctf-constvars.exp: New file.
2298 * gdb.base/ctf-constvars.c: New file.
2299 * gdb.base/ctf-cvexpr.exp: New file.
2300
23012019-10-04 Tom de Vries <tdevries@suse.de>
2302
2303 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2304 for loop.
2305
23062019-10-03 Tom Tromey <tom@tromey.com>
2307
2308 PR rust/24976:
2309 * gdb.rust/simple.rs (Union2): New type.
2310 (main): Use Union2.
2311 * gdb.rust/simple.exp: Add test.
2312
23132019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2314
2315 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2316 nested function prefix.
2317
23182019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2319 Richard Bunt <richard.bunt@arm.com>
2320 Andrew Burgess <andrew.burgess@embecosm.com>
2321
2322 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2323 nested functions.
2324 * gdb.fortran/nested-funcs.f90: Update expected results.
2325 * gdb.fortran/nested-funcs-2.exp: New file.
2326 * gdb.fortran/nested-funcs-2.f90: New file.
2327
23282019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 * gdb.python/py-parameter.exp: Make test names unique.
2331 * gdb.python/py-template.exp: Likewise.
2332 * gdb.python/py-value.exp: Likewise.
2333
23342019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2335
2336 * gdb.base/break-interp.exp: Reduce test name duplication.
2337 * gdb.base/call-sc.exp: Likewise.
2338 * gdb.base/callfuncs.exp: Likewise.
2339 * gdb.base/charset.exp: Likewise.
2340 * gdb.base/dump.exp: Likewise.
2341 * gdb.base/ena-dis-br.exp: Likewise.
2342 * gdb.base/relational.exp: Likewise.
2343 * gdb.base/step-over-syscall.exp: Likewise.
2344 * gdb.base/structs.exp: Likewise.
2345
23462019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2347
2348 * gdb.linespec/explicit.exp: Make test names unique.
2349 * gdb.linespec/ls-errs.exp: Likewise.
2350
23512019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2352
2353 * gdb.reverse/break-precsave.exp: Make test names unique.
2354 * gdb.reverse/break-reverse.exp: Likewise.
2355 * gdb.reverse/finish-precsave.exp: Likewise.
2356 * gdb.reverse/finish-reverse.exp: Likewise.
2357 * gdb.reverse/machinestate-precsave.exp: Likewise.
2358 * gdb.reverse/machinestate.exp: Likewise.
2359 * gdb.reverse/readv-reverse.exp: Likewise.
2360 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2361 * gdb.reverse/sigall-precsave.exp: Likewise.
2362 * gdb.reverse/sigall-reverse.exp: Likewise.
2363 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2364 * gdb.reverse/watch-precsave.exp: Likewise.
2365 * gdb.reverse/watch-reverse.exp: Likewise.
2366
23672019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2368
2369 * gdb.threads/stop-with-handle.c: New file.
2370 * gdb.threads/stop-with-handle.exp: New file.
2371
23722019-10-03 Tom de Vries <tdevries@suse.de>
2373
2374 PR testsuite/25059
2375 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2376 directory" line to be missing.
2377
23782019-10-03 Tom de Vries <tdevries@suse.de>
2379
2380 PR testsuite/25059
2381 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2382 type optional.
2383
23842019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2385
2386 * gdb.python/py-format-string.c (string.h): New include.
2387 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2388 the same value, for endianness-independence.
2389 * gdb.python/py-format-string.exp (default_regexp_dict)
2390 (test_pretty_structs, test_format): Adjust expected output to the
2391 changed initialization.
2392
23932019-10-02 Tom Tromey <tromey@adacore.com>
2394
2395 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2396
23972019-10-02 Pedro Alves <palves@redhat.com>
2398 Andrew Burgess <andrew.burgess@embecosm.com>
2399
2400 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2401 "print-file-var.h".
2402 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2403 (get_version_1): Print this_version_id and its address.
2404 Add extern "C" wrappers around interface functions.
2405 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2406 "print-file-var.h".
2407 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2408 (get_version_2): Print this_version_id and its address.
2409 Add extern "C" wrappers around interface functions.
2410 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2411 <stddef.h> and "print-file-var.h".
2412 Add extern "C" wrappers around interface functions.
2413 [VERSION_ID_MAIN] (this_version_id): Define.
2414 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2415 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2416 up extern "C" blocks.
2417 * gdb.base/print-file-var.exp (test): New, factored out from top
2418 level.
2419 (top level): Test all combinations of attribute hidden or not,
2420 dlopen or not, and this_version_id symbol in main file or not.
2421 Compile tests as both C++ and C, make test names unique.
2422
24232019-10-01 Tom Tromey <tom@tromey.com>
2424
2425 * gdb.base/style.exp: Test "show logging filename".
2426
24272019-10-01 Tom Tromey <tom@tromey.com>
2428
2429 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2430 * gdb.base/style.exp: Add metadata style test.
2431
24322019-10-01 Tom Tromey <tom@tromey.com>
2433
2434 * gdb.base/style.exp: Test "pwd".
2435
24362019-10-01 Tom Tromey <tom@tromey.com>
2437
2438 * gdb.base/style.exp: Update tests.
2439
24402019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2441
2442 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2443 'six' to unsigned.
2444 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2445 'five'. Use an all-ones bit pattern for each.
2446 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2447 to its changed values.
2448
24492019-09-30 Tom Tromey <tromey@adacore.com>
2450
2451 * gdb.rust/traits.rs: Disable all warnings.
2452
24532019-09-29 Tom de Vries <tdevries@suse.de>
2454
2455 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2456
24572019-09-29 Tom de Vries <tdevries@suse.de>
2458
2459 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2460
24612019-09-27 Tom de Vries <tdevries@suse.de>
2462
2463 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2464
24652019-09-27 Tom de Vries <tdevries@suse.de>
2466
2467 PR record/23188
2468 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2469
24702019-09-26 Tom Tromey <tromey@adacore.com>
2471
2472 * gdb.ada/py_taft.exp: New file.
2473 * gdb.ada/py_taft/main.adb: New file.
2474 * gdb.ada/py_taft/pkg.adb: New file.
2475 * gdb.ada/py_taft/pkg.ads: New file.
2476
24772019-09-24 Tom de Vries <tdevries@suse.de>
2478
2479 PR gdb/24598
2480 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2481
24822019-09-22 Tom de Vries <tdevries@suse.de>
2483
2484 * gdb.base/restore.exp: Allow register variables to be optimized out at
2485 -O0.
2486
24872019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2488
2489 * gdb.arch/spu-info.exp: Remove file.
2490 * gdb.arch/spu-info.c: Remove file.
2491 * gdb.arch/spu-ls.exp: Remove file.
2492 * gdb.arch/spu-ls.c: Remove file.
2493
2494 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2495 * gdb.asm/spu.inc: Remove file.
2496
2497 * gdb.base/dump.exp: Remove support for spu*-*-*.
2498 * gdb.base/stack-checking.exp: Likewise.
2499 * gdb.base/overlays.exp: Likewise.
2500 * gdb.base/ovlymgr.c: Likewise.
2501 * gdb.base/spu.ld: Remove file.
2502
2503 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2504 * gdb.cp/cpexprs.exp: Likewise.
2505 * gdb.cp/exception.exp: Likewise.
2506 * gdb.cp/gdb2495.exp: Likewise.
2507 * gdb.cp/mb-templates.exp: Likewise.
2508 * gdb.cp/pr9167.exp: Likewise.
2509 * gdb.cp/userdef.exp: Likewise.
2510
2511 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2512
2513 * gdb.cell: Remove directory.
2514 * lib/cell.exp: Remove file.
2515
25162019-09-19 Tom de Vries <tdevries@suse.de>
2517
2518 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2519
25202019-09-19 Tom de Vries <tdevries@suse.de>
2521
2522 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2523
25242019-09-19 Tom de Vries <tdevries@suse.de>
2525
2526 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2527 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2528 (gdb_target_cmd): ... here.
2529 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2530 value 2.
2531
25322019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2533
2534 * gdb.base/source-dir.exp: Avoid having directory names in test
2535 names.
2536
25372019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2540 directory.
2541
25422019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2543
2544 * gdb.base/list-missing-source.exp: New file.
2545
25462019-09-14 Tom de Vries <tdevries@suse.de>
2547
2548 PR teststuite/24599
2549 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2550 * lib/ada.exp (gnatmake_version_at_least): New proc.
2551
25522019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2553
2554 * gdb.base/maint.exp: Use exec_has_index_section.
2555
25562019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2557
2558 * gdb.base/maint.exp: Add test for 'maint info sections'.
2559
25602019-09-12 Tom de Vries <tdevries@suse.de>
2561
2562 * gdb.base/store.exp: Allow register variables to be optimized out at
2563 -O0.
2564
25652019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2566
2567 * gdb.ada/rdv_wait.exp: Update to new task names.
2568 * gdb.base/task_switch_in_core.exp: Likewise.
2569 * gdb.base/info_sources_base.c: Likewise.
2570
25712019-09-10 Tom Tromey <tromey@adacore.com>
2572
2573 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2574
25752019-09-10 Tom Tromey <tromey@adacore.com>
2576
2577 * gdb.ada/dgopt.exp: New file.
2578 * gdb.ada/dgopt/x.adb: New file.
2579
25802019-09-08 Tom Tromey <tom@tromey.com>
2581
2582 * gdb.tui/resize.exp: Remove setup_xfail.
2583 * gdb.tui/regs.exp: Remove setup_xfail.
2584 * gdb.tui/basic.exp: Remove setup_xfail.
2585
25862019-09-06 David Blaikie <dblaikie@gmail.com>
2587
2588 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2589 * gdb.cp/cplabel.exp: Ditto.
2590 * gdb.linespec/ls-errs.exp: Ditto.
2591
25922019-09-05 Tom de Vries <tdevries@suse.de>
2593
2594 * lib/gdb.exp (cmp_file_string): New proc.
2595 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2596 runto_main. Verify save breakpoints output.
2597
25982019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2599
2600 * gdb.base/info-var.exp: Test info variables without running
2601 to main, to avoid expect's buffer overflow.
2602
26032019-09-03 Tom Tromey <tromey@adacore.com>
2604
2605 * gdb.ada/bias.exp: New file.
2606 * gdb.ada/bias/bias.adb: New file.
2607 * gdb.ada/print_chars.exp: Add regression test.
2608 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2609 (MC): New variable.
2610
26112019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2612
2613 * gdb.base/argv0-symlink.exp: Run only on native target
2614 and local host.
2615
26162019-08-29 Tom de Vries <tdevries@suse.de>
2617
2618 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2619 diverse debug info.
2620 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2621
26222019-08-28 Tom de Vries <tdevries@suse.de>
2623
2624 * gdb.base/info-var.exp: Allow info variables to print info for files
2625 other than info-var-f1.c and info-var-f2.c.
2626
26272019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2628
2629 * gdb.fortran/info-types.exp: Add module.
2630 * gdb.fortran/info-types.f90: Update expected results.
2631
26322019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2633
2634 * gdb.fortran/info-types.exp: New file.
2635 * gdb.fortran/info-types.f90: New file.
2636 * lib/fortran.exp (fortran_character1): New proc.
2637
26382019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2639
2640 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2641 functions'. Reindent as needed.
2642 * gdb.base/info-var-f1.c: New file.
2643 * gdb.base/info-var-f2.c: New file.
2644 * gdb.base/info-var.exp: New file.
2645 * gdb.base/info-var.h: New file.
2646
26472019-08-26 Tom de Vries <tdevries@suse.de>
2648
2649 PR c++/24852
2650 * gdb.cp/no-libstdcxx-probe.exp: New test.
2651
26522019-08-26 Tom de Vries <tdevries@suse.de>
2653
2654 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2655 * tests need to be skipped.
2656 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2657 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2658 mi_skip_libstdcxx_probe_tests.
2659
26602019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2661
2662 * gdb.python/py-xmethods.exp: Use raw strings when passing
2663 arguments to SimpleXMethodMatcher.
2664
26652019-08-22 Tom de Vries <tdevries@suse.de>
2666
2667 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2668 more informative.
2669
26702019-08-21 Pedro Alves <palves@redhat.com>
2671
2672 * gdb.base/with.exp: Test "with" with no arguments.
2673
26742019-08-21 Tom de Vries <tdevries@suse.de>
2675
2676 * gdb.base/gdb-caching-proc.exp: Sort files.
2677
26782019-08-20 Tom de Vries <tdevries@suse.de>
2679
2680 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2681 compilation.
2682
26832019-08-16 Tom de Vries <tdevries@suse.de>
2684
2685 * gdb.base/compare-sections.exp ("after run to main"): Allow
2686 mismatched read-only sections for PIE executables.
2687
26882019-08-16 Tom Tromey <tom@tromey.com>
2689
2690 * lib/tuiterm.exp (_csi_Z): New proc.
2691 * gdb.tui/basic.exp: Update window positions.
2692 * gdb.tui/empty.exp: Update window positions.
2693
26942019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2695
2696 * gdb.base/examine-backward.exp: Correct regexp for
2697 "examine 3 bytes backward from ${address_zero}".
2698
26992019-08-15 Tom Tromey <tom@tromey.com>
2700
2701 * gdb.tui/empty.exp: Enable resizing tests.
2702
27032019-08-15 Tom Tromey <tromey@adacore.com>
2704
2705 * gdb.ada/char_enum.exp: Add regression tests.
2706 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2707 and '0'.
2708 (Char, Gchar): Update.
2709 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2710
27112019-08-15 Christian Biesinger <cbiesinger@google.com>
2712
2713 * gdb.python/python.exp: Expect a leading underscore on
2714 GdbOutput{,Error}File.
2715
27162019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2717
2718 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2719 Windows host.
2720
27212019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2722
2723 * gdb.base/batch-preserve-term-settings.exp
2724 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2725
27262019-08-15 Christian Biesinger <cbiesinger@google.com>
2727
2728 * lib/gdb.exp: When running on a mingw target, replace
2729 /x/ with x:/.
2730
27312019-08-14 Alan Hayward <alan.hayward@arm.com>
2732
2733 * gdb.arch/aarch64-prologue.c: New test.
2734 * gdb.arch/aarch64-prologue.exp: New file.
2735
27362019-08-13 Tom de Vries <tdevries@suse.de>
2737
2738 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2739 Thread.
2740
27412019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2742
2743 * gdb.python/py-completion.exp: Download the .py file to the host
2744 and use its host pathname. Conditionalize tests that use
2745 tab completion and manipulate files on the build machine.
2746 * gdb.python/py-events.exp: Download the .py file to the host
2747 and use its host pathname.
2748 * gdb.python/py-evsignal.exp: Likewise.
2749 * gdb.python/py-evthreads.exp: Likewise.
2750 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2751 pathname syntax.
2752 * gdb.python/py-framefilter.exp: Download the .py file to the right
2753 place on the host. Match Windows pathname syntax.
2754 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2755 .py file to the host and use its host pathname.
2756 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2757 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2758 build pathname. Skip symlink test on Windows host. Add missing
2759 newline at end of file.
2760 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2761 and use its host pathname.
2762 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2763 * gdb.python/py-section-script.exp: Use host location of binfile
2764 on safe-path. Use correct path separator on Windows host.
2765 Reorder alternatives in gdb_test_multiple to prevent matching
2766 the wrong alternative on success.
2767 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2768
27692019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2770
2771 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2772 expect the GDB inferior to no longer immediately stop after
2773 being resumed with "signal SIGINT".
2774
27752019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2776
2777 * gdb.linespec/break-ask.exp: Generalize regexps to match
2778 Windows pathnames too.
2779
27802019-08-08 Tom de Vries <tdevries@suse.de>
2781
2782 PR testsuite/24862
2783 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2784
27852019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2786
2787 * gdb.base/style.exp: Update tests for help doc new invariants.
2788 * gdb.base/help.exp: Likewise.
2789
27902019-08-06 Tom Tromey <tom@tromey.com>
2791
2792 * gdb.base/style.exp: Add disassemble test.
2793 * gdb.base/style.c (some_called_function): New function.
2794 (main): Use it.
2795
27962019-08-05 Christian Biesinger <cbiesinger@google.com>
2797
2798 * gdb.python/py-block.exp: Test dictionary access on blocks.
2799
28002019-08-05 Simon Marchi <simon.marchi@efficios.com>
2801
2802 PR gdb/24863
2803 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2804 -list-thread-groups --available test when running under
2805 check-read1.
2806
28072019-08-05 Tom de Vries <tdevries@suse.de>
2808
2809 PR testsuite/24863
2810 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2811 * gdb.base/help.exp: Use with_read1_timeout_factor.
2812 * gdb.base/info-macros.exp: Same.
2813 * gdb.cp/nested-types.exp: Same.
2814
28152019-08-05 Tom de Vries <tdevries@suse.de>
2816
2817 * lib/gdb.exp (version_at_least): Factor out of ...
2818 (tcl_version_at_least): ... here.
2819 (gdb_compile): Fail if pie results in non-PIE executable.
2820 (readelf_version, readelf_prints_pie): New proc.
2821 (exec_is_pie): Return -1 if unknown.
2822
28232019-08-05 Tom de Vries <tdevries@suse.de>
2824
2825 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2826
28272019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2828
2829 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2830
28312019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2832
2833 * lib/completion-support.exp (test_gdb_complete_none): Skip
2834 tab completion tests if no readline support.
2835 (test_gdb_complete_unique_re): Likewise.
2836 (test_gdb_complete_multiple): Likewise.
2837
28382019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2839
2840 * gdb.base/info_sources.exp: New file.
2841 * gdb.base/info_sources.c: New file.
2842 * gdb.base/info_sources_base.c: New file.
2843
28442019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2845
2846 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2847 prefix argument.
2848 (test_exit_status): Add prefix argument.
2849
28502019-08-01 Tom de Vries <tdevries@suse.de>
2851
2852 PR testsuite/24863
2853 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2854 calling exp_continue for new thread and thread exited messages.
2855
28562019-08-01 Tom de Vries <tdevries@suse.de>
2857
2858 PR testsuite/24863
2859 * gdb.base/structs.exp: Fix check-read1 timeout using
2860 gdb_test_sequence.
2861 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2862
28632019-08-01 Tom de Vries <tdevries@suse.de>
2864
2865 PR testsuite/24863
2866 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2867 line.
2868
28692019-08-01 Tom de Vries <tdevries@suse.de>
2870
2871 PR testsuite/24863
2872 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2873
28742019-07-30 Tom Tromey <tromey@adacore.com>
2875
2876 * gdb.ada/display_nested.exp: New file.
2877 * gdb.ada/display_nested/foo.adb: New file.
2878 * gdb.ada/display_nested/pack.adb: New file.
2879 * gdb.ada/display_nested/pack.ads: New file.
2880
28812019-07-30 Christian Biesinger <cbiesinger@google.com>
2882
2883 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2884 namespace.
2885 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2886
28872019-07-30 Tom de Vries <tdevries@suse.de>
2888
2889 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2890 instead.
2891
28922019-07-30 Tom de Vries <tdevries@suse.de>
2893
2894 PR testsuite/24834
2895 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2896 (exec_is_pie): New proc.
2897
28982019-07-29 Christian Biesinger <cbiesinger@google.com>
2899
2900 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2901
29022019-07-29 Christian Biesinger <cbiesinger@google.com>
2903
2904 * gdb.python/py-objfile.c: Add global and static vars.
2905 * gdb.python/py-objfile.exp: Test new functions Objfile.
2906 lookup_global_symbol and lookup_static_symbol.
2907
29082019-07-29 Tom Tromey <tom@tromey.com>
2909
2910 * lib/tuiterm.exp (Term::_csi_@): New proc.
2911 (Term::_csi_X): Don't move cursor.
2912
29132019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2914
2915 * gdb.base/options.exp: Update backtrace - completion to
2916 new option -frame-info.
2917 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2918 Test new 'set print frame-info'. Test backtrace -frame-info
2919 overriding 'set print frame-info'.
2920 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2921 Test new 'set print frame-info'.
2922 Verify consistency of backtrace with and without filters, with and
2923 without -no-filters.
2924 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2925 default.
2926
29272019-07-29 Tom de Vries <tdevries@suse.de>
2928
2929 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2930 no arguments".
2931
29322019-07-29 Tom de Vries <tdevries@suse.de>
2933
2934 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2935 is a substring of the first for "complete non-unique file name".
2936
29372019-07-29 Tom de Vries <tdevries@suse.de>
2938
2939 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2940 with ".*".
2941
29422019-07-29 Tom de Vries <tdevries@suse.de>
2943
2944 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2945 Pass prompt_regexp parameter to gdb_test_multiple calls.
2946
29472019-07-29 Tom de Vries <tdevries@suse.de>
2948
2949 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2950 print registers" regexps.
2951
29522019-07-29 Tom de Vries <tdevries@suse.de>
2953
2954 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2955
29562019-07-29 Tom de Vries <tdevries@suse.de>
2957
2958 PR gdb/24855
2959 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2960 (skip_python_tests_prompt): Add prompt_regexp argument to
2961 gdb_test_multiple calls.
2962
29632019-07-27 Tom Tromey <tom@tromey.com>
2964
2965 * gdb.tui/main.exp: New file.
2966
29672019-07-27 Tom Tromey <tom@tromey.com>
2968
2969 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2970 optional.
2971 * gdb.tui/empty.exp: New file.
2972
29732019-07-27 Tom Tromey <tom@tromey.com>
2974
2975 * lib/tuiterm.exp (spawn): New proc.
2976 (Term::resize): New proc.
2977 * gdb.tui/resize.exp: New file.
2978
29792019-07-27 Tom Tromey <tom@tromey.com>
2980
2981 * gdb.tui/list.exp: New file.
2982
29832019-07-27 Tom Tromey <tom@tromey.com>
2984
2985 * gdb.tui/regs.exp: New file.
2986
29872019-07-27 Tom Tromey <tom@tromey.com>
2988
2989 * gdb.tui/basic.exp: Add "layout split" test.
2990
29912019-07-27 Tom Tromey <tom@tromey.com>
2992
2993 * gdb.tui/basic.exp: Add "layout asm" test.
2994
29952019-07-27 Tom Tromey <tom@tromey.com>
2996
2997 * lib/tuiterm.exp: New file.
2998 * gdb.tui/basic.exp: New file.
2999
30002019-07-27 Kevin Buettner <kevinb@redhat.com>
3001
3002 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3003 Enable tests associated with this flag. Adjust regex
3004 referencing "foo_low" to now refer to "foo_cold" instead.
3005
30062019-07-27 Kevin Buettner <kevinb@redhat.com>
3007
3008 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3009 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3010 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3011 foo_cold. Revise comments to match.
3012 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3013 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3014 were wrapped into this proc; Call do_test in loop from outermost
3015 level.
3016 (foo_low): Rename all occurrences to "foo_cold".
3017 (backtrace from baz): New test.
3018 (x2/i foo_cold): New test.
3019 (info line *foo_cold): New test.
3020
30212019-07-26 Tom de Vries <tdevries@suse.de>
3022
3023 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3024
30252019-07-25 Tom de Vries <tdevries@suse.de>
3026
3027 PR testsuite/24830
3028 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3029 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3030 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3031 (skip_libstdcxx_probe_tests): ... here.
3032 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3033
30342019-07-24 Tom de Vries <tdevries@suse.de>
3035
3036 PR testsuite/24807
3037 * gdb.objc/basicclass.m: Include stdio.h.
3038 * gdb.objc/nondebug.m: Same.
3039 * gdb.objc/objcdecode.m: Same.
3040
30412019-07-24 Tom de Vries <tdevries@suse.de>
3042
3043 PR testsuite/24612
3044 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3045 additional_flags.
3046
30472019-07-24 Tom de Vries <tdevries@suse.de>
3048
3049 PR testsuite/24831
3050 * gdb.multi/tids.exp: Update error messages for info threads.
3051
30522019-07-24 Tom de Vries <tdevries@suse.de>
3053
3054 * gdb.base/info-types.exp: Allow info types to print info for more than
3055 one file.
3056
30572019-07-23 Tom de Vries <tdevries@suse.de>
3058
3059 PR testsuite/24842
3060 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3061 gdb_spawn_with_cmdline_opts.
3062
30632019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3064
3065 * gdb.arch/arm-cmse-sgstubs.c: New test.
3066 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3067
30682019-07-23 Tom de Vries <tdevries@suse.de>
3069
3070 PR testsuite/24711
3071 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3072 issuing next command.
3073
30742019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.ada/info_auto_lang.exp: Update expected results.
3077 * gdb.base/info-types.c: Add additional types to check.
3078 * gdb.base/info-types.exp: Update expected results.
3079
30802019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3081
3082 * gdb.base/info-types.c: New file.
3083 * gdb.base/info-types.exp: New file.
3084
30852019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3086
3087 * gdb.arch/riscv-bp-infcall.c: New file.
3088 * gdb.arch/riscv-bp-infcall.exp: New file.
3089
30902019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3091
3092 PR breakpoints/24541
3093 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3094
30952019-07-14 Tom de Vries <tdevries@suse.de>
3096
3097 PR testsuite/24760
3098 * gdb.objc/basicclass.exp: Fix unterminated string.
3099
31002019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3101 Andrew Burgess <andrew.burgess@embecosm.com>
3102
3103 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3104 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3105 negative bounds.
3106 * gdb.fortran/vla-value.exp: Print elements of an array with
3107 negative bounds.
3108 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3109 testing.
3110
31112019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3112
3113 * gdb.base/options.exp (expect_string): Dequote strings in
3114 results.
3115 (test-string): Test strings with different quoting and reindent.
3116
31172019-07-10 Tom Tromey <tromey@adacore.com>
3118
3119 * gdb.ada/mi_ex_cond.exp: Update expected results.
3120 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3121 * gdb.ada/mi_catch_ex.exp: Update expected results.
3122 * gdb.ada/mi_catch_assert.exp: Update expected results.
3123 * gdb.ada/catch_ex.exp (catch_exception_info)
3124 (catch_exception_entry, catch_assert_entry)
3125 (catch_unhandled_entry): Update.
3126 * gdb.ada/catch_assert_if.exp: Update expected results.
3127
31282019-07-10 Richard Bunt <richard.bunt@arm.com>
3129 Stephen Roberts <stephen.roberts@arm.com>
3130
3131 * gdb.base/define.exp: Restore original prompt.
3132
31332019-07-09 Pedro Alves <palves@redhat.com>
3134
3135 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3136 breakpoints" output.
3137 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3138 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3139 throw" creates breakpoint.
3140 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3141 'type="catchpoint"'.
3142
31432019-07-09 Pedro Alves <palves@redhat.com>
3144
3145 PR c++/15468
3146 * gdb.cp/except-multi-location-lib.cc: New.
3147 * gdb.cp/except-multi-location-main.cc: New.
3148 * gdb.cp/except-multi-location.exp: New.
3149
31502019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3151
3152 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3153 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3154 argument and update callers.
3155
31562019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3157
3158 * gdb.arch/amd64-break-on-asm-line.S: New file.
3159 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3160
31612019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3162
3163 * gdb.base/printcmds.exp: Test printing C string and
3164 C wide string convenience vars without transiting via the inferior.
3165 Also make test names unique.
3166
31672019-07-08 Alan Hayward <alan.hayward@arm.com>
3168
3169 PR breakpoints/25011
3170 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3171
31722019-07-04 Pedro Alves <palves@redhat.com>
3173
3174 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3175 body returned ok(0), break(3) or continue(4).
3176 * gdb.testsuite/foreach_with_prefix.exp: New file.
3177
31782019-07-04 Alan Hayward <alan.hayward@arm.com>
3179
3180 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3181
31822019-07-03 Pedro Alves <palves@redhat.com>
3183
3184 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3185 "return -code".
3186
31872019-07-03 Pedro Alves <palves@redhat.com>
3188
3189 PR cli/24732
3190 * gdb.base/shell.exp: Load completion-support.exp.
3191 Adjust expected error output. Add completion tests.
3192
31932019-07-03 Pedro Alves <palves@redhat.com>
3194
3195 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3196 string_to_regexp.
3197
31982019-07-03 Pedro Alves <palves@redhat.com>
3199
3200 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3201 (expect_integer): Adjust to expect "-string".
3202 (expect_string): New.
3203 (all_options): Expect "-string".
3204 (test-flag, test-boolean): Adjust to expect "-string".
3205 (test-string): New proc.
3206 (top level): Call it.
3207
32082019-07-03 Pedro Alves <palves@redhat.com>
3209
3210 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3211 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3212 the expected output in the success.
3213
32142019-07-03 Pedro Alves <palves@redhat.com>
3215
3216 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3217 Split one gdb_test_multiple call in two to avoid a race.
3218
32192019-07-03 Pedro Alves <palves@redhat.com>
3220
3221 * gdb.base/with.c: New file.
3222 * gdb.base/with.exp: New file.
3223
32242019-07-03 Pedro Alves <palves@redhat.com>
3225
3226 * gdb.base/settings.exp: Replace all references to "maint
3227 test-settings set" with references to "maint set test-settings",
3228 and all references to "maint test-settings show" with references
3229 to "maint show test-settings".
3230
32312019-07-03 Pedro Alves <palves@redhat.com>
3232
3233 * gdb.base/settings.exp (test-string): Adjust expected out when
3234 testing "maint test-settings show filename"
3235
32362019-07-02 Pedro Alves <palves@redhat.com>
3237
3238 * gdb.base/options.exp (test-info-threads): New procedure.
3239 (top level): Call it.
3240
32412019-06-28 Tom Tromey <tromey@adacore.com>
3242
3243 * gdb.dwarf2/ada-linkage-name.c: New file.
3244 * gdb.dwarf2/ada-linkage-name.exp: New file.
3245
32462019-06-27 Tom Tromey <tromey@adacore.com>
3247
3248 PR c++/20020:
3249 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3250
32512019-06-26 Tom de Vries <tdevries@suse.de>
3252
3253 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3254
32552019-06-26 Tom de Vries <tdevries@suse.de>
3256
3257 * gdb.base/index-cache.exp: Add back missing debug option.
3258
32592019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3260
3261 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3262
32632019-06-25 Tom de Vries <tdevries@suse.de>
3264
3265 PR testsuite/24727
3266 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3267
32682019-06-24 Tom de Vries <tdevries@suse.de>
3269
3270 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3271
32722019-06-24 Tom de Vries <tdevries@suse.de>
3273
3274 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3275 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3276 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3277
32782019-06-24 Tom de Vries <tdevries@suse.de>
3279
3280 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3281
32822019-06-21 Tom de Vries <tdevries@suse.de>
3283
3284 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3285
32862019-06-21 Tom de Vries <tdevries@suse.de>
3287
3288 PR testsuite/24518
3289 PR ada/24713
3290 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3291 index.
3292
32932019-06-19 Tom Tromey <tromey@adacore.com>
3294
3295 * gdb.ada/length_cond.exp: Add intro comment.
3296
32972019-06-19 Tom Tromey <tromey@adacore.com>
3298
3299 * gdb.ada/length_cond.exp: New file.
3300 * gdb.ada/length_cond/length_cond.adb: New file.
3301 * gdb.ada/length_cond/pck.adb: New file.
3302 * gdb.ada/length_cond/pck.ads: New file.
3303
33042019-06-18 Tom de Vries <tdevries@suse.de>
3305
3306 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3307
33082019-06-18 Tom Tromey <tromey@adacore.com>
3309
3310 * gdb.base/list0.h: Add comment explaining control character.
3311
33122019-06-18 Tom de Vries <tdevries@suse.de>
3313
3314 * boards/fission.exp: Break up long debug_flags line.
3315
33162019-06-16 Tom de Vries <tdevries@suse.de>
3317
3318 PR gdb/24445
3319 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3320 generated index.
3321
33222019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3323
3324 PR gdb/24686
3325 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3326 improve detection of bug gdb/24541.
3327
33282019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3329
3330 PR gdb/24669
3331 * gdb.base/index-cache.exp (uses_readnow,
3332 expecting_index_cache_use): Define global variable.
3333 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3334 expecting_index_cache_use.
3335
33362019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3337 Andrew Burgess <andrew.burgess@embecosm.com>
3338
3339 * gdb.fortran/pointers.f90: New file.
3340 * gdb.fortran/print_type.exp: New file.
3341 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3342 * gdb.fortran/vla-type.exp: Likewise.
3343 * gdb.fortran/vla-value.exp: Likewise.
3344 * gdb.mi/mi-vla-fortran.exp: Likewise.
3345
33462019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3347
3348 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3349 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3350 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3351 as a stop reason.
3352
33532019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3354
3355 * gdb.base/annota1.exp: Update expected results.
3356 * gdb.cp/annota2.exp: Likewise.
3357 * gdb.cp/annota3.exp: Likewise.
3358
33592019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3360
3361 * gdb.base/style-logging.exp: Remove path from test name.
3362
33632019-06-14 Tom Tromey <tromey@adacore.com>
3364
3365 PR gdb/24502:
3366 * gdb.base/style-logging.exp: New file.
3367
33682019-06-14 Tom Tromey <tromey@adacore.com>
3369
3370 * gdb.base/symfile-warn.exp: New file.
3371 * gdb.base/symfile-warn.c: New file.
3372
33732019-06-14 Tom Tromey <tromey@adacore.com>
3374
3375 * gdb.base/annotate-symlink.exp: New file.
3376
33772019-06-14 Tom Tromey <tromey@adacore.com>
3378
3379 * gdb.ada/set_wstr.exp: Add reassignment test.
3380
33812019-06-14 Tom Tromey <tromey@adacore.com>
3382
3383 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3384 'unchecked_access and 'unrestricted_access as well.
3385
33862019-06-14 Tom Tromey <tromey@adacore.com>
3387
3388 PR ada/24539:
3389 * gdb.ada/vla.exp: Update tests.
3390 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3391 pragma.
3392
33932019-06-13 Pedro Alves <palves@redhat.com>
3394
3395 * gdb.base/settings.exp (test-integer): Test junk after
3396 "unlimited".
3397
33982019-06-13 Pedro Alves <palves@redhat.com>
3399
3400 * gdb.base/options.exp (test-thread-apply): New.
3401 (top level): Call it.
3402
34032019-06-13 Pedro Alves <palves@redhat.com>
3404
3405 * gdb.base/options.exp (test-frame-apply): New.
3406 (top level): Test print commands with different "frame apply"
3407 prefixes.
3408
34092019-06-13 Pedro Alves <palves@redhat.com>
3410
3411 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3412 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3413 'max_completions' parameter and handle it.
3414 (test_gdb_completion_offers_commands): New.
3415
34162019-06-13 Pedro Alves <palves@redhat.com>
3417
3418 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3419
34202019-06-13 Pedro Alves <palves@redhat.com>
3421
3422 * gdb.base/options.exp (test-backtrace): New.
3423 (top level): Call it.
3424
34252019-06-13 Pedro Alves <palves@redhat.com>
3426
3427 * gdb.guile/scm-frame-args.exp: Use "set print
3428 raw-frame-arguments" instead of "set print raw frame-arguments".
3429 * gdb.python/py-frame-args.exp: Likewise.
3430
34312019-06-13 Pedro Alves <palves@redhat.com>
3432
3433 * gdb.compile/compile.exp: Adjust expected output to option
3434 processing changes.
3435
34362019-06-13 Pedro Alves <palves@redhat.com>
3437
3438 * gdb.base/options.exp: Build executable.
3439 (test-print): New procedure.
3440 (top level): Call it, once for "print" and another for "compile
3441 print".
3442
34432019-06-13 Pedro Alves <palves@redhat.com>
3444
3445 * gdb.base/options.c: New file.
3446 * gdb.base/options.exp: New file.
3447
34482019-06-13 Pedro Alves <palves@redhat.com>
3449
3450 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3451 that "o" is ambiguous.
3452
34532019-06-13 Pedro Alves <palves@redhat.com>
3454
3455 * gdb.base/settings.c: New file.
3456 * gdb.base/settings.exp: New file.
3457
34582019-06-13 Pedro Alves <palves@redhat.com>
3459
3460 * gdb.base/completion.exp: Fix comment typo.
3461
34622019-06-13 Pedro Alves <palves@redhat.com>
3463
3464 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3465 foo --1" test.
3466
34672019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3468
3469 * gdb.fortran/block-data.f: New.
3470 * gdb.fortran/block-data.exp: New.
3471
34722019-06-11 Tom de Vries <tdevries@suse.de>
3473
3474 PR testsuite/24521
3475 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3476 message.
3477
34782019-06-11 Tom de Vries <tdevries@suse.de>
3479
3480 PR testsuite/24521
3481 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3482
34832019-06-11 Tom de Vries <tdevries@suse.de>
3484
3485 * boards/readnow.exp: New file.
3486
34872019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3488
3489 * gdb.fortran/vla-sizeof.exp: Update expected results.
3490
34912019-06-06 Amos Bird <amosbird@gmail.com>
3492
3493 * gdb.base/annota1.exp (thread_switch): Add test for
3494 thread-exited annotation.
3495
34962019-06-06 Tom Tromey <tromey@adacore.com>
3497
3498 * gdb.base/maint.exp: Expect command started/finished output.
3499
35002019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3501
3502 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3503 comment.
3504 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3505
35062019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3507
3508 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3509 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3510 * gdb.arch/riscv-unwind-long-insn.c: New file.
3511 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3512
35132019-06-04 Christian Biesinger <cbiesinger@google.com>
3514
3515 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3516
35172019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3518
3519 * lib/gdb.exp (help_list_trailer): New regexp variable
3520 factorizing the help trailer message.
3521 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3522 arg to allow to better factorize various tests.
3523 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3524 (test_prefix_command_help): Use help_list_trailer.
3525 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3526 * gdb.guile/scm-cmd.exp: Likewise.
3527 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3528 * gdb.base/help.exp: Use test_user_defined_class_help.
3529 * gdb.base/style.exp: Add tests for styling of help and apropos.
3530 * lib/gdb-utils.exp (style): Add title and highlight styles.
3531
35322019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3533
3534 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3535 $_shell_exitsignal.
3536 * gdb.base/default.exp: Update for new convenience variables.
3537
35382019-05-29 Tom Tromey <tromey@adacore.com>
3539
3540 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3541 to "break complete ada" test case's regexp.
3542
35432019-05-29 Tom Tromey <tromey@adacore.com>
3544
3545 PR c++/20020:
3546 * gdb.cp/constexpr-field.exp: New file.
3547 * gdb.cp/constexpr-field.cc: New file.
3548
35492019-05-29 Tom Tromey <tromey@adacore.com>
3550
3551 * gdb.base/finish.exp (finish_no_print): New proc.
3552 (finish_tests): Call it.
3553
35542019-05-24 Tom de Vries <tdevries@suse.de>
3555
3556 * gdb.dwarf2/gdb-add-index.exp: New file.
3557
35582019-05-22 Tom Tromey <tromey@adacore.com>
3559
3560 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3561 * gdb.base/style.exp: Use "style".
3562 * lib/gdb-utils.exp (style): New proc.
3563
35642019-05-22 Tom de Vries <tdevries@suse.de>
3565
3566 * gdb.base/align.exp: Require c++11.
3567
35682019-05-22 Tom de Vries <tdevries@suse.de>
3569
3570 PR testsuite/24586
3571 * gdb.python/py-mi-var-info-path-expression.exp: Call
3572 mi_skip_python_tests to check if python is supported.
3573
35742019-05-22 Alan Hayward <alan.hayward@arm.com>
3575
3576 * gdb.arch/aarch64-pauth.c: New test.
3577 * gdb.arch/aarch64-pauth.exp: New file.
3578
35792019-05-22 Alan Hayward <alan.hayward@arm.com>
3580
3581 * README (Re-running Tests Outside The Testsuite): New section.
3582
35832019-05-21 Tom de Vries <tdevries@suse.de>
3584
3585 * gdb.arch/amd64-eval.exp: Require c++11.
3586 * gdb.base/max-depth.exp: Same.
3587 * gdb.compile/compile-cplus-array-decay.exp: Same.
3588 * gdb.cp/meth-typedefs.exp: Same.
3589 * gdb.cp/subtypes.exp: Same.
3590 * gdb.cp/temargs.exp: Same.
3591
35922019-05-21 Alan Hayward <alan.hayward@arm.com>
3593
3594 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3595
35962019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3597
3598 PR gdb/18644
3599 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3600 * gdb.fortran/printing-types.exp: Add new test.
3601 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3602 testing.
3603 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3604 setup_kfail call.
3605
36062019-05-17 Alan Hayward <alan.hayward@arm.com>
3607
3608 * README (Running the Testsuite): Change example.
3609 (Testsuite Parameters): Remove TRANSCRIPT.
3610 * lib/gdb.exp: Remove TRANSCRIPT check.
3611
36122019-05-17 Alan Hayward <alan.hayward@arm.com>
3613
3614 * README (Testsuite Parameters): Add replay logging to
3615 GDBSERVER_DEBUG.
3616 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3617 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3618 as a comma separated list.
3619 (gdb_debug_init): Override procedure.
3620
36212019-05-17 Alan Hayward <alan.hayward@arm.com>
3622
3623 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3624 (gdb_write_cmd_file): New procedure.
3625 * lib/gdbserver-support.exp (gdbserver_start): Call
3626 gdbserver_write_cmd_file.
3627 (gdbserver_write_cmd_file): New procedure.
3628
36292019-05-17 Alan Hayward <alan.hayward@arm.com>
3630
3631 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3632 (delete_breakpoints): Likewise.
3633 (gdb_run_cmd): Likewise.
3634 (gdb_start_cmd): Likewise.
3635 (gdb_starti_cmd): Likewise.
3636 (gdb_internal_error_resync): Likewise.
3637 (gdb_test_multiple): Likewise.
3638 (gdb_reinitialize_dir): Likewise.
3639 (default_gdb_exit): Likewise.
3640 (gdb_file_cmd): Mark kill as optional.
3641 (default_gdb_start): Call gdb_stdin_log_init.
3642 (send_gdb): Call gdb_stdin_log_write.
3643 (rerun_to_main): Mark Y as an answer.
3644 (gdb_stdin_log_init): New function.
3645 (gdb_stdin_log_write): Likewise.
3646
36472019-05-17 Alan Hayward <alan.hayward@arm.com>
3648
3649 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3650 * gdb.base/debug-expr.exp: Likewise.
3651 * gdb.base/foll-fork.exp: Likewise.
3652 * gdb.base/foll-vfork.exp: Likewise.
3653 * gdb.base/fork-print-inferior-events.exp: Likewise.
3654 * gdb.base/gdb-sigterm.exp: Likewise.
3655 * gdb.base/gdbinit-history.exp: Likewise.
3656 * gdb.base/osabi.exp: Likewise.
3657 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3658 * gdb.base/ui-redirect.exp: Likewise.
3659 * gdb.gdb/unittest.exp: Likewise.
3660 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3661 * gdb.mi/mi-watch.exp: Likewise.
3662 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3663 * gdb.mi/user-selected-context-sync.exp: Likewise.
3664 * gdb.python/python.exp: Disable debug test when debugging.
3665 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3666 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3667 Likewise.
3668 * gdb.threads/stepi-random-signal.exp: Likewise.
3669
36702019-05-17 Alan Hayward <alan.hayward@arm.com>
3671
3672 * Makefile.in: Pass through GDB_DEBUG.
3673 * README (Testsuite Parameters): Add GDB_DEBUG.
3674 (gdb,debug): Add board setting.
3675 * lib/gdb.exp (default_gdb_start): Start debugging.
3676 (gdb_debug_enabled): New procedure.
3677 (gdb_debug_init): Likewise.
3678
36792019-05-17 Alan Hayward <alan.hayward@arm.com>
3680
3681 * Makefile.in: Pass through GDB_DEBUG.
3682 * README (Testsuite Parameters): Add GDB_DEBUG.
3683 (gdb,debug): Add board setting.
3684 * lib/gdb.exp (default_gdb_start): Start debugging.
3685 (gdb_debug_enabled): New procedure.
3686 (gdb_debug_init): Likewise.
3687
36882019-05-17 Alan Hayward <alan.hayward@arm.com>
3689
3690 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3691
36922019-05-17 Alan Hayward <alan.hayward@arm.com>
3693
3694 * gdb.base/ui-redirect.exp: Test redirection.
3695
36962019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3697
3698 * gdb.mi/mi-complete.exp: New file.
3699 * gdb.mi/mi-complete.cc: Likewise.
3700
37012019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3702
3703 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3704 indexed and sliced arrays, and pointers to arrays.
3705
37062019-05-14 Tom Tromey <tromey@adacore.com>
3707
3708 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3709 styling test.
3710
37112019-05-14 Tom de Vries <tdevries@suse.de>
3712
3713 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3714 selection entry encoding.
3715
37162019-05-10 Tom Tromey <tromey@adacore.com>
3717
3718 * gdb.ada/info_exc.exp: Add "complete" test.
3719
37202019-05-09 Tom de Vries <tdevries@suse.de>
3721
3722 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3723 CU-relative.
3724
37252019-05-09 Tom de Vries <tdevries@suse.de>
3726
3727 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3728 CU-relative.
3729
37302019-05-08 Joel Brobecker <brobecker@adacore.com>
3731
3732 * gdb.ada/frame_arg_lang.exp: New testcase.
3733 * gdb.ada/frame_arg_lang/bla.adb: New file.
3734 * gdb.ada/frame_arg_lang/pck.ads: New file.
3735 * gdb.ada/frame_arg_lang/pck.adb: New file.
3736 * gdb.ada/frame_arg_lang/foo.c: New file.
3737
37382019-05-08 Tom Tromey <tromey@adacore.com>
3739
3740 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3741
37422019-05-08 Tom Tromey <tromey@adacore.com>
3743
3744 * gdb.base/ptype-offsets.exp: Update tests.
3745
37462019-05-08 Tom Tromey <tromey@adacore.com>
3747
3748 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3749 cases.
3750 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3751 "short".
3752
37532019-05-08 Tom Tromey <tromey@adacore.com>
3754
3755 * gdb.ada/vla.exp: New file.
3756 * gdb.ada/vla/vla.adb: New file.
3757
37582019-05-07 Tom de Vries <tdevries@suse.de>
3759
3760 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3761
37622019-05-07 Tom de Vries <tdevries@suse.de>
3763
3764 PR testsuite/24522
3765 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3766 section.
3767
37682019-05-07 Tom de Vries <tdevries@suse.de>
3769
3770 PR testsuite/24522
3771 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3772 .debug_aranges section.
3773
37742019-05-07 Tom de Vries <tdevries@suse.de>
3775
3776 PR testsuite/24159
3777 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3778
37792019-05-06 Tom de Vries <tdevries@suse.de>
3780
3781 * lib/gdb.exp (exec_has_index_section): New proc.
3782 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3783 section.
3784
37852019-05-04 Tom de Vries <tdevries@suse.de>
3786
3787 * boards/cc-with-debug-names.exp: New file.
3788
37892019-05-03 Tom Tromey <tromey@adacore.com>
3790
3791 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3792 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3793 * gdb.ada/char_enum.exp: Add test.
3794
37952019-05-03 Tom de Vries <tdevries@suse.de>
3796
3797 * boards/cc-with-gdb-index.exp: New file.
3798
37992019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3800
3801 * gdb.rust/simple.exp: Add new test case.
3802 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3803 (main): Initialise an instance of the new struct.
3804
38052019-05-01 Tom Tromey <tromey@adacore.com>
3806
3807 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3808 record.
3809 (NPR): New variable.
3810 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3811 test.
3812
38132019-05-01 Tom Tromey <tromey@adacore.com>
3814
3815 * gdb.ada/packed_array_assign.exp: Add packed assignment
3816 regression test.
3817
38182019-05-01 Tom de Vries <tdevries@suse.de>
3819
3820 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3821
38222019-05-01 Tom de Vries <tdevries@suse.de>
3823
3824 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3825
38262019-04-30 Ali Tamur <tamur@google.com>
3827
3828 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3829
38302019-04-30 Tom Tromey <tromey@adacore.com>
3831
3832 * lib/ada.exp (find_ada_tool): New proc.
3833 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3834 * gdb.ada/catch_ex_std.exp: New file.
3835 * gdb.ada/catch_ex_std/foo.adb: New file.
3836 * gdb.ada/catch_ex_std/some_package.adb: New file.
3837 * gdb.ada/catch_ex_std/some_package.ads: New file.
3838
38392019-04-30 Tom Tromey <tromey@adacore.com>
3840
3841 PR c++/24470:
3842 * gdb.cp/temargs.cc: Add test code from PR.
3843
38442019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3845
3846 * gdb.fortran/vla-datatypes.exp: Update expected results.
3847 * gdb.fortran/vla-ptype.exp: Likewise.
3848 * gdb.fortran/vla-type.exp: Likewise.
3849 * gdb.fortran/vla-value.exp: Likewise.
3850
38512019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3852
3853 * gdb.fortran/ptr-indentation.exp: Update expected results.
3854 * gdb.fortran/ptype-on-functions.exp: Likewise.
3855 * gdb.fortran/vla-ptr-info.exp: Likewise.
3856 * gdb.fortran/vla-value.exp: Likewise.
3857
38582019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3859
3860 * gdb.fortran/ptype-on-functions.exp: New file.
3861 * gdb.fortran/ptype-on-functions.f90: New file.
3862
38632019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3864
3865 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3866 case void string.
3867
38682019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3869
3870 * gdb.fortran/complex.exp: Expand.
3871 * gdb.fortran/complex.f: Renamed to...
3872 * gdb.fortran/complex.f90: ...this, and extended to add more
3873 complex values.
3874
38752019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3876
3877 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3878 MODULO, CMPLX.
3879
38802019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3881 Richard Bunt <richard.bunt@arm.com>
3882
3883 * gdb.base/max-depth.c: New file.
3884 * gdb.base/max-depth.exp: New file.
3885 * gdb.python/py-nested-maps.c: New file.
3886 * gdb.python/py-nested-maps.exp: New file.
3887 * gdb.python/py-nested-maps.py: New file.
3888 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3889 (test_all_common): Call test_max_depth.
3890 * gdb.fortran/max-depth.exp: New file.
3891 * gdb.fortran/max-depth.f90: New file.
3892 * gdb.go/max-depth.exp: New file.
3893 * gdb.go/max-depth.go: New file.
3894 * gdb.modula2/max-depth.exp: New file.
3895 * gdb.modula2/max-depth.c: New file.
3896 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3897
38982019-04-29 Tom de Vries <tdevries@suse.de>
3899
3900 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3901
39022019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3903
3904 * gdb.base/callexit.exp: Test may-call-functions off.
3905
39062019-04-25 Keith Seitz <keiths@redhat.com>
3907
3908 PR c++/24367
3909 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3910 (another_incomplete_struct, test_incomplete): New definitions.
3911 (main): Use new definitions.
3912 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3913 functions.
3914
39152019-04-25 Ali Tamur <tamur@google.com>
3916
3917 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3918
39192019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3920
3921 PR corefiles/11608
3922 PR corefiles/18187
3923 * gdb.base/coredump-filter-build-id.exp: New file.
3924
39252019-04-25 Alan Hayward <alan.hayward@arm.com>
3926
3927 * Makefile.in: Pass through GDBSERVER_DEBUG.
3928 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3929 (gdbserver,debug): Add board setting.
3930 * gdb.trace/tspeed.exp: Skip when debugging.
3931 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3932 * lib/gdbserver-support.exp: Likewise
3933
39342019-04-24 Tom Tromey <tromey@adacore.com>
3935
3936 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3937 Rust.
3938
39392019-04-24 Tom Tromey <tromey@adacore.com>
3940
3941 * gdb.arch/amd64-eval.exp: Test bitfield return.
3942 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3943 (class Foo) <return_bitfields>: New method.
3944 (main): Call it.
3945
39462019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3947
3948 * gdb.cp/many-args.cc: New file.
3949 * gdb.cp/many-args.exp: New file.
3950
39512019-04-23 Tom de Vries <tdevries@suse.de>
3952
3953 PR gdb/24433
3954 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3955
39562019-04-23 Alan Hayward <alan.hayward@arm.com>
3957
3958 * gdb.trace/backtrace.exp: Use nopie flag.
3959 * gdb.trace/circ.exp: Likewise.
3960 * gdb.trace/collection.exp: Likewise.
3961 * gdb.trace/ftrace.exp: Likewise.
3962 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3963 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3964 * gdb.trace/qtro.exp: Likewise.
3965 * gdb.trace/read-memory.exp: Likewise.
3966 * gdb.trace/report.exp: Likewise.
3967 * gdb.trace/tfile.exp: Likewise.
3968 * gdb.trace/tfind.exp: Likewise.
3969 * gdb.trace/unavailable.exp: Likewise.
3970
39712019-04-22 Pedro Alves <palves@redhat.com>
3972
3973 * gdb.base/solib-probes-nosharedlibrary.c,
3974 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3975
39762019-04-19 Tom Tromey <tromey@adacore.com>
3977
3978 * gdb.ada/ptype_union.c: New file.
3979 * gdb.ada/ptype_union.exp: New file.
3980
39812019-04-19 Tom Tromey <tromey@adacore.com>
3982
3983 PR symtab/24423:
3984 * gdb.base/list0.h (foo): Add a control-l character.
3985
39862019-04-18 Tom de Vries <tdevries@suse.de>
3987
3988 PR gdb/24433
3989 * boards/local-board.exp: Set sysroot to "".
3990
39912019-04-18 Tom de Vries <tdevries@suse.de>
3992 Pedro Alves <palves@redhat.com>
3993
3994 PR gdb/24454
3995 * gdb.threads/vfork-follow-child-exec.c: New file.
3996 * gdb.threads/vfork-follow-child-exec.exp: New file.
3997 * gdb.threads/vfork-follow-child-exit.c: New file.
3998 * gdb.threads/vfork-follow-child-exit.exp: New file.
3999
40002019-04-15 Leszek Swirski <leszeks@google.com>
4001
4002 * gdb.arch/amd64-eval.cc: New file.
4003 * gdb.arch/amd64-eval.exp: New file.
4004
40052019-04-11 Alan Hayward <alan.hayward@arm.com>
4006
4007 * gdb.server/sysroot.c: New test.
4008 * gdb.server/sysroot.exp: New file.
4009 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4010 matching param.
4011
40122019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4013
4014 * gdb.base/align.exp: Extend test to cover structures containing
4015 only static fields.
4016
40172019-04-11 Tom de Vries <tdevries@suse.de>
4018
4019 * boards/cc-with-dwz-m.exp: New file.
4020 * boards/cc-with-dwz.exp: New file.
4021 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4022
40232019-04-09 Simon Marchi <simon.marchi@efficios.com>
4024
4025 * gdb.base/start-cpp.exp: New file.
4026 * gdb.base/start-cpp.cc: New file.
4027
40282019-04-08 Kevin Buettner <kevinb@redhat.com>
4029
4030 * gdb.python/py-thrhandle.exp: Adjust tests to call
4031 thread_from_handle instead of thread_from_thread_handle.
4032
40332019-04-08 Kevin Buettner <kevinb@redhat.com>
4034
4035 * gdb.python/py-thrhandle.exp: Add tests for
4036 gdb.InferiorThread.handle.
4037
40382019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4039
4040 * gdb.python/py-function.exp: Check calling helper function from
4041 all languages.
4042 * lib/gdb.exp (gdb_supported_languages): New proc.
4043
40442019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4045
4046 * gdb.base/complex-parts.c: New file.
4047 * gdb.base/complex-parts.exp: New file.
4048
40492019-04-01 Tom Tromey <tromey@adacore.com>
4050
4051 PR symtab/23331:
4052 * gdb.dwarf2/dw2-ranges-main.c: New file.
4053 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4054 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4055
40562019-03-30 Simon Marchi <simark@simark.ca>
4057
4058 * gdb.base/default.exp: Add values for $_gdb_major and
4059 $_gdb_minor.
4060
40612019-03-29 Tom Tromey <tromey@adacore.com>
4062
4063 * gdb.base/help.exp: Tighten apropos regexp.
4064
40652019-03-29 Keith Seitz <keiths@redhat.com>
4066
4067 * gdb.fortran/array-bounds.exp: New file.
4068 * gdb.fortran/array-bounds.f90: New file.
4069
40702019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4071
4072 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4073
40742019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4075
4076 * gdb.multi/hello.c (main): Increase alarm timer.
4077
40782019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4079
4080 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4081 factor when no hardware watchpoint support.
4082
40832019-03-28 Alan Hayward <alan.hayward@arm.com>
4084 Pedro Alves <palves@redhat.com>
4085
4086 * boards/local-board.exp: set sysroot to /.
4087
40882019-03-27 Alan Hayward <alan.hayward@arm.com>
4089
4090 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4091 in child.
4092
40932019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4094
4095 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4096 field.
4097 (make_container): Initialise new field.
4098 * gdb.python/py-prettyprint.exp: Add new tests.
4099 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4100 <display_hint>: New method.
4101
41022019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4103
4104 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4105 gdb_continue_to_breakpoint more throughout this test.
4106 (run_lang_tests) Supply unique test names, and use
4107 gdb_test_no_output.
4108
41092019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4110
4111 * gdb.base/finish-pretty.exp: Update expected results.
4112 * gdb.base/pretty-print.c: New file.
4113 * gdb.base/pretty-print.exp: New file.
4114
41152019-03-25 Pedro Alves <palves@redhat.com>
4116
4117 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4118 move comments outside list. Append '-i "" eof' section.
4119
41202019-03-22 Alan Hayward <alan.hayward@arm.com>
4121
4122 PR testsuite/25016
4123 * README: Add pie options.
4124 * gdb.base/break-interp.exp: Ensure pie is disabled.
4125 * gdb.base/dump.exp: Likewise.
4126 * lib/gdb.exp (gdb_compile): Add pie option.
4127
41282019-03-19 Tom Tromey <tromey@adacore.com>
4129
4130 * gdb.mi/mi2-cli-display.c: New file.
4131 * gdb.mi/mi2-cli-display.exp: New file.
4132
41332019-03-18 Joel Brobecker <brobecker@adacore.com>
4134 Tom Tromey <tromey@adacore.com>
4135
4136 * gdb.ada/ptype_array/pck.adb: New file.
4137 * gdb.ada/ptype_array/pck.ads: New file.
4138 * gdb.ada/ptype_array/foo.adb: New file.
4139 * gdb.ada/ptype_array.exp: New file.
4140
41412019-03-14 Tom Tromey <tromey@adacore.com>
4142
4143 * gdb.base/style.exp: Add "set style sources" test.
4144
41452019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4146
4147 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4148 * mi-breakpoint-multiple-locations.exp: ... this.
4149 (make_breakpoints_pattern): New proc.
4150 (do_test): Add mi_version parameter, test -break-insert,
4151 -break-info and =breakpoint-created.
4152
41532019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4154
4155 * config/default.exp: Remove 'load_lib gdb.exp'.
4156 * config/monitor.exp: Likewise.
4157 * config/sid.exp: Likewise.
4158 * config/sim.exp: Likewise.
4159 * config/slite.exp: Likewise.
4160 * config/unix.exp: Likewise.
4161 * gdb.base/default.exp: Remove unhelpful comment.
4162
41632019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4164
4165 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4166
41672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4168
4169 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4170
41712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4172
4173 * gdb.fortran/type-kinds.exp: Update expected results.
4174
41752019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4176
4177 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4178
41792019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4180
4181 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4182 function.
4183 (test_basic_parsing_of_type_kinds): Expand types tested.
4184 (test_parsing_invalid_type_kinds): New function.
4185
41862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4187
4188 * gdb.fortran/intrinsics.exp: New file.
4189 * gdb.fortran/intrinsics.f90: New file.
4190 * gdb.fortran/type-kinds.exp: New file.
4191
41922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4193
4194 * gdb.fortran/dot-ops.exp: New file.
4195
41962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4197
4198 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4199 Check upper and lower case logical literals.
4200
42012019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4204 Remove duplicate tests.
4205
42062019-03-06 Alan Hayward <alan.hayward@arm.com>
4207
4208 * lib/gdb.exp (builtin_cd): rename of cd.
4209 (cd): Override builtin.
4210
42112019-03-06 Richard Bunt <richard.bunt@arm.com>
4212
4213 * gdb.fortran/function-calls.exp: New file.
4214 * gdb.fortran/function-calls.f90: New test.
4215
42162019-03-04 Richard Bunt <richard.bunt@arm.com>
4217
4218 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4219 on user program standard output.
4220 * gdb.fortran/short-circuit-argument-list.f90: Record function
4221 calls.
4222
42232019-02-28 Alan Hayward <alan.hayward@arm.com>
4224
4225 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4226 failure.
4227
42282019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4229
4230 PR gdb/8527
4231 * gdb.base/interrupt-daemon-attach.c,
4232 gdb.base/interrupt-daemon-attach.exp: New test.
4233
42342019-02-27 Pedro Alves <palves@redhat.com>
4235
4236 * gdb.base/page.exp: Add tests for "set width/height -1".
4237
42382019-02-27 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.base/page.exp: Add tests for "set/show width/height" with
4241 "infinite" values.
4242
42432019-02-27 Tom Tromey <tromey@adacore.com>
4244
4245 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4246 2.4.
4247 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4248 workaround.
4249
42502019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4251
4252 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4253 tests for structs with static members.
4254
42552019-02-26 Tom Tromey <tromey@adacore.com>
4256
4257 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4258 ValueError, not TypeError.
4259
42602019-02-26 Kevin Buettner <kevinb@redhat.com>
4261
4262 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4263 call from main program.
4264
42652019-02-23 Joel Brobecker <brobecker@adacore.com>
4266
4267 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4268 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4269 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4270 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4271 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4272
42732019-02-22 Keith Seitz <keiths@redhat.com>
4274
4275 PR symtab/23853
4276 * gdb.base/symlink-sourcefile.c: New file.
4277 * gdb.base/symlink-sourcefile.exp: New file.
4278
42792019-02-20 Tom Tromey <tom@tromey.com>
4280
4281 * gdb.base/info_qt.exp: Update.
4282
42832019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4284
4285 * gdb.base/source.exp: Move "error in sourced script" code to
4286 the end.
4287 * gdb.base/source-error.gdb: Move contents to
4288 source-error-1.gdb. Add new code to source source-error-1.gdb.
4289 * gdb.base/source-error-1.gdb: New file, from previous
4290 source-error.gdb.
4291
42922019-02-17 Tom Tromey <tom@tromey.com>
4293
4294 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4295 for macro styling.
4296 * gdb.base/style.c (SOME_MACRO): New macro.
4297
42982019-02-17 Tom Tromey <tom@tromey.com>
4299
4300 * gdb.base/style.exp: Add line-wrapping tests.
4301 * gdb.base/page.exp: Add test for quitting during pagination.
4302
43032019-02-17 Joel Brobecker <brobecker@adacore.com>
4304
4305 * gdb.ada/big_packed_array: New testcase.
4306 * gdb.ada/homonym.exp: Fix incorrect expected output for
4307 "break <homonym__get_value>" test.
4308
43092019-02-13 Weimin Pan <weimin.pan@oracle.com>
4310
4311 PR breakpoints/21870
4312 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4313 and prepare_for_testing. Add comment.
4314 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4315 redundant cleanup call. Clean up comment.
4316
43172019-02-12 Weimin Pan <weimin.pan@oracle.com>
4318
4319 PR breakpoints/21870
4320 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4321 * gdb.arch/aarch64-dbreg-contents.c: New file.
4322
43232019-02-10 Joel Brobecker <brobecker@adacore.com>
4324
4325 * gdb.ada/mi_ref_changeable: New testcase.
4326
43272019-02-07 Alan Hayward <alan.hayward@arm.com>
4328
4329 * gdb.base/attach.exp: Add double attach test.
4330
43312019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4332
4333 * lib/gdb.exp (default_gdb_start): Don't match pagination
4334 prompt.
4335 (gdb_init): Set stty_init.
4336
43372019-01-27 Tom Tromey <tom@tromey.com>
4338
4339 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4340 skip_python_tests.
4341
43422019-01-24 Alan Hayward <alan.hayward@arm.com>
4343
4344 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4345 New structure.
4346 (struct struct_static_02_02): Likewise.
4347 (struct struct_static_02_03): Likewise.
4348 (struct struct_static_02_04): Likewise.
4349 (struct struct_static_04_01): Likewise.
4350 (struct struct_static_04_02): Likewise.
4351 (struct struct_static_04_03): Likewise.
4352 (struct struct_static_04_04): Likewise.
4353 (struct struct_static_06_01): Likewise.
4354 (struct struct_static_06_02): Likewise.
4355 (struct struct_static_06_03): Likewise.
4356 (struct struct_static_06_04): Likewise.
4357 (cmp_struct_static_02_01): Likewise.
4358 (cmp_struct_static_02_02): Likewise.
4359 (cmp_struct_static_02_03): Likewise.
4360 (cmp_struct_static_02_04): Likewise.
4361 (cmp_struct_static_04_01): Likewise.
4362 (cmp_struct_static_04_02): Likewise.
4363 (cmp_struct_static_04_03): Likewise.
4364 (cmp_struct_static_04_04): Likewise.
4365 (cmp_struct_static_06_01): Likewise.
4366 (cmp_struct_static_06_02): Likewise.
4367 (cmp_struct_static_06_03): Likewise.
4368 (cmp_struct_static_06_04): Likewise.
4369 (call_all): Test new structs.
4370 * gdb.base/infcall-nested-structs.exp: Likewise.
4371
43722019-01-21 Alan Hayward <alan.hayward@arm.com>
4373 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4374
43752019-01-21 Alan Hayward <alan.hayward@arm.com>
4376 * gdb.base/stack-protector.c: New test.
4377 * gdb.base/stack-protector.exp: New file.
4378 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4379 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4380 option.
4381 (gdb_compile): Remove stack protector for GCC and prevent
4382 recursion.
4383
43842019-01-16 Keith Seitz <keiths@redhat.com>
4385
4386 PR gdb/23773
4387 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4388
43892019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4390
4391 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4392 aliases.
4393 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4394 tests.
4395 * gdb.arch/powerpc-vector-regs.c: New file.
4396 * gdb.arch/powerpc-vector-regs.exp: New file.
4397
43982019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4399
4400 * gdb.arch/altivec-regs.exp: Fix the list passed to
4401 gdb_expect_list when testing "info vector".
4402
44032019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4404
4405 * gdb.base/style.exp: Don't include path in testname.
4406
44072019-01-10 Keith Seitz <keiths@redhat.com>
4408
4409 PR gdb/23712
4410 PR symtab/23010
4411 * gdb.dwarf2/multidictionary.exp: New file.
4412
44132019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4414
4415 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4416 (test_gnuv3_style_demangling): ... this.
4417 (test_lucid_style_demangling): Remove.
4418 (test_arm_style_demangling): Remove.
4419 (test_hp_style_demangling): Remove.
4420 (do_tests): Remove calls to the above.
4421
44222019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4423
4424 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4425 case.
4426
44272019-01-06 Tom Tromey <tom@tromey.com>
4428
4429 PR gdb/28155:
4430 * gdb.dwarf2/typedef-void-finish.exp: New file.
4431
44322018-12-28 Tom Tromey <tom@tromey.com>
4433 Simon Marchi <simark@simark.ca>
4434
4435 * gdb.base/jit-exec.exp: New file.
4436 * gdb.base/jit-exec.c: New file.
4437 * gdb.base/jit-execd.c: New file.
4438
44392018-12-28 Tom Tromey <tom@tromey.com>
4440
4441 * gdb.base/style.exp: Update test to check for address styling.
4442
44432018-12-28 Tom Tromey <tom@tromey.com>
4444
4445 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4446 message.
4447
44482018-12-28 Tom Tromey <tom@tromey.com>
4449
4450 * gdb.base/style.exp: Add test for version number styling.
4451
44522018-12-28 Tom Tromey <tom@tromey.com>
4453
4454 * gdb.base/style.exp: Add test for print_address_symbolic.
4455
44562018-12-28 Tom Tromey <tom@tromey.com>
4457
4458 * gdb.base/style.exp: Add test for breakpoint setting.
4459
44602018-12-28 Tom Tromey <tom@tromey.com>
4461
4462 * gdb.base/style.exp: Add test for variable names.
4463
44642018-12-28 Tom Tromey <tom@tromey.com>
4465
4466 * gdb.base/style.exp: New file.
4467 * gdb.base/style.c: New file.
4468
44692018-12-28 Tom Tromey <tom@tromey.com>
4470
4471 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4472 "dumb".
4473 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4474 the TERM environment variable.
4475
44762018-12-27 Tom Tromey <tom@tromey.com>
4477
4478 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4479 pagination test.
4480
44812018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4482
4483 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4484 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4485
44862018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4487
4488 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4489 Filename a.adb changed to bp_fun_addr.adb.
4490 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4491
44922018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4493
4494 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4495 non-PIE executables.
4496 * README: Mention the gdb,nopie_flag board setting.
4497 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4498 non-PIE executable.
4499 * gdb.arch/amd64-entry-value.exp: Likewise.
4500 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4501 * gdb.arch/i386-float.exp: Likewise.
4502 * gdb.arch/i386-signal.exp: Likewise.
4503 * gdb.mi/mi-reg-undefined.exp: Likewise.
4504
45052018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4506
4507 PR gdb/23974
4508 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4509
45102018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4511
4512 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4513 Update order of results accordingly.
4514
45152018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4516
4517 * gdb.base/annota1.exp: Update a test regexp.
4518
45192018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4520
4521 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4522
45232018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4524
4525 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4526 (reuse_time): Initialize to REUSE_TIME_CAP.
4527 (check_rc): New function.
4528 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4529 Check pthread_create rc.
4530 (spawner_thread_func): Check pthread_create and pthread_join rc.
4531
45322018-12-08 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.base/list.exp (test_forward_search): Rename to ...
4535 (test_forward_reverse_search): ... this. Also test reverse-search
4536 and the forward-search alias.
4537
45382018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4539
4540 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4541 local timeout variable before return, and remove all local timeout
4542 variable entirely.
4543 (gdb_load): Likewise.
4544
45452018-12-01 Tom de Vries <tdevries@suse.de>
4546
4547 * gdb.base/gdb-caching-proc.exp: New file.
4548
45492018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4550
4551 * Makefile.in (TIMESTAMP): New variable.
4552 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4553 command.
4554 (check-single-racy): Likewise.
4555 (check/%.exp): Likewise.
4556 (check-racy/%.exp): Likewise.
4557 (workers/%.worker): Likewise.
4558 (build-perf): Likewise.
4559 (check-perf): Likewise.
4560 * README: Describe new "TS" and "TS_FORMAT" variables.
4561 * print-ts.py: New file.
4562
45632018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4564
4565 PR python/23714
4566 * gdb.python/python.exp: Test command repetition after
4567 gdb.execute.
4568
45692018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4570
4571 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4572 is correctly aligned.
4573
45742018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4575
4576 * gdb.ada/info_auto_lang.exp: New testcase.
4577 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4578 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4579 * gdb.ada/info_auto_lang/some_c.c: New file.
4580
45812018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4582
4583 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4584 FUNC_lang language syntax.
4585
45862018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4587
4588 * gdb.base/info_minsym.c: New file.
4589 * gdb.base/info_minsym.exp: New file.
4590
45912018-11-19 Tom Tromey <tom@tromey.com>
4592
4593 PR rust/23625:
4594 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4595 * gdb.rust/expr.exp: Update expected output. Change one test.
4596
45972018-11-19 Tom Tromey <tom@tromey.com>
4598
4599 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4600
46012018-11-19 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4604 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4605 see the expected warning.
4606
46072018-11-16 Alan Hayward <alan.hayward@arm.com>
4608
4609 PR gdb/22736:
4610 * gdb.cp/infcall-nodebug-lib.c: New test.
4611 * gdb.cp/infcall-nodebug-main.c: New test.
4612 * gdb.cp/infcall-nodebug.exp: New file.
4613
46142018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4615
4616 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4617 completer tests.
4618
46192018-11-09 Tom de Vries <tdevries@suse.de>
4620
4621 * gdb.base/msym-lang.c: New test.
4622 * gdb.base/msym-lang.exp: New file.
4623 * gdb.base/msym-lang-main.c: New test.
4624
46252018-11-08 Tom Tromey <tom@tromey.com>
4626
4627 PR gdb/23555:
4628 PR gdb/23838:
4629 * gdb.base/warning.exp: New file.
4630
46312018-11-08 Jan Beulich <jbeulich@suse.com>
4632
4633 * testsuite/gdb.arch/i386-avx512.c,
4634 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4635
46362018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4637
4638 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4639 point hardware.
4640
46412018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4642
4643 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4644 * gdb.dwarf2/missing-type-name.exp: New file.
4645
46462018-11-06 Tom de Vries <tdevries@suse.de>
4647
4648 * gdb.base/many-headers.c: New test.
4649 * gdb.base/many-headers.exp: New file.
4650
46512018-11-06 Jim Wilson <jimw@sifive.com>
4652
4653 * gdb.base/code_elim.exp: For riscv, set additional_flags
4654 to include -msmall-data-limit=0.
4655
46562018-11-01 Joel Brobecker <brobecker@adacore.com>
4657
4658 * gdb.ada/watch_minus_l: New testcase.
4659
46602018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4661
4662 * gdb.arch/aix-sighandle.c: New file.
4663 * gdb.arch/aix-sighandle.exp: New file.
4664
46652018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4666
4667 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4668 registers being unions.
4669
46702018-10-31 Tom de Vries <tdevries@suse.de>
4671
4672 * lib/valgrind.exp: New file.
4673 (vgdb_start, vgdb_stop): New procs, factored out of ...
4674 * gdb.base/valgrind-bt.exp: ... here, ...
4675 * gdb.base/valgrind-disp-step.exp: ... here and ...
4676 * gdb.base/valgrind-infcall.exp: ... here.
4677
46782018-10-31 Tom de Vries <tdevries@suse.de>
4679
4680 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4681
46822018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4683
4684 * gdb.dwarf2/void-type.c: New file.
4685 * gdb.dwarf2/void-type.exp: New file.
4686
46872018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4688
4689 * gdb.base/info_qt.c: New file.
4690 * gdb.base/info_qt.exp: New file.
4691
46922018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4693
4694 * gdb.arch/powerpc-htm-regs.c: New file.
4695 * gdb.arch/powerpc-htm-regs.exp: New file.
4696
46972018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4698
4699 * gdb.arch/powerpc-tar.c: New file.
4700 * gdb.arch/powerpc-tar.exp: New file.
4701
47022018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4703
4704 * gdb.arch/powerpc-ppr-dscr.c: New file.
4705 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4706
47072018-10-25 Tom de Vries <tdevries@suse.de>
4708
4709 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4710
47112018-10-24 Tom de Vries <tdevries@suse.de>
4712
4713 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4714 longer exists error.
4715
47162018-10-24 Tom de Vries <tdevries@suse.de>
4717
4718 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4719
47202018-10-24 Tom de Vries <tdevries@suse.de>
4721
4722 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4723 --db-attach in valgrind.
4724
47252018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4726
4727 * gdb.arch/riscv-reg-aliases.c: New file.
4728 * gdb.arch/riscv-reg-aliases.exp: New file.
4729
47302018-10-19 Alan Hayward <alan.hayward@arm.com>
4731
4732 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4733
47342018-10-19 Alan Hayward <alan.hayward@arm.com>
4735
4736 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4737
47382018-10-19 Alan Hayward <alan.hayward@arm.com>
4739
4740 * gdb.cp/ovldbreak.exp: Fix regexps.
4741
47422018-10-19 Alan Hayward <alan.hayward@arm.com>
4743
4744 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4745
47462018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4747
4748 PR cli/23785
4749 * gdb.base/restore.exp: New test to check if "restore" with an
4750 invalid file doesn't segfault.
4751
47522018-10-18 Tom de Vries <tdevries@suse.de>
4753
4754 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4755 * gdb.ada/excep_handle.exp: Same.
4756 * gdb.ada/mi_string_access.exp: Same.
4757 * gdb.ada/mi_var_union.exp: Same.
4758 * gdb.arch/arc-analyze-prologue.exp: Same.
4759 * gdb.arch/arc-decode-insn.exp: Same.
4760 * gdb.base/readnever.exp: Same.
4761 * gdb.fortran/printing-types.exp: Same.
4762 * gdb.guile/scm-lazy-string.exp: Same.
4763
47642018-10-16 Tom de Vries <tdevries@suse.de>
4765
4766 PR gdb/23730
4767 * gdb.base/catch-follow-exec.c: Add copyright notice.
4768 * gdb.base/catch-follow-exec.exp: Rewrite to use
4769 gdb_spawn_with_cmdline_opts. Require gdb-native.
4770
47712018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4772
4773 * gdb.trace/actions-changed.exp: Check for arch support.
4774 * gdb.trace/actions.exp: Likewise.
4775 * gdb.trace/ax.exp: Likewise.
4776 * gdb.trace/backtrace.exp: Likewise.
4777 * gdb.trace/change-loc.exp: Likewise.
4778 * gdb.trace/deltrace.exp: Likewise.
4779 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4780 * gdb.trace/ftrace.exp: Likewise.
4781 * gdb.trace/infotrace.exp: Check for arch support.
4782 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4783 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4784 * gdb.trace/mi-tsv-changed.exp: Likewise.
4785 * gdb.trace/packetlen.exp: Likewise.
4786 * gdb.trace/passc-dyn.exp: Likewise.
4787 * gdb.trace/passcount.exp: Likewise.
4788 * gdb.trace/pending.exp: Likewise.
4789 * gdb.trace/range-stepping.exp: Check for shlib support.
4790 * gdb.trace/report.exp: Check for arch support.
4791 * gdb.trace/save-trace.exp: Likewise.
4792 * gdb.trace/signal.exp: Check for signal support.
4793 * gdb.trace/tfind.exp: Check for arch support.
4794 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4795 * gdb.trace/trace-common.h: Add comment.
4796 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4797 * gdb.trace/trace-enable-disable.exp: Likewise.
4798 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4799 * gdb.trace/tracecmd.exp: Check for arch support.
4800 * gdb.trace/tspeed.exp: Check for shlib and target support.
4801 * gdb.trace/tstatus.exp: Check for arch support.
4802 * gdb.trace/tsv.exp: Likewise.
4803 * gdb.trace/while-dyn.exp: Likewise.
4804 * gdb.trace/while-stepping.exp: Likewise.
4805 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4806
48072018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4808
4809 * gdb.trace/tspeed.exp: Remove nowarnings.
4810 (prepare_for_trace_test): Declare "global ipalib".
4811 * gdb.trace/tspeed.c: Include unistd.h.
4812 (main): Remove superfluous printf argument.
4813
48142018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4815
4816 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4817 directory prefix on the filename.
4818
48192018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4820
4821 * gdb.gdb/unittest.exp: Update expected message informing that
4822 selftests have been disabled.
4823 * gdb.server/unittest.exp: Likewise.
4824
48252018-10-09 Tom de Vries <tdevries@suse.de>
4826
4827 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4828 with runto_main.
4829
48302018-10-08 Weimin Pan <weimin.pan@oracle.com>
4831
4832 PR c++/16841
4833 * gdb.cp/virtbase2.cc: New file.
4834 * gdb.cp/virtbase2.exp: New file.
4835
48362018-10-06 Tom Tromey <tom@tromey.com>
4837
4838 PR python/19399:
4839 * gdb.python/py-inferior.exp: Add architecture test.
4840
48412018-10-06 Tom Tromey <tom@tromey.com>
4842
4843 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4844 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4845
48462018-10-06 Tom Tromey <tom@tromey.com>
4847
4848 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4849 of a "throw" catchpoint.
4850
48512018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4852
4853 * gdb.base/info-proc.exp: Update string expected from "help info
4854 proc".
4855
48562018-10-04 Tom Tromey <tom@tromey.com>
4857
4858 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4859 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4860 (test_initial_complaints, test_empty_complaints): Update.
4861 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4862
48632018-10-04 Tom Tromey <tom@tromey.com>
4864
4865 PR cli/19551:
4866 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4867 * lib/gdb.exp (gdb_file_cmd): Update.
4868 * gdb.stabs/weird.exp (print_weird_var): Update.
4869 * gdb.server/solib-list.exp: Update.
4870 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4871 * gdb.mi/mi-cli.exp: Update.
4872 * gdb.linespec/linespec.exp: Update.
4873 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4874 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4875 * gdb.cp/cp-relocate.exp: Update.
4876 * gdb.base/sym-file.exp: Update.
4877 * gdb.base/relocate.exp: Update.
4878 * gdb.base/readnever.exp: Update.
4879 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4880 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4881 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4882 * gdb.base/code_elim.exp: Update.
4883 * gdb.base/break-unload-file.exp (test_break): Update.
4884 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4885 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4886 Update.
4887 * gdb.base/attach.exp (do_attach_tests): Update.
4888 * gdb.base/sepdebug.exp: Update.
4889 * gdb.python/py-section-script.exp: Update.
4890
48912018-10-04 Tom Tromey <tom@tromey.com>
4892
4893 PR cli/22234:
4894 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4895 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4896 output.
4897
48982018-10-04 Tom Tromey <tom@tromey.com>
4899
4900 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4901 set width and height to 0.
4902 (test_command_line_attach_run): Use -quiet.
4903
49042018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4905
4906 * lib/gdb.exp (skip_ifunc_tests): New.
4907 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4908 other compile failures.
4909 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4910
49112018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4912
4913 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4914 is_amd64_regs_target.
4915
49162018-10-01 Alan Hayward <alan.hayward@arm.com>
4917
4918 * gdb.arch/aarch64-sighandler-regs.c: New test.
4919 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4920 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4921
49222018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4923
4924 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4925 assembly.
4926
49272018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4928
4929 * gdb.base/frame-selection.exp: New file.
4930 * gdb.base/frame-selection.c: New file.
4931
49322018-09-27 Alan Hayward <alan.hayward@arm.com>
4933
4934 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4935 pthread barrier.
4936 (main): Likewise.
4937
49382018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4939
4940 * gdb.base/large-frame-1.c: New file.
4941 * gdb.base/large-frame-2.c: New file.
4942 * gdb.base/large-frame.exp: New file.
4943 * gdb.base/large-frame.h: New file.
4944
49452018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4946
4947 PR gdb/20948
4948 * gdb.base/write_mem.exp: New test.
4949 * gdb.base/write_mem.c: Likewise.
4950
49512018-09-23 Tom Tromey <tom@tromey.com>
4952
4953 PR python/18852:
4954 * gdb.python/py-parameter.exp: Add test for parameter that throws
4955 on "set".
4956
49572018-09-23 Tom Tromey <tom@tromey.com>
4958
4959 PR python/17284:
4960 * gdb.python/py-template.exp (test_template_arg): Add test for
4961 negative template argument number.
4962
49632018-09-23 Tom Tromey <tom@tromey.com>
4964
4965 PR python/14062:
4966 * gdb.python/python.exp: Add test for post_event error.
4967
49682018-09-23 Tom Tromey <tom@tromey.com>
4969
4970 PR python/18170:
4971 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4972 convert pointers to int and long.
4973
49742018-09-23 Tom Tromey <tom@tromey.com>
4975
4976 PR python/20126:
4977 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4978 signed-ness conversion tests.
4979
49802018-09-23 Tom Tromey <tom@tromey.com>
4981
4982 PR python/18352;
4983 * gdb.python/py-value.exp (test_float_conversion): New proc.
4984 Use it.
4985
49862018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4987
4988 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4989
49902018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4991
4992 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4993 no readline.
4994 * gdb.base/utf8-identifiers.exp: Likewise.
4995 * gdb.cp/cpcompletion.exp: Likewise.
4996 * gdb.linespec/cpcompletion.exp: Likewise.
4997 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4998 * gdb.linespec/cpls-ops.exp: Likewise.
4999
50002018-09-19 Richard Bunt <richard.bunt@arm.com>
5001 Chris January <chris.january@arm.com>
5002
5003 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5004 * gdb.fortran/short-circuit-argument-list.exp: New file.
5005 * gdb.fortran/short-circuit-argument-list.f90: New test.
5006
50072018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5008
5009 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5010 "arch=" keyword when executing "-stack-list-frames".
5011
50122018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5013
5014 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5015 "arch=" keyword when executing "-stack-list-frames".
5016
50172018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5018
5019 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5020 break ada".
5021
50222018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5023
5024 PR python/23669
5025 * gdb.python/python.exp: Test gdb.execute("show commands").
5026
50272018-09-16 Tom Tromey <tom@tromey.com>
5028
5029 * gdb.base/new-ui.exp (do_execution_tests): Update.
5030 * gdb.base/dbx.exp (test_breakpoints): Update.
5031
50322018-09-14 Alan Hayward <alan.hayward@arm.com>
5033
5034 * lib/gdb.exp (gdb_simple_compile): Add proc.
5035 (is_elf_target): Use gdb_simple_compile.
5036 (skip_altivec_tests): Likewise.
5037 (skip_vsx_tests): Likewise.
5038 (skip_tsx_tests): Likewise.
5039 (skip_btrace_tests): Likewise.
5040 (skip_btrace_pt_tests): Likewise.
5041 (gdb_can_simple_compile): Likewise.
5042 (gdb_has_argv0): Likewise.
5043 (gdb_target_symbol_prefix): Likewise.
5044 (target_supports_scheduler_locking): Likewise.
5045
50462018-09-13 Tom Tromey <tom@tromey.com>
5047
5048 * Makefile.in (TAGS): Recognize proc_with_prefix and
5049 gdb_caching_proc.
5050
50512018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5052
5053 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5054 method.
5055
50562018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5057
5058 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5059 and a few other Inferior properties when the Inferior is no
5060 longer valid.
5061
50622018-09-13 Tom Tromey <tom@tromey.com>
5063
5064 PR rust/23650:
5065 * gdb.rust/simple.exp: Add test for enum field access error.
5066
50672018-09-13 Tom Tromey <tom@tromey.com>
5068
5069 PR rust/23626:
5070 * gdb.rust/simple.rs (EmptyEnum): New type.
5071 (main): Use it.
5072 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5073
50742018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5075
5076 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5077 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5078 * gdb.python/py-symtab.exp: Update test printing an objfile.
5079
50802018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5081
5082 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5083 object.
5084
50852018-09-12 Alan Hayward <alan.hayward@arm.com>
5086
5087 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5088 (support_complex_tests): Use gdb_can_simple_compile.
5089 (is_ilp32_target): Likewise.
5090 (is_lp64_target): Likewise.
5091 (is_64_target): Likewise.
5092 (is_amd64_regs_target): Likewise.
5093 (is_aarch32_target): Likewise.
5094 (gdb_int128_helper): Likewise.
5095
50962018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5097
5098 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5099
51002018-09-10 Jerome Guitton <guitton@adacore.com>
5101
5102 * gdb.ada/same_component_name: Add test for case of tagged record
5103 with variable-length fields.
5104
51052018-09-10 Xavier Roirand <roirand@adacore.com>
5106
5107 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5108 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5109 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5110 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5111
51122018-09-10 Xavier Roirand <roirand@adacore.com>
5113
5114 * gdb.ada/mi_string_access.exp: New testcase.
5115 * gdb.ada/mi_string_access/bar.adb: New file.
5116 * gdb.ada/mi_string_access/pck.adb: New file.
5117 * gdb.ada/mi_string_access/pck.asd: New file.
5118
51192018-09-10 Xavier Roirand <roirand@adacore.com>
5120
5121 * gdb.ada/mi_var_union.exp: New testcase.
5122 * gdb.ada/mi_var_union/bar.adb: New file.
5123 * gdb.ada/mi_var_union/pck.adb: New file.
5124 * gdb.ada/mi_var_union/pck.asd: New file.
5125
51262018-09-08 Tom Tromey <tom@tromey.com>
5127
5128 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5129
51302018-09-08 Tom Tromey <tom@tromey.com>
5131
5132 PR python/16047:
5133 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5134 (register_pretty_printers): Register new printer.
5135 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5136 test.
5137 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5138 (an_int_type3): New global.
5139
51402018-09-08 Joel Brobecker <brobecker@adacore.com>
5141
5142 * gdb.ada/expr_with_funcall: New testcase.
5143
51442018-09-08 Joel Brobecker <brobecker@adacore.com>
5145
5146 * gdb.ada/packed_array_assign: New testcase.
5147
51482018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5149
5150 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5151 names, and add test prefixes to make test names unique.
5152
51532018-09-05 Tom de Vries <tdevries@suse.de>
5154
5155 * gdb.dwarf2/varval.exp: Add test.
5156
51572018-09-04 Gary Benson <gbenson@redhat.com>
5158
5159 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5160 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5161
51622018-08-31 Tom Tromey <tom@tromey.com>
5163
5164 * gdb.rust/simple.rs: Rename second variable "v".
5165
51662018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5167
5168 * gdb.base/funcargs.c (use_a): New function.
5169 (recurse): Call use_a.
5170
51712018-08-29 Keith Seitz <keiths@redhat.com>
5172
5173 * gdb.compile/compile-cplus-anonymous.cc: New file.
5174 * gdb.compile/compile-cplus-anonymous.exp: New file.
5175 * gdb.compile/compile-cplus-array-decay.cc: New file.
5176 * gdb.compile/compile-cplus-array-decay.exp: New file.
5177 * gdb.compile/compile-cplus-inherit.cc: New file.
5178 * gdb.compile/compile-cplus-inherit.exp: New file.
5179 * gdb.compile/compile-cplus-member.cc: New file.
5180 * gdb.compile/compile-cplus-member.exp: New file.
5181 * gdb.compile/compile-cplus-method.cc: New file.
5182 * gdb.compile/compile-cplus-method.exp: New file.
5183 * gdb.compile/compile-cplus-mod.c: "New" file.
5184 * gdb.compile/compile-cplus-namespace.cc: New file.
5185 * gdb.compile/compile-cplus-namespace.exp: New file.
5186 * gdb.compile/compile-cplus-nested.cc: New file.
5187 * gdb.compile/compile-cplus-nested.exp: New file.
5188 * gdb.compile/compile-cplus-print.c: "New" file.
5189 * gdb.compile/compile-cplus-print.exp: "New" file.
5190 * gdb.compile/compile-cplus-virtual.cc: New file.
5191 * gdb.compile/compile-cplus-virtual.exp: New file.
5192 * gdb.compile/compile-cplus.c: "New" file.
5193 * gdb.compile/compile-cplus.exp: "New" file.
5194 * lib/compile-support.exp: New file.
5195
51962018-08-16 Gary Benson <gbenson@redhat.com>
5197
5198 PR gdb/13000:
5199 * gdb.base/batch-exit-status.exp: New file.
5200 * gdb.base/batch-exit-status.good-commands: Likewise.
5201 * gdb.base/batch-exit-status.bad-commands: Likewise.
5202
52032018-08-29 Alan Hayward <alan.hayward@arm.com>
5204
5205 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5206 (struct struct02): Likewise.
5207 (struct struct03): Likewise.
5208 (struct struct04): Likewise.
5209 (struct struct_01_01): New struct.
5210 (struct struct_01_02): Likewise.
5211 (struct struct_01_03): Likewise.
5212 (struct struct_01_04): Likewise.
5213 (struct struct_02_01): Likewise.
5214 (struct struct_02_02): Likewise.
5215 (struct struct_02_03): Likewise.
5216 (struct struct_02_04): Likewise.
5217 (struct struct_04_01): Likewise.
5218 (struct struct_04_02): Likewise.
5219 (struct struct_04_03): Likewise.
5220 (struct struct_04_04): Likewise.
5221 (struct struct_05_01): Likewise.
5222 (struct struct_05_02): Likewise.
5223 (struct struct_05_03): Likewise.
5224 (struct struct_05_04): Likewise.
5225 (cmp_struct01): Remove function.
5226 (cmp_struct02): Likewise.
5227 (cmp_struct03): Likewise.
5228 (cmp_struct04): Likewise.
5229 (cmp_struct_01_01): Add Function.
5230 (cmp_struct_01_02): Likewise.
5231 (cmp_struct_01_03): Likewise.
5232 (cmp_struct_01_04): Likewise.
5233 (cmp_struct_02_01): Likewise.
5234 (cmp_struct_02_02): Likewise.
5235 (cmp_struct_02_03): Likewise.
5236 (cmp_struct_02_04): Likewise.
5237 (cmp_struct_04_01): Likewise.
5238 (cmp_struct_04_02): Likewise.
5239 (cmp_struct_04_03): Likewise.
5240 (cmp_struct_04_04): Likewise.
5241 (cmp_struct_05_01): Likewise.
5242 (cmp_struct_05_02): Likewise.
5243 (cmp_struct_05_03): Likewise.
5244 (cmp_struct_05_04): Likewise.
5245 (call_all): Add new structs.
5246 * gdb.base/infcall-nested-structs.exp: Likewise.
5247
52482018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5249
5250 * gdb.python/py-framefilter-mi.exp: Update regexp to
5251 check for "arch" field in frame output.
5252
52532018-08-23 Kevin Buettner <kevinb@redhat.com>
5254
5255 * gdb.dwarf2/dw2-ranges-func.c: New file.
5256 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5257
52582018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5259
5260 * gdb.base/term.exp: Compare terminal settings with values from
5261 the inferior.
5262 * gdb.base/term.c: Get and set terminal settings.
5263
52642018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5265
5266 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5267 accommodate new "arch" field in frame output.
5268 * gdb.mi/mi-return.exp: Likewise.
5269 * gdb.mi/mi-stack.exp: Likewise.
5270 * gdb.mi/mi-syn-frame.exp: Likewise.
5271 * gdb.mi/user-selected-context-sync.exp: Likewise.
5272
52732018-08-19 Michael Spang <spang@google.com>
5274
5275 PR gdb/11786
5276 * gdb.base/gcore-tls-pie.c: New file.
5277 * gdb.base/gcore-tls-pie.exp: New file.
5278
52792018-08-18 Kevin Buettner <kevinb@redhat.com>
5280
5281 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5282 * gdb.dwarf2/varval.c: New file.
5283 * gdb.dwarf2/varval.exp: New file.
5284
52852018-08-17 Alan Hayward <alan.hayward@arm.com>
5286
5287 PR gdb/18931
5288 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5289
52902018-08-16 Keith Seitz <keiths@redhat.com>
5291
5292 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5293 tests expected to pass.
5294
52952018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5296
5297 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5298 -data-disassemble -a.
5299 (test_disassembly_bogus_args): Likewise.
5300
53012018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5302
5303 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5304
53052018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5306
5307 * gdb.base/vla-optimized-out.exp: Add new test.
5308
53092018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5310
5311 * gdb.base/vla-optimized-out-o3.exp: Delete.
5312 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5313 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5314 deleted tests.
5315
53162018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5317
5318 PR gdb/18050:
5319 * gdb.server/extended-remote-restart.c: New file.
5320 * gdb.server/extended-remote-restart.exp: New file.
5321
53222018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5323
5324 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5325 "set variable index = 42".
5326
53272018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5328
5329 * boards/index-cache-gdb.exp: New file.
5330 * gdb.dwarf2/index-cache.exp: New file.
5331 * gdb.dwarf2/index-cache.c: New file.
5332 * gdb.base/maint.exp: Check if we are using the index cache.
5333
53342018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5335
5336 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5337 MAKEFLAGS.
5338
53392018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5340
5341 * dg-extract-results.sh: Move to toplevel contrib.
5342 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5343 * Makefile.in (check-parallel-racy): Likewise.
5344
53452018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5346
5347 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5348 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5349 tests if the target supports scheduler locking.
5350
53512018-08-04 Tom de Vries <tdevries@suse.de>
5352
5353 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5354
53552018-08-02 Tom Tromey <tom@tromey.com>
5356
5357 PR symtab/16842.
5358 * gdb.cp/temargs.exp: Test "info address" of a template
5359 parameter.
5360
53612018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5362
5363 * gdb.python/py-mi-var-info-path-expression.c: New file.
5364 * gdb.python/py-mi-var-info-path-expression.py: New file.
5365 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5366
53672018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5368
5369 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5370 error after "cannot resolve name" string.
5371
53722018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5373
5374 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5375 started.
5376 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5377
53782018-07-28 Tom de Vries <tdevries@suse.de>
5379
5380 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5381
53822018-07-26 Tom de Vries <tdevries@suse.de>
5383
5384 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5385
53862018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5387
5388 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5389 is visible.
5390
53912018-07-26 Tom de Vries <tdevries@suse.de>
5392
5393 PR breakpoints/23366
5394 * gdb.base/catch-follow-exec.c: New test.
5395 * gdb.base/catch-follow-exec.exp: New file.
5396
53972018-07-25 Tom de Vries <tdevries@suse.de>
5398
5399 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5400 vla-optimized-out.c.
5401
54022018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5403
5404 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5405 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5406
54072018-07-20 Tom de Vries <tdevries@suse.de>
5408
5409 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5410 NOCLONE macro.
5411 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5412
54132018-07-19 Tom de Vries <tdevries@suse.de>
5414
5415 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5416 regular expression.
5417
54182018-07-18 Tom de Vries <tdevries@suse.de>
5419
5420 * gdb.base/vla-optimized-out.c: New test.
5421 * gdb.base/vla-optimized-out.exp: New file.
5422
54232018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5424
5425 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5426 message "No address associated with hostname" when gdbserver
5427 cannot resolve the hostname.
5428
54292018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5430
5431 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5432 Add some test prefixes to make tests unique.
5433
54342018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5435
5436 * gdb.base/frameapply.c: New file.
5437 * gdb.base/frameapply.exp: New file.
5438
54392018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5440
5441 * gdb.base/skip.exp: Update expected error message.
5442
54432018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5444 Jan Kratochvil <jan.kratochvil@redhat.com>
5445 Paul Fertser <fercerpav@gmail.com>
5446 Tsutomu Seki <sekiriki@gmail.com>
5447
5448 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5449 parameter.
5450 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5451 by default.
5452 * boards/native-gdbserver.exp: Likewise.
5453 * gdb.server/run-without-local-binary.exp: Improve regexp used
5454 for detecting when a remote debugging connection succeeds.
5455 * gdb.server/server-connect.exp: New file.
5456 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5457 Do not prefix the port number with ":".
5458 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5459 support for detecting and using it. Add '$debughost_gdbserver'
5460 to the list of arguments used to start gdbserver. Handle case
5461 when gdbserver cannot resolve a network name.
5462
54632018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5464
5465 PR c++/23373
5466 * gdb.base/ptype-offsets.cc (struct static_member): New
5467 struct.
5468 (main) <stmember>: New variable.
5469 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5470 with a static member in it.
5471
54722018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5473
5474 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5475 watchpoints enabled and disabled.
5476
54772018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5478
5479 * gdb.base/examine-backward.exp: Still run tests around address
5480 0x0, even if address 0x0 is not readable. Update the pattern for
5481 matching address 0x0 in expected output.
5482
54832018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5484
5485 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5486 malloc/free.
5487
54882018-07-04 Tom de Vries <tdevries@suse.de>
5489
5490 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5491
54922018-07-02 Maciej W. Rozycki <macro@mips.com>
5493
5494 PR tdep/8282
5495 * gdb.arch/mips-disassembler-options.exp: New test.
5496 * gdb.arch/mips-disassembler-options.s: New test source.
5497
54982018-06-29 Pedro Alves <palves@redhat.com>
5499
5500 * gdb.threads/names.exp: Adjust expected "info threads" output.
5501
55022018-06-29 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.opt/inline-break.exp (line number, address): Add "info
5505 break" tests.
5506
55072018-06-29 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5510 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5511 number and address and running to them.
5512
55132018-06-29 Richard Bunt <richard.bunt@arm.com>
5514
5515 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5516
55172018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5518
5519 * lib/compiler.c: Remove executable permission flag.
5520
55212018-06-28 Richard Bunt <richard.bunt@arm.com>
5522
5523 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5524 code.
5525 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5526
55272018-06-28 Petr Tesarik <ptesarik@suse.cz>
5528
5529 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5530
55312018-06-28 Petr Tesarik <ptesarik@suse.cz>
5532
5533 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5534 address argument is omitted.
5535
55362018-06-28 Petr Tesarik <ptesarik@suse.cz>
5537
5538 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5539
55402018-06-27 Omair Javaid <omair.javaid@linaro.org>
5541
5542 PR gdb/21695
5543 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5544 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5545
55462018-06-26 Tom Tromey <tom@tromey.com>
5547
5548 PR rust/22574:
5549 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5550 * gdb.rust/simple.rs (struct SimpleLayout): New.
5551
55522018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5553
5554 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5555 "info registers" output.
5556
55572018-06-21 Richard Bunt <richard.bunt@arm.com>
5558
5559 * gdb.base/watchpoint-hw-attach.c: New test.
5560 * gdb.base/watchpoint-hw-attach.exp: New file.
5561
55622018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5563
5564 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5565 through /bin/sh.
5566 * boards/dwarf4-gdb-index.exp: Likewise.
5567 * boards/fission-dwp.exp: Likewise.
5568
55692018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5570
5571 * gdb.base/float128.exp: Add comment and improved fail message
5572 to the failure case of "print large128" test.
5573
55742018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5575
5576 * configure.ac: Remove AC_PREREQ.
5577 * configure: Re-generate.
5578
55792018-06-19 Pedro Alves <palves@redhat.com>
5580
5581 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5582 (func_extern_caller): New.
5583 (main): Call func_extern_caller.
5584 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5585 logic change.
5586
55872018-06-18 Weimin Pan <weimin.pan@oracle.com>
5588
5589 PR gdb/16841
5590 * gdb.cp/typedef-base.cc: New file.
5591 * gdb.cp/typedef-base.exp: New file.
5592
55932018-06-18 Tom de Vries <tdevries@suse.de>
5594
5595 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5596
55972018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5598 Richard Bunt <Richard.Bunt@arm.com>
5599
5600 * gdb.threads/attach-slow-waitpid.c: New file.
5601 * gdb.threads/attach-slow-waitpid.exp: New file.
5602 * gdb.threads/slow-waitpid.c: New file.
5603
56042018-06-14 Pedro Alves <palves@redhat.com>
5605
5606 * gdb.base/fork-running-state.c: Include <errno.h>.
5607 (exit_if_relative_exits): New.
5608 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5609 exits.
5610 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5611 child exits.
5612
56132018-06-14 Tom de Vries <tdevries@suse.de>
5614
5615 PR cli/22573
5616 * gdb.base/finish-pretty.c: New test.
5617 * gdb.base/finish-pretty.exp: New file.
5618
56192018-06-14 Pedro Alves <palves@redhat.com>
5620
5621 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5622 gdb's expected startup output.
5623
56242018-06-14 Pedro Alves <palves@redhat.com>
5625
5626 * lib/selftest-support.exp (selftest_setup): Remove inlined
5627 function handling.
5628
56292018-06-14 Tom de Vries <tdevries@suse.de>
5630
5631 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5632 matching of breakpoint printing.
5633
56342018-06-13 Tom de Vries <tdevries@suse.de>
5635
5636 PR testsuite/23269
5637 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5638 (fork_child): ... here, and ...
5639 (fork_parent): ... here.
5640
56412018-06-12 Tom de Vries <tdevries@suse.de>
5642
5643 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5644
56452018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5646 Stephen Roberts <stephen.roberts@arm.com>
5647
5648 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5649 rewrite test to describe action performed, rather than possible
5650 failure.
5651
56522018-06-08 Gary Benson <gbenson@redhat.com>
5653
5654 * gdb.threads/check-libthread-db.exp: New file.
5655 * gdb.threads/check-libthread-db.c: Likewise.
5656
56572018-06-05 Tom Tromey <tom@tromey.com>
5658
5659 * gdb.base/default.exp: Update expected "show version" output.
5660
56612018-06-05 Tom Tromey <tom@tromey.com>
5662
5663 PR cli/12326:
5664 * gdb.cp/static-print-quit.exp: Update.
5665 * lib/gdb.exp (pagination_prompt): Update.
5666 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5667 * gdb.python/python.exp: Update.
5668
56692018-06-04 Joel Brobecker <brobecker@adacore.com>
5670
5671 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5672
56732018-06-01 Joel Brobecker <brobecker@adacore.com>
5674
5675 * gdb.ada/bp_fun_addr: New testcase.
5676
56772018-06-01 Tom Tromey <tom@tromey.com>
5678
5679 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5680 results.
5681 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5682 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5683 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5684 * gdb.base/maint.exp (maint_pass_if): Update.
5685
56862018-05-31 Maciej W. Rozycki <macro@mips.com>
5687
5688 * gdb.base/endian.exp: New test.
5689 * gdb.base/endian.c: New test source.
5690
56912018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5692
5693 PR gdb/23203
5694 * gdb.base/bt-selected-frame.c: New file.
5695 * gdb.base/bt-selected-frame.exp: New file.
5696 * lib/gdb.exp (get_current_frame_number): New function.
5697
56982018-05-24 Maciej W. Rozycki <macro@mips.com>
5699 Pedro Alves <palves@redhat.com>
5700
5701 * gdb.threads/tls-core.c: Include <stdlib.h>
5702 (thread_proc): Call `abort'.
5703 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5704 (tls_core_test): New procedure, bits factored out from ...
5705 (top level): ... here. Test both native cores and gcore cores.
5706
57072018-05-23 Tom Tromey <tom@tromey.com>
5708
5709 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5710
57112018-05-23 Tom Tromey <tom@tromey.com>
5712
5713 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5714 symfile_complaints.
5715 (test_short_complaints): Likewise.
5716 (test_empty_complaints): Likewise.
5717 (test_initial_complaints): Update.
5718
57192018-05-23 Tom Tromey <tom@tromey.com>
5720
5721 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5722
57232018-05-23 Tom Tromey <tom@tromey.com>
5724
5725 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5726 (test_short_complaints): Update.
5727
57282018-05-22 Pedro Alves <palves@redhat.com>
5729
5730 * gdb.base/remote.exp: Only gdb_start after compiling the
5731 testcase. Issue "disconnect" before testing "set remote" command
5732 defaults. Issue clean_restart before running to main.
5733
57342018-05-22 Pedro Alves <palves@redhat.com>
5735
5736 * gdb.base/remote.exp: Adjust expected output of "show remote
5737 memory-write-packet-size". Add tests for "set remote
5738 memory-write-packet-size 0" and "set remote
5739 memory-write-packet-size fixed/limit".
5740
57412018-05-22 Pedro Alves <palves@redhat.com>
5742
5743 PR gdb/22973
5744 * gdb.base/utf8-identifiers.c: New file.
5745 * gdb.base/utf8-identifiers.exp: New file.
5746
57472018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5748
5749 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5750
57512018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5752
5753 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5754
57552018-05-18 Tom Tromey <tom@tromey.com>
5756
5757 * gdb.base/ptype-offsets.exp: Update.
5758
57592018-05-17 Keith Seitz <keiths@redhat.com>
5760
5761 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5762 in expected breakpoint stop locations.
5763 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5764 move to proper scope to test variable values.
5765 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5766 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5767 New functions.
5768 (main): Call not_inline_func3.
5769 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5770 inline_func1, inline_func2, and inline_func3. Test that when each
5771 breakpoint is hit, GDB properly reports both the stop location
5772 and the backtrace. Repeat tests for temporary breakpoints.
5773
57742018-05-15 Maciej W. Rozycki <macro@mips.com>
5775
5776 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5777 rather then trying to access it in determining whether the PID
5778 of `gdbserver' could have been retrieved.
5779
57802018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5781
5782 * gdb.arch/amd64-init-x87-values.S: New file.
5783 * gdb.arch/amd64-init-x87-values.exp: New file.
5784
57852018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5786
5787 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5788
57892018-05-04 Tom Tromey <tom@tromey.com>
5790
5791 PR python/22730:
5792 * gdb.python/python.exp: Test multi-line execute.
5793
57942018-05-04 Tom Tromey <tom@tromey.com>
5795
5796 PR python/22731:
5797 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5798
57992018-05-04 Tom Tromey <tom@tromey.com>
5800
5801 PR gdb/11750:
5802 * gdb.base/define.exp: Test defining a user command inside a user
5803 command.
5804 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5805
58062018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5807 Pedro Alves <palves@redhat.com>
5808
5809 PR breakpoints/19806 and support for PR external/20207.
5810 * gdb.base/watchpoint-unaligned.c: New file.
5811 * gdb.base/watchpoint-unaligned.exp: New file.
5812
58132018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5814
5815 * gdb.base/maint.exp: Make test names unique, use
5816 test_prefix_command_help to test 'help maint info', and remove
5817 repeated test of 'help maint'.
5818
58192018-05-04 Tom Tromey <tom@tromey.com>
5820
5821 PR gdb/22619:
5822 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5823 behavior.
5824
58252018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5826
5827 * gdb.base/maint.exp: Process output from 'maint print registers'
5828 line at a time.
5829
58302018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5831
5832 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5833 timeout.
5834
58352018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5836
5837 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5838 filter pattern.
5839
58402018-05-02 Pedro Alves <palves@redhat.com>
5841
5842 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5843 to_log_command renames.
5844 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5845
58462018-05-02 Tom Tromey <tom@tromey.com>
5847
5848 * gdb.python/py-parameter.exp: Set test message.
5849
58502018-05-02 Tom Tromey <tom@tromey.com>
5851
5852 PR python/20084:
5853 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5854 PARAM_ZUINTEGER_UNLIMITED tests.
5855
58562018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5857
5858 PR rust/23124
5859 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5860 when casting.
5861
58622018-04-30 Tom Tromey <tom@tromey.com>
5863
5864 * gdb.python/py-type.exp: Check align attribute.
5865 * gdb.python/py-type.c: New "aligncheck" global.
5866
58672018-04-30 Tom Tromey <tom@tromey.com>
5868
5869 PR exp/17095:
5870 * gdb.dwarf2/dw2-align.exp: New file.
5871 * gdb.cp/align.exp: New file.
5872 * gdb.base/align.exp: New file.
5873 * lib/gdb.exp (gdb_int128_helper): New proc.
5874 (has_int128_c, has_int128_cxx): New caching procs.
5875
58762018-04-27 Tom Tromey <tom@tromey.com>
5877
5878 PR rust/22545:
5879 * gdb.rust/simple.exp: Add inclusive range tests.
5880
58812018-04-26 Pedro Alves <palves@redhat.com>
5882
5883 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5884 ifunc breakpoint locations correctly of ifunc breakpoints set
5885 while the program resolves the ifunc.
5886
58872018-04-26 Pedro Alves <palves@redhat.com>
5888
5889 * gdb.base/gnu-ifunc-final.c: New file.
5890 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5891 * gdb.base/gnu-ifunc.exp (executable): Delete.
5892 (staticexecutable): Adjust.
5893 (lib_opts, exec_opts): Delete.
5894 (make_binsuffix, build, set-break): New procedures.
5895 (misc_tests): New, with tests factored out from the top level.
5896 (top level): Test different combinations of ifunc resolver name,
5897 resolver with and with debug info, and ifunc target with and
5898 without debug info. Wrap static tests with with_target_prefix.
5899
59002018-04-26 Pedro Alves <palves@redhat.com>
5901
5902 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5903 return type" warnings.
5904
59052018-04-25 Pedro Alves <palves@redhat.com>
5906
5907 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5908 killed".
5909 * gdb.base/kill-after-signal.exp: Likewise.
5910 * gdb.threads/kill.exp: Likewise.
5911
59122018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5913 Sergio Durigan Junior <sergiodj@redhat.com>
5914 Pedro Alves <palves@redhat.com>
5915
5916 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5917 regexps to expect for '[Inferior ... detached]' as well.
5918 * gdb.base/attach.exp: Likewise.
5919 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5920 "gdb_continue_to_end".
5921 (test_catch_syscall_with_wrong_args): Likewise.
5922 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5923 ']'. Don't set 'verbose' on.
5924 * gdb.base/foll-vfork.exp: Likewise.
5925 * gdb.base/fork-print-inferior-events.c: New file.
5926 * gdb.base/fork-print-inferior-events.exp: New file.
5927 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5928 '[Inferior ... has been killed]' message.
5929 * gdb.base/kill-after-signal.exp: Likewise.
5930 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5931 detach message.
5932 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5933 message.
5934 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5935 regexps to expect for '[Inferior ... detached]' as well.
5936 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5937
59382018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5939
5940 PR gdb/23104
5941 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5942
59432018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5944
5945 PR gdb/23095
5946 * gdb.base/break-probes.exp: Pass shlib_load to
5947 prepare_for_testing. Set normal_bp to r_debug_state if target is
5948 bsd.
5949
59502018-04-19 Richard Bunt <richard.bunt@arm.com>
5951
5952 * gdb.threads/multiple-successive-infcall.c: New test.
5953 * gdb.threads/multiple-successive-infcall.exp: New file.
5954
59552018-04-17 Tom Tromey <tom@tromey.com>
5956
5957 * gdb.rust/simple.rs (Union): New type.
5958 (main): New local "u".
5959 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5960
59612018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5962
5963 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5964 number information in output of "whereis" command.
5965 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5966
59672018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5968
5969 * gdb.ada/info_types.exp: Adjust expected output to the line
5970 numbers now printed by "info var/func/type".
5971 * gdb.base/completion.exp: Likewise.
5972 * gdb.base/included.exp: Likewise.
5973 * gdb.cp/cp-relocate.exp: Likewise.
5974 * gdb.cp/cplusfuncs.exp: Likewise.
5975 * gdb.cp/namespace.exp: Likewise.
5976 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5977
59782018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5979
5980 * gdb.btrace/cpu.exp: New.
5981
59822018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5983
5984 * gdb.base/step-indirect-call-thunk.exp: New.
5985 * gdb.base/step-indirect-call-thunk.c: New.
5986 * gdb.reverse/step-indirect-call-thunk.exp: New.
5987 * gdb.reverse/step-indirect-call-thunk.c: New.
5988
59892018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5990
5991 * gdb.base/pie-fork.c: New file.
5992 * gdb.base/pie-fork.exp: New file.
5993
59942018-04-11 Tom Tromey <tom@tromey.com>
5995
5996 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5997
59982018-04-10 Pedro Alves <palves@redhat.com>
5999
6000 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6001 exits. Instead loop running forever.
6002 (fork_parent): Run forever too.
6003
60042018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6005
6006 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6007 mi_continue_to_line.
6008 * gdb.mi/mi-stack.c (callee4): Add comment.
6009
60102018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6011
6012 * gdb.mi/mi-stack.exp: Fix indentation.
6013
60142018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6015
6016 PR gdb/22979
6017 * gdb.arch/amd64-osabi.exp: New file.
6018
60192018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6020
6021 PR gdb/22980
6022 * gdb.base/osabi.exp: New file.
6023
60242018-04-02 Weimin Pan <weimin.pan@oracle.com>
6025
6026 * gdb.cp/static-typedef-print.exp: New file.
6027 * gdb.cp/static-typedef-print.cc: New file.
6028
60292018-03-27 Joel Brobecker <brobecker@adacore.com>
6030
6031 * gdb.ada/varsize_limit: New testcase.
6032
60332018-03-27 Joel Brobecker <brobecker@adacore.com>
6034
6035 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6036
6037 * gdb.ada/notcplusplus: New testcase.
6038
6039 * gdb.base/c-linkage-name.c: New file.
6040 * gdb.base/c-linkage-name.exp: New testcase.
6041
60422018-03-26 Tom Tromey <tom@tromey.com>
6043
6044 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6045 * gdb.python/py-framefilter.py (name_error): New global.
6046 (ErrorInName.function): Use name_error.
6047
60482018-03-26 Tom Tromey <tom@tromey.com>
6049
6050 PR backtrace/15582:
6051 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6052
60532018-03-23 Keith Seitz <keiths@redhat.com>
6054
6055 PR c++/22968
6056 * gdb.cp/subtypes.exp: New file.
6057 * gdb.cp/subtypes.h: New file.
6058 * gdb.cp/subtypes.cc: New file.
6059 * gdb.cp/subtypes-2.cc: New file.
6060
60612018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6062
6063 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6064 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6065 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6066 -nostartfiles when compiling the test. Confirm that all registers
6067 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6068
60692018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6070
6071 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6072 option, syntax was wrong anyway.
6073 * gdb.arch/arm-disp-step.exp: Likewise.
6074 * gdb.arch/sparc64-regs.exp: Likewise.
6075 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6076 option, syntax was wrong anyway, switch to use
6077 prepare_for_testing.
6078 * gdb.arch/i386-disp-step.exp: Likewise.
6079
60802018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6081
6082 * gdb.ada/exec_changed.exp: Replace "target_info exists
6083 use_gdb_stub" by "use_gdb_stub".
6084 * gdb.ada/start.exp: Likewise.
6085 * gdb.base/async-shell.exp: Likewise.
6086 * gdb.base/attach-pie-misread.exp: Likewise.
6087 * gdb.base/attach-wait-input.exp: Likewise.
6088 * gdb.base/break-entry.exp: Likewise.
6089 * gdb.base/break-interp.exp: Likewise.
6090 * gdb.base/dprintf-detach.exp: Likewise.
6091 * gdb.base/nostdlib.exp: Likewise.
6092 * gdb.base/solib-nodir.exp: Likewise.
6093 * gdb.base/statistics.exp: Likewise.
6094 * gdb.base/testenv.exp: Likewise.
6095 * gdb.mi/mi-exec-run.exp: Likewise.
6096 * gdb.mi/mi-start.exp: Likewise.
6097 * gdb.multi/dummy-frame-restore.exp: Likewise.
6098 * gdb.multi/multi-arch-exec.exp: Likewise.
6099 * gdb.multi/multi-arch.exp: Likewise.
6100 * gdb.multi/tids.exp: Likewise.
6101 * gdb.multi/watchpoint-multi.exp: Likewise.
6102 * gdb.python/py-events.exp: Likewise.
6103 * gdb.threads/attach-into-signal.exp: Likewise.
6104 * gdb.threads/attach-stopped.exp: Likewise.
6105 * gdb.threads/threadapply.exp: Likewise.
6106 * lib/selftest-support.exp: Likewise.
6107
61082018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6109
6110 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6111
61122018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6113
6114 * gdb.perf/template-breakpoints.cc: New file.
6115 * gdb.perf/template-breakpoints.exp: New file.
6116 * gdb.perf/template-breakpoints.py: New file.
6117
61182018-03-19 Tom Tromey <tom@tromey.com>
6119
6120 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6121 y0.
6122 * gdb.rust/simple.exp: Test bare identifier form of struct
6123 initializer.
6124
61252018-03-19 Tom Tromey <tom@tromey.com>
6126
6127 * gdb.gdb/observer.exp: Remove.
6128
61292018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6130
6131 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6132 "qualified" option when setting breakpoints.
6133 * gdb.trace/backtrace.exp: Likewise.
6134 * gdb.trace/circ.exp: Likewise.
6135 * gdb.trace/collection.exp: Likewise.
6136 * gdb.trace/disconnected-tracing.exp: Likewise.
6137 * gdb.trace/ftrace-lock.exp: Likewise.
6138 * gdb.trace/ftrace.exp: Likewise.
6139 * gdb.trace/infotrace.exp: Likewise.
6140 * gdb.trace/packetlen.exp: Likewise.
6141 * gdb.trace/passc-dyn.exp: Likewise.
6142 * gdb.trace/qtro.exp: Likewise.
6143 * gdb.trace/read-memory.exp: Likewise.
6144 * gdb.trace/report.exp: Likewise.
6145 * gdb.trace/signal.exp: Likewise.
6146 * gdb.trace/status-stop.exp: Likewise.
6147 * gdb.trace/strace.exp: Likewise.
6148 * gdb.trace/tfind.exp: Likewise.
6149 * gdb.trace/trace-break.exp: Likewise.
6150 * gdb.trace/trace-condition.exp: Likewise.
6151 * gdb.trace/trace-mt.exp: Likewise.
6152 * gdb.trace/tstatus.exp: Likewise.
6153 * gdb.trace/tsv.exp: Likewise.
6154 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6155 * gdb.trace/unavailable.exp: Likewise.
6156 * gdb.trace/while-dyn.exp: Likewise.
6157
61582018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6159
6160 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6161 that libinproctrace is copied to the target.
6162
61632018-03-14 Tom Tromey <tom@tromey.com>
6164
6165 PR cli/14977:
6166 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6167 a null pointer.
6168 * gdb.base/wchar.exp: Likewise.
6169
61702018-03-14 Tom Tromey <tom@tromey.com>
6171
6172 PR cli/19918:
6173 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6174 flag.
6175
61762018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6177
6178 PR gdb/22841
6179 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6180 "target" to remote_exec.
6181
61822018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6183
6184 PR gdb/22841
6185 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6186 ${board}_upload): Remove.
6187
61882018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6189
6190 * gdb.cp/watch-cp.cc: New test.
6191 * gdb.cp/watch-cp.exp: New file.
6192
61932018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6194
6195 * gdb.base/infcall-nested-structs.exp: New file.
6196 * gdb.base/infcall-nested-structs.c: New file.
6197 * gdb.base/float.exp: Add riscv support.
6198
61992018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6200
6201 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6202 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6203
62042018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6205
6206 * gdb.server/abspath.exp: New file.
6207 * lib/gdb.exp (with_cwd): New procedure.
6208
62092018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6210
6211 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6212 use it.
6213 (gdb_is_target_remote_prompt): New proc.
6214 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6215 (gdb_is_target_native): Pass prompt parameter to
6216 gdb_is_target_1.
6217
62182018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6219
6220 * gdb.base/load-command.c: New file.
6221 * gdb.base/load-command.exp: New file.
6222 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6223 (gdb_is_target_1): ...this, and generalize for other targets
6224 than just remote.
6225 (gdb_is_target_remote): Use gdb_is_target_1.
6226 (gdb_is_target_native): use gdb_is_target_1.
6227
62282018-02-26 Tom Tromey <tom@tromey.com>
6229
6230 PR python/16497:
6231 * gdb.python/py-framefilter.exp: Update test.
6232
62332018-02-26 Tom Tromey <tom@tromey.com>
6234
6235 * gdb.dwarf2/variant.c: New file.
6236 * gdb.dwarf2/variant.exp: New file.
6237
62382018-02-26 Tom Tromey <tom@tromey.com>
6239
6240 * gdb.rust/simple.exp: Accept more possible results in enum test.
6241
62422018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6243
6244 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6245 parentheses.
6246
62472018-02-23 Maciej W. Rozycki <macro@mips.com>
6248
6249 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6250 name of a variable: $actual_linejj -> $actual_line.
6251
62522018-02-21 John Baldwin <jhb@FreeBSD.org>
6253
6254 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6255
62562018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6257
6258 * gdb.btrace/buffer-size.exp: Do not force BTS.
6259
62602018-02-14 Pedro Alves <palves@redhat.com>
6261
6262 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6263 getting a "Quit".
6264
62652018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6266
6267 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6268 Fix test name.
6269
62702018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6271
6272 * gdb.cp/m-static.exp: Check type of optimized out static
6273 member.
6274
62752018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6276
6277 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6278 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6279
62802018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6281 Leszek Swirski <leszeks@google.com>
6282
6283 * gdb.python/py-prettyprint.c
6284 (struct to_string_returns_value_inner,
6285 struct to_string_returns_value_wrapper): New.
6286 (main): Add tsrvw variable.
6287 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6288 ToStringReturnsValueWrapper): New classes.
6289 (register_pretty_printers): Register new pretty-printers.
6290 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6291 recursive pretty printer.
6292 * gdb.python/py-mi.exp: Likewise.
6293
62942018-02-01 Leszek Swirski <leszeks@google.com>
6295
6296 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6297 functions with the same name as an include file are parsed
6298 correctly.
6299
63002018-02-01 Yao Qi <yao.qi@linaro.org>
6301
6302 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6303 "\[^\r\n\]*".
6304
63052018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6306
6307 * gdb.arch/powerpc-prologue-frame.s: New file.
6308 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6309 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6310
63112018-01-31 Joel Brobecker <brobecker@adacore.com>
6312
6313 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6314
63152018-01-30 Pedro Alves <palves@redhat.com>
6316
6317 PR gdb/13211
6318 * gdb.base/interrupt-daemon.c: New.
6319 * gdb.base/interrupt-daemon.exp: New.
6320 * gdb.multi/multi-term-settings.c: New.
6321 * gdb.multi/multi-term-settings.exp: New.
6322
63232018-01-30 Joel Brobecker <brobecker@adacore.com>
6324
6325 * gdb.base/break.exp: Save the location where the breakpoint
6326 on break.c:47 was actually inserted when debugging the version
6327 compiled at -O2 and use it in the expected output of the "info
6328 break" test performed soon after.
6329
63302018-01-22 Pedro Alves <palves@redhat.com>
6331 Sergio Durigan Junior <sergiodj@redhat.com>
6332
6333 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6334 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6335
63362018-01-22 Joel Brobecker <brobecker@adacore.com>
6337
6338 * gdb.base/break-include.c, gdb.base/break-include.inc,
6339 gdb.base/break-include.exp: New files.
6340 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6341 line number now being the actual line number where the breakpoint
6342 was inserted.
6343 * gdb.mi/mi-break.exp: Likewise.
6344 * gdb.mi/mi-reverse.exp: Likewise.
6345 * gdb.mi/mi-simplerun.exp: Ditto.
6346
63472018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6348
6349 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6350 varobj.
6351 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6352
63532018-01-21 Don Breazeal <donb@codesourcery.com>
6354 Andrew Burgess <andrew.burgess@embecosm.com>
6355
6356 * gdb.mi/basics.c: Add new global.
6357 * gdb.mi/mi-frame-regs.exp: New file.
6358 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6359 case.
6360
63612018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6362
6363 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6364 non-parameter, and on an unknown symbol.
6365
63662018-01-19 Tom Tromey <tom@tromey.com>
6367
6368 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6369 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6370
63712018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6372
6373 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6374 setrlimit and chdir to int.
6375
63762018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6377
6378 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6379 function.
6380 (my_tend): Likewise.
6381 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6382 rationale of avoiding FP- and vector instructions.
6383
63842018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6385
6386 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6387 "info reg" with "\[ \t\]*".
6388 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6389 "\[ \t\]+".
6390 * gdb.arch/s390-multiarch.exp: Ditto.
6391 * gdb.base/pc-fp.exp: Ditto.
6392 * gdb.reverse/i386-precsave.exp: Ditto.
6393 * gdb.reverse/i386-reverse.exp: Ditto.
6394 * gdb.reverse/i387-env-reverse.exp: Ditto.
6395 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6396
63972018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6398
6399 * lib/gdb.exp (gdb_compile): Re-enable use of
6400 universal_compile_options for languages other than Rust.
6401
64022018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6403
6404 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6405
64062018-01-17 Mike Gulick <mgulick@mathworks.com>
6407
6408 PR gdb/16577
6409 * gdb.base/solib-vanish.exp: New.
6410 * gdb.base/solib-vanish-main.c: New.
6411 * gdb.base/solib-vanish-lib1.c: New.
6412 * gdb.base/solib-vanish-lib2.c: New.
6413
64142018-01-17 Yao Qi <yao.qi@linaro.org>
6415
6416 * gdb.compile/compile.exp: Match the address printed for
6417 frame in the output of command "bt".
6418
64192018-01-15 Tom Tromey <tom@tromey.com>
6420
6421 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6422 compute sp_reg.
6423
64242018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6425
6426 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6427 to prepare.
6428 (prepare): Return 0 on error, 1 on success.
6429
64302018-01-12 Pedro Alves <palves@redhat.com>
6431
6432 * gdb.base/continue-after-aborted-step-over.c: New.
6433 * gdb.base/continue-after-aborted-step-over.exp: New.
6434
64352018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6436
6437 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6438 options when not creating an executable.
6439
64402018-01-11 Pedro Alves <palves@redhat.com>
6441
6442 PR remote/22597
6443 * gdb.server/stop-reply-no-thread.c: New file.
6444 * gdb.server/stop-reply-no-thread.exp: New file.
6445
64462018-01-10 Pedro Alves <palves@redhat.com>
6447
6448 PR gdb/22670
6449 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6450 functions too. Test setting breakpoints and printing C functions
6451 with no debug info too.
6452 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6453
64542018-01-10 Pedro Alves <palves@redhat.com>
6455
6456 PR gdb/22670
6457 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6458 a fail.
6459
64602018-01-10 Pedro Alves <palves@redhat.com>
6461
6462 PR gdb/22670
6463 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6464
64652018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6466
6467 * gdb.server/unittest.exp: Match the output in non-development
6468 mode.
6469
64702018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6471
6472 * gdb.gdb/unittest.exp: Match output in non-development mode.
6473
64742018-01-08 Joel Brobecker <brobecker@adacore.com>
6475
6476 * gdb.ada/access_tagged_param.exp: Relax expected output
6477 for value of "ObjL" in "continue" to pck.inspect breakpoint
6478 test.
6479
64802018-01-08 Joel Brobecker <brobecker@adacore.com>
6481
6482 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6483 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6484
64852018-01-05 Pedro Alves <palves@redhat.com>
6486
6487 PR gdb/18653
6488 * gdb.base/libsegfault.exp: New.
6489
64902018-01-05 Joel Brobecker <brobecker@adacore.com>
6491
6492 PR gdb/22670
6493 * gdb.ada/access_tagged_param.exp: New file.
6494 * gdb.ada/access_tagged_param/foo.adb: New file.
6495
64962018-01-05 Pedro Alves <palves@redhat.com>
6497
6498 PR gdb/22670
6499 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6500 exercise lower case too, and to exercise both full matching and
6501 wild matching.
6502
65032018-01-05 Joel Brobecker <brobecker@adacore.com>
6504
6505 * gdb.ada/rename_subscript_param: New testcase.
6506
65072018-01-05 Jerome Guitton <guitton@adacore.com>
6508
6509 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6510
65112018-01-05 Joel Brobecker <brobecker@adacore.com>
6512
6513 * gdb.ada/convvar_comp: New testcase.
6514
65152018-01-05 Xavier Roirand <roirand@adacore.com>
6516
6517 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6518 (My_Table): New global variable.
6519 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6520
65212018-01-04 Joel Brobecker <brobecker@adacore.com>
6522
6523 PR gdb/22670
6524 * gdb.ada/maint_with_ada: New testcase.
6525
65262018-01-04 Joel Brobecker <brobecker@adacore.com>
6527
6528 PR gdb/22670
6529 * gdb.ada/bp_c_mixed_case: New testcase.
6530
65312018-01-04 Joel Brobecker <brobecker@adacore.com>
6532
6533 PR gdb/22670
6534 * gdb.ada/complete.exp: Add "complete break ada" test.
6535
65362018-01-04 Joel Brobecker <brobecker@adacore.com>
6537
6538 PR gdb/22670
6539 * gdb.ada/info_addr_mixed_case: New testcase.
6540
65412018-01-03 Xavier Roirand <roirand@adacore.com>
6542
6543 * gdb.ada/excep_handle.exp: New testcase.
6544 * gdb.ada/excep_handle/foo.adb: New file.
6545 * gdb.ada/excep_handle/pck.ads: New file.
6546
65472018-01-03 Joel Brobecker <brobecker@adacore.com>
6548
6549 * gdb.base/step-line.c: Add extra empty line in copyright header.
6550 * gdb.base/step-line.inp: Likewise.
6551
65522018-01-02 Joel Brobecker <brobecker@adacore.com>
6553
6554 * gdb.ada/dyn_stride.exp: Add slice test.
6555
65562018-01-02 Joel Brobecker <brobecker@adacore.com>
6557
6558 * gdb.ada/dyn_stride: New testcase.
6559
65602017-12-27 Stafford Horne <shorne@gmail.com>
6561
6562 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6563 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6564
65652017-12-27 Stafford Horne <shorne@gmail.com>
6566
6567 * gdb.base/reggroups.c: New file.
6568 * gdb.base/reggroups.exp: New file.
6569
65702017-12-18 Joel Brobecker <brobecker@adacore.com>
6571
6572 * gdb.dwarf2/ada-valprint-error.c: New file.
6573 * gdb.dwarf2/ada-valprint-error.exp: New file.
6574
65752017-12-18 Joel Brobecker <brobecker@adacore.com>
6576
6577 * gdb.ada/assign_arr: New testcase.
6578
65792017-12-18 Xavier Roirand <roirand@adacore.com>
6580
6581 * gdb.ada/funcall_ptr: New testcase.
6582
65832017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6584
6585 PR cli/16224
6586 * gdb.base/ptype-offsets.cc: New file.
6587 * gdb.base/ptype-offsets.exp: New file.
6588
65892017-12-15 Yao Qi <yao.qi@linaro.org>
6590
6591 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6592 if XML is disabled.
6593
65942017-12-15 Xavier Roirand <roirand@adacore.com>
6595
6596 * gdb.ada/same_component_name: New testcase.
6597
65982017-12-14 Joel Brobecker <brobecker@adacore.com>
6599
6600 * gdb.ada/str_binop_equal: New testcase.
6601
66022017-12-14 Joel Brobecker <brobecker@adacore.com>
6603
6604 * gdb.ada/task_switch_in_core: New testcase.
6605
66062017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6607
6608 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6609 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6610 call test_bkpt_qualified.
6611 (test_bkpt_qualified): New proc.
6612
66132017-12-13 Pedro Alves <palves@redhat.com>
6614
6615 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6616 Tighten regexp by matching with an anchor.
6617
66182017-12-13 Pedro Alves <palves@redhat.com>
6619
6620 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6621 ("expression with namespace"): New set of tests.
6622 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6623 (Nested::Test_NS::qux): New.
6624 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6625 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6626
66272017-12-13 Joel Brobecker <brobecker@adacore.com>
6628
6629 * gdb.base/server-del-break.c: New file.
6630 * gdb.base/server-del-break.exp: New file.
6631
66322017-12-12 Stafford Horne <shorne@gmail.com>
6633
6634 * gdb.xml/tdesc-regs.exp: Add or1k support.
6635
66362017-12-12 Stafford Horne <shorne@gmail.com>
6637
6638 * gdb.base/bp-permanent.c: Define nop of or1k.
6639
66402017-12-11 Joel Brobecker <brobecker@adacore.com>
6641
6642 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6643 output with components being reordered.
6644
66452017-12-11 Joel Brobecker <brobecker@adacore.com>
6646
6647 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6648 output with components being reordered.
6649
66502017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6651 Pedro Alves <palves@redhat.com>
6652
6653 * gdb.base/maint.exp (check for .gdb_index): Check also for
6654 .debug_names.
6655 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6656 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6657 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6658 (.gdb_index used after symbol reloading): Support also .debug_names.
6659 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6660
66612017-12-08 Yao Qi <yao.qi@linaro.org>
6662
6663 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6664 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6665
66662017-12-08 Yao Qi <yao.qi@linaro.org>
6667
6668 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6669 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6670
66712017-12-08 Yao Qi <yao.qi@linaro.org>
6672
6673 * gdb.arch/aarch64-tagged-pointer.c: New file.
6674 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6675
66762017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6677
6678 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6679 "int".
6680
66812017-12-07 Keith Seitz <keiths@redhat.com>
6682
6683 PR breakpoints/22569
6684 * gdb.linespec/ls-errs.exp: Change expected result of "break
6685 -source this file has spaces.c -line 3".
6686 Check that an explicit source file followed by whitespace is
6687 identified as an invalid explicit location.
6688
66892017-12-07 Keith Seitz <keiths@redhat.com>
6690
6691 * gdb.cp/nested-types.cc: New file.
6692 * gdb.cp/nested-types.exp: New file.
6693 * lib/cp-support.exp: Load data-structures.exp library.
6694 (debug_cp_test_ptype_class): New global.
6695 (cp_ptype_class_verbose, next_line): New procedures.
6696 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6697 Add and document new return value.
6698 Switch the list of lines to a queue.
6699 Add support for new `type' key for nested type definitions.
6700 Add debugging/troubleshooting messages.
6701 * lib/data-structures.exp: New file.
6702
67032017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6704
6705 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6706 with proc_with_prefix, don't use with_test_prefix.
6707
67082017-12-07 Tom Tromey <tom@tromey.com>
6709
6710 * gdb.base/break.exp: Add test for empty "commands".
6711
67122017-12-07 Yao Qi <yao.qi@linaro.org>
6713
6714 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6715 malloc and catch syscall.
6716
67172017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6718
6719 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6720 tests for explicit locations.
6721
67222017-12-06 Pedro Alves <palves@redhat.com>
6723
6724 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6725 force-disabling XML descriptions.
6726
67272017-12-04 Pedro Alves <palves@redhat.com>
6728
6729 PR gdb/22499
6730 * gdb.arch/amd64-disp-step-avx.S: New file.
6731 * gdb.arch/amd64-disp-step-avx.exp: New file.
6732
67332017-12-03 Pedro Alves <palves@redhat.com>
6734
6735 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6736 and <string.h>.
6737 (parent_function): Print distinct messages when waitpid fails, or
6738 the child exits with a signal, or the child exits for an unhandled
6739 reason.
6740 * gdb.threads/process-dies-while-detaching.exp
6741 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6742 it. Wait for both inferior output and GDB's prompt. Use an
6743 indirect spawn id list.
6744 (do_detach): New parameter 'child_exit'. Use it to compute
6745 expected inferior output.
6746 (test_detach, test_detach_watch, test_detach_killed_outside):
6747 Adjust to pass down the expected child exit kind.
6748
67492017-12-01 Joel Brobecker <brobecker@adacore.com>
6750 Sergio Durigan Junior <sergiodj@redhat.com>
6751 Pedro Alves <palves@redhat.com>
6752
6753 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6754
67552017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6756
6757 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6758 to 'symbol-file' and 'add-symbol-file' can be
6759 position-independent.
6760
67612017-12-01 Yao Qi <yao.qi@linaro.org>
6762
6763 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6764 the URL in copyright header.
6765 * gdb.arch/aarch64-fp.exp: Likewise.
6766 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6767 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6768 * gdb.base/expand-psymtabs.exp: Likewise.
6769 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6770 * gdb.fortran/common-block.exp: Likewise.
6771 * gdb.fortran/common-block.f90: Likewise.
6772 * gdb.fortran/logical.exp: Likewise.
6773 * gdb.fortran/vla-datatypes.f90: Likewise.
6774 * gdb.fortran/vla-sub.f90: Likewise.
6775
67762017-11-30 Joel Brobecker <brobecker@adacore.com>
6777
6778 * gdb.ada/repeat_dyn: New testcase.
6779
67802017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6781
6782 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6783 Update for changed thread numbering.
6784 * gdb.cell/bt.exp: Update for changed GDB output.
6785
67862017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6787
6788 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6789 setting isremote by hand.
6790 * boards/dwarf4-gdb-index.exp: Likewise.
6791 * boards/fission.exp: Likewise.
6792 * boards/stabs.exp: Likewise.
6793
67942017-11-30 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.linespec/cpls-ops.exp
6797 (check_explicit_skips_function_argument): Extract the underlying
6798 type of size_t instead of hardcoding it.
6799
68002017-11-29 Pedro Alves <palves@redhat.com>
6801
6802 PR c++/19436
6803 * gdb.linespec/cpls-abi-tag.cc: New file.
6804 * gdb.linespec/cpls-abi-tag.exp: New file.
6805
68062017-11-29 Pedro Alves <palves@redhat.com>
6807
6808 * gdb.base/langs.exp: Use -qualified.
6809 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6810 it.
6811 * gdb.cp/namespace.exp: Use -qualified.
6812 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6813 (overload-3, template-overload, template-ret-type, const-overload)
6814 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6815 procedures.
6816 (test_driver): Call them.
6817 * gdb.cp/save-bp-qualified.cc: New.
6818 * gdb.cp/save-bp-qualified.exp: New.
6819 * gdb.linespec/explicit.exp: Test -qualified.
6820 * lib/completion-support.exp (completion::explicit_opts_list): Add
6821 "-qualified".
6822 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6823
68242017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6825
6826 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6827
68282017-11-29 Tom Tromey <tom@tromey.com>
6829
6830 * gdb.base/relocate.exp: Update invalid argument test.
6831 Add new tests for invalid arguments.
6832
68332017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6834
6835 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6836 Return 0 as a long.
6837 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6838
68392017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6840
6841 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6842 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6843 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6844 func ().
6845 * gdb.cp/shadow.cc (B.func): Return 0.
6846
68472017-11-27 Joel Brobecker <brobecker@adacore.com>
6848
6849 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6850 expected output in gdb_expect call to allow the exception
6851 message to be present as well. Fix syntax confusion to avoid
6852 TCL thinking that exception_name is an array.
6853
68542017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6855
6856 * gdb.arch/spu-info.c: Include <unistd.h>.
6857 (do_signal_test): Fix broken calls to write.
6858 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6859 Fix checks for empty mailboxes. Update signal tests for corrected
6860 do_signal_test routine. Allow nonzero event status.
6861 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6862 * gdb.cell/arch.exp: Use standard_output_file.
6863 * gdb.cell/break.exp: Likewise.
6864 * gdb.cell/bt.exp: Likewise.
6865 * gdb.cell/core.exp: Likewise.
6866 * gdb.cell/dwarfaddr.exp: Likewise.
6867 * gdb.cell/ea-cache.exp: Likewise.
6868 * gdb.cell/ea-standalone.exp: Likewise.
6869 * gdb.cell/f-regs.exp: Likewise.
6870 * gdb.cell/fork.exp: Likewise.
6871 * gdb.cell/gcore.exp: Likewise.
6872 * gdb.cell/mem-access.exp: Likewise.
6873 * gdb.cell/ptype.exp: Likewise.
6874 * gdb.cell/registers.exp: Likewise.
6875 * gdb.cell/sizeof.exp: Likewise.
6876 * gdb.cell/solib-symbol.exp: Likewise.
6877 * gdb.cell/solib.exp: Likewise.
6878
68792017-11-25 Pedro Alves <palves@redhat.com>
6880
6881 * gdb.base/complete-empty.exp: New file.
6882 * gdb.base/completion.exp: Adjust.
6883
68842017-11-25 Pedro Alves <palves@redhat.com>
6885
6886 * gdb.linespec/cpls-ops.cc: New file.
6887 * gdb.linespec/cpls-ops.exp: New file.
6888 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6889 factored out from ...
6890 (test_complete_prefix_range): ... this.
6891
68922017-11-24 Pedro Alves <palves@redhat.com>
6893
6894 * gdb.linespec/cpcompletion.exp: New file.
6895 * gdb.linespec/cpls-hyphen.cc: New file.
6896 * gdb.linespec/cpls.cc: New file.
6897 * gdb.linespec/cpls2.cc: New file.
6898 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6899 test to use test_gdb_complete_unique. Add label completion,
6900 keyword completion and explicit location completion tests.
6901 * lib/completion-support.exp: New file.
6902
69032017-11-24 Joel Brobecker <brobecker@adacore.com>
6904
6905 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6906 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6907 when hitting an exception catchpoint.
6908
69092017-11-22 Yao Qi <yao.qi@linaro.org>
6910
6911 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6912
69132017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6914
6915 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6916 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6917 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6918
69192017-11-22 Yao Qi <yao.qi@linaro.org>
6920
6921 * gdb.base/info-os.exp: Pass pthreads.
6922 * gdb.multi/multi-attach.exp: Likewise.
6923
69242017-11-22 Yao Qi <yao.qi@linaro.org>
6925
6926 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6927 compiler.
6928
69292017-11-22 Yao Qi <yao.qi@linaro.org>
6930
6931 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6932 * gdb.base/break-interp.exp: Likewise.
6933 * gdb.base/jit-attach-pie.exp: Likewise.
6934
69352017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6936
6937 * gdb.base/float128.c (large128): New variable.
6938 * gdb.base/float128.exp: Add test to print largest __float128 value.
6939
69402017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6941
6942 * gdb.arch/vsx-regs.exp: Update register content checks.
6943
69442017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6945
6946 * gdb.arch/ppc-longdouble.exp: New file.
6947 * gdb.arch/ppc-longdouble.c: Likewise.
6948
69492017-11-21 Pedro Alves <palves@redhat.com>
6950
6951 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6952
69532017-11-20 Pedro Alves <palves@redhat.com>
6954
6955 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6956 (long_double_typedef): New typedefs.
6957 Use DEF on double and long double.
6958 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6959 cases.
6960 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6961 and 'long_double_ptr_same_size' locals. Use them to decide
6962 whether cast from array/function to float is valid/invalid.
6963
69642017-11-17 Tom Tromey <tom@tromey.com>
6965
6966 * gdb.rust/traits.rs: New file.
6967 * gdb.rust/traits.exp: New file.
6968
69692017-11-17 Joel Brobecker <brobecker@adacore.com>
6970
6971 * gdb.ada/minsyms: New testcase.
6972
69732017-11-16 Pedro Alves <palves@redhat.com>
6974
6975 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6976 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6977
69782017-11-16 Pedro Alves <palves@redhat.com>
6979
6980 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6981 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6982
69832017-11-16 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.server/reconnect-ctrl-c.c: New file.
6986 * gdb.server/reconnect-ctrl-c.exp: New file.
6987
69882017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6989
6990 * gdb.python/py-rbreak.exp: New file.
6991 * gdb.python/py-rbreak.c: New file.
6992 * gdb.python/py-rbreak-func2.c: New file.
6993
69942017-11-16 Pedro Alves <palves@redhat.com>
6995
6996 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6997 pattern.
6998 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6999 GDB.
7000
70012017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7002
7003 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7004 regex.
7005
70062017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7007
7008 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7009 test names.
7010
70112017-11-09 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7014 factored out from ...
7015 (top level): ... here, and adjusted to avoid expecting beyond the
7016 prompt in a single gdb_test_multiple.
7017
70182017-11-09 Pedro Alves <palves@redhat.com>
7019
7020 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7021 output.
7022 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7023 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7024 * gdb.server/ext-run.exp ("kill" test): Likewise.
7025 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7026
70272017-11-09 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7030 match till end of line.
7031
70322017-11-09 Pedro Alves <palves@redhat.com>
7033
7034 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7035
70362017-11-09 Pedro Alves <palves@redhat.com>
7037
7038 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7039 New procedures, factored out from ...
7040 (top level): ... here, and adjusted to avoid expecting beyond the
7041 prompt in one go.
7042
70432017-11-09 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7046 output. Fix '?' match.
7047
70482017-11-08 Joel Brobecker <brobecker@adacore.com>
7049
7050 * gdb.ada/scoped_watch: New testcase.
7051 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7052 which is actually correct.
7053 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7054 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7055
70562017-11-08 Pedro Alves <palves@redhat.com>
7057
7058 * gdb.gdb/complaints.exp (test_initial_complaints)
7059 (test_serial_complaints, test_short_complaints): Call
7060 complaint_internal instead of complaint.
7061
70622017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7063
7064 * gdb.threads/tls-core.c: New file.
7065 * gdb.threads/tls-core.exp: Likewise.
7066
70672017-11-08 Pedro Alves <palves@redhat.com>
7068
7069 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7070 (p Exported_Capitalized): New test.
7071 (p exported_capitalized): New test.
7072
70732017-11-07 Pedro Alves <palves@redhat.com>
7074
7075 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7076
70772017-11-07 Pedro Alves <palves@redhat.com>
7078
7079 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7080 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7081 (disable_invalid, disable_inverted, disable_negative): New
7082 procedures.
7083 ("bad numbers"): New set of tests.
7084
70852017-11-07 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.cp/ena-dis-br-range.exp: Add tests.
7088
70892017-11-07 Pedro Alves <palves@redhat.com>
7090
7091 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7092
70932017-11-07 Xavier Roirand <roirand@adacore.com>
7094 Pedro Alves <palves@redhat.com>
7095
7096 * gdb.base/ena-dis-br.exp: Add reference to
7097 gdb.cp/ena-dis-br-range.exp.
7098 * gdb.cp/ena-dis-br-range.exp: New file.
7099 * gdb.cp/ena-dis-br-range.cc: New file.
7100
71012017-11-06 Pedro Alves <palves@redhat.com>
7102
7103 * gdb.base/attach-non-pgrp-leader.c: New.
7104 * gdb.base/attach-non-pgrp-leader.exp: New.
7105
71062017-11-06 Pedro Alves <palves@redhat.com>
7107
7108 * configure.ac: No longer check for termio.h and sgtty.h.
7109 * configure: Regenerate.
7110 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7111 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7112 Remove termio and sgtty code.
7113
71142017-11-03 Yao Qi <yao.qi@linaro.org>
7115
7116 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7117 in GDB is disabled.
7118
71192017-11-03 Yao Qi <yao.qi@linaro.org>
7120
7121 * gdb.python/py-thrhandle.exp: Skip it if python is not
7122 enabled.
7123
71242017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7125
7126 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7127 as a breakpoint command.
7128
71292017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7130
7131 PR python/21213
7132 * gdb.python/py-infthread.exp: Test calling
7133 InferiorThread.inferior () multiple times in a row.
7134
71352017-10-27 Keith Seitz <keiths@redhat.com>
7136
7137 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7138 Test "info break" for every inlined function breakpoint.
7139
71402017-10-27 Yao Qi <yao.qi@linaro.org>
7141
7142 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7143
71442017-10-26 Patrick Frants <osscontribute@gmail.com>
7145
7146 * gdb.cp/classes.exp (test_static_members): Test printing
7147 Outer::instance.
7148 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7149 (Inner::instance, Outer::instance): New.
7150
71512017-10-24 Pedro Alves <palves@redhat.com>
7152
7153 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7154 extra console" test in two stages.
7155
71562017-10-24 Pedro Alves <palves@redhat.com>
7157
7158 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7159
71602017-10-24 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7163 loop.
7164
71652017-10-24 Pedro Alves <palves@redhat.com>
7166
7167 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7168 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7169
71702017-10-24 Pedro Alves <palves@redhat.com>
7171
7172 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7173 parameter and handle it. Don't output read value in test name.
7174
71752017-10-24 Pedro Alves <palves@redhat.com>
7176
7177 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7178 custom test name.
7179
71802017-10-24 Pedro Alves <palves@redhat.com>
7181
7182 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7183 include the unstable output directory name in the test's name.
7184 (initial_setup_simple) <'set args'>: Use custom test name.
7185
71862017-10-24 Pedro Alves <palves@redhat.com>
7187
7188 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7189 with explicit test name.
7190
71912017-10-20 Pedro Alves <palves@redhat.com>
7192
7193 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7194 'wait -i'. Use gdb_assert and remote_close.
7195
71962017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7197
7198 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7199 number from variable rather than hard-coded.
7200
72012017-10-19 Pedro Alves <palves@redhat.com>
7202
7203 * gdb.base/long-inferior-output.c: New file.
7204 * gdb.base/long-inferior-output.exp: New file.
7205
72062017-11-18 Keith Seitz <keiths@redhat.com>
7207
7208 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7209 method.
7210 (main): Call it.
7211 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7212 Add additional user-defined conversion operator tests.
7213
72142017-10-17 Pedro Alves <palves@redhat.com>
7215
7216 * boards/native-stdio-gdbserver.exp: Load "local-board".
7217
72182017-10-17 Pedro Alves <palves@redhat.com>
7219
7220 * gdb.base/quit-live.c: New file.
7221 * gdb.base/quit-live.exp: New file.
7222
72232017-10-16 Keith Seitz <keiths@redhat.com>
7224
7225 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7226 (class_with_protected_typedef, class_with_private_typedef)
7227 (struct_with_public_typedef, struct_with_protected_typedef)
7228 (struct_with_private_typedef): New classes/structs.
7229 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7230 typedefs and access specifiers.
7231
72322017-10-16 Pedro Alves <palves@redhat.com>
7233 Simon Marchi <simon.marchi@polymtl.ca>
7234
7235 * README (Local vs Remote vs Native): New section.
7236 * boards/local-board.exp: New file, with bits factored out from
7237 ...
7238 * boards/native-extended-gdbserver.exp: ... here. Load
7239 "local-board".
7240 * boards/native-gdbserver.exp: Load "local-board".
7241 (${board}_spawn, ${board}_exec): Delete.
7242 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7243 ...
7244 * boards/stdio-gdbserver-base.exp: ... this new file.
7245 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7246 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7247 procedure.
7248 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7249 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7250 stdio_gdbserver_command.
7251 (${board}_get_remote_address, ${board}_get_comm_port)
7252 (${board}_download, ${board}_upload): Delete.
7253 (get_target_remote_pipe_cmd): New.
7254
72552017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7256
7257 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7258 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7259 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7260 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7261 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7262 remove with_test_prefix.
7263
72642017-10-13 Pedro Alves <palves@redhat.com>
7265
7266 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7267 * gdb.base/annota1.exp: Use it instead of is_remote.
7268 * gdb.base/annota3.exp: Use it instead of is_remote.
7269 * gdb.cp/annota2.exp: Use it instead of is_remote.
7270 * gdb.cp/annota3.exp: Use it instead of is_remote.
7271 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7272
72732017-10-13 Pedro Alves <palves@redhat.com>
7274
7275 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7276 (test_num_test_vars, run_and_count_vars, find_env)
7277 (test_set_unset_env, test_inherit_env_var): New procedures.
7278 (top level): Use them.
7279
72802017-10-13 Pedro Alves <palves@redhat.com>
7281
7282 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7283 also skip on stub-like targets.
7284
72852017-10-13 Pedro Alves <palves@redhat.com>
7286
7287 PR gdb/22293
7288 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7289 (top level): Move some tests to ...
7290 (test_not_found): ... this new procedure.
7291 (top level): Call it.
7292
72932017-10-13 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7296 expect different "info terminal" output if testing with a
7297 non-native target.
7298
72992017-10-13 Pedro Alves <palves@redhat.com>
7300 Simon Marchi <simon.marchi@polymtl.ca>
7301
7302 PR python/12966
7303 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7304
73052017-10-13 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7308 already.
7309
73102017-10-13 Pedro Alves <palves@redhat.com>
7311
7312 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7313 is_remote.
7314
73152017-10-13 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7318 is_remote.
7319
73202017-10-13 Pedro Alves <palves@redhat.com>
7321
7322 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7323 is set.
7324 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7325 instead of is_remote.
7326
73272017-10-13 Pedro Alves <palves@redhat.com>
7328
7329 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7330 (top level): Add comment.
7331
73322017-10-13 Pedro Alves <palves@redhat.com>
7333
7334 * gdb.base/remote.exp (top level): Fix comment typo and add
7335 missing return.
7336
73372017-10-13 Pedro Alves <palves@redhat.com>
7338 Simon Marchi <simon.marchi@polymtl.ca>
7339
7340 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7341 calls and add comments. Skip test if use_gdb_stub is set.
7342 (top level): Use "set cwd" command instead of "cd" command.
7343
73442017-10-13 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7347 is_remote target check.
7348
73492017-10-13 Pedro Alves <palves@redhat.com>
7350
7351 * gdb.base/scope.exp: Use build_executable + clean_restart +
7352 gdb_file_cmd instead of prepare_for_testing and no longer skip
7353 "before run" tests on is_remote target boards. Update comments.
7354 * boards/native-extended-gdbserver.exp
7355 (extended_gdbserver_load_last_file): New, factored out from ...
7356 (gdb_load): ... this. Move further below and add comment.
7357 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7358
73592017-10-12 Pedro Alves <palves@redhat.com>
7360
7361 * gdb.base/attach.exp: Remove references to gdb64.
7362 * gdb.base/dbx.exp: Remove references to gdb64.
7363
73642017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7365 Pedro Alves <palves@redhat.com>
7366
7367 * gdb.base/label.exp: Remove is_remote target check.
7368
73692017-10-12 Pedro Alves <palves@redhat.com>
7370
7371 * gdb.base/auvx.exp (coredir): Update comment.
7372 (top level) <core_works>: Use "set cwd" command instead of "cd"
7373 command.
7374
73752017-10-12 Pedro Alves <palves@redhat.com>
7376 Simon Marchi <simon.marchi@polymtl.ca>
7377
7378 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7379 target boards.
7380
73812017-10-12 Pedro Alves <palves@redhat.com>
7382 Simon Marchi <simon.marchi@polymtl.ca>
7383
7384 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7385 Instead skip if there's any gdb_protocol set.
7386
73872017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7388 Pedro Alves <palves@redhat.com>
7389
7390 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7391
73922017-10-12 Pedro Alves <palves@redhat.com>
7393 Simon Marchi <simon.marchi@polymtl.ca>
7394
7395 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7396 instead of on dejagnu remote boards.
7397
73982017-10-12 Pedro Alves <palves@redhat.com>
7399 Simon Marchi <simon.marchi@polymtl.ca>
7400
7401 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7402 checks. Use build_executable + clean_restart instead of
7403 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7404 of enabling non-stop after starting gdb.
7405
74062017-10-12 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7409 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7410 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7411 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7412
74132017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7414
7415 * gdb.arch/arc-tdesc-cpu.exp: New file.
7416 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7417
74182017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7419
7420 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7421
74222017-10-10 Pedro Alves <palves@redhat.com>
7423
7424 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7425 expect CLI output.
7426
74272017-10-10 Pedro Alves <palves@redhat.com>
7428
7429 * lib/selftest-support.exp (selftest_setup): Update for
7430 captured_command_loop's prototype change.
7431
74322017-10-09 Pedro Alves <palves@redhat.com>
7433
7434 Test both arch1=>arch2 and arch2=>arch1.
7435
7436 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7437 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7438 factored out to...
7439 (append_arch1_options, append_arch2_options, append_arch_options)
7440 (build_executables): New procedures.
7441 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7442 local.
7443 (top level): Add new 'first_arch' testing axis.
7444
74452017-10-09 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7448 (barrier): New.
7449 (thread_start, all_started): New functions.
7450 (main): Spawn new thread and wait until it is scheduled.
7451 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7452 option.
7453 (do_test): Add 'selected_thread' parameter. Run to all_started
7454 instead of main. Explicitly set the breakpoint at main. Switch
7455 to the SELECTED_THREAD thread.
7456 (top level): Test handling the exec event with either the main
7457 thread or the second thread selected.
7458
74592017-10-09 Pedro Alves <palves@redhat.com>
7460
7461 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7462 logic. Move STOP marker after the value checks.
7463 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7464 regexp.
7465
74662017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7467
7468 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7469
74702017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7471
7472 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7473 integer-to-dfp conversion.
7474 * gdb.base/dfp-test.exp: Likewise.
7475
74762017-10-04 Pedro Alves <palves@redhat.com>
7477
7478 * gdb.multi/hangout.c: Include <unistd.h>.
7479 (hangout_loop): New function.
7480 (main): Call alarm. Call hangout_loop in a loop.
7481 * gdb.multi/hello.c: Include <unistd.h>.
7482 (hello_loop): New function.
7483 (main): Call alarm. Call hangout_loop in a loop.
7484 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7485 inferior with the other selected.
7486
74872017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7488
7489 * gdb.mi/list-thread-groups-available.exp: New file.
7490 * gdb.mi/list-thread-groups-available.c: New file.
7491
74922017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7493
7494 * gdb.base/set-cwd.exp: Make it available on
7495 native-extended-gdbserver.
7496
74972017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7498
7499 * gdb.base/set-cwd.c: New file.
7500 * gdb.base/set-cwd.exp: Likewise.
7501
75022017-10-02 Tom Tromey <tom@tromey.com>
7503
7504 PR rust/22236:
7505 * gdb.rust/simple.rs (main): New variable "fslice".
7506 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7507
75082017-10-02 Tom Tromey <tom@tromey.com>
7509
7510 * gdb.rust/simple.exp: Test ptype of a slice.
7511
75122017-10-02 Tom Tromey <tom@tromey.com>
7513
7514 * gdb.rust/simple.exp: Test index of slice.
7515
75162017-09-27 Tom Tromey <tom@tromey.com>
7517
7518 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7519
75202017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7521 Pedro Alves <palves@redhat.com>
7522
7523 * gdb.base/compare-sections.exp (get value of read-only section): Read
7524 as unsigned value.
7525 (corrupt read-only section): Likewise and don't set written if patching
7526 failed.
7527
75282017-09-21 Kevin Buettner <kevinb@redhat.com>
7529
7530 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7531 files.
7532
75332017-09-20 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7536 symbol names in gdb's output.
7537 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7538
75392017-09-20 Pedro Alves <palves@redhat.com>
7540
7541 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7542 Rename to ...
7543 (test_list_ambiguous_symbol): ... this and add a symbol name
7544 parameter. Adjust.
7545 (test_list_ambiguous_function): Reimplement on top of
7546 test_list_ambiguous_symbol and also test listing ambiguous
7547 variables.
7548 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7549 (ambiguous_fun): ... this.
7550 (ambiguous_var): New.
7551 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7552 (ambiguous_fun): ... this.
7553 (ambiguous_var): New.
7554
75552017-09-19 John Baldwin <jhb@FreeBSD.org>
7556
7557 * gdb.base/starti.c: New file.
7558 * gdb.base/starti.exp: New file.
7559 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7560
75612017-09-14 Pedro Alves <palves@redhat.com>
7562
7563 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7564 (top level): Use it instead of runto.
7565
75662017-09-11 Tom Tromey <tom@tromey.com>
7567
7568 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7569
75702017-09-11 Tom Tromey <tom@tromey.com>
7571
7572 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7573 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7574
75752017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7576
7577 * gdb.fortran/printing-types.exp: New file.
7578 * gdb.fortran/printing-types.exp: New file.
7579
75802017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7581
7582 * gdb.fortran/vla-ptype.exp: Fix typos.
7583 * gdb.fortran/vla-value.exp: Same.
7584
75852017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7586
7587 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7588 * gdb.mi/mi-var-child-f.exp: Likewise.
7589 * gdb.mi/mi-vla-fortran.exp: Likewise.
7590
75912017-09-08 Frank Penczek <frank.penczek@intel.com>
7592 Christoph Weinmann <christoph.t.weinmann@intel.com>
7593 Bernhard Heckel <bernhard.heckel@intel.com>
7594
7595 * gdb.fortran/ptr-indentation.f90: New file.
7596 * gdb.fortran/ptr-indentation.exp: New file.
7597
75982017-09-05 Tom Tromey <tom@tromey.com>
7599
7600 PR gdb/22010:
7601 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7602
76032017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7604
7605 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7606
76072017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7608
7609 * gdb.threads/tls-nodebug-pie.c: New file.
7610 * gdb.threads/tls-nodebug-pie.exp: New file.
7611
76122017-09-05 Tom Tromey <tom@tromey.com>
7613
7614 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7615 for rust.
7616
76172017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7618
7619 * gdb.multi/multi-arch-exec.exp: Test with different
7620 "follow-exec-mode" settings.
7621 (do_test): New procedure.
7622
76232017-09-04 Pedro Alves <palves@redhat.com>
7624
7625 * gdb.base/func-static.c (S::method const, S::method volatile)
7626 (S::method volatile const): New methods.
7627 (c_s, v_s, cv_s): New instances.
7628 (main): Call method() on them.
7629 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7630 (cannot_resolve): New procedure.
7631 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7632 print-quote-unquoted columns.
7633 (do_test): Test printing each scope too.
7634
76352017-09-04 Pedro Alves <palves@redhat.com>
7636
7637 * gdb.base/local-static.exp: Also test with
7638 class::method::variable wholly quoted.
7639 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7640
76412017-09-04 Pedro Alves <palves@redhat.com>
7642
7643 * gdb.base/local-static.c: New.
7644 * gdb.base/local-static.cc: New.
7645 * gdb.base/local-static.exp: New.
7646
76472017-09-04 Pedro Alves <palves@redhat.com>
7648
7649 * gdb.asm/asm-source.exp: Add casts to int.
7650 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7651 (dataglobal64_1, dataglobal64_2): New globals.
7652 * gdb.base/nodebug.exp: Test different expressions involving the
7653 new globals, with print, whatis and ptype. Add casts to int.
7654 * gdb.base/solib-display.exp: Add casts to int.
7655 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7656 * gdb.cp/m-static.exp: Add cast to int.
7657 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7658 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7659 tls variable with no debug info without a cast. Test with a cast
7660 to int too.
7661 * gdb.trace/entry-values.exp: Add casts.
7662
76632017-09-04 Pedro Alves <palves@redhat.com>
7664
7665 * gdb.base/nodebug.exp: Test that ptype's error about functions
7666 with unknown return type includes the function name too.
7667
76682017-09-04 Pedro Alves <palves@redhat.com>
7669
7670 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7671 return type of munmap in infcall.
7672 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7673 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7674 type of ftell in infcall.
7675 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7676 type of getpid in infcall.
7677 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7678 infcall.
7679 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7680 Bail on failure to extract the pid.
7681 * gdb.base/nodebug.c: #include <stdint.h>.
7682 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7683 New functions.
7684 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7685 Change expected output of print/whatis/ptype with functions with
7686 no debug info. Test all supported languages. Call
7687 test_call_promotion.
7688 * gdb.compile/compile.exp: Adjust expected output to expect
7689 warning.
7690 * gdb.threads/siginfo-threads.exp: Likewise.
7691
76922017-09-04 Pedro Alves <palves@redhat.com>
7693
7694 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7695 "prototypes". Test calling float functions via prototyped and
7696 unprototyped function pointers.
7697 (perform_all_tests): New parameter "prototypes". Pass it down.
7698 (top level): Pass down "prototypes" parameter to
7699 perform_all_tests.
7700
77012017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7702
7703 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7704 Test with nested loops.
7705
77062017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7707
7708 * gdb.base/commands.exp: Call the new procedures.
7709 (loop_break_test, loop_continue_test): New procedures.
7710
77112017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7712
7713 * gdb.base/commands.exp: Call new procedure.
7714 (define_if_without_arg_test): New procedure.
7715
77162017-09-04 Pedro Alves <palves@redhat.com>
7717
7718 * gdb.base/list-ambiguous.exp: New file.
7719 * gdb.base/list-ambiguous0.c: New file.
7720 * gdb.base/list-ambiguous1.c: New file.
7721 * gdb.base/list.exp (test_list_range): Adjust expected output.
7722
77232017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7724
7725 * gdb.base/share-env-with-gdbserver.c: New file.
7726 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7727
77282017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7729
7730 * gdb.base/commands.exp (gdbvar_simple_if_test,
7731 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7732 progvar_simple_if_test, progvar_simple_while_test,
7733 progvar_complex_if_while_test, user_defined_command_test,
7734 user_defined_command_args_eval,
7735 user_defined_command_args_stack_test,
7736 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7737 temporary_breakpoint_commands,
7738 gdb_test_no_prompt, redefine_hook_test,
7739 redefine_backtrace_test): Remove "global gdb_prompt".
7740
77412017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7742
7743 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7744 New proc, call it from toplevel.
7745
77462017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7747
7748 PR remote/21852
7749 * gdb.server/normal.c: New file, copied from gdb.base.
7750 * gdb.server/run-without-local-binary.exp: New file.
7751
77522017-08-07 Weimin Pan <weimin.pan@oracle.com>
7753
7754 * gdb.arch/sparc64-adi.exp: New file.
7755 * gdb.arch/sparc64-adi.c: New file.
7756
77572017-08-22 Pedro Alves <palves@redhat.com>
7758
7759 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7760 (top level): Add "list all overloads" tests.
7761
77622017-08-22 Tom Tromey <tom@tromey.com>
7763
7764 * gdb.gdb/xfullpath.exp: Remove.
7765
77662017-08-21 Pedro Alves <palves@redhat.com>
7767
7768 PR gdb/19487
7769 * gdb.base/symbol-alias.c: New.
7770 * gdb.base/symbol-alias2.c: New.
7771 * gdb.base/symbol-alias.exp: New.
7772
77732017-08-21 Pedro Alves <palves@redhat.com>
7774
7775 * gdb.base/dfp-test.c
7776 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7777 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7778 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7779 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7780 * gdb.base/whatis-ptype-typedefs.c: New.
7781 * gdb.base/whatis-ptype-typedefs.exp: New.
7782 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7783 (an_int, an_int_type, an_int_type2): New globals.
7784 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7785 involving typedefs and cast expressions.
7786 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7787 (lookup_typedefs_function): New.
7788 (typedefs_pretty_printers_dict): New.
7789 (top level): Register lookup_typedefs_function in
7790 gdb.pretty_printers.
7791
77922017-08-18 Yao Qi <yao.qi@linaro.org>
7793
7794 * gdb.server/unittest.exp: New.
7795
77962017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7797
7798 PR gdb/21954
7799 * gdb.base/environ.exp: Add test to check if 'unset environment'
7800 works.
7801
78022017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7803
7804 * lib/gdb.exp (universal_compile_options): New caching proc.
7805 (gdb_compile): Suppress GCC's coloring of messages.
7806
78072017-08-14 Tom Tromey <tom@tromey.com>
7808
7809 PR gdb/21675:
7810 * gdb.base/printcmds.exp (test_radices): New function.
7811 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7812 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7813 * lib/gdb.exp (get_integer_valueof): Use p/d.
7814
78152017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7816
7817 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7818 characters.
7819
78202017-08-05 Tom Tromey <tom@tromey.com>
7821
7822 * gdb.rust/simple.exp: Allow String to appear in a different
7823 namespace.
7824
78252017-07-26 Yao Qi <yao.qi@linaro.org>
7826
7827 * gdb.gdb/unittest.exp: Invoke command
7828 "maintenance check xml-descriptions".
7829
78302017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7831
7832 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7833 calling context.
7834 (hex128): Drop erroneous calculation of parameters.
7835
78362017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7837
7838 * gdb.python/py-unwind.exp: Disable stack protection when
7839 building test file.
7840
78412017-07-20 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.base/default.exp (set language): Adjust expected output.
7844
78452017-07-20 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7848 (test_minsym): ... this, and make static.
7849 (get_pck__foo__bar__minsym): Rename to ...
7850 (get_test_minsym): ... this.
7851 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7852 symbol names and comments.
7853 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7854 (get_test_minsym): ... this.
7855 (pck__foo__bar__minsym__2): Rename to ...
7856 (test_minsym): ... this.
7857 (main): Adjust.
7858
78592017-07-17 Pedro Alves <palves@redhat.com>
7860
7861 * gdb.base/completion.exp: Adjust expected output.
7862 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7863 the completer works.
7864
78652017-07-17 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7868
78692017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7870
7871 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7872
78732017-07-14 Tom Tromey <tom@tromey.com>
7874
7875 PR rust/21764:
7876 * gdb.rust/simple.exp: Add tests.
7877
78782017-07-14 Tom Tromey <tom@tromey.com>
7879
7880 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7881
78822017-07-14 Pedro Alves <palves@redhat.com>
7883
7884 * gdb.linespec/base/one/thefile.cc (z1): New function.
7885 * gdb.linespec/base/two/thefile.cc (z2): New function.
7886 * gdb.linespec/linespec.exp: Add tests.
7887
78882017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7889
7890 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7891 to mi_create_breakpoint.
7892
78932017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7894
7895 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7896 mi_create_breakpoint.
7897
78982017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7899
7900 * gdb.dlang/demangle.exp: Update for demangling changes.
7901
79022017-07-09 Tom Tromey <tom@tromey.com>
7903
7904 * gdb.dwarf2/shortpiece.exp: New file.
7905
79062017-07-06 David Blaikie <dblaikie@gmail.com>
7907
7908 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7909 built from fissiont-multi-cu{1,2}.c.
7910 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7911 except putting 'main' and 'func' in separate CUs in the same DWO file.
7912 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7913 test.
7914 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7915 test.
7916
79172017-07-06 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.python/py-unwind.exp: Test flushregs.
7920
79212017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7922
7923 PR cli/21688
7924 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7925 tests for alias commands and trailing whitespace.
7926
79272017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7928
7929 PR cli/21688
7930 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7931 procedure. Call it.
7932
79332017-06-29 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.base/printcmds.exp: Add tests.
7936
79372017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7938
7939 PR gdb/21337
7940 * gdb.base/reread-readsym.exp: New file.
7941 * gdb.base/reread-readsym.c: New file.
7942
79432017-06-21 Kevin Buettner <kevinb@redhat.com>
7944
7945 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7946 subpattern.
7947
79482017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7949
7950 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7951 extended mnemonic.
7952 * gdb.arch/powerpc-power9.s: Likewise.
7953
79542017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7955
7956 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7957 on 32-bit x86 targets. Exploit is_*_target macros where
7958 appropriate.
7959
79602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7961
7962 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7963 register pieces.
7964
79652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7966
7967 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7968 located in one or more DWARF pieces.
7969
79702017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7971
7972 * lib/gdb.exp (get_endianness): New proc.
7973 * gdb.arch/aarch64-fp.exp: Use it.
7974 * gdb.arch/altivec-regs.exp: Likewise.
7975 * gdb.arch/e500-regs.exp: Likewise.
7976 * gdb.arch/vsx-regs.exp: Likewise.
7977 * gdb.base/dump.exp: Likewise.
7978 * gdb.base/funcargs.exp: Likewise.
7979 * gdb.base/gnu_vector.exp: Likewise.
7980 * gdb.dwarf2/formdata16.exp: Likewise.
7981 * gdb.dwarf2/implptrpiece.exp: Likewise.
7982 * gdb.dwarf2/nonvar-access.exp: Likewise.
7983 * gdb.python/py-inferior.exp: Likewise.
7984 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7985
79862017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7987
7988 PR gdb/21226
7989 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7990 stack value pieces are taken from the LSB end.
7991
79922017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7993
7994 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7995 variable at nonzero offset.
7996
79972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7998
7999 * gdb.dwarf2/var-access.c: New file.
8000 * gdb.dwarf2/var-access.exp: New test.
8001 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8002
80032017-06-12 Tom Tromey <tom@tromey.com>
8004
8005 * gdb.dwarf2/formdata16.exp: Add tests.
8006
80072017-06-12 Tom Tromey <tom@tromey.com>
8008
8009 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8010
80112017-06-12 Tom Tromey <tom@tromey.com>
8012
8013 PR exp/16225:
8014 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8015 * gdb.arch/vsx-regs.exp: Update tests.
8016 * gdb.arch/s390-vregs.exp (hex128): New proc.
8017 Update test.
8018 * gdb.arch/altivec-regs.exp: Update tests.
8019
80202017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8021
8022 * gdb.base/startup-with-shell.c: New file.
8023 * gdb.base/startup-with-shell.exp: Likewise.
8024
80252017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8026
8027 * gdb.server/non-existing-program.exp: Update regex in order to
8028 reflect the fact that gdbserver is now using fork_inferior (with a
8029 shell) to startup the inferior.
8030
80312017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8032
8033 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8034 support function calls from GDB.
8035
80362017-05-21 Tom Tromey <tom@tromey.com>
8037
8038 PR rust/21466:
8039 * gdb.rust/unsized.exp: New file.
8040 * gdb.rust/unsized.rs: New file.
8041
80422017-05-19 Tom Tromey <tom@tromey.com>
8043
8044 PR rust/21484:
8045 * gdb.rust/watch.exp: New file.
8046 * gdb.rust/watch.rs: New file.
8047
80482017-05-18 Tom Tromey <tom@tromey.com>
8049
8050 * gdb.rust/simple.exp: Allow Box to be qualified.
8051
80522017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8053
8054 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8055
80562017-05-18 Pedro Alves <palves@redhat.com>
8057
8058 * gdb.base/fileio.c (test_write, test_read, test_close)
8059 (test_fstat): Don't print 'ret' in the fail path.
8060
80612017-05-18 Pedro Alves <palves@redhat.com>
8062
8063 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8064 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8065 (test_system, test_rename, test_unlink, test_time): Change
8066 prototypes.
8067 * gdb.base/fileio.exp (stop_msg): Adjust.
8068
80692017-05-18 Pedro Alves <palves@redhat.com>
8070
8071 * gdb.base/fileio.c (null_str): New global.
8072 (test_stat): Use it.
8073 * gdb.base/fileio.exp: Remove nowarnings.
8074
80752017-05-17 Yao Qi <yao.qi@linaro.org>
8076
8077 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8078
80792017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8080
8081 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8082 argument command.
8083 (top-level): Invoke test_set_inferior_tty.
8084
80852017-05-04 Pedro Alves <palves@redhat.com>
8086
8087 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8088 Add parens to print call for Python 3.
8089
80902017-05-03 Keith Seitz <keiths@redhat.com>
8091
8092 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8093 (main): Call it.
8094
80952017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8096
8097 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8098 to prev and next.
8099
81002017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8101
8102 * gdb.python/py-record-btrace.exp: Remove test for
8103 gdb.BtraceInstruction.error.
8104
81052017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8106
8107 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8108
81092017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8110
8111 * gdb.python/py-record-btrace-threads.c: New file.
8112 * gdb.python/py-record-btrace-threads.exp: New file.
8113
81142017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8115
8116 PR testsuite/8595
8117 * gdb.base/environ.exp: Make test available in all architectures.
8118 Move bits related to "info program" testing to
8119 gdb.base/info-program.exp. Rewrite tests to use the two new
8120 procedures mentione below.
8121 (test_set_show_env_var) New procedure.
8122 (test_set_show_env_var_equal): Likewise.
8123 * gdb.base/info-program.exp: New file.
8124
81252017-04-27 Keith Seitz <keiths@redhat.com>
8126
8127 * gdb.cp/oranking.cc (test15): New function.
8128 (main): Call test15 and declare additional variables for testing.
8129 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8130 "p foo101('abc')" tests.
8131 Add tests for cv qualifier overloads.
8132 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8133 "lvalue reference overload" test.
8134 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8135 "print value of f1 on Child&& in f2" test.
8136
81372017-04-19 Pedro Alves <palves@redhat.com>
8138
8139 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8140 procedure.
8141 (top level): Call it.
8142 * lib/gdb.exp (gdb_define_cmd): New procedure.
8143
81442017-04-12 Pedro Alves <palves@redhat.com>
8145
8146 PR gdb/21323
8147 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8148 (wchar): New global.
8149 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8150 (do_test_wide_char, wide_char_types_no_program, top level): Add
8151 wchar_t testing.
8152
81532017-04-12 Pedro Alves <palves@redhat.com>
8154
8155 PR c++/21323
8156 * gdb.cp/wide_char_types.c: New file.
8157 * gdb.cp/wide_char_types.exp: New file.
8158
81592017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8160
8161 PR gdb/21352
8162 * gdb.trace/tsv.exp: Add test for "tsave -r".
8163
81642017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8165
8166 * gdb.dlang/watch-loc.c: New file.
8167 * gdb.dlang/watch-loc.exp: New file.
8168
81692017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8170
8171 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8172
81732017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8174
8175 * gdb.arch/arc-analyze-prologue.S: New file.
8176 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8177
81782017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8179
8180 * gdb.arch/arc-decode-insn.S: New file.
8181 * gdb.arch/arc-decode-insn.exp: Likewise.
8182
81832017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8184
8185 PR tdep/20928
8186 * gdb.arch/sparc64-regs.exp: New file.
8187 * gdb.arch/sparc64-regs.S: Likewise.
8188
81892017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8190
8191 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8192 and memory view on Python 3.
8193
81942017-03-20 Artemiy Volkov <artemiyv@acm.org>
8195 Keith Seitz <keiths@redhat.com>
8196
8197 PR gdb/14441
8198 * gdb.cp/demangle.exp: Add rvalue reference tests.
8199 * gdb.cp/rvalue-ref-casts.cc: New file.
8200 * gdb.cp/rvalue-ref-casts.exp: New file.
8201 * gdb.cp/rvalue-ref-overload.cc: New file.
8202 * gdb.cp/rvalue-ref-overload.exp: New file.
8203 * gdb.cp/rvalue-ref-params.cc: New file.
8204 * gdb.cp/rvalue-ref-params.exp: New file.
8205 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8206 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8207 * gdb.cp/rvalue-ref-types.cc: New file.
8208 * gdb.cp/rvalue-ref-types.exp: New file.
8209 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8210 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8211
82122017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8213
8214 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8215 New procedure.
8216
82172017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8218
8219 * lib/mi-support.exp (mi_gdb_test): Add additional message
8220 for unexpected output.
8221
82222017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8223
8224 * gdb.base/examine-backward.c (Barrier): New character array
8225 constant, to ensure that TestStrings is preceded by a string
8226 terminator.
8227
82282017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8229
8230 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8231 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8232 and implicit pointer into such a location.
8233
82342017-03-16 Doug Evans <dje@google.com>
8235
8236 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8237
82382017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8239
8240 * gdb.cp/m-static.exp: Fix expectation for prototype of
8241 test5.single_constructor and single_constructor::single_constructor.
8242
82432017-03-16 Doug Evans <dje@google.com>
8244
8245 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8246 * gdb.guile/scm-lazy-string.c: New file.
8247 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8248 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8249 for pointer, array, typedef lazy strings.
8250
82512017-03-16 Doug Evans <dje@google.com>
8252
8253 PR python/17728, python/18439, python/18779
8254 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8255 * gdb.python/py-lazy-string.c (pointer): New typedef.
8256 (main): New locals ptr, array, typedef_ptr.
8257 * gdb.python/py-value.exp: Move lazy string tests to ...
8258 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8259 array, typedef lazy strings.
8260
82612017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8262
8263 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8264 Add optional 'test' parameter.
8265
82662017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8267
8268 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8269 Skip for versions of DejaGnu < 1.5.
8270
82712017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8272
8273 * lib/gdb.exp (dejagnu_version): New proc.
8274 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8275 Use dejagnu_version.
8276
82772017-03-10 Keith Seitz <keiths@redhat.com>
8278
8279 PR c++/8128
8280 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8281 type from destructor regexps.
8282 Add a branch which actually passes the test.
8283 Adjust "ptype t5i" test names.
8284
82852017-03-08 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.base/step-over-exit.exp: Add explicit test message.
8288
82892017-03-08 Pedro Alves <palves@redhat.com>
8290
8291 PR gdb/18360
8292 * gdb.threads/interrupt-while-step-over.c: New file.
8293 * gdb.threads/interrupt-while-step-over.exp: New file.
8294
82952017-03-08 Pedro Alves <palves@redhat.com>
8296
8297 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8298 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8299
83002017-03-08 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8303 PKRU as not supported as a PASS.
8304
83052017-03-08 Pedro Alves <palves@redhat.com>
8306
8307 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8308 prefix instead of $binfile1/$binfile2.
8309 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8310 in test message.
8311 * gdb.python/py-completion.exp: Use "load python file" as test
8312 messages instead of unstable path names.
8313
83142017-03-08 Pedro Alves <palves@redhat.com>
8315 Jan Kratochvil <jan.kratochvil@redhat.com>
8316
8317 PR cli/21218
8318 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8319 New proc.
8320 (top level): Call it.
8321
83222017-03-08 Pedro Alves <palves@redhat.com>
8323
8324 PR tui/21216
8325 * gdb.tui/tui-nl-filtered-output.exp: New file.
8326
83272017-03-08 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.base/completion.exp: Move TUI completion tests to ...
8330 * gdb.tui/completion.exp: ... this new file.
8331
83322017-03-08 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.base/tui-disasm-long-lines.c,
8335 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8336 gdb.base/tui-layout.exp: Move to ...
8337 * gdb.tui/: ... this new directory.
8338
83392017-03-07 Pedro Alves <palves@redhat.com>
8340
8341 * gdb.base/tui-layout.c: New file.
8342 * gdb.base/tui-layout.exp: New file.
8343
83442017-03-07 Pedro Alves <palves@redhat.com>
8345
8346 * gdb.base/tui-layout.c: Rename to ...
8347 * gdb.base/tui-disasm-long-lines.c: ... this.
8348 * gdb.base/tui-layout.exp: Rename to ...
8349 * gdb.base/tui-disasm-long-lines.exp: ... this.
8350
83512017-03-07 Pedro Alves <palves@redhat.com>
8352
8353 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8354
83552017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8356
8357 * i386-mpx-call.c: New file.
8358 * i386-mpx-call.exp: New file.
8359
83602017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8361
8362 * gdb.arch/powerpc-power.exp: Delete test.
8363 * gdb.arch/powerpc-power.s: Likewise.
8364 * gdb.disasm/disassembler-options.exp: New test.
8365 * gdb.arch/powerpc-altivec.exp: Likewise.
8366 * gdb.arch/powerpc-altivec.s: Likewise.
8367 * gdb.arch/powerpc-altivec2.exp: Likewise.
8368 * gdb.arch/powerpc-altivec2.s: Likewise.
8369 * gdb.arch/powerpc-altivec3.exp: Likewise.
8370 * gdb.arch/powerpc-altivec3.s: Likewise.
8371 * gdb.arch/powerpc-power7.exp: Likewise.
8372 * gdb.arch/powerpc-power7.s: Likewise.
8373 * gdb.arch/powerpc-power8.exp: Likewise.
8374 * gdb.arch/powerpc-power8.s: Likewise.
8375 * gdb.arch/powerpc-power9.exp: Likewise.
8376 * gdb.arch/powerpc-power9.s: Likewise.
8377 * gdb.arch/powerpc-vsx.exp: Likewise.
8378 * gdb.arch/powerpc-vsx.s: Likewise.
8379 * gdb.arch/powerpc-vsx2.exp: Likewise.
8380 * gdb.arch/powerpc-vsx2.s: Likewise.
8381 * gdb.arch/powerpc-vsx3.exp: Likewise.
8382 * gdb.arch/powerpc-vsx3.s: Likewise.
8383 * gdb.arch/arm-disassembler-options.exp: Likewise.
8384 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8385 * gdb.arch/s390-disassembler-options.exp: Likewise.
8386
83872017-02-23 Luis Machado <lgustavo@codesourcery.com>
8388
8389 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8390 (check_supported_features): ... this. Changed return type to void.
8391 (supports_rdseed): New static global.
8392 (rdseed): Check supports_rdseed.
8393 (initialize): Call check_supported_features.
8394
83952017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8396
8397 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8398 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8399 and lqarx/stqcx.
8400 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8401 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8402
84032017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8404
8405 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8406 uppercase.
8407
84082017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8409
8410 * gdb.dwarf2/formdata16.c: New file.
8411 * gdb.dwarf2/formdata16.exp: New file.
8412 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8413
84142017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8415
8416 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8417 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8418 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8419 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8420 DW_AT_GNU_*.
8421
84222017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8423
8424 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8425
84262017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8427
8428 PR gdb/21164
8429 * gdb.base/maint.exp: Add testcases for when the commands do
8430 not have arguments.
8431
84322017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8433
8434 * gdb.cp/chained-calls.exp: Use p instead of P.
8435
84362017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8437
8438 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8439 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8440
84412017-02-14 Tom Tromey <tom@tromey.com>
8442
8443 PR python/13598:
8444 * gdb.python/py-events.exp: Add before_prompt event tests.
8445
84462017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8447
8448 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8449
84502017-02-13 Luis Machado <lgustavo@codesourcery.com>
8451
8452 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8453 (main): Call my_unique_function_name.
8454 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8455 completion of patterns with a single match.
8456 Add missing -re switches to gdb_test_multiple calls.
8457
84582017-02-13 Luis Machado <lgustavo@codesourcery.com>
8459
8460 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8461 return if core file is not recognized.
8462
84632017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8464
8465 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8466 and extra UIs.
8467
84682017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8469
8470 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8471 proc_with_prefix.
8472
84732017-02-10 Tom Tromey <tom@tromey.com>
8474
8475 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8476
84772017-02-10 Martin Galvan <martingalvan@sourceware.org>
8478
8479 PR gdb/21122
8480 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8481
84822017-02-08 Jerome Guitton <guitton@adacore.com>
8483
8484 * gdb.base/define.exp: Add test for command abbreviations
8485 in define.
8486
84872017-02-06 Luis Machado <lgustavo@codesourcery.com>
8488
8489 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8490 * gdb.reverse/insn-reverse-x86.c: New file.
8491
84922017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8493
8494 PR tdep/20936
8495 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8496
84972017-02-03 Tom Tromey <tom@tromey.com>
8498
8499 PR rust/21097:
8500 * gdb.rust/simple.exp: Add new tests.
8501
85022017-02-02 Pedro Alves <palves@redhat.com>
8503
8504 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8505 tests.
8506
85072017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8508
8509 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8510 taking a 2-byte value out of a 4-byte DWARF implicit value on
8511 big-endian targets.
8512 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8513 logic. Add test cases for DW_OP_implicit.
8514
85152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8516
8517 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8518
85192017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8520
8521 * gdb.btrace/enable.exp: Call gdb_exit before
8522 skip_gdbserver_tests.
8523
85242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8525
8526 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8527 GDBFLAGS.
8528
85292017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8530
8531 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8532 the test is skipped.
8533 * gdb.btrace/data.exp: Likewise.
8534 * gdb.btrace/delta.exp: Likewise.
8535 * gdb.btrace/dlopen.exp: Likewise.
8536 * gdb.btrace/enable-running.exp: Likewise.
8537 * gdb.btrace/enable.exp: Likewise.
8538 * gdb.btrace/exception.exp: Likewise.
8539 * gdb.btrace/function_call_history.exp: Likewise.
8540 * gdb.btrace/gcore.exp: Likewise.
8541 * gdb.btrace/instruction_history.exp: Likewise.
8542 * gdb.btrace/multi-thread-step.exp: Likewise.
8543 * gdb.btrace/nohist.exp: Likewise.
8544 * gdb.btrace/non-stop.exp: Likewise.
8545 * gdb.btrace/reconnect.exp: Likewise.
8546 * gdb.btrace/record_goto-step.exp: Likewise.
8547 * gdb.btrace/record_goto.exp: Likewise.
8548 * gdb.btrace/rn-dl-bind.exp: Likewise.
8549 * gdb.btrace/segv.exp: Likewise.
8550 * gdb.btrace/step.exp: Likewise.
8551 * gdb.btrace/stepi.exp: Likewise.
8552 * gdb.btrace/tailcall-only.exp: Likewise.
8553 * gdb.btrace/tailcall.exp: Likewise.
8554 * gdb.btrace/tsx.exp: Likewise.
8555 * gdb.btrace/unknown_functions.exp: Likewise.
8556 * gdb.btrace/vdso.exp: Likewise.
8557
85582017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8559
8560 * gdb.btrace/enable-running.c: New.
8561 * gdb.btrace/enable-running.exp: New.
8562
85632017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8564
8565 * gdb.arch/amd64-gs_base.c: New file.
8566 * gdb.arch/amd64-gs_base.exp: New file.
8567
85682017-01-26 Luis Machado <lgustavo@codesourcery.com>
8569
8570 * lib/memory.exp: Remove spurious empty newlines.
8571
85722017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8573
8574 * gdb.python/py-bad-printers.exp: Load python file using "source".
8575 * gdb.python/py-events.exp: Likewise.
8576 * gdb.python/py-evsignal.exp: Likewise.
8577 * gdb.python/py-evthreads.exp: Likewise.
8578 * gdb.python/py-frame-args.exp: Likewise.
8579 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8580 * gdb.python/py-framefilter-mi.exp: Likewise.
8581 * gdb.python/py-framefilter.exp: Likewise.
8582 * gdb.python/py-mi.exp: Likewise.
8583 * gdb.python/py-pp-maint.exp: Likewise.
8584 * gdb.python/py-pp-registration.exp: Likewise.
8585 * gdb.python/py-prettyprint.exp: Likewise.
8586 (run_lang_tests): Likewise.
8587 * gdb.python/py-typeprint.exp: Likewise.
8588
85892017-01-26 Luis Machado <lgustavo@codesourcery.com>
8590
8591 * lib/memory.exp: New file.
8592 * lib/gdb.exp: Load memory.exp.
8593 * gdb.base/memattr.exp (delete_memory): Move proc to
8594 lib/memory.exp and rename to delete_memory_regions.
8595 Replace delete_memory with delete_memory_regions.
8596 Cleanup memory regions before tests.
8597 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8598 before tests.
8599
86002017-01-26 Luis Machado <lgustavo@codesourcery.com>
8601
8602 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8603 files.
8604 (initialize): New function conditionally defined.
8605 (testcases): Move within conditional block.
8606 (main): Call initialize.
8607 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8608 of gdb.reverse/insn-reverse.c.
8609 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8610 gdb.reverse/insn-reverse.c.
8611
86122017-01-26 Yao Qi <yao.qi@linaro.org>
8613
8614 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8615 disassemble on address 0.
8616
86172017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8618 Yao Qi <yao.qi@linaro.org>
8619
8620 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8621 * gdb.dwarf2/implptr-64bit.S: Remove.
8622 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8623 variables in caller's context. Add DW_OP_implicit_value.
8624
86252017-01-25 Yao Qi <yao.qi@linaro.org>
8626
8627 * lib/dwarf.exp (Dwarf::_location): Handle
8628 DW_OP_GNU_implicit_pointer with proper size.
8629
86302017-01-20 Luis Machado <lgustavo@codesourcery.com>
8631
8632 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8633 and add untested calls.
8634
86352017-01-20 Luis Machado <lgustavo@codesourcery.com>
8636
8637 * gdb.python/python.exp: Check line number against what GDB thinks
8638 the line number is for func1.
8639
86402017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8641
8642 * gdb.dlang/debug-expr.exp: New file.
8643
86442016-12-23 Luis Machado <lgustavo@codesourcery.com>
8645
8646 Fix test names for the following files:
8647
8648 * gdb.ada/exec_changed.exp
8649 * gdb.ada/info_types.exp
8650 * gdb.arch/aarch64-atomic-inst.exp
8651 * gdb.arch/aarch64-fp.exp
8652 * gdb.arch/altivec-abi.exp
8653 * gdb.arch/altivec-regs.exp
8654 * gdb.arch/amd64-byte.exp
8655 * gdb.arch/amd64-disp-step.exp
8656 * gdb.arch/amd64-dword.exp
8657 * gdb.arch/amd64-entry-value-inline.exp
8658 * gdb.arch/amd64-entry-value-param.exp
8659 * gdb.arch/amd64-entry-value-paramref.exp
8660 * gdb.arch/amd64-entry-value.exp
8661 * gdb.arch/amd64-i386-address.exp
8662 * gdb.arch/amd64-invalid-stack-middle.exp
8663 * gdb.arch/amd64-invalid-stack-top.exp
8664 * gdb.arch/amd64-optimout-repeat.exp
8665 * gdb.arch/amd64-prologue-skip.exp
8666 * gdb.arch/amd64-prologue-xmm.exp
8667 * gdb.arch/amd64-stap-special-operands.exp
8668 * gdb.arch/amd64-stap-wrong-subexp.exp
8669 * gdb.arch/amd64-tailcall-cxx.exp
8670 * gdb.arch/amd64-tailcall-noret.exp
8671 * gdb.arch/amd64-tailcall-ret.exp
8672 * gdb.arch/amd64-tailcall-self.exp
8673 * gdb.arch/amd64-word.exp
8674 * gdb.arch/arm-bl-branch-dest.exp
8675 * gdb.arch/arm-disp-step.exp
8676 * gdb.arch/arm-neon.exp
8677 * gdb.arch/arm-single-step-kernel-helper.exp
8678 * gdb.arch/avr-flash-qualifier.exp
8679 * gdb.arch/disp-step-insn-reloc.exp
8680 * gdb.arch/e500-abi.exp
8681 * gdb.arch/e500-regs.exp
8682 * gdb.arch/ftrace-insn-reloc.exp
8683 * gdb.arch/i386-avx512.exp
8684 * gdb.arch/i386-bp_permanent.exp
8685 * gdb.arch/i386-byte.exp
8686 * gdb.arch/i386-cfi-notcurrent.exp
8687 * gdb.arch/i386-disp-step.exp
8688 * gdb.arch/i386-dr3-watch.exp
8689 * gdb.arch/i386-float.exp
8690 * gdb.arch/i386-gnu-cfi.exp
8691 * gdb.arch/i386-mpx-map.exp
8692 * gdb.arch/i386-mpx-sigsegv.exp
8693 * gdb.arch/i386-mpx-simple_segv.exp
8694 * gdb.arch/i386-mpx.exp
8695 * gdb.arch/i386-permbkpt.exp
8696 * gdb.arch/i386-prologue.exp
8697 * gdb.arch/i386-signal.exp
8698 * gdb.arch/i386-size-overlap.exp
8699 * gdb.arch/i386-unwind.exp
8700 * gdb.arch/i386-word.exp
8701 * gdb.arch/mips-fcr.exp
8702 * gdb.arch/powerpc-d128-regs.exp
8703 * gdb.arch/powerpc-stackless.exp
8704 * gdb.arch/ppc64-atomic-inst.exp
8705 * gdb.arch/s390-stackless.exp
8706 * gdb.arch/s390-tdbregs.exp
8707 * gdb.arch/s390-vregs.exp
8708 * gdb.arch/sparc-sysstep.exp
8709 * gdb.arch/thumb-bx-pc.exp
8710 * gdb.arch/thumb-singlestep.exp
8711 * gdb.arch/thumb2-it.exp
8712 * gdb.arch/vsx-regs.exp
8713 * gdb.asm/asm-source.exp
8714 * gdb.base/a2-run.exp
8715 * gdb.base/advance.exp
8716 * gdb.base/all-bin.exp
8717 * gdb.base/anon.exp
8718 * gdb.base/args.exp
8719 * gdb.base/arithmet.exp
8720 * gdb.base/async-shell.exp
8721 * gdb.base/async.exp
8722 * gdb.base/attach-pie-noexec.exp
8723 * gdb.base/attach-twice.exp
8724 * gdb.base/auto-load.exp
8725 * gdb.base/bang.exp
8726 * gdb.base/bitfields.exp
8727 * gdb.base/break-always.exp
8728 * gdb.base/break-caller-line.exp
8729 * gdb.base/break-entry.exp
8730 * gdb.base/break-inline.exp
8731 * gdb.base/break-on-linker-gcd-function.exp
8732 * gdb.base/break-probes.exp
8733 * gdb.base/break.exp
8734 * gdb.base/breakpoint-shadow.exp
8735 * gdb.base/call-ar-st.exp
8736 * gdb.base/call-sc.exp
8737 * gdb.base/call-signal-resume.exp
8738 * gdb.base/call-strs.exp
8739 * gdb.base/callfuncs.exp
8740 * gdb.base/catch-fork-static.exp
8741 * gdb.base/catch-gdb-caused-signals.exp
8742 * gdb.base/catch-load.exp
8743 * gdb.base/catch-signal-fork.exp
8744 * gdb.base/catch-signal.exp
8745 * gdb.base/catch-syscall.exp
8746 * gdb.base/charset.exp
8747 * gdb.base/checkpoint.exp
8748 * gdb.base/chng-syms.exp
8749 * gdb.base/code-expr.exp
8750 * gdb.base/code_elim.exp
8751 * gdb.base/commands.exp
8752 * gdb.base/completion.exp
8753 * gdb.base/complex.exp
8754 * gdb.base/cond-expr.exp
8755 * gdb.base/condbreak.exp
8756 * gdb.base/consecutive.exp
8757 * gdb.base/continue-all-already-running.exp
8758 * gdb.base/coredump-filter.exp
8759 * gdb.base/corefile.exp
8760 * gdb.base/dbx.exp
8761 * gdb.base/debug-expr.exp
8762 * gdb.base/define.exp
8763 * gdb.base/del.exp
8764 * gdb.base/disabled-location.exp
8765 * gdb.base/disasm-end-cu.exp
8766 * gdb.base/disasm-optim.exp
8767 * gdb.base/display.exp
8768 * gdb.base/duplicate-bp.exp
8769 * gdb.base/ena-dis-br.exp
8770 * gdb.base/ending-run.exp
8771 * gdb.base/enumval.exp
8772 * gdb.base/environ.exp
8773 * gdb.base/eu-strip-infcall.exp
8774 * gdb.base/eval-avoid-side-effects.exp
8775 * gdb.base/eval-skip.exp
8776 * gdb.base/exitsignal.exp
8777 * gdb.base/expand-psymtabs.exp
8778 * gdb.base/filesym.exp
8779 * gdb.base/find-unmapped.exp
8780 * gdb.base/finish.exp
8781 * gdb.base/float.exp
8782 * gdb.base/foll-exec-mode.exp
8783 * gdb.base/foll-exec.exp
8784 * gdb.base/foll-fork.exp
8785 * gdb.base/fortran-sym-case.exp
8786 * gdb.base/freebpcmd.exp
8787 * gdb.base/func-ptr.exp
8788 * gdb.base/func-ptrs.exp
8789 * gdb.base/funcargs.exp
8790 * gdb.base/gcore-buffer-overflow.exp
8791 * gdb.base/gcore-relro-pie.exp
8792 * gdb.base/gcore-relro.exp
8793 * gdb.base/gcore.exp
8794 * gdb.base/gdb1090.exp
8795 * gdb.base/gdb11530.exp
8796 * gdb.base/gdb11531.exp
8797 * gdb.base/gdb1821.exp
8798 * gdb.base/gdbindex-stabs.exp
8799 * gdb.base/gdbvars.exp
8800 * gdb.base/hbreak.exp
8801 * gdb.base/hbreak2.exp
8802 * gdb.base/included.exp
8803 * gdb.base/infcall-input.exp
8804 * gdb.base/inferior-died.exp
8805 * gdb.base/infnan.exp
8806 * gdb.base/info-macros.exp
8807 * gdb.base/info-os.exp
8808 * gdb.base/info-proc.exp
8809 * gdb.base/info-shared.exp
8810 * gdb.base/info-target.exp
8811 * gdb.base/infoline.exp
8812 * gdb.base/interp.exp
8813 * gdb.base/interrupt.exp
8814 * gdb.base/jit-reader.exp
8815 * gdb.base/jit-simple.exp
8816 * gdb.base/kill-after-signal.exp
8817 * gdb.base/kill-detach-inferiors-cmd.exp
8818 * gdb.base/label.exp
8819 * gdb.base/langs.exp
8820 * gdb.base/ldbl_e308.exp
8821 * gdb.base/line-symtabs.exp
8822 * gdb.base/linespecs.exp
8823 * gdb.base/list.exp
8824 * gdb.base/long_long.exp
8825 * gdb.base/longest-types.exp
8826 * gdb.base/maint.exp
8827 * gdb.base/max-value-size.exp
8828 * gdb.base/memattr.exp
8829 * gdb.base/mips_pro.exp
8830 * gdb.base/morestack.exp
8831 * gdb.base/moribund-step.exp
8832 * gdb.base/multi-forks.exp
8833 * gdb.base/nested-addr.exp
8834 * gdb.base/nextoverexit.exp
8835 * gdb.base/noreturn-finish.exp
8836 * gdb.base/noreturn-return.exp
8837 * gdb.base/nostdlib.exp
8838 * gdb.base/offsets.exp
8839 * gdb.base/opaque.exp
8840 * gdb.base/pc-fp.exp
8841 * gdb.base/permissions.exp
8842 * gdb.base/print-symbol-loading.exp
8843 * gdb.base/prologue-include.exp
8844 * gdb.base/psymtab.exp
8845 * gdb.base/ptype.exp
8846 * gdb.base/random-signal.exp
8847 * gdb.base/randomize.exp
8848 * gdb.base/range-stepping.exp
8849 * gdb.base/readline-ask.exp
8850 * gdb.base/recpar.exp
8851 * gdb.base/recurse.exp
8852 * gdb.base/relational.exp
8853 * gdb.base/restore.exp
8854 * gdb.base/return-nodebug.exp
8855 * gdb.base/return.exp
8856 * gdb.base/run-after-attach.exp
8857 * gdb.base/save-bp.exp
8858 * gdb.base/scope.exp
8859 * gdb.base/sect-cmd.exp
8860 * gdb.base/set-lang-auto.exp
8861 * gdb.base/set-noassign.exp
8862 * gdb.base/setvar.exp
8863 * gdb.base/sigall.exp
8864 * gdb.base/sigbpt.exp
8865 * gdb.base/siginfo-addr.exp
8866 * gdb.base/siginfo-infcall.exp
8867 * gdb.base/siginfo-obj.exp
8868 * gdb.base/siginfo.exp
8869 * gdb.base/signals-state-child.exp
8870 * gdb.base/signest.exp
8871 * gdb.base/sigstep.exp
8872 * gdb.base/sizeof.exp
8873 * gdb.base/skip.exp
8874 * gdb.base/solib-corrupted.exp
8875 * gdb.base/solib-nodir.exp
8876 * gdb.base/solib-search.exp
8877 * gdb.base/stack-checking.exp
8878 * gdb.base/stale-infcall.exp
8879 * gdb.base/stap-probe.exp
8880 * gdb.base/start.exp
8881 * gdb.base/step-break.exp
8882 * gdb.base/step-bt.exp
8883 * gdb.base/step-line.exp
8884 * gdb.base/step-over-exit.exp
8885 * gdb.base/step-over-syscall.exp
8886 * gdb.base/step-resume-infcall.exp
8887 * gdb.base/step-test.exp
8888 * gdb.base/store.exp
8889 * gdb.base/structs3.exp
8890 * gdb.base/sym-file.exp
8891 * gdb.base/symbol-without-target_section.exp
8892 * gdb.base/term.exp
8893 * gdb.base/testenv.exp
8894 * gdb.base/ui-redirect.exp
8895 * gdb.base/until.exp
8896 * gdb.base/unwindonsignal.exp
8897 * gdb.base/value-double-free.exp
8898 * gdb.base/vla-datatypes.exp
8899 * gdb.base/vla-ptr.exp
8900 * gdb.base/vla-sideeffect.exp
8901 * gdb.base/volatile.exp
8902 * gdb.base/watch-cond-infcall.exp
8903 * gdb.base/watch-cond.exp
8904 * gdb.base/watch-non-mem.exp
8905 * gdb.base/watch-read.exp
8906 * gdb.base/watch-vfork.exp
8907 * gdb.base/watchpoint-cond-gone.exp
8908 * gdb.base/watchpoint-delete.exp
8909 * gdb.base/watchpoint-hw-hit-once.exp
8910 * gdb.base/watchpoint-hw.exp
8911 * gdb.base/watchpoint-stops-at-right-insn.exp
8912 * gdb.base/watchpoints.exp
8913 * gdb.base/wchar.exp
8914 * gdb.base/whatis-exp.exp
8915 * gdb.btrace/buffer-size.exp
8916 * gdb.btrace/data.exp
8917 * gdb.btrace/delta.exp
8918 * gdb.btrace/dlopen.exp
8919 * gdb.btrace/enable.exp
8920 * gdb.btrace/exception.exp
8921 * gdb.btrace/function_call_history.exp
8922 * gdb.btrace/gcore.exp
8923 * gdb.btrace/instruction_history.exp
8924 * gdb.btrace/nohist.exp
8925 * gdb.btrace/reconnect.exp
8926 * gdb.btrace/record_goto-step.exp
8927 * gdb.btrace/record_goto.exp
8928 * gdb.btrace/rn-dl-bind.exp
8929 * gdb.btrace/segv.exp
8930 * gdb.btrace/step.exp
8931 * gdb.btrace/stepi.exp
8932 * gdb.btrace/tailcall-only.exp
8933 * gdb.btrace/tailcall.exp
8934 * gdb.btrace/tsx.exp
8935 * gdb.btrace/unknown_functions.exp
8936 * gdb.btrace/vdso.exp
8937 * gdb.compile/compile-ifunc.exp
8938 * gdb.compile/compile-ops.exp
8939 * gdb.compile/compile-print.exp
8940 * gdb.compile/compile-setjmp.exp
8941 * gdb.cp/abstract-origin.exp
8942 * gdb.cp/ambiguous.exp
8943 * gdb.cp/annota2.exp
8944 * gdb.cp/annota3.exp
8945 * gdb.cp/anon-ns.exp
8946 * gdb.cp/anon-struct.exp
8947 * gdb.cp/anon-union.exp
8948 * gdb.cp/arg-reference.exp
8949 * gdb.cp/baseenum.exp
8950 * gdb.cp/bool.exp
8951 * gdb.cp/breakpoint.exp
8952 * gdb.cp/bs15503.exp
8953 * gdb.cp/call-c.exp
8954 * gdb.cp/casts.exp
8955 * gdb.cp/chained-calls.exp
8956 * gdb.cp/class2.exp
8957 * gdb.cp/classes.exp
8958 * gdb.cp/cmpd-minsyms.exp
8959 * gdb.cp/converts.exp
8960 * gdb.cp/cp-relocate.exp
8961 * gdb.cp/cpcompletion.exp
8962 * gdb.cp/cpexprs.exp
8963 * gdb.cp/cplabel.exp
8964 * gdb.cp/cplusfuncs.exp
8965 * gdb.cp/cpsizeof.exp
8966 * gdb.cp/ctti.exp
8967 * gdb.cp/derivation.exp
8968 * gdb.cp/destrprint.exp
8969 * gdb.cp/dispcxx.exp
8970 * gdb.cp/enum-class.exp
8971 * gdb.cp/exception.exp
8972 * gdb.cp/exceptprint.exp
8973 * gdb.cp/expand-psymtabs-cxx.exp
8974 * gdb.cp/expand-sals.exp
8975 * gdb.cp/extern-c.exp
8976 * gdb.cp/filename.exp
8977 * gdb.cp/formatted-ref.exp
8978 * gdb.cp/fpointer.exp
8979 * gdb.cp/gdb1355.exp
8980 * gdb.cp/gdb2495.exp
8981 * gdb.cp/hang.exp
8982 * gdb.cp/impl-this.exp
8983 * gdb.cp/infcall-dlopen.exp
8984 * gdb.cp/inherit.exp
8985 * gdb.cp/iostream.exp
8986 * gdb.cp/koenig.exp
8987 * gdb.cp/local.exp
8988 * gdb.cp/m-data.exp
8989 * gdb.cp/m-static.exp
8990 * gdb.cp/mb-ctor.exp
8991 * gdb.cp/mb-inline.exp
8992 * gdb.cp/mb-templates.exp
8993 * gdb.cp/member-name.exp
8994 * gdb.cp/member-ptr.exp
8995 * gdb.cp/meth-typedefs.exp
8996 * gdb.cp/method.exp
8997 * gdb.cp/method2.exp
8998 * gdb.cp/minsym-fallback.exp
8999 * gdb.cp/misc.exp
9000 * gdb.cp/namelessclass.exp
9001 * gdb.cp/namespace-enum.exp
9002 * gdb.cp/namespace-nested-import.exp
9003 * gdb.cp/namespace.exp
9004 * gdb.cp/nextoverthrow.exp
9005 * gdb.cp/no-dmgl-verbose.exp
9006 * gdb.cp/non-trivial-retval.exp
9007 * gdb.cp/noparam.exp
9008 * gdb.cp/nsdecl.exp
9009 * gdb.cp/nsimport.exp
9010 * gdb.cp/nsnested.exp
9011 * gdb.cp/nsnoimports.exp
9012 * gdb.cp/nsrecurs.exp
9013 * gdb.cp/nsstress.exp
9014 * gdb.cp/nsusing.exp
9015 * gdb.cp/operator.exp
9016 * gdb.cp/oranking.exp
9017 * gdb.cp/overload-const.exp
9018 * gdb.cp/overload.exp
9019 * gdb.cp/ovldbreak.exp
9020 * gdb.cp/ovsrch.exp
9021 * gdb.cp/paren-type.exp
9022 * gdb.cp/parse-lang.exp
9023 * gdb.cp/pass-by-ref.exp
9024 * gdb.cp/pr-1023.exp
9025 * gdb.cp/pr-1210.exp
9026 * gdb.cp/pr-574.exp
9027 * gdb.cp/pr10687.exp
9028 * gdb.cp/pr12028.exp
9029 * gdb.cp/pr17132.exp
9030 * gdb.cp/pr17494.exp
9031 * gdb.cp/pr9067.exp
9032 * gdb.cp/pr9167.exp
9033 * gdb.cp/pr9631.exp
9034 * gdb.cp/printmethod.exp
9035 * gdb.cp/psmang.exp
9036 * gdb.cp/psymtab-parameter.exp
9037 * gdb.cp/ptype-cv-cp.exp
9038 * gdb.cp/ptype-flags.exp
9039 * gdb.cp/re-set-overloaded.exp
9040 * gdb.cp/ref-types.exp
9041 * gdb.cp/rtti.exp
9042 * gdb.cp/scope-err.exp
9043 * gdb.cp/shadow.exp
9044 * gdb.cp/smartp.exp
9045 * gdb.cp/static-method.exp
9046 * gdb.cp/static-print-quit.exp
9047 * gdb.cp/temargs.exp
9048 * gdb.cp/templates.exp
9049 * gdb.cp/try_catch.exp
9050 * gdb.cp/typedef-operator.exp
9051 * gdb.cp/typeid.exp
9052 * gdb.cp/userdef.exp
9053 * gdb.cp/using-crash.exp
9054 * gdb.cp/var-tag.exp
9055 * gdb.cp/virtbase.exp
9056 * gdb.cp/virtfunc.exp
9057 * gdb.cp/virtfunc2.exp
9058 * gdb.cp/vla-cxx.exp
9059 * gdb.disasm/t01_mov.exp
9060 * gdb.disasm/t02_mova.exp
9061 * gdb.disasm/t03_add.exp
9062 * gdb.disasm/t04_sub.exp
9063 * gdb.disasm/t05_cmp.exp
9064 * gdb.disasm/t06_ari2.exp
9065 * gdb.disasm/t07_ari3.exp
9066 * gdb.disasm/t08_or.exp
9067 * gdb.disasm/t09_xor.exp
9068 * gdb.disasm/t10_and.exp
9069 * gdb.disasm/t11_logs.exp
9070 * gdb.disasm/t12_bit.exp
9071 * gdb.disasm/t13_otr.exp
9072 * gdb.dlang/circular.exp
9073 * gdb.dwarf2/arr-stride.exp
9074 * gdb.dwarf2/arr-subrange.exp
9075 * gdb.dwarf2/atomic-type.exp
9076 * gdb.dwarf2/bad-regnum.exp
9077 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9078 * gdb.dwarf2/callframecfa.exp
9079 * gdb.dwarf2/clztest.exp
9080 * gdb.dwarf2/corrupt.exp
9081 * gdb.dwarf2/data-loc.exp
9082 * gdb.dwarf2/dup-psym.exp
9083 * gdb.dwarf2/dw2-anon-mptr.exp
9084 * gdb.dwarf2/dw2-anonymous-func.exp
9085 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9086 * gdb.dwarf2/dw2-bad-unresolved.exp
9087 * gdb.dwarf2/dw2-basic.exp
9088 * gdb.dwarf2/dw2-canonicalize-type.exp
9089 * gdb.dwarf2/dw2-case-insensitive.exp
9090 * gdb.dwarf2/dw2-common-block.exp
9091 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9092 * gdb.dwarf2/dw2-compressed.exp
9093 * gdb.dwarf2/dw2-const.exp
9094 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9095 * gdb.dwarf2/dw2-cu-size.exp
9096 * gdb.dwarf2/dw2-dup-frame.exp
9097 * gdb.dwarf2/dw2-entry-value.exp
9098 * gdb.dwarf2/dw2-icycle.exp
9099 * gdb.dwarf2/dw2-ifort-parameter.exp
9100 * gdb.dwarf2/dw2-inline-break.exp
9101 * gdb.dwarf2/dw2-inline-param.exp
9102 * gdb.dwarf2/dw2-intercu.exp
9103 * gdb.dwarf2/dw2-intermix.exp
9104 * gdb.dwarf2/dw2-lexical-block-bare.exp
9105 * gdb.dwarf2/dw2-linkage-name-trust.exp
9106 * gdb.dwarf2/dw2-minsym-in-cu.exp
9107 * gdb.dwarf2/dw2-noloc.exp
9108 * gdb.dwarf2/dw2-op-call.exp
9109 * gdb.dwarf2/dw2-op-out-param.exp
9110 * gdb.dwarf2/dw2-opt-structptr.exp
9111 * gdb.dwarf2/dw2-param-error.exp
9112 * gdb.dwarf2/dw2-producer.exp
9113 * gdb.dwarf2/dw2-ranges-base.exp
9114 * gdb.dwarf2/dw2-ref-missing-frame.exp
9115 * gdb.dwarf2/dw2-reg-undefined.exp
9116 * gdb.dwarf2/dw2-regno-invalid.exp
9117 * gdb.dwarf2/dw2-restore.exp
9118 * gdb.dwarf2/dw2-restrict.exp
9119 * gdb.dwarf2/dw2-single-line-discriminators.exp
9120 * gdb.dwarf2/dw2-strp.exp
9121 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9122 * gdb.dwarf2/dw2-unresolved.exp
9123 * gdb.dwarf2/dw2-var-zero-addr.exp
9124 * gdb.dwarf2/dw4-sig-types.exp
9125 * gdb.dwarf2/dwz.exp
9126 * gdb.dwarf2/dynarr-ptr.exp
9127 * gdb.dwarf2/enum-type.exp
9128 * gdb.dwarf2/gdb-index.exp
9129 * gdb.dwarf2/implptr-64bit.exp
9130 * gdb.dwarf2/implptr-optimized-out.exp
9131 * gdb.dwarf2/implptr.exp
9132 * gdb.dwarf2/implref-array.exp
9133 * gdb.dwarf2/implref-const.exp
9134 * gdb.dwarf2/implref-global.exp
9135 * gdb.dwarf2/implref-struct.exp
9136 * gdb.dwarf2/mac-fileno.exp
9137 * gdb.dwarf2/main-subprogram.exp
9138 * gdb.dwarf2/member-ptr-forwardref.exp
9139 * gdb.dwarf2/method-ptr.exp
9140 * gdb.dwarf2/missing-sig-type.exp
9141 * gdb.dwarf2/nonvar-access.exp
9142 * gdb.dwarf2/opaque-type-lookup.exp
9143 * gdb.dwarf2/pieces-optimized-out.exp
9144 * gdb.dwarf2/pieces.exp
9145 * gdb.dwarf2/pr10770.exp
9146 * gdb.dwarf2/pr13961.exp
9147 * gdb.dwarf2/staticvirtual.exp
9148 * gdb.dwarf2/subrange.exp
9149 * gdb.dwarf2/symtab-producer.exp
9150 * gdb.dwarf2/trace-crash.exp
9151 * gdb.dwarf2/typeddwarf.exp
9152 * gdb.dwarf2/valop.exp
9153 * gdb.dwarf2/watch-notconst.exp
9154 * gdb.fortran/array-element.exp
9155 * gdb.fortran/charset.exp
9156 * gdb.fortran/common-block.exp
9157 * gdb.fortran/complex.exp
9158 * gdb.fortran/derived-type-function.exp
9159 * gdb.fortran/derived-type.exp
9160 * gdb.fortran/logical.exp
9161 * gdb.fortran/module.exp
9162 * gdb.fortran/multi-dim.exp
9163 * gdb.fortran/nested-funcs.exp
9164 * gdb.fortran/print-formatted.exp
9165 * gdb.fortran/subarray.exp
9166 * gdb.fortran/vla-alloc-assoc.exp
9167 * gdb.fortran/vla-datatypes.exp
9168 * gdb.fortran/vla-history.exp
9169 * gdb.fortran/vla-ptr-info.exp
9170 * gdb.fortran/vla-ptype-sub.exp
9171 * gdb.fortran/vla-ptype.exp
9172 * gdb.fortran/vla-sizeof.exp
9173 * gdb.fortran/vla-type.exp
9174 * gdb.fortran/vla-value-sub-arbitrary.exp
9175 * gdb.fortran/vla-value-sub-finish.exp
9176 * gdb.fortran/vla-value-sub.exp
9177 * gdb.fortran/vla-value.exp
9178 * gdb.fortran/whatis_type.exp
9179 * gdb.go/chan.exp
9180 * gdb.go/handcall.exp
9181 * gdb.go/hello.exp
9182 * gdb.go/integers.exp
9183 * gdb.go/methods.exp
9184 * gdb.go/package.exp
9185 * gdb.go/strings.exp
9186 * gdb.go/types.exp
9187 * gdb.go/unsafe.exp
9188 * gdb.guile/scm-arch.exp
9189 * gdb.guile/scm-block.exp
9190 * gdb.guile/scm-breakpoint.exp
9191 * gdb.guile/scm-cmd.exp
9192 * gdb.guile/scm-disasm.exp
9193 * gdb.guile/scm-equal.exp
9194 * gdb.guile/scm-frame-args.exp
9195 * gdb.guile/scm-frame-inline.exp
9196 * gdb.guile/scm-frame.exp
9197 * gdb.guile/scm-iterator.exp
9198 * gdb.guile/scm-math.exp
9199 * gdb.guile/scm-objfile.exp
9200 * gdb.guile/scm-ports.exp
9201 * gdb.guile/scm-symbol.exp
9202 * gdb.guile/scm-symtab.exp
9203 * gdb.guile/scm-value-cc.exp
9204 * gdb.guile/types-module.exp
9205 * gdb.linespec/break-ask.exp
9206 * gdb.linespec/cpexplicit.exp
9207 * gdb.linespec/explicit.exp
9208 * gdb.linespec/keywords.exp
9209 * gdb.linespec/linespec.exp
9210 * gdb.linespec/ls-dollar.exp
9211 * gdb.linespec/ls-errs.exp
9212 * gdb.linespec/skip-two.exp
9213 * gdb.linespec/thread.exp
9214 * gdb.mi/mi-async.exp
9215 * gdb.mi/mi-basics.exp
9216 * gdb.mi/mi-break.exp
9217 * gdb.mi/mi-catch-load.exp
9218 * gdb.mi/mi-cli.exp
9219 * gdb.mi/mi-cmd-param-changed.exp
9220 * gdb.mi/mi-console.exp
9221 * gdb.mi/mi-detach.exp
9222 * gdb.mi/mi-disassemble.exp
9223 * gdb.mi/mi-eval.exp
9224 * gdb.mi/mi-file-transfer.exp
9225 * gdb.mi/mi-file.exp
9226 * gdb.mi/mi-fill-memory.exp
9227 * gdb.mi/mi-inheritance-syntax-error.exp
9228 * gdb.mi/mi-linespec-err-cp.exp
9229 * gdb.mi/mi-logging.exp
9230 * gdb.mi/mi-memory-changed.exp
9231 * gdb.mi/mi-read-memory.exp
9232 * gdb.mi/mi-record-changed.exp
9233 * gdb.mi/mi-reg-undefined.exp
9234 * gdb.mi/mi-regs.exp
9235 * gdb.mi/mi-return.exp
9236 * gdb.mi/mi-reverse.exp
9237 * gdb.mi/mi-simplerun.exp
9238 * gdb.mi/mi-solib.exp
9239 * gdb.mi/mi-stack.exp
9240 * gdb.mi/mi-stepi.exp
9241 * gdb.mi/mi-syn-frame.exp
9242 * gdb.mi/mi-until.exp
9243 * gdb.mi/mi-var-block.exp
9244 * gdb.mi/mi-var-child.exp
9245 * gdb.mi/mi-var-cmd.exp
9246 * gdb.mi/mi-var-cp.exp
9247 * gdb.mi/mi-var-display.exp
9248 * gdb.mi/mi-var-invalidate.exp
9249 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9250 * gdb.mi/mi-vla-fortran.exp
9251 * gdb.mi/mi-watch.exp
9252 * gdb.mi/mi2-var-child.exp
9253 * gdb.mi/user-selected-context-sync.exp
9254 * gdb.modula2/unbounded-array.exp
9255 * gdb.multi/dummy-frame-restore.exp
9256 * gdb.multi/multi-arch-exec.exp
9257 * gdb.multi/multi-arch.exp
9258 * gdb.multi/tids.exp
9259 * gdb.multi/watchpoint-multi.exp
9260 * gdb.opencl/callfuncs.exp
9261 * gdb.opencl/convs_casts.exp
9262 * gdb.opencl/datatypes.exp
9263 * gdb.opencl/operators.exp
9264 * gdb.opencl/vec_comps.exp
9265 * gdb.opt/clobbered-registers-O2.exp
9266 * gdb.opt/inline-break.exp
9267 * gdb.opt/inline-bt.exp
9268 * gdb.opt/inline-cmds.exp
9269 * gdb.opt/inline-locals.exp
9270 * gdb.pascal/case-insensitive-symbols.exp
9271 * gdb.pascal/floats.exp
9272 * gdb.pascal/gdb11492.exp
9273 * gdb.python/lib-types.exp
9274 * gdb.python/py-arch.exp
9275 * gdb.python/py-as-string.exp
9276 * gdb.python/py-bad-printers.exp
9277 * gdb.python/py-block.exp
9278 * gdb.python/py-breakpoint-create-fail.exp
9279 * gdb.python/py-breakpoint.exp
9280 * gdb.python/py-caller-is.exp
9281 * gdb.python/py-cmd.exp
9282 * gdb.python/py-explore-cc.exp
9283 * gdb.python/py-explore.exp
9284 * gdb.python/py-finish-breakpoint.exp
9285 * gdb.python/py-finish-breakpoint2.exp
9286 * gdb.python/py-frame-args.exp
9287 * gdb.python/py-frame-inline.exp
9288 * gdb.python/py-frame.exp
9289 * gdb.python/py-framefilter-mi.exp
9290 * gdb.python/py-infthread.exp
9291 * gdb.python/py-lazy-string.exp
9292 * gdb.python/py-linetable.exp
9293 * gdb.python/py-mi-events.exp
9294 * gdb.python/py-mi-objfile.exp
9295 * gdb.python/py-mi.exp
9296 * gdb.python/py-objfile.exp
9297 * gdb.python/py-pp-integral.exp
9298 * gdb.python/py-pp-maint.exp
9299 * gdb.python/py-pp-re-notag.exp
9300 * gdb.python/py-pp-registration.exp
9301 * gdb.python/py-recurse-unwind.exp
9302 * gdb.python/py-strfns.exp
9303 * gdb.python/py-symbol.exp
9304 * gdb.python/py-symtab.exp
9305 * gdb.python/py-sync-interp.exp
9306 * gdb.python/py-typeprint.exp
9307 * gdb.python/py-unwind-maint.exp
9308 * gdb.python/py-unwind.exp
9309 * gdb.python/py-value-cc.exp
9310 * gdb.python/py-xmethods.exp
9311 * gdb.reverse/amd64-tailcall-reverse.exp
9312 * gdb.reverse/break-precsave.exp
9313 * gdb.reverse/break-reverse.exp
9314 * gdb.reverse/consecutive-precsave.exp
9315 * gdb.reverse/consecutive-reverse.exp
9316 * gdb.reverse/finish-precsave.exp
9317 * gdb.reverse/finish-reverse-bkpt.exp
9318 * gdb.reverse/finish-reverse.exp
9319 * gdb.reverse/fstatat-reverse.exp
9320 * gdb.reverse/getresuid-reverse.exp
9321 * gdb.reverse/i386-precsave.exp
9322 * gdb.reverse/i386-reverse.exp
9323 * gdb.reverse/i386-sse-reverse.exp
9324 * gdb.reverse/i387-env-reverse.exp
9325 * gdb.reverse/i387-stack-reverse.exp
9326 * gdb.reverse/insn-reverse.exp
9327 * gdb.reverse/machinestate-precsave.exp
9328 * gdb.reverse/machinestate.exp
9329 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9330 * gdb.reverse/pipe-reverse.exp
9331 * gdb.reverse/readv-reverse.exp
9332 * gdb.reverse/recvmsg-reverse.exp
9333 * gdb.reverse/rerun-prec.exp
9334 * gdb.reverse/s390-mvcle.exp
9335 * gdb.reverse/step-precsave.exp
9336 * gdb.reverse/step-reverse.exp
9337 * gdb.reverse/time-reverse.exp
9338 * gdb.reverse/until-precsave.exp
9339 * gdb.reverse/until-reverse.exp
9340 * gdb.reverse/waitpid-reverse.exp
9341 * gdb.reverse/watch-precsave.exp
9342 * gdb.reverse/watch-reverse.exp
9343 * gdb.rust/generics.exp
9344 * gdb.rust/methods.exp
9345 * gdb.rust/modules.exp
9346 * gdb.rust/simple.exp
9347 * gdb.server/connect-with-no-symbol-file.exp
9348 * gdb.server/ext-attach.exp
9349 * gdb.server/ext-restart.exp
9350 * gdb.server/ext-wrapper.exp
9351 * gdb.server/file-transfer.exp
9352 * gdb.server/server-exec-info.exp
9353 * gdb.server/server-kill.exp
9354 * gdb.server/server-mon.exp
9355 * gdb.server/wrapper.exp
9356 * gdb.stabs/exclfwd.exp
9357 * gdb.stabs/gdb11479.exp
9358 * gdb.threads/clone-new-thread-event.exp
9359 * gdb.threads/corethreads.exp
9360 * gdb.threads/current-lwp-dead.exp
9361 * gdb.threads/dlopen-libpthread.exp
9362 * gdb.threads/gcore-thread.exp
9363 * gdb.threads/sigstep-threads.exp
9364 * gdb.threads/watchpoint-fork.exp
9365 * gdb.trace/actions-changed.exp
9366 * gdb.trace/backtrace.exp
9367 * gdb.trace/change-loc.exp
9368 * gdb.trace/circ.exp
9369 * gdb.trace/collection.exp
9370 * gdb.trace/disconnected-tracing.exp
9371 * gdb.trace/ftrace.exp
9372 * gdb.trace/mi-trace-frame-collected.exp
9373 * gdb.trace/mi-trace-unavailable.exp
9374 * gdb.trace/mi-traceframe-changed.exp
9375 * gdb.trace/mi-tsv-changed.exp
9376 * gdb.trace/no-attach-trace.exp
9377 * gdb.trace/passc-dyn.exp
9378 * gdb.trace/qtro.exp
9379 * gdb.trace/range-stepping.exp
9380 * gdb.trace/read-memory.exp
9381 * gdb.trace/save-trace.exp
9382 * gdb.trace/signal.exp
9383 * gdb.trace/status-stop.exp
9384 * gdb.trace/tfile.exp
9385 * gdb.trace/trace-break.exp
9386 * gdb.trace/trace-buffer-size.exp
9387 * gdb.trace/trace-condition.exp
9388 * gdb.trace/tracefile-pseudo-reg.exp
9389 * gdb.trace/tstatus.exp
9390 * gdb.trace/unavailable.exp
9391 * gdb.trace/while-dyn.exp
9392 * gdb.trace/while-stepping.exp
9393
93942016-12-22 Doug Evans <xdje42@gmail.com>
9395
9396 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9397 and msymbols.
9398
93992016-12-19 Yao Qi <yao.qi@linaro.org>
9400
9401 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9402 (test_with_self): Don't call do_steps_and_nexts, and remove
9403 code about stepping into xmalloc.
9404
94052016-12-09 Yao Qi <yao.qi@linaro.org>
9406
9407 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9408
94092016-12-09 Yao Qi <yao.qi@linaro.org>
9410
9411 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9412
94132016-12-09 Pedro Alves <palves@redhat.com>
9414
9415 * gdb.base/all-architectures-0.exp: New file.
9416 * gdb.base/all-architectures-1.exp: New file.
9417 * gdb.base/all-architectures-2.exp: New file.
9418 * gdb.base/all-architectures-3.exp: New file.
9419 * gdb.base/all-architectures-4.exp: New file.
9420 * gdb.base/all-architectures-5.exp: New file.
9421 * gdb.base/all-architectures-6.exp: New file.
9422 * gdb.base/all-architectures-7.exp: New file.
9423 * gdb.base/all-architectures.exp.in: New file.
9424
94252016-12-09 Yao Qi <yao.qi@linaro.org>
9426
9427 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9428
94292016-12-02 Luis Machado <lgustavo@codesourcery.com>
9430
9431 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9432 possible.
9433 Remove useless pattern-matching code.
9434
94352016-12-02 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9438 procedure.
9439 (top level): Call it.
9440
94412016-12-02 Pedro Alves <palves@redhat.com>
9442
9443 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9444 New procedure.
9445 (top level): Call it.
9446
94472016-12-02 Pedro Alves <palves@redhat.com>
9448
9449 PR cli/20559
9450 * gdb.base/commands.exp (user_defined_command_args_eval): New
9451 procedure.
9452 (top level): Call it.
9453
94542016-12-02 Luis Machado <lgustavo@codesourcery.com>
9455
9456 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9457 timeout handling.
9458
94592016-12-02 Tom Tromey <tom@tromey.com>
9460
9461 * gdb.dwarf2/main-subprogram.c: New file.
9462 * gdb.dwarf2/main-subprogram.exp: New file.
9463
94642016-12-01 Luis Machado <lgustavo@codesourcery.com>
9465
9466 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9467 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9468 gdb_test_no_output for a couple of cases.
9469 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9470
94712016-12-01 Luis Machado <lgustavo@codesourcery.com>
9472
9473 Fix test names and standardize compilation error messages throughout
9474 the following files:
9475
9476 * gdb.ada/start.exp
9477 * gdb.arch/alpha-step.exp
9478 * gdb.arch/e500-prologue.exp
9479 * gdb.arch/ftrace-insn-reloc.exp
9480 * gdb.arch/gdb1291.exp
9481 * gdb.arch/gdb1431.exp
9482 * gdb.arch/gdb1558.exp
9483 * gdb.arch/i386-dr3-watch.exp
9484 * gdb.arch/i386-sse-stack-align.exp
9485 * gdb.arch/ia64-breakpoint-shadow.exp
9486 * gdb.arch/pa-nullify.exp
9487 * gdb.arch/powerpc-aix-prologue.exp
9488 * gdb.arch/thumb-bx-pc.exp
9489 * gdb.base/annota1.exp
9490 * gdb.base/annota3.exp
9491 * gdb.base/arrayidx.exp
9492 * gdb.base/assign.exp
9493 * gdb.base/attach.exp
9494 * gdb.base/auxv.exp
9495 * gdb.base/bang.exp
9496 * gdb.base/bfp-test.exp
9497 * gdb.base/bigcore.exp
9498 * gdb.base/bitfields2.exp
9499 * gdb.base/break-fun-addr.exp
9500 * gdb.base/break-probes.exp
9501 * gdb.base/call-rt-st.exp
9502 * gdb.base/callexit.exp
9503 * gdb.base/catch-fork-kill.exp
9504 * gdb.base/charset.exp
9505 * gdb.base/checkpoint.exp
9506 * gdb.base/comprdebug.exp
9507 * gdb.base/constvars.exp
9508 * gdb.base/coredump-filter.exp
9509 * gdb.base/cursal.exp
9510 * gdb.base/cvexpr.exp
9511 * gdb.base/detach.exp
9512 * gdb.base/display.exp
9513 * gdb.base/dmsym.exp
9514 * gdb.base/dprintf-pending.exp
9515 * gdb.base/dso2dso.exp
9516 * gdb.base/dtrace-probe.exp
9517 * gdb.base/dump.exp
9518 * gdb.base/enum_cond.exp
9519 * gdb.base/exe-lock.exp
9520 * gdb.base/exec-invalid-sysroot.exp
9521 * gdb.base/execl-update-breakpoints.exp
9522 * gdb.base/exprs.exp
9523 * gdb.base/fileio.exp
9524 * gdb.base/find.exp
9525 * gdb.base/finish.exp
9526 * gdb.base/fixsection.exp
9527 * gdb.base/foll-vfork.exp
9528 * gdb.base/frame-args.exp
9529 * gdb.base/gcore.exp
9530 * gdb.base/gdb1250.exp
9531 * gdb.base/global-var-nested-by-dso.exp
9532 * gdb.base/gnu-ifunc.exp
9533 * gdb.base/hashline1.exp
9534 * gdb.base/hashline2.exp
9535 * gdb.base/hashline3.exp
9536 * gdb.base/hbreak-in-shr-unsupported.exp
9537 * gdb.base/huge.exp
9538 * gdb.base/infcall-input.exp
9539 * gdb.base/info-fun.exp
9540 * gdb.base/info-shared.exp
9541 * gdb.base/jit-simple.exp
9542 * gdb.base/jit-so.exp
9543 * gdb.base/jit.exp
9544 * gdb.base/jump.exp
9545 * gdb.base/label.exp
9546 * gdb.base/lineinc.exp
9547 * gdb.base/logical.exp
9548 * gdb.base/longjmp.exp
9549 * gdb.base/macscp.exp
9550 * gdb.base/miscexprs.exp
9551 * gdb.base/new-ui-echo.exp
9552 * gdb.base/new-ui-pending-input.exp
9553 * gdb.base/new-ui.exp
9554 * gdb.base/nodebug.exp
9555 * gdb.base/nofield.exp
9556 * gdb.base/offsets.exp
9557 * gdb.base/overlays.exp
9558 * gdb.base/pending.exp
9559 * gdb.base/pointers.exp
9560 * gdb.base/pr11022.exp
9561 * gdb.base/printcmds.exp
9562 * gdb.base/prologue.exp
9563 * gdb.base/ptr-typedef.exp
9564 * gdb.base/realname-expand.exp
9565 * gdb.base/relativedebug.exp
9566 * gdb.base/relocate.exp
9567 * gdb.base/remote.exp
9568 * gdb.base/reread.exp
9569 * gdb.base/return2.exp
9570 * gdb.base/savedregs.exp
9571 * gdb.base/sep.exp
9572 * gdb.base/sepdebug.exp
9573 * gdb.base/sepsymtab.exp
9574 * gdb.base/set-inferior-tty.exp
9575 * gdb.base/setshow.exp
9576 * gdb.base/shlib-call.exp
9577 * gdb.base/sigaltstack.exp
9578 * gdb.base/siginfo-addr.exp
9579 * gdb.base/signals.exp
9580 * gdb.base/signull.exp
9581 * gdb.base/sigrepeat.exp
9582 * gdb.base/so-impl-ld.exp
9583 * gdb.base/solib-display.exp
9584 * gdb.base/solib-overlap.exp
9585 * gdb.base/solib-search.exp
9586 * gdb.base/solib-symbol.exp
9587 * gdb.base/structs.exp
9588 * gdb.base/structs2.exp
9589 * gdb.base/symtab-search-order.exp
9590 * gdb.base/twice.exp
9591 * gdb.base/unload.exp
9592 * gdb.base/varargs.exp
9593 * gdb.base/watchpoint-solib.exp
9594 * gdb.base/watchpoint.exp
9595 * gdb.base/whatis.exp
9596 * gdb.base/wrong_frame_bt_full.exp
9597 * gdb.btrace/dlopen.exp
9598 * gdb.cell/ea-standalone.exp
9599 * gdb.cell/ea-test.exp
9600 * gdb.cp/dispcxx.exp
9601 * gdb.cp/gdb2384.exp
9602 * gdb.cp/method2.exp
9603 * gdb.cp/nextoverthrow.exp
9604 * gdb.cp/pr10728.exp
9605 * gdb.disasm/am33.exp
9606 * gdb.disasm/h8300s.exp
9607 * gdb.disasm/mn10300.exp
9608 * gdb.disasm/sh3.exp
9609 * gdb.dwarf2/dw2-dir-file-name.exp
9610 * gdb.fortran/complex.exp
9611 * gdb.fortran/library-module.exp
9612 * gdb.guile/scm-pretty-print.exp
9613 * gdb.guile/scm-symbol.exp
9614 * gdb.guile/scm-type.exp
9615 * gdb.guile/scm-value.exp
9616 * gdb.linespec/linespec.exp
9617 * gdb.mi/gdb701.exp
9618 * gdb.mi/gdb792.exp
9619 * gdb.mi/mi-breakpoint-changed.exp
9620 * gdb.mi/mi-dprintf-pending.exp
9621 * gdb.mi/mi-dprintf.exp
9622 * gdb.mi/mi-exit-code.exp
9623 * gdb.mi/mi-pending.exp
9624 * gdb.mi/mi-solib.exp
9625 * gdb.mi/new-ui-mi-sync.exp
9626 * gdb.mi/pr11022.exp
9627 * gdb.mi/user-selected-context-sync.exp
9628 * gdb.opt/solib-intra-step.exp
9629 * gdb.python/py-events.exp
9630 * gdb.python/py-finish-breakpoint.exp
9631 * gdb.python/py-mi.exp
9632 * gdb.python/py-prettyprint.exp
9633 * gdb.python/py-shared.exp
9634 * gdb.python/py-symbol.exp
9635 * gdb.python/py-template.exp
9636 * gdb.python/py-type.exp
9637 * gdb.python/py-value.exp
9638 * gdb.reverse/solib-precsave.exp
9639 * gdb.reverse/solib-reverse.exp
9640 * gdb.server/solib-list.exp
9641 * gdb.stabs/weird.exp
9642 * gdb.threads/reconnect-signal.exp
9643 * gdb.threads/stepi-random-signal.exp
9644 * gdb.trace/actions.exp
9645 * gdb.trace/ax.exp
9646 * gdb.trace/backtrace.exp
9647 * gdb.trace/change-loc.exp
9648 * gdb.trace/deltrace.exp
9649 * gdb.trace/ftrace-lock.exp
9650 * gdb.trace/ftrace.exp
9651 * gdb.trace/infotrace.exp
9652 * gdb.trace/mi-tracepoint-changed.exp
9653 * gdb.trace/packetlen.exp
9654 * gdb.trace/passcount.exp
9655 * gdb.trace/pending.exp
9656 * gdb.trace/range-stepping.exp
9657 * gdb.trace/report.exp
9658 * gdb.trace/stap-trace.exp
9659 * gdb.trace/tfind.exp
9660 * gdb.trace/trace-break.exp
9661 * gdb.trace/trace-condition.exp
9662 * gdb.trace/trace-enable-disable.exp
9663 * gdb.trace/trace-mt.exp
9664 * gdb.trace/tracecmd.exp
9665 * gdb.trace/tspeed.exp
9666 * gdb.trace/tsv.exp
9667 * lib/perftest.exp
9668
96692016-12-01 Luis Machado <lgustavo@codesourcery.com>
9670
9671 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9672 with gdb_test_no_output.
9673 Use command as test name.
9674
96752016-12-01 Luis Machado <lgustavo@codesourcery.com>
9676
9677 Fix test names starting with uppercase throughout the files.
9678
9679 * gdb.ada/assign_1.exp
9680 * gdb.ada/boolean_expr.exp
9681 * gdb.base/arrayidx.exp
9682 * gdb.base/del.exp
9683 * gdb.base/gcore-buffer-overflow.exp
9684 * gdb.base/testenv.exp
9685 * gdb.compile/compile.exp
9686 * gdb.python/py-framefilter-invalidarg.exp
9687 * gdb.python/py-framefilter.exp
9688
96892016-12-01 Luis Machado <lgustavo@codesourcery.com>
9690
9691 Fix test names starting with uppercase throughout the files.
9692
9693 * gdb.ada/array_return.exp
9694 * gdb.ada/expr_delims.exp
9695 * gdb.ada/mi_dyn_arr.exp
9696 * gdb.ada/mi_interface.exp
9697 * gdb.ada/mi_var_array.exp
9698 * gdb.ada/watch_arg.exp
9699 * gdb.arch/alpha-step.exp
9700 * gdb.arch/altivec-regs.exp
9701 * gdb.arch/e500-regs.exp
9702 * gdb.arch/powerpc-d128-regs.exp
9703 * gdb.base/arrayidx.exp
9704 * gdb.base/break.exp
9705 * gdb.base/checkpoint.exp
9706 * gdb.base/debug-expr.exp
9707 * gdb.base/dmsym.exp
9708 * gdb.base/radix.exp
9709 * gdb.base/sepdebug.exp
9710 * gdb.base/testenv.exp
9711 * gdb.base/watch_thread_num.exp
9712 * gdb.base/watchpoint-cond-gone.exp
9713 * gdb.cell/break.exp
9714 * gdb.cell/ea-cache.exp
9715 * gdb.compile/compile.exp
9716 * gdb.cp/gdb2495.exp
9717 * gdb.gdb/selftest.exp
9718 * gdb.gdb/xfullpath.exp
9719 * gdb.go/hello.exp
9720 * gdb.go/integers.exp
9721 * gdb.objc/basicclass.exp
9722 * gdb.pascal/hello.exp
9723 * gdb.pascal/integers.exp
9724 * gdb.python/py-breakpoint.exp
9725 * gdb.python/py-cmd.exp
9726 * gdb.python/py-linetable.exp
9727 * gdb.python/py-xmethods.exp
9728 * gdb.python/python.exp
9729 * gdb.reverse/consecutive-precsave.exp
9730 * gdb.reverse/finish-precsave.exp
9731 * gdb.reverse/i386-precsave.exp
9732 * gdb.reverse/machinestate-precsave.exp
9733 * gdb.reverse/sigall-precsave.exp
9734 * gdb.reverse/solib-precsave.exp
9735 * gdb.reverse/step-precsave.exp
9736 * gdb.reverse/until-precsave.exp
9737 * gdb.reverse/watch-precsave.exp
9738 * gdb.threads/leader-exit.exp
9739 * gdb.threads/pthreads.exp
9740 * gdb.threads/wp-replication.exp
9741 * gdb.trace/actions.exp
9742 * gdb.trace/mi-tsv-changed.exp
9743 * gdb.trace/tsv.exp
9744
97452016-12-01 Luis Machado <lgustavo@codesourcery.com>
9746
9747 Fix test names starting with uppercase throughout the files.
9748
9749 * gdb.arch/i386-bp_permanent.exp
9750 * gdb.arch/i386-gnu-cfi.exp
9751 * gdb.base/disasm-end-cu.exp
9752 * gdb.base/macscp.exp
9753 * gdb.base/pending.exp
9754 * gdb.base/watch_thread_num.exp
9755 * gdb.cp/exception.exp
9756 * gdb.cp/gdb2495.exp
9757 * gdb.cp/local.exp
9758 * gdb.python/py-evsignal.exp
9759 * gdb.python/python.exp
9760 * gdb.trace/tracecmd.exp
9761
97622016-12-01 Luis Machado <lgustavo@codesourcery.com>
9763
9764 Fix test names starting with uppercase throughout the files.
9765
9766 * gdb.base/charset.exp
9767 * gdb.base/eval.exp
9768 * gdb.base/multi-forks.exp
9769 * gdb.guile/scm-progspace.exp
9770 * gdb.opencl/datatypes.exp
9771 * gdb.python/py-block.exp
9772 * gdb.python/py-function.exp
9773 * gdb.python/py-symbol.exp
9774 * gdb.python/py-symtab.exp
9775 * gdb.python/py-xmethods.exp
9776 * gdb.reverse/break-precsave.exp
9777 * gdb.reverse/break-reverse.exp
9778 * gdb.reverse/consecutive-precsave.exp
9779 * gdb.reverse/consecutive-reverse.exp
9780 * gdb.reverse/finish-precsave.exp
9781 * gdb.reverse/finish-reverse-bkpt.exp
9782 * gdb.reverse/finish-reverse.exp
9783 * gdb.reverse/fstatat-reverse.exp
9784 * gdb.reverse/getresuid-reverse.exp
9785 * gdb.reverse/i386-precsave.exp
9786 * gdb.reverse/i386-reverse.exp
9787 * gdb.reverse/i386-sse-reverse.exp
9788 * gdb.reverse/i387-stack-reverse.exp
9789 * gdb.reverse/insn-reverse.exp
9790 * gdb.reverse/machinestate-precsave.exp
9791 * gdb.reverse/machinestate.exp
9792 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9793 * gdb.reverse/pipe-reverse.exp
9794 * gdb.reverse/readv-reverse.exp
9795 * gdb.reverse/recvmsg-reverse.exp
9796 * gdb.reverse/rerun-prec.exp
9797 * gdb.reverse/s390-mvcle.exp
9798 * gdb.reverse/sigall-precsave.exp
9799 * gdb.reverse/sigall-reverse.exp
9800 * gdb.reverse/solib-precsave.exp
9801 * gdb.reverse/solib-reverse.exp
9802 * gdb.reverse/step-precsave.exp
9803 * gdb.reverse/step-reverse.exp
9804 * gdb.reverse/time-reverse.exp
9805 * gdb.reverse/until-precsave.exp
9806 * gdb.reverse/until-reverse.exp
9807 * gdb.reverse/waitpid-reverse.exp
9808 * gdb.reverse/watch-precsave.exp
9809 * gdb.reverse/watch-reverse.exp
9810
98112016-12-01 Luis Machado <lgustavo@codesourcery.com>
9812
9813 Fix test names starting with uppercase throughout the files.
9814
9815 * gdb.arch/i386-mpx-simple_segv.exp
9816 * gdb.arch/i386-mpx.exp
9817 * gdb.arch/i386-permbkpt.exp
9818 * gdb.arch/pa-nullify.exp
9819 * gdb.arch/powerpc-d128-regs.exp
9820 * gdb.arch/vsx-regs.exp
9821 * gdb.base/bfp-test.exp
9822 * gdb.base/break.exp
9823 * gdb.base/breakpoint-shadow.exp
9824 * gdb.base/callfuncs.exp
9825 * gdb.base/charset.exp
9826 * gdb.base/commands.exp
9827 * gdb.base/completion.exp
9828 * gdb.base/dfp-test.exp
9829 * gdb.base/echo.exp
9830 * gdb.base/ending-run.exp
9831 * gdb.base/eval.exp
9832 * gdb.base/expand-psymtabs.exp
9833 * gdb.base/float128.exp
9834 * gdb.base/floatn.exp
9835 * gdb.base/foll-exec-mode.exp
9836 * gdb.base/gdb1056.exp
9837 * gdb.base/gdb11531.exp
9838 * gdb.base/kill-after-signal.exp
9839 * gdb.base/multi-forks.exp
9840 * gdb.base/overlays.exp
9841 * gdb.base/pending.exp
9842 * gdb.base/sepdebug.exp
9843 * gdb.base/testenv.exp
9844 * gdb.base/valgrind-db-attach.exp
9845 * gdb.base/watch_thread_num.exp
9846 * gdb.base/watchpoint-cond-gone.exp
9847 * gdb.base/watchpoint.exp
9848 * gdb.base/watchpoints.exp
9849 * gdb.cp/arg-reference.exp
9850 * gdb.cp/baseenum.exp
9851 * gdb.cp/operator.exp
9852 * gdb.cp/shadow.exp
9853 * gdb.dwarf2/dw2-op-out-param.exp
9854 * gdb.dwarf2/dw2-reg-undefined.exp
9855 * gdb.go/chan.exp
9856 * gdb.go/hello.exp
9857 * gdb.go/integers.exp
9858 * gdb.go/methods.exp
9859 * gdb.go/package.exp
9860 * gdb.guile/scm-parameter.exp
9861 * gdb.guile/scm-progspace.exp
9862 * gdb.guile/scm-value.exp
9863 * gdb.mi/mi-pending.exp
9864 * gdb.mi/user-selected-context-sync.exp
9865 * gdb.multi/multi-attach.exp
9866 * gdb.multi/tids.exp
9867 * gdb.opt/clobbered-registers-O2.exp
9868 * gdb.pascal/floats.exp
9869 * gdb.pascal/integers.exp
9870 * gdb.python/py-block.exp
9871 * gdb.python/py-events.exp
9872 * gdb.python/py-parameter.exp
9873 * gdb.python/py-symbol.exp
9874 * gdb.python/py-symtab.exp
9875 * gdb.python/py-type.exp
9876 * gdb.python/py-value.exp
9877 * gdb.python/py-xmethods.exp
9878 * gdb.python/python.exp
9879 * gdb.reverse/break-precsave.exp
9880 * gdb.reverse/consecutive-precsave.exp
9881 * gdb.reverse/finish-precsave.exp
9882 * gdb.reverse/i386-precsave.exp
9883 * gdb.reverse/machinestate-precsave.exp
9884 * gdb.reverse/sigall-precsave.exp
9885 * gdb.reverse/solib-precsave.exp
9886 * gdb.reverse/step-precsave.exp
9887 * gdb.reverse/until-precsave.exp
9888 * gdb.reverse/watch-precsave.exp
9889 * gdb.server/ext-attach.exp
9890 * gdb.server/ext-restart.exp
9891 * gdb.server/ext-run.exp
9892 * gdb.server/ext-wrapper.exp
9893 * gdb.stabs/gdb11479.exp
9894 * gdb.stabs/weird.exp
9895 * gdb.threads/attach-many-short-lived-threads.exp
9896 * gdb.threads/kill.exp
9897 * gdb.threads/watchpoint-fork.exp
9898
98992016-12-01 Luis Machado <lgustavo@codesourcery.com>
9900
9901 Fix test names starting with uppercase throughout all the files below.
9902
9903 * gdb.ada/array_return.exp
9904 * gdb.ada/catch_ex.exp
9905 * gdb.ada/info_exc.exp
9906 * gdb.ada/mi_catch_ex.exp
9907 * gdb.ada/mi_dyn_arr.exp
9908 * gdb.ada/mi_ex_cond.exp
9909 * gdb.ada/mi_exc_info.exp
9910 * gdb.ada/mi_interface.exp
9911 * gdb.ada/mi_task_arg.exp
9912 * gdb.ada/mi_task_info.exp
9913 * gdb.ada/mi_var_array.exp
9914 * gdb.arch/alpha-step.exp
9915 * gdb.arch/amd64-disp-step.exp
9916 * gdb.arch/arm-disp-step.exp
9917 * gdb.arch/disp-step-insn-reloc.exp
9918 * gdb.arch/e500-prologue.exp
9919 * gdb.arch/ftrace-insn-reloc.exp
9920 * gdb.arch/gdb1558.exp
9921 * gdb.arch/i386-bp_permanent.exp
9922 * gdb.arch/i386-disp-step.exp
9923 * gdb.arch/i386-float.exp
9924 * gdb.arch/i386-gnu-cfi.exp
9925 * gdb.arch/ia64-breakpoint-shadow.exp
9926 * gdb.arch/mips16-thunks.exp
9927 * gdb.arch/pa-nullify.exp
9928 * gdb.arch/powerpc-aix-prologue.exp
9929 * gdb.arch/powerpc-power.exp
9930 * gdb.arch/ppc-dfp.exp
9931 * gdb.arch/s390-tdbregs.exp
9932 * gdb.arch/spu-info.exp
9933 * gdb.arch/spu-ls.exp
9934 * gdb.arch/thumb-bx-pc.exp
9935 * gdb.base/advance.exp
9936 * gdb.base/annota-input-while-running.exp
9937 * gdb.base/arrayidx.exp
9938 * gdb.base/asmlabel.exp
9939 * gdb.base/async.exp
9940 * gdb.base/attach-wait-input.exp
9941 * gdb.base/auto-connect-native-target.exp
9942 * gdb.base/batch-preserve-term-settings.exp
9943 * gdb.base/bfp-test.exp
9944 * gdb.base/bigcore.exp
9945 * gdb.base/bp-permanent.exp
9946 * gdb.base/break-always.exp
9947 * gdb.base/break-fun-addr.exp
9948 * gdb.base/break-idempotent.exp
9949 * gdb.base/break-main-file-remove-fail.exp
9950 * gdb.base/break-probes.exp
9951 * gdb.base/break-unload-file.exp
9952 * gdb.base/break.exp
9953 * gdb.base/call-ar-st.exp
9954 * gdb.base/call-rt-st.exp
9955 * gdb.base/call-sc.exp
9956 * gdb.base/call-signal-resume.exp
9957 * gdb.base/call-strs.exp
9958 * gdb.base/callexit.exp
9959 * gdb.base/callfuncs.exp
9960 * gdb.base/catch-gdb-caused-signals.exp
9961 * gdb.base/catch-signal-siginfo-cond.exp
9962 * gdb.base/catch-syscall.exp
9963 * gdb.base/compare-sections.exp
9964 * gdb.base/cond-eval-mode.exp
9965 * gdb.base/condbreak-call-false.exp
9966 * gdb.base/consecutive-step-over.exp
9967 * gdb.base/cursal.exp
9968 * gdb.base/disabled-location.exp
9969 * gdb.base/disasm-end-cu.exp
9970 * gdb.base/display.exp
9971 * gdb.base/double-prompt-target-event-error.exp
9972 * gdb.base/dprintf-bp-same-addr.exp
9973 * gdb.base/dprintf-detach.exp
9974 * gdb.base/dprintf-next.exp
9975 * gdb.base/dprintf-non-stop.exp
9976 * gdb.base/dprintf-pending.exp
9977 * gdb.base/dso2dso.exp
9978 * gdb.base/ending-run.exp
9979 * gdb.base/enum_cond.exp
9980 * gdb.base/examine-backward.exp
9981 * gdb.base/exe-lock.exp
9982 * gdb.base/exec-invalid-sysroot.exp
9983 * gdb.base/execl-update-breakpoints.exp
9984 * gdb.base/execution-termios.exp
9985 * gdb.base/fileio.exp
9986 * gdb.base/fixsection.exp
9987 * gdb.base/foll-exec-mode.exp
9988 * gdb.base/foll-exec.exp
9989 * gdb.base/fork-running-state.exp
9990 * gdb.base/frame-args.exp
9991 * gdb.base/fullpath-expand.exp
9992 * gdb.base/func-ptr.exp
9993 * gdb.base/gcore-relro-pie.exp
9994 * gdb.base/gdb1090.exp
9995 * gdb.base/gdb1555.exp
9996 * gdb.base/global-var-nested-by-dso.exp
9997 * gdb.base/gnu-ifunc.exp
9998 * gdb.base/hbreak-in-shr-unsupported.exp
9999 * gdb.base/hbreak-unmapped.exp
10000 * gdb.base/hook-stop.exp
10001 * gdb.base/infcall-input.exp
10002 * gdb.base/info-fun.exp
10003 * gdb.base/info-shared.exp
10004 * gdb.base/interrupt-noterm.exp
10005 * gdb.base/jit-so.exp
10006 * gdb.base/jit.exp
10007 * gdb.base/line-symtabs.exp
10008 * gdb.base/list.exp
10009 * gdb.base/longjmp.exp
10010 * gdb.base/macscp.exp
10011 * gdb.base/max-value-size.exp
10012 * gdb.base/nodebug.exp
10013 * gdb.base/nofield.exp
10014 * gdb.base/overlays.exp
10015 * gdb.base/paginate-after-ctrl-c-running.exp
10016 * gdb.base/paginate-bg-execution.exp
10017 * gdb.base/paginate-inferior-exit.exp
10018 * gdb.base/pending.exp
10019 * gdb.base/pr11022.exp
10020 * gdb.base/printcmds.exp
10021 * gdb.base/ptr-typedef.exp
10022 * gdb.base/ptype.exp
10023 * gdb.base/randomize.exp
10024 * gdb.base/range-stepping.exp
10025 * gdb.base/realname-expand.exp
10026 * gdb.base/relativedebug.exp
10027 * gdb.base/remote.exp
10028 * gdb.base/savedregs.exp
10029 * gdb.base/sepdebug.exp
10030 * gdb.base/set-noassign.exp
10031 * gdb.base/shlib-call.exp
10032 * gdb.base/shreloc.exp
10033 * gdb.base/sigaltstack.exp
10034 * gdb.base/sigbpt.exp
10035 * gdb.base/siginfo-addr.exp
10036 * gdb.base/siginfo-obj.exp
10037 * gdb.base/siginfo-thread.exp
10038 * gdb.base/signest.exp
10039 * gdb.base/signull.exp
10040 * gdb.base/sigrepeat.exp
10041 * gdb.base/skip.exp
10042 * gdb.base/so-impl-ld.exp
10043 * gdb.base/solib-corrupted.exp
10044 * gdb.base/solib-disc.exp
10045 * gdb.base/solib-display.exp
10046 * gdb.base/solib-overlap.exp
10047 * gdb.base/solib-search.exp
10048 * gdb.base/solib-symbol.exp
10049 * gdb.base/source-execution.exp
10050 * gdb.base/sss-bp-on-user-bp-2.exp
10051 * gdb.base/sss-bp-on-user-bp.exp
10052 * gdb.base/stack-checking.exp
10053 * gdb.base/stale-infcall.exp
10054 * gdb.base/step-break.exp
10055 * gdb.base/step-line.exp
10056 * gdb.base/step-over-exit.exp
10057 * gdb.base/step-test.exp
10058 * gdb.base/structs.exp
10059 * gdb.base/sym-file.exp
10060 * gdb.base/symtab-search-order.exp
10061 * gdb.base/term.exp
10062 * gdb.base/type-opaque.exp
10063 * gdb.base/unload.exp
10064 * gdb.base/until-nodebug.exp
10065 * gdb.base/until.exp
10066 * gdb.base/unwindonsignal.exp
10067 * gdb.base/watch-cond.exp
10068 * gdb.base/watch-non-mem.exp
10069 * gdb.base/watch_thread_num.exp
10070 * gdb.base/watchpoint-reuse-slot.exp
10071 * gdb.base/watchpoint-solib.exp
10072 * gdb.base/watchpoint.exp
10073 * gdb.btrace/dlopen.exp
10074 * gdb.cell/arch.exp
10075 * gdb.cell/break.exp
10076 * gdb.cell/bt.exp
10077 * gdb.cell/core.exp
10078 * gdb.cell/data.exp
10079 * gdb.cell/dwarfaddr.exp
10080 * gdb.cell/ea-cache.exp
10081 * gdb.cell/ea-standalone.exp
10082 * gdb.cell/ea-test.exp
10083 * gdb.cell/f-regs.exp
10084 * gdb.cell/fork.exp
10085 * gdb.cell/gcore.exp
10086 * gdb.cell/mem-access.exp
10087 * gdb.cell/ptype.exp
10088 * gdb.cell/registers.exp
10089 * gdb.cell/sizeof.exp
10090 * gdb.cell/solib-symbol.exp
10091 * gdb.cell/solib.exp
10092 * gdb.compile/compile-tls.exp
10093 * gdb.cp/exception.exp
10094 * gdb.cp/gdb2495.exp
10095 * gdb.cp/local.exp
10096 * gdb.cp/mb-inline.exp
10097 * gdb.cp/mb-templates.exp
10098 * gdb.cp/pr10687.exp
10099 * gdb.cp/pr9167.exp
10100 * gdb.cp/scope-err.exp
10101 * gdb.cp/templates.exp
10102 * gdb.cp/virtfunc.exp
10103 * gdb.dwarf2/dw2-dir-file-name.exp
10104 * gdb.dwarf2/dw2-single-line-discriminators.exp
10105 * gdb.fortran/complex.exp
10106 * gdb.fortran/library-module.exp
10107 * gdb.guile/guile.exp
10108 * gdb.guile/scm-cmd.exp
10109 * gdb.guile/scm-frame-inline.exp
10110 * gdb.guile/scm-objfile.exp
10111 * gdb.guile/scm-pretty-print.exp
10112 * gdb.guile/scm-symbol.exp
10113 * gdb.guile/scm-type.exp
10114 * gdb.guile/scm-value.exp
10115 * gdb.linespec/keywords.exp
10116 * gdb.linespec/ls-errs.exp
10117 * gdb.linespec/macro-relative.exp
10118 * gdb.linespec/thread.exp
10119 * gdb.mi/mi-breakpoint-changed.exp
10120 * gdb.mi/mi-dprintf-pending.exp
10121 * gdb.mi/mi-fullname-deleted.exp
10122 * gdb.mi/mi-logging.exp
10123 * gdb.mi/mi-pending.exp
10124 * gdb.mi/mi-solib.exp
10125 * gdb.mi/new-ui-mi-sync.exp
10126 * gdb.mi/user-selected-context-sync.exp
10127 * gdb.multi/dummy-frame-restore.exp
10128 * gdb.multi/multi-arch-exec.exp
10129 * gdb.multi/remove-inferiors.exp
10130 * gdb.multi/watchpoint-multi-exit.exp
10131 * gdb.opt/solib-intra-step.exp
10132 * gdb.perf/backtrace.exp
10133 * gdb.perf/single-step.exp
10134 * gdb.perf/skip-command.exp
10135 * gdb.perf/skip-prologue.exp
10136 * gdb.perf/solib.exp
10137 * gdb.python/lib-types.exp
10138 * gdb.python/py-as-string.exp
10139 * gdb.python/py-bad-printers.exp
10140 * gdb.python/py-block.exp
10141 * gdb.python/py-breakpoint.exp
10142 * gdb.python/py-cmd.exp
10143 * gdb.python/py-events.exp
10144 * gdb.python/py-evthreads.exp
10145 * gdb.python/py-finish-breakpoint.exp
10146 * gdb.python/py-finish-breakpoint2.exp
10147 * gdb.python/py-frame-inline.exp
10148 * gdb.python/py-frame.exp
10149 * gdb.python/py-inferior.exp
10150 * gdb.python/py-infthread.exp
10151 * gdb.python/py-mi.exp
10152 * gdb.python/py-objfile.exp
10153 * gdb.python/py-pp-maint.exp
10154 * gdb.python/py-pp-registration.exp
10155 * gdb.python/py-prettyprint.exp
10156 * gdb.python/py-recurse-unwind.exp
10157 * gdb.python/py-shared.exp
10158 * gdb.python/py-symbol.exp
10159 * gdb.python/py-symtab.exp
10160 * gdb.python/py-template.exp
10161 * gdb.python/py-type.exp
10162 * gdb.python/py-unwind-maint.exp
10163 * gdb.python/py-unwind.exp
10164 * gdb.python/py-value.exp
10165 * gdb.python/python.exp
10166 * gdb.reverse/finish-reverse-bkpt.exp
10167 * gdb.reverse/insn-reverse.exp
10168 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10169 * gdb.reverse/solib-precsave.exp
10170 * gdb.reverse/solib-reverse.exp
10171 * gdb.stabs/gdb11479.exp
10172 * gdb.stabs/weird.exp
10173 * gdb.threads/fork-child-threads.exp
10174 * gdb.threads/fork-plus-threads.exp
10175 * gdb.threads/fork-thread-pending.exp
10176 * gdb.threads/forking-threads-plus-breakpoint.exp
10177 * gdb.threads/hand-call-in-threads.exp
10178 * gdb.threads/interrupted-hand-call.exp
10179 * gdb.threads/linux-dp.exp
10180 * gdb.threads/local-watch-wrong-thread.exp
10181 * gdb.threads/next-while-other-thread-longjmps.exp
10182 * gdb.threads/non-ldr-exit.exp
10183 * gdb.threads/pending-step.exp
10184 * gdb.threads/print-threads.exp
10185 * gdb.threads/process-dies-while-detaching.exp
10186 * gdb.threads/process-dies-while-handling-bp.exp
10187 * gdb.threads/pthreads.exp
10188 * gdb.threads/queue-signal.exp
10189 * gdb.threads/reconnect-signal.exp
10190 * gdb.threads/signal-command-handle-nopass.exp
10191 * gdb.threads/signal-command-multiple-signals-pending.exp
10192 * gdb.threads/signal-delivered-right-thread.exp
10193 * gdb.threads/signal-sigtrap.exp
10194 * gdb.threads/sigthread.exp
10195 * gdb.threads/staticthreads.exp
10196 * gdb.threads/stepi-random-signal.exp
10197 * gdb.threads/thread-unwindonsignal.exp
10198 * gdb.threads/thread_check.exp
10199 * gdb.threads/thread_events.exp
10200 * gdb.threads/tid-reuse.exp
10201 * gdb.threads/tls-nodebug.exp
10202 * gdb.threads/tls-shared.exp
10203 * gdb.threads/tls-so_extern.exp
10204 * gdb.threads/tls.exp
10205 * gdb.threads/wp-replication.exp
10206 * gdb.trace/actions-changed.exp
10207 * gdb.trace/actions.exp
10208 * gdb.trace/backtrace.exp
10209 * gdb.trace/change-loc.exp
10210 * gdb.trace/collection.exp
10211 * gdb.trace/deltrace.exp
10212 * gdb.trace/disconnected-tracing.exp
10213 * gdb.trace/entry-values.exp
10214 * gdb.trace/ftrace-lock.exp
10215 * gdb.trace/ftrace.exp
10216 * gdb.trace/infotrace.exp
10217 * gdb.trace/mi-trace-frame-collected.exp
10218 * gdb.trace/mi-trace-unavailable.exp
10219 * gdb.trace/mi-traceframe-changed.exp
10220 * gdb.trace/mi-tracepoint-changed.exp
10221 * gdb.trace/mi-tsv-changed.exp
10222 * gdb.trace/no-attach-trace.exp
10223 * gdb.trace/packetlen.exp
10224 * gdb.trace/passc-dyn.exp
10225 * gdb.trace/passcount.exp
10226 * gdb.trace/pending.exp
10227 * gdb.trace/pr16508.exp
10228 * gdb.trace/qtro.exp
10229 * gdb.trace/range-stepping.exp
10230 * gdb.trace/read-memory.exp
10231 * gdb.trace/report.exp
10232 * gdb.trace/save-trace.exp
10233 * gdb.trace/signal.exp
10234 * gdb.trace/stap-trace.exp
10235 * gdb.trace/status-stop.exp
10236 * gdb.trace/strace.exp
10237 * gdb.trace/tfile.exp
10238 * gdb.trace/tfind.exp
10239 * gdb.trace/trace-break.exp
10240 * gdb.trace/trace-condition.exp
10241 * gdb.trace/trace-enable-disable.exp
10242 * gdb.trace/trace-mt.exp
10243 * gdb.trace/tracecmd.exp
10244 * gdb.trace/tracefile-pseudo-reg.exp
10245 * gdb.trace/tspeed.exp
10246 * gdb.trace/tstatus.exp
10247 * gdb.trace/tsv.exp
10248 * gdb.trace/unavailable.exp
10249 * gdb.trace/while-dyn.exp
10250 * gdb.trace/while-stepping.exp
10251 * lib/gdb-guile.exp
10252 * lib/gdb.exp
10253 * lib/mi-support.exp
10254 * lib/pascal.exp
10255 * lib/perftest.exp
10256 * lib/prelink-support.exp
10257 * lib/selftest-support.exp
10258
102592016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10260
10261 * Makefile.in: Include disable-implicit-rules.mk.
10262
102632016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10264
10265 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10266 non-byte-aligned bit fields.
10267
102682016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10269
10270 PR gdb/12616
10271 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10272 respects the DW_AT_data_bit_offset attribute.
10273
102742016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10275
10276 * gdb.base/default.exp: Fix output of "set language".
10277
102782016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10279
10280 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10281 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10282 make.
10283 * configure.ac: Remove checks for the make program.
10284 * configure: Re-generate.
10285
102862016-11-16 Kevin Buettner <kevinb@redhat.com>
10287
10288 * gdb.python/py-recurse-unwind.c (main): Add loop.
10289 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10290 to read_register() and gdb.parse_and_eval(). Make each code
10291 call a separate case that can be individually tested.
10292 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10293 proc. Call cont_and_backtrace for each of the code paths that
10294 we want to test in the unwinder.
10295
102962016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10297
10298 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10299 the definition of struct S.
10300
103012016-11-11 Catherine Moore <clm@codesourcery.com>
10302
10303 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10304
103052016-11-09 Pedro Alves <palves@redhat.com>
10306
10307 * gdb.base/commands.exp (runto_or_return): New procedure.
10308 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10309 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10310 (progvar_simple_while_test, progvar_complex_if_while_test)
10311 (if_while_breakpoint_command_test)
10312 (infrun_breakpoint_command_test, breakpoint_command_test)
10313 (user_defined_command_test, watchpoint_command_test)
10314 (test_command_prompt_position, redefine_hook_test)
10315 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10316 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10317 multi_line_input and multi_line. Remove gdb_expect and
10318 gdb_stop_suppressing_tests uses.
10319 * lib/gdb.exp (valnum_re): New global.
10320 (multi_line_input): New procedure.
10321
103222016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10323
10324 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10325 Remove.
10326 (test_setup): Define with proc_with_prefix.
10327 (test_cli_inferior): Likewise.
10328 (test_cli_thread): Likewise.
10329 (test_cli_frame): Likewise.
10330 (test_cli_select_frame): Likewise.
10331 (test_cli_up_down): Likewise.
10332 (test_mi_thread_select): Likewise.
10333 (test_mi_stack_select_frame): Likewise.
10334 (test_cli_in_mi_inferior): Likewise.
10335 (test_cli_in_mi_thread): Likewise.
10336 (test_cli_in_mi_frame): Likewise.
10337 (top level): Do not use with_test_prefix_procname.
10338
103392016-11-09 Pedro Alves <palves@redhat.com>
10340
10341 * gdb.base/commands.exp (gdbvar_simple_if_test)
10342 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10343 (progvar_simple_if_test, progvar_simple_while_test)
10344 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10345 (infrun_breakpoint_command_test, breakpoint_command_test)
10346 (user_defined_command_test, watchpoint_command_test)
10347 (test_command_prompt_position, deprecated_command_test)
10348 (bp_deleted_in_command, temporary_breakpoint_commands)
10349 (stray_arg0_test, source_file_with_indented_comment)
10350 (recursive_source_test, if_commands_test)
10351 (error_clears_commands_left, redefine_hook_test)
10352 (redefine_backtrace_test): Use proc_with_prefix.
10353 * lib/gdb.exp (proc_with_prefix): New proc.
10354
103552016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10356
10357 * gdb.base/tui-layout.c: New file.
10358 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10359 disassembly window contains very long lines.
10360
103612016-11-08 Tom Tromey <tom@tromey.com>
10362
10363 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10364 depend on Python 2.
10365
103662016-11-08 Tom Tromey <tom@tromey.com>
10367
10368 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10369 New method.
10370
103712016-10-29 Manish Goregaokar <manish@mozilla.com>
10372
10373 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10374
103752016-10-27 Manish Goregaokar <manish@mozilla.com>
10376
10377 * gdb.rust/simple.rs: Add test for univariant enums without
10378 discriminants and for encoded struct-like enums.
10379
103802016-10-28 Pedro Alves <palves@redhat.com>
10381
10382 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10383 gdb_test_multiple, tighten regexps and match symtabs and line
10384 tables incrementally.
10385
103862016-10-28 Luis Machado <lgustavo@codesourcery.com>
10387
10388 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10389 general.
10390
103912016-10-25 Luis Machado <lgustavo@codesourcery.com>
10392
10393 * gdb.base/exec-invalid-sysroot.exp: New file.
10394
103952016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10396
10397 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10398
103992016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10400
10401 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10402
104032016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10404
10405 * gdb.base/killed-outside.exp: Remove $options from a call to
10406 `prepare_for_testing'.
10407
104082016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10409
10410 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10411 Change test message.
10412
104132016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10414
10415 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10416 Update comment.
10417
104182016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10419
10420 * gdb.trace/mi-trace-save.exp: New file.
10421
104222016-10-13 Yao Qi <yao.qi@linaro.org>
10423
10424 * gdb.base/code_elim.exp (get_var_address): Remove.
10425 * gdb.base/relocate.exp: Likewise.
10426 * gdb.base/shreloc.exp: Likewise.
10427 * lib/gdb.exp (get_var_address): New.
10428
104292016-10-13 Yao Qi <yao.qi@linaro.org>
10430
10431 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10432 floating point tests if $skip_float_test is false.
10433
104342016-10-12 Luis Machado <lgustavo@codesourcery.com>
10435
10436 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10437 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10438 argc values.
10439 Add 1 to argc so we guarantee distinct initial/modified argc values.
10440
104412016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10442
10443 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10444
104452016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10446
10447 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10448 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10449 * gdb.arch/vsx-regs.exp: Likewise.
10450
104512016-10-07 Yao Qi <yao.qi@linaro.org>
10452
10453 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10454
104552016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10456
10457 * gdb.python/python.exp: Test decode_line("*0").
10458
104592016-10-06 Doug Evans <dje@google.com>
10460
10461 * gdb.python/py-value.exp (test_value_creation): Add test for large
10462 unsigned 64-bit value.
10463
104642016-10-06 Tom Tromey <tom@tromey.com>
10465
10466 * gdb.compile/compile.exp: Change java tests to rust.
10467 * gdb.base/setshow.exp: Change java tests to rust.
10468 * gdb.base/default.exp: Remove java from language list.
10469 * README (Examples): Update language example.
10470 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10471 test.
10472 * lib/gdb.exp (skip_java_tests): Remove.
10473 * lib/java.exp: Remove.
10474 * gdb.java: Remove.
10475
104762016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10477
10478 * gdb.arch/mips-fcr.exp: New test.
10479 * gdb.arch/mips-fcr.c: Source for the new test.
10480
104812016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10482
10483 * gdb.base/solib-disc.exp: Use `standard_output_file'
10484 throughout.
10485
104862016-10-06 Pedro Alves <palves@redhat.com>
10487
10488 * gdb.base/jit-simple-dl.c: New file.
10489 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10490 * gdb.base/jit-simple.c: ... this.
10491 * gdb.base/jit-simple.exp (jit_run): Delete.
10492 (build_jit): New proc.
10493 (jit_test_reread): Recompile either the main program or the shared
10494 library, depending on what is being tested. Skip changing address
10495 if caller wants to. Compare before/after addresses. If testing
10496 standalone, explicitly load the binary. Test "maint info
10497 breakpoints".
10498 (top level): Add "standalone vs shared lib" and "change address"
10499 vs "same address" axes.
10500
105012016-10-06 Pedro Alves <palves@redhat.com>
10502
10503 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10504 call.
10505 (jit_run): Delete.
10506 (jit_test_reread): Use with_test_prefix. Reload the main binary
10507 explicitly. Compare the before/after addresses of the JIT
10508 descriptor.
10509
105102016-08-15 Doug Evans <dje@google.com>
10511
10512 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10513 for single bitfields is bool.
10514 * gdb.xml/tdesc-regs.exp: Ditto.
10515
105162016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10517
10518 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10519
105202016-10-05 Yao Qi <yao.qi@linaro.org>
10521
10522 * lib/gdb.exp (support_complex_tests): Return zero if
10523 gdb_skip_float_test return true.
10524
105252016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10526 Simon Marchi <simon.marchi@ericsson.com>
10527
10528 PR gdb/20487
10529 * gdb.mi/user-selected-context-sync.exp: New file.
10530 * gdb.mi/user-selected-context-sync.c: New file.
10531
105322016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10533 Simon Marchi <simon.marchi@ericsson.com>
10534
10535 PR gdb/20487
10536 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10537 =thread-select-event check.
10538
105392016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10540
10541 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10542 the compulsory L operand changes.
10543 * gdb.arch/powerpc-power.s: Likewise.
10544
105452016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10546
10547 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10548 * gdb.base/jit-attach-pie.c: New file.
10549 * gdb.base/jit-attach-pie.exp: New file.
10550
105512016-09-28 Pedro Alves <palves@redhat.com>
10552
10553 * gdb.base/infcall-input.c: New file.
10554 * gdb.base/infcall-input.exp: New file.
10555
105562016-09-22 Yao Qi <yao.qi@linaro.org>
10557
10558 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10559 (gdb_exit): Rename it to ...
10560 (gdbserver_gdb_exit): ... Close GDBserver.
10561 (gdb_exit): New proc, call gdbserver_gdb_exit.
10562 (mi_gdb_exit): Likewise.
10563
105642016-09-22 Yao Qi <yao.qi@linaro.org>
10565
10566 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10567 path.
10568 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10569 Remove duplication.
10570
105712016-09-22 Yao Qi <yao.qi@linaro.org>
10572
10573 * lib/gdbserver-support.exp: Check the existence of
10574 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10575
105762016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10577
10578 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10579
105802016-09-21 Tom Tromey <tom@tromey.com>
10581
10582 PR gdb/20604:
10583 * gdb.base/quit.exp: New file.
10584
105852016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10586
10587 * .gitignore: New file.
10588
105892016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10590
10591 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10592 throughout.
10593
105942016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10595
10596 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10597
105982016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10599
10600 * gdb.cp/casts.cc (decltype): Move it ...
10601 (main): ... with its call to ...
10602 * gdb.cp/casts03.cc: ... a new file.
10603 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10604
106052016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10606
10607 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10608
106092016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10610
10611 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10612 and sync up the test with tests in gas/testsuite/gas/ppc.
10613 * gdb.arch/powerpc-power.exp: Likewise.
10614
106152016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10616
10617 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10618
106192016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10620 Jan Kratochvil <jan.kratochvil@redhat.com>
10621
10622 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10623 make m1's definition to be different from m2's. Use 'dummy' as an
10624 argument for probe 'two'.
10625
106262016-09-10 Jon Beniston <jon@beniston.com>
10627
10628 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10629 for sim target.
10630
106312016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10632
10633 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10634 variable declaration.
10635 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10636 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10637 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10638 received HWCAP as its argument.
10639
106402016-09-06 Pedro Alves <palves@redhat.com>
10641
10642 * gdb.base/new-ui-pending-input.c: New file.
10643 * gdb.base/new-ui-pending-input.exp: New file.
10644 * gdb.exp (clear_gdb_spawn_id): New procedure.
10645 (with_spawn_id): Check whether gdb_spawn_id exists before
10646 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10647 on exit.
10648
106492016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10650
10651 * gdb.base/float128.c: New file.
10652 * gdb.base/float128.exp: Likewise.
10653 * gdb.base/floatn.c: Likewise.
10654 * gdb.base/floatn.exp: Likewise.
10655
106562016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10657
10658 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10659
106602016-09-05 Pedro Alves <palves@redhat.com>
10661
10662 PR backtrace/19927
10663 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10664 unwinders are immediately called as side effect of "source" or
10665 "disable unwinder" commands.
10666 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10667
106682016-09-02 Yao Qi <yao.qi@linaro.org>
10669
10670 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10671 is true and $type is "float" or "double".
10672
106732016-09-02 Yao Qi <yao.qi@linaro.org>
10674
10675 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10676 true.
10677 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10678 * gdb.base/call-rt-st.exp: Likewise.
10679 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10680 return value instead of gdb,skip_float_test.
10681 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10682 (do_function_calls): Use its return value instead of
10683 gdb,skip_float_test.
10684 * gdb.base/finish.exp: Likewise.
10685 * gdb.base/funcargs.exp: Likewise.
10686 * gdb.base/return.exp: Likewise.
10687 * gdb.base/return2.exp: Likewise.
10688 * gdb.base/varargs.exp: Likewise.
10689 * lib/gdb.exp (gdb_skip_float_test): Change it to
10690 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10691
106922016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10693
10694 * gdb.multi/tids.exp: Test "thread apply all".
10695
106962016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10697
10698 * gdb.base/default.exp (tty): Remove.
10699
107002016-08-24 Kevin Buettner <kevinb@redhat.com>
10701
10702 * gdb.python/py-recurse-unwind.c: New file.
10703 * gdb.python/py-recurse-unwind.py: New file.
10704 * gdb.python/py-recurse-unwind.exp: New file.
10705
107062016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10707
10708 * gdb.base/set-inferior-tty.exp: New file.
10709 * gdb.base/set-inferior-tty.c: New file.
10710
107112016-08-23 Pedro Alves <palves@redhat.com>
10712
10713 PR gdb/20494
10714 * gdb.base/new-ui-echo.c: New file.
10715 * gdb.base/new-ui-echo.exp: New file.
10716
107172016-08-23 Yao Qi <yao.qi@linaro.org>
10718
10719 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10720 gdbserver_spawn.
10721 * gdb.server/connect-without-multi-process.exp (do_test):
10722 Likewise.
10723
107242016-08-23 Yao Qi <yao.qi@linaro.org>
10725
10726 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10727 standalone_txt. Delete gdb_txt and standalone_txt on host
10728 and target. Spawn the binary on target. Copy files from
10729 target to host.
10730
107312016-08-22 Pedro Alves <palves@redhat.com>
10732
10733 PR gdb/20505
10734 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10735 with_test_prefix. Factor out bits to ...
10736 (test_no_vdso): ... this new procedure.
10737
107382016-08-19 Carl Love <cel@us.ibm.com>
10739
10740 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10741 maintaining separate logic for constructing the output path.
10742 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10743 * gdb.arch/ppc-dfp.exp: Likewise.
10744 * gdb.arch/ppc-fp.exp: Likewise.
10745 * gdb.arch/vsx-regs.exp: Likewise.
10746 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10747 binprefix for generating the additional binary files.
10748
107492016-08-19 Pedro Alves <palves@redhat.com>
10750
10751 * gdb.trace/mi-trace-frame-collected.exp
10752 (test_trace_frame_collected): On x32, expect two registers.
10753
107542016-08-18 Carl Love <cel@us.ibm.com>
10755
10756 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10757 and sync up the test with tests in gas/testsuite/gas/ppc.
10758 * gdb.arch/powerpc-power.exp: Likewise.
10759
107602016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10761
10762 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10763 expected error message.
10764
107652016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10766
10767 * gdb.multi/remove-inferiors.exp: New file.
10768 * gdb.multi/remove-inferiors.c: New file.
10769
107702016-08-12 Yao Qi <yao.qi@linaro.org>
10771
10772 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10773 argument list.
10774
107752016-08-10 Pedro Alves <palves@redhat.com>
10776
10777 PR gdb/19187
10778 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10779 setup_kfails.
10780
107812016-08-09 Pedro Alves <palves@redhat.com>
10782 Simon Marchi <simon.marchi@ericsson.com>
10783
10784 PR gdb/20418
10785 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10786 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10787
107882016-08-09 Pedro Alves <palves@redhat.com>
10789
10790 PR mi/20431
10791 * gdb.mi/mi-cmd-error.exp: New file.
10792
107932016-08-09 Pedro Alves <palves@redhat.com>
10794
10795 PR gdb/18653
10796 * gdb.base/signals-state-child.c: New file.
10797 * gdb.base/signals-state-child.exp: New file.
10798 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10799
108002016-08-09 Pedro Alves <palves@redhat.com>
10801
10802 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10803
108042016-08-03 Tom Tromey <tom@tromey.com>
10805
10806 PR python/18565:
10807 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10808
108092016-08-01 Yao Qi <yao.qi@linaro.org>
10810
10811 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10812 variable mode to "multi-process" if $multi_process is 1, otherwise
10813 set it to "single-process".
10814
108152016-08-01 Yao Qi <yao.qi@linaro.org>
10816
10817 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10818 * gdb.cp/cpexprs.exp: Likewise.
10819 * gdb.cp/m-static.exp: Likewise.
10820
108212016-07-26 Tom Tromey <tom@tromey.com>
10822
10823 PR python/20190:
10824 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10825 test.
10826
108272016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10828
10829 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10830 selecting assembly source files.
10831 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10832 assembly source files.
10833 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10834 assembly source files.
10835 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10836 selecting assembly source files.
10837
108382016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10839
10840 * gdb.base/new-ui.exp (do_test_invalid_args): New
10841 procedure.
10842
108432016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10844
10845 * gdb.btrace/reconnect.c: New file.
10846 * gdb.btrace/reconnect.exp: New file.
10847
108482016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10849
10850 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10851 to test_catch_syscall_group.
10852 (test_catch_syscall_group): New.
10853
108542016-07-21 Tom Tromey <tom@tromey.com>
10855
10856 * gdb.rust/simple.rs (main): Use empty struct expression.
10857 * gdb.rust/simple.exp: Add tests for empty struct expression.
10858
108592016-07-21 Yao Qi <yao.qi@linaro.org>
10860
10861 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10862 if gdb_skip_xml_test is true on some targets.
10863
108642016-07-21 Yao Qi <yao.qi@linaro.org>
10865
10866 * gdb.server/solib-list.exp: Unset last_loaded_file.
10867
108682016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10869
10870 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10871 "step into captured_main (args)".
10872
108732016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10874
10875 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10876
108772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10878
10879 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10880
108812016-07-19 Pedro Alves <palves@redhat.com>
10882
10883 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10884 * gdb.opt/inline-bt.exp: Likewise.
10885 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10886 additional_flags=-Winline.
10887 * gdb.opt/inline-locals.exp: Likewise.
10888 * gdb.opt/inline-markers.c (ATTR): Define.
10889 (inlined_fn): Use it.
10890
108912016-07-19 Yao Qi <yao.qi@linaro.org>
10892
10893 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10894 (test_with_self): Remove some code. Remove argument executable.
10895 (top-level): Use do_self_tests.
10896
108972016-07-15 Zachary Welch <zwelch@codesourcery.com>
10898 Don Breazeal <donb@codesourcery.com>
10899
10900 * gdb.base/maint.exp: Escape paths used in regular expressions.
10901 * gdb.stabs/weird.exp: Likewise.
10902
109032016-07-13 Tom Tromey <tom@tromey.com>
10904
10905 PR python/15620, PR python/18620:
10906 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10907 (test_bkpt_events): New procs.
10908
109092016-07-13 Tom Tromey <tom@tromey.com>
10910
10911 PR python/17698:
10912 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10913 test.
10914 (test_watchpoints): Likewise.
10915 (test_bkpt_pending): New proc.
10916
109172016-07-13 Tom Tromey <tom@tromey.com>
10918
10919 PR cli/18053:
10920 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10921 completion test.
10922
109232016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10924
10925 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10926 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10927 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10928 f_label.
10929 (g): Rename g_end_lbl to g_label.
10930 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10931 low_pc and high_pc.
10932 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10933
109342016-07-12 Tom Tromey <tom@tromey.com>
10935
10936 PR python/19293:
10937 * gdb.python/py-unwind-maint.exp: Update tests.
10938
109392016-07-12 Yao Qi <yao.qi@linaro.org>
10940
10941 * lib/selftest-support.exp (selftest_setup): Match the output
10942 when captured_main is inlined.
10943
109442016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10945
10946 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10947 New variables.
10948 (print this%a, print this%b, print this): New tests.
10949 * gdb.fortran/derived-types.f90 (this): New object and
10950 initialization.
10951
109522016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10953
10954 * gdb.ada/arraydim.exp: Remove extra directory level in build
10955 directory.
10956
109572016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10958
10959 * lib/ada.exp: Remove extra directory level in build directory.
10960 * gdb.ada/cond_lang.exp: Likewise.
10961 * gdb.ada/exec_changed.exp: Likewise.
10962 * gdb.ada/lang_switch.exp: Likewise.
10963
109642016-07-06 Manish Goregaokar <manish@mozilla.com>
10965
10966 * simple.rs: Add test for raw pointer subscripting.
10967 * simple.exp: Add test expectations.
10968
109692016-07-05 Yao Qi <yao.qi@linaro.org>
10970
10971 * gdb.mi/mi-reverse.exp: Match =record-started output.
10972
109732016-07-01 Pedro Alves <palves@redhat.com>
10974
10975 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10976 procedure.
10977 (jit_reader_test): Test the jit reader's unwinder.
10978 * gdb.base/jithost.c (jit_function_00_code): New global.
10979 (main): Use memcpy to fill in the mmapped code, instead of poking
10980 bytes manually here.
10981 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10982 value.
10983 (read_debug_info): Save the function's range.
10984 (read_sp): New function.
10985 (unwind_frame): Use it. Also unwind RBP.
10986 (get_frame_id): Use read_sp.
10987 (gdb_init_reader): Use calloc instead of malloc.
10988 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10989 parameter. Use gdb_test_multiple.
10990
109912016-07-01 Pedro Alves <palves@redhat.com>
10992 Antoine Tremblay <antoine.tremblay@ericsson.com>
10993
10994 * gdb.threads/process-dies-while-detaching.c: New file.
10995 * gdb.threads/process-dies-while-detaching.exp: New file.
10996
109972016-07-01 Pedro Alves <palves@redhat.com>
10998
10999 * gdb.multi/watchpoint-multi-exit.c: New file.
11000 * gdb.multi/watchpoint-multi-exit.exp: New file.
11001
110022016-06-30 Pedro Alves <palves@redhat.com>
11003
11004 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11005 unset inferior_spawn_id.
11006
110072016-06-30 Pedro Alves <palves@redhat.com>
11008
11009 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11010 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11011
110122016-06-29 Yao Qi <yao.qi@linaro.org>
11013
11014 * gdb.base/return.c: Add copyright header.
11015
110162016-06-29 Tom Tromey <tom@tromey.com>
11017
11018 PR python/20129:
11019 * gdb.python/py-framefilter.exp: Add tests for setting priority
11020 and disabling of non-existent frame filter.
11021
110222016-06-29 Yao Qi <yao.qi@linaro.org>
11023
11024 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11025 0x0f07ff.
11026
110272016-06-28 Yao Qi <yao.qi@linaro.org>
11028
11029 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11030 triplets. Start gdb, execute catch syscall, and continue. Check
11031 gdb's output to determine catch syscall is supported.
11032
110332016-06-27 Manish Goregaokar <manish@mozilla.com>
11034
11035 * gdb.rust/simple.rs: Add test for returning unit in a function.
11036 * gdb.rust/simple.exp: Add expectation for functions returning
11037 unit.
11038
110392016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11040
11041 * gdb.python/py-breakpoint-create-fail.c,
11042 gdb.python/py-breakpoint-create-fail.exp,
11043 gdb.python/py-breakpoint-create-fail.py: New testcase.
11044
110452016-06-25 Manish Goregaokar <manish@mozilla.com>
11046
11047 PR gdb/20239
11048 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11049 * gdb.rust/simple.exp: Add test expectations for new NonZero
11050 tests.
11051
110522016-06-24 David Taylor <dtaylor@emc.com>
11053
11054 * gdb.base/offsets.exp: New file.
11055 * gdb.base/offsets.c: New file.
11056
110572016-06-23 Tom Tromey <tom@tromey.com>
11058
11059 PR gdb/16483:
11060 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11061 before any filters are loaded.
11062
110632016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11064
11065 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11066 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11067 structs.
11068 * gdb.fortran/derived-type-function.exp: New file.
11069 * gdb.fortran/derived-type-function.f90: New file.
11070
11071
110722016-06-21 Pedro Alves <palves@redhat.com>
11073
11074 * gdb.base/new-ui.exp: New file.
11075 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11076 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11077 (with_spawn_id): New procedure.
11078
110792016-06-21 Pedro Alves <palves@redhat.com>
11080
11081 * gdb.mi/mi-exec-run.exp: New file.
11082
110832016-06-21 Pedro Alves <palves@redhat.com>
11084
11085 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11086 breakpoint command's output on the main UI.
11087 (test_break): New procedure, factored out from calls in the top
11088 level.
11089 (top level): Use foreach_with_prefix to test MI as main UI and as
11090 separate UI.
11091
110922016-06-21 Pedro Alves <palves@redhat.com>
11093
11094 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11095 (test_awatch_creation_and_listing)
11096 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11097 Remove 'type' parameter.
11098 (test_watchpoint_all): New parameter mi_mode. Remove
11099 with_test_prefix.
11100 (top level): Use foreach_with_prefix, and add main/separate UI MI
11101 testing axis.
11102
111032016-06-21 Pedro Alves <palves@redhat.com>
11104
11105 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11106 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11107 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11108 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11109 (gdb_main_spawn_id, mi_spawn_id): Declare and
11110 comment.
11111 (mi_create_inferior_pty): New procedure,
11112 factored out from default_mi_gdb_start.
11113 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11114 procedures.
11115 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11116 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11117 Use mi_create_inferior_pty.
11118 (mi_gdb_start): Use eval to pass down args list.
11119
111202016-06-21 Pedro Alves <palves@redhat.com>
11121
11122 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11123 * gdb.opt/inline-cmds.exp: Add MI tests.
11124
111252016-06-21 Pedro Alves <palves@redhat.com>
11126
11127 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11128
111292016-06-21 Pedro Alves <palves@redhat.com>
11130
11131 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11132 (top level): Use it instead of mi_execute_to.
11133
111342016-06-21 Pedro Alves <palves@redhat.com>
11135
11136 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11137 (cont_handler_str): New.
11138 (signal_stop_handler): Set stop_handler_str instead of printing to
11139 stdout.
11140 (continue_handler): Set cont_handler_str instead of printing to
11141 stdout.
11142 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11143 mi_send_resuming_command. Print stop_handler_str and
11144 cont_handler_str instead of expecting the python events print
11145 directly.
11146
111472016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11148
11149 * gdb.base/jit-reader.exp: New file.
11150 * gdb.base/jithost.c: New file.
11151 * gdb.base/jithost.h: New file.
11152 * gdb.base/jitreader.c : New file.
11153 * gdb.base/jit-protocol.h: New file.
11154
111552016-06-17 Yao Qi <yao.qi@linaro.org>
11156
11157 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11158 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11159 and detach-on-fork. Adjust tests.
11160 (top level): Invoke break_cond_on_syscall with combinations of
11161 syscall, follow-fork-mode and detach-on-fork.
11162
111632016-06-17 Yao Qi <yao.qi@linaro.org>
11164
11165 * gdb.base/step-over-exit.c: New.
11166 * gdb.base/step-over-exit.exp: New.
11167
111682016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11169
11170 * gdb.base/float.exp: Add target check for nds32*-*-*.
11171 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11172
111732016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11174
11175 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11176 for unsupported target features.
11177 * gdb.base/call-rt-st.exp: Likewise.
11178 * gdb.base/call-sc.exp: Likewise.
11179 * gdb.base/call-signal-resume.exp: Likewise.
11180 * gdb.base/call-strs.exp: Likewise.
11181 * gdb.base/callexit.exp: Likewise.
11182 * gdb.base/callfuncs.exp: Likewise.
11183 * gdb.base/nodebug.exp: Likewise.
11184 * gdb.base/printcmds.exp: Likewise.
11185 * gdb.base/ptype.exp: Likewise.
11186 * gdb.base/structs.exp: Likewise.
11187 * gdb.base/unwindonsignal.exp: Likewise.
11188 * gdb.cp/gdb2495.exp: Likewise.
11189 * gdb.cp/templates.exp: Likewise.
11190 * gdb.cp/virtfunc.exp: Likewise.
11191 * gdb.threads/hand-call-in-threads.exp: Likewise.
11192 * gdb.threads/interrupted-hand-call.exp: Likewise.
11193 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11194
111952016-06-10 Tom Tromey <tom@tromey.com>
11196
11197 PR rust/20110:
11198 * gdb.rust/expr.exp: Add test for integer constant larger than
11199 i32.
11200
112012016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11202
11203 * gdb.fortran/nested-funcs.exp: New.
11204 * gdb.fortran/nested-funcs.f90: New.
11205
112062016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11207
11208 * gdb.base/examine-backward.c: New file.
11209 * gdb.base/examine-backward.exp: New file.
11210
112112016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11212
11213 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11214 matching.
11215
112162016-06-02 Tom Tromey <tom@tromey.com>
11217
11218 PR python/18984:
11219 * gdb.python/py-shared.exp: Add solib_name test.
11220
112212016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11222
11223 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11224
112252016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11226
11227 PR c++/19893
11228 * gdb.dwarf2/implref.exp: Rename to...
11229 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11230 * gdb.dwarf2/implref-array.c: New file.
11231 * gdb.dwarf2/implref-array.exp: Likewise.
11232 * gdb.dwarf2/implref-global.c: Likewise.
11233 * gdb.dwarf2/implref-global.exp: Likewise.
11234 * gdb.dwarf2/implref-struct.c: Likewise.
11235 * gdb.dwarf2/implref-struct.exp: Likewise.
11236
112372016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11238
11239 * gdb.trace/trace-condition.exp: Add 64bit tests.
11240
112412016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11242
11243 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11244 bits types.
11245 (main): Adapt to 8 to 64 bits types.
11246 * gdb.trace/trace-condition.exp: Add new tests.
11247
112482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11249
11250 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11251
112522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11253
11254 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11255 Move condition tests...
11256 * gdb.trace/trace-condition.exp: Here.
11257
112582016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11259
11260 * gdb.trace/trace-condition.exp: Add counter-case tests.
11261
112622016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11263
11264 PR c++/15231
11265 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11266 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11267
112682016-05-27 Pedro Alves <palves@redhat.com>
11269
11270 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11271 New procedure.
11272 (top level): Call it, and bail out of DejaGnu is known to be bad.
11273
112742016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11275
11276 * gdb.base/whatis.c: Extend the test case.
11277 * gdb.base/whatis.exp: Add additional tests.
11278
112792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11280
11281* gdb.fortran/type.f90: Add pointer variable.
11282* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11283
112842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11285
11286 * gdb.fortran/vla-type.exp: Fix testcase name.
11287
112882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11289
11290 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11291
112922016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11293
11294 * gdb.fortran/type.f90: Add nested structures.
11295 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11296 * gdb.fortran/derived-type.exp: Adapt expected output.
11297 * gdb.fortran/vla-type.exp: Adapt expected output.
11298
112992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11300
11301 * gdb.fortran/whatis_type.exp: Adapt expected output.
11302
113032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11304
11305 * gdb.fortran/print_type.exp: Fix expected output.
11306 * gdb.fortran/whatis_type.exp: Fix expected output.
11307
113082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11309
11310 * gdb.fortran/whatis_type.exp: Use multi_line.
11311
113122016-05-24 Tom Tromey <tom@tromey.com>
11313
11314 PR python/17386:
11315 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11316 use value as an index.
11317
113182016-05-23 Tom Tromey <tom@tromey.com>
11319
11320 PR python/17981:
11321 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11322 no-breakpoint case.
11323
113242016-05-24 Pedro Alves <palves@redhat.com>
11325
11326 PR gdb/19828
11327 * gdb.threads/clone-attach-detach.c: New file.
11328 * gdb.threads/clone-attach-detach.exp: New file.
11329
113302016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11331
11332 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11333
113342016-05-23 Tom Tromey <tom@tromey.com>
11335
11336 PR python/19438, PR python/18393:
11337 * gdb.python/py-progspace.exp: Add "dir" test.
11338 * gdb.python/py-objfile.exp: Add "dir" test.
11339
113402016-05-23 Yao Qi <yao.qi@linaro.org>
11341
11342 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11343 * gdb.arch/thumb2-it.exp: Likewise.
11344
113452016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11346
11347 * gdb.mi/mi-threads-interrupt.c: New file.
11348 * gdb.mi/mi-threads-interrupt.exp: New file.
11349
113502016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11351
11352 PR gdb/18077
11353 * gdb.mi/mi-async-run.exp: New file.
11354 * gdb.mi/mi-async-run.c: New file.
11355
113562016-05-17 Tom Tromey <tom@tromey.com>
11357 Manish Goregaokar <manishsmail@gmail.com>
11358
11359 * lib/rust-support.exp: New file.
11360 * lib/gdb.exp (skip_rust_tests): New proc.
11361 (build_executable_from_specs): Handle rust.
11362 * lib/future.exp (gdb_find_rustc): New proc.
11363 (gdb_default_target_compile): Handle rust.
11364 * gdb.rust/expr.exp: New file.
11365 * gdb.rust/generics.exp: New file.
11366 * gdb.rust/generics.rs: New file.
11367 * gdb.rust/methods.exp: New file.
11368 * gdb.rust/methods.rs: New file.
11369 * gdb.rust/modules.exp: New file.
11370 * gdb.rust/modules.rs: New file.
11371 * gdb.rust/simple.exp: New file.
11372 * gdb.rust/simple.rs: New file.
11373
113742016-05-17 Tom Tromey <tom@tromey.com>
11375
11376 * gdb.base/default.exp (set language): Add rust.
11377
113782016-05-17 Tom Tromey <tom@tromey.com>
11379
11380 * gdb.gdb/unittest.exp: New file.
11381
113822016-05-16 Yao Qi <yao.qi@linaro.org>
11383
11384 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11385 shell_prompt. Update shell_prompt_re.
11386
113872016-05-12 Doug Evans <dje@google.com>
11388
11389 PR symtab/19999
11390 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11391 $options when building executable.
11392 * gdb.dwarf2/fission-loclists-pie.S: New file.
11393 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11394
113952016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11396
11397 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11398 of [is_remote target],
11399
114002016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11401
11402 * lib/gdb.exp (use_gdb_stub): New procedure.
11403
114042016-05-03 Yunlian Jiang <yunlian@google.com>
11405 Doug Evans <dje@google.com>
11406
11407 PR symtab/19914
11408 * gdb.dwarf2/dwp-sepdebug.c: New file.
11409 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11410
114112016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11412
11413 * gdb.base/detach.exp: Remove is_remote check.
11414
114152016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11416
11417 * gdb.base/annota-input-while-running.exp: Don't check for
11418 [is_remote target]. Enable annotations after running to main.
11419 Remove unused "set test..." line.
11420
114212016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11422
11423 * gdb.trace/trace-enable-disable.exp: New file.
11424 * gdb.trace/trace-enable-disable.c: New file.
11425
114262016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11427
11428 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11429 use it in info sharedlibrary test.
11430 * gdb.trace/ftrace-lock.exp: Likewise.
11431 * gdb.trace/ftrace.exp: Likewise.
11432 * gdb.trace/range-stepping.exp: Likewise.
11433 * gdb.trace/trace-break.exp: Likewise.
11434 * gdb.trace/trace-condition.exp: Likewise.
11435 * gdb.trace/trace-mt.exp: Likewise.
11436
114372016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11438
11439 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11440 (gdb_load_shlib): ... this.
11441 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11442 gdb_load_shlib.
11443 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11444 * gdb.base/ctxobj.exp: Likewise.
11445 * gdb.base/dprintf-pending.exp: Likewise.
11446 * gdb.base/dso2dso.exp: Likewise.
11447 * gdb.base/fixsection.exp: Likewise.
11448 * gdb.base/gcore-relro.exp: Likewise.
11449 * gdb.base/gdb1555.exp: Likewise.
11450 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11451 * gdb.base/gnu-ifunc.exp: Likewise.
11452 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11453 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11454 * gdb.base/pending.exp: Likewise.
11455 * gdb.base/print-file-var.exp: Likewise.
11456 * gdb.base/print-symbol-loading.exp: Likewise.
11457 * gdb.base/shlib-call.exp: Likewise.
11458 * gdb.base/shreloc.exp: Likewise.
11459 * gdb.base/so-impl-ld.exp: Likewise.
11460 * gdb.base/solib-disc.exp: Likewise.
11461 * gdb.base/solib-nodir.exp: Likewise.
11462 * gdb.base/solib-overlap.exp: Likewise.
11463 * gdb.base/solib-symbol.exp: Likewise.
11464 * gdb.base/solib-weak.exp (do_test): Likewise.
11465 * gdb.base/sym-file.exp: Likewise.
11466 * gdb.base/symtab-search-order.exp: Likewise.
11467 * gdb.base/type-opaque.exp: Likewise.
11468 * gdb.base/unload.exp: Likewise.
11469 * gdb.base/watchpoint-solib.exp: Likewise.
11470 * gdb.compile/compile.exp: Likewise.
11471 * gdb.cp/gdb2384.exp: Likewise.
11472 * gdb.cp/infcall-dlopen.exp: Likewise.
11473 * gdb.cp/re-set-overloaded.exp: Likewise.
11474 * gdb.fortran/library-module.exp: Likewise.
11475 * gdb.opt/solib-intra-step.exp: Likewise.
11476 * gdb.python/py-finish-breakpoint.exp: Likewise.
11477 * gdb.python/py-shared.exp: Likewise.
11478 * gdb.reverse/solib-precsave.exp: Likewise.
11479 * gdb.reverse/solib-reverse.exp: Likewise.
11480 * gdb.server/solib-list.exp: Likewise.
11481 * gdb.threads/dlopen-libpthread.exp: Likewise.
11482 * gdb.threads/tls-shared.exp: Likewise.
11483 * gdb.threads/tls-so_extern.exp: Likewise.
11484 * gdb.trace/change-loc.exp: Likewise.
11485 * gdb.trace/ftrace-lock.exp: Likewise.
11486 * gdb.trace/ftrace.exp: Likewise.
11487 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11488 * gdb.trace/pending.exp: Likewise.
11489 * gdb.trace/range-stepping.exp: Likewise.
11490 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11491 (strace_info_marker): Likewise.
11492 (strace_probe_marker): Likewise.
11493 (strace_trace_on_same_addr): Likewise.
11494 (strace_trace_on_diff_addr): Likewise.
11495 * gdb.trace/trace-break.exp: Likewise.
11496 * gdb.trace/trace-condition.exp: Likewise.
11497 * gdb.trace/trace-mt.exp: Likewise.
11498
114992016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11500
11501 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11502 result of gdb_remote_download.
11503 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11504 * gdb.base/dso2dso.exp: Likewise.
11505 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11506 * gdb.base/print-file-var.exp: Likewise.
11507 * gdb.base/shlib-call.exp: Likewise.
11508 * gdb.base/shreloc.exp: Likewise.
11509 * gdb.base/solib-overlap.exp: Likewise.
11510 * gdb.base/solib-weak.exp (do_test): Likewise.
11511 * gdb.base/unload.exp: Likewise.
11512
115132016-04-27 Yao Qi <yao.qi@linaro.org>
11514
11515 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11516 exists.
11517
115182016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11519
11520 * vla-type.exp: Print structure from toplevel.
11521
115222016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11523
11524 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11525 of dynamic types.
11526 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11527 of dynamic types.
11528
115292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11530
11531 * gdb.fortran/vla-type.f90: New file.
11532 * gdb.fortran/vla-type.exp: New file.
11533
115342016-04-25 Yao Qi <yao.qi@linaro.org>
11535
11536 * gdb.base/branch-to-self.c: New file.
11537 * gdb.base/branch-to-self.exp: New file.
11538
115392016-04-22 Yao Qi <yao.qi@linaro.org>
11540
11541 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11542 more after $hex.
11543
115442016-04-22 Yao Qi <yao.qi@linaro.org>
11545
11546 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11547 * gdb.base/annota3.exp: Likewise.
11548
115492016-04-22 Yao Qi <yao.qi@linaro.org>
11550
11551 * gdb.reverse/step-precsave.exp: Do one step and test program
11552 stops in "callee" and do multiple steps until program goes out
11553 of "callee".
11554 * gdb.reverse/step-reverse.exp: Likewise.
11555
115562016-04-22 Yao Qi <yao.qi@linaro.org>
11557
11558 * gdb.trace/signal.exp: Also pass if
11559 $tracepoint_hits($i) > $iterations.
11560
115612016-04-22 Yao Qi <yao.qi@linaro.org>
11562
11563 * gdb.trace/signal.c: New file.
11564 * gdb.trace/signal.exp: New file.
11565
115662016-04-19 Doug Evans <xdje42@gmail.com>
11567
11568 * gdb.base/bad-file.exp: New file.
11569
115702016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11571
11572 * gdb.dwarf2/implref.exp: New file.
11573
115742016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11575
11576 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11577 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11578 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11579 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11580 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11581 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11582 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11583 * lib/fortran.exp (fortran_int4): New procedure.
11584 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11585 (fortran_logical4): Likewise.
11586
115872016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11588
11589 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11590
115912016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11592
11593 * lib/compiler.c: Add Intel specific preprocessor macros.
11594 * lib/compiler.cc: Likewise.
11595
115962016-04-13 Luis Machado <lgustavo@codesourcery.com>
11597
11598 * gdb.server/connect-with-no-symbol-file.c: New file.
11599 * gdb.server/connect-with-no-symbol-file.exp: New file.
11600
116012016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11602
11603 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11604
116052016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11606
11607 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11608 standard output directory.
11609
116102016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11611
11612 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11613
116142016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11615
11616 * gdb.btrace/instruction_history.c (loop): Add declaration.
11617
116182016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11619
11620 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11621
116222016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11623
11624 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11625 parentheses to print.
11626 (continue_handler): Likewise.
11627
116282016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11629
11630 * gdb.server/solib-list.exp: Remove is_remote check.
11631 Pass shlib= to gdb_compile. Don't link shared library with
11632 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11633 Run binary filename through "readlink -f" on the target.
11634
116352016-04-08 Pedro Alves <palves@redhat.com>
11636
11637 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11638 interpreter filename as argument to gdbserver_spawn.
11639 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11640 Return empty if $last_loaded_file does not exist.
11641
116422016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11643
11644 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11645 * gdb.base/jit-main.c: Use exit after usage.
11646
116472016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11648
11649 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11650 GDBHISTSIZE prior to the tests.
11651 * gdb.base/gdbinit-history.exp: Likewise.
11652
116532016-04-07 Pedro Alves <palves@redhat.com>
11654
11655 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11656 instead of build_executable. Use gdb_load_shlibs.
11657
116582016-04-07 Yao Qi <yao.qi@linaro.org>
11659
11660 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11661 Execute "si" command.
11662
116632016-04-07 Yao Qi <yao.qi@linaro.org>
11664
11665 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11666 number instead of the comments on some line.
11667
116682016-04-06 Don Breazeal <donb@codesourcery.com>
11669
11670 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11671 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11672
116732016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11674
11675 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11676 standard_output_file. Remove unused binfile variable.
11677
116782016-04-05 Catalin Udma <catalin.udma@freescale.com>
11679
11680 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11681 * gdb.python/py-mi-objfile.exp: Match "list main" output
11682 in console format.
11683
116842016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11685
11686 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11687 absolute.
11688
116892016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11690
11691 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11692 absolute.
11693 * gdb.trace/ftrace.exp: Likewise.
11694 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11695 targets as well.
11696 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11697 (gdb_load_shlibs): Copy libraries to test directory when testing
11698 natively. Only set solib-search-path if testing remotely.
11699 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11700
117012016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11702
11703 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11704 gdb_download. Use it even if the target is not remote.
11705 * gdb.base/jit.exp (compile_jit_test): Likewise.
11706 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11707 output directory if the destination board is local, otherwise use
11708 the standard remote_download from DejaGnu.
11709 (gdb_download): Remove.
11710 (gdb_load_shlibs): Use gdb_remote_download instead of
11711 gdb_download.
11712 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11713 Use gdb_remote_download instead of gdb_download. Use it even if
11714 the target is not remote.
11715 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11716 instead of gdb_download.
11717
117182016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11719
11720 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11721 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11722 run.
11723
117242016-04-01 Artemiy Volkov <artemiyv@acm.org>
11725
11726 PR gdb/19820
11727 * gdb.base/printcmds.exp: Add artificial arrays tests.
11728
117292016-03-31 Pedro Alves <palves@redhat.com>
11730
11731 PR gdb/19858
11732 * gdb.base/jit-main.c: Include unistd.h.
11733 (ATTACH): Define to 0 if not already defined.
11734 (wait_for_gdb, mypid): New globals.
11735 (WAIT_FOR_GDB): New macro.
11736 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11737 some breakpoint locations.
11738 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11739 New procedures.
11740 (one_jit_test): Add REATTACH parameter, and handle it. Use
11741 continue_to_test_location.
11742 (top level): Test attach, and adjusts calls to one_jit_test.
11743
117442016-03-31 Pedro Alves <palves@redhat.com>
11745
11746 PR gdb/19858
11747 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11748 BINSUFFIX parameter, and handle it.
11749 (top level): Adjust calls compile_jit_test.
11750
117512016-03-31 Catalin Udma <catalin.udma@freescale.com>
11752
11753 PR python/19743
11754 * gdb.python/py-mi-events-gdb.py: New file.
11755 * gdb.python/py-mi-events.c: New file.
11756 * gdb.python/py-mi-events.exp: New file.
11757
117582016-03-30 Yao Qi <yao.qi@linaro.org>
11759
11760 * gdb.reverse/until-precsave.exp: Match function name only.
11761 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11762 Move malloc to a condition block.
11763 * gdb.reverse/until-reverse.exp: Match function name only.
11764
117652016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11766
11767 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11768 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11769 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11770 variable for GPR 0 instead of assuming it is register 0.
11771 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11772 * lib/trace-support.exp: Add s390 registers.
11773
117742016-03-29 Yao Qi <yao.qi@linaro.org>
11775
11776 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11777
117782016-03-24 Yao Qi <yao.qi@linaro.org>
11779
11780 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11781 test message.
11782
117832016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11784
11785 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11786 maintaining separate logic for constructing the output path.
11787
117882016-03-16 Don Breazeal <donb@codesourcery.com>
11789
11790 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11791 Retry fork and waitpid on interrupted system call errors.
11792 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11793 Use with_timeout_factor to increase timeout by factor of 10.
11794
117952016-03-15 Don Breazeal <donb@codesourcery.com>
11796
11797 * gdb.cp/scope-err.cc: New test program.
11798 * gdb.cp/scope-err.exp: New test script.
11799 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11800 lines and "set breakpoint here" comment.
11801 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11802 Fixed some whitespace and format issues.
11803 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11804 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11805
118062016-03-15 Doug Evans <dje@google.com>
11807
11808 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11809 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11810 All callers updated. Add tests for enums, mixed flags register.
11811
118122016-03-15 Doug Evans <dje@google.com>
11813
11814 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11815 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11816
118172016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11818
11819 * gdb.base/default.exp: Add $_as_string to the list of expected
11820 convenience functions.
11821
118222016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11823
11824 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11825
118262016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11827
11828 * gdb.python/py-as-string.exp: New file.
11829 * gdb.python/py-as-string.c: New file.
11830
118312016-03-09 Pedro Alves <palves@redhat.com>
11832
11833 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11834 signal" -> "Thread NN received signal" output change.
11835 * gdb.threads/ia64-sigill.exp: Likewise.
11836 * gdb.threads/linux-dp.exp: Likewise.
11837 * gdb.threads/manythreads.exp: Likewise.
11838 * gdb.threads/pending-step.exp: Likewise.
11839 * gdb.threads/print-threads.exp: Likewise.
11840 * gdb.threads/sigstep-threads.exp: Likewise.
11841 * gdb.threads/staticthreads.exp: Likewise.
11842 * gdb.threads/tls.exp: Likewise.
11843
118442016-03-09 Pedro Alves <palves@redhat.com>
11845
11846 * gdb.base/command-line-input.exp: New file.
11847
118482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11849
11850 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11851 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11852 * gdb.trace/pending.exp: Accept leading dot before function name.
11853 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11854 * lib/trace-support.exp: Set registers for ppc.
11855
118562016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11857
11858 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11859 use it for disassembly; accept .main in addition to main in backtrace.
11860
118612016-03-09 Wei-cheng Wang <cole945@gmail.com>
11862 Marcin Kościelnicki <koriakin@0x04.net>
11863
11864 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11865 (gdb_recursion_test_ptr): New global variable.
11866 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11867 gdb_recursion_test.
11868 (gdb_c_test): Ditto.
11869
118702016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11871
11872 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11873 ordering.
11874
118752016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11876
11877 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11878 (bar): Add bar_start_lbl label.
11879 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11880 of foo/bar for emitting DWARF and tracing.
11881
118822016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11883
11884 * analyze-racy-logs.py: Set executable bit.
11885
118862016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11887
11888 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11889 (CHECK_TARGET_TMP): Likewise.
11890 (check-single-racy): New rule.
11891 (check-parallel-racy): Likewise.
11892 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11893 (do-check-parallel-racy): New rule.
11894 (check-racy/%.exp): Likewise.
11895 * README (Racy testcases): New section.
11896 * analyze-racy-logs.py: New file.
11897
118982016-03-03 Doug Evans <dje@google.com>
11899
11900 * gdb.base/skip.exp: Use with_test_prefix.
11901
119022016-03-03 Yao Qi <yao.qi@linaro.org>
11903
11904 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11905 Invoke step_over_syscall "clone" and break_cond_on_syscall
11906 "clone".
11907 * gdb.base/step-over-clone.c: New file.
11908
119092016-03-03 Yao Qi <yao.qi@linaro.org>
11910
11911 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11912 code format.
11913
119142016-03-03 Yao Qi <yao.qi@linaro.org>
11915
11916 * gdb.base/disp-step-fork.c: Rename to ...
11917 * gdb.base/step-over-fork.c: ... it. New file.
11918 * gdb.base/disp-step-vfork.c: Rename to ...
11919 * gdb.base/step-over-vfork.c: ... it. New file.
11920 * gdb.base/disp-step-syscall.exp: Rename to ...
11921 * gdb.base/step-over-syscall.exp: ... it. New file.
11922 (disp_step_cross_syscall): Rename to ...
11923 (step_over_syscall): ... it.
11924
119252016-03-03 Yao Qi <yao.qi@linaro.org>
11926
11927 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11928 If target supports condition evaluation on target, invoke
11929 break_cond_on_syscall for fork and vfork.
11930
119312016-03-03 Yao Qi <yao.qi@linaro.org>
11932
11933 * gdb.base/disp-step-syscall.exp: Don't invoke
11934 support_displaced_stepping.
11935 (disp_step_cross_syscall): Test with displaced stepping off and
11936 on if supported.
11937
119382016-03-03 Yao Qi <yao.qi@linaro.org>
11939
11940 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11941 proc.
11942 (setup): New proc.
11943 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11944 and setup.
11945
119462016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11947
11948 * gdb.fortran/vla-history.exp: Remove breakpoint.
11949
119502016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11951
11952 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11953 exceeds timeout.
11954
119552016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11956
11957 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11958 breakpoint.
11959
119602016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11961
11962 * gdb.mi/vla.f90: Nullify pointer after declaration.
11963
119642016-03-01 Pedro Alves <palves@redhat.com>
11965
11966 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11967
119682016-03-01 Pedro Alves <palves@redhat.com>
11969
11970 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11971 before anything else.
11972 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11973 _GNU_SOURCE here.
11974 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11975 before anything else.
11976 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11977
119782016-03-01 Pedro Alves <palves@redhat.com>
11979
11980 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11981
119822016-03-01 Yao Qi <yao.qi@linaro.org>
11983
11984 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11985 prepare_for_testing.
11986
119872016-03-01 Yao Qi <yao.qi@linaro.org>
11988
11989 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11990
119912016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11992
11993 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11994 manually constructing the output path.
11995
119962016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11997
11998 * gdb.arch/s390-stackless.S: New.
11999 * gdb.arch/s390-stackless.exp: New.
12000
120012016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12002
12003 * gdb.dlang/circular.c: New file.
12004 * gdb.dlang/circular.exp: New file.
12005
120062016-02-26 Yao Qi <yao.qi@linaro.org>
12007
12008 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12009 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12010 (testcases): Update.
12011
120122016-02-26 Yao Qi <yao.qi@linaro.org>
12013
12014 * gdb.reverse/aarch64.c: Rename to ...
12015 * gdb.reverse/insn-reverse.c: ... it.
12016 * gdb.reverse/aarch64.exp: Rename to ...
12017 * gdb.reverse/insn-reverse.exp: ... it.
12018
120192016-02-26 Yao Qi <yao.qi@linaro.org>
12020
12021 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12022 (testcase_ftype): New.
12023 (testcases): New array.
12024 (n_testcases): New.
12025 (main): Call each element in testcases.
12026 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12027 (read_testcase): New.
12028 Do the tests in a loop.
12029
120302016-02-25 Yao Qi <yao.qi@linaro.org>
12031
12032 * gdb.base/branches.c: Remove.
12033
120342016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12035
12036 PR gdb/13808
12037 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12038
120392016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12040
12041 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12042
120432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12044
12045 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12046 change x86_64 call_insn to 'callq'.
12047
120482016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12049
12050 * gdb.trace/tfile-avx.c: Move to...
12051 * gdb.trace/tracefile-pseudo-reg.c: Here.
12052 * gdb.trace/tfile-avx.exp: Move to...
12053 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12054
120552016-02-24 Gary Benson <gbenson@redhat.com>
12056
12057 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12058 message on attach.
12059
120602016-02-23 Doug Evans <dje@google.com>
12061
12062 * gdb.base/skip.c (test_skip): New function.
12063 (end_test_skip_file_and_function): New function.
12064 (test_skip_file_and_function): New function.
12065 * gdb.base/skip1.c (test_skip): New function.
12066 (skip1_test_skip_file_and_function): New function.
12067 * gdb.base/skip.exp: Add tests for new skip options.
12068 * gdb.base/skip-solib.exp: Update expected output.
12069 * gdb.perf/skip-command.cc: New file.
12070 * gdb.perf/skip-command.exp: New file.
12071 * gdb.perf/skip-command.py: New file.
12072
120732016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12074
12075 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12076 info registers pattern.
12077
120782016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12079
12080 * lib/future.exp: Add D support.
12081 (gdb_find_gdc): New proc.
12082 (gdb_default_target_compile): Add D support.
12083
120842016-02-18 Wei-cheng Wang <cole945@gmail.com>
12085
12086 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12087 user+system time.
12088 (trace_speed_test): Determine the iteration count for a time
12089 between 15..30 seconds.
12090
120912016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12092
12093 * gdb.arch/i386-mpx-sigsegv.c: New file.
12094 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12095 * gdb.arch/i386-mpx-simple_segv.c: New file.
12096 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12097
120982016-02-18 Yao Qi <yao.qi@linaro.org>
12099
12100 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12101 Don't call setup_kfail.
12102
121032016-02-18 Yao Qi <yao.qi@linaro.org>
12104
12105 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12106 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12107
121082016-02-16 Doug Evans <dje@google.com>
12109
12110 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12111 * gdb.base/skip1.c: Ditto.
12112 * gdb.base/skip.exp: Whitespace cleanup.
12113
121142016-02-16 Don Breazeal <donb@codesourcery.com>
12115
12116 PR remote/19496
12117 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12118 Remove kfail for PR remote/19496.
12119
121202016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12121
12122 * lib/gdb.exp (standard_temp_file): Return a path specific to
12123 the runtest invocation.
12124
121252016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12126
12127 * gdb.trace/save-trace.exp: Change relative path to be in the
12128 standard output directory.
12129
121302016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12131
12132 * gdb.arch/i386-prologue.c: Add missing prototypes.
12133
121342016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12135
12136 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12137 * gdb.arch/i386-prologue.exp: Likewise.
12138 * gdb.arch/i386-size.exp: Likewise.
12139
121402016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12141
12142 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12143 define object file path.
12144 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12145 file path.
12146 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12147 standard_output_file to define binfile.
12148
121492016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12150
12151 Fix compatibility with recent gfortran-5.3.1.
12152 * gdb.fortran/vla-history.exp (print vla1 allocated)
12153 (print vla2 allocated, print $2, print $3): Remove
12154 (print $4): Rename to ...
12155 (print $2): ... here.
12156 (print $9): Rename to ...
12157 (print $5): ... here.
12158 (print $10): Rename to ...
12159 (print $6): ... here.
12160 * gdb.fortran/vla.f90: Add pvla initialization.
12161
121622016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12163
12164 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12165 New test.
12166 * gdb.fortran/vla-value-sub.exp: Likewise.
12167
121682016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12169
12170 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12171
121722016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12173
12174 * i386-biarch-core.exp: Define corefile using
12175 standard_output_file.
12176
121772016-02-12 Yao Qi <yao.qi@linaro.org>
12178
12179 * gdb.arch/arm-single-step-kernel-helper.c: New.
12180 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12181
121822016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12183
12184 * gdb.btrace/tailcall-only.exp: New.
12185 * gdb.btrace/tailcall-only.c: New.
12186 * gdb.btrace/x86_64-tailcall-only.S: New.
12187 * gdb.btrace/i686-tailcall-only.S: New.
12188
121892016-02-11 Pedro Alves <palves@redhat.com>
12190
12191 * README (Parallel testing): Add missing double quotes.
12192
121932016-02-11 Pedro Alves <palves@redhat.com>
12194
12195 * README (Parallel testing): New section.
12196 (GDB_PARALLEL): Rewrite.
12197 (FORCE_PARALLEL): Document.
12198
121992016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12200
12201 * gdb.trace/tfile-avx.c: New test.
12202 * gdb.trace/tfile-avx.exp: New test.
12203
122042016-02-09 Keith Seitz <keiths@redhat.com>
12205
12206 PR breakpoints/19546
12207 * gdb.base/infcall-exec.c: New file.
12208 * gdb.base/infcall-exec2.c: New file.
12209 * gdb.base/infcall-exec.exp: New file.
12210
122112016-02-09 Keith Seitz <keiths@redhat.com>
12212
12213 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12214 (toplevel): Call test_bkpt_address.
12215
122162016-02-09 Keith Seitz <keiths@redhat.com>
12217
12218 PR python/19506
12219 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12220 (toplevel): Call test_bkpt_address.
12221
122222016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12223
12224 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12225 to AC_OUTPUT.
12226 * configure: Regenerate.
12227
122282016-02-09 Pedro Alves <palves@redhat.com>
12229
12230 PR breakpoints/19548
12231 * gdb.base/execl-update-breakpoints.c (some_function): New
12232 function.
12233 (main): Call it.
12234 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12235 Tighten expected GDB output.
12236
122372016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12238
12239 * Makefile.in (ALL_SUBDIRS): Remove.
12240 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12241 (distclean maintainer-clean realclean): Likewise.
12242 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12243 * configure: Regenerate.
12244 * gdb.ada/Makefile.in: Delete.
12245 * gdb.arch/Makefile.in: Likewise.
12246 * gdb.asm/Makefile.in: Likewise.
12247 * gdb.base/Makefile.in: Likewise.
12248 * gdb.btrace/Makefile.in: Likewise.
12249 * gdb.cell/Makefile.in: Likewise.
12250 * gdb.compile/Makefile.in: Likewise.
12251 * gdb.cp/Makefile.in: Likewise.
12252 * gdb.disasm/Makefile.in: Likewise.
12253 * gdb.dlang/Makefile.in: Likewise.
12254 * gdb.dwarf2/Makefile.in: Likewise.
12255 * gdb.fortran/Makefile.in: Likewise.
12256 * gdb.gdb/Makefile.in: Likewise.
12257 * gdb.go/Makefile.in: Likewise.
12258 * gdb.guile/Makefile.in: Likewise.
12259 * gdb.java/Makefile.in: Likewise.
12260 * gdb.linespec/Makefile.in: Likewise.
12261 * gdb.mi/Makefile.in: Likewise.
12262 * gdb.modula2/Makefile.in: Likewise.
12263 * gdb.multi/Makefile.in: Likewise.
12264 * gdb.objc/Makefile.in: Likewise.
12265 * gdb.opencl/Makefile.in: Likewise.
12266 * gdb.opt/Makefile.in: Likewise.
12267 * gdb.pascal/Makefile.in: Likewise.
12268 * gdb.perf/Makefile.in: Likewise.
12269 * gdb.python/Makefile.in: Likewise.
12270 * gdb.reverse/Makefile.in: Likewise.
12271 * gdb.server/Makefile.in: Likewise.
12272 * gdb.stabs/Makefile.in: Likewise.
12273 * gdb.threads/Makefile.in: Likewise.
12274 * gdb.trace/Makefile.in: Likewise.
12275 * gdb.xml/Makefile.in: Likewise.
12276 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12277 GDB_PARALLEL.
12278 (standard_output_file): Remove check for GDB_PARALLEL, always
12279 return path in outputs/$subdir/$testname.
12280
122812016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12282
12283 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12284 (site.exp): Assign abs_srcdir to tcl's srcdir.
12285
122862016-02-04 Yao Qi <yao.qi@linaro.org>
12287
12288 * gdb.base/foll-exec-mode.c: Include limits.h.
12289 (main): Add parameters argc and argv. Get directory from
12290 argv[0].
12291 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12292 compilation.
12293 * gdb.base/foll-exec.c: Include limits.h.
12294 (main): Add parameters argc and argv.
12295 Get directory from argv[0].
12296 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12297 Adjust tests on the number of lines as source code changed.
12298 * gdb.base/foll-vfork-exit.c: Include limits.h.
12299 (main): Add one line of statement before vfork.
12300 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12301 (main): Add parameters argc and argv. Get directory from
12302 argv[0].
12303 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12304 (setup_gdb): Set tbreak to skip some source lines.
12305 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12306 (main): Add parameters argc and argv. Get directory from
12307 argv[0].
12308 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12309 compilation.
12310 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12311 (main): Add parameters argc and argv. Get directory from
12312 argv[0].
12313 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12314 compilation.
12315
123162016-02-01 Doug Evans <dje@google.com>
12317
12318 * gdb.base/skip.exp: Clean up multiple references to same test name.
12319
123202016-02-01 Pedro Alves <palves@redhat.com>
12321
12322 PR remote/19496
12323 * gdb.threads/forking-threads-plus-breakpoint.exp
12324 (displaced_stepping_supported): New global.
12325 (probe_displaced_stepping_support): New procedure.
12326 (do_test): Add 'displaced' parameter, and use it.
12327 (top level): Check for displaced stepping support. Add displaced
12328 stepping on/off testing axis.
12329
123302016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12331
12332 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12333 pointer. Don't perform further tests on the unassociated pointer
12334 if the first test fails.
12335
123362016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12337
12338 * gdb.base/max-value-size.c: New file.
12339 * gdb.base/max-value-size.exp: New file.
12340 * gdb.base/huge.exp: Disable max-value-size for this test.
12341
123422016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12343
12344 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12345
123462016-01-28 Yao Qi <yao.qi@linaro.org>
12347
12348 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12349
123502016-01-25 Pedro Alves <palves@redhat.com>
12351
12352 PR threads/19461
12353 * gdb.base/fork-running-state.c: New file.
12354 * gdb.base/fork-running-state.exp: New file.
12355
123562016-01-25 Pedro Alves <palves@redhat.com>
12357
12358 PR gdb/19494
12359 * gdb.base/catch-fork-kill.c: New file.
12360 * gdb.base/catch-fork-kill.exp: New file.
12361
123622016-01-25 Pedro Alves <palves@redhat.com>
12363
12364 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12365 Delete, moved to lib/gdb.exp.
12366 * gdb.threads/forking-threads-plus-breakpoint.exp
12367 (foreach_with_prefix): Likewise.
12368 * gdb.threads/process-dies-while-handling-bp.exp
12369 (foreach_with_prefix): Likewise.
12370 * lib/gdb.exp (foreach_with_prefix): New procedure.
12371
123722016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12373
12374 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12375 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12376
123772016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12378
12379 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12380 endian targets.
12381
123822016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12383 Pedro Alves <palves@redhat.com>
12384
12385 Fix testsuite compatibility with Guile.
12386 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12387 number.
12388
123892016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12390
12391 Fix testsuite compatibility with Guile.
12392 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12393 (thread 1): New test for backtrace through signal handler.
12394
123952016-01-22 Yao Qi <yao.qi@linaro.org>
12396
12397 PR testsuite/19491
12398 * gdb.base/multi-forks.c: Include
12399 ../lib/unbuffer_output.c
12400 (main): Call gdb_unbuffer_output.
12401
124022016-01-21 Doug Evans <dje@google.com>
12403
12404 * lib/ada.exp (gdb_compile_ada): Fix typo.
12405
124062016-01-21 Joel Brobecker <brobecker@adacore.com>
12407
12408 * gdb.base/break-fun-addr.exp: New file.
12409 * gdb.base/break-fun-addr1.c: New file.
12410 * gdb.base/break-fun-addr2.c: New file.
12411
124122016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12413
12414 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12415 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12416 enum flag values.
12417
124182016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12419
12420 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12421 when GDB can not set the vector return value. Add more comments
12422 for clarification.
12423
124242016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12425
12426 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12427 command.
12428
124292016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12430
12431 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12432
124332016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12434
12435 * Makefile.in (check-single): Pass --status to runtest.
12436 (check/%.exp): Likewise.
12437
124382016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12439
12440 * Makefile.in (check-parallel): Propagate return code from make
12441 do-check-parallel.
12442
124432016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12444
12445 * gdb.trace/ftrace.exp: Fix expected message on continue.
12446 * gdb.trace/pending.exp: Fix expected message on continue.
12447 * gdb.trace/trace-break.exp: Fix expected message on continue.
12448
124492016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12450
12451 * lib/gdb.exp (gdb_test): Remove unused global references.
12452
124532016-01-18 Pedro Alves <palves@redhat.com>
12454
12455 * gdb.base/async-shell.exp: Adjust expected output.
12456 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12457 * gdb.base/siginfo-thread.exp: Adjust expected output.
12458 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12459 * gdb.java/jnpe.exp: Adjust expected output.
12460 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12461 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12462 * gdb.threads/leader-exit.exp: Adjust expected output.
12463 * gdb.threads/manythreads.exp: Adjust expected output.
12464 * gdb.threads/pthreads.exp: Adjust expected output.
12465 * gdb.threads/schedlock.exp: Adjust expected output.
12466 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12467 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12468 expected output.
12469 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12470 output.
12471 * gdb.threads/sigthread.exp: Adjust expected output.
12472 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12473
124742016-01-18 Yao Qi <yao.qi@linaro.org>
12475
12476 * gdb.guile/scm-section-script.c: Replace @progbits with
12477 %progbits.
12478 * gdb.python/py-section-script.c: Likewise.
12479
124802016-01-15 Pedro Alves <palves@redhat.com>
12481
12482 * gdb.multi/tids.exp: Test star wildcard ranges.
12483
124842016-01-15 Pedro Alves <palves@redhat.com>
12485
12486 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12487 command from "thread apply" invocation.
12488 (thr_apply_info_thr_invalid): Default the expected output to the
12489 input tid list.
12490 (top level): Add tests that use convenience variables. Add tests
12491 for "thread apply" with a valid TID list, but missing the command.
12492
124932016-01-13 Pedro Alves <palves@redhat.com>
12494
12495 * gdb.base/default.exp: Expect $_gthread as well.
12496 * gdb.multi/tids.exp: Test $_gthread.
12497 * gdb.threads/thread-specific.exp: Test $_gthread.
12498
124992016-01-13 Pedro Alves <palves@redhat.com>
12500
12501 * gdb.multi/tids.exp: Test "info threads -gid".
12502
125032016-01-13 Pedro Alves <palves@redhat.com>
12504
12505 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12506 Breakpoint.thread.
12507 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12508
125092016-01-07 Pedro Alves <palves@redhat.com>
12510
12511 * gdb.base/break.exp: Adjust to output changes.
12512 * gdb.base/hbreak2.exp: Likewise.
12513 * gdb.base/sepdebug.exp: Likewise.
12514 * gdb.base/watch_thread_num.exp: Likewise.
12515 * gdb.linespec/keywords.exp: Likewise.
12516 * gdb.multi/info-threads.exp: Likewise.
12517 * gdb.threads/thread-find.exp: Likewise.
12518 * gdb.multi/tids.c: New file.
12519 * gdb.multi/tids.exp: New file.
12520
125212016-01-13 Pedro Alves <palves@redhat.com>
12522
12523 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12524
125252016-01-13 Pedro Alves <palves@redhat.com>
12526
12527 * gdb.base/default.exp: Expect $_inferior as well.
12528 * gdb.multi/base.exp: Test $_inferior.
12529
125302016-01-13 Pedro Alves <palves@redhat.com>
12531
12532 PR breakpoints/19388
12533 * gdb.base/catch-signal-siginfo-cond.c: New file.
12534 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12535
125362016-01-12 Josh Stone <jistone@redhat.com>
12537 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12538
12539 * gdb.base/catch-syscall.c (do_execve): New variable.
12540 (main): Conditionally trigger an execve.
12541 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12542 (test_catch_syscall_execve): New, check entry/return across execve.
12543 (do_syscall_tests): Call test_catch_syscall_execve.
12544
125452016-01-12 Pedro Alves <palves@redhat.com>
12546
12547 * gdb.base/random-signal.exp (do_test): New procedure, with body
12548 of testcase moved in.
12549
125502016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12551 Pedro Alves <palves@redhat.com>
12552
12553 * gdb.base/funcargs.exp (finish from indirectly called function):
12554 Reintroduce the case for 'First'.
12555
125562016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12557 Pedro Alves <palves@redhat.com>
12558
12559 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12560 (tcatch_vfork_then_child_follow_exec)
12561 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12562 identification.
12563
125642016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12565
12566 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12567 and repeats to unlimited.
12568 * gdb.python/py-value.exp: Likewise.
12569 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12570 and repeats to unlimited.
12571
125722016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12573
12574 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12575 and reordering the functions.
12576 * gdb.multi/hangout.c: Likewise.
12577 * gdb.multi/hello.c: Likewise.
12578
125792016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12580
12581 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12582 absolute.
12583 (SingleStatisticTestResult.report): Use dict.keys instead of
12584 dict.iterkeys.
12585
125862016-01-06 Pedro Alves <palves@redhat.com>
12587
12588 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12589
125902016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12591
12592 * gdb.btrace/dlopen.exp: New.
12593 * gdb.btrace/dlopen.c: New.
12594 * gdb.btrace/dlopen-dso.c: New.
12595
125962015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12597
12598 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12599 PATTERN argument is optional.
12600
126012015-12-24 Joel Brobecker <brobecker@adacore.com>
12602
12603 * lib/ada.exp (target_compile_ada_from_dir): New function.
12604 (gdb_compile_ada): Reimplement avoiding the use of project files.
12605 * gdb.ada/gnat_ada.gpr: Delete.
12606 * gdb.ada/cond_lang.exp: Adjust test to make path before
12607 filename optional.
12608 * gdb.ada/small_reg_param.exp: Likewise.
12609
126102015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12611
12612 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12613
126142015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12615
12616 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12617 case.
12618
126192015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12620
12621 * gdb.base/break.exp: Remove dead code.
12622 * gdb.base/sepdebug.exp: Likewise.
12623
126242015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12625
12626 * gdb.asm/asm-source.exp: Remove HP-UX references.
12627 * gdb.base/annota1.exp: Likewise.
12628 * gdb.base/annota3.exp: Likewise.
12629 * gdb.base/attach.exp: Likewise.
12630 * gdb.base/bigcore.exp: Likewise.
12631 * gdb.base/break.exp: Likewise.
12632 * gdb.base/call-ar-st.exp: Likewise.
12633 * gdb.base/callfuncs.exp: Likewise.
12634 * gdb.base/catch-fork-static.exp: Likewise.
12635 * gdb.base/display.exp: Likewise.
12636 * gdb.base/foll-exec-mode.exp: Likewise.
12637 * gdb.base/foll-exec.exp: Likewise.
12638 * gdb.base/foll-fork.exp: Likewise.
12639 * gdb.base/foll-vfork.exp: Likewise.
12640 * gdb.base/funcargs.exp: Likewise.
12641 * gdb.base/hbreak2.exp: Likewise.
12642 * gdb.base/inferior-died.exp: Likewise.
12643 * gdb.base/interrupt.exp: Likewise.
12644 * gdb.base/multi-forks.exp: Likewise.
12645 * gdb.base/nodebug.exp: Likewise.
12646 * gdb.base/sepdebug.exp: Likewise.
12647 * gdb.base/solib1.c: Likewise.
12648 * gdb.base/step-test.exp: Likewise.
12649 * gdb.mi/non-stop.c: Likewise.
12650 * gdb.mi/pthreads.c: Likewise.
12651 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12652 * gdb.threads/pthreads.c: Likewise.
12653 * gdb.threads/staticthreads.exp: Likewise.
12654 * lib/future.exp: Likewise.
12655 * lib/gdb.exp: Likewise.
12656 * gdb.base/so-indr-cl.c: Remove.
12657 * gdb.base/so-indr-cl.exp: Likewise.
12658 * gdb.base/solib.c: Likewise.
12659 * gdb.base/solib.exp: Likewise.
12660 * gdb.base/solib2.c: Likewise.
12661
126622015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12663
12664 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12665 * gdb.base/call-ar-st.exp: Likewise.
12666 * gdb.base/callfuncs.exp: Likewise.
12667 * gdb.base/condbreak.exp: Likewise.
12668 * gdb.base/constvars.exp: Likewise.
12669 * gdb.base/hbreak2.exp: Likewise.
12670 * gdb.base/langs.exp: Likewise.
12671 * gdb.base/list.exp: Likewise.
12672 * gdb.base/long_long.exp: Likewise.
12673 * gdb.base/ptype.exp: Likewise.
12674 * gdb.base/scope.exp: Likewise.
12675 * gdb.base/signals.exp: Likewise.
12676 * gdb.base/so-impl-ld.exp: Likewise.
12677 * gdb.base/varargs.exp: Likewise.
12678 * gdb.base/volatile.exp: Likewise.
12679 * gdb.base/whatis.exp: Likewise.
12680 * gdb.cp/cplusfuncs.exp: Likewise.
12681 * gdb.cp/inherit.exp: Likewise.
12682 * gdb.cp/local.exp: Likewise.
12683 * gdb.cp/member-ptr.exp: Likewise.
12684 * gdb.cp/method.exp: Likewise.
12685 * gdb.cp/overload.exp: Likewise.
12686 * gdb.cp/templates.exp: Likewise.
12687 * gdb.stabs/weird.exp: Likewise.
12688 * lib/compiler.c: Likewise.
12689 * lib/compiler.cc: Likewise.
12690 * lib/cp-support.exp: Likewise.
12691 * lib/gdb.exp: Likewise.
12692
126932015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12694
12695 * configure.ac: Remove HP-UX case.
12696 * configure: Regenerate.
12697
126982015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12699
12700 * lib/gdb.exp (gdb_compile): Add function doc.
12701
127022015-12-17 Pedro Alves <palves@redhat.com>
12703
12704 PR threads/19354
12705 * gdb.multi/info-threads.exp: New file.
12706
127072015-12-15 Yao Qi <yao.qi@linaro.org>
12708
12709 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12710 is aarch64*-*-*.
12711
127122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12713
12714 * gdb.base/history-duplicates.exp: Skip if no readline support.
12715
127162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12717
12718 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12719
127202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12721
12722 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12723
127242015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12725
12726 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12727 ctrl-C if nointerrupts target property is set.
12728 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12729 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12730 * gdb.base/paginate-bg-execution.exp: Likewise.
12731 * gdb.base/paginate-execution-startup.exp: Likewise.
12732 * gdb.base/random-signal.exp: Likewise.
12733 * gdb.base/range-stepping.exp: Likewise.
12734 * gdb.cp/annota2.exp: Likewise.
12735 * gdb.cp/annota3.exp: Likewise.
12736 * gdb.gdb/selftest.exp: Likewise.
12737 * gdb.threads/continue-pending-status.exp: Likewise.
12738 * gdb.threads/leader-exit.exp: Likewise.
12739 * gdb.threads/manythreads.exp: Likewise.
12740 * gdb.threads/pthreads.exp: Likewise.
12741 * gdb.threads/schedlock.exp: Likewise.
12742 * gdb.threads/sigthread.exp: Likewise.
12743
127442015-12-11 Don Breazeal <donb@codesourcery.com>
12745
12746 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12747 remote.
12748 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12749 * gdb.base/foll-exec.exp (main): Enable for target remote.
12750 * gdb.base/foll-fork.exp (main): Likewise.
12751 * gdb.base/foll-vfork.exp (main): Likewise.
12752 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12753 (proc continue_to_exit_bp_loc): Use clean_restart.
12754 * gdb.base/pie-execl.exp (main): Disable for target remote.
12755 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12756 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12757 * gdb.threads/execl.exp (main): Likewise.
12758 * gdb.threads/fork-child-threads.exp (main): Likewise.
12759 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12760 remote.
12761 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12762 remote.
12763 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12764 pid.tid style ptids, instead of just tid.
12765 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12766 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12767 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12768 ptids, instead of just tid.
12769
127702015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12771
12772 * gdb.base/list.exp (test_list_forward): Add end of file error
12773 test.
12774 (test_repeat_list_command): Add end of file error test.
12775 (test_list_backwards): Add beginning of file error test.
12776
127772015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12778
12779 * gdb.base/list.exp (test_list_invalid_args): New function,
12780 defined, and called.
12781
127822015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12783
12784 * gdb.base/list.exp (test_list): Make test names unique.
12785
127862015-12-11 Yao Qi <yao.qi@linaro.org>
12787
12788 * gdb.base/coremaker2.c: Remove.
12789
127902015-12-10 Pedro Alves <palves@redhat.com>
12791
12792 * gdb.multi/base.exp: Remove stale "spaces" references.
12793
127942015-12-10 Pedro Alves <palves@redhat.com>
12795
12796 * gdb.multi/base.exp: Don't use nowarnings.
12797 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12798 * gdb.multi/hangout.c: Include stdio.h.
12799 * gdb.multi/hello.c: Include stdlib.h.
12800 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12801 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12802 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12803
128042015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12805
12806 * gdb.dwarf2/dw2-ranges-base.c: New file.
12807 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12808 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12809 support additional line table, and debug ranges generation.
12810 (Dwarf::ranges): New function, generate .debug_ranges.
12811 (Dwarf::lines): Support generating simple line table programs.
12812 (Dwarf::assemble): Initialise new namespace variables.
12813
128142015-12-09 Kevin Buettner <kevinb@redhat.com>
12815
12816 * gdb.base/async.exp (proc test_background): Add case for
12817 asynchronous execution not supported.
12818
128192015-12-09 Luis Machado <lgustavo@codesourcery.com>
12820
12821 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12822 format and change test names to make them unique.
12823
128242015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12825 Pedro Alves <pedro@redhat.com>
12826
12827 PR gdb/18702
12828 Add checking of floatformats setup on x86_64 hosts.
12829 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12830 (smallval, bigval): New labels/constants.
12831 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12832 float" after loading bigval and smallval.
12833
128342015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12835
12836 * gdb.ada/fun_overload_menu.exp: New testcase.
12837 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12838
128392015-12-04 Josh Stone <jistone@redhat.com>
12840
12841 * gdb.base/catch-fork-static.exp: New.
12842
128432015-12-03 Yao Qi <yao.qi@linaro.org>
12844
12845 * gdb.base/sizeof.c: Don't include stdio.h and
12846 ../lib/unbuffer_output.c.
12847 (main): New variable 'size' and 'value'. Remove printf and
12848 gdb_unbuffer_output. Assign return value to size and value.
12849 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12850 at the beginning.
12851 (check_sizeof): Check the result by printing variable 'size'.
12852 (check_valueof): Check the result by printing variable 'value'.
12853
128542015-12-01 Yao Qi <yao.qi@linaro.org>
12855
12856 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12857 for aarch64*-*-linux* target.
12858
128592015-11-30 Pedro Alves <palves@redhat.com>
12860
12861 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12862
128632015-11-30 Pedro Alves <palves@redhat.com>
12864
12865 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12866 Handle non-stop mode vCont replies.
12867
128682015-11-30 Pedro Alves <palves@redhat.com>
12869
12870 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12871 prepare_for_testing. Start gdb with "set non-stop on" appended to
12872 GDBFLAGS. Lax expected stop output.
12873
128742015-11-27 Yao Qi <yao.qi@linaro.org>
12875
12876 * gdb.arch/arm-neon.exp: New.
12877 * gdb.arch/arm-neon.c: New.
12878
128792015-11-27 Yao Qi <yao.qi@linaro.org>
12880
12881 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12882
128832015-11-27 Yao Qi <yao.qi@linaro.org>
12884
12885 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12886 frames-invalid annotation.
12887
128882015-11-27 Yao Qi <yao.qi@linaro.org>
12889
12890 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12891
128922015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12893
12894 * gdb.threads/names.exp: New file.
12895 * gdb.threads/names.c: New file.
12896 * README: Mention gdb,no_thread_names.
12897
128982015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12899
12900 PR 19297
12901 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12902 support" error.
12903
129042015-11-24 Pedro Alves <palves@redhat.com>
12905
12906 PR 17539
12907 * gdb.base/display.exp: Expect displays to be sorted in ascending
12908 order. Use multi_line.
12909 * gdb.base/solib-display.exp: Likewise.
12910
129112015-11-24 Pedro Alves <palves@redhat.com>
12912
12913 PR 17539
12914 * gdb.base/display.exp: Expect displays to be sorted in ascending
12915 order. Use multi_line.
12916 * gdb.base/solib-display.exp: Likewise.
12917
129182015-11-24 Pedro Alves <palves@redhat.com>
12919
12920 PR 17539
12921 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12922 threads in ascending order.
12923 * gdb.base/foll-fork.exp: Likewise.
12924 * gdb.base/foll-vfork.exp: Likewise.
12925 * gdb.base/multi-forks.exp: Likewise.
12926 * gdb.mi/mi-nonstop.exp: Likewise.
12927 * gdb.mi/mi-nsintrall.exp: Likewise.
12928 * gdb.multi/base.exp: Likewise.
12929 * gdb.multi/multi-arch.exp: Likewise.
12930 * gdb.python/py-inferior.exp: Likewise.
12931 * gdb.threads/break-while-running.exp: Likewise.
12932 * gdb.threads/execl.exp: Likewise.
12933 * gdb.threads/gcore-thread.exp: Likewise.
12934 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12935 * gdb.threads/kill.exp: Likewise.
12936 * gdb.threads/linux-dp.exp: Likewise.
12937 * gdb.threads/multiple-step-overs.exp: Likewise.
12938 * gdb.threads/next-bp-other-thread.exp: Likewise.
12939 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12940 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12941 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12942 * gdb.threads/thread-find.exp: Likewise.
12943 * gdb.threads/tls.exp: Likewise.
12944 * lib/mi-support.exp (mi_reverse_list): Delete.
12945 (mi_check_thread_states): No longer reverse list.
12946
129472015-11-24 Pedro Alves <palves@redhat.com>
12948
12949 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12950 use lowercase.
12951
129522015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12953
12954 * gdb.trace/actions.c: Include trace-common.h.
12955 (main): Add a location for a fast tracepoint.
12956 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12957 the normal tracepoints.
12958 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12959
129602015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12961
12962 * save-trace.exp: Factor out code to these...
12963 (gdb_save_tracepoints): New.
12964 (gdb_load_tracepoints): New.
12965 (do_save_load_test): New.
12966
129672015-11-23 Kevin Buettner <kevinb@redhat.com>
12968
12969 * gdb.base/asmlabel.exp: New test.
12970 * gdb.base/asmlabel.c: New test case.
12971
129722015-11-23 Joel Brobecker <brobecker@adacore.com>
12973
12974 * gdb.base/wrong_frame_bt_full-main.c: New file.
12975 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12976 * gdb.base/wrong_frame_bt_full.exp: New file.
12977
129782015-11-23 Joel Brobecker <brobecker@adacore.com>
12979
12980 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12981
129822015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12983
12984 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12985 pstate register when comparing registers values in
12986 sparc64-*-linux-gnu targets to avoid spurious differences.
12987
129882015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12989
12990 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12991
129922015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12993
12994 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12995 as type argument to gdb_compile.
12996 * gdb.base/nested-subp2.exp: Likewise.
12997 * gdb.base/nested-subp3.exp: Likewise.
12998
129992015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13000
13001 * lib/dwarf.exp (_note): Fix left shift of negative value.
13002 * gdb.trace/trace-condition.exp: Likewise.
13003
130042015-11-13 Yao Qi <yao.qi@linaro.org>
13005
13006 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13007 comments about d10v.
13008 (test_scalar_returns): Likewise.
13009 * gdb.base/d10v.ld: Remove.
13010 * gdb.base/overlays.exp: Remove the target triplet checking for
13011 d10v-*-*.
13012 * gdb.base/structs.exp (test_struct_returns): Remove the
13013 comments about d10v.
13014 (test_struct_calls): Likewise.
13015
130162015-11-13 Yao Qi <yao.qi@linaro.org>
13017
13018 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13019 * gdb.base/gnu_vector.c: Don't include stdio.h.
13020 (main): Don't print res and call add_some_intvecs.
13021
130222015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13023
13024 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13025 macro.
13026 (func5): Removed.
13027 (func4): Use FAST_TRACEPOINT_LABEL.
13028 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13029 macro.
13030 (func): Removed.
13031 (thread_function): Use FAST_TRACEPOINT_LABEL.
13032 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13033 (func): Remove.
13034 (marker): Use FAST_TRACEPOINT_LABEL.
13035 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13036 (pendfunc1): Remove.
13037 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13038 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13039 (foo): Remove.
13040 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13041 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13042 macro.
13043 (func): Remove.
13044 (marker): Use FAST_TRACEPOINT_LABEL.
13045 * gdb.trace/trace-common.h: New header.
13046 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13047 macro.
13048 (func): Remove.
13049 (marker): Use FAST_TRACEPOINT_LABEL.
13050 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13051 (func): Remove.
13052 (thread_function): Use FAST_TRACEPOINT_LABEL.
13053
130542015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13055
13056 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13057 in front.
13058 * gdb.trace/change-loc.exp: Use global pcreg definition.
13059 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13060 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13061 in front.
13062 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13063 * gdb.trace/pending.exp: Likewise.
13064 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13065 * gdb.trace/trace-break.exp: Likewise.
13066 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13067 in front.
13068 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13069 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13070 in front.
13071 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13072
130732015-11-09 Joel Brobecker <brobecker@adacore.com>
13074
13075 * gdb.ada/fin_fun_out: New testcase.
13076
130772015-11-07 Kevin Buettner <kevinb@redhat.com>
13078
13079 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13080 value associated with DW_AT_byte_size.
13081 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13082 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13083 DW_AT_upper_bound.
13084
130852015-11-07 Kevin Buettner <kevinb@redhat.com>
13086
13087 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13088 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13089 version.
13090 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13091 gdb.dwarf2/dw2-canonicalize-type.exp,
13092 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13093 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13094 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13095 provided by gdb_target_symbol_prefix_flags_asm.
13096 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13097 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13098 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13099 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13100 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13101 macros where needed). Use this macro for symbols which require
13102 the prefix provided by SYMBOL_PREFIX.
13103
131042015-11-05 Kevin Buettner <kevinb@redhat.com>
13105
13106 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13107 New procs.
13108 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13109 representing expressions, of more than one list element.
13110 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13111 to prepend linker symbol prefix to f.
13112 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13113 table_1 and table_2.
13114 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13115 Likewise, for f and g.
13116 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13117 for ptr.
13118 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13119 for main.
13120 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13121 table_1_ptr and table_2_ptr.
13122
131232015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13124 Joel Brobecker <brobecker@adacore.com>
13125
13126 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13127
131282015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13129
13130 * gdb.reverse/s390-mvcle.c: New test.
13131 * gdb.reverse/s390-mvcle.exp: New file.
13132 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13133
131342015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13135
13136 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13137
131382015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13139
13140 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13141 reaching marker2.
13142 * gdb.reverse/getresuid-reverse.exp: Likewise.
13143 * gdb.reverse/pipe-reverse.exp: Likewise.
13144 * gdb.reverse/readv-reverse.exp: Likewise.
13145 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13146 * gdb.reverse/time-reverse.exp: Likewise.
13147 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13148
131492015-10-30 Yao Qi <yao.qi@linaro.org>
13150
13151 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13152 (empty_cycle): Remove.
13153 (main): Don't call empty_cycle. Don't use watch_count_done.
13154 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13155 empty_cycle. Rewrite the code counting HW watchpoints.
13156
131572015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13158
13159 * gdb.reverse/fstatat-reverse.c: New test.
13160 * gdb.reverse/fstatat-reverse.exp: New file.
13161 * gdb.reverse/getresuid-reverse.c: New test.
13162 * gdb.reverse/getresuid-reverse.exp: New file.
13163 * gdb.reverse/pipe-reverse.c: New test.
13164 * gdb.reverse/pipe-reverse.exp: New file.
13165 * gdb.reverse/readv-reverse.c: New test.
13166 * gdb.reverse/readv-reverse.exp: New file.
13167 * gdb.reverse/recvmsg-reverse.c: New test.
13168 * gdb.reverse/recvmsg-reverse.exp: New file.
13169 * gdb.reverse/time-reverse.c: New test.
13170 * gdb.reverse/time-reverse.exp: New file.
13171 * gdb.reverse/waitpid-reverse.c: New test.
13172 * gdb.reverse/waitpid-reverse.exp: New file.
13173
131742015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13175
13176 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13177
131782015-10-26 Doug Evans <dje@google.com>
13179
13180 PR symtab/17391
13181 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13182 * gdb.dwarf2/bad-regnum.c: New file.
13183 * gdb.dwarf2/bad-regnum.exp: New file.
13184
131852015-10-26 Doug Evans <dje@google.com>
13186
13187 PR python/18938
13188 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13189 file.
13190
131912015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13192
13193 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13194 for a change by "Mention language in compile error message".
13195
131962015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13197
13198 PR python/18073
13199 * gdb.python/py-type.c (C::a_method): New.
13200 (C::a_const_method): New.
13201 (C::a_static_method): New.
13202 (a_function): New.
13203 * gdb.python/py-type.exp (test_fields): Test getting fields
13204 from function and method.
13205
132062015-10-21 Keven Boell <keven.boell@intel.com>
13207
13208 * gdb.fortran/vla-alloc-assoc.exp: New file.
13209 * gdb.fortran/vla-datatypes.exp: New file.
13210 * gdb.fortran/vla-datatypes.f90: New file.
13211 * gdb.fortran/vla-history.exp: New file.
13212 * gdb.fortran/vla-ptype-sub.exp: New file.
13213 * gdb.fortran/vla-ptype.exp: New file.
13214 * gdb.fortran/vla-sizeof.exp: New file.
13215 * gdb.fortran/vla-sub.f90: New file.
13216 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13217 * gdb.fortran/vla-value-sub-finish.exp: New file.
13218 * gdb.fortran/vla-value-sub.exp: New file.
13219 * gdb.fortran/vla-value.exp: New file.
13220 * gdb.fortran/vla-ptr-info.exp: New file.
13221 * gdb.mi/mi-vla-fortran.exp: New file.
13222 * gdb.mi/vla.f90: New file.
13223
132242015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13225
13226 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13227 of hardwired timeout value.
13228
132292015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13230 Pedro Alves <palves@redhat.com>
13231
13232 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13233 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13234
132352015-10-19 Josh Stone <jistone@redhat.com>
13236
13237 * gdb.base/catch-syscall.c: Include <sched.h>.
13238 (unknown_syscall): New variable.
13239 (main): Trigger a vfork and an unknown syscall.
13240 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13241 (unknown_syscall_number): Likewise.
13242 (check_call_to_syscall): Accept an optional syscall pattern.
13243 (check_return_from_syscall): Likewise.
13244 (check_continue): Likewise.
13245 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13246 (test_catch_syscall_skipping_return): New test toggling off 'catch
13247 syscall' to step over the syscall return, then toggling back on.
13248 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13249 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13250 (do_syscall_tests): Call test_catch_syscall_without_args and
13251 test_catch_syscall_mid_vfork.
13252 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13253 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13254
132552015-10-19 Andrew Stubbs <ams@codesourcery.com>
13256
13257 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13258 print g_vE): Add new pass patterns.
13259 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13260 print various symbol names for vptr fields.
13261
132622015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13263
13264 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13265 results.
13266
132672015-10-12 Yao Qi <yao.qi@linaro.org>
13268
13269 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13270
132712015-10-12 Yao Qi <yao.qi@linaro.org>
13272
13273 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13274 is aarch64*-*-linux*.
13275
132762015-10-12 Yao Qi <yao.qi@linaro.org>
13277
13278 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13279 (can_relocate_bcond_true): ... it.
13280 (can_relocate_bcond_false): New function.
13281 (foo): Likewise.
13282 (can_relocate_bl): Likewise.
13283 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13284 can_relocate_bl.
13285
132862015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13287
13288 * gdb.base/nested-addr.c: New file.
13289 * gdb.base/nested-addr.exp: New testcase.
13290
132912015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13292
13293 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13294 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13295 its output. Ignore the output of "record goto begin" and instead
13296 check that GDB is replaying.
13297
132982015-10-09 Pedro Alves <palves@redhat.com>
13299
13300 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13301 (top level): Use it in the run with no args test.
13302
133032015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13304
13305 * gdb.dlang/properties.exp: New file.
13306
133072015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13308
13309 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13310 whether or not address 0x1000 is mapped on the target.
13311
133122015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13313
13314 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13315 build.
13316
133172015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13318
13319 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13320 instruction-history test.
13321
133222015-09-28 Doug Evans <dje@google.com>
13323
13324 * gdb.base/gcore.c (array_func): Add reference to static_array.
13325
133262015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13327
13328 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13329 source line.
13330
133312015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13332
13333 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13334 short or char as base type.
13335
133362015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13337
13338 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13339 to allow any size enum.
13340
133412015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13342
13343 * gdb.ada/array_ptr_renaming.exp: New testcase.
13344 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13345 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13346
133472015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13348
13349 * gdb.trace/ftrace-lock.c: New file.
13350 * gdb.trace/ftrace-lock.exp: New file.
13351
133522015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13353
13354 * gdb.arch/insn-reloc.c: New file.
13355 * gdb.arch/ftrace-insn-reloc.exp: New file.
13356
133572015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13358
13359 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13360 instruction.
13361 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13362 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13363 * gdb.trace/range-stepping.c: Likewise.
13364 * gdb.trace/trace-break.c: Likewise.
13365 * gdb.trace/trace-mt.c (thread_function): Likewise.
13366 * gdb.trace/ftrace.c (marker): Likewise.
13367 * gdb.trace/trace-condition.c (marker): Likewise.
13368 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13369 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13370 is_aarch64_target.
13371
133722015-09-18 Doug Evans <xdje42@gmail.com>
13373
13374 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13375 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13376
133772015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13378
13379 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13380 the breakpoint.
13381
133822015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13383
13384 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13385 the pending breakpoint. Remove timeout override for "Run till
13386 MI pending breakpoint on pendfunc3 on thread 2" test.
13387
133882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13389
13390 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13391 filename pattern.
13392
133932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13394
13395 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13396 in breakpoint filename pattern.
13397
133982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13399
13400 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13401
134022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13403
13404 * gdb.linespec/explicit.exp: Check for readline support for
13405 tab-completion tests. Fix obvious typo.
13406
134072015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13408
13409 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13410 and replay.
13411
134122015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13413
13414 * gdb.btrace/non-stop.c: New.
13415 * gdb.btrace/non-stop.exp: New.
13416
134172015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13418 Yao Qi <yao.qi@linaro.org>
13419
13420 * gdb.trace/trace-condition.c: New file.
13421 * gdb.trace/trace-condition.exp: New file.
13422
134232015-09-16 Wei-cheng Wang <cole945@gmail.com>
13424
13425 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13426 for testing bytecode compilation.
13427
134282015-09-16 Pedro Alves <palves@redhat.com>
13429 Sandra Loosemore <sandra@codesourcery.com>
13430
13431 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13432 (SECONDS): Redefine.
13433 (main): Call pthread_kill and alarm early.
13434 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13435 support.
13436 (test): If the target can't hardware step and doesn't support
13437 displaced stepping, increase the timeout.
13438
134392015-09-16 Pedro Alves <palves@redhat.com>
13440
13441 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13442 (enable_debug): New procedures.
13443 (test): Use them. Bail out if waiting for threads fails.
13444 (top level): Bail out if a test fails.
13445
134462015-09-16 Yao Qi <yao.qi@linaro.org>
13447
13448 * gdb.asm/asm-source.exp: Set asm-arch for
13449 aarch64*-*-* target.
13450 * gdb.asm/aarch64.inc: New file.
13451
134522015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13453
13454 * gdb.ada/array_of_variable_length.exp: New testcase.
13455 * gdb.ada/array_of_variable_length/foo.adb: New file.
13456 * gdb.ada/array_of_variable_length/pck.adb: New file.
13457 * gdb.ada/array_of_variable_length/pck.ads: New file.
13458
134592015-09-15 Doug Evans <dje@google.com>
13460
13461 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13462 of function static local variable.
13463
134642015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13465
13466 * gdb.threads/tls-so_extern.exp: New test file.
13467 * gdb.threads/tls-so_extern.c: New test file.
13468 * gdb.threads/tls-so_extern_main.c: New test file.
13469
134702015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13471
13472 * gdb.opt/solib-intra-step-lib.c: New file.
13473 * gdb.opt/solib-intra-step-main.c: New file.
13474 * gdb.opt/solib-intra-step.exp: New file.
13475
134762015-09-15 Pedro Alves <palves@redhat.com>
13477
13478 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13479 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13480
134812015-09-14 Pedro Alves <palves@redhat.com>
13482
13483 * gdb.base/hook-stop-continue.c: Delete.
13484 * gdb.base/hook-stop-continue.exp: Delete.
13485 * gdb.base/hook-stop-frame.c: Delete.
13486 * gdb.base/hook-stop-frame.exp: Delete.
13487 * gdb.base/hook-stop.c: New file.
13488 * gdb.base/hook-stop.exp: New file.
13489
134902015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13491
13492 * gdb.ada/access_to_packed_array.exp: New testcase.
13493 * gdb.ada/access_to_packed_array/foo.adb: New file.
13494 * gdb.ada/access_to_packed_array/pack.adb: New file.
13495 * gdb.ada/access_to_packed_array/pack.ads: New file.
13496
134972015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13498
13499 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13500 buffer size test.
13501
135022015-09-11 Don Breazeal <donb@codesourcery.com>
13503
13504 * gdb.base/foll-exec.c: Add copyright header. Fix
13505 formatting issues.
13506 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13507 (do_exec_tests): Use clean_restart in place of zap_session,
13508 and for test initialization. Fix formatting issues. Use
13509 fail in place of perror.
13510 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13511 an expect statement to match an expression with output from
13512 the program under debug.
13513 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13514 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13515 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13516 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13517 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13518
135192015-09-09 Doug Evans <dje@google.com>
13520
13521 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13522
135232015-09-09 Doug Evans <dje@google.com>
13524
13525 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13526
135272015-09-09 Doug Evans <dje@google.com>
13528
13529 * gdb.base/savedregs.exp: Fix typo.
13530
135312015-09-09 Pedro Alves <palves@redhat.com>
13532
13533 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13534
135352015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13536
13537 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13538 command actually switches threads. Give up on remaining
13539 tests if target fails to stop at breakpoint.
13540
135412015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13542
13543 * gdb.ada/funcall_char.exp: New testcase.
13544 * gdb.ada/funcall_char/foo.adb: New file.
13545
135462015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13547
13548 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13549 expected outputs. Add two testcases for completing ambiguous
13550 functions.
13551 * gdb.ada/complete/aux_pck.adb: New file.
13552 * gdb.ada/complete/aux_pck.ads: New file.
13553 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13554 Ambiguous_Func functions.
13555 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13556 * gdb.ada/complete/pck.adb: Likewise.
13557
135582015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13559
13560 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13561 failures to run the test program under GDB.
13562
135632015-08-26 Luis Machado <lgustavo@codesourcery.com>
13564
13565 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13566 to C.
13567
135682015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13569
13570 * gdb.base/run-after-attach.exp: New test file.
13571 * gdb.base/run-after-attach.c: New test file.
13572
135732015-08-26 Don Breazeal <donb@codesourcery.com>
13574
13575 * gdb.base/foll-exec-2.c: New test program.
13576 * gdb.base/foll-exec-2.exp: New test.
13577
135782015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13579
13580 * gdb.base/nested-subp1.exp: New file.
13581 * gdb.base/nested-subp1.c: New file.
13582 * gdb.base/nested-subp2.exp: New file.
13583 * gdb.base/nested-subp2.c: New file.
13584 * gdb.base/nested-subp3.exp: New file.
13585 * gdb.base/nested-subp3.c: New file.
13586
135872015-08-24 Pedro Alves <palves@redhat.com>
13588
13589 * gdb.server/connect-without-multi-process.c: New file.
13590 * gdb.server/connect-without-multi-process.exp: New file.
13591
135922015-08-24 Luis Machado <lgustavo@codesourcery.com>
13593
13594 * gdb.opt/inline-markers.c: Make z int.
13595
135962015-08-24 Luis Machado <lgustavo@codesourcery.com>
13597
13598 * gdb.opt/inline-markers.c: Make z volatile.
13599
136002015-08-24 Luis Machado <lgustavo@codesourcery.com>
13601
13602 * gdb.opt/inline-bt.c: New volatile global z.
13603 * gdb.opt/inline-cmds.c: Likewise.
13604 * gdb.opt/inline-locals.c: Likewise.
13605 * gdb.opt/inline-markers.c: New extern global z.
13606 (marker): Use z.
13607 (inline_fn): Likewise.
13608
136092015-08-24 Pedro Alves <palves@redhat.com>
13610
13611 * config/m32r-stub.exp: Remove file.
13612 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13613 * gdb.base/call-rt-st.exp: Likewise.
13614 * gdb.base/call-strs.exp: Likewise.
13615 * gdb.base/default.exp: Remove references to h8300-*-hms and
13616 *-*-udi*.
13617 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13618
136192015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13620
13621 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13622 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13623 and "return" use KFAIL when GDB can not read/write the vector
13624 return value.
13625
136262015-08-21 Gary Benson <gbenson@redhat.com>
13627
13628 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13629
136302015-08-20 Pedro Alves <palves@redhat.com>
13631
13632 * gdb.server/solib-list.exp: No longer expect an interior stop in
13633 non-stop mode.
13634
136352015-08-20 Pedro Alves <palves@redhat.com>
13636
13637 * gdb.server/connect-stopped-target.c: New file.
13638 * gdb.server/connect-stopped-target.exp: New file.
13639
136402015-08-20 Pedro Alves <palves@redhat.com>
13641
13642 * gdb.dwarf2/comp-unit-lang.exp: New file.
13643 * gdb.dwarf2/comp-unit-lang.c: New file.
13644
136452015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13646
13647 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13648 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13649
136502015-08-19 Kevin Buettner <kevinb@redhat.com>
13651
13652 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13653 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13654
136552015-08-18 Doug Evans <dje@google.com>
13656 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13657
13658 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13659 skip_python_tests. New arg prompt_regexp.
13660 (skip_python_tests): New function.
13661 * lib/mi-support.exp (mi_skip_python_tests): New function.
13662 * gdb.python/py-mi-objfile-gdb.py: New file.
13663 * gdb.python/py-mi-objfile.c: New file.
13664 * gdb.python/py-mi-objfile.exp: New file.
13665
136662015-08-17 Keith Seitz <keiths@redhat.com>
13667
13668 * gdb.linespec/explicit.exp: Move strace test from here ...
13669 * gdb.trace/strace.exp: ... to here.
13670
136712015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13672
13673 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13674 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13675
136762015-08-14 Doug Evans <xdje42@gmail.com>
13677
13678 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13679 inferior before selecting a new file.
13680
136812015-08-14 Doug Evans <xdje42@gmail.com>
13682
13683 * gdb.mi/mi-disassemble.exp: Update.
13684 * gdb.base/disasm-optim.S: New file.
13685 * gdb.base/disasm-optim.c: New file.
13686 * gdb.base/disasm-optim.h: New file.
13687 * gdb.base/disasm-optim.exp: New file.
13688
136892015-08-14 Keith Seitz <keiths@redhat.com>
13690
13691 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13692 "evaluated-by".
13693
136942015-08-13 Joel Brobecker <brobecker@adacore.com>
13695
13696 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13697
136982015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13699
13700 * gdb.ada/fun_renaming.exp: New testcase.
13701 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13702 * gdb.ada/fun_renaming/pack.adb: New file.
13703 * gdb.ada/fun_renaming/pack.ads: New file.
13704
137052015-08-12 Keith Seitz <keiths@redhat.com>
13706
13707 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13708 gdb_get_line_number.
13709
137102015-08-12 Joel Brobecker <brobecker@adacore.com>
13711
13712 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13713 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13714 gdb.base/dso2dso.exp: New files.
13715
137162015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13717 Pedro Alves <palves@redhat.com>
13718 Keith Seitz <keiths@redhat.com>
13719
13720 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13721 GDBFLAGS.
13722
137232015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13724
13725 * gdb.base/gdbhistsize-history.exp
13726 (test_histsize_history_setting): Use save_vars.
13727 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13728 Use save_vars.
13729 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13730 * gdb.base/readline.exp: Use save_vars.
13731
137322015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13733
13734 * lib/gdb.exp (save_vars): New proc.
13735
137362015-08-11 Keith Seitz <keiths@redhat.com>
13737
13738 * gdb.base/help.exp: Update help_breakpoint_text.
13739
137402015-08-11 Keith Seitz <keiths@redhat.com>
13741
13742 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13743 (at toplevel): Call test_explicit_breakpoints.
13744 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13745 breakpoints.
13746 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13747 breakpoint conditions, "-cond".
13748
137492015-08-11 Keith Seitz <keiths@redhat.com>
13750
13751 * gdb.linespec/3explicit.c: New file.
13752 * gdb.linespec/cpexplicit.cc: New file.
13753 * gdb.linespec/cpexplicit.exp: New file.
13754 * gdb.linespec/explicit.c: New file.
13755 * gdb.linespec/explicit.exp: New file.
13756 * gdb.linespec/explicit2.c: New file.
13757 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13758 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13759 before using in the matching pattern.
13760 Clarify that `prefix' is a regular expression.
13761
137622015-08-11 Keith Seitz <keiths@redhat.com>
13763
13764 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13765 test.
13766 Add tests for missing ",FMT" and ",".
13767
137682015-08-10 Doug Evans <dje@google.com>
13769 Keith Seitz <keiths@redhat.com>
13770
13771 PR gdb/17960
13772 * gdb.base/completion.exp: Add location completer tests.
13773
137742015-08-07 Pedro Alves <palves@redhat.com>
13775
13776 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13777 tests here.
13778 (top level): Run do_test with and without displaced stepping.
13779
137802015-08-07 Pedro Alves <palves@redhat.com>
13781
13782 * gdb.base/valgrind-disp-step.c: New file.
13783 * gdb.base/valgrind-disp-step.exp: New file.
13784
137852015-08-07 Pedro Alves <palves@redhat.com>
13786
13787 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13788 Delete function.
13789 (main): Add alarm. Run an infinite loop instead of calling
13790 wait_threads.
13791 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13792 comment.
13793 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13794 Delete function.
13795 (main): Add alarm. Run an infinite loop instead of calling
13796 wait_threads.
13797 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13798 comment.
13799
138002015-08-07 Pedro Alves <palves@redhat.com>
13801
13802 * gdb.base/checkpoint-ns.exp: New file.
13803 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13804 standard_testfile.
13805
138062015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13807
13808 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13809 * gdb.btrace/instruction_history.exp: Update.
13810 * gdb.btrace/tsx.exp: New.
13811 * gdb.btrace/tsx.c: New.
13812
138132015-08-06 Pedro Alves <palves@redhat.com>
13814
13815 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13816 increase timeout.
13817 * gdb.reverse/until-precsave.exp: Bump timeouts.
13818
138192015-08-06 Pedro Alves <palves@redhat.com>
13820
13821 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13822
138232015-08-06 Pedro Alves <palves@redhat.com>
13824
13825 PR gdb/18749
13826 * gdb.threads/process-dies-while-handling-bp.c: New file.
13827 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13828
138292015-08-06 Pedro Alves <palves@redhat.com>
13830
13831 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13832 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13833
138342015-08-05 Pedro Alves <palves@redhat.com>
13835
13836 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13837 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13838
138392015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13840
13841 * gdb.base/bp-permanent.exp: Report test as unsupported if
13842 the target cannot stop at the permanent breakpoint.
13843
138442015-08-03 Doug Evans <dje@google.com>
13845
13846 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13847 10000.
13848
138492015-08-03 Doug Evans <dje@google.com>
13850
13851 * Makefile.in (workers/%.worker, build-perf): New rule.
13852 (GDB_PERFTEST_MODE): New variable.
13853 (check-perf): Use it.
13854 (clean): Clean up gdb.perf parallel build subdirs.
13855 * lib/build-piece.exp: New file.
13856 * lib/gdb.exp (make_gdb_parallel_path): New function
13857 (standard_output_file, standard_temp_file): Call it.
13858 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13859 of $GDB_PARALLEL.
13860 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13861
138622015-08-03 Doug Evans <dje@google.com>
13863
13864 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13865 (LOG_FILE_NAME): New global.
13866 (TextReporter.__init__): Initialize self.txt_sum.
13867 (TextReporter.report): Add support for multiple data-points.
13868 Move report to perftest.sum, put raw data in perftest.log.
13869 (TextReporter.start): Open sum and log files.
13870 (TextReporter.end): Close sum and log files.
13871 * gdb.perf/lib/perftest/testresult.py
13872 (SingleStatisticTestResult.record): Handle multiple data-points.
13873
138742015-07-31 Pedro Alves <palves@redhat.com>
13875
13876 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13877 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13878 kill_wait_spawned_process instead of explicit "kill -9".
13879 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13880 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13881 kill_wait_spawned_process.
13882 * gdb.base/attach-twice.exp: Likewise.
13883 * gdb.base/attach.exp: Likewise.
13884 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13885 gdb_test_multiple.
13886 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13887 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13888 kill_wait_spawned_process.
13889 * gdb.base/valgrind-infcall.exp: Likewise.
13890 * gdb.multi/multi-attach.exp: Likewise.
13891 * gdb.python/py-prompt.exp: Likewise.
13892 * gdb.python/py-sync-interp.exp: Likewise.
13893 * gdb.server/ext-attach.exp: Likewise.
13894 * gdb.threads/attach-into-signal.exp (corefunc): Use
13895 spawn_wait_for_attach, spawn_id_get_pid and
13896 kill_wait_spawned_process.
13897 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13898 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13899 spawn_id_get_pid and kill_wait_spawned_process.
13900 * gdb.threads/attach-stopped.exp (corefunc): Use
13901 spawn_wait_for_attach, spawn_id_get_pid and
13902 kill_wait_spawned_process.
13903 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13904 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13905 kill_wait_spawned_process instead of explicit "kill -9".
13906 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13907 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13908 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13909 processes. Don't map cygwin/windows pids here. Now returns a
13910 spawn id list.
13911
139122015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13913
13914 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13915 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13916 correct patch.
13917
139182015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13919
13920 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13921
139222015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13923
13924 Reapply:
13925 2014-05-21 Mark Wielaard <mjw@redhat.com>
13926
13927 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13928
139292015-07-30 Pedro Alves <palves@redhat.com>
13930
13931 * linux-low.c (handle_extended_wait): Set the child's last
13932 reported status to TARGET_WAITKIND_STOPPED.
13933
139342015-07-30 Pedro Alves <palves@redhat.com>
13935
13936 PR threads/18600
13937 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13938 only shows inferior 1.
13939
139402015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13941 Pedro Alves <palves@redhat.com>
13942
13943 PR threads/18600
13944 * gdb.threads/fork-plus-threads.c: New file.
13945 * gdb.threads/fork-plus-threads.exp: New file.
13946
139472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13948
13949 * gdb.base/batch-preserve-term-settings.exp
13950 (test_terminal_settings_preserved_after_cli_exit): Use
13951 send_quit_command.
13952
139532015-07-29 Pedro Alves <palves@redhat.com>
13954 Don Breazeal <donb@codesourcery.com>
13955
13956 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13957 output from both inferior_spawn_id and gdb_spawn_id.
13958
139592015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13960
13961 * gdb.threads/attach-into-signal.exp (corefunc): Use
13962 with_test_prefix on nested loops, uniquefying the test messages.
13963
139642015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13965
13966 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13967 commit.
13968
139692015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13970
13971 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13972 New proc.
13973 (test_terminal_settings_preserved_after_sigterm): New test.
13974
139752015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13976
13977 * gdb.base/batch-preserve-term-settings.exp
13978 (test_terminal_settings_preserved_after_cli_exit): New test.
13979
139802015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13981
13982 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13983 manipulation of saved_gdbflags.
13984 (test_terminal_settings_preserved): Remove global declaration of
13985 the unused variable pagination_prompt. Remove manipulation of
13986 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13987 GDBFLAGS.
13988
139892015-07-29 Pedro Alves <palves@redhat.com>
13990
13991 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13992
139932015-07-29 Pedro Alves <palves@redhat.com>
13994
13995 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13996 at the top.
13997
139982015-07-29 Pedro Alves <palves@redhat.com>
13999
14000 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14001 (main): Call gdb_unbuffer_output.
14002 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14003 (main): Call gdb_unbuffer_output.
14004 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14005 (main): Call gdb_unbuffer_output.
14006 * gdb.base/call-strs.exp: Adjust to step over the
14007 gdb_unbuffer_output call.
14008 * gdb.base/catch-gdb-caused-signals.c: Include
14009 "../lib/unbuffer_output.c".
14010 (main): Call gdb_unbuffer_output.
14011 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14012 (main): Call gdb_unbuffer_output.
14013 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14014 (main): Call gdb_unbuffer_output.
14015 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14016 (main): Call gdb_unbuffer_output.
14017 * gdb.base/shlib-call.exp: Adjust to step over the
14018 gdb_unbuffer_output call.
14019 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14020 (main): Call gdb_unbuffer_output.
14021 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14022 (main): Call gdb_unbuffer_output.
14023 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14024 (main): Rename to ...
14025 (test): ... this.
14026 (main): Reimplement.
14027 * gdb.base/varargs.exp: Run to test instead of to main.
14028 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14029 (main): Call gdb_unbuffer_output.
14030
140312015-07-29 Pedro Alves <palves@redhat.com>
14032
14033 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14034 factore out from mi_continue_dprintf. For call-style dprintfs,
14035 expect dprintf output out of $inferior_spawn_id.
14036 (mi_continue_dprintf): Use mi_expect_dprintf.
14037 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14038 (main): Call gdb_unbuffer_output.
14039
140402015-07-29 Pedro Alves <palves@redhat.com>
14041
14042 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14043 (default_mi_gdb_start): Set inferior_spawn_id instead of
14044 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14045 gdb_spawn_id.
14046 (mi_gdb_test): Always expect inferior output from both
14047 $inferior_spawn_id and $gdb_spawn_id.
14048
140492015-07-29 Pedro Alves <palves@redhat.com>
14050
14051 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14052 send_inferior and $inferior_spawn_id.
14053
140542015-07-29 Pedro Alves <palves@redhat.com>
14055
14056 * gdb.gdb/complaints.exp (test_initial_complaints)
14057 (test_serial_complaints, test_short_complaints): Use
14058 gdb_test_stdio.
14059 (test_empty_complaint): Handle $inferior_spawn_id !=
14060 $gdb_spawn_id.
14061
140622015-07-29 Pedro Alves <palves@redhat.com>
14063
14064 * gdb.base/varargs.exp: Use gdb_test_stdio.
14065
140662015-07-29 Pedro Alves <palves@redhat.com>
14067
14068 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14069
140702015-07-29 Pedro Alves <palves@redhat.com>
14071
14072 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14073
140742015-07-29 Pedro Alves <palves@redhat.com>
14075
14076 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14077 parameter into two new parameters, "inf_result" and "gdb_result".
14078 Expect inferior output and gdb output from $inferior_spawn_id and
14079 $gdb_spawn_id, respectively. Adjust all callers.
14080
140812015-07-29 Pedro Alves <palves@redhat.com>
14082
14083 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14084 of gdb_test_sequence.
14085
140862015-07-29 Pedro Alves <palves@redhat.com>
14087
14088 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14089 (saw_spurious_output): Expect inferior output from
14090 $inferior_spawn_id. Use gdb_test_stdio.
14091
140922015-07-29 Pedro Alves <palves@redhat.com>
14093
14094 * gdb.base/dprintf.exp: Use standard_testfile. Change
14095 prepare_for_testing call.
14096 (srcfile): Don't set.
14097 (restart): New procedure.
14098 (test_dprintf): New procecure, use to continue over dprintfs.
14099 (test_call, test_agent): New procedures, tests moved here.
14100 Restart gdb and recreate dprintfs. Adjust expected output.
14101
141022015-07-29 Pedro Alves <palves@redhat.com>
14103
14104 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14105
141062015-07-29 Pedro Alves <palves@redhat.com>
14107
14108 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14109
141102015-07-29 Pedro Alves <palves@redhat.com>
14111
14112 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14113 gdb_test_stdio.
14114
141152015-07-29 Pedro Alves <palves@redhat.com>
14116
14117 * lib/gdb.exp (gdb_test_stdio): New procedure.
14118
141192015-07-29 Pedro Alves <palves@redhat.com>
14120
14121 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14122
141232015-07-29 Pedro Alves <palves@redhat.com>
14124
14125 * gdb.base/call-signal-resume.exp: Remove check for
14126 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14127 * gdb.base/unwindonsignal.exp: Likewise.
14128 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14129 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14130
141312015-07-29 Pedro Alves <palves@redhat.com>
14132
14133 * gdb.base/siginfo-addr.c (pass): New function.
14134 (handler): Call it iff si_addr is correct.
14135 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14136 Set a breakpoint at "pass" and continue to it.
14137
141382015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14139
14140 * gdb.python/py-objfile.exp: Make some tests have unique names.
14141 * gdb.python/py-pp-registration.exp: Likewise.
14142
141432015-07-28 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14146
141472015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14148
14149 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14150
141512015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14152
14153 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14154
141552015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14156
14157 * gdb.base/gdb-sigterm-2.exp: New test.
14158
141592015-07-25 Doug Evans <xdje42@gmail.com>
14160
14161 Revert:
14162 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14163 (workers/%.worker, build-perf): New rule.
14164 (GDB_PERFTEST_MODE): New variable.
14165 (check-perf): Use it.
14166 (clean): Clean up gdb.perf parallel build subdirs.
14167 * lib/build-piece.exp: New file.
14168 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14169 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14170 name.
14171 (standard_temp_file): Ditto.
14172 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14173 of $GDB_PARALLEL.
14174
141752015-07-24 Doug Evans <dje@google.com>
14176
14177 * gdb.perf/lib/perftest/utils.py: New file.
14178 * gdb.perf/gm-hello.cc: New file.
14179 * gdb.perf/gm-pervasive-typedef.cc: New file.
14180 * gdb.perf/gm-pervasive-typedef.h: New file.
14181 * gdb.perf/gm-std.cc: New file.
14182 * gdb.perf/gm-std.h: New file.
14183 * gdb.perf/gm-use-cerr.cc: New file.
14184 * gdb.perf/gm-utils.h: New file.
14185 * gdb.perf/gmonster-null-lookup.py: New file.
14186 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14187 * gdb.perf/gmonster-print-cerr.py: New file.
14188 * gdb.perf/gmonster-ptype-string.py: New file.
14189 * gdb.perf/gmonster-runto-main.py: New file.
14190 * gdb.perf/gmonster-select-file.py: New file.
14191 * gdb.perf/gmonster1-null-lookup.exp: New file.
14192 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14193 * gdb.perf/gmonster1-print-cerr.exp: New file.
14194 * gdb.perf/gmonster1-ptype-string.exp: New file.
14195 * gdb.perf/gmonster1-runto-main.exp: New file.
14196 * gdb.perf/gmonster1-select-file.exp: New file.
14197 * gdb.perf/gmonster1.cc: New file.
14198 * gdb.perf/gmonster1.exp: New file.
14199 * gdb.perf/gmonster2-null-lookup.exp: New file.
14200 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14201 * gdb.perf/gmonster2-print-cerr.exp: New file.
14202 * gdb.perf/gmonster2-ptype-string.exp: New file.
14203 * gdb.perf/gmonster2-runto-main.exp: New file.
14204 * gdb.perf/gmonster2-select-file.exp: New file.
14205 * gdb.perf/gmonster2.cc: New file.
14206 * gdb.perf/gmonster2.exp: New file.
14207
142082015-07-24 Doug Evans <dje@google.com>
14209
14210 * gdb.perf/README: New file.
14211 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14212 * lib/gen-perf-test.exp: New file.
14213
142142015-07-24 Doug Evans <dje@google.com>
14215
14216 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14217 (PerfTest::startup): New function.
14218 (PerfTest::run): Return result of calling body.
14219 (PerfTest::assemble): Rewrite.
14220 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14221 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14222 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14223 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14224 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14225
142262015-07-24 Doug Evans <dje@google.com>
14227
14228 * lib/gdb.exp (clean_restart): Make executable optional.
14229
142302015-07-24 Doug Evans <dje@google.com>
14231
14232 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14233 compiler_info references.
14234 * gdb.cp/temargs.exp: Ditto.
14235 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14236 (get_compiler_info): Early exit if already computed. Set compiler_info
14237 to "unknown" if there was a problem.
14238 (test_compiler_info): Add function comment. Call get_compiler_info.
14239
142402015-07-24 Doug Evans <dje@google.com>
14241
14242 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14243 (workers/%.worker, build-perf): New rule.
14244 (GDB_PERFTEST_MODE): New variable.
14245 (check-perf): Use it.
14246 (clean): Clean up gdb.perf parallel build subdirs.
14247 * lib/build-piece.exp: New file.
14248 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14249 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14250 name.
14251 (standard_temp_file): Ditto.
14252 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14253 of $GDB_PARALLEL.
14254
142552015-07-24 Doug Evans <dje@google.com>
14256
14257 * lib/future.exp (gdb_default_target_compile): New option
14258 "early_flags".
14259 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14260 --as-needed.
14261
142622015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14263
14264 * gdb.base/catch-syscall.exp: Call gdb_exit before
14265 gdb_skip_xml_test.
14266
142672015-07-24 Pedro Alves <palves@redhat.com>
14268
14269 * gdb.python/py-events.exp: Accept output between the stop event
14270 and the prompt.
14271 * gdb.python/py-evsignal.exp: Likewise.
14272 * gdb.python/py-evthreads.exp: Likewise.
14273
142742015-07-24 Pedro Alves <palves@redhat.com>
14275
14276 PR gdb/18717
14277 * gdb.threads/non-ldr-exit.c: New file.
14278 * gdb.threads/non-ldr-exit.exp: New file.
14279
142802015-07-24 Yao Qi <yao.qi@linaro.org>
14281
14282 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14283 restarting process.
14284
142852015-07-24 Yao Qi <yao.qi@linaro.org>
14286
14287 * gdb.server/ext-restart.exp: New file.
14288
142892015-07-24 Yao Qi <yao.qi@linaro.org>
14290
14291 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14292 argument options.
14293 * gdb.server/ext-wrapper.exp: New file.
14294
142952015-07-23 Doug Evans <dje@google.com>
14296
14297 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14298 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14299
143002015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14301
14302 * gdb.ada/var_arr_typedef.exp: New testcase.
14303 * gdb.ada/var_arr_typedef/pack.adb: New file.
14304 * gdb.ada/var_arr_typedef/pack.ads: New file.
14305 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14306
143072015-07-20 Joel Brobecker <brobecker@adacore.com>
14308
14309 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14310
143112015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14312
14313 * gdb.arch/i386-biarch-core.exp: Replace istarget
14314 by "complete set gnutarget". Remove expectation for the "core-file"
14315 command.
14316
143172015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14318
14319 Revert the previous commit:
14320 Tests for validate symbol file using build-id.
14321
143222015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14323
14324 Tests for validate symbol file using build-id.
14325 * gdb.base/solib-mismatch-lib.c: New file.
14326 * gdb.base/solib-mismatch-libmod.c: New file.
14327 * gdb.base/solib-mismatch.c: New file.
14328 * gdb.base/solib-mismatch.exp: New file.
14329
143302015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14331
14332 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14333 nios2-*-linux*.
14334 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14335 * gdb.base/siginfo.exp: Likewise.
14336 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14337
143382015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14339
14340 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14341 Move it to ...
14342 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14343 ... here.
14344 * gdb.trace/range-stepping.exp: Check that the target supports
14345 range stepping.
14346
143472015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14348
14349 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14350
143512015-07-14 Pedro Alves <palves@redhat.com>
14352
14353 * gdb.base/killed-outside.exp: New file.
14354 * gdb.base/killed-outside.c: New file.
14355
143562015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14357
14358 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14359 (n at main): New.
14360 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14361
143622015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14363
14364 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14365 infcall tests instead of setting up for KFAIL.
14366
143672015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14368
14369 * gdb.btrace/record_goto-step.exp: New.
14370
143712015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14372
14373 PR compile/18484
14374 * gdb.compile/compile.c (struct struct_type): Add volatile to
14375 selffield's type.
14376 * gdb.compile/compile.exp
14377 (compile code struct_object.selffield = &struct_object): Skip further
14378 struct_object tests if this one xfails.
14379
143802015-07-08 Robert O'Callahan <robert@ocallahan.org>
14381
14382 PR exp/18617
14383 * gdb.trace/ax.exp: Add test.
14384
143852015-07-07 Yao Qi <yao.qi@linaro.org>
14386
14387 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14388 instead of istarget "aarch64*-*-*".
14389 * gdb.arch/aarch64-fp.exp: Likewise.
14390 * gdb.base/float.exp: Likewise.
14391 * gdb.reverse/aarch64.exp: Likewise.
14392 * lib/gdb.exp (is_aarch64_target): New proc.
14393
143942015-07-07 Yao Qi <yao.qi@linaro.org>
14395
14396 * lib/gdb.exp (is_aarch32_target): New proc.
14397 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14398 instead of "istarget "arm*-*-*"".
14399 * gdb.arch/arm-disp-step.exp: Likewise.
14400 * gdb.arch/thumb-bx-pc.exp: Likewise.
14401 * gdb.arch/thumb-prologue.exp: Likewise.
14402 * gdb.arch/thumb-singlestep.exp: Likewise.
14403 * gdb.base/disp-step-syscall.exp: Likewise.
14404 * gdb.base/float.exp: Likewise.
14405
144062015-07-07 Yao Qi <yao.qi@linaro.org>
14407
14408 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14409 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14410
144112015-07-07 Yao Qi <yao.qi@linaro.org>
14412
14413 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14414 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14415 if it exists.
14416 * gdb.multi/multi-arch.exp: Likewise.
14417
144182015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14419
14420 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14421 print.
14422
144232015-07-07 Yao Qi <yao.qi@linaro.org>
14424
14425 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14426
144272015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14428
14429 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14430 '[' and ']' characters.
14431
144322015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14433
14434 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14435
144362015-06-29 Pedro Alves <palves@redhat.com>
14437
14438 PR threads/18127
14439 * gdb.threads/hand-call-new-thread.c: New file.
14440 * gdb.threads/hand-call-new-thread.c: New file.
14441
144422015-06-26 Keith Seitz <keiths@redhat.com>
14443 Doug Evans <dje@google.com>
14444
14445 PR 16253
14446 * gdb.cp/var-tag-2.cc: New file.
14447 * gdb.cp/var-tag-3.cc: New file.
14448 * gdb.cp/var-tag-4.cc: New file.
14449 * gdb.cp/var-tag.cc: New file.
14450 * gdb.cp/var-tag.exp: New file.
14451
144522015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14453
14454 * gdb.base/history-duplicates.exp: New test.
14455
144562015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14457
14458 * gdb.base/completion.exp: Test the completion of the "focus"
14459 command.
14460
144612015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14462
14463 * gdb.arch/amd64-prologue-skip.S: New file.
14464 * gdb.arch/amd64-prologue-skip.exp: New file.
14465
144662015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14467
14468 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14469 is_address_zero_readable check.
14470
144712015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14472
14473 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14474 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14475
144762015-06-24 Yao Qi <yao.qi@linaro.org>
14477
14478 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14479 linux targets.
14480
144812015-06-24 Yao Qi <yao.qi@linaro.org>
14482
14483 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14484 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14485 * gdb.base/siginfo-thread.exp: Likewise.
14486
144872015-06-22 Yao Qi <yao.qi@linaro.org>
14488
14489 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14490
144912015-06-22 Yao Qi <yao.qi@linaro.org>
14492
14493 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14494 aarch64*-*-*.
14495 (skip_hw_watchpoint_tests): Likewise.
14496
144972015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14498
14499 * gdb.base/gdbinit-history.exp: Test the interaction between
14500 setting GDBHISTSIZE and setting the history size via .gdbinit.
14501
145022015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14503
14504 PR gdb/16999
14505 * gdb.base/gdbhistsize-history.exp: New test.
14506
145072015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14508
14509 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14510 with GDBHISTSIZE.
14511 * gdb.base/readline.exp: Likewise.
14512
145132015-06-17 Yao Qi <yao.qi@linaro.org>
14514
14515 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14516 line.
14517
145182015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14519
14520 * gdb.base/gdbinit-history.exp: Add test case to check that
14521 an unlimited history file does not get truncated on exit.
14522
145232015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14524
14525 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14526 (VECTOR): New macro. Use it...
14527 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14528 ...for these typedefs.
14529 (int8, char1, int1, double1): New typedefs.
14530 (struct just_int2, struct two_int2): New structures.
14531 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14532 (add_structvecs, add_singlevecs): New functions.
14533 (main): Call add_some_intvecs twice.
14534 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14535 the compile and exit upon failure. Try compiling for the "native"
14536 architecture. Test inferior function calls with vector arguments
14537 and vector return value handling with "finish" and "return".
14538
145392015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14540
14541 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14542 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14543 PE file.
14544 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14545
145462015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14547
14548 PR breakpoints/16465
14549 * gdb.mi/mi-dprintf-pending.c: New file.
14550 * gdb.mi/mi-dprintf-pending.exp: New test.
14551 * gdb.mi/mi-dprintf-pendshr.c: New file.
14552
145532015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14554 Mircea Gherzan <mircea.gherzan@intel.com>
14555
14556 * gdb.arch/i386-mpx-map.c: New file.
14557 * gdb.arch/i386-mpx-map.exp: New File.
14558
145592015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14560
14561 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14562 * gdb.arch/i386-mpx.exp: Indentation fixed.
14563
145642015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14565
14566 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14567 function and improved indentation.
14568 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14569 gdb_test_multiple. Added additional tests to skip the test.
14570
145712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14572
14573 * gdb.arch/i386-avx512.c: Change path in include file.
14574 * gdb.arch/i386-avx512.exp: Change include dir path
14575 compilation flag.
14576 * gdb.arch/i386-mpx.c: Change path in include file.
14577 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14578 flag.
14579
145802015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14581
14582 * gdb.compile/compile-print.exp (compile print *vararray@3)
14583 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14584
145852015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14586
14587 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14588 (do not keep jit in memory): ... this.
14589 (expect 5): Change it to ...
14590 (expect no 5): ... this.
14591
145922015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14593
14594 PR gdb/15564
14595 * gdb.mi/mi-detach.exp: New file.
14596
145972015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14598
14599 PR symtab/18392
14600 * gdb.arch/amd64-tailcall-self.S: New file.
14601 * gdb.arch/amd64-tailcall-self.c: New file.
14602 * gdb.arch/amd64-tailcall-self.exp: New file.
14603
146042015-05-28 Don Breazeal <donb@codesourcery.com>
14605
14606 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14607 tests for remote targets by checking is_target_gdbserver.
14608
146092015-05-27 Doug Evans <dje@google.com>
14610
14611 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14612 * gdb.dwarf2/opaque-type-lookup.c: New file.
14613 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14614
146152015-05-26 Doug Evans <dje@google.com>
14616
14617 * gdb.cp/iostream.cc: New file.
14618 * gdb.cp/iostream.exp: New file.
14619
146202015-05-26 Doug Evans <dje@google.com>
14621
14622 * gdb.dwarf2/dw2-op-call.exp: Update.
14623 * gdb.dwarf2/dw4-sig-types.exp: Update.
14624 * gdb.dwarf2/implptr.exp: Update.
14625 * gdb.mi/mi-cmd-param-changed.exp: Update.
14626
146272015-05-26 Doug Evans <dje@google.com>
14628
14629 * gdb.python/py-lazy-string.c: New file.
14630 * gdb.python/py-lazy-string.exp: New file.
14631 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14632 (main): Update. Add estring3.
14633 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14634 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14635
146362015-05-26 Omair Javaid <omair.javaid@linaro.org>
14637 Yao Qi <yao.qi@linaro.org>
14638
14639 * gdb.reverse/aarch64.c: New.
14640 * gdb.reverse/aarch64.exp: New.
14641
146422015-05-26 Omair Javaid <omair.javaid@linaro.org>
14643
14644 * lib/gdb.exp (supports_process_record): Return true for
14645 aarch64*-linux*.
14646 (supports_reverse): Likewise.
14647
146482015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14649
14650 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14651 Use with_test_prefix.
14652
146532015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14654
14655 * gdb.base/completion.exp: Add test for completion of layout
14656 names.
14657
146582015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14659
14660 * lib/gdb.exp (skip_tui_tests): New proc.
14661 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14662
146632015-05-19 Pedro Alves <palves@redhat.com>
14664
14665 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14666 Save the whole env array instead of just HOME. Unset HISTSIZE in
14667 the environment while testing. Restore whole environment
14668 afterwards.
14669
146702015-05-16 Doug Evans <xdje42@gmail.com>
14671
14672 * gdb.guile/scm-ports.c: New file.
14673 * gdb.guile/scm-ports.exp: Add memory port tests.
14674
146752015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14676
14677 * gdb.compile/compile-print.c: New file.
14678 * gdb.compile/compile-print.exp: New file.
14679
146802015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14681
14682 * gdb.compile/compile-ops.exp: Cast param to void.
14683 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14684 (compile code struct_object.selffield = &struct_object): Add xfail.
14685
146862015-05-15 Joel Brobecker <brobecker@adacore.com>
14687
14688 * gdb.ada/arr_enum_with_gap: New testcase.
14689
146902015-05-15 Joel Brobecker <brobecker@adacore.com>
14691
14692 * gdb.ada/byte_packed_arr: New testcase.
14693
146942015-05-15 Joel Brobecker <brobecker@adacore.com>
14695
14696 * gdb.ada/pckd_neg: New testcase.
14697
146982015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14699
14700 PR gdb/17820
14701 * gdb.base/gdbinit-history.exp: New test.
14702 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14703 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14704
147052015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14706
14707 * gdb.python/py-xmethods.cc: Enhance test case.
14708 * gdb.python/py-xmethods.exp: New tests.
14709 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14710 function.
14711 (B_indexoper): Likewise.
14712 (global_dm_list) : Add new xmethod worker functions.
14713
147142015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14715
14716 * gdb.base/coredump-filter.exp: Correctly unset
14717 "coredump_var_addr" array.
14718
147192015-05-08 Pedro Alves <palves@redhat.com>
14720
14721 * gdb.server/non-existing-program.exp: Unset spawn_id.
14722
147232015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14724
14725 PR python/18291
14726 * gdb.python/py-xmethods.exp: Add tests.
14727
147282015-05-08 Yao Qi <yao.qi@linaro.org>
14729
14730 PR gdb/18208
14731 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14732 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14733 function set_coredump_filter, and remove remote_exec call.
14734 Remove argument ipid. Callers update.
14735 (top level): Don't get inferior's PID.
14736
147372015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14738
14739 * gdb.base/watch_thread_num.exp: Skip test on targets without
14740 access watchpoints.
14741
147422015-05-06 Pedro Alves <palves@redhat.com>
14743
14744 PR server/18081
14745 * gdb.server/non-existing-program.exp: New file.
14746
147472015-05-05 Joel Brobecker <brobecker@adacore.com>
14748
14749 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14750
147512015-05-05 Joel Brobecker <brobecker@adacore.com>
14752
14753 * gdb.ada/out_of_line_in_inlined: New testcase.
14754
147552015-05-05 Joel Brobecker <brobecker@adacore.com>
14756
14757 * gdb.ada/var_rec_arr: New testcase.
14758
147592015-04-30 Yao Qi <yao.qi@linaro.org>
14760
14761 * gdb.base/break-idempotent.exp: If
14762 skip_hw_watchpoint_multi_tests returns true, skip the tests
14763 on "rwatch" and "awatch".
14764
147652015-04-30 Yao Qi <yao.qi@linaro.org>
14766
14767 * gdb.base/relativedebug.exp: Invoke gdb command
14768 "info sharedlibrary", and if libc.so doesn't have debug info,
14769 skip the test.
14770
147712015-04-29 Doug Evans <dje@google.com>
14772
14773 * gdb.python/py-xmethods.exp: Add ptype tests.
14774 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14775 get_result_type method.
14776
147772015-04-29 Luis Machado <lgustavo@codesourcery.com>
14778
14779 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14780 the target does not support hardware watchpoints.
14781
147822015-04-29 Luis Machado <lgustavo@codesourcery.com>
14783
14784 * gdb.base/break-always.exp: Abort testing if writing to memory
14785 causes an error.
14786
147872015-04-28 Doug Evans <dje@google.com>
14788
14789 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14790 * gdb.python/py-pp-registration.exp: ... here. New file.
14791 * gdb.python/py-pp-registration.c: New file.
14792 * gdb.python/py-pp-registration.py: New file.
14793
147942015-04-28 Doug Evans <dje@google.com>
14795
14796 * gdb.python/py-bad-printers.c: New file.
14797 * gdb.python/py-bad-printers.py: New file.
14798 * gdb.python/py-bad-printers.exp: New file.
14799
148002015-04-28 Sasha Smundak <asmundak@google.com>
14801
14802 * gdb.python/py-type.exp: New test.
14803
148042015-04-28 Andy Wingo <wingo@igalia.com>
14805
14806 * gdb.python/py-parameter.exp:
14807 * gdb.guile/scm-parameter.exp: Escape the path that we are
14808 matching against, as it might contain characters that are special
14809 to regular expressions.
14810
148112015-04-27 Joel Brobecker <brobecker@adacore.com>
14812
14813 * gdb.ada/rec_comp: New testcase.
14814
148152015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14816
14817 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14818 before using it.
14819
148202015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14821
14822 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14823 new tests for verilog output.
14824
148252015-04-24 Yao Qi <yao.qi@linaro.org>
14826
14827 * boards/remote-gdbserver-on-localhost.exp: New file.
14828
148292015-04-23 Pedro Alves <palves@redhat.com>
14830
14831 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14832 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14833 "end of file", remove $inferior_spawn_id from the indirect list.
14834
148352015-04-23 Pedro Alves <palves@redhat.com>
14836
14837 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14838
148392015-04-23 Pedro Alves <palves@redhat.com>
14840
14841 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14842 on $any_spawn_id instead of only on $gdb_spawn_id.
14843
148442015-04-21 Pierre Muller <muller@sourceware.org>
14845
14846 PR pascal/17815
14847 * lib/pascal.exp (gpc_compile): Add new option "class".
14848 (fpc_compile): Likewise.
14849 * gdb.pascal/case-insensitive-symbols.pas: New file.
14850 * gdb.pascal/case-insensitive-symbols.exp: New file.
14851
148522015-04-20 Gary Benson <gbenson@redhat.com>
14853
14854 * gdb.base/attach.exp: Fix three extended remote failures.
14855
148562015-04-17 Gary Benson <gbenson@redhat.com>
14857
14858 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14859 the main executable over the remote protocol.
14860
148612015-04-16 Pedro Alves <palves@redhat.com>
14862
14863 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14864 a new gdbserver if gdbserver_reconnect_p is set.
14865
148662015-04-16 Pedro Alves <palves@redhat.com>
14867
14868 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14869 is set, don't exit gdbserver.
14870
148712015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14872
14873 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14874 appropriate .insn, such that an older assembler can be used.
14875 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14876 the z/Architecture instruction set on 31-bit targets as well.
14877
148782015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14879
14880 * gdb.go/handcall.exp: Remove all logic related to the first
14881 breakpoint and rely on go_runto_main instead.
14882 * gdb.go/strings.exp: Likewise.
14883 * gdb.go/unsafe.exp: Likewise.
14884 * gdb.go/hello.exp: Likewise. Also rename the remaining
14885 breakpoint marker to "breakpoint 1".
14886 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14887 * gdb.go/strings.go: Likewise.
14888 * gdb.go/unsafe.go: Likewise.
14889 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14890 "set breakpoint 2 here" and rename the remaining breakpoint marker
14891 to "breakpoint 1".
14892
148932015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14894
14895 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14896 if itertools.imap is not present.
14897 * gdb.python/py-objfile.exp: Add parentheses.
14898 * gdb.python/py-type.exp: Same.
14899 * gdb.python/py-unwind-maint.py: Same.
14900
149012015-04-15 Yao Qi <yao.qi@linaro.org>
14902
14903 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14904 of ":$ptr_size" and set its form explicitly.
14905
149062015-04-15 Pedro Alves <palves@redhat.com>
14907 Yao Qi <yao.qi@linaro.org>
14908
14909 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14910 timeout by factor of 4.
14911 (test_regular_watch): Likewise.
14912 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14913 * gdb.reverse/sigall-reverse.exp: Likewise.
14914 * gdb.reverse/until-precsave.exp: Likewise.
14915 * lib/gdb.exp (with_timeout_factor): New proc.
14916 (gdb_expect): Move some code to ...
14917 (get_largest_timeout): ... here. New procedure.
14918
149192015-04-14 Luis Machado <lgustavo@codesourcery.com>
14920
14921 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14922
149232015-04-13 Luis Machado <lgustavo@codesourcery.com>
14924
14925 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14926 to write to the .text section.
14927
149282015-04-13 Luis Machado <lgustavo@codesourcery.com>
14929
14930 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14931 Handle the case of targets that do not provide PID information.
14932
149332015-04-13 Yao Qi <yao.qi@linaro.org>
14934
14935 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14936 and use expect instead of gdb_expect.
14937
149382015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14939
14940 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14941 "coredump_var_addr" to avoid naming conflict with other testcases.
14942
149432015-04-10 Pedro Alves <palves@redhat.com>
14944
14945 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14946 gdb_test_sequence and gdb_assert.
14947
149482015-04-10 Pedro Alves <palves@redhat.com>
14949
14950 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14951 test messages that don't include the breakpoint address.
14952
149532015-04-10 Yao Qi <yao.qi@linaro.org>
14954
14955 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14956 false for some offset and width combinations which aren't
14957 supported by linux kernel.
14958
149592015-04-10 Pedro Alves <palves@redhat.com>
14960
14961 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14962 procedure, factored out from ...
14963 (top level): ... here. Add "set displaced-stepping" testing axis.
14964 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14965 parameter "displaced". Use it.
14966 (top level): Use foreach and add "set displaced-stepping" testing
14967 axis.
14968
149692015-04-10 Pedro Alves <palves@redhat.com>
14970
14971 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14972 Remove comment.
14973 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14974 both the address of the instruction that triggers the watchpoint
14975 and the address of the instruction immediately after, and use
14976 those addresses for the test. Fix comment.
14977
149782015-04-10 Pedro Alves <palves@redhat.com>
14979
14980 * gdb.base/sigstep.exp (breakpoint_to_handler)
14981 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14982 Test "backtrace" in handler.
14983 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14984 (top level): Add new "displaced" test axis to
14985 breakpoint_to_handler, breakpoint_to_handler_entry and
14986 breakpoint_over_handler.
14987
149882015-04-10 Pedro Alves <palves@redhat.com>
14989
14990 PR gdb/18216
14991 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14992
149932015-04-10 Yao Qi <yao.qi@linaro.org>
14994
14995 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14996 (test_add_rn_pc): New function.
14997 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14998 (top level): Invoke test_add_rn_pc.
14999
150002015-04-10 Pedro Alves <palves@redhat.com>
15001
15002 PR gdb/13858
15003 * gdb.base/step-over-no-symbols.exp: New file.
15004
150052015-04-09 Andy Wingo <wingo@igalia.com>
15006
15007 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15008 after the Python tests.
15009
150102015-04-08 Keith Seitz <keiths@redhat.com>
15011
15012 PR python/16699
15013 * gdb.python/py-completion.exp: New tests for completion.
15014 * gdb.python/py-completion.py (CompleteLimit1): New class.
15015 (CompleteLimit2): Likewise.
15016 (CompleteLimit3): Likewise.
15017 (CompleteLimit4): Likewise.
15018 (CompleteLimit5): Likewise.
15019 (CompleteLimit6): Likewise.
15020 (CompleteLimit7): Likewise.
15021
150222015-04-08 Pedro Alves <palves@redhat.com>
15023
15024 PR gdb/18214
15025 PR gdb/18216
15026 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15027 function.
15028 (main): Install it as SIGUSR1 handler.
15029 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15030 parameter. Always use "setup" as prefix. Toggle "set
15031 displaced-stepping" off/on depending on global. Don't switch to
15032 thread 1 here.
15033 (top level): Add displaced stepping "off/on" test axis. Update
15034 "setup" calls. Wrap each subtest with with_test_prefix. Test
15035 continuing with a queued signal in each thread.
15036
150372015-04-08 Pedro Alves <palves@redhat.com>
15038
15039 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15040 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15041 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15042 Return early if running to main fails.
15043 * gdb.trace/while-stepping.exp: Likewise.
15044
150452015-04-07 Pedro Alves <palves@redhat.com>
15046
15047 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15048 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15049 interact with inferior program.
15050
150512015-04-07 Pedro Alves <palves@redhat.com>
15052
15053 * lib/gdb.exp (inferior_spawn_id): New global.
15054 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15055 spawn id after processing the user code.
15056 (default_gdb_start): Set inferior_spawn_id.
15057 (send_inferior): New procedure.
15058 * lib/gdbserver-support.exp (gdbserver_start): Set
15059 inferior_spawn_id.
15060 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15061
150622015-04-07 Pedro Alves <palves@redhat.com>
15063
15064 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15065 * lib/gdbserver-support.exp (gdbserver_start): Make
15066 $server_spawn_id global.
15067 (gdbserver_start): Don't wait for gdbserver's spawn id with
15068 expect_background.
15069 (close_gdbserver): New procedure.
15070 (gdb_exit): Rename the default version and reimplement.
15071
150722015-04-07 Pedro Alves <palves@redhat.com>
15073
15074 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15075 append the substituted item, not the original item.
15076
150772015-04-07 Pedro Alves <palves@redhat.com>
15078
15079 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15080 gdb_expect.
15081
150822015-04-07 Pedro Alves <palves@redhat.com>
15083
15084 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15085 output appearing once only.
15086
150872015-04-07 Pedro Alves <palves@redhat.com>
15088
15089 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15090 that doesn't expect anything. Return early if running to main
15091 fails.
15092
150932015-04-07 Yao Qi <yao.qi@linaro.org>
15094
15095 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15096 (child_function): Call alarm.
15097 (main): Move call to alarm into the loop.
15098 * gdb.threads/non-stop-fair-events.exp: Build program with
15099 -DTIMEOUT=$timeout.
15100
151012015-04-06 Doug Evans <xdje42@gmail.com>
15102
15103 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15104 Fix dest parameter to board_info.
15105 (fpc_compile): Ditto.
15106 (gdb_compile_pascal): Rename dest arg to destfile.
15107
151082015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15109
15110 * gdb.ada/funcall_ref.exp: New file.
15111 * gdb.ada/funcall_ref/foo.adb: New file.
15112
151132015-04-02 Yao Qi <yao.qi@linaro.org>
15114
15115 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15116 is remote.
15117
151182015-04-02 Gary Benson <gbenson@redhat.com>
15119
15120 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15121
151222015-04-01 Sasha Smundak <asmundak@google.com>
15123
15124 * gdb.python/py-unwind-maint.c: New file.
15125 * gdb.python/py-unwind-maint.exp: New test.
15126 * gdb.python/py-unwind-maint.py: New file.
15127 * gdb.python/py-unwind.c: New file.
15128 * gdb.python/py-unwind.exp: New test.
15129 * gdb.python/py-unwind.py: New test.
15130
151312015-04-01 Pedro Alves <palves@redhat.com>
15132
15133 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15134 to fail instead of non-existent $test.
15135
151362015-04-01 Pedro Alves <palves@redhat.com>
15137
15138 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15139 GDBFLAGS if not empty.
15140
151412015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15142
15143 * gdb.ada/complete.exp: Remove "multi_line".
15144 * gdb.ada/info_exc.exp: Remove "multi_line".
15145 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15146 * gdb.ada/ptype_field.exp: Remove "multi_line".
15147 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15148 * gdb.ada/tagged.exp: Remove "multi_line".
15149 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15150 [multi_line ...]
15151 * gdb.btrace/delta.exp: Likewise.
15152 * gdb.btrace/exception.exp: Likewise.
15153 * gdb.btrace/function_call_history.exp: Likewise.
15154 * gdb.btrace/instruction_history.exp: Likewise.
15155 * gdb.btrace/nohist.exp: Likewise.
15156 * gdb.btrace/record_goto.exp: Likewise.
15157 * gdb.btrace/segv.exp: Likewise.
15158 * gdb.btrace/stepi.exp: Likewise.
15159 * gdb.btrace/tailcall.exp: Likewise.
15160 * gdb.btrace/unknown_functions.exp: Likewise.
15161 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15162 * lib/gdb.exp: Add the "multi_line" helper.
15163
151642015-04-01 Pedro Alves <palves@redhat.com>
15165
15166 * gdb.threads/tid-reuse.c: New file.
15167 * gdb.threads/tid-reuse.exp: New file.
15168
151692015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15170
15171 PR corefiles/16092
15172 * gdb.base/coredump-filter.c: New file.
15173 * gdb.base/coredump-filter.exp: Likewise.
15174
151752015-03-27 Petr Machata <pmachata@redhat.com>
15176
15177 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15178 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15179 (Dwarf::assemble): Initialize them.
15180 (Dwarf::lines): New function.
15181
151822015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15183
15184 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15185 SYMBOL_PREFIX for x86_64-*-cygwin.
15186
151872015-03-26 Andy Wingo <wingo@igalia.com>
15188
15189 PR symtab/18148
15190 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15191 const_value but not a location.
15192 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15193 location defined in non-main CUs are visible.
15194
151952015-03-26 Yao Qi <yao.qi@linaro.org>
15196
15197 PR testsuite/18139
15198 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15199 Add a line number entry for the same line.
15200 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15201 Add a line number entry for the same line.
15202
152032015-03-26 Yao Qi <yao.qi@linaro.org>
15204
15205 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15206 .int 0.
15207 (func): Likewise. Add .Lfunc_1 label.
15208 Use .Lfunc_1 label.
15209 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15210 .int 0.
15211 (func): Likewise.
15212 Use .Lfunc_1 label.
15213
152142015-03-26 Yao Qi <yao.qi@linaro.org>
15215
15216 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15217 Call gdb_compile instead to compile each .s files without debug
15218 information.
15219
152202015-03-26 Yao Qi <yao.qi@linaro.org>
15221
15222 * gdb.base/savedregs.exp (process_saved_regs): Make
15223 "Saved registers:" optional in the pattern.
15224
152252015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15226
15227 * gdb.btrace/next.exp: Merged into step.exp.
15228 * gdb.btrace/finish.exp: Merged into step.exp.
15229 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15230 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15231 "record goto" and checking the exact replay position.
15232 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15233 check for "Recording format" in "info record" output.
15234 * gdb.btrace/record_goto.exp: Choose test file based on target.
15235 * gdb.btrace/x86-record_goto.S: Renamed into ...
15236 * gdb.btrace/x86_64-record_goto.S: ... this.
15237 * gdb.btrace/i686-record_goto.S: New.
15238 * gdb.btrace/x86-tailcall.S: Renamed into ...
15239 * gdb.btrace/x86_64-tailcall.S: ... this.
15240 * gdb.btrace/i686-tailcall.S: New.
15241 * gdb.btrace/x86-tailcall.c: Renamed into ...
15242 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15243 separate statements. Update test.
15244 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15245 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15246 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15247 * gdb.btrace/tailcall.exp: Choose test file based on target.
15248 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15249
152502015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15251
15252 * gdb.btrace/exception.exp: Increase BTS buffer size.
15253
152542015-03-24 Pedro Alves <palves@redhat.com>
15255
15256 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15257
152582015-03-24 Pedro Alves <palves@redhat.com>
15259
15260 * gdb.threads/schedlock.exp (test_step): No longer expect that
15261 "set scheduler-locking step" with "next" over a function call runs
15262 threads unlocked.
15263
152642015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15265
15266 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15267
152682015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15269
15270 PR breakpoints/16466
15271 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15272 * gdb.mi/mi-pending.c (thread_func): New function.
15273 (int main): Add threading support required.
15274 * gdb.mi/mi-pending.exp: Add tests for this issue.
15275 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15276 (pendfunc2): Remove stdio dependency.
15277 * gdb.mi/mi-pendshr2.c: New file.
15278
152792015-03-23 Keith Seitz <keiths@redhat.com>
15280
15281 * gdb.linespec/keywords.c: New file.
15282 * gdb.linespec/keywords.exp: New file.
15283
152842015-03-23 Keith Seitz <keiths@redhat.com>
15285
15286 PR gdb/18021
15287 * gdb.dwarf2/staticvirtual.exp: New test.
15288
152892015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15290
15291 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15292 * README: Remove HP-UX and gdb.hp.
15293 (configuration):
15294 * configure: Regenerate.
15295 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15296 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15297 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15298 gdb.hp/gdb.defects/Makefile.
15299 * gdb.hp/Makefile.in: File deleted.
15300 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15301 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15302 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15303 * gdb.hp/gdb.aCC/run.c: File deleted.
15304 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15305 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15306 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15307 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15308 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15309 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15310 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15311 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15312 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15313 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15314 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15315 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15316 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15317 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15318 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15319 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15320 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15321 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15322 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15323 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15324 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15325 * gdb.hp/gdb.compat/average.c: File deleted.
15326 * gdb.hp/gdb.compat/sum.c: File deleted.
15327 * gdb.hp/gdb.compat/xdb.c: File deleted.
15328 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15329 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15330 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15331 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15332 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15333 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15334 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15335 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15336 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15337 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15338 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15339 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15340 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15341 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15342 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15343 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15344 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15345 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15346 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15347 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15348 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15349 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15350 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15351 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15352 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15353 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15354 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15355 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15356 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15357 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15358 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15359 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15360 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15361 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15362 * gdb.hp/tools/odump: File deleted.
15363
153642015-03-19 Pedro Alves <palves@redhat.com>
15365
15366 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15367 (saw_thread_3): New globals.
15368 (top level): Increment them when an event for the corresponding
15369 thread is seen.
15370 (no thread starvation): New test.
15371
153722015-03-19 Pedro Alves <palves@redhat.com>
15373
15374 * gdb.threads/continue-pending-status.c: New file.
15375 * gdb.threads/continue-pending-status.exp: New file.
15376
153772015-03-18 Pedro Alves <palves@redhat.com>
15378
15379 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15380 Use gdb_is_target_remote instead of is_remote. Use
15381 gdb_test_multiple instead of gdb_expect. Exit early if
15382 gdb_test_multiple hits its internal matches. Tighten stepi tests
15383 expected output. Fail on exit with any signal, instead of just
15384 SIGILL.
15385
153862015-03-18 Yao Qi <yao.qi@linaro.org>
15387
15388 PR tdep/18107
15389 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15390 variable.
15391 * gdb.base/catch-syscall.exp: Don't skip it on
15392 aarch64*-*-linux* target. Remove elements in all_syscalls.
15393 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15394 target.
15395 (setup_all_syscalls): New proc.
15396
153972015-03-16 Yao Qi <yao.qi@linaro.org>
15398
15399 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15400 (top level): Skip tests if valid_addr_p returns false for
15401 $cmd1 or $cmd2.
15402
154032015-03-11 Andy Wingo <wingo@igalia.com>
15404
15405 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15406
154072015-03-11 Yao Qi <yao.qi@linaro.org>
15408
15409 * gdb.base/catch-syscall.exp: Fix typo in comments.
15410
154112015-03-11 Yao Qi <yao.qi@linaro.org>
15412
15413 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15414
154152015-03-09 Pedro Alves <palves@redhat.com>
15416
15417 * dg-extract-results.py: Delete.
15418
154192015-03-09 Pedro Alves <palves@redhat.com>
15420
15421 Merge dg-extract-results.sh from GCC upstream (r218843).
15422
15423 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15424 * dg-extract-results.sh: Use --text with grep to avoid issues with
15425 binary files. Fall back to cat -v, if that doesn't work.
15426
154272015-03-05 Pedro Alves <palves@redhat.com>
15428
15429 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15430
154312015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15432
15433 * lib/mi-support.exp (mi_expect_interrupt): Accept
15434 alternative event for when in all-stop mode.
15435
154362015-03-04 Pedro Alves <palves@redhat.com>
15437
15438 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15439
154402015-03-04 Mark Kettenis <kettenis@gnu.org>
15441
15442 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15443
154442015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15445
15446 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15447 regexps for GDB's current line display, accept a hex address
15448 preceding the line number.
15449
154502015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15451
15452 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15453 the 'arch1' variable for "s390*-linux*" targets.
15454
154552015-03-04 Pedro Alves <palves@redhat.com>
15456
15457 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15458 (main): Pass missing retval argument to pthread_join call.
15459
154602015-03-02 Pedro Alves <palves@redhat.com>
15461
15462 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15463 (top level): Call do_test with non-stop as well.
15464
154652015-03-02 Pedro Alves <palves@redhat.com>
15466
15467 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15468 -1.
15469
154702015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15471
15472 * gdb.arch/s390-vregs.exp: New test.
15473 * gdb.arch/s390-vregs.S: New file.
15474
154752015-02-27 Pedro Alves <palves@redhat.com>
15476
15477 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15478 call to catch_command_errors.
15479 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15480 catch_command_errors.
15481
154822015-02-27 Pedro Alves <palves@redhat.com>
15483
15484 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15485 "true" for boolean result.
15486 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15487 prototype of main.
15488
154892015-02-27 Pedro Alves <palves@redhat.com>
15490
15491 * lib/unbuffer_output.c: New file.
15492 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15493 (main): Call gdb_unbuffer_output.
15494
154952015-02-27 Yao Qi <yao.qi@linaro.org>
15496
15497 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15498 target.
15499
155002015-02-26 Doug Evans <dje@google.com>
15501
15502 * gdb.cp/class2.cc (Dbase, D): New classes.
15503 (main): New local delta.
15504 * gdb.cp/class2.exp: Test printing delta.
15505 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15506 (dynbar): New global.
15507 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15508
155092015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15510
15511 * gdb.compile/compile-ifunc.c: New file.
15512 * gdb.compile/compile-ifunc.exp: New file.
15513
155142015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15515
15516 * gdb.base/structs.exp: Check for correct struct on finish.
15517
155182015-02-26 Yao Qi <yao.qi@linaro.org>
15519
15520 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15521 is zero.
15522
155232015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15524
15525 * gdb.arch/cordic.ko.bz2: New file.
15526 * gdb.arch/cordic.ko.debug.bz2: New file.
15527 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15528
155292015-02-25 Yao Qi <yao.qi@linaro.org>
15530
15531 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15532 aarch64*-*-* target.
15533
155342015-02-23 Pedro Alves <palves@redhat.com>
15535
15536 * lib/gdb.exp (delete_breakpoints): Rewrite using
15537 gdb_test_multiple.
15538
155392015-02-23 Pedro Alves <palves@redhat.com>
15540
15541 * gdb.base/info-os.c: Include stdlib.h.
15542
155432015-02-22 Doug Evans <xdje42@gmail.com>
15544
15545 PR symtab/17855
15546 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15547 is read after symbols have been re-read.
15548 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15549 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15550
155512015-02-21 Doug Evans <dje@google.com>
15552
15553 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15554
155552015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15556
15557 PR corefiles/17808
15558 * gdb.arch/i386-biarch-core.core.bz2: New file.
15559 * gdb.arch/i386-biarch-core.exp: New file.
15560
155612015-02-21 Pedro Alves <palves@redhat.com>
15562
15563 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15564 runto_main fails.
15565
155662015-02-20 Pedro Alves <palves@redhat.com>
15567
15568 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15569 info probes.
15570
155712015-02-20 Pedro Alves <palves@redhat.com>
15572
15573 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15574
155752015-02-20 Pedro Alves <palves@redhat.com>
15576
15577 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15578 clean_restart before gdb_target_supports_trace.
15579
155802015-02-20 Pedro Alves <palves@redhat.com>
15581
15582 PR threads/18006
15583 * gdb.threads/clone-thread_db.c: New file.
15584 * gdb.threads/clone-thread_db.exp: New file.
15585
155862015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15587
15588 PR breakpoints/16812
15589 * gdb.base/catch-gdb-caused-signals.c: New file.
15590 * gdb.base/catch-gdb-caused-signals.exp: New file.
15591
155922015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15593
15594 * configure: Regenerated.
15595 * configure.ac: Use GDB_AC_TRANSFORM.
15596 * aclocal.m4: sinclude ../transform.m4.
15597
155982015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15599
15600 * lib/dtrace.exp: New file.
15601 * gdb.base/dtrace-probe.exp: Likewise.
15602 * gdb.base/dtrace-probe.d: Likewise.
15603 * gdb.base/dtrace-probe.c: Likewise.
15604 * lib/pdtrace.in: Likewise.
15605 * configure.ac: Output variables with the transformed names of
15606 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15607 * configure: Regenerated.
15608
156092015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15610
15611 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15612 expected message when trying to access $_probe_* convenience
15613 variables while not on a probe.
15614
156152015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15616
15617 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15618
156192015-02-11 Pedro Alves <pedro@codesourcery.com>
15620
15621 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15622 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15623
156242015-02-10 Doug Evans <xdje42@gmail.com>
15625
15626 * lib/gdb.exp (gdb_load): Always return a result.
15627
156282015-02-10 Pedro Alves <palves@redhat.com>
15629
15630 * gdb.threads/signal-sigtrap.c: New file.
15631 * gdb.threads/signal-sigtrap.exp: New file.
15632
156332015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15634
15635 * gdb.trace/no-attach-trace.c: New file.
15636 * gdb.trace/no-attach-trace.exp: New file.
15637
156382015-02-09 Mark Wielaard <mjw@redhat.com>
15639
15640 * gdb.dwarf2/atomic.c: New file.
15641 * gdb.dwarf2/atomic-type.exp: Likewise.
15642
156432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15644
15645 * gdb.btrace/buffer-size.exp: Update "info record" output.
15646 * gdb.btrace/delta.exp: Update "info record" output.
15647 * gdb.btrace/enable.exp: Update "info record" output.
15648 * gdb.btrace/finish.exp: Update "info record" output.
15649 * gdb.btrace/instruction_history.exp: Update "info record" output.
15650 * gdb.btrace/next.exp: Update "info record" output.
15651 * gdb.btrace/nexti.exp: Update "info record" output.
15652 * gdb.btrace/step.exp: Update "info record" output.
15653 * gdb.btrace/stepi.exp: Update "info record" output.
15654 * gdb.btrace/nohist.exp: Update "info record" output.
15655
156562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15657
15658 * gdb.btrace/buffer-size: New.
15659
156602015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15661
15662 * gdb.btrace/delta.exp: Update "info record" output.
15663 * gdb.btrace/enable.exp: Update "info record" output.
15664 * gdb.btrace/finish.exp: Update "info record" output.
15665 * gdb.btrace/instruction_history.exp: Update "info record" output.
15666 * gdb.btrace/next.exp: Update "info record" output.
15667 * gdb.btrace/nexti.exp: Update "info record" output.
15668 * gdb.btrace/step.exp: Update "info record" output.
15669 * gdb.btrace/stepi.exp: Update "info record" output.
15670 * gdb.btrace/nohist.exp: Update "info record" output.
15671
156722015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15673
15674 PR gdb/15678
15675 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15676
156772015-02-06 Pedro Alves <palves@redhat.com>
15678
15679 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15680 macro.
15681 (seconds_left, again): New globals.
15682 (main): Wait seconds_left in a 1-second sleep loop instead of
15683 sleeping 180 seconds. If 'again' is set, reset the seconds
15684 counter.
15685 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15686 'again' in the inferior before detaching. Print the seconds left.
15687 (options): New global.
15688 (top level): Build program with -DTIMEOUT=$timeout.
15689
156902015-02-06 Pedro Alves <palves@redhat.com>
15691
15692 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15693 determine how many seconds to pass to 'alarm'.
15694 * gdb.base/gdb-sigterm.exp (top level): Build program with
15695 -DTIMEOUT=$timeout.
15696 (do_test): Return success/failure indication. Add more verbose
15697 logging. Don't fail if 200 single steps are seen. Instead, fail
15698 when the test times out.
15699 (passes): New global.
15700 (top level): Break the testing loop if testing fails on any
15701 iteration. Use gdb_assert.
15702
157032015-02-04 Don Breazeal <donb@codesourcery.com>
15704
15705 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15706 and initialize them.
15707 (ipc_cleanup): New function.
15708 (main): Don't declare shmid, semid, and msqid. Add a call to
15709 atexit so that we call ipc_cleanup on exit.
15710
157112015-02-04 Pedro Alves <palves@redhat.com>
15712
15713 * boards/native-extended-gdbserver.exp: Remove any target variant
15714 specifications from the board name before clearing the isremote
15715 flag from board_info.
15716
157172015-01-31 Doug Evans <xdje42@gmail.com>
15718
15719 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15720
157212015-01-31 Gary Benson <gbenson@redhat.com>
15722
15723 * gdb.base/completion.exp: Disable completion limiting for
15724 existing tests. Add new tests to check completion limiting.
15725 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15726
157272015-01-31 Doug Evans <xdje42@gmail.com>
15728
15729 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15730
157312015-01-31 Doug Evans <xdje42@gmail.com>
15732
15733 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15734 entries. Duplicate file section script entries.
15735 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15736 inlined entries. Add test for safe-path rejection.
15737 * gdb.python/py-section-script.c: Add duplicate inlined section script
15738 entries. Duplicate file section script entries.
15739 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15740 inlined entries. Add test for safe-path rejection.
15741
157422015-01-29 Joel Brobecker <brobecker@adacore.com>
15743
15744 * gdb.ada/disc_arr_bound: New testcase.
15745
157462015-01-29 Joel Brobecker <brobecker@adacore.com>
15747
15748 * gdb.ada/mi_var_array: New testcase.
15749
157502015-01-27 Doug Evans <dje@google.com>
15751
15752 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15753 Add test for objfile.filename, objfile.username after objfile
15754 has been unloaded.
15755
157562015-01-26 Joel Brobecker <brobecker@adacore.com>
15757
15758 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15759 the second test to print the name attribute of value
15760 returned by the call to gdb.lookup_type, and adjust
15761 the expected output accordingly.
15762
157632015-01-25 Mark Wielaard <mjw@redhat.com>
15764
15765 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15766 * gdb.base/disp-step-fork.c: Include unistd.h.
15767 * gdb.base/siginfo-obj.c: Include stdio.h.
15768 * gdb.base/siginfo-thread.c: Likewise.
15769 * gdb.mi/non-stop.c: Include unistd.h.
15770 * gdb.mi/nsthrexec.c: Include stdio.h.
15771 * gdb.mi/pthreads.c: Include unistd.h.
15772 * gdb.modula2/unbounded1.c (main): Declare returns int.
15773 * gdb.reverse/consecutive-reverse.c: Likewise.
15774 * gdb.threads/create-fail.c: Include unistd.h.
15775 * gdb.threads/killed.c: Likewise.
15776 * gdb.threads/linux-dp.c: Likewise.
15777 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15778 * gdb.threads/non-ldr-exc-2.c: Likewise.
15779 * gdb.threads/non-ldr-exc-3.c: Likewise.
15780 * gdb.threads/non-ldr-exc-4.c: Likewise.
15781 * gdb.threads/pthreads.c: Include unistd.h.
15782 (main): Declare returns int.
15783 * gdb.threads/tls-main.c (foo): New declaration.
15784 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15785
157862015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15787
15788 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15789 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15790
157912015-01-15 Mark Wielaard <mjw@redhat.com>
15792
15793 * gdb.base/noreturn-return.c: New file.
15794 * gdb.base/noreturn-return.exp: New file.
15795 * gdb.base/noreturn-finish.c: New file.
15796 * gdb.base/noreturn-finish.exp: New file.
15797
157982015-01-23 Pedro Alves <palves@redhat.com>
15799
15800 * gdb.threads/continue-pending-after-query.c: New file.
15801 * gdb.threads/continue-pending-after-query.exp: New file.
15802
158032015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15804 Simon Marchi <simon.marchi@ericsson.com>
15805
15806 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15807 * gdb.base/valgrind-db-attach.exp: Same.
15808 * gdb.base/valgrind-infcall.exp: Same.
15809 * lib/mi-support.exp (default_mi_gdb_start): Same.
15810 * lib/prompt.exp (default_prompt_gdb_start): Same.
15811 * lib/gdb.exp (default_gdb_spawn): Same.
15812 (gdb_interact): New.
15813
15814
158152015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15816
15817 * gdb.compile/compile.exp (pointer to jit function): New test.
15818
158192015-01-17 Wei-cheng Wang <cole945@gmail.com>
15820
15821 * lib/gdb.exp (supports_process_record): Return true for
15822 powerpc*-*-linux*.
15823 (supports_reverse): Likewise.
15824
158252015-01-15 Don Breazeal <donb@codesourcery.com>
15826
15827 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15828 instead of checking whether the target board is remote and
15829 use spawn_wait_for_attach instead of exec/sleep.
15830 * gdb.base/attach-twice.exp: Likewise.
15831
158322015-01-15 Joel Brobecker <brobecker@adacore.com>
15833
15834 * gdb.ada/var_arr_attrs: New testcase.
15835
158362015-01-14 Pedro Alves <palves@redhat.com>
15837 Joel Brobecker <brobecker@adacore.com>
15838
15839 PR gdb/17525
15840 * gdb.base/bp-cmds-execution-x-script.c: New file.
15841 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15842 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15843
158442015-01-14 Pedro Alves <palves@redhat.com>
15845
15846 PR cli/17828
15847 * gdb.base/batch-preserve-term-settings.c: New file.
15848 * gdb.base/batch-preserve-term-settings.exp: New file.
15849
158502015-01-13 Doug Evans <dje@google.com>
15851
15852 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15853 binary.
15854
158552015-01-13 Joel Brobecker <brobecker@adacore.com>
15856
15857 * Makefile.in (clean mostlyclean): Do not delete *.py.
15858
158592015-01-13 Joel Brobecker <brobecker@adacore.com>
15860
15861 * gdb.python/py-lookup-type.exp: New file.
15862
158632015-01-12 Pedro Alves <palves@redhat.com>
15864
15865 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15866 restore GDBFLAGS before returning.
15867
158682015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15869
15870 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15871 is_amd64_regs_target and is_x86_like_target.
15872
158732015-01-11 Doug Evans <xdje42@gmail.com>
15874
15875 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15876 is given without an explicit form.
15877 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15878 attributes.
15879 * gdb.dwarf/corrupt.exp: Ditto.
15880 * gdb.dwarf2/enum-type.exp: Ditto.
15881 * gdb.trace/entry-values.exp: Ditto.
15882 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15883
158842015-01-11 Doug Evans <xdje42@gmail.com>
15885
15886 PR gdb/15830
15887 * gdb.base/maint.exp: Remove references to "maint demangle".
15888 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15889 Add tests for explicitly specifying language to demangle.
15890 * gdb.dlang/demangle.exp: Ditto.
15891
158922015-01-09 Pedro Alves <palves@redhat.com>
15893
15894 * gdb.threads/non-stop-fair-events.c: New file.
15895 * gdb.threads/non-stop-fair-events.exp: New file.
15896
158972015-01-09 Pedro Alves <palves@redhat.com>
15898
15899 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15900 the global scope. Set a breakpoint after all threads are started
15901 rather than stepping over two source lines. Expect the prompt.
15902 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15903 global.
15904 (NUM): Now 15.
15905 (main): Use threads_started_barrier to wait for all threads to
15906 start. Main thread no longer calls thread_function. Exit after
15907 180 seconds.
15908 (loop): New function.
15909 (thread_function): Wait on threads_started_barrier barrier. Call
15910 'loop' at each iteration.
15911 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15912 threads have started, instead of hardcoding number of "next"
15913 steps. Use an access watchpoint instead of a write watchpoint.
15914
159152015-01-09 Pedro Alves <palves@redhat.com>
15916
15917 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15918 (thread_func): Wait on barrier.
15919 (main): Wait for all threads to start before stopping GDB.
15920 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15921 global.
15922 (thread1_func, thread2_func): Wait on barrier.
15923 (main): Wait for all threads to start before stopping GDB.
15924 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15925 New global.
15926 (thread1_func, thread2_func): Wait on barrier.
15927 (main): Wait for all threads to start before stopping GDB.
15928
159292015-01-09 Pedro Alves <palves@redhat.com>
15930
15931 * gdb.threads/attach-many-short-lived-threads.c: New file.
15932 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15933
159342014-01-09 Pedro Alves <palves@redhat.com>
15935
15936 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15937 instead of to thread 2.
15938 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15939 Add barrier around each pthread_create call instead of around all
15940 calls.
15941 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15942 Set a break on thread_function and have the child threads hit it
15943 one at at a time.
15944
159452015-01-09 Pedro Alves <palves@redhat.com>
15946
15947 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15948 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15949 false.
15950 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15951 checking whether the target board is remote.
15952 * gdb.multi/multi-attach.exp: Likewise.
15953 * gdb.python/py-sync-interp.exp: Likewise.
15954 * gdb.server/ext-attach.exp: Likewise.
15955 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15956 tests that need to attach, instead of checking whether the target
15957 board is remote at the top of the file.
15958
159592015-01-08 Yao Qi <yao@codesourcery.com>
15960
15961 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15962
159632015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15964
15965 Fix testcase compilation.
15966 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15967
159682015-01-06 Joel Brobecker <brobecker@adacore.com>
15969
15970 * gdb.python/py-type.exp: Add a couple test about empty
15971 array creation, and negative-length array creation.
15972
159732015-01-02 Doug Evans <xdje42@gmail.com>
15974
15975 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15976
159772015-01-02 Doug Evans <dje@google.com>
15978
15979 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15980
159812014-12-29 Yao Qi <yao@codesourcery.com>
15982
15983 * gdb.trace/entry-values.exp: Update comments. Rename variable
15984 bar_call_foo to returned_from_foo.
15985
159862014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15987
15988 PR gdb/17394
15989 * gdb.linespec/break-asm-file.c: New file.
15990 * gdb.linespec/break-asm-file.exp: New file.
15991 * gdb.linespec/break-asm-file0.s: New file.
15992 * gdb.linespec/break-asm-file1.s: New file.
15993
159942014-12-18 Nigel Stephens <nigel@mips.com>
15995 Maciej W. Rozycki <macro@codesourcery.com>
15996
15997 * gdb.base/float.exp: Handle the new output from "info float" on
15998 MIPS targets.
15999
160002014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16001
16002 Fix MinGW compilation.
16003 * gdb.compile/compile-ops.exp: Update untested message if
16004 !skip_compile_feature_tests.
16005 * gdb.compile/compile-setjmp.exp: Likewise.
16006 * gdb.compile/compile-tls.exp: Likewise.
16007 * gdb.compile/compile.exp: Likewise.
16008 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16009 supported on this host".
16010
160112014-12-16 Doug Evans <xdje42@gmail.com>
16012
16013 * boards/stabs.exp: New file.
16014
160152014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16016
16017 * gdb.base/completion.exp: Adjust to format changes of "maint
16018 print user-registers".
16019
160202014-12-16 Catalin Udma <catalin.udma@freescale.com>
16021
16022 PR server/17457
16023 * gdb.arch/aarch64-fp.c: New file.
16024 * gdb.arch/aarch64-fp.exp: New file.
16025
160262014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16027
16028 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16029 r210637, r210913, r211666, r215400, r215817).
16030
16031 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16032 * dg-extract-results.py: New file.
16033 * dg-extract-results.sh: Use it if the environment seems
16034 suitable.
16035
16036 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16037
16038 * dg-extract-results.py (parse_run): Handle warnings that
16039 are printed before a test harness is run.
16040
16041 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16042
16043 * dg-extract-results.py (Named): Remove __cmp__ method.
16044 (output_variation): Use a key to sort variation.harnesses.
16045
16046 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16047
16048 * dg-extract-results.py: For Python 3, force sys.stdout to
16049 handle surrogate escape sequences.
16050 (safe_open): New function.
16051 (output_segment, main): Use it.
16052
16053 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16054
16055 * dg-extract-results.py (Prog.result_re): Include options
16056 in test name.
16057
16058 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16059
16060 * dg-extract-results.py (output_variation): Always sort if
16061 do_sum.
16062
160632014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16064
16065 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16066 as long as we get pagination notifications.
16067
160682014-12-15 Jason Merrill <jason@redhat.com>
16069
16070 * Makefile.in (check-gdb.%): Restore.
16071 * README: Mention it.
16072
160732014-12-13 Joel Brobecker <brobecker@adacore.com>
16074
16075 * gdb.ada/str_uninit: New testcase.
16076
160772014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16078
16079 PR symtab/17642
16080 * gdb.base/vla-stub-define.c: New file.
16081 * gdb.base/vla-stub.c: New file.
16082 * gdb.base/vla-stub.exp: New file.
16083
160842014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16085 Jan Kratochvil <jan.kratochvil@redhat.com>
16086 Tom Tromey <tromey@redhat.com>
16087
16088 * configure.ac: Add gdb.compile/.
16089 * configure: Regenerate.
16090 * gdb.compile/Makefile.in: New file.
16091 * gdb.compile/compile-ops.exp: New file.
16092 * gdb.compile/compile-ops.c: New file.
16093 * gdb.compile/compile-tls.c: New file.
16094 * gdb.compile/compile-tls.exp: New file.
16095 * gdb.compile/compile-constvar.S: New file.
16096 * gdb.compile/compile-constvar.c: New file.
16097 * gdb.compile/compile-mod.c: New file.
16098 * gdb.compile/compile-nodebug.c: New file.
16099 * gdb.compile/compile-setjmp-mod.c: New file.
16100 * gdb.compile/compile-setjmp.c: New file.
16101 * gdb.compile/compile-setjmp.exp: New file.
16102 * gdb.compile/compile-shlib.c: New file.
16103 * gdb.compile/compile.c: New file.
16104 * gdb.compile/compile.exp: New file.
16105 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16106
161072014-12-12 Tom Tromey <tromey@redhat.com>
16108
16109 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16110 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16111
161122014-12-12 Doug Evans <dje@google.com>
16113
16114 * lib/gdb-python.exp (get_python_valueof): New function.
16115 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16116
161172014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16118
16119 * gdb.base/completion.exp: Add test for completion of "info
16120 registers ".
16121
161222014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16123
16124 * gdb.base/func-ptrs.c: New file.
16125 * gdb.base/func-ptrs.exp: New file.
16126
161272014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16128
16129 PR breakpoints/17012
16130 * gdb.base/dprintf-detach.c: New file.
16131 * gdb.base/dprintf-detach.exp: New file.
16132
161332014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16134
16135 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16136 * lib/gdb.exp (target_is_gdbserver): New procedure.
16137
161382014-12-08 Doug Evans <dje@google.com>
16139
16140 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16141
161422014-12-05 Yao Qi <yao@codesourcery.com>
16143
16144 * gdb.guile/scm-error.exp: Remove the third argument to
16145 gdb_remote_download.
16146 * gdb.guile/scm-frame-args.exp: Likewise.
16147 * gdb.guile/scm-section-script.exp: Likewise.
16148
161492014-12-05 Yao Qi <yao@codesourcery.com>
16150
16151 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16152
161532014-12-04 Doug Evans <dje@google.com>
16154
16155 * gdb.python/py-objfile.exp: Add tests for
16156 objfile.add_separate_debug_file.
16157
161582014-12-04 Doug Evans <dje@google.com>
16159
16160 * lib/gdb.exp (get_build_id): New function.
16161 (build_id_debug_filename_get): Rewrite to use it.
16162 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16163
161642014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16165
16166 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16167 `method(long)', not just 0x0.
16168 * gdb.cp/nsalias.exp: Align code labels to 4.
16169 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16170 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16171 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16172 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16173 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16174 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16175
161762014-12-02 Doug Evans <dje@google.com>
16177
16178 PR symtab/17602
16179 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16180 * gdb.cp/anon-ns2.cc: ... here. New file.
16181 * gdb.cp/anon-ns.exp: Update.
16182
161832014-12-02 Nick Bull <nicholaspbull@gmail.com>
16184
16185 * gdb.python/py-events.py (inferior_call_handler): New.
16186 (register_changed_handler, memory_changed_handler): New.
16187 (test_events.invoke): Register new handlers.
16188 * gdb.python/py-events.exp: Add tests for inferior call,
16189 memory_changed and register_changed events.
16190
161912014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16192
16193 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16194 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16195 if the linker doesn't understand this.
16196
161972014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16198
16199 * gdb.python/python.exp: Change expected reply to help().
16200
162012014-12-01 Yao Qi <yao@codesourcery.com>
16202
16203 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16204 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16205 * configure: Re-generated.
16206
162072014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16208
16209 * gdb.cp/chained-calls.cc: New file.
16210 * gdb.cp/chained-calls.exp: New file.
16211 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16212
162132014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16214
16215 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16216 * gdb.dwarf2/symtab-producer.exp: Same.
16217 * gdb.gdb/python-interrupts.exp: Same.
16218 * gdb.gdb/python-selftest.exp: Same.
16219 * gdb.python/py-linetable.exp: Same.
16220 * gdb.python/py-type.exp: Same.
16221 * gdb.python/py-value-cc.exp: Same.
16222 * gdb.python/py-value.exp: Same.
16223
162242014-11-28 Yao Qi <yao@codesourcery.com>
16225
16226 * gdb.base/break-probes.exp: Match library name prefixed with
16227 sysroot.
16228
162292014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16230
16231 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16232 test expected output. Add parentheses for the call to print.
16233 Remove L suffix from integers.
16234
162352014-11-26 Doug Evans <dje@google.com>
16236
16237 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16238
162392014-11-22 Yao Qi <yao@codesourcery.com>
16240
16241 * gdb.trace/entry-values.c: Remove asms.
16242 (foo): Add foo_label.
16243 (bar): Add bar_label.
16244 * gdb.trace/entry-values.exp: Remove code computing foo's
16245 length and bar's length.
16246 (Dwarf::assemble): Invoke function_range for bar and use
16247 MACRO_AT_func for foo.
16248
162492014-11-22 Yao Qi <yao@codesourcery.com>
16250
16251 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16252 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16253 Use .Lgcc43_procstart instead of gcc43.
16254
162552014-11-21 Joel Brobecker <brobecker@adacore.com>
16256
16257 * gdb.ada/n_arr_bound: New testcase.
16258
162592014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16260
16261 PR breakpoints/10737
16262 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16263 test_catch_syscall_multi_arch.
16264 (test_catch_syscall_multi_arch): New function.
16265
162662014-11-20 Doug Evans <xdje42@gmail.com>
16267
16268 * gdb.base/maint.exp: Update expected output.
16269
162702014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16271
16272 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16273 4-byte instruction on S390.
16274
162752014-11-19 Joel Brobecker <brobecker@adacore.com>
16276
16277 * gdb.ada/arr_arr: New testcase.
16278
162792014-11-19 Joel Brobecker <brobecker@adacore.com>
16280
16281 * gdb.ada/pkd_arr_elem: New Testcase.
16282
162832014-11-18 Luis Machado <lgustavo@codesourcery.com>
16284
16285 * gdb.reverse/break-precsave: Expect completion message for
16286 core file reads.
16287 * gdb.reverse/consecutive-precsave.exp: Likewise.
16288 * gdb.reverse/finish-precsave.exp: Likewise.
16289 * gdb.reverse/i386-precsave.exp: Likewise.
16290 * gdb.reverse/machinestate-precsave.exp: Likewise.
16291 * gdb.reverse/sigall-precsave.exp: Likewise.
16292 * gdb.reverse/solib-precsave.exp: Likewise.
16293 * gdb.reverse/step-precsave.exp: Likewise.
16294 * gdb.reverse/until-precsave.exp: Likewise.
16295 * gdb.reverse/watch-precsave.exp: Likewise.
16296
162972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16298
16299 * gdb.base/bp-permanent.c: Include unistd.h.
16300 * gdb.python/py-framefilter-mi.c (main): Add return type.
16301 * gdb.python/py-framefilter.c (main): Likewise.
16302 * gdb.trace/actions-changed.c (main): Likewise.
16303
163042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16305
16306 * gdb.mi/until.c: Add eye-catchers.
16307 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16308 line numbers.
16309
163102014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16311
16312 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16313 function header variants in break1.c.
16314 * gdb.base/ena-dis-br.exp: Likewise.
16315 * gdb.base/hbreak2.exp: Likewise.
16316 * gdb.reverse/until-precsave.exp: Drop references to removed
16317 non-prototype function header variants in ur1.c.
16318 * gdb.reverse/until-reverse.exp: Likewise.
16319
163202014-11-17 Petr Machata <pmachata@redhat.com>
16321
16322 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16323 ${_cu_offset_size} bytes abbrev offset.
16324
163252014-11-15 Doug Evans <xdje42@gmail.com>
16326
16327 PR symtab/17559
16328 * gdb.base/line-symtabs.exp: New file.
16329 * gdb.base/line-symtabs.c: New file.
16330 * gdb.base/line-symtabs.h: New file.
16331
163322014-11-14 Yao Qi <yao@codesourcery.com>
16333
16334 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16335 (func): Add label func_label.
16336 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16337 Replace low_pc and high_pc with MACRO_AT_range.
16338 Replace name, low_pc and high_pc with MACRO_AT_func.
16339
163402014-11-14 Yao Qi <yao@codesourcery.com>
16341
16342 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16343 Replace name, low_pc and high_pc with MACRO_AT_func.
16344
163452014-11-14 Yao Qi <yao@codesourcery.com>
16346
16347 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16348 produce debug information.
16349 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16350
163512014-11-14 Yao Qi <yao@codesourcery.com>
16352
16353 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16354 object and get function length.
16355 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16356 with MACRO_AT_func.
16357 (top-level): Replace gdb_compile and clean_restart with
16358 prepare_for_testing.
16359 * gdb.dwarf2/main.c (main): Add label main_label.
16360
163612014-11-14 Yao Qi <yao@codesourcery.com>
16362
16363 * lib/dwarf.exp (function_range): New procedure.
16364 (Dwarf::_handle_macro_at_func): New procedure.
16365 (Dwarf::_handle_macro_at_range): New procedure.
16366 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16367
163682014-11-14 Yao Qi <yao@codesourcery.com>
16369
16370 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16371 (_handle_attribute): New procedure.
16372
163732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16374
16375 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16376 * gdb.base/call-sc.c (zed): Likewise.
16377 * gdb.base/checkpoint.c (main): Likewise.
16378 * gdb.base/dump.c (main): Likewise.
16379 * gdb.base/gcore.c (main): Likewise.
16380 * gdb.base/huge.c (main): Likewise.
16381 * gdb.base/multi-forks.c (main): Likewise.
16382 * gdb.base/pr10179-a.c (main): Likewise.
16383 * gdb.base/savedregs.c (main): Likewise.
16384 * gdb.base/sigaltstack.c (main): Likewise.
16385 * gdb.base/siginfo.c (main): Likewise.
16386 * gdb.base/structs.c (zed): Likewise.
16387 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16388 * gdb.mi/mi-syn-frame.c (main): Likewise.
16389 * gdb.mi/until.c (foo, main): Likewise.
16390 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16391 * gdb.base/solib-weak.c (foo): Declare.
16392 * gdb.base/attach-twice.c: Include stdio.h.
16393 * gdb.base/weaklib1.c: Likewise.
16394 * gdb.base/weaklib2.c: Likewise.
16395 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16396 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16397 unistd.h.
16398 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16399 * gdb.mi/mi-exit-code.c: Likewise.
16400 * gdb.base/break-interp-lib.c: Include string.h.
16401 * gdb.base/coremaker.c: Likewise.
16402 * gdb.base/testenv.c: Likewise.
16403 * gdb.python/py-finish-breakpoint.c: Likewise.
16404 * gdb.base/inferior-died.c: Include sys/wait.h.
16405 * gdb.base/fileio.c: Include time.h.
16406 * gdb.base/async-shell.c: Include unistd.h.
16407 * gdb.base/dprintf-non-stop.c: Likewise.
16408 * gdb.base/info-os.c: Likewise.
16409 * gdb.mi/mi-console.c: Likewise.
16410 * gdb.mi/watch-nonstop.c: Likewise.
16411 * gdb.python/py-events.c: Likewise.
16412 * gdb.base/async.c (baz): Move up before its invocation.
16413 * gdb.base/code_elim2.c (my_global_func): Likewise.
16414 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16415 * gdb.base/advance.c (func2): Likewise.
16416
164172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16418
16419 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16420 variant.
16421 * gdb.base/annota3.c: Likewise.
16422 * gdb.base/async.c: Likewise.
16423 * gdb.base/average.c: Likewise.
16424 * gdb.base/call-ar-st.c: Likewise.
16425 * gdb.base/call-rt-st.c: Likewise.
16426 * gdb.base/call-sc.c: Likewise.
16427 * gdb.base/call-strs.c: Likewise.
16428 * gdb.base/ending-run.c: Likewise.
16429 * gdb.base/execd-prog.c: Likewise.
16430 * gdb.base/exprs.c: Likewise.
16431 * gdb.base/foll-exec.c: Likewise.
16432 * gdb.base/foll-fork.c: Likewise.
16433 * gdb.base/foll-vfork.c: Likewise.
16434 * gdb.base/funcargs.c: Likewise.
16435 * gdb.base/gcore.c: Likewise.
16436 * gdb.base/jump.c: Likewise.
16437 * gdb.base/langs0.c: Likewise.
16438 * gdb.base/langs1.c: Likewise.
16439 * gdb.base/langs2.c: Likewise.
16440 * gdb.base/mips_pro.c: Likewise.
16441 * gdb.base/nodebug.c: Likewise.
16442 * gdb.base/opaque0.c: Likewise.
16443 * gdb.base/opaque1.c: Likewise.
16444 * gdb.base/recurse.c: Likewise.
16445 * gdb.base/run.c: Likewise.
16446 * gdb.base/scope0.c: Likewise.
16447 * gdb.base/scope1.c: Likewise.
16448 * gdb.base/setshow.c: Likewise.
16449 * gdb.base/setvar.c: Likewise.
16450 * gdb.base/shmain.c: Likewise.
16451 * gdb.base/shr1.c: Likewise.
16452 * gdb.base/shr2.c: Likewise.
16453 * gdb.base/sigall.c: Likewise.
16454 * gdb.base/signals.c: Likewise.
16455 * gdb.base/so-indr-cl.c: Likewise.
16456 * gdb.base/solib2.c: Likewise.
16457 * gdb.base/structs.c: Likewise.
16458 * gdb.base/sum.c: Likewise.
16459 * gdb.base/vforked-prog.c: Likewise.
16460 * gdb.base/watchpoint.c: Likewise.
16461 * gdb.reverse/shr2.c: Likewise.
16462 * gdb.reverse/until-reverse.c: Likewise.
16463 * gdb.reverse/ur1.c: Likewise.
16464 * gdb.reverse/watch-reverse.c: Likewise.
16465
164662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16467
16468 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16469 variant.
16470 * gdb.base/sepdebug.exp: Drop references to removed code.
16471
164722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16473
16474 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16475 variant. Preserve original line numbering.
16476 * gdb.base/list1.c: Likewise.
16477
164782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16479
16480 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16481 variant.
16482 * gdb.base/break1.c: Likewise.
16483 * gdb.base/break.exp: Drop references to removed code.
16484
164852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16486
16487 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16488 variant.
16489
164902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16491
16492 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16493
164942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16495
16496 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16497 logic into perform_all_tests() and invoke it with and without
16498 function header prototypes.
16499 (do_function_calls): Remove conditional XFAIL for PR 5318.
16500 (rerun_and_prepare): Remove duplicate code.
16501 (perform_all_tests): New. Main logic moved here.
16502
165032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16504
16505 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16506 code guarded by #ifdef NO_PROTOTYPES.
16507 (t_double_many_args): Likewise.
16508 (DEF_FUNC_MANY_ARGS_1): Likewise.
16509 (DEF_FUNC_VALUES_1): Likewise.
16510 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16511 guarded by #ifdef PROTOTYPES.
16512
165132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16514
16515 * gdb.mi/mi-console.c: Add eye-catcher.
16516 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16517 instead of literal line number.
16518
165192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16520
16521 * gdb.base/shr2.c: Add eye-catcher.
16522 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16523 line number.
16524
165252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16526
16527 * gdb.base/jump.c: Add eye-catchers.
16528 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16529 numbers.
16530
165312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16532
16533 * gdb.base/execd-prog.c: Add eye-catchers.
16534 * gdb.base/foll-exec.c: Likewise.
16535 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16536 line numbers.
16537
165382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16539
16540 * gdb.base/ending-run.c: Add eye-catchers.
16541 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16542 literal line numbers.
16543
165442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16545
16546 * gdb.base/call-rt-st.c: Add eye-catchers.
16547 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16548 literal line numbers.
16549
165502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16551
16552 * gdb.base/call-ar-st.c: Add eye-catchers.
16553 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16554 literal line numbers.
16555
165562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16557
16558 * gdb.base/average.c: Add eye-catchers.
16559 * gdb.base/sum.c: Likewise.
16560 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16561 regexps dynamically.
16562
165632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16564
16565 * gdb.base/solib1.c: Add eye-catchers.
16566 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16567 literal line numbers.
16568
165692014-11-12 Pedro Alves <palves@redhat.com>
16570
16571 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16572 leader has exited.
16573
165742014-11-12 Pedro Alves <palves@redhat.com>
16575
16576 * gdb.arch/i386-bp_permanent.c: New file.
16577 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16578 (srcfile): Set to i386-bp_permanent.c.
16579 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16580 that stepi does not execute the 'leave' instruction, instead of
16581 testing it does execute.
16582 * gdb.base/bp-permanent.c: New file.
16583 * gdb.base/bp-permanent.exp: New file.
16584
165852014-11-10 Doug Evans <xdje42@gmail.com>
16586
16587 PR symtab/17564
16588 * gdb.base/symtab-search-order.exp: New file.
16589 * gdb.base/symtab-search-order.c: New file.
16590 * gdb.base/symtab-search-order-1.c: New file.
16591 * gdb.base/symtab-search-order-shlib-1.c: New file.
16592
165932014-11-07 Pedro Alves <palves@redhat.com>
16594
16595 PR gdb/17511
16596 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16597 i?86-*-linux*.
16598
165992014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16600
16601 PR c++/17494
16602 * gdb.cp/pr17494.cc: New file.
16603 * gdb.cp/pr17494.exp: New file.
16604
166052014-11-02 Yao Qi <yao@codesourcery.com>
16606
16607 * gdb.python/python.exp: Get working directory and match the
16608 output of "set extended-prompt \\w " with it.
16609
166102014-10-30 Doug Evans <dje@google.com>
16611
16612 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16613 in objfiles.
16614 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16615 in progspaces.
16616
166172014-10-30 Janis Johnson <janisjo@codesourcery.com>
16618
16619 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16620 * gdb.base/realname-expand.exp: Likewise.
16621 * gdb.linespec/macro-relative.exp: Likewise.
16622
166232014-10-29 Pedro Alves <palves@redhat.com>
16624
16625 PR gdb/17408
16626 * gdb.threads/schedlock.c (some_function): New function.
16627 (call_function): New global.
16628 (MAYBE_CALL_SOME_FUNCTION): New macro.
16629 (thread_function): Call it.
16630 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16631 and use it instead of a global counter. Adjust all callers.
16632 (get_current_thread): Use "find current thread" for test message
16633 here rather than having all callers pass down the same string.
16634 (goto_loop): New procedure, factored out from ...
16635 (my_continue): ... this.
16636 (step_ten_loops): Change parameter from test message to command to
16637 use. Adjust.
16638 (list_count): Delete global.
16639 (check_result): New procedure, factored out from duplicate top
16640 level code.
16641 (continue tests): Wrap in with_test_prefix.
16642 (test_step): New procedure, factored out from duplicate top level
16643 code.
16644 (top level): Test "step" in combination with all scheduler-locking
16645 modes. Test "next" in combination with all scheduler-locking
16646 modes, and in combination with stepping over a function call or
16647 not.
16648 * gdb.threads/next-bp-other-thread.c: New file.
16649 * gdb.threads/next-bp-other-thread.exp: New file.
16650
166512014-10-29 Pedro Alves <palves@redhat.com>
16652
16653 PR python/17372
16654 * gdb.python/python.exp: Test a multi-line command that spawns
16655 interactive Python.
16656 * gdb.base/multi-line-starts-subshell.exp: New file.
16657
166582014-10-29 Yao Qi <yao@codesourcery.com>
16659
16660 * gdb.base/fileio.exp: Make directories on host.
16661
166622014-10-29 Yao Qi <yao@codesourcery.com>
16663
16664 * gdb.base/fileio.c (test_write): Close the file.
16665
166662014-10-28 Pedro Alves <palves@redhat.com>
16667
16668 PR gdb/12623
16669 * gdb.base/sigstep.c (no_handler): New global.
16670 (main): If 'no_handler is true, set the signal handlers to
16671 SIG_IGN.
16672 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16673 with_sw_watch and no_handler parameters. Handle them.
16674 (top level) <stepping over handler when stopped at a breakpoint
16675 test>: Add a test axis for testing with a software watchpoint, and
16676 another for testing with the signal handler set to SIG_IGN.
16677 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16678 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16679
166802014-10-28 Pedro Alves <palves@redhat.com>
16681
16682 PR gdb/17511
16683 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16684 * gdb.base/sigstep.exp (other_handler_location): New global.
16685 (advance): Support stepping into the signal handler, and running
16686 commands while in the handler.
16687 (in_handler_map): New global.
16688 (top level): In the advance test, add combinations for getting
16689 into the handler with stepping commands, and for running commands
16690 in the handler. Add comment descripting the advancei tests.
16691
166922014-10-28 Pedro Alves <palves@redhat.com>
16693
16694 * gdb.base/sigstep.exp: Use build_executable instead of
16695 prepare_for_testing.
16696 (top level): Move code that starts GDB, runs to main and creates a
16697 display to ...
16698 (restart): ... this new procedure.
16699 (top level): Move backtrace from signal handler test to ...
16700 (validate_backtrace): ... this new procedure.
16701 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16702 with_test_prefix. Always restart GDB.
16703 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16704 with_test_prefix. Always restart GDB. No need to delete
16705 breakpoints after the test.
16706 (test_skip_handler): Remove prefix parameter.
16707 (skip_over_handler, breakpoint_to_handler)
16708 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16709 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16710 restart GDB. No need to delete breakpoints after the test.
16711 (top level): Use foreach to call the test procedures with
16712 different commands.
16713
167142014-10-28 Pedro Alves <palves@redhat.com>
16715
16716 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16717 instead of GNATS numbers.
16718 * gdb.base/sigbpt.exp: Likewise.
16719 * gdb.base/siginfo.exp: Likewise.
16720 * gdb.base/sigstep.exp: Likewise.
16721
167222014-10-27 Pedro Alves <palves@redhat.com>
16723
16724 * gdb.base/sigstep.c (dummy): New global.
16725 (main): Issue a couple writes to the new global.
16726 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16727 procedures.
16728 (skip_over_handler): Use test_skip_handler.
16729 (top level): Call skip_over_handler for stepi and nexti too.
16730 (breakpoint_over_handler): Use test_skip_handler.
16731 (top level): Call breakpoint_over_handler for stepi and nexti too.
16732
167332014-10-27 Yao Qi <yao@codesourcery.com>
16734
16735 * gdb.trace/tfile.c (adjust_function_address)
16736 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16737 function descriptor.
16738
167392014-10-24 Don Breazeal <donb@codesourcery.com>
16740
16741 * gdb.base/foll-fork.exp (test_follow_fork,
16742 catch_fork_child_follow): Check for updated fork messages emitted
16743 from infrun.c.
16744 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16745 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16746 vfork_and_exec_child_follow_through_step): Check for updated vfork
16747 messages emitted from infrun.c.
16748
167492014-10-24 Pedro Alves <palves@redhat.com>
16750
16751 * gdb.base/corefile.exp: Remove references to ultrix.
16752 * gdb.base/interrupt.exp: Likewise.
16753 * gdb.base/whatis.exp: Likewise.
16754 * gdb.gdb/selftest.exp: Likewise.
16755 * gdb.threads/manythreads.exp: Likewise.
16756 * gdb.threads/print-threads.exp: Likewise.
16757 * gdb.threads/pthreads.exp:: Likewise.
16758 * gdb.threads/schedlock.exp: Likewise.
16759
167602014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16761
16762 * gdb.cp/non-trivial-retval.cc: Add a test case.
16763 * gdb.cp/non-trivial-retval.exp: Add a test.
16764
167652014-10-20 Yao Qi <yao@codesourcery.com>
16766
16767 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16768 * gdb.python/py-objfile-script-gdb.py: New file.
16769 * gdb.python/py-objfile-script.exp: Update reference to
16770 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16771 of remote_download. Remove the dest file.
16772
167732014-10-20 Yao Qi <yao@codesourcery.com>
16774
16775 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16776 * gdb.base/step-line.exp: Likewise.
16777 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16778 * gdb.dwarf2/dw2-basic.exp: Likewise.
16779 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16780 * gdb.dwarf2/dw2-filename.exp: Likewise.
16781 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16782 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16783 * gdb.dwarf2/dw2-producer.exp: Likewise.
16784 * gdb.dwarf2/mac-fileno.exp: Likewise.
16785 * gdb.python/py-frame-args.exp: Likewise.
16786 * gdb.python/py-framefilter.exp: Likewise.
16787 * gdb.python/py-mi.exp: Likewise.
16788 * gdb.python/py-objfile-script.exp: Likewise
16789 * gdb.python/py-pp-integral.exp: Likewise.
16790 * gdb.python/py-pp-re-notag.exp: Likewise.
16791 * gdb.python/py-prettyprint.exp: Likewise.
16792 * gdb.python/py-section-script.exp: Likewise.
16793 * gdb.python/py-typeprint.exp: Likewise.
16794 * gdb.python/py-xmethods.exp: Likewise.
16795 * gdb.stabs/weird.exp: Likewise.
16796 * gdb.xml/tdesc-regs.exp: Likewise.
16797
167982014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16799
16800 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16801 (out_cu): Use addr_len for the size of addresses.
16802 (out_line): Likewise. Size DW_LNE_set_address instruction
16803 according to addr_len.
16804 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16805 (FUNC): Add START_INSNS to definition.
16806
168072014-10-18 Yao Qi <yao@codesourcery.com>
16808
16809 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16810 gdb_has_argv0 return true.
16811 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16812 check [target_info exists noargs], check [gdb_has_argv0]
16813 instead.
16814 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16815 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16816 procedures.
16817
168182014-10-17 Doug Evans <dje@google.com>
16819
16820 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16821 event.
16822 * gdb.python/py-events.py: Add clear_objfiles event.
16823
168242014-10-17 Doug Evans <dje@google.com>
16825
16826 * gdb.python/py-objfile.exp: Test progspace attribute.
16827
168282014-10-17 Luis Machado <lgustavo@codesourcery.com>
16829
16830 * gdb.guile/scm-breakpoint.exp: Do not assume any
16831 directory separators when matching source file paths.
16832 * gdb.python/py-breakpoint.exp: Likewise.
16833 * gdb.reverse/break-precsave.exp: Likewise.
16834 * gdb.reverse/break-reverse.exp: Likewise.
16835 * gdb.reverse/consecutive-precsave.exp: Likewise.
16836 * gdb.reverse/finish-precsave.exp: Likewise.
16837 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16838 * gdb.reverse/finish-reverse.exp: Likewise.
16839 * gdb.reverse/i386-precsave.exp: Likewise.
16840 * gdb.reverse/i387-env-reverse.exp: Likewise.
16841 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16842 * gdb.reverse/machinestate-precsave.exp: Likewise.
16843 * gdb.reverse/machinestate.exp: Likewise.
16844 * gdb.reverse/sigall-precsave.exp: Likewise.
16845 * gdb.reverse/solib-precsave.exp: Likewise.
16846 * gdb.reverse/step-precsave.exp: Likewise.
16847 * gdb.reverse/until-precsave.exp: Likewise.
16848 * gdb.reverse/watch-precsave.exp: Likewise.
16849 * gdb.reverse/watch-reverse.exp: Likewise.
16850
168512014-10-17 Yao Qi <yao@codesourcery.com>
16852
16853 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16854 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16855
168562014-10-17 Pedro Alves <palves@redhat.com>
16857
16858 PR gdb/17471
16859 * gdb.base/bg-execution-repeat.c: New file.
16860 * gdb.base/bg-execution-repeat.exp: New file.
16861
168622014-10-17 Pedro Alves <palves@redhat.com>
16863
16864 PR gdb/17300
16865 * gdb.base/continue-all-already-running.c: New file.
16866 * gdb.base/continue-all-already-running.exp: New file.
16867
168682014-10-17 Pedro Alves <palves@redhat.com>
16869
16870 PR gdb/17472
16871 * gdb.base/annota-input-while-running.c: New file.
16872 * gdb.base/annota-input-while-running.exp: New file.
16873
168742014-10-17 Pedro Alves <palves@redhat.com>
16875
16876 * gdb.base/callfuncs.exp: emove references to osf.
16877 * gdb.base/sigall.exp: Likewise.
16878 * gdb.gdb/selftest.exp: Likewise.
16879 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16880 * gdb.mi/non-stop.c: Likewise.
16881 * gdb.mi/pthreads.c: Likewise.
16882 * gdb.reverse/sigall-precsave.exp: Likewise.
16883 * gdb.reverse/sigall-reverse.exp: Likewise.
16884 * gdb.threads/pthreads.c: Likewise.
16885 * gdb.threads/pthreads.exp: Likewise.
16886
168872014-10-17 Yao Qi <yao@codesourcery.com>
16888
16889 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16890 check 'target_info exists noargs'.
16891 (test_command_prompt_position): Likewise.
16892 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16893 Remove "set args".
16894 (progvar_simple_while_test): Likewise.
16895 (progvar_complex_if_while_test): Likewise.
16896 (if_while_breakpoint_command_test): Likewise.
16897 (infrun_breakpoint_command_test): Likewise.
16898 (breakpoint_command_test): Likewise.
16899 (watchpoint_command_test): Likewise.
16900 (bp_deleted_in_command_test): Likewise.
16901 (temporary_breakpoint_commands): Likewise.
16902
169032014-10-16 Yao Qi <yao@codesourcery.com>
16904
16905 * gdb.base/remotetimeout.exp: Remove noargs checking.
16906
169072014-10-15 Pedro Alves <palves@redhat.com>
16908
16909 PR breakpoints/9649
16910 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16911 * gdb.base/breakpoint-in-ro-region.exp
16912 (probe_target_hardware_step): New procedure.
16913 (top level): Probe hardware stepping and hardware breakpoint
16914 support. Test stepping through a read-only region, with both
16915 "breakpoint auto-hw" on and off and both "always-inserted" on and
16916 off.
16917
169182014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16919
16920 * gdb.dlang/demangle.exp: Update for demangling changes.
16921
169222014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16923
16924 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16925 * gdb.cp/non-trivial-retval.exp: Add new tests.
16926
169272014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16928
16929 PR c++/13403
16930 PR c++/15154
16931 * gdb.cp/non-trivial-retval.cc: New file.
16932 * gdb.cp/non-trivial-retval.exp: New file.
16933
169342014-10-15 Yao Qi <yao@codesourcery.com>
16935
16936 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16937 remote host.
16938
169392014-10-15 Yao Qi <yao@codesourcery.com>
16940
16941 * gdb.python/py-symbol.exp: Match file base name if host is
16942 remote, otherwise match file name with dir name.
16943 * gdb.python/py-symtab.exp: Likewise.
16944 * gdb.python/python.exp: Likewise.
16945
169462014-10-15 Yao Qi <yao@codesourcery.com>
16947
16948 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16949 pattern.
16950 * gdb.python/py-symtab.exp: Likewise.
16951 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16952 locationn.
16953
169542014-10-14 Joel Brobecker <brobecker@adacore.com>
16955
16956 * gdb.ada/addr_arith: New testcase.
16957
169582014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16959
16960 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16961 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16962 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16963 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16964
169652014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16966
16967 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16968 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16969 * gdb.arch/stap-eval-lang-ada.exp: New file.
16970
169712014-10-14 Yao Qi <yao@codesourcery.com>
16972
16973 * gdb.mi/mi-var-child.c (nothing1): New function.
16974 (nothing2): New function.
16975 (do_children_tests): Set function pointers by nothing1 and
16976 nothing2.
16977 * gdb.mi/mi-var-child.exp: Step over new added statements.
16978 Update test to match the new output.
16979 * gdb.mi/var-cmd.c (nothing1): New function.
16980 (nothing2): New function.
16981 (do_children_tests): Set function pointers by nothing1 and
16982 nothing2.
16983 * gdb.mi/mi-var-display.exp: Update test to match output.
16984 Step to the line specified by $line_dct_nothing.
16985 Increase the number of lines to step.
16986
169872014-10-14 Yao Qi <yao@codesourcery.com>
16988
16989 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16990 tests.
16991 * gdb.mi/mi2-var-child.exp: Likewise.
16992
169932014-10-13 Doug Evans <dje@google.com>
16994
16995 * gdb.python/py-objfile.exp: Change name of file name test.
16996
169972014-10-13 Doug Evans <dje@google.com>
16998
16999 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17000 from the start of the CU.
17001
170022014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17003 Yao Qi <yao@codesourcery.com>
17004
17005 Fix "save breakpoints" for "catch" command.
17006 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17007 Remove -nonewline. Match also the added "main" line.
17008
170092014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17010
17011 Fix "save breakpoints" for "disable $bpnum" command.
17012 * gdb.base/save-bp.c (main): Add label.
17013 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17014
170152014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17016
17017 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17018
170192014-10-11 Yao Qi <yao@codesourcery.com>
17020
17021 * gdb.server/server-kill.exp: Execute command
17022 "set remote trace-status-packet on" before "tstatus".
17023
170242014-10-11 Yao Qi <yao@codesourcery.com>
17025
17026 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17027 (main): Call getppid.
17028 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17029 and continue to it. Read variable "server_pid".
17030
170312014-10-11 Yao Qi <yao@codesourcery.com>
17032
17033 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17034
170352014-10-11 Yao Qi <yao@codesourcery.com>
17036
17037 * gdb.threads/thread-find.exp: Don't execute command
17038 "info threads".
17039 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17040 * gdb.threads/linux-dp.exp: Don't check the condition
17041 $threads_created equals to zero.
17042
170432014-10-10 Pedro Alves <palves@redhat.com>
17044
17045 * gdb.base/bigcore.exp: Remove references to IRIX.
17046 * gdb.base/funcargs.exp: Likewise.
17047 * gdb.base/interrupt.exp: Likewise.
17048 * gdb.base/mips_pro.exp: Likewise.
17049 * gdb.base/nodebug.exp: Likewise.
17050 * gdb.base/setvar.exp: Likewise.
17051 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17052
170532014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17054 Pedro Alves <palves@redhat.com>
17055
17056 PR symtab/14466
17057 * gdb.base/vdso-warning.c: New file.
17058 * gdb.base/vdso-warning.exp: New file.
17059
170602014-10-02 Doug Evans <dje@google.com>
17061
17062 * gdb.base/structs.c (main): Don't run forever.
17063
170642014-10-02 Pedro Alves <palves@redhat.com>
17065
17066 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17067 (top level) <stop threads 1, stop threads 2>: Use it.
17068
170692014-10-02 Pedro Alves <palves@redhat.com>
17070
17071 * gdb.threads/break-while-running.exp (test): Add new
17072 'update_thread_list' argument. Skip "info threads" if false.
17073 (top level): Add new 'update_thread_list' axis.
17074
170752014-10-02 Pedro Alves <palves@redhat.com>
17076
17077 PR breakpoints/17431
17078 * gdb.base/execl-update-breakpoints.c: New file.
17079 * gdb.base/execl-update-breakpoints.exp: New file.
17080
170812014-10-01 Pedro Alves <palves@redhat.com>
17082
17083 * gdb.base/breakpoint-in-ro-region.c: New file.
17084 * gdb.base/breakpoint-in-ro-region.exp: New file.
17085
170862014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17087
17088 * gdb.mi/mi-exit-code.exp: New file.
17089 * gdb.mi/mi-exit-code.c: New file.
17090
170912014-09-30 Yao Qi <yao@codesourcery.com>
17092
17093 * lib/prelink-support.exp (build_executable_own_libs): Error if
17094 the target isn't native.
17095
170962014-09-30 Yao Qi <yao@codesourcery.com>
17097
17098 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17099 false.
17100
171012014-09-22 Pedro Alves <palves@redhat.com>
17102
17103 * gdb.threads/break-while-running.exp: New file.
17104 * gdb.threads/break-while-running.c: New file.
17105
171062014-09-19 Yao Qi <yao@codesourcery.com>
17107
17108 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17109 Invoke test. Restart GDB with --readnow and invoke test again.
17110
171112014-09-19 Yao Qi <yao@codesourcery.com>
17112
17113 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17114 proc set_breakpoint_on_gcd_function. Invoke
17115 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17116 invoke set_breakpoint_on_gcd_function again.
17117
171182014-09-18 Doug Evans <dje@google.com>
17119
17120 * gdb.dwarf2/symtab-producer.exp: New file.
17121
171222014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17123
17124 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17125 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17126 * gdb.base/global-var-nested-by-dso.c: Likewise.
17127 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17128
171292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17130 Pedro Alves <palves@redhat.com>
17131
17132 * gdb.base/watch-bitfields.exp: Pass string other than test file
17133 name to prepare_for_testing.
17134 (watch): New procedure.
17135 (expect_watchpoint): Use with_test_prefix.
17136 (top level): Factor out tests to ...
17137 (test_watch_location, test_regular_watch): ... these new
17138 procedures, and use with_test_prefix and gdb_continue_to_end.
17139
171402014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17141
17142 PR breakpoints/12526
17143 * gdb.base/watch-bitfields.exp: New file.
17144 * gdb.base/watch-bitfields.c: New file.
17145
171462014-09-16 Pedro Alves <palves@redhat.com>
17147
17148 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17149 software and hardware addresses, not software address against
17150 itself.
17151
171522014-09-16 Pedro Alves <palves@redhat.com>
17153
17154 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17155 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17156
171572014-09-16 Pedro Alves <palves@redhat.com>
17158
17159 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17160 files.
17161 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17162 "*-*-vxworks*" throughout.
17163 * gdb.base/break.exp: Likewise.
17164 * gdb.base/default.exp: Likewise.
17165 * gdb.base/scope.exp: Likewise.
17166 * gdb.base/sepdebug.exp: Likewise.
17167 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17168 throughout.
17169 * gdb.base/run.c: Likewise.
17170 * gdb.base/sepdebug.c: Likewise.
17171 * gdb.hp/gdb.aCC/run.c: Likewise.
17172 * gdb.reverse/until-reverse.c: Likewise.
17173 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17174
171752014-09-16 Yao Qi <yao@codesourcery.com>
17176
17177 * boards/local-remote-host-native.exp: New file.
17178
171792014-09-14 Doug Evans <xdje42@gmail.com>
17180
17181 * gdb.threads/queue-signal.c (thread_count): New variable.
17182 (thread_count_mutex, thread_count_condvar): New variables.
17183 (incr_thread_count, wait_all_threads_running): New functions.
17184 (main): Wait for all threads to be in their thread functions.
17185
171862014-09-13 Doug Evans <xdje42@gmail.com>
17187
17188 * gdb.threads/queue-signal.c: New file.
17189 * gdb.threads/queue-signal.exp: New file.
17190
171912014-09-13 Doug Evans <xdje42@gmail.com>
17192
17193 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17194 be consistent with what default_gdb_init uses.
17195 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17196 the plain text of the prompt. Add some logging printfs.
17197 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17198
171992014-09-12 Pedro Alves <palves@redhat.com>
17200
17201 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17202 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17203 * gdb.arch/i386-size-overlap.exp: Likewise.
17204 * gdb.arch/i386-size.exp: Likewise.
17205 * gdb.arch/i386-unwind.exp: Likewise.
17206 * gdb.base/a2-run.exp: Likewise.
17207 * gdb.base/break.exp: Likewise.
17208 * gdb.base/charset.exp: Likewise.
17209 * gdb.base/chng-syms.exp: Likewise.
17210 * gdb.base/commands.exp: Likewise.
17211 * gdb.base/dbx.exp: Likewise.
17212 * gdb.base/find.exp: Likewise.
17213 * gdb.base/funcargs.exp: Likewise.
17214 * gdb.base/jit-simple.exp: Likewise.
17215 * gdb.base/reread.exp: Likewise.
17216 * gdb.base/sepdebug.exp: Likewise.
17217 * gdb.base/step-bt.exp: Likewise.
17218 * gdb.cp/mb-inline.exp: Likewise.
17219 * gdb.cp/mb-templates.exp: Likewise.
17220 * gdb.objc/basicclass.exp: Likewise.
17221 * gdb.threads/killed.exp: Likewise.
17222
172232014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17224
17225 PR tdep/17379
17226 * gdb.arch/powerpc-stackless.S: New file.
17227 * gdb.arch/powerpc-stackless.exp: New file.
17228
172292014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17230
17231 * gdb.base/attach.c: Include unistd.h.
17232 (main): Call alarm. Add label postloop.
17233 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17234 gdb_breakpoint, gdb_continue_to_breakpoint.
17235 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17236
172372014-09-11 Pedro Alves <palves@redhat.com>
17238
17239 PR gdb/17347
17240 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17241 * gdb.base/attach.exp (test_command_line_attach_run): New
17242 procedure.
17243 (top level): Call it.
17244
172452014-09-11 Pedro Alves <palves@redhat.com>
17246
17247 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17248 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17249 (do_command_attach_tests): Use spawn_wait_for_attach.
17250 * gdb.base/solib-overlap.exp: Likewise.
17251 * gdb.multi/multi-attach.exp: Likewise.
17252 * gdb.python/py-prompt.exp: Likewise.
17253 * gdb.python/py-sync-interp.exp: Likewise.
17254 * gdb.server/ext-attach.exp: Likewise.
17255
172562014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17257
17258 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17259 command in testcase. Simplify testcase.
17260
172612014-09-10 Joel Brobecker <brobecker@adacore.com>
17262
17263 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17264
172652014-09-10 Joel Brobecker <brobecker@adacore.com>
17266
17267 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17268
172692014-09-10 Joel Brobecker <brobecker@adacore.com>
17270
17271 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17272
172732014-09-10 Joel Brobecker <brobecker@adacore.com>
17274
17275 * gdb.dwarf2/dynarr-ptr.c: New file.
17276 * gdb.dwarf2/dynarr-ptr.exp: New file.
17277
172782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17279
17280 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17281 of 30 rather than hardcoding 120 for a slow test case. Take the
17282 `gdb,timeout' target setting into account for this calculation.
17283 Don't extend the timeout for the test cases that don't need it.
17284
172852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17286
17287 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17288 a factor of 2 for a slow test case. Take the `gdb,timeout'
17289 target setting into account for this calculation.
17290 * gdb.reverse/until-precsave.exp: Increase the timeout by
17291 a factor of 15 and 3 respectively rather than adding 120
17292 for a pair of slow test cases. Take the `gdb,timeout'
17293 target setting into account for this calculation.
17294
172952014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17296
17297 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17298 timeout, don't pass one down to gdb_expect.
17299 (gdb_expect): Rework timeout selection.
17300
173012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17302
17303 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17304 exception on timeout.
17305 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17306 (gdbserver_start_extended): Catch any `gdbserver_start' error
17307 exceptions.
17308 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17309 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17310 `gdbserver_gdb_load' error exceptions.
17311
173122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17313
17314 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17315 120 on waiting for the TCP socket to open.
17316
173172014-09-09 Doug Evans <xdje42@gmail.com>
17318
17319 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17320 _caller_matches, _any_caller_is, _any_caller_matches.
17321
173222014-09-09 Doug Evans <xdje42@gmail.com>
17323
17324 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17325
173262014-09-09 Yao Qi <yao@codesourcery.com>
17327
17328 * gdb.mi/mi-var-display.exp: Set print symbol off.
17329
173302014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17331
17332 PR gdb/17035
17333 * gdb.base/commands.exp: Add tests to verify user-defined
17334 commands with empty bodies.
17335 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17336 python commands in `show user command`.
17337 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17338 scheme commands in `show user command`.
17339
173402014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17341
17342 PR python/17355
17343 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17344 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17345 * gdb.python/py-framefilter-invalidarg.exp: New file.
17346 * gdb.python/py-framefilter-invalidarg.py: New file.
17347
173482014-09-06 Doug Evans <xdje42@gmail.com>
17349
17350 PR 15276
17351 * gdb.python/py-caller-is.c: New file.
17352 * gdb.python/py-caller-is.exp: New file.
17353
173542014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17355
17356 PR gdb/17235
17357 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17358 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17359
173602014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17361
17362 PR fortran/17237
17363 * gdb.fortran/print-formatted.exp: New file.
17364 * gdb.fortran/print-formatted.f90: Likewise.
17365
173662014-09-03 Sasha Smundak <asmundak@google.com>
17367
17368 * gdb.python/py-frame.exp: Test Frame.read_register.
17369
173702014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17371
17372 PR python/16699
17373 * gdb.python/py-completion.exp: New file.
17374 * gdb.python/py-completion.py: Likewise.
17375
173762014-08-28 Doug Evans <dje@google.com>
17377
17378 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17379 eax,etc. are live with values set by gdb and thus the compiler can't
17380 use them.
17381 * gdb.arch/i386-pseudo.c (main): Ditto.
17382
173832014-08-27 Doug Evans <dje@google.com>
17384
17385 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17386
173872014-08-25 Doug Evans <dje@google.com>
17388
17389 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17390 (main): Ditto.
17391
173922014-08-25 Doug Evans <dje@google.com>
17393
17394 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17395
173962014-08-24 Yao Qi <yao@codesourcery.com>
17397
17398 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17399 symbol off.
17400 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17401
174022014-08-22 Doug Evans <dje@google.com>
17403
17404 PR 17276
17405 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17406 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17407 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17408
174092014-08-22 Yao Qi <yao@codesourcery.com>
17410
17411 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17412 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17413 * gdb.python/python.exp: Likewise. Use .py file on the host
17414 instead of the build.
17415
174162014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17417
17418 * gdb.threads/gcore-stale-thread.c: New file.
17419 * gdb.threads/gcore-stale-thread.exp: New file.
17420
174212014-08-21 Pedro Alves <palves@redhat.com>
17422
17423 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17424 * gdb.base/gcore-relro-pie.exp: Likewise.
17425 * gdb.base/gcore-relro.exp: Likewise.
17426 * gdb.base/gcore.exp: Likewise.
17427 * gdb.base/print-symbol-loading.exp: Likewise.
17428 * gdb.threads/gcore-thread.exp: Likewise.
17429 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17430
174312014-08-20 Pedro Alves <palves@redhat.com>
17432 Jan Kratochvil <jan.kratochvil@redhat.com>
17433
17434 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17435 configure.
17436 (EXPECT): Handle READ1 being set.
17437 (all): Depend on EXTRA_RULES.
17438 (check-read1, expect-read1, read1.so, read1): New rules.
17439 * README (Testsuite Parameters): Document the READ1 make variable.
17440 (Race detection): New section.
17441 * configure: Regenerate.
17442 * configure.ac: If build==host==target, and running under a
17443 GNU/glibc system, add read1 to the extra Makefile rules.
17444 (EXTRA_RULES): AC_SUBST it.
17445 * lib/read1.c: New file.
17446
174472014-08-20 Joel Brobecker <brobecker@adacore.com>
17448
17449 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17450 the handling of variables declared as a typedef to an array
17451 which a DW_AT_data_location attribute.
17452
174532014-08-19 Andrew Burgess <aburgess@broadcom.com>
17454 Pedro Alves <palves@redhat.com>
17455
17456 PR symtab/14604
17457 PR symtab/14605
17458 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17459 gdb_test.
17460
174612014-08-19 Pedro Alves <palves@redhat.com>
17462
17463 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17464
174652014-08-19 Yao Qi <yao@codesourcery.com>
17466
17467 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17468 right line.
17469
174702014-08-18 David Blaikie <dblaikie@gmail.com>
17471
17472 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17473
174742014-08-18 Joel Brobecker <brobecker@adacore.com>
17475
17476 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17477 attribute in array range.
17478
174792014-08-18 Joel Brobecker <brobecker@adacore.com>
17480
17481 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17482
174832014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17484
17485 PR c++/17132
17486 * gdb.cp/pr17132.cc: New file.
17487 * gdb.cp/pr17132.exp: New file.
17488
174892014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17490
17491 * gdb.python/py-xmethods.py (A_getarrayind)
17492 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17493 Use 'print' with function call syntax.
17494 (E_method_matcher.match): Fix tab vs space indentation mixup.
17495
174962014-08-15 Yao Qi <yao@codesourcery.com>
17497
17498 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17499 false.
17500
175012014-08-15 Yao Qi <yao@codesourcery.com>
17502
17503 * gdb.cp/casts.exp: Set print symbol off.
17504 * gdb.cp/class2.exp: Likewise.
17505 * gdb.cp/overload.exp: Likewise.
17506 * gdb.cp/templates.exp: Likewise.
17507
175082014-08-11 Doug Evans <dje@google.com>
17509
17510 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17511 (test_load_shlib): Update.
17512
175132014-08-09 Yao Qi <yao@codesourcery.com>
17514
17515 * gdb.base/display.exp: Invoke is_address_zero_readable.
17516 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17517 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17518 * gdb.base/hbreak-unmapped.exp: Return if
17519 is_address_zero_readable returns true.
17520 * gdb.base/signest.exp: Likewise.
17521 * gdb.base/signull.exp: Likewise.
17522 * gdb.base/sigbpt.exp: Likewise.
17523 * gdb.guile/scm-disasm.exp: Do the test if
17524 is_address_zero_readable returns false.
17525 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17526 * gdb.python/py-arch.exp: Likewise.
17527 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17528 * lib/gdb.exp (is_address_zero_readable): New proc.
17529
175302014-08-09 Yao Qi <yao@codesourcery.com>
17531
17532 PR testsuite/13443
17533 * gdb.mi/mi-var-display.exp: Make test messages unique.
17534
175352014-08-04 Tom Tromey <tromey@redhat.com>
17536
17537 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17538 target 0".
17539
175402014-08-04 Tom Tromey <tromey@redhat.com>
17541
17542 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17543 "target_resume".
17544
175452014-08-01 Joel Brobecker <brobecker@adacore.com>
17546
17547 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17548 inner_vla_struct_object_size.
17549 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17550 as xfail.
17551
175522014-07-30 Pedro Alves <palves@redhat.com>
17553
17554 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17555 comment.
17556
175572014-07-29 Yao Qi <yao@codesourcery.com>
17558
17559 PR gdb/17206
17560 * gdb.base/until-nodebug.exp: New.
17561
175622014-07-28 Doug Evans <xdje42@gmail.com>
17563
17564 PR guile/17203
17565 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17566 previously existing parameter, and previously ambiguously spelled
17567 parameter.
17568
175692014-07-28 Will Newton <will.newton@linaro.org>
17570
17571 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17572
175732014-07-26 Ludovic Courtès <ludo@gnu.org>
17574 Doug Evans <xdje42@gmail.com>
17575
17576 PR guile/17146
17577 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17578
175792014-07-25 Pedro Alves <palves@redhat.com>
17580
17581 * gdb.threads/signal-command-handle-nopass.c: New file.
17582 * gdb.threads/signal-command-handle-nopass.exp: New file.
17583 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17584 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17585 * gdb.threads/signal-delivered-right-thread.c: New file.
17586 * gdb.threads/signal-delivered-right-thread.exp: New file.
17587
175882014-07-25 Pedro Alves <palves@redhat.com>
17589
17590 * gdb.base/double-prompt-target-event-error.exp
17591 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17592 match.
17593 (cancel_pagination_in_target_event): Rework double prompt
17594 detection.
17595 * gdb.base/paginate-after-ctrl-c-running.exp
17596 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17597 <return>' match.
17598 * gdb.base/paginate-bg-execution.exp
17599 (test_bg_execution_pagination_return)
17600 (test_bg_execution_pagination_cancel): Remove '-notransfer
17601 <return>' matches.
17602 * gdb.base/paginate-execution-startup.exp
17603 (test_fg_execution_pagination_return)
17604 (test_fg_execution_pagination_cancel): Remove '-notransfer
17605 <return>' matches.
17606 * gdb.base/paginate-inferior-exit.exp
17607 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17608 match.
17609 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17610 * lib/gdb.exp (pagination_prompt): Run text through
17611 string_to_regexp.
17612 (gdb_test_multiple): Match $pagination_prompt instead of
17613 "<return>".
17614 (string_to_regexp): Move to lib/gdb-utils.exp.
17615
176162014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17617
17618 * gdb.arch/amd64-entry-value-paramref.S: New file.
17619 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17620 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17621 * gdb.arch/amd64-optimout-repeat.S: New file.
17622 * gdb.arch/amd64-optimout-repeat.c: New file.
17623 * gdb.arch/amd64-optimout-repeat.exp: New file.
17624
176252014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17626
17627 PR gdb/17170
17628 * gdb.base/statistics.exp: New file.
17629
176302014-07-17 Doug Evans <dje@google.com>
17631
17632 PR gdb/17170
17633 * gdb.base/maint.exp: Update testing of per-command stats.
17634
176352014-07-16 Pedro Alves <palves@redhat.com>
17636
17637 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17638 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17639 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17640 (tfile_write_buf): New functions.
17641 (add_memory_block): Rewrite using the above.
17642 (adjust_function_address): New function.
17643 (FUNCTION_ADDRESS): New macro.
17644 (write_basic_trace_file): Remove short_x local, and use
17645 tfile_write_16. Change type of func_addr local to unsigned long
17646 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17647 here. Cast argument of add_memory_block to char pointer.
17648 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17649 (main): Remove parameters.
17650 * gdb.trace/tfile.exp: Remove nowarnings.
17651
176522014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17653
17654 * gdb.base/debug-expr.exp: Test string evaluation with
17655 "debug expression" on.
17656
176572014-07-15 Pedro Alves <palves@redhat.com>
17658
17659 * gdb.base/reread.exp: Use clean_restart.
17660
176612014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17662
17663 * gdb.arch/avr-flash-qualifer.c: New.
17664 * gdb.arch/avr-flash-qualifer.exp: New.
17665
176662014-07-14 Pedro Alves <palves@redhat.com>
17667
17668 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17669 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17670
176712014-07-14 Pedro Alves <palves@redhat.com>
17672
17673 * gdb.base/double-prompt-target-event-error.c: New file.
17674 * gdb.base/double-prompt-target-event-error.exp: New file.
17675
176762014-07-14 Pedro Alves <palves@redhat.com>
17677
17678 PR gdb/17072
17679 * gdb.base/paginate-inferior-exit.c: New file.
17680 * gdb.base/paginate-inferior-exit.exp: New file.
17681
176822014-07-14 Pedro Alves <palves@redhat.com>
17683
17684 PR gdb/17072
17685 * gdb.base/paginate-bg-execution.c: New file.
17686 * gdb.base/paginate-bg-execution.exp: New file.
17687
176882014-07-14 Pedro Alves <palves@redhat.com>
17689
17690 PR gdb/17072
17691 * gdb.base/paginate-execution-startup.c: New file.
17692 * gdb.base/paginate-execution-startup.exp: New file.
17693 * lib/gdb.exp (pagination_prompt): New global.
17694 (default_gdb_spawn): New procedure, factored out from
17695 default_gdb_spawn.
17696 (default_gdb_start): Adjust to call default_gdb_spawn.
17697 (gdb_spawn): New procedure.
17698
176992014-07-14 Pedro Alves <palves@redhat.com>
17700
17701 * lib/gdb.exp (gdb_assert): New procedure.
17702 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17703
177042014-07-14 Pedro Alves <palves@redhat.com>
17705
17706 * gdb.base/execution-termios.c: New file.
17707 * gdb.base/execution-termios.exp: New file.
17708
177092014-07-14 Tom Tromey <tromey@redhat.com>
17710
17711 * gdb.cp/vla-cxx.cc: New file.
17712 * gdb.cp/vla-cxx.exp: New file.
17713
177142014-07-14 Tom Tromey <tromey@redhat.com>
17715
17716 * gdb.reverse/rerun-prec.c: New file.
17717 * gdb.reverse/rerun-prec.exp: New file.
17718
177192014-07-12 Maciej W. Rozycki <macro@mips.com>
17720 Maciej W. Rozycki <macro@codesourcery.com>
17721
17722 * lib/gdb-utils.exp: New file.
17723 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17724 inline `gdb_init_command' processing.
17725 (gdb_start_cmd): Likewise.
17726 * lib/mi-support.exp (mi_run_cmd): Likewise.
17727 * README: Document `gdb_init_command' and `gdb_init_commands'.
17728
177292014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17730
17731 Fix false FAIL running under a very long directory name.
17732 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17733 and "set print elements 10000". Twice.
17734
177352014-07-11 Yao Qi <yao@codesourcery.com>
17736
17737 * gdb.base/exprs.exp: "set print symbol off".
17738
177392014-07-11 Pedro Alves <palves@redhat.com>
17740
17741 * gdb.threads/kill.c: New file.
17742 * gdb.threads/kill.exp: New file.
17743
177442014-07-10 Yao Qi <yao@codesourcery.com>
17745
17746 * gdb.trace/tfile.c (write_basic_trace_file)
17747 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17748 address written to trace file.
17749
177502014-07-09 Pedro Alves <palves@redhat.com>
17751
17752 * gdb.base/attach-wait-input.exp: New file.
17753 * gdb.base/attach-wait-input.c: New file.
17754
177552014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17756
17757 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17758 setting up test structures.
17759 (main): Call new test function.
17760 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17761 test function, continue into test function and walk test
17762 structures.
17763
177642014-07-02 Yao Qi <yao@codesourcery.com>
17765
17766 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17767 'bar_start' at the beginning of functions 'foo' and 'bar'
17768 respectively.
17769 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17770 instead of 'foo' and 'bar'.
17771
177722014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17773
17774 * gdb.btrace/segv.exp: New.
17775 * gdb.btrace/segv.c: New.
17776
177772014-07-02 Luis Machado <lgustavo@codesourcery.com>
17778
17779 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17780 instruction.
17781
177822014-06-30 Mark Wielaard <mjw@redhat.com>
17783
17784 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17785 vulture, vilify, villar): New volatile array constants.
17786 (vindictive, vegetation): New const volatile array constants.
17787 * gdb.base/volatile.exp: Test volatile and const volatile array
17788 types.
17789
177902014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17791
17792 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17793 target lacks support for awatch, rwatch, or hbreak.
17794
177952014-06-27 Yao Qi <yao@codesourcery.com>
17796
17797 * gdb.multi/dummy-frame-restore.exp: New.
17798 * gdb.multi/dummy-frame-restore.c: New.
17799
178002014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17801
17802 * gdb.btrace/gcore.exp: New.
17803
178042014-06-23 Pedro Alves <palves@redhat.com>
17805
17806 * gdb.base/watchpoint-reuse-slot.c: New file.
17807 * gdb.base/watchpoint-reuse-slot.exp: New file.
17808
178092014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17810
17811 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17812 progspace's filename in 'info', 'enable' and 'disable' command
17813 tests.
17814
178152014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17816
17817 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17818 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17819 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17820
178212014-06-20 Gary Benson <gbenson@redhat.com>
17822
17823 * gdb.arch/i386-avx.exp: Fix include file location.
17824 * gdb.arch/i386-sse.exp: Likewise.
17825
178262014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17827
17828 * gdb.dlang/expression.exp: New file.
17829
178302014-06-19 Pedro Alves <palves@redhat.com>
17831
17832 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17833 out from ...
17834 (top level): ... here. Iterate running tests under different
17835 scheduler-locking settings.
17836
178372014-06-18 Luis Machado <lgustavo@codesourcery.com>
17838
17839 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17840 to DW_FORM_addr and use non-zero addresses.
17841
178422014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17843
17844 PR gdb/17017
17845 * gdb.python/py-xmethods.cc: Add global function call counters and
17846 increment them in their respective functions. Remove "cout"
17847 statements.
17848 * gdb.python/py-xmethods.exp: Make tests check the global function
17849 call counters instead of depending on inferior IO.
17850
178512014-06-18 Don Breazeal <donb@codesourcery.com>
17852
17853 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17854 Deleted procedure.
17855 (explicit_fork_parent_follow): Deleted procedure.
17856 (explicit_fork_child_follow): Deleted procedure.
17857 (test_follow_fork): New procedure.
17858 (do_fork_tests): Replace calls to deleted procedures with
17859 calls to test_follow_fork and reset GDB for subsequent
17860 procedure calls.
17861
178622014-06-17 Yao Qi <yao@codesourcery.com>
17863
17864 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17865 CP1252.
17866
178672014-06-17 Luis Machado <lgustavo@codesourcery.com>
17868
17869 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17870 Initialize ptr and S explicitly.
17871 (skip_type_update_when_not_use_rtti_test): Likewise.
17872
178732014-06-16 Keith Seitz <keiths@redhat.com>
17874
17875 PR mi/15863
17876 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17877 the inferior is started.
17878
178792014-06-16 Pedro Alves <palves@redhat.com>
17880
17881 * gdb.base/break-main-file-remove-fail.c: New file.
17882 * gdb.base/break-main-file-remove-fail.exp: New file.
17883 * gdb.base/break-unload-file.exp: Use build_executable instead of
17884 prepare_for_testing.
17885 (test_break): New parameter "initial_load". Handle it.
17886 (top level): Add initial_load cmdline/file axis.
17887
178882014-06-12 Tom Tromey <tromey@redhat.com>
17889
17890 * gdb.base/completion.exp: Don't use directory name in test.
17891
178922014-06-09 Gary Benson <gbenson@redhat.com>
17893
17894 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17895 separate the always-available ANSI-standard signals from the
17896 signals that require checking.
17897 (main): Likewise.
17898 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17899 Likewise.
17900 (main): Likewise.
17901
179022014-06-07 Keith Seitz <keiths@redhat.com>
17903
17904 Revert:
17905 PR c++/16253
17906 * gdb.cp/var-tag.cc: New file.
17907 * gdb.cp/var-tag.exp: New file.
17908 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17909 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17910 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17911 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17912
179132014-06-06 Doug Evans <xdje42@gmail.com>
17914
17915 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17916
179172014-06-06 Pedro Alves <palves@redhat.com>
17918
17919 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17920 in target debug output instead of looking at RSP packets,
17921 disabling the test on any target that uses hardware stepping.
17922 Update comments.
17923
179242014-06-06 Pedro Alves <palves@redhat.com>
17925
17926 * gdb.base/break-unload-file.exp: Fix typo.
17927
179282014-06-06 Yao Qi <yao@codesourcery.com>
17929
17930 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17931 from "jit_function" to "^jit_function".
17932
179332014-06-06 Yao Qi <yao@codesourcery.com>
17934
17935 * gdb.base/async.c (foo): Add one statement.
17936 * gdb.base/async.exp: Get the next instruction address and
17937 match the output of "nexti" by instruction address. Match
17938 the hex address in the output of "finish".
17939
179402014-06-06 Gary Benson <gbenson@redhat.com>
17941
17942 * gdb.base/call-signals.c: Remove preprocessor conditionals
17943 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17944 SIGSEGV and SIGTERM.
17945 * gdb.base/sigall.c: Likewise.
17946 * gdb.base/unwindonsignal.c: Likewise.
17947 * gdb.reverse/sigall-reverse.c: Likewise.
17948
179492014-06-06 Yao Qi <yao@codesourcery.com>
17950
17951 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17952 readable, skip the test.
17953
179542014-06-06 Yao Qi <yao@codesourcery.com>
17955
17956 * gdb.threads/staticthreads.c (thread_function): Move the line
17957 setting breakpoint on forward.
17958 * gdb.threads/staticthreads.exp: Update comments.
17959
179602014-06-05 Ludovic Courtès <ludo@gnu.org>
17961
17962 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17963 "history-append! type error".
17964
179652014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17966
17967 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17968 erroneous dprintf expected input.
17969
179702014-06-04 Doug Evans <xdje42@gmail.com>
17971
17972 * gdb.guile/scm-generics.exp: Delete.
17973
179742014-06-04 Doug Evans <xdje42@gmail.com>
17975
17976 * gdb.guile/scm-breakpoint.exp: Update.
17977 Add tests for breakpoint registration.
17978
179792014-06-04 Tom Tromey <tromey@redhat.com>
17980
17981 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17982 VLA-in-union.
17983 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17984 inner_vla_struct, vla_union types. Initialize objects of those
17985 types and compute their sizes.
17986
179872014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17988 Hui Zhu <hui@codesourcery.com>
17989
17990 * gdb.base/fileio.exp: Add test for shell not available as well as
17991 available.
17992 * gdb.base/fileio.c (test_system): Check for shell twice.
17993
179942014-06-04 Yao Qi <yao@codesourcery.com>
17995
17996 * gdb.base/auto-connect-native-target.exp: Remove redundant
17997 space from the regexp pattern.
17998
179992014-06-04 Yao Qi <yao@codesourcery.com>
18000
18001 * gdb.base/default.exp: Replace "child" with "native" in
18002 regexp pattern.
18003
180042014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18005
18006 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18007 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18008 * gdb.python/py-xmethods.py: Python script supporting the
18009 new testcase and tests.
18010
180112014-06-03 Joel Brobecker <brobecker@adacore.com>
18012 Pedro Alves <palves@redhat.com>
18013
18014 PR breakpoints/17000
18015 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18016 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18017
180182014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18019
18020 * gdb.base/subst.exp: Add tests to verify partial path matching
18021 output.
18022
180232014-06-03 Pedro Alves <palves@redhat.com>
18024
18025 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18026 target that doesn't use software single-stepping.
18027
180282014-06-03 Pedro Alves <palves@redhat.com>
18029
18030 PR breakpoints/17000
18031 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18032 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18033
180342014-06-02 Doug Evans <xdje42@gmail.com>
18035
18036 * gdb.guile/scm-parameter.exp: New file.
18037
180382014-06-02 Doug Evans <xdje42@gmail.com>
18039
18040 * gdb.guile/scm-cmd.c: New file.
18041 * gdb.guile/scm-cmd.exp: New file.
18042
180432014-06-02 Doug Evans <xdje42@gmail.com>
18044
18045 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18046 pretty-printer lookup.
18047 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18048 (make-pp_s-printer): Call it.
18049 (make-pretty-printer-from-dict): New function.
18050 (lookup-pretty-printer-maker-from-dict): New function.
18051 (*pretty-printer*): Simplify.
18052 (make-objfile-pp_s-printer): New function.
18053 (install-objfile-pretty-printers!): New function.
18054 (make-progspace-pp_s-printer): New function.
18055 (install-progspace-pretty-printers!): New function.
18056 * gdb.guile/scm-progspace.c: New file.
18057 * gdb.guile/scm-progspace.exp: New file.
18058
180592014-06-02 Pedro Alves <palves@redhat.com>
18060
18061 * gdb.base/dprintf-bp-same-addr.c: New file.
18062 * gdb.base/dprintf-bp-same-addr.exp: New file.
18063
180642014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18065
18066 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18067 * gdb.arch/powerpc-power.s: Likewise.
18068
180692014-06-02 Joel Brobecker <brobecker@adacore.com>
18070
18071 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18072
180732014-06-01 Yao Qi <yao@codesourcery.com>
18074
18075 * gdb.base/watchpoint.exp (test_watch_location): Check null
18076 pointer can be dereferenced. If not, do the test, otherwise
18077 skip it.
18078
180792014-05-30 Andrew Burgess <aburgess@broadcom.com>
18080
18081 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18082 results.
18083 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18084
180852014-05-30 Andrew Burgess <aburgess@broadcom.com>
18086
18087 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18088 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18089 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18090 * gdb.arch/amd64-invalid-stack-top.c: New file.
18091 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18092
180932014-05-30 Pedro Alves <palves@redhat.com>
18094
18095 PR breakpoints/17000
18096 * gdb.base/sss-bp-on-user-bp.c: New file.
18097 * gdb.base/sss-bp-on-user-bp.exp: New file.
18098
180992014-05-30 David Blaikie <dblaikie@gmail.com>
18100
18101 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18102 gnu_inline semantics via attribute.
18103 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18104 source explicitly specifies the required semantics.
18105
181062014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18107
18108 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18109
181102014-05-29 Pedro Alves <palves@redhat.com>
18111 Tom Tromey <tromey@redhat.com>
18112
18113 * gdb.base/async-shell.exp: Don't enable target-async.
18114 * gdb.base/async.exp
18115 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18116 parameter. Adjust.
18117 (top level): Don't test with "target-async".
18118 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18119 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18120 * gdb.base/inferior-died.exp: Don't enable target-async.
18121 * gdb.base/interrupt-noterm.exp: Likewise.
18122 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18123 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18124 * gdb.mi/mi-nonstop.exp: Likewise.
18125 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18126 * gdb.mi/mi-nsintrall.exp: Likewise.
18127 * gdb.mi/mi-nsmoribund.exp: Likewise.
18128 * gdb.mi/mi-nsthrexec.exp: Likewise.
18129 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18130 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18131 * gdb.python/py-evsignal.exp: Don't enable target-async.
18132 * gdb.python/py-evthreads.exp: Likewise.
18133 * gdb.python/py-prompt.exp: Likewise.
18134 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18135 * gdb.server/solib-list.exp: Don't enable target-async.
18136 * gdb.threads/thread-specific-bp.exp: Likewise.
18137 * lib/mi-support.exp: Adjust to use mi-async.
18138
181392014-05-29 Pedro Alves <palves@redhat.com>
18140
18141 PR gdb/13860
18142 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18143 reason, even in sync mode.
18144
181452014-05-29 Pedro Alves <palves@redhat.com>
18146 Hui Zhu <hui@codesourcery.com>
18147
18148 PR PR15693
18149 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18150 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18151 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18152 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18153
181542014-05-28 Joel Brobecker <brobecker@adacore.com>
18155
18156 * config/monitor.exp (gdb_target_monitor): Replace use of
18157 "set remotebaud" by "set serial baud".
18158
181592014-05-26 Andy Wingo <wingo@igalia.com>
18160
18161 * gdb.guile/scm-breakpoint.exp:
18162 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18163 properties instead of gdb-object-properties.
18164
181652014-05-26 Yao Qi <yao@codesourcery.com>
18166
18167 * gdb.server/no-thread-db.exp: Specify source file name
18168 explicitly when setting a breakpoint.
18169
181702014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18171
18172 * gdb.btrace/vdso.c: New.
18173 * gdb.btrace/vdso.exp: New.
18174
181752014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18176
18177 * gdb.base/gcore.exp (capture_command_output): Move ...
18178 * lib/gdb.exp (capture_command_output): ... here.
18179
181802014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18181
18182 * gdb.btrace/data.exp: Test memory access during btrace replay.
18183
181842014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18185
18186 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18187
181882014-05-21 Pedro Alves <palves@redhat.com>
18189
18190 PR gdb/13860
18191 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18192 (top level): Test that output related to execution commands is
18193 sent to the console with CLI commands, but not with MI commands.
18194 Test that breakpoint events are always mirrored to the console.
18195 Also expect the new source line to be output after a "next" in
18196 async mode too. Make it a pass/fail test.
18197 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18198 output.
18199 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18200
182012014-05-21 Pedro Alves <palves@redhat.com>
18202
18203 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18204 Use them to test variations of "list" after reaching a breakpoint.
18205 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18206 Test "list" with listsize 10 after reaching a breakpoint.
18207 * gdb.python/python.exp (decode_line current location line
18208 number): Adjust expected line number.
18209
182102014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18211
18212 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18213 behavior for $args, pass it directly to "run".
18214
182152014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18216
18217 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18218 30000 to 65536.
18219
182202014-05-21 Pedro Alves <palves@redhat.com>
18221
18222 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18223 auto-connect-native-target off".
18224 * gdb.base/auto-connect-native-target.c: New file.
18225 * gdb.base/auto-connect-native-target.exp: New file.
18226
182272014-05-21 Pedro Alves <palves@redhat.com>
18228
18229 * gdb.base/default.exp: Test "target native" instead of "target
18230 child".
18231
182322014-05-21 Mark Wielaard <mjw@redhat.com>
18233
18234 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18235
182362014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18237
18238 Fix TLS access for -static -pthread.
18239 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18240 <HAVE_TLS> (thread_function, main): Initialize it.
18241 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18242 Add clean_restart.
18243 <$have_tls != "">: Check TLSVAR.
18244
182452014-05-21 Pedro Alves <palves@redhat.com>
18246
18247 * gdb.base/dcache-line-read-error.c: New.
18248 * gdb.base/dcache-line-read-error.exp: New.
18249
182502014-05-20 Pedro Alves <palves@redhat.com>
18251
18252 * gdb.base/compare-sections.c: New file.
18253 * gdb.base/compare-sections.exp: New file.
18254
182552014-05-20 Pedro Alves <palves@redhat.com>
18256
18257 * gdb.base/break-idempotent.c: New file.
18258 * gdb.base/break-idempotent.exp: New file.
18259
182602014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18261
18262 * gdb.btrace/nohist.exp: New.
18263
182642014-05-20 Yao Qi <yao@codesourcery.com>
18265
18266 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18267 gdb.reverse directory and gdb_reverse_timeout exists in board
18268 setting.
18269 * README: Document gdb_reverse_timeout.
18270
182712014-05-20 Yao Qi <yao@codesourcery.com>
18272
18273 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18274 'test_file_name'. Treat args as a string instead of a list.
18275 (gdb_init): Rename argument 'args' by 'test_file_name'.
18276
182772014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18278
18279 * gdb.arch/powerpc-power.exp: New file.
18280 * gdb.arch/powerpc-power.s: New file.
18281
182822014-05-16 Doug Evans <dje@google.com>
18283
18284 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18285 * gdb.base/completion.exp: Check that all expected files exist
18286 before doing file completion.
18287
182882014-05-16 Doug Evans <dje@google.com>
18289
18290 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18291 Update.
18292 (do_syscall_tests_without_xml): Update.
18293
182942014-05-16 Pedro Alves <palves@redhat.com>
18295
18296 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18297 instead of "unknown output after running".
18298
182992014-05-16 Yao Qi <yao@codesourcery.com>
18300
18301 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18302 file1.txt from host at the end.
18303 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18304
183052014-05-15 Doug Evans <dje@google.com>
18306
18307 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18308 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18309 loading file. Add test for TU lookup.
18310
183112014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18312
18313 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18314 calling "-exec-arguments" or "set args" before running the
18315 inferior.
18316
183172014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18318
18319 * lib/mi-support.exp (mi_expect_stop): Expect message for
18320 inferiors that exit with non-zero exit code.
18321
183222014-05-14 Yao Qi <yao@codesourcery.com>
18323
18324 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18325 match absolute path on remote host.
18326 (test_file_list_exec_source_files): Remove "/" from the
18327 pattern.
18328
183292014-05-14 Yao Qi <yao@codesourcery.com>
18330
18331 * boards/local-remote-host-notty.exp (${board}_file): New
18332 proc.
18333
183342014-05-07 Kyle McMartin <kyle@redhat.com>
18335
18336 Pushed by Joel Brobecker <brobecker@adacore.com>.
18337 * gdb.arch/aarch64-atomic-inst.c: New file.
18338 * gdb.arch/aarch64-atomic-inst.exp: New file.
18339
183402014-05-07 Yao Qi <yao@codesourcery.com>
18341
18342 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18343 in current context" too.
18344
183452014-05-05 Keith Seitz <keiths@redhat.com>
18346
18347 * gdb.linespec/ls-dollar.exp: Add test for linespec
18348 file:convenience_variable.
18349
183502014-05-05 Yao Qi <yao@codesourcery.com>
18351
18352 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18353 traceframes into tfile and ctf trace files. Read data from
18354 trace file and test collected data.
18355 (gdb_collect_locals_test): Likewise.
18356 (gdb_unavailable_registers_test): Likewise.
18357 (gdb_unavailable_floats): Likewise.
18358 (gdb_collect_globals_test): Likewise.
18359 (top-level): Append "ctf" to trace_file_targets if GDB
18360 supports.
18361
183622014-05-05 Yao Qi <yao@codesourcery.com>
18363
18364 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18365 code to ...
18366 (gdb_collect_args_test_1): ... it. New proc.
18367 (gdb_collect_locals_test): Move some code to ...
18368 (gdb_collect_locals_test_1): ... it. New proc.
18369 (gdb_unavailable_registers_test): Move some code to ...
18370 (gdb_unavailable_registers_test_1): ... it. New proc.
18371 (gdb_unavailable_floats): Move some code to ...
18372 (gdb_unavailable_floats_1): ... it. New proc.
18373
183742014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18375
18376 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18377 probes to test for bitness recognition.
18378 * gdb.arch/amd64-stap-optional-prefix.exp
18379 (test_probe_value_without_reg): New procedure.
18380 Add code to test for different kinds of bitness.
18381
183822014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18383
18384 PR breakpoints/16889
18385 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18386 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18387
183882014-05-01 Pedro Alves <palves@redhat.com>
18389
18390 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18391 gdb_file_cmd if no file is specified.
18392 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18393 last_loaded_file to set the remote exec-file.
18394
183952014-05-01 Pedro Alves <palves@redhat.com>
18396
18397 * boards/local-remote-host.exp: New file.
18398
183992014-05-01 Pedro Alves <palves@redhat.com>
18400
18401 * boards/local-remote-host.exp: Rename to ...
18402 * boards/local-remote-host-notty.exp: ... this.
18403
184042014-04-28 Joel Brobecker <brobecker@adacore.com>
18405
18406 * gdb.ada/dyn_arrayidx: New testcase.
18407
184082014-04-26 Yao Qi <yao@codesourcery.com>
18409
18410 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18411 and compute the length of function main. Save it in
18412 $main_length.
18413 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18414 (top-level): Use gdb_compile to compile objects into
18415 executable and restart GDB. Remove invocation to
18416 prepare_for_testing.
18417
184182014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18419 Pedro Alves <palves@redhat.com>
18420
18421 PR server/16255
18422 * gdb.multi/multi-attach.c: New file.
18423 * gdb.multi/multi-attach.exp: New file.
18424
184252014-04-25 Pedro Alves <palves@redhat.com>
18426
18427 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18428 user.
18429 (top level): Test that "set remote conditional-breakpoints-packet
18430 off" works as intended.
18431 * gdb.base/dprintf.exp: Test that "set remote
18432 breakpoint-commands-packet off" works as intended.
18433 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18434 New function.
18435 (top level): Call it.
18436 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18437 remote fast-tracepoints-packet off" works as intended.
18438 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18439 * lib/gdb.exp (gdb_is_target_remote): ... here.
18440
184412014-04-24 David Blaikie <dblaikie@gmail.com>
18442
18443 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18444 ensure clang would not discard them.
18445 * gdb.base/gdbvars.c: Ditto.
18446 * gdb.base/memattr.c: Ditto.
18447 * gdb.base/whatis.c: Ditto.
18448 * gdb.python/py-prettyprint.c: Ditto.
18449 * gdb.trace/actions.c: Ditto.
18450 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18451 ensure clang would not discard it.
18452
184532014-04-24 David Blaikie <dblaikie@gmail.com>
18454
18455 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18456 clang to emit the full definition of type required by the test
18457 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18458
184592014-04-24 David Blaikie <dblaikie@gmail.com>
18460
18461 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18462 coax Clang into emitting the definition of the type.
18463 * gdb.cp/pr10728-x.h (y): Ditto.
18464 * gdb.cp/pr10728-y.cc (y): Ditto.
18465
184662014-04-24 David Blaikie <dblaikie@gmail.com>
18467
18468 * gdb.base/label.exp: XFAIL label related tests under Clang.
18469 * gdb.cp/cplabel.exp: Ditto.
18470 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18471 under Clang those using labels.
18472
184732014-04-25 Yao Qi <yao@codesourcery.com>
18474
18475 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18476 double_label.
18477 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18478 partial_label and double_label.
18479
184802014-04-24 David Blaikie <dblaikie@gmail.com>
18481
18482 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18483
184842014-04-24 David Blaikie <dblaikie@gmail.com>
18485
18486 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18487 of the function to work across GCC and Clang.
18488 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18489 pointer types (const void ** const V void **).
18490
184912014-04-24 Michael Sturm <michael.sturm@mintel.com>
18492 Walfred Tedeschi <walfred.tedeschi@intel.com>
18493
18494 * Makefile.in (EXECUTABLES): Added i386-avx512.
18495 * gdb.arch/i386-avx512.c: New file.
18496 * gdb.arch/i386-avx512.exp: Likewise.
18497
184982014-04-23 Keith Seitz <keiths@redhat.com>
18499
18500 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18501 (mi_make_breakpoint_table): New procedure.
18502 (mi_create_breakpoint): Use mi_make_breakpoint
18503 and return the result.
18504 (mi_make_breakpoint): New procedure.
18505 (mi_build_kv_pairs): New procedure.
18506
18507 * gdb.mi/mi-break.exp: Remove unused globals,
18508 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18509 All callers updated.
18510 * gdb.mi/mi-dprintf.exp: Use variable to track command
18511 number.
18512 Update all callers of mi_create_breakpoint and use
18513 mi_make_breakpoint_table.
18514 Remove any unused global variables.
18515 * gdb.mi/mi-nonstop.exp: Likewise.
18516 * gdb.mi/mi-nsintrall.exp: Likewise.
18517 * gdb.mi/mi-nsmoribund.exp: Likewise.
18518 * gdb.mi/mi-nsthrexec.exp: Likewise.
18519 * gdb.mi/mi-reverse.exp: Likewise.
18520 * gdb.mi/mi-simplerun.exp: Likewise.
18521 * gdb.mi/mi-stepn.exp: Likewise.
18522 * gdb.mi/mi-syn-frame.exp: Likewise.
18523 * gdb.mi/mi-until.exp: Likewise.
18524 * gdb.mi/mi-var-cp.exp: Likewise.
18525 * gdb.mi/mi-var-display.exp: Likewise.
18526 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18527 * gdb.mi/mi2-var-child.exp: Likewise.
18528 * gdb.mi/mi-vla-c99.exp: Likewise.
18529 * lib/mi-support.exp: Likewise.
18530
18531 From Ian Lance Taylor <iant@cygnus.com>:
18532 * lib/gdb.exp (parse_args): New procedure.
18533
185342014-04-23 Pedro Alves <palves@redhat.com>
18535
18536 * gdb.base/break-unload-file.c: New file.
18537 * gdb.base/break-unload-file.exp: New file.
18538 * gdb.base/sym-file-lib.c (baz): New function.
18539 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18540 field.
18541 (load): Store the segment's mapped size.
18542 (unload): New function.
18543 (unload_shlib): New function.
18544 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18545 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18546 set a breakpoint at baz, and call it.
18547 * gdb.base/sym-file.exp: New tests for stale breakpoint
18548 instructions.
18549
185502014-04-23 Pedro Alves <palves@redhat.com>
18551
18552 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18553 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18554 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18555 * gdb.base/hbreak-unmapped.c: New file.
18556 * gdb.base/hbreak-unmapped.exp: New file.
18557 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18558 * lib/gdb.exp (gdb_is_target_remote): ... here.
18559
185602014-04-22 Pedro Alves <palves@redhat.com>
18561
18562 * gdb.base/consecutive-step-over.c: New file.
18563 * gdb.base/consecutive-step-over.exp: New file.
18564
185652014-04-22 Pedro Alves <palves@redhat.com>
18566
18567 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18568 instead of send_gdb/gdb_expect.
18569
185702014-04-22 Yao Qi <yao@codesourcery.com>
18571
18572 * lib/trace-support.exp (generate_tracefile): New procedure.
18573 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18574 return 0.
18575 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18576 if generate_tracefile returns 1.
18577
185782014-04-18 Tom Tromey <palves@redhat.com>
18579 Pedro alves <tromey@redhat.com>
18580
18581 PR backtrace/15558
18582 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18583 with a backtrace limit.
18584 * gdb.python/py-frame-inline.exp: Test running to an inline
18585 function with a backtrace limit, and printing the newest frame.
18586 * gdb.python/py-frame-inline.c (main): Call f.
18587
185882014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18589
18590 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18591
185922014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18593
18594 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18595 Drop prefix from unsupported source file path.
18596
185972014-04-17 Yao Qi <yao@codesourcery.com>
18598
18599 * lib/gdb.exp (with_target_charset): New proc.
18600 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18601 with_target_charset.
18602 (test_print_strings): Likewise.
18603 (test_repeat_bytes): Likewise.
18604 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18605 for some tests.
18606
186072014-04-16 Keith Seitz <keiths@redhat.com>
18608
18609 PR gdb/15827
18610 * gdb.dwarf2/corrupt.c: New file.
18611 * gdb.dwarf2/corrupt.exp: New file.
18612
186132014-04-16 Keith Seitz <keiths@redhat.com>
18614
18615 PR c++/16597
18616 * gdb.cp/namelessclass.cc: New file.
18617 * gdb.cp/namelessclass.exp: New file.
18618 * gdb.cp/namelessclass.S: New file.
18619
186202014-04-16 Doug Evans <dje@google.com>
18621
18622 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18623 Add comment.
18624 (gdbserver_default_get_comm_port): New function.
18625 (gdbserver_start): Check if board file provided
18626 "gdbserver,get_comm_port" and use it if so.
18627 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18628 (gdb,socketport): Set to "stdio".
18629 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18630 (stdio_gdbserver_template): Delete.
18631 (${board}_get_remote_address): Update.
18632 (${board}_build_remote_cmd): Delete.
18633 (${board}_get_comm_port): New function.
18634 (${board}_spawn): Update.
18635 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18636 Delete.
18637 (${board}_get_remote_address): Update.
18638 (${board}_get_comm_port): New function.
18639
186402014-04-16 Andrew Burgess <aburgess@broadcom.com>
18641
18642 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18643 appearing in any order.
18644
186452014-04-15 Doug Evans <dje@google.com>
18646
18647 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18648 uninitialized value of "description".
18649
186502014-04-15 Keith Seitz <keiths@redhat.com>
18651
18652 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18653 Remove unused globals.
18654 (test_running_the_program): Likewise.
18655 (test_controlled_execution): Likewise.
18656 (test_controlling_breakpoints): Likewise.
18657 (test_program_termination): Likewise.
18658
186592014-04-15 Keith Seitz <keiths@redhat.com>
18660
18661 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18662 unused globals.
18663 (test_rbreak_creation_and_listing): Likewise.
18664 (test_ignore_count): Likewise.
18665 (test_error): Likewise.
18666
186672014-04-15 Pedro Alves <palves@redhat.com>
18668
18669 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18670 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18671 sym-file-loader.c.
18672 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18673 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18674 to sym-file-loader.c.
18675 (struct library): Forward declare.
18676 (load_shlib, lookup_function): Change prototypes.
18677 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18678 (translate_offset): Remove declarations.
18679 (get_text_addr): New declaration.
18680 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18681 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18682 sym-file-loader.h.
18683 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18684 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18685 here from sym-file-loader.h.
18686 (struct library): New structure.
18687 (load_shlib, lookup_function): Change prototypes and adjust to
18688 work with a struct library.
18689 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18690 (translate_offset): Make static.
18691 (get_text_addr): New function.
18692 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18693
186942014-04-15 Pedro Alves <palves@redhat.com>
18695
18696 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18697
186982014-04-15 Pedro Alves <palves@redhat.com>
18699
18700 * gdb.base/sym-file-loader.c: Include <limits.h>.
18701 (SELF_LINK): New define.
18702 (get_origin): New function.
18703 (load_shlib): Use it.
18704 * gdb.base/sym-file.exp: Don't early return if the target is
18705 remote. Use runto_main, and issue fail is that fails. Use
18706 gdb_load_shlibs.
18707 (shlib_name): Delete.
18708 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18709
187102014-04-15 Pedro Alves <palves@redhat.com>
18711
18712 * gdb.base/sym-file.exp: Remove regex characters from test
18713 message. Don't refer to breakpoint numbers in test messages.
18714
187152014-04-14 Keith Seitz <keiths@redhat.com>
18716
18717 PR c++/16253
18718 * gdb.cp/var-tag.cc: New file.
18719 * gdb.cp/var-tag.exp: New file.
18720 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18721 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18722 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18723 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18724
187252014-04-14 Tom Tromey <tromey@redhat.com>
18726
18727 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18728 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18729 type.
18730 * gdb.cp/enum-class.exp: New file.
18731 * gdb.cp/enum-class.cc: New file.
18732
187332014-04-14 Tom Tromey <tromey@redhat.com>
18734
18735 * gdb.dwarf2/enum-type.exp: New file.
18736
187372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18738
18739 * gdb.mi/mi-vla-c99.exp: New file.
18740 * gdb.mi/vla.c: New file.
18741
187422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18743
18744 * gdb.base/vla-datatypes.c: New file.
18745 * gdb.base/vla-datatypes.exp: New file.
18746
187472014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18748
18749 * gdb.base/vla-ptr.c: New file.
18750 * gdb.base/vla-ptr.exp: New file.
18751
187522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18753
18754 * gdb.dwarf2/count.exp: New file.
18755
187562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18757
18758 * gdb.base/vla-sideeffect.c: New file.
18759 * gdb.base/vla-sideeffect.exp: New file.
18760
187612014-04-14 David Blaikie <dblaikie@gmail.com>
18762
18763 * gdb.mi/non-stop.c: Add return value for non-void function return
18764 statement.
18765 * gdb.threads/staticthreads.c: Ditto.
18766
187672014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18768 Doug Evans <xdje42@gmail.com>
18769
18770 * gdb.guile/scm-value.c: Improve test case.
18771 * gdb.guile/scm-value.exp: Add new test.
18772
187732014-04-11 David Blaikie <dblaikie@gmail.com>
18774
18775 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18776 override Clang's default.
18777
187782014-04-11 Joel Brobecker <brobecker@adacore.com>
18779
18780 Revert the following changes (regressions):
18781
18782 * gdb.base/vla-sideeffect.c: New file.
18783 * gdb.base/vla-sideeffect.exp: New file.
18784
18785 * gdb.dwarf2/count.exp: New file.
18786
18787 * gdb.base/vla-multi.c: New file.
18788 * gdb.base/vla-multi.exp: New file.
18789
18790 * gdb.base/vla-ptr.c: New file.
18791 * gdb.base/vla-ptr.exp: New file.
18792
18793 * gdb.base/vla-datatypes.c: New file.
18794 * gdb.base/vla-datatypes.exp: New file.
18795
18796 * gdb.mi/mi-vla-c99.exp: New file.
18797 * gdb.mi/vla.c: New file.
18798
187992014-04-11 Keith Seitz <keiths@redhat.com>
18800
18801 PR c++/16675
18802 * gdb.cp/cpsizeof.exp: New file.
18803 * gdb.cp/cpsizeof.cc: New file.
18804
188052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18806
18807 * gdb.mi/mi-vla-c99.exp: New file.
18808 * gdb.mi/vla.c: New file.
18809
188102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18811
18812 * gdb.base/vla-datatypes.c: New file.
18813 * gdb.base/vla-datatypes.exp: New file.
18814
188152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18816
18817 * gdb.base/vla-ptr.c: New file.
18818 * gdb.base/vla-ptr.exp: New file.
18819
188202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18821
18822 * gdb.base/vla-multi.c: New file.
18823 * gdb.base/vla-multi.exp: New file.
18824
188252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18826
18827 * gdb.dwarf2/count.exp: New file.
18828
188292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18830
18831 * gdb.base/vla-sideeffect.c: New file.
18832 * gdb.base/vla-sideeffect.exp: New file.
18833
188342014-04-11 Yao Qi <yao@codesourcery.com>
18835
18836 * gdb.base/completion.exp: Check file exists before running tests
18837 on file completion.
18838
188392014-04-10 Pedro Alves <palves@redhat.com>
18840
18841 * gdb.base/cond-eval-mode.c: New file.
18842 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18843 prepare_for_testing to build the new file. Check result of
18844 runto_main.
18845 (test_break, test_watch): New procedures.
18846 (top level): Use them.
18847
188482014-04-08 Pierre Muller <muller@sourceware.org>
18849
18850 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18851 Ctrl-V use for mingw hosts.
18852
188532014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18854
18855 * gdb.python/py-value.c: Improve test case.
18856 * gdb.python/py-value.exp: Add new test.
18857
188582014-04-07 David Blaikie <dblaikie@gmail.com>
18859
18860 * lib/compiler.c: Identify the clang compiler.
18861 * lib/compiler.cc: Ditto.
18862
188632014-04-03 Yao Qi <yao@codesourcery.com>
18864
18865 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18866
188672014-04-01 Anton Blanchard <anton@samba.org>
18868
18869 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18870 messages unique.
18871
188722014-04-01 Anton Blanchard <anton@samba.org>
18873
18874 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18875 prepare_for_testing.
18876
188772014-04-01 Anton Blanchard <anton@samba.org>
18878
18879 * gdb.arch/ppc64-atomic-inst.c: Remove.
18880 * gdb.arch/ppc64-atomic-inst.S: New file.
18881 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18882
188832014-03-31 Doug Evans <dje@google.com>
18884
18885 * gdb.base/print-symbol-loading-lib.c: New file.
18886 * gdb.base/print-symbol-loading-main.c: New file.
18887 * gdb.base/print-symbol-loading.exp: New file.
18888
188892014-03-31 Yao Qi <yao@codesourcery.com>
18890
18891 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18892
188932014-03-28 Joel Brobecker <brobecker@adacore.com>
18894
18895 * gdb.ada/mi_dyn_arr: New testcase.
18896
188972014-03-27 Doug Evans <dje@google.com>
18898
18899 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18900
189012014-03-27 Yao Qi <yao@codesourcery.com>
18902
18903 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18904 if target is nios2-*-*.
18905
189062014-03-26 Yao Qi <yao@codesourcery.com>
18907
18908 * lib/gdb.exp (readline_is_used): New proc.
18909 * gdb.base/completion.exp: Move tests on command complete up.
18910 Skip the rest of tests if readline is not used.
18911 * gdb.ada/complete.exp: Skp the test if readline is not
18912 used.
18913 * gdb.base/filesym.exp: Likewise.
18914 * gdb.base/macscp.exp: Likewise.
18915 * gdb.base/readline-ask.exp: Likewise.
18916 * gdb.base/readline.exp: Likewise.
18917 * gdb.python/py-cmd.exp: Likewise.
18918 * gdb.trace/tfile.exp: Likewise.
18919
189202014-03-26 Yao Qi <yao@codesourcery.com>
18921
18922 * gdb.base/macscp.exp: Fix code format issues.
18923
189242014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18925
18926 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18927 * gdb.asm/powerpc64le.inc: New file.
18928
189292014-03-25 Pedro Alves <palves@redhat.com>
18930 Doug Evans <dje@google.com>
18931
18932 * gdb.base/source-execution.c: New file.
18933 * gdb.base/source-execution.exp: New file.
18934 * gdb.base/source-execution.gdb: New file.
18935
189362014-03-24 Doug Evans <dje@google.com>
18937
18938 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18939 using fission.
18940
189412014-03-24 Hui Zhu <hui@codesourcery.com>
18942 Pedro Alves <palves@redhat.com>
18943
18944 PR breakpoints/16101
18945 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18946 test pass/fail messages. Detect missing support for dprintf when
18947 breakpoints are actually inserted.
18948 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18949 breakpoints are actually inserted.
18950 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18951 fails.
18952
189532014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18954
18955 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18956
189572014-03-22 Doug Evans <xdje42@gmail.com>
18958
18959 * gdb.python/python.exp (python not supported): Verify multi-line
18960 python command issues an error.
18961 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18962 guile command issues an error.
18963
189642014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18965
18966 * gdb.threads/thread-specific.exp: Handle the lack of usable
18967 $this_breakpoint and $this_thread.
18968
189692014-03-21 Hui Zhu <hui@codesourcery.com>
18970
18971 * gdb.base/attach.exp (do_command_attach_tests): New.
18972
189732014-03-20 Tom Tromey <tromey@redhat.com>
18974 Pedro Alves <palves@redhat.com>
18975
18976 PR cli/15718
18977 * gdb.base/condbreak-call-false.c: New file.
18978 * gdb.base/condbreak-call-false.exp: New file.
18979
189802014-03-20 Pedro Alves <palves@redhat.com>
18981
18982 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18983 Delete.
18984 (block_signals, unblock_signals): Delete.
18985 (child_function_2, main): Remove references to deleted variable
18986 and functions.
18987
189882014-03-20 Pedro Alves <palves@redhat.com>
18989
18990 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18991 Use pthread_kill to signal thread 2.
18992 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18993 Adjust to make the test send itself a signal rather than using the
18994 host's "kill" command.
18995
189962014-03-20 Pedro Alves <palves@redhat.com>
18997
18998 * gdb.threads/multiple-step-overs.c: New file.
18999 * gdb.threads/multiple-step-overs.exp: New file.
19000 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19001 Adjust expected infrun debug output.
19002
190032014-03-20 Pedro Alves <palves@redhat.com>
19004
19005 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19006 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19007
190082014-03-20 Pedro Alves <palves@redhat.com>
19009
19010 PR breakpoints/7143
19011 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19012 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19013 of gdb_test_multiple.
19014 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19015 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19016
190172014-03-20 Pedro Alves <palves@redhat.com>
19018
19019 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19020 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19021
190222014-03-19 Pedro Alves <palves@redhat.com>
19023
19024 * gdb.base/async.exp: Remove early return.
19025
190262014-03-19 Pedro Alves <palves@redhat.com>
19027
19028 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19029
190302014-03-19 Pedro Alves <palves@redhat.com>
19031
19032 * gdb.base/async.exp (test_background): Expect \r\n after
19033 "completed." in the fail pattern.
19034
190352014-03-19 Pedro Alves <palves@redhat.com>
19036
19037 * gdb.base/async.exp (test_background): New procedure.
19038 Use it for all background execution command tests.
19039
190402014-03-19 Pedro Alves <palves@redhat.com>
19041
19042 * gdb.base/async.exp: Use prepare_for_testing.
19043
190442014-03-19 Pedro Alves <palves@redhat.com>
19045
19046 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19047 the same line.
19048
190492014-03-19 Pedro Alves <palves@redhat.com>
19050
19051 * gdb.base/async.c (main): Add "jump here" and "until here" line
19052 marker comments.
19053 * gdb.base/async.exp (jump_here): New global.
19054 (jump& test): Use it.
19055 (until_here): New global.
19056 (until& test): Use it.
19057
190582014-03-19 Pedro Alves <palves@redhat.com>
19059
19060 * gdb.base/async.exp: Don't frob gdb_protocol.
19061
190622014-03-18 Doug Evans <xdje42@gmail.com>
19063
19064 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19065 Fix spelling of exec-done-display.
19066
190672014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19068
19069 PR gdb/15358
19070 * gdb.base/gdb-sigterm.c: New file.
19071 * gdb.base/gdb-sigterm.exp: New file.
19072
190732014-03-18 Pedro Alves <palves@redhat.com>
19074
19075 PR gdb/13860
19076 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19077 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19078 solib-event.
19079
190802014-03-17 Joel Brobecker <brobecker@adacore.com>
19081
19082 * gdb.ada/pckd_arr_ren: New testcase.
19083
190842014-03-13 Doug Evans <xdje42@gmail.com>
19085
19086 PR guile/16612
19087 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19088 collect after discarding symbols.
19089
190902014-03-13 Ludovic Courtès <ludo@gnu.org>
19091 Doug Evans <xdje42@gmail.com>
19092
19093 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19094 to history survives a gc.
19095
190962014-03-13 Pedro Alves <palves@redhat.com>
19097
19098 * gdb.base/default.exp: Don't test "target procfs".
19099
191002014-03-13 Pedro Alves <palves@redhat.com>
19101
19102 * gdb.base/default.exp: Update "target child" and "target procfs"
19103 tests to not expect "Unix".
19104
191052014-03-12 Tom Tromey <tromey@redhat.com>
19106
19107 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19108 New procs. Add target-async tests.
19109 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19110 Add target-async tests.
19111
191122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19113
19114 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19115 'func_start' and 'func_end' for the beginning and end of the
19116 function code, respectively.
19117 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19118 'func_end' instead of 'func' and 'main'.
19119
191202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19121
19122 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19123 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19124 generate the debug info assembler source.
19125
191262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19127
19128 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19129 * gdb.dwarf2/arr-subrange.exp: Likewise.
19130 * gdb.dwarf2/dwz.exp: Likewise.
19131 * gdb.dwarf2/method-ptr.exp: Likewise.
19132 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19133 * gdb.dwarf2/subrange.exp: Likewise.
19134 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19135 * gdb.dwarf2/implptrpiece.exp: Likewise.
19136 * gdb.dwarf2/nostaticblock.exp: Likewise.
19137
191382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19139
19140 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19141 directory to absolute path name arguments.
19142
191432014-03-10 Joel Brobecker <brobecker@adacore.com>
19144
19145 * gdb.ada/tagged_access: New testcase.
19146
191472014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19148
19149 * gdb.btrace/data.exp: Update expected output.
19150
191512014-03-06 Yao Qi <yao@codesourcery.com>
19152
19153 * gdb.trace/pr16508.exp: New file.
19154
191552014-03-05 Pedro Alves <palves@redhat.com>
19156
19157 PR gdb/16575
19158 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19159 procedure.
19160 (top level): Adjust to use it. Add tests that exercise breakpoint
19161 interaction with the code-cache.
19162
191632014-02-26 Ludovic Courtès <ludo@gnu.org>
19164
19165 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19166 test for 'history-append!'.
19167
191682014-02-26 Joel Brobecker <brobecker@adacore.com>
19169
19170 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19171 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19172 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19173 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19174 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19175 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19176
191772014-02-26 Joel Brobecker <brobecker@adacore.com>
19178
19179 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19180 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19181 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19182
191832014-02-26 Joel Brobecker <brobecker@adacore.com>
19184
19185 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19186
191872014-02-26 Joel Brobecker <brobecker@adacore.com>
19188
19189 * gdb.dwarf2/arr-stride.c: New file.
19190 * gdb.dwarf2/arr-stride.exp: New file.
19191
191922014-02-26 Pedro Alves <palves@redhat.com>
19193
19194 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19195 that won't ever trigger. Make sure that GDB reports the correct
19196 breakpoint that caused the stop.
19197
191982014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19199
19200 PR gdb/16626
19201 * gdb.base/auto-load-script: New file.
19202 * gdb.base/auto-load.c: New file.
19203 * gdb.base/auto-load.exp: New file.
19204
19205 PR gdb/16626
19206 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19207
192082014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19209
19210 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19211 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19212
192132014-02-24 Doug Evans <dje@google.com>
19214
19215 * lib/gdb.exp (run_on_host): Log error output if program fails.
19216
192172014-02-21 Pedro Alves <palves@redhat.com>
19218
19219 * gdb.threads/step-after-sr-lock.c: Rename to ...
19220 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19221 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19222 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19223 ... this.
19224
192252014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19226
19227 PR tdep/16397
19228 * gdb.arch/amd64-stap-special-operands.exp: New file.
19229 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19230 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19231 * gdb.arch/amd64-stap-triplet.S: Likewise.
19232 * gdb.arch/amd64-stap-triplet.c: Likewise.
19233
192342014-02-20 Joel Brobecker <brobecker@adacore.com>
19235
19236 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19237 in .section pseudo-op.
19238
192392014-02-20 lin zuojian <manjian2006@gmail.com>
19240 Joel Brobecker <brobecker@adacore.com>
19241 Doug Evans <xdje42@gmail.com>
19242
19243 PR symtab/16581
19244 * gdb.dwarf2/dw2-icycle.S: New file.
19245 * gdb.dwarf2/dw2-icycle.c: New file.
19246 * gdb.dwarf2/dw2-icycle.exp: New file.
19247
192482014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19249
19250 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19251 operations on gdb.Value objects.
19252 * gdb.python/py-value-cc.exp: Add new test to test operations on
19253 gdb.Value objects.
19254
192552014-02-18 Doug Evans <dje@google.com>
19256
19257 * Makefile.in (TESTS): New variable.
19258 (expanded_tests, expanded_tests_or_none): New variables
19259 (check-single): Pass $(expanded_tests_or_none) to runtest.
19260 (check-parallel): Only run tests in $(TESTS) if non-empty.
19261 (check/no-matching-tests-found): New rule.
19262 * README: Document TESTS makefile variable.
19263
192642014-02-18 Doug Evans <dje@google.com>
19265
19266 * Makefile.in (check-parallel): rm -rf outputs temp.
19267
192682014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19269
19270 Fix "ERROR: no fileid for" in the testsuite.
19271 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19272
192732014-02-12 Doug Evans <dje@google.com>
19274
19275 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19276 (MISCELLANEOUS): New variable.
19277 (clean): rm -rf $(MISCELLANEOUS).
19278 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19279 dwp live in the same directory as symlinks, with each symlink pointed
19280 to a differently named file in a different directory.
19281
192822014-02-11 Doug Evans <dje@google.com>
19283
19284 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19285 of Tcl file commands.
19286
192872014-02-10 Mark Kettenis <kettenis@gnu.org>
19288
19289 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19290 "kill -SIGUSR1 -1".
19291
192922014-02-10 Joel Brobecker <brobecker@adacore.com>
19293
19294 * gdb.ada/tick_length_array_enum_idx: New testcase.
19295
192962014-02-10 Doug Evans <xdje42@gmail.com>
19297
19298 * configure.ac (AC_OUTPUT): Add gdb.guile.
19299 * configure: Regenerate.
19300 * lib/gdb-guile.exp: New file.
19301 * lib/gdb.exp (get_target_charset): New function.
19302 * gdb.base/help.exp: Update expected output from "apropos apropos".
19303 * gdb.guile/Makefile.in: New file.
19304 * gdb.guile/guile.exp: New file.
19305 * gdb.guile/scm-arch.c: New file.
19306 * gdb.guile/scm-arch.exp: New file.
19307 * gdb.guile/scm-block.c: New file.
19308 * gdb.guile/scm-block.exp: New file.
19309 * gdb.guile/scm-breakpoint.c: New file.
19310 * gdb.guile/scm-breakpoint.exp: New file.
19311 * gdb.guile/scm-disasm.c: New file.
19312 * gdb.guile/scm-disasm.exp: New file.
19313 * gdb.guile/scm-equal.c: New file.
19314 * gdb.guile/scm-equal.exp: New file.
19315 * gdb.guile/scm-error.exp: New file.
19316 * gdb.guile/scm-error.scm: New file.
19317 * gdb.guile/scm-frame-args.c: New file.
19318 * gdb.guile/scm-frame-args.exp: New file.
19319 * gdb.guile/scm-frame-args.scm: New file.
19320 * gdb.guile/scm-frame-inline.c: New file.
19321 * gdb.guile/scm-frame-inline.exp: New file.
19322 * gdb.guile/scm-frame.c: New file.
19323 * gdb.guile/scm-frame.exp: New file.
19324 * gdb.guile/scm-generics.exp: New file.
19325 * gdb.guile/scm-gsmob.exp: New file.
19326 * gdb.guile/scm-iterator.c: New file.
19327 * gdb.guile/scm-iterator.exp: New file.
19328 * gdb.guile/scm-math.c: New file.
19329 * gdb.guile/scm-math.exp: New file.
19330 * gdb.guile/scm-objfile-script-gdb.in: New file.
19331 * gdb.guile/scm-objfile-script.c: New file.
19332 * gdb.guile/scm-objfile-script.exp: New file.
19333 * gdb.guile/scm-objfile.c: New file.
19334 * gdb.guile/scm-objfile.exp: New file.
19335 * gdb.guile/scm-ports.exp: New file.
19336 * gdb.guile/scm-pretty-print.c: New file.
19337 * gdb.guile/scm-pretty-print.exp: New file.
19338 * gdb.guile/scm-pretty-print.scm: New file.
19339 * gdb.guile/scm-section-script.c: New file.
19340 * gdb.guile/scm-section-script.exp: New file.
19341 * gdb.guile/scm-section-script.scm: New file.
19342 * gdb.guile/scm-symbol.c: New file.
19343 * gdb.guile/scm-symbol.exp: New file.
19344 * gdb.guile/scm-symtab-2.c: New file.
19345 * gdb.guile/scm-symtab.c: New file.
19346 * gdb.guile/scm-symtab.exp: New file.
19347 * gdb.guile/scm-type.c: New file.
19348 * gdb.guile/scm-type.exp: New file.
19349 * gdb.guile/scm-value-cc.cc: New file.
19350 * gdb.guile/scm-value-cc.exp: New file.
19351 * gdb.guile/scm-value.c: New file.
19352 * gdb.guile/scm-value.exp: New file.
19353 * gdb.guile/source2.scm: New file.
19354 * gdb.guile/types-module.cc: New file.
19355 * gdb.guile/types-module.exp: New file.
19356
193572014-02-10 Yao Qi <yao@codesourcery.com>
19358
19359 PR testsuite/16543
19360 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19361 * configure: Regenerated.
19362 * Makefile.in: New file.
19363
193642014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19365
19366 * gdb.python/py-framefilter.exp: Fix typo.
19367
193682014-02-08 Yao Qi <yao@codesourcery.com>
19369
19370 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19371 that no =breakpoint-modified is emitted when breakpoints are
19372 modified through MI commands.
19373
193742014-02-07 Pedro Alves <pedro@codesourcery.com>
19375 Pedro Alves <palves@redhat.com>
19376
19377 * gdb.threads/step-after-sr-lock.c: New file.
19378 * gdb.threads/step-after-sr-lock.exp: New file.
19379
193802014-02-07 Pedro Alves <palves@redhat.com>
19381
19382 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19383
193842014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19385
19386 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19387 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19388
193892014-02-06 Doug Evans <xdje42@gmail.com>
19390
19391 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19392 output.
19393
19394 * gdb.gdb/python-interrupts.exp: New file.
19395
193962014-02-05 Yao Qi <yao@codesourcery.com>
19397
19398 * gdb.trace/report.exp (use_collected_data): Test the output
19399 of "info threads" and "info inferiors".
19400
194012014-02-05 Yao Qi <yao@codesourcery.com>
19402
19403 Revert this patch:
19404
19405 2013-05-24 Yao Qi <yao@codesourcery.com>
19406
19407 * gdb.trace/tfile.exp: Test inferior and thread.
19408
194092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19410
19411 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19412 on a function.
19413 * gdb.base/step-bt.c: Call hello via function pointer to make
19414 sure its first instruction is executed on powerpc64le-linux.
19415
194162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19417
19418 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19419
194202014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19421
19422 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19423 of the test patterns for use on little-endian systems.
19424
194252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19426
19427 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19428 (decimal_vector): Fix for little-endian.
19429
194302014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19431
19432 * gdb.arch/sparc-sysstep.exp: New file.
19433 * gdb.arch/sparc-sysstep.c: Likewise.
19434
19435 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19436
194372014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19438
19439 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19440
194412014-01-23 Tom Tromey <tromey@redhat.com>
19442
19443 * gdb.ada/array_char_idx: New testcase.
19444
194452014-01-23 Tom Tromey <tromey@redhat.com>
19446
19447 PR python/16487:
19448 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19449 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19450 classes.
19451
194522014-01-23 Tom Tromey <tromey@redhat.com>
19453
19454 PR python/16491:
19455 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19456 string from an inferior frame.
19457 * gdb.python/py-framefilter-mi.exp: Update.
19458
194592014-01-22 Doug Evans <dje@google.com>
19460
19461 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19462
194632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19464
19465 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19466
194672014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19468
19469 * gdb.trace/entry-values.exp: Remove excess space character from
19470 regex patterns. Handle s390 call instruction.
19471
194722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19473
19474 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19475 define "*_start" label. Make "name" static.
19476 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19477 ${name} by references to ${name}_start.
19478
194792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19480
19481 * gdb.base/info-macros.exp: Remove "debug" from the compile
19482 options.
19483
194842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19485
19486 * gdb.dlang/demangle.exp: New file.
19487
194882014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19489
19490 * gdb.dlang/primitive-types.exp: New file.
19491
194922014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19493
19494 * configure.ac: Create gdb.dlang/Makefile.
19495 * configure: Regenerate.
19496 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19497 * gdb.dlang/Makefile.in: New file.
19498 * lib/d-support.exp: New file.
19499 * lib/gdb.exp (skip_d_tests): New proc.
19500
195012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19502
19503 * gdb.btrace/delta.exp: Check reverse stepi.
19504 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19505 * gdb.btrace/finish.exp: New.
19506 * gdb.btrace/next.exp: New.
19507 * gdb.btrace/nexti.exp: New.
19508 * gdb.btrace/record_goto.c: Add comments.
19509 * gdb.btrace/step.exp: New.
19510 * gdb.btrace/stepi.exp: New.
19511 * gdb.btrace/multi-thread-step.c: New.
19512 * gdb.btrace/multi-thread-step.exp: New.
19513 * gdb.btrace/rn-dl-bind.c: New.
19514 * gdb.btrace/rn-dl-bind.exp: New.
19515 * gdb.btrace/data.c: New.
19516 * gdb.btrace/data.exp: New.
19517 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19518
195192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19520
19521 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19522 * gdb.btrace/exception.exp: Update.
19523 * gdb.btrace/instruction_history.exp: Update.
19524 * gdb.btrace/record_goto.exp: Update.
19525 * gdb.btrace/tailcall.exp: Update.
19526 * gdb.btrace/unknown_functions.exp: Update.
19527 * gdb.btrace/delta.exp: New.
19528
195292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19530
19531 * gdb.btrace/record_goto.exp: Add backtrace test.
19532 * gdb.btrace/tailcall.exp: Add backtrace test.
19533
195342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19535
19536 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19537 * gdb.btrace/record_goto.c: New.
19538 * gdb.btrace/record_goto.exp: New.
19539 * gdb.btrace/x86-record_goto.S: New.
19540
195412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19542
19543 * gdb.btrace/function_call_history.exp: Update tests.
19544 * gdb.btrace/instruction_history.exp: Update tests.
19545
195462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19547
19548 * gdb.btrace/function_call_history.exp: Fix expected field
19549 order for "record function-call-history".
19550 Add new tests for "record function-call-history /c".
19551 * gdb.btrace/exception.cc: New.
19552 * gdb.btrace/exception.exp: New.
19553 * gdb.btrace/tailcall.exp: New.
19554 * gdb.btrace/x86-tailcall.S: New.
19555 * gdb.btrace/x86-tailcall.c: New.
19556 * gdb.btrace/unknown_functions.c: New.
19557 * gdb.btrace/unknown_functions.exp: New.
19558 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19559
195602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19561
19562 * gdb.btrace/instruction_history.exp: Update.
19563 * gdb.btrace/function_call_history.exp: Update.
19564
195652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19566
19567 * gdb.btrace/function_call_history.exp: Fix expected function
19568 trace.
19569 * gdb.btrace/instruction_history.exp: Initialize traced.
19570 Remove traced_functions.
19571
195722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19573
19574 * gdb.btrace/function_call_history.exp: Update
19575 * gdb.btrace/instruction_history.exp: Update.
19576
195772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19578
19579 * gdb.btrace/enable.exp: Update expected text.
19580
195812014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19582
19583 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19584 bytes.
19585
195862014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19587
19588 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19589
195902014-01-15 Omair Javaid <omair.javaid@linaro.org>
19591
19592 * lib/gdb.exp (supports_process_record): Return true for
19593 arm*-linux*. (supports_reverse): Likewise.
19594
195952014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19596
19597 PR python/15464
19598 PR python/16113
19599 * gdb.python/py-type.c: Enhance test case.
19600 * gdb.python/py-value-cc.cc: Likewise
19601 * gdb.python/py-type.exp: Add new tests.
19602 * gdb.python/py-value-cc.exp: Likewise
19603
196042014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19605 Pedro Alves <palves@redhat.com>
19606
19607 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19608 Make "name" extern.
19609 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19610 references to ${name}_start by references to ${name}.
19611
196122014-01-10 Joel Brobecker <brobecker@adacore.com>
19613
19614 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19615
196162014-01-10 Joel Brobecker <brobecker@adacore.com>
19617
19618 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19619
196202014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19621 Pedro Alves <palves@redhat.com>
19622
19623 * gdb.mi/mi-info-os.exp: Connect to the target with
19624 mi_gdb_target_load.
19625
196262014-01-08 Pedro Alves <palves@redhat.com>
19627
19628 * gdb.threads/reconnect-signal.c: New file.
19629 * gdb.threads/reconnect-signal.exp: New file.
19630
196312014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19632
19633 * gdb.base/source-dir.exp: New file.
19634
196352014-01-07 Joel Brobecker <brobecker@adacore.com>
19636
19637 * gdb.ada/mi_interface: New testcase.
19638
196392014-01-07 Joel Brobecker <brobecker@adacore.com>
19640
19641 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19642 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19643 gdb.ada/pp-rec-component/pck.ads: New files.
19644
196452014-01-07 Joel Brobecker <brobecker@adacore.com>
19646
19647 * gdb.python/py-pp-integral.c: New file.
19648 * gdb.python/py-pp-integral.py: New file.
19649 * gdb.python/py-pp-integral.exp: New file.
19650
19651For older changes see ChangeLog-1993-2013.
19652\f
19653;; Local Variables:
19654;; mode: change-log
19655;; left-margin: 8
19656;; fill-column: 74
19657;; version-control: never
19658;; End:
19659
19660 Copyright 2014-2020 Free Software Foundation, Inc.
19661 Copying and distribution of this file, with or without modification,
19662 are permitted provided the copyright notice and this notice are preserved.
This page took 0.090919 seconds and 4 git commands to generate.