contrib: Update dg-extract-results.* from gcc
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12020-05-15 Pedro Alves <palves@redhat.com>
2
3 * gdb.multi/multi-kill.exp (start_inferior): Remove
4 'testpid' parameter. Refer to namespace variable directly.
5 (testpid): Declare as namespace variable.
6
72020-05-15 Pedro Alves <palves@redhat.com>
8
9 * gdb.multi/multi-kill.exp: Wrap in namespace.
10 (start_inferior): Add TESTPID parameter. Use it instead of the
11 testpid global.
12 (top level): Define empty TESTPID array, and pass it down to
13 start_inferior.
14
152020-05-14 Tom de Vries <tdevries@suse.de>
16
17 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
18 output.
19
202020-05-14 Tom de Vries <tdevries@suse.de>
21
22 * gdb.base/align.exp: Split into ...
23 * gdb.base/align.exp.in: ...
24 * gdb.base/align-c++.exp: ...
25 * gdb.base/align-c.exp: ... these.
26 * gdb.base/infcall-nested-structs.exp: Split into ...
27 * gdb.base/infcall-nested-structs.exp.in: ...
28 * gdb.base/infcall-nested-structs-c++.exp: ...
29 * gdb.base/infcall-nested-structs-c.exp: ... these.
30 * gdb.base/info-types.exp: Split into ...
31 * gdb.base/info-types.exp.in: ...
32 * gdb.base/info-types-c++.exp: ...
33 * gdb.base/info-types-c.exp: ... these.
34 * gdb.base/max-depth.exp: Split into ...
35 * gdb.base/max-depth.exp.in: ...
36 * gdb.base/max-depth-c++.exp: ...
37 * gdb.base/max-depth-c.exp: ... these.
38 * gdb.cp/infcall-nodebug.exp: Split into ...
39 * gdb.cp/infcall-nodebug.exp.in: ...
40 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
41 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
42 * gdb.cp/infcall-nodebug-c-d0.exp: ...
43 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
44
452020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
46 Pedro Alves <palves@redhat.com>
47
48 * gdb.multi/multi-exit.c: New file.
49 * gdb.multi/multi-exit.exp: New file.
50 * gdb.multi/multi-kill.c: New file.
51 * gdb.multi/multi-kill.exp: New file.
52
532020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
54
55 * gdb.base/annota1.exp: Update the expected output.
56 * gdb.cp/annota2.exp: Ditto.
57
582020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
59
60 * lib/check-test-names.exp: Disable when testing is being run in
61 parallel.
62
632020-05-12 Tom de Vries <tdevries@suse.de>
64
65 * gdb.base/jit-elf.exp: Fix string concat.
66
672020-05-12 Tom de Vries <tdevries@suse.de>
68
69 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
70 messages.
71
722020-05-12 Tom de Vries <tdevries@suse.de>
73
74 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
75
762020-05-12 Tom de Vries <tdevries@suse.de>
77
78 * gdb.ada/catch_ex.exp: Use with_test_prefix.
79 * gdb.ada/mi_catch_ex.exp: Same.
80 * gdb.ada/mi_catch_ex_hand.exp: Same.
81
822020-05-12 Tom de Vries <tdevries@suse.de>
83
84 * gdb.fortran/complex.exp: Use with_test_prefix.
85
862020-05-12 Tom de Vries <tdevries@suse.de>
87
88 * gdb.trace/passcount.exp: Fix test-names.
89
902020-05-12 Tom de Vries <tdevries@suse.de>
91
92 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
93
942020-05-12 Tom de Vries <tdevries@suse.de>
95
96 * gdb.gdb/complaints.exp: Use with_test_prefix.
97 * gdb.xml/tdesc-regs.exp: Same.
98 * gdb.opt/inline-locals.exp: Fix test name.
99
1002020-05-12 Tom de Vries <tdevries@suse.de>
101
102 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
103 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
104 * gdb.dwarf2/implref-struct.exp: Same.
105 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
106 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
107
1082020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
109
110 * gdb.base/jit-so.exp (one_jit_test): Change test name.
111
1122020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
113
114 * lib/check-test-names.exp (all_test_names): New module variable.
115 (counts): Add 'duplicates' field.
116 (_check_duplicates): New procedure.
117 (check): Also check for duplicates.
118 (do_log_summary): Print duplicates count.
119 (do_reset_vars): Reset counter for duplicate test names, and
120 discard all know test names.
121
1222020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * lib/gdb.exp: Include check-test-names.exp library.
125 * lib/check-test-names.exp: New file.
126
1272020-05-11 Tom de Vries <tdevries@suse.de>
128
129 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
130
1312020-05-11 Keith Seitz <keiths@redhat.com>
132
133 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
134
1352020-05-11 Tom de Vries <tdevries@suse.de>
136
137 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
138 * gdb.cp/cpexprs.exp.in: .. here.
139 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
140 cpexprs.exp.
141
1422020-05-11 Keith Seitz <keiths@redhat.com>
143
144 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
145 test names.
146 * gdb.ada/arrayptr.exp: Likewise.
147 * gdb.ada/assign_arr.exp: Likewise.
148 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
149 * gdb.ada/bp_on_var.exp: Likewise.
150 * gdb.ada/call_pn.exp: Likewise.
151 * gdb.ada/complete.exp: Likewise.
152 * gdb.ada/fun_overload_menu.exp: Likewise.
153 * gdb.ada/funcall_param.exp: Likewise.
154 * gdb.ada/funcall_ref.exp: Likewise.
155 * gdb.ada/packed_array_assign.exp: Likewise.
156 * gdb.ada/same_component_name.exp: Likewise.
157 * gdb.ada/type_coercion.exp: Likewise.
158 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
159 * gdb.ada/variant_record_packed_array.exp: Likewise.
160
1612020-05-11 Tom de Vries <tdevries@suse.de>
162
163 PR symtab/25941
164 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
165 out of ...
166 * gdb.dwarf2/clang-debug-names.exp: ... here.
167 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
168 clang-debug-names.exp.in.
169 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
170 * gdb.dwarf2/clang-debug-names-2.c: New test.
171
1722020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
173
174 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
175 (fortran_runto_main): New Proc, fortran version of runto_main.
176 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
177 * gdb.fortran/array-bounds.exp: Likewise.
178 * gdb.fortran/array-slices.exp: Likewise.
179 * gdb.fortran/block-data.exp: Likewise.
180 * gdb.fortran/charset.exp: Likewise.
181 * gdb.fortran/common-block.exp: Likewise.
182 * gdb.fortran/complex.exp: Likewise.
183 * gdb.fortran/derived-type-function.exp: Likewise.
184 * gdb.fortran/derived-type.exp: Likewise.
185 * gdb.fortran/info-modules.exp: Likewise.
186 * gdb.fortran/info-types.exp: Likewise.
187 * gdb.fortran/intrinsics.exp: Likewise.
188 * gdb.fortran/library-module.exp: Likewise.
189 * gdb.fortran/logical.exp: Likewise.
190 * gdb.fortran/max-depth.exp: Likewise.
191 * gdb.fortran/module.exp: Likewise.
192 * gdb.fortran/multi-dim.exp: Likewise.
193 * gdb.fortran/nested-funcs.exp: Likewise.
194 * gdb.fortran/print-formatted.exp: Likewise.
195 * gdb.fortran/print_type.exp: Likewise.
196 * gdb.fortran/printing-types.exp: Likewise.
197 * gdb.fortran/ptr-indentation.exp: Likewise.
198 * gdb.fortran/ptype-on-functions.exp: Likewise.
199 * gdb.fortran/subarray.exp: Likewise.
200 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
201 * gdb.fortran/vla-datatypes.exp: Likewise.
202 * gdb.fortran/vla-history.exp: Likewise.
203 * gdb.fortran/vla-ptr-info.exp: Likewise.
204 * gdb.fortran/vla-ptype-sub.exp: Likewise.
205 * gdb.fortran/vla-ptype.exp: Likewise.
206 * gdb.fortran/vla-sizeof.exp: Likewise.
207 * gdb.fortran/vla-type.exp: Likewise.
208 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
209 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
210 * gdb.fortran/vla-value-sub.exp: Likewise.
211 * gdb.fortran/vla-value.exp: Likewise.
212 * gdb.fortran/whatis_type.exp: Likewise.
213 * gdb.mi/mi-var-child-f.exp: Likewise.
214
2152020-05-09 Tom de Vries <tdevries@suse.de>
216
217 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
218
2192020-05-08 Tom de Vries <tdevries@suse.de>
220
221 * gdb.dwarf2/clang-debug-names.c: New test.
222 * gdb.dwarf2/clang-debug-names.exp: New file.
223
2242020-05-06 Simon Marchi <simon.marchi@efficios.com>
225
226 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
227 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
228
2292020-05-06 Tom de Vries <tdevries@suse.de>
230
231 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
232 breakpoint is at a "recommended breakpoint location".
233 * gdb.reverse/consecutive-reverse.exp: Same.
234
2352020-05-06 Tom de Vries <tdevries@suse.de>
236
237 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
238 address.
239
2402020-05-06 Tom de Vries <tdevries@suse.de>
241
242 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
243
2442020-05-06 Tom de Vries <tdevries@suse.de>
245
246 * gdb.base/store.exp (check_set, up_set): Allowing missing location
247 info for r.
248
2492020-05-06 Tom de Vries <tdevries@suse.de>
250
251 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
252 necessary.
253
2542020-05-06 Tom de Vries <tdevries@suse.de>
255
256 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
257 void.
258
2592020-05-06 Tom de Vries <tdevries@suse.de>
260
261 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
262 of ...
263 * gdb.base/async.exp: ... here.
264 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
265 "recommended breakpoint location".
266
2672020-05-06 Tom de Vries <tdevries@suse.de>
268
269 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
270
2712020-05-04 Tom de Vries <tdevries@suse.de>
272
273 * gdb.base/async.exp: Check whether instruction addresses are a
274 "recommended breakpoint location".
275
2762020-05-03 Tom Tromey <tom@tromey.com>
277
278 * gdb.base/sepdebug.exp: Remove "catch" test.
279 * gdb.base/break.exp: Remove "catch" test.
280 * gdb.base/default.exp: Update expected output.
281
2822020-05-02 Tom de Vries <tdevries@suse.de>
283
284 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
285 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
286 * gdb.arch/i386-mpx-map.exp: Same.
287 * gdb.arch/i386-mpx-sigsegv.exp: Same.
288 * gdb.arch/i386-mpx-simple_segv.exp: Same.
289 * gdb.arch/i386-mpx.exp: Same.
290
2912020-05-02 Tom de Vries <tdevries@suse.de>
292
293 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
294
2952020-05-01 Tom de Vries <tdevries@suse.de>
296
297 * gdb.ada/operator_bp.exp: Allow more than required amount of
298 breakpoint.
299
3002020-05-01 Tom de Vries <tdevries@suse.de>
301
302 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
303
3042020-04-30 Hannes Domani <ssbssa@yahoo.de>
305
306 PR gdb/18706
307 * gdb.cp/stub-array-size.cc: New test.
308 * gdb.cp/stub-array-size.exp: New file.
309 * gdb.cp/stub-array-size.h: New test.
310 * gdb.cp/stub-array-size2.cc: New test.
311
3122020-04-30 Hannes Domani <ssbssa@yahoo.de>
313
314 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
315 output to the new format.
316
3172020-04-29 Simon Marchi <simon.marchi@efficios.com>
318
319 * gdb.base/break.exp: Use with_test_prefix.
320
3212020-04-29 Tom de Vries <tdevries@suse.de>
322
323 * lib/gdb.exp (debug_types): New proc.
324 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
325 * gdb.python/py-symtab.exp: Same.
326
3272020-04-29 Hannes Domani <ssbssa@yahoo.de>
328
329 PR gdb/17320
330 * gdb.base/pretty-array.c: New test.
331 * gdb.base/pretty-array.exp: New file.
332
3332020-04-29 Tom de Vries <tdevries@suse.de>
334
335 PR symtab/25889
336 * gdb.cp/cpexprs.exp: Adapt for inclusion.
337 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
338 and include cpexprs.exp.
339
3402020-04-28 Mark Williams <mark@myosotissp.com>
341
342 PR gdb/24480
343 * dw4-toplevel-types.exp: Test for top level types.
344 * dw4-toplevel-types.cc: Test for top level types.
345
3462020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
347
348 * gdb.threads/stop-with-handle.exp: Fix typo in comment
349 (theads -> threads).
350
3512020-04-28 Tom de Vries <tdevries@suse.de>
352
353 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
354
3552020-04-28 Tom de Vries <tdevries@suse.de>
356
357 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
358
3592020-04-28 Tom de Vries <tdevries@suse.de>
360
361 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
362
3632020-04-28 Tom de Vries <tdevries@suse.de>
364
365 * gdb.dwarf2/main-foo.c: New test.
366 * gdb.dwarf2/struct-with-sig.exp: New file.
367
3682020-04-25 Tom de Vries <tdevries@suse.de>
369
370 * boards/debug-types.exp: New file.
371
3722020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
375
3762020-04-24 Tom Tromey <tom@tromey.com>
377
378 PR symtab/12707:
379 * gdb.python/py-symbol.exp: Update expected results for
380 linkage_name test.
381 * gdb.cp/print-demangle.exp: New file.
382 * gdb.base/c-linkage-name.exp: Fix test.
383 * gdb.guile/scm-symbol.exp: Update expected results for
384 linkage_name test.
385
3862020-04-24 Tom Tromey <tom@tromey.com>
387
388 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
389 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
390 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
391 assembler.
392
3932020-04-24 Tom de Vries <tdevries@suse.de>
394
395 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
396 C++.
397
3982020-04-24 Tom Tromey <tromey@adacore.com>
399
400 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
401 values.
402 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
403 values. Update test for minimal encodings.
404 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
405 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
406 values. Update test for minimal encodings.
407
4082020-04-24 Tom Tromey <tromey@adacore.com>
409
410 PR python/23662:
411 * gdb.ada/variant.exp: Add Python checks.
412 * gdb.rust/simple.exp: Add dynamic type checks.
413
4142020-04-24 Tom Tromey <tromey@adacore.com>
415
416 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
417 Make array type matching more lax.
418 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
419 * gdb.ada/mi_variant.exp: New file.
420 * gdb.ada/mi_variant/pck.ads: New file.
421 * gdb.ada/mi_variant/pkg.adb: New file.
422 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
423 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
424
4252020-04-24 Tom Tromey <tromey@adacore.com>
426
427 * gdb.ada/variant.exp: Add dynamic field offset tests.
428 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
429 * gdb.ada/variant/pkg.adb: Add new variables.
430
4312020-04-24 Tom Tromey <tromey@adacore.com>
432
433 * gdb.ada/variant.exp: New file
434 * gdb.ada/variant/pkg.adb: New file
435 * gdb.ada/variant/pck.adb: New file
436
4372020-04-24 Tom de Vries <tdevries@suse.de>
438
439 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
440
4412020-04-24 Tom de Vries <tdevries@suse.de>
442
443 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
444 flags.
445
4462020-04-24 Tom de Vries <tdevries@suse.de>
447
448 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
449
4502020-04-24 Tom de Vries <tdevries@suse.de>
451
452 * lib/gdb.exp (default_gdb_start): Handle eof.
453 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
454 failure.
455 * gdb.base/readnever.exp: Handle clean_restart failure.
456
4572020-04-23 Tom de Vries <tdevries@suse.de>
458
459 * gdb.base/decl-before-def.exp: Run to main and print a again.
460
4612020-04-23 Tom de Vries <tdevries@suse.de>
462
463 * gdb.base/decl-before-def-decl.c: New test.
464 * gdb.base/decl-before-def-def.c: New test.
465 * gdb.base/decl-before-def.exp: New file.
466
4672020-04-23 Tom de Vries <tdevries@suse.de>
468
469 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
470
4712020-04-22 Tom de Vries <tdevries@suse.de>
472
473 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
474 debug_info_offset.
475 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
476 before $objsfile in the line line.
477
4782020-04-22 Tom de Vries <tdevries@suse.de>
479
480 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
481
4822020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
483
484 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
485 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
486 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
487 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
488 * gdb.base/jit-protocol.h: Update definitions to match all usage
489 contexts.
490
4912020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
492
493 * gdb.base: Rename all jit related test and source files.
494
4952020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
496
497 * gdb.base/jit-reader.exp: Relax register output check.
498
4992020-04-22 Tom de Vries <tdevries@suse.de>
500
501 PR symtab/25764
502 * gdb.base/psym-external-decl-2.c: New test.
503 * gdb.base/psym-external-decl.c: New test.
504 * gdb.base/psym-external-decl.exp: New file.
505 * gdb.threads/tls.exp: Add PR25807 kfail.
506
5072020-04-22 Tom de Vries <tdevries@suse.de>
508
509 PR symtab/25801
510 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
511 in "info source" output.
512
5132020-04-22 Tom de Vries <tdevries@suse.de>
514
515 PR symtab/25700
516 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
517 symtab for imported_unit.c.
518
5192020-04-21 Gary Benson <gbenson@redhat.com>
520
521 * gdb.base/advance.c (func): New argument, to match call site.
522 (func2, func3): Add return statements.
523
5242020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
525
526 * gdb.multi/run-only-second-inf.c: New file.
527 * gdb.multi/run-only-second-inf.exp: New file.
528
5292020-04-21 Markus Metzger <markus.t.metzger@intel.com>
530
531 * gdb.btrace/multi-inferior.c: New test.
532 * gdb.btrace/multi-inferior.exp: New file.
533
5342020-04-21 Markus Metzger <markus.t.metzger@intel.com>
535
536 * gdb.btrace/enable-new-thread.c: New test.
537 * gdb.btrace/enable-new-thread.exp: New file.
538
5392020-04-21 Tom de Vries <tdevries@suse.de>
540
541 PR gdb/25471
542 * gdb.threads/killed-outside.c: New test.
543 * gdb.threads/killed-outside.exp: New file.
544
5452020-04-20 Gary Benson <gbenson@redhat.com>
546
547 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
548 * gdb.base/nested-subp2.exp: Likewise.
549 * gdb.base/nested-subp3.exp: Likewise.
550
5512020-04-20 Gary Benson <gbenson@redhat.com>
552
553 * gdb.base/nested-subp1.exp: Disable test when using clang.
554 * gdb.base/nested-subp2.exp: Likewise.
555 * gdb.base/nested-subp3.exp: Likewise.
556
5572020-04-20 Gary Benson <gbenson@redhat.com>
558
559 * gdb.cp/exception.cc: Fix compilation error with clang.
560
5612020-04-20 Gary Benson <gbenson@redhat.com>
562
563 * gdb.trace/tspeed.c: Fix compilation error with clang.
564
5652020-04-20 Gary Benson <gbenson@redhat.com>
566
567 * gdb.base/jit-main.c: Fix compilation error with clang.
568
5692020-04-17 Kamil Rytarowski <n54@gmx.com>
570
571 * gdb.base/attach-twice.c: Include "sys/types.h".
572 (PTRACE_ATTACH): Add fallback definition.
573 (main): Pass `0' to the 4th argument of `ptrace'.
574
5752020-04-17 Kamil Rytarowski <n54@gmx.com>
576
577 * gdb.base/fork-running-state.c: Include "signal.h".
578
5792020-04-17 Tom Tromey <tromey@adacore.com>
580
581 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
582 Update tests.
583 * gdb.btrace/cpu.exp: Update tests.
584 * gdb.base/maint.exp: Update tests.
585 * gdb.base/default.exp: Update tests.
586 * gdb.base/completion.exp: Update tests.
587
5882020-04-16 Tom de Vries <tdevries@suse.de>
589
590 PR symtab/25791
591 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
592 (ensure_gdb_index): and factor out and move ...
593 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
594 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
595
5962020-04-16 Tom de Vries <tdevries@suse.de>
597
598 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
599 loading exec.
600
6012020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
602
603 * gdb.base/many-completions.exp: New file.
604
6052020-04-14 Tom de Vries <tdevries@suse.de>
606
607 PR symtab/25718
608 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
609
6102020-04-14 Tom de Vries <tdevries@suse.de>
611
612 PR symtab/25720
613 * gdb.base/maint-expand-symbols-header-file.c: New test.
614 * gdb.base/maint-expand-symbols-header-file.exp: New file.
615 * gdb.base/maint-expand-symbols-header-file.h: New test.
616
6172020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
618
619 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
620 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
621 get_func_info.
622 (get_func_info): Delete.
623 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
624 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
625 * lib/dwarf.exp (get_func_info): New function.
626
6272020-04-13 Tom de Vries <tdevries@suse.de>
628
629 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
630 to what find_gnatmake does.
631
6322020-04-10 Tom de Vries <tdevries@suse.de>
633
634 * gdb.base/style.exp: Expect "Expanding full symbols" message for
635 -readnow.
636
6372020-04-10 Tom de Vries <tdevries@suse.de>
638
639 PR cli/25808
640 * gdb.base/style.c: Add leading newlines.
641 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
642 Check listing of main's one-line body.
643
6442020-04-08 Tom de Vries <tdevries@suse.de>
645
646 * lib/gdb.exp (psymtabs_p): New proc.
647 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
648 importing unit" unsupported if there are no partial symbols.
649
6502020-04-08 Tom de Vries <tdevries@suse.de>
651
652 PR testsuite/25760
653 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
654
6552020-04-07 Tom de Vries <tdevries@suse.de>
656
657 PR symtab/25796
658 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
659
6602020-04-07 Tom de Vries <tdevries@suse.de>
661
662 * gdb.base/check-psymtab.c: New test.
663 * gdb.base/check-psymtab.exp: New file.
664
6652020-04-06 Tom Tromey <tromey@adacore.com>
666
667 * gdb.ada/variant-record/proc.adb: New file.
668 * gdb.ada/variant-record/value.adb: New file.
669 * gdb.ada/variant-record/value.s: New file.
670 * gdb.ada/variant-record.exp: New file.
671
6722020-04-03 Hannes Domani <ssbssa@yahoo.de>
673
674 PR gdb/25325
675 * gdb.cp/typed-enum.cc: New test.
676 * gdb.cp/typed-enum.exp: New file.
677
6782020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
681 * gdb.dwarf2/dw2-inline-small-func.c: New file.
682 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
683 * gdb.dwarf2/dw2-inline-small-func.h: New file.
684 * gdb.opt/inline-small-func.c: New file.
685 * gdb.opt/inline-small-func.exp: New file.
686 * gdb.opt/inline-small-func.h: New file.
687
6882020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
691 function.
692
6932020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * lib/dwarf.exp (function_range): Allow compiler options to be
696 specified.
697
6982020-04-02 Tom de Vries <tdevries@suse.de>
699
700 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
701 __attribute__((always_inline)).
702 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
703
7042020-04-02 Tom de Vries <tdevries@suse.de>
705
706 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
707 (gdbserver_gdb_exit): ... here. Add timeout warning.
708 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
709 (connect_target_extended_remote): Append new server_spawn_id to
710 server_spawn_ids.
711 (cleanup): New proc.
712 (setup, <toplevel>): Call cleanup.
713
7142020-04-02 Tom de Vries <tdevries@suse.de>
715
716 * gdb.base/main-psymtab.exp: New file.
717
7182020-04-02 Tom de Vries <tdevries@suse.de>
719
720 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
721
7222020-04-01 Tom Tromey <tom@tromey.com>
723
724 * gdb.base/complex-parts.exp: Add type tests.
725
7262020-04-01 Tom Tromey <tom@tromey.com>
727
728 * gdb.base/complex-parts.exp: Add arithmetic tests.
729
7302020-04-01 Tom Tromey <tom@tromey.com>
731
732 * gdb.compile/compile.exp: Update.
733 * gdb.compile/compile-cplus.exp: Update.
734 * gdb.base/varargs.exp: Update.
735 * gdb.base/floatn.exp: Update.
736 * gdb.base/endianity.exp: Update.
737 * gdb.base/callfuncs.exp (do_function_calls): Update.
738 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
739 (complex_float_integral_args): Update.
740 * gdb.base/complex.exp: Update.
741 * gdb.base/complex-parts.exp: Update.
742
7432020-04-01 Tom Tromey <tromey@adacore.com>
744
745 * gdb.rust/union.rs: New file.
746 * gdb.rust/union.exp: New file.
747 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
748 (main): Update.
749 * gdb.rust/simple.exp: Move union tests to union.exp.
750
7512020-04-01 Tom Tromey <tromey@adacore.com>
752
753 * gdb.rust/simple.rs (main): Remove "y0".
754
7552020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
756
757 * gdb.multi/stop-all-on-exit.c: New test.
758 * gdb.multi/stop-all-on-exit.exp: New file.
759
7602020-04-01 Hannes Domani <ssbssa@yahoo.de>
761
762 PR gdb/24789
763 * gdb.cp/misc.cc: Add integer reference variable.
764 * gdb.cp/misc.exp: Add test.
765
7662020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
767
768 * gdb.server/stop-reply-no-thread.exp: Enhance the test
769 scenario to cover execution until the end and also the case
770
7712020-03-31 Tom de Vries <tdevries@suse.de>
772
773 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
774 c. Use "maint info symtabs" to check symtab expansion.
775
7762020-03-30 Tom de Vries <tdevries@suse.de>
777
778 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
779 unsupported.
780 (verify_psymtab_expanded): Move ...
781 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
782 test.
783 (readnow): New proc.
784
7852020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
786
787 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
788 with $hex.
789
7902020-03-20 Tom Tromey <tromey@adacore.com>
791
792 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
793
7942020-03-20 Tom Tromey <tromey@adacore.com>
795
796 * gdb.ada/sub_variant/subv.adb: New file.
797 * gdb.ada/sub_variant.exp: New file.
798
7992020-03-20 Tom de Vries <tdevries@suse.de>
800
801 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
802 first break fails.
803 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
804
8052020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
806
807 * gdb.server/exit-multiple-threads.c: New file.
808 * gdb.server/exit-multiple-threads.exp: New file.
809
8102020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
811
812 * gdb.fortran/mixed-lang-stack.c: New file.
813 * gdb.fortran/mixed-lang-stack.cpp: New file.
814 * gdb.fortran/mixed-lang-stack.exp: New file.
815 * gdb.fortran/mixed-lang-stack.f90: New file.
816
8172020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
818
819 * gdb.linespec/cp-completion-aliases.cc: New file.
820 * gdb.linespec/cp-completion-aliases.exp: New file.
821
8222020-03-19 Tom de Vries <tdevries@suse.de>
823
824 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
825 more precise.
826
8272020-03-18 Tom de Vries <tdevries@suse.de>
828
829 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
830 * gdb.dwarf2/break-inline-psymtab.c: New test.
831 * gdb.dwarf2/break-inline-psymtab.exp: New file.
832
8332020-03-16 Tom de Vries <tdevries@suse.de>
834
835 * lib/cache.exp (gdb_do_cache): Add and handle local variables
836 cache_verify and cache_verify_proc.
837
8382020-03-15 Tom de Vries <tdevries@suse.de>
839
840 * gdb.server/solib-list.exp: Handle
841 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
842
8432020-03-15 Tom de Vries <tdevries@suse.de>
844
845 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
846 objfiles".
847
8482020-03-14 Tom Tromey <tom@tromey.com>
849
850 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
851
8522020-03-14 Tom de Vries <tdevries@suse.de>
853
854 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
855
8562020-03-14 Tom de Vries <tdevries@suse.de>
857
858 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
859 result in line-by-line fashion.
860
8612020-03-14 Tom de Vries <tdevries@suse.de>
862
863 * lib/gdb.exp (supports_statement_frontiers): New proc.
864 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
865
8662020-03-14 Tom de Vries <tdevries@suse.de>
867
868 * gdb.base/printcmds.exp: Add missing quoting for "print
869 teststring2".
870
8712020-03-13 Tom Tromey <tom@tromey.com>
872
873 * gdb.base/printcmds.exp (test_print_strings): Add regression
874 test.
875 * gdb.base/printcmds.c (charptr): New typedef.
876 (teststring2): New global.
877
8782020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
879
880 * gdb.base/break-interp.exp: Use the tail of the filename, not the
881 full path in the test name.
882 (test_ld): Add some with_test_prefix blocks to make test names
883 unique.
884
8852020-03-13 Tom de Vries <tdevries@suse.de>
886
887 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
888
8892020-03-13 Tom de Vries <tdevries@suse.de>
890
891 * gdb.mi/mi-sym-info.exp: Make matching more precise.
892
8932020-03-13 Tom de Vries <tdevries@suse.de>
894
895 PR symtab/25646
896 * gdb.dwarf2/imported-unit.exp: Add test.
897
8982020-03-13 Tom de Vries <tdevries@suse.de>
899
900 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
901 (var1, var2): New variable.
902 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
903 matching symbols.
904
9052020-03-13 Tom de Vries <tdevries@suse.de>
906
907 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
908 (Term::command): Use prompt prefix.
909 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
910 * gdb.tui/tui-layout-asm-short-prog.exp: Use
911 command_no_prompt_prefix instead of prefix.
912 * gdb.tui/tui-layout-asm.exp: Same.
913
9142020-03-12 Simon Marchi <simon.marchi@efficios.com>
915
916 * gdb.base/break-interp.exp: Use foreach_with_prefix.
917
9182020-03-12 Simon Marchi <simon.marchi@efficios.com>
919
920 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
921 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
922 on" while stepping over the test instruction, match printed
923 message.
924
9252020-03-12 Tom de Vries <tdevries@suse.de>
926
927 * gdb.base/info-types.exp: Use exp_continue during matching of output
928 of "info types".
929
9302020-03-12 Tom de Vries <tdevries@suse.de>
931
932 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
933
9342020-03-12 Tom de Vries <tdevries@suse.de>
935
936 * gdb.fortran/module.exp: Use exp_continue during matching of output
937 of "info variable -n".
938
9392020-03-12 Tom de Vries <tdevries@suse.de>
940
941 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
942 gdb.dwarf2/dw2-ranges-base.c.
943
9442020-03-12 Tom de Vries <tdevries@suse.de>
945
946 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
947 in presence of GLIBC debuginfo.
948
9492020-03-12 Tom de Vries <tdevries@suse.de>
950
951 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
952 $core.
953
9542020-03-12 Tom de Vries <tdevries@suse.de>
955
956 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
957 more precise.
958
9592020-03-11 Simon Marchi <simon.marchi@efficios.com>
960
961 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
962 from Unix to Windows path.
963
9642020-03-11 Tom de Vries <tdevries@suse.de>
965
966 * gdb.ada/minsyms.exp: Set language to ada.
967
9682020-03-11 Tom de Vries <tdevries@suse.de>
969
970 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
971
9722020-03-11 Tom de Vries <tdevries@suse.de>
973
974 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
975
9762020-03-11 Tom Tromey <tromey@adacore.com>
977
978 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
979
9802020-03-11 Tom de Vries <tdevries@suse.de>
981
982 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
983
9842020-03-11 Tom de Vries <tdevries@suse.de>
985
986 * gdb.base/break-interp.exp: Limit verbose scope.
987
9882020-03-11 Tom de Vries <tdevries@suse.de>
989
990 * gdb.fortran/logical.f90: Define variable with character type.
991 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
992
9932020-03-11 Tom de Vries <tdevries@suse.de>
994
995 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
996
9972020-03-11 Tom de Vries <tdevries@suse.de>
998
999 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1000 symtabs.
1001
10022020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1003 Bernd Edlinger <bernd.edlinger@hotmail.de>
1004
1005 * gdb.cp/step-and-next-inline.cc: New file.
1006 * gdb.cp/step-and-next-inline.exp: New file.
1007 * gdb.cp/step-and-next-inline.h: New file.
1008 * gdb.dwarf2/dw2-is-stmt.c: New file.
1009 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1010 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1011 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1012 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1013
10142020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1015
1016 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1017 is-stmt flag in the line table.
1018
10192020-03-09 Tom de Vries <tdevries@suse.de>
1020
1021 * lib/gdb.exp (cached_file): Create cache dir.
1022
10232020-03-07 Tom de Vries <tdevries@suse.de>
1024
1025 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1026 * gdb.cp/rvalue-ref-params.exp: Same.
1027
10282020-03-06 Tom de Vries <tdevries@suse.de>
1029
1030 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1031 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1032
10332020-03-06 Tom de Vries <tdevries@suse.de>
1034
1035 * README: Fix "the the".
1036 * gdb.base/dprintf.exp: Same.
1037
10382020-03-05 Tom de Vries <tdevries@suse.de>
1039
1040 * gdb.base/maint.exp: Update "main print statistics" expected output.
1041
10422020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1043
1044 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1045 (fortran_int8): Likewise.
1046 (fortran_real4): Likewise.
1047 (fortran_real8): Likewise.
1048 (fortran_complex4): Likewise.
1049 (fortran_logical4): Likewise.
1050 (fortran_character1): Likewise.
1051
10522020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1055 printed as true.
1056
10572020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1058
1059 * gdb.base/printcmds.exp: Add test to verify printf of a
1060 variable holding an address.
1061
10622020-03-03 Tom de Vries <tdevries@suse.de>
1063
1064 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1065
10662020-03-03 Tom de Vries <tdevries@suse.de>
1067
1068 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1069 gdb_test_multiple call.
1070
10712020-03-03 Tom de Vries <tdevries@suse.de>
1072
1073 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1074 gdb_test_multiple calls.
1075
10762020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1077
1078 * gdb.base/default.exp: Remove test of 'set history filename'.
1079 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1080 filename to the empty string.
1081 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1082 and GDBHISTSIZE.
1083
10842020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1085
1086 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1087 disabled.
1088
10892020-03-02 Pedro Alves <palves@redhat.com>
1090 Tom de Vries <tdevries@suse.de>
1091
1092 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1093 -prompt prefix, before user_code argument. Add -lbl option likewise.
1094 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1095 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1096 argument.
1097 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1098 have "\r\n" at start-of-line, instead of at end-of-line.
1099
11002020-02-28 Simon Marchi <simon.marchi@efficios.com>
1101
1102 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1103 libinproctrace.so.
1104
11052020-02-28 Luis Machado <luis.machado@linaro.org>
1106
1107 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1108 to "p/x".
1109
11102020-02-28 Luis Machado <luis.machado@linaro.org>
1111
1112 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1113 asm/ptrace.h and error.h.
1114
11152020-02-28 Tom de Vries <tdevries@suse.de>
1116
1117 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1118 (struct wrapper, do_something, mundane/symada__cS): Move ...
1119 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1120 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1121 Update "print symada__cS before partial symtab expansion" regexp.
1122 Update breakpoint location. Flush symbol cache after expansion.
1123
11242020-02-28 Luis Machado <luis.machado@linaro.org>
1125
1126 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1127
11282020-02-27 Tom de Vries <tdevries@suse.de>
1129
1130 * config/sid.exp: Remove unused globals.
1131 * gdb.base/attach.exp: Same.
1132 * gdb.base/catch-load.exp: Same.
1133 * gdb.base/dbx.exp: Same.
1134 * lib/gdb.exp: Same.
1135 * lib/mi-support.exp: Same.
1136 * lib/prompt.exp: Same.
1137
11382020-02-27 Tom de Vries <tdevries@suse.de>
1139
1140 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1141 not set.
1142
11432020-02-26 Aaron Merey <amerey@redhat.com>
1144
1145 * gdb.debuginfod: New directory for debuginfod tests.
1146 * gdb.debuginfod/main.c: New test file.
1147 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1148
11492020-02-26 Tom de Vries <tdevries@suse.de>
1150
1151 PR gdb/25603
1152 * gdb.base/persistent-lang.cc: New test.
1153 * gdb.base/persistent-lang.exp: New file.
1154
11552020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1156
1157 * gdb.fortran/derived-type-striding.exp: Add a new test.
1158 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1159 new test.
1160
11612020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1164 names.
1165
11662020-02-25 Tom de Vries <tdevries@suse.de>
1167
1168 PR go/18926
1169 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1170
11712020-02-24 Tom de Vries <tdevries@suse.de>
1172
1173 PR gdb/25592
1174 * gdb.base/info-locals-unused-static-var.c: New test.
1175 * gdb.base/info-locals-unused-static-var.exp: New file.
1176
11772020-02-22 Tom Tromey <tom@tromey.com>
1178
1179 * gdb.python/tui-window.exp: New file.
1180 * gdb.python/tui-window.py: New file.
1181
11822020-02-22 Tom Tromey <tom@tromey.com>
1183
1184 PR tui/17850:
1185 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1186 tests.
1187
11882020-02-22 Tom Tromey <tom@tromey.com>
1189
1190 * gdb.tui/new-layout.exp: Add sub-layout tests.
1191
11922020-02-22 Tom Tromey <tom@tromey.com>
1193
1194 * gdb.tui/new-layout.exp: New file.
1195
11962020-02-22 Tom Tromey <tom@tromey.com>
1197
1198 * gdb.rust/rust-style.rs: New file.
1199 * gdb.rust/rust-style.exp: New file.
1200 * gdb.base/style.exp: Test structure printing.
1201 * gdb.base/style.c (struct some_struct): New type.
1202 (enum etype): New type.
1203 (struct_value): New global.
1204
12052020-02-21 Tom de Vries <tdevries@suse.de>
1206
1207 PR go/18926
1208 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1209 Remove blanket xfails. Use message argument for gdb_breakpoint.
1210 Make continuing to breakpoint test conditional on setting breakpoint.
1211 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1212 DW_AT_name attribute. Add xfail for GCC PR93866.
1213
12142020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1215
1216 * gdb.dwarf2/cpp-linkage-name.c: New file.
1217 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1218
12192020-02-21 Shahab Vahedi <shahab@synopsys.com>
1220
1221 * lib/gdb.exp (gdb_wrapper_init): Reset
1222 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1223 not exist.
1224
12252020-02-20 Tom de Vries <tdevries@suse.de>
1226
1227 PR go/17018
1228 * gdb.go/hello.exp: Copy ...
1229 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1230 print of st to print value of global definition. Add xfail for GCC
1231 PR93844.
1232 * gdb.go/hello.exp: Remove printing of st before definition.
1233 * gdb.go/hello.go: Copy ...
1234 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1235 to st.
1236 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1237
12382020-02-20 Tom de Vries <tdevries@suse.de>
1239
1240 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1241 (gdb_simple_compile): Handle compile_flags go by using .go extension
1242 for source file.
1243 * gdb.go/chan.exp: Use support_go_compile.
1244 * gdb.go/handcall.exp: Same.
1245 * gdb.go/hello.exp: Same.
1246 * gdb.go/integers.exp: Same.
1247 * gdb.go/max-depth.exp: Same.
1248 * gdb.go/methods.exp: Same.
1249 * gdb.go/package.exp: Same.
1250 * gdb.go/strings.exp: Same.
1251 * gdb.go/types.exp: Same.
1252 * gdb.go/unsafe.exp: Same.
1253
12542020-02-19 Tom de Vries <tdevries@suse.de>
1255
1256 * gdb.python/lib-types.exp: Make xfail more strict.
1257
12582020-02-19 Tom de Vries <tdevries@suse.de>
1259
1260 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1261
12622020-02-19 Doug Evans <dje@google.com>
1263
1264 PR rust/25535
1265 * gdb.rust/simple.exp: Add test.
1266 * gdb.rust/simple.rs: Add test.
1267
12682020-02-19 Tom de Vries <tdevries@suse.de>
1269
1270 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1271 output line-by-line.
1272
12732020-02-19 Tom de Vries <tdevries@suse.de>
1274
1275 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1276
12772020-02-19 Tom de Vries <tdevries@suse.de>
1278
1279 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1280 prelink.
1281
12822020-02-19 Tom de Vries <tdevries@suse.de>
1283
1284 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1285 (gdb_do_cache): Use gdb_do_cache_wrap.
1286 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1287
12882020-02-19 Tom de Vries <tdevries@suse.de>
1289
1290 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1291 gdb_compile option.
1292
12932020-02-18 Simon Marchi <simon.marchi@efficios.com>
1294
1295 * gdb.base/printcmds.exp (test_print_enums): Update expected
1296 output.
1297
12982020-02-18 Simon Marchi <simon.marchi@efficios.com>
1299
1300 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1301 for "unknown".
1302
13032020-02-18 Simon Marchi <simon.marchi@efficios.com>
1304
1305 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1306 enumerator.
1307
13082020-02-18 Simon Marchi <simon.marchi@efficios.com>
1309
1310 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1311 FE_, add FE_NONE.
1312 (three): Update.
1313 (enum flag_enum_without_zero): New enum.
1314 (flag_enum_without_zero): New variable.
1315 (enum not_flag_enum): New enum.
1316 (three_not_flag): New variable.
1317 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1318 (test_print_enums): Add more tests for printing flag enums.
1319
13202020-02-18 Tom de Vries <tdevries@suse.de>
1321
1322 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1323 (gdb_compile_ada): ... here.
1324 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1325 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1326
13272020-02-14 Tom Tromey <tom@tromey.com>
1328
1329 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1330 build directory.
1331 * boards/gdbserver-base.exp: Update path to gdbserver.
1332
13332020-02-13 Tom de Vries <tdevries@suse.de>
1334
1335 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1336
13372020-02-13 Tom de Vries <tdevries@suse.de>
1338
1339 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1340 are missing.
1341
13422020-02-13 Tom de Vries <tdevries@suse.de>
1343
1344 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1345 call.
1346
13472020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1348
1349 PR tui/25126
1350 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1351 * gdb.base/cached-source-file.c: New file.
1352 * gdb.base/cached-source-file.exp: New file.
1353
13542020-02-11 Tom de Vries <tdevries@suse.de>
1355
1356 PR testsuite/25488
1357 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1358
13592020-02-10 Tom de Vries <tdevries@suse.de>
1360
1361 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1362
13632020-02-10 Maciej W. Rozycki <macro@wdc.com>
1364
1365 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1366 and $after_addr are both integers before making a comparison.
1367
13682020-02-09 Tom de Vries <tdevries@suse.de>
1369
1370 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1371 command output and paste it into gdb.log. If any, paste catch message
1372 to gdb.log.
1373
13742020-02-07 Tom Tromey <tromey@adacore.com>
1375
1376 PR breakpoints/24915:
1377 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1378
13792020-02-06 Shahab Vahedi <shahab@synopsys.com>
1380
1381 * gdb.tui/tui-missing-src.exp: Add the "missing source
1382 file" test for the TUI.
1383
13842020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1385
1386 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1387 including a port number in the output.
1388
13892020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1390
1391 * lib/fortran.exp (fortran_int4): Handle clang.
1392 (fortran_int8): Likewise.
1393 (fortran_real4): Likewise.
1394 (fortran_real8): Likewise.
1395 (fortran_complex4): Likewise.
1396 (fortran_logical4): Likewise.
1397 (fortran_character1): Likewise.
1398
13992020-02-04 Tom de Vries <tdevries@suse.de>
1400
1401 * README (Race detection): Add note.
1402
14032020-02-04 Tom de Vries <tdevries@suse.de>
1404
1405 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1406
14072020-02-04 Tom de Vries <tdevries@suse.de>
1408
1409 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1410
14112020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1412
1413 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1414 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1415 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1416 blttar, bnetarl.
1417 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1418 binary for blttar, bnetarl.
1419 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1420 wait instruction. Delete ldmx test.
1421 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1422
14232020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1424
1425 * gdb.fortran/array-bounds-high.exp: New file.
1426 * gdb.fortran/array-bounds-high.f90: New file.
1427
14282020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1429
1430 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1431 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1432
14332020-02-01 Tom de Vries <tdevries@suse.de>
1434
1435 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1436
14372020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1438
1439 PR tui/9765
1440 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1441 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1442
14432020-01-29 Luis Machado <luis.machado@linaro.org>
1444
1445 * gdb.arch/aarch64-brk-patterns.c: New source file.
1446 * gdb.arch/aarch64-brk-patterns.exp: New test.
1447
14482020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1449
1450 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1451 GCC/Clang version.
1452 * gdb.cp/pass-by-ref.exp: Ditto.
1453
14542020-01-29 Tom de Vries <tdevries@suse.de>
1455
1456 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1457 * gdb.threads/watchpoint-fork-mt.c: Same.
1458 * gdb.threads/watchpoint-fork-parent.c: Same.
1459 * gdb.threads/watchpoint-fork-st.c: Same.
1460 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1461
14622020-01-27 Luis Machado <luis.machado@linaro.org>
1463
1464 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1465 sitting at a syscall instruction when we hit the syscall function's
1466 breakpoint.
1467 Check PC against one obtained with the x command.
1468 Validate syscall number.
1469 (step_over_syscall): Don't continue to the syscall instruction if
1470 we're already there.
1471
14722020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1473
1474 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1475
14762020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1477
1478 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1479 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1480
14812020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1482
1483 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1484 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1485
14862020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1487
1488 * gdb.base/maint.exp: Update line table parsing test.
1489 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1490
14912020-01-24 Pedro Alves <palves@redhat.com>
1492
1493 PR gdb/25410
1494 * gdb.multi/multi-re-run-1.c: New.
1495 * gdb.multi/multi-re-run-2.c: New.
1496 * gdb.multi/multi-re-run.exp: New.
1497
14982020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1499
1500 PR gdb/23718
1501 * gdb.server/server-kill-python.exp: New file.
1502
15032020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1504
1505 * gdb.server/multi-ui-errors.c: New file.
1506 * gdb.server/multi-ui-errors.exp: New file.
1507
15082020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1509
1510 PR tui/9765
1511 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1512
15132020-01-19 Tom Tromey <tom@tromey.com>
1514
1515 * gdb.tui/main.exp: Add check for plain "file".
1516
15172020-01-16 Christian Biesinger <cbiesinger@google.com>
1518
1519 * lib/gdb.exp: Fix spelling error (seperatelly).
1520
15212020-01-14 Tom Tromey <tom@tromey.com>
1522
1523 PR symtab/12535:
1524 * gdb.python/python.exp: Test decode_line with empty string
1525 argument.
1526
15272020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1528
1529 * gdb.base/skip-inline.exp: Extend test.
1530
15312020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1532
1533 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1534 * gdb.dwarf2/dw2-bad-elf.c: New file.
1535 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1536
15372020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1538
1539 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1540 _line_saw_file.
1541
15422020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1545 border.
1546
15472020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1548
1549 * gdb.multi/multi-target.exp (setup): Factor out "info
1550 connections" and "info inferiors" tests to ...
1551 (test_info_inferiors): ... this new procedure.
1552 (top level): Run new "info-inferiors" tests.
1553
15542020-01-10 Pedro Alves <palves@redhat.com>
1555
1556 * gdb.server/bkpt-other-inferior.exp: New file.
1557
15582020-01-10 Pedro Alves <palves@redhat.com>
1559
1560 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1561 of "add-inferior".
1562 * gdb.base/quit-live.exp: Likewise.
1563 * gdb.base/remote-exec-file.exp: Likewise.
1564 * gdb.guile/scm-progspace.exp: Likewise.
1565 * gdb.linespec/linespec.exp: Likewise.
1566 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1567 * gdb.mi/user-selected-context-sync.exp: Likewise.
1568 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1569 "info inferiors" tests.
1570 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1571 "add-inferior".
1572 * gdb.multi/watchpoint-multi.exp: Likewise.
1573 * gdb.python/py-inferior.exp: Likewise.
1574 * gdb.server/extended-remote-restart.exp: Likewise.
1575 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1576 "info inferiors".
1577 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1578 * gdb.trace/report.exp: Likewise.
1579
15802020-01-10 Pedro Alves <palves@redhat.com>
1581
1582 * gdb.multi/multi-target.c: New file.
1583 * gdb.multi/multi-target.exp: New file.
1584 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1585 mode requested, but remote does not support non-stop".
1586
15872020-01-10 Pedro Alves <palves@redhat.com>
1588
1589 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1590 disconnect before reconnecting.
1591
15922020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1593 Pedro Alves <palves@redhat.com>
1594
1595 * gdb.server/connect-without-multi-process.exp: Also test
1596 continuing to end.
1597
15982020-01-10 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.base/remote-exec-file.exp: New file.
1601
16022020-01-10 Pedro Alves <palves@redhat.com>
1603
1604 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1605 output.
1606 * gdb.threads/async.c: New.
1607 * gdb.threads/async.exp: New.
1608 * gdb.multi/tids-gid-reset.c: New.
1609 * gdb.multi/tids-gid-reset.exp: New.
1610
16112020-01-10 George Barrett <bob@bob131.so>
1612
1613 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1614 to help in finding the image relocation offset.
1615 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1616 options in arguments.
1617 (stap_test_no_debuginfo): Likewise.
1618 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1619 test variants.
1620 (stap_test): Add null semaphore relocation test.
1621
16222020-01-10 George Barrett <bob@bob131.so>
1623
1624 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1625 * gdb.base/stap-probe.exp: Likewise.
1626 (stap_test): Pass argument as an additional flag.
1627 (stap_test_no_debuginfo): Likewise.
1628 (stap_test): Check `info probes stap' output for semaphore
1629 addresses if the test binary is supposed to have them.
1630
16312020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1632
1633 * gdb.tui/basic.exp: Add more scrolling tests.
1634
16352020-01-09 Tom Tromey <tom@tromey.com>
1636
1637 PR tui/18932:
1638 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1639 meangingful value.
1640 (Term::command, Term::resize): Update.
1641 * gdb.tui/basic.exp: Add scrolling test.
1642
16432020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1644
1645 * gdb.tui/tui-layout-asm.exp: New file.
1646
16472020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1648
1649 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1650
16512020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1652
1653 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1654 (Term::enter_tui): Use Term::prepare_for_tui.
1655
16562020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1657
1658 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1659 called.
1660
16612020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1662
1663 * gdb.base/skip.exp: Fix race condition in test.
1664
16652020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1666
1667 * gdb.base/backtrace.c: New file.
1668 * gdb.base/backtrace.exp: New file.
1669
16702020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1671
1672 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1673
16742020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1675
1676 * gdb.base/style.exp: Test that warnings are styled.
1677
16782019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1679
1680 * gdb.base/line65535.exp: New file.
1681 * gdb.base/line65535.c: New file.
1682
16832019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1684
1685 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1686 * lib/gnat_debug_info_test.adb: New file.
1687 * gdb.ada/ptype_tagged_param.exp: Use
1688 gnat_runtime_has_debug_info, expect a different output if
1689 runtime does not have debug info.
1690
16912019-12-20 Simon Marchi <simon.marchi@efficios.com>
1692
1693 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1694 (another) quote in test name.
1695
16962019-12-20 Simon Marchi <simon.marchi@efficios.com>
1697
1698 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1699 Add quote in test name.
1700
17012019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1702
1703 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1704 directory instead.
1705 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1706 * gdb.cp/pass-by-ref-2.cc: New file.
1707 * gdb.cp/pass-by-ref-2.exp: New file.
1708
17092019-12-20 Tom Tromey <tom@tromey.com>
1710
1711 * gdb.tui/list-before.exp: New file.
1712
17132019-12-20 Tom Tromey <tom@tromey.com>
1714
1715 * gdb.tui/list.exp: Check for source on initial listing.
1716
17172019-12-11 Tom Tromey <tromey@adacore.com>
1718
1719 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1720 Add crlf test.
1721
17222019-12-18 Simon Marchi <simon.marchi@efficios.com>
1723
1724 * gdb.base/default.exp: Update value of $_gdb_major.
1725
17262019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1727
1728 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1729
17302019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1731
1732 * gdb.base/skip.exp: Whitespace fix.
1733
17342019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1735
1736 * gdb.base/skip-inline.c: New file.
1737 * gdb.base/skip-inline.exp: New file.
1738
17392019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1740
1741 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1742 jit_function_00 to jit_function_stack_mangle.
1743 * gdb.base/jithost.c (jit_function_t): Rename to...
1744 (jit_function_stack_mangle_t): ... this.
1745 (jit_function_add_t): New typedef.
1746 (jit_function_00_code): Rename to...
1747 (jit_function_stack_mangle_code): ... this, make static.
1748 (jit_function_add_code): New.
1749 (main): Generate "add" function and call it. Adjust to changes
1750 in jithost_abi.
1751 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1752 (struct jithost_abi) <begin, end>: Remove fields.
1753 <object, function_stack_mangle, function_add>: New fields.
1754 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1755 code_end>: Remove fields.
1756 <func_stack_mangle>: New field.
1757 (read_debug_info): Adjust to renaming, create block for "add"
1758 function.
1759 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1760
17612019-12-11 Tom Tromey <tom@tromey.com>
1762
1763 * gdb.tui/resize.exp: Fix regexp.
1764 * gdb.tui/regs.exp: Fix regexps.
1765 * gdb.tui/main.exp: Fix regexp.
1766
17672019-12-11 Tom Tromey <tom@tromey.com>
1768
1769 * gdb.tui/resize.exp: Update.
1770 * gdb.tui/empty.exp (layouts): Update.
1771
17722019-12-11 Tom Tromey <tom@tromey.com>
1773
1774 * gdb.tui/regs.exp: Update.
1775 * gdb.tui/empty.exp (layouts): Update.
1776 * gdb.tui/basic.exp: Update.
1777 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1778
17792019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1780
1781 * gdb.base/options.exp: Add -raw-values in the print completion list.
1782 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1783
17842019-12-10 Kevin Buettner <kevinb@redhat.com>
1785
1786 * gdb.threads/omp-par-scope.c: New file.
1787 * gdb/threads/omp-par-scope.exp: New file.
1788
17892019-12-10 Kevin Buettner <kevinb@redhat.com>
1790
1791 * lib/gdb.exp (support_nested_function_tests): New proc.
1792
17932019-12-10 Kevin Buettner <kevinb@redhat.com>
1794
1795 * lib/gdb.exp (gdb_compile_openmp): New proc.
1796 (build_executable_from_specs): Add an "openmp" option.
1797 (gdb_compile_pthreads): Add non-executable case.
1798
17992019-12-10 Tom Tromey <tromey@adacore.com>
1800
1801 * gdb.ada/unchecked_union.exp: New file.
1802 * gdb.ada/unchecked_union/pck.adb: New file.
1803 * gdb.ada/unchecked_union/pck.ads: New file.
1804 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1805 * gdb-utils.exp (string_to_regexp): Also quote "?".
1806
18072019-12-10 George Barrett <bob@bob131.so>
1808
1809 Test scripted probe breakpoints.
1810 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1811 * gdb.python/py-breakpoint.c (main): Likewise.
1812 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1813 specifier test.
1814 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1815
18162019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1817
1818 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1819 an rvalue parameter.
1820 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1821 parameter.
1822
18232019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1824
1825 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1826 modules.
1827
18282019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1831 broken version of GCC.
1832
18332019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1834
1835 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1836 sym-info-cmds library.
1837 * gdb.fortran/info-types.exp: Likewise.
1838 * lib/sym-info-cmds.exp: New file.
1839
18402019-12-08 Tom de Vries <tdevries@suse.de>
1841
1842 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1843
18442019-12-07 Keith Seitz <keiths@redhat.com>
1845
1846 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1847 * gdb.base/corefile-buildid-shlib.c: New file.
1848 * gdb.base/corefile-buildid.c: New file.
1849 * gdb.base/corefile-buildid.exp: New file.
1850
18512019-12-06 Tom de Vries <tdevries@suse.de>
1852
1853 * gdb.dwarf2/varval.exp: Add decl before def test.
1854
18552019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1856
1857 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1858
18592019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1860
1861 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1862 CV and reference conversion for overload resolution.
1863 * gdb.cp/rvalue-ref-overload.exp: Test it.
1864
18652019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1866
1867 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1868 * gdb.base/frameapply.exp: Test faas without command.
1869
18702019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1871
1872 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1873 Fortran tests.
1874 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1875 order.
1876
18772019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1878
1879 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1880 casting to type with no kind specified.
1881 (test_basic_parsing_of_type_kinds): Additional tests for types
1882 with no kind specified, and add tests for single/double
1883 precision/complex types.
1884
18852019-12-04 Tom Tromey <tromey@adacore.com>
1886
1887 * gdb.base/endianity.c (struct other) <x>: New field.
1888 (main): Initialize it.
1889 * gdb.base/endianity.exp: Update.
1890
18912019-12-04 Tom Tromey <tromey@adacore.com>
1892
1893 * gdb.ada/scalar_storage/storage.adb: New file.
1894 * gdb.ada/scalar_storage/pck.adb: New file.
1895 * gdb.ada/scalar_storage/pck.ads: New file.
1896 * gdb.ada/scalar_storage.exp: New file.
1897
18982019-12-04 Tom Tromey <tromey@adacore.com>
1899
1900 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1901 (main): Initialize it.
1902 * gdb.base/endianity.exp: Update.
1903
19042019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1905
1906 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1907
19082019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1909
1910 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1911 -symbol-info-module-functions and -symbol-info-module-variables.
1912
19132019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1914
1915 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1916
19172019-12-01 Richard Bunt <richard.bunt@arm.com>
1918 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.fortran/derived-type-striding.exp: New file.
1921 * gdb.fortran/derived-type-striding.f90: New file.
1922 * gdb.fortran/array-slices.exp: New file.
1923 * gdb.fortran/array-slices.f90: New file.
1924
19252019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1926
1927 * gdb.base/define.exp: Test . in command names.
1928 * gdb.base/setshow.exp: Update test, as . is now part of
1929 command name.
1930
19312019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1932
1933 * gdb.base/define-prefix.exp: New file.
1934
19352019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1936
1937 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1938 compile.
1939 (skip_btrace_pt_tests): Likewise.
1940
19412019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1942
1943 * gdb.fortran/info-modules.exp: Compile source files in correct
1944 order.
1945
19462019-11-27 Kevin Buettner <kevinb@redhat.com>
1947
1948 * gdb.dwarf2/imported-unit.exp: New file.
1949 * gdb.dwarf2/imported-unit.c: New file.
1950
19512019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1952
1953 * gdb.mi/mi-fortran-modules-2.f90: New file.
1954 * gdb.mi/mi-fortran-modules.exp: New file.
1955 * gdb.mi/mi-fortran-modules.f90: New file.
1956
19572019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1958
1959 * gdb.mi/mi-sym-info-1.c: New file.
1960 * gdb.mi/mi-sym-info-2.c: New file.
1961 * gdb.mi/mi-sym-info.exp: New file.
1962
19632019-11-22 Tom Tromey <tromey@adacore.com>
1964
1965 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1966 * gdb.ada/tasks/foo.adb: Add another stopping location.
1967
19682019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1969
1970 * gdb.base/endianity.c: New test.
1971 * gdb.base/endianity.exp: New file.
1972
19732019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1974
1975 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1976
19772019-11-21 Tom de Vries <tdevries@suse.de>
1978
1979 PR gdb/24956
1980 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1981
19822019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1983
1984 * gdb.python/py-progspace.exp: Add missing parentheses on some
1985 'print' commands.
1986
19872019-11-19 Tom Tromey <tom@tromey.com>
1988
1989 * gdb.tui/winheight.exp: New file.
1990
19912019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 * gdb.base/ctf-whatis.c: Delete.
1994 * gdb.base/ctf-whatis.exp: Delete.
1995 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1996
19972019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1998
1999 * gdb.base/ctf-cvexpr.exp: Delete.
2000 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2001
20022019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2003
2004 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2005 the compiler. Clean up header comment a little.
2006 * gdb.base/ctf-ptype.exp: Likewise.
2007 * gdb.base/ctf-whatis.exp: Likewise.
2008 * lib/gdb.exp (skip_ctf_tests): New proc.
2009
20102019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2011
2012 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2013 * gdb.tui/corefile-run.exp: New file.
2014
20152019-11-14 Tom Tromey <tromey@adacore.com>
2016
2017 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2018 regression tests.
2019
20202019-11-12 Tom Tromey <tom@tromey.com>
2021
2022 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2023 after any command. Expect prompt after WAIT_FOR is seen.
2024 (enter_tui): Enable resize messages.
2025 (command): Expect command in output.
2026 (get_line): Avoid error when cursor appears to be off-screen.
2027 (dump_screen): Include screen size in title.
2028 (_do_resize): New proc, from "resize".
2029 (resize): Rewrite. Do resize in two steps.
2030 * gdb.tui/empty.exp (layouts): Fix entries.
2031 (check_boxes): Remove xfail.
2032 (check_text): Dump screen on failure.
2033
20342019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2035
2036 * gdb.python/py-symbol.exp: Add test for
2037 gdb.lookup_static_symbols.
2038
20392019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2040
2041 * gdb.python/py-symbol.c: Declare and call function from new
2042 py-symbol-2.c file.
2043 * gdb.python/py-symbol.exp: Compile both source files, and add new
2044 tests for gdb.lookup_static_symbol.
2045 * gdb.python/py-symbol-2.c: New file.
2046
20472019-11-02 Tom de Vries <tdevries@suse.de>
2048
2049 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2050 * gdb.base/anon.exp: Same.
2051 * gdb.base/auto-connect-native-target.exp: Same.
2052 * gdb.base/call-ar-st.exp: Same.
2053 * gdb.base/catch-syscall.exp: Same.
2054 * gdb.base/commands.exp: Same.
2055 * gdb.base/default.exp: Same.
2056 * gdb.base/display.exp: Same.
2057 * gdb.base/float.exp: Same.
2058 * gdb.base/foll-fork.exp: Same.
2059 * gdb.base/help.exp: Same.
2060 * gdb.base/info-macros.exp: Same.
2061 * gdb.base/info-proc.exp: Same.
2062 * gdb.base/info-target.exp: Same.
2063 * gdb.base/long_long.exp: Same.
2064 * gdb.base/macscp.exp: Same.
2065 * gdb.base/memattr.exp: Same.
2066 * gdb.base/nofield.exp: Same.
2067 * gdb.base/pointers.exp: Same.
2068 * gdb.base/printcmds.exp: Same.
2069 * gdb.base/ptype.exp: Same.
2070 * gdb.base/restore.exp: Same.
2071 * gdb.base/return.exp: Same.
2072 * gdb.base/scope.exp: Same.
2073 * gdb.base/set-noassign.exp: Same.
2074 * gdb.base/setshow.exp: Same.
2075 * gdb.base/shlib-call.exp: Same.
2076 * gdb.base/signals.exp: Same.
2077 * gdb.base/sigstep.exp: Same.
2078 * gdb.base/skip.exp: Same.
2079 * gdb.base/solib-symbol.exp: Same.
2080 * gdb.base/stap-probe.exp: Same.
2081 * gdb.base/step-line.exp: Same.
2082 * gdb.base/step-test.exp: Same.
2083 * gdb.base/style.exp: Same.
2084 * gdb.base/varargs.exp: Same.
2085 * gdb.base/vla-datatypes.exp: Same.
2086 * gdb.base/vla-ptr.exp: Same.
2087 * gdb.base/vla-sideeffect.exp: Same.
2088 * gdb.base/volatile.exp: Same.
2089 * gdb.base/watch-cond-infcall.exp: Same.
2090 * gdb.base/watchpoint.exp: Same.
2091
20922019-11-02 Tom de Vries <tdevries@suse.de>
2093
2094 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2095 * gdb.cp/cpexprs.exp: Same.
2096 * gdb.cp/except-multi-location.exp: Same.
2097 * gdb.cp/exceptprint.exp: Same.
2098 * gdb.cp/gdb2384.exp: Same.
2099 * gdb.cp/inherit.exp: Same.
2100 * gdb.cp/m-static.exp: Same.
2101 * gdb.cp/meth-typedefs.exp: Same.
2102 * gdb.cp/misc.exp: Same.
2103 * gdb.cp/namespace.exp: Same.
2104 * gdb.cp/non-trivial-retval.exp: Same.
2105 * gdb.cp/overload.exp: Same.
2106 * gdb.cp/pr17132.exp: Same.
2107 * gdb.cp/re-set-overloaded.exp: Same.
2108 * gdb.cp/rvalue-ref-types.exp: Same.
2109 * gdb.cp/templates.exp: Same.
2110
21112019-11-01 Luis Machado <luis.machado@linaro.org>
2112
2113 PR gdb/25124
2114
2115 * gdb.arch/pr25124.S: New file.
2116 * gdb.arch/pr25124.exp: New file.
2117
21182019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2119
2120 * gdb.fortran/info-modules.exp: Update expected results, and add
2121 additional tests for 'info module functinos', and 'info module
2122 variables'.
2123 * gdb.fortran/info-types.exp: Update expected results.
2124 * gdb.fortran/info-types.f90: Extend testcase with additional
2125 module variables and functions.
2126
21272019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * gdb.fortran/info-modules.exp: New file.
2130 * gdb.fortran/info-types.exp: Build with new file.
2131 * gdb.fortran/info-types.f90: Include and use new module.
2132 * gdb.fortran/info-types-2.f90: New file.
2133
21342019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2135
2136 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2137 * gdb.base/settings.exp: Test all settings types using
2138 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2139 that now verifies that the value of "maint show" is the same as
2140 returned by the settings functions. Test the type of the
2141 maintenance settings.
2142 * gdb.base/default.exp: Update show_conv_list.
2143
21442019-10-31 Tom de Vries <tdevries@suse.de>
2145
2146 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2147 gdb_test.
2148 * gdb.arch/amd64-disp-step.exp: Same.
2149 * gdb.asm/asm-source.exp: Same.
2150 * gdb.btrace/buffer-size.exp: Same.
2151 * gdb.btrace/cpu.exp: Same.
2152 * gdb.btrace/enable.exp: Same.
2153 * gdb.dwarf2/count.exp: Same.
2154 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2155 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2156 * gdb.fortran/vla-datatypes.exp: Same.
2157 * gdb.fortran/vla-history.exp: Same.
2158 * gdb.fortran/vla-ptype.exp: Same.
2159 * gdb.fortran/vla-value.exp: Same.
2160 * gdb.fortran/whatis_type.exp: Same.
2161 * gdb.guile/guile.exp: Same.
2162 * gdb.multi/tids.exp: Same.
2163 * gdb.python/py-finish-breakpoint.exp: Same.
2164 * gdb.python/py-framefilter.exp: Same.
2165 * gdb.python/py-pp-registration.exp: Same.
2166 * gdb.python/py-xmethods.exp: Same.
2167 * gdb.python/python.exp: Same.
2168 * gdb.server/connect-with-no-symbol-file.exp: Same.
2169 * gdb.server/no-thread-db.exp: Same.
2170 * gdb.server/run-without-local-binary.exp: Same.
2171 * gdb.stabs/weird.exp: Same.
2172 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2173 * gdb.threads/thread-find.exp: Same.
2174 * gdb.threads/tls-shared.exp: Same.
2175 * gdb.threads/tls.exp: Same.
2176 * gdb.threads/wp-replication.exp: Same.
2177 * gdb.trace/ax.exp: Same.
2178 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2179
21802019-10-31 Tom de Vries <tdevries@suse.de>
2181
2182 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2183 * gdb.ada/array_subscript_addr.exp: Same.
2184 * gdb.ada/arrayidx.exp: Same.
2185 * gdb.ada/arrayparam.exp: Same.
2186 * gdb.ada/arrayptr.exp: Same.
2187 * gdb.ada/boolean_expr.exp: Same.
2188 * gdb.ada/call_pn.exp: Same.
2189 * gdb.ada/complete.exp: Same.
2190 * gdb.ada/fixed_cmp.exp: Same.
2191 * gdb.ada/fun_addr.exp: Same.
2192 * gdb.ada/funcall_param.exp: Same.
2193 * gdb.ada/interface.exp: Same.
2194 * gdb.ada/mod_from_name.exp: Same.
2195 * gdb.ada/null_array.exp: Same.
2196 * gdb.ada/packed_array.exp: Same.
2197 * gdb.ada/packed_tagged.exp: Same.
2198 * gdb.ada/print_chars.exp: Same.
2199 * gdb.ada/print_pc.exp: Same.
2200 * gdb.ada/ptype_arith_binop.exp: Same.
2201 * gdb.ada/ptype_field.exp: Same.
2202 * gdb.ada/ptype_tagged_param.exp: Same.
2203 * gdb.ada/rec_return.exp: Same.
2204 * gdb.ada/ref_tick_size.exp: Same.
2205 * gdb.ada/str_ref_cmp.exp: Same.
2206 * gdb.ada/taft_type.exp: Same.
2207 * gdb.ada/tagged.exp: Same.
2208 * gdb.ada/type_coercion.exp: Same.
2209 * gdb.ada/uninitialized_vars.exp: Same.
2210
22112019-10-30 Tom de Vries <tdevries@suse.de>
2212
2213 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2214
22152019-10-26 Tom de Vries <tdevries@suse.de>
2216
2217 * gdb.base/bigcore.c: Fix typos in comments.
2218 * gdb.base/ctf-ptype.c: Same.
2219 * gdb.base/long_long.c: Same.
2220 * gdb.dwarf2/dw2-op-out-param.S: Same.
2221 * gdb.python/py-evthreads.c: Same.
2222 * gdb.reverse/i387-stack-reverse.c: Same.
2223 * gdb.trace/tfile.c: Same.
2224 * lib/compiler.c: Same.
2225 * lib/compiler.cc: Same.
2226
22272019-10-25 Tom de Vries <tdevries@suse.de>
2228
2229 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2230 gdb_test_multiple calls.
2231 * gdb.reverse/sigall-reverse.exp: Same.
2232 * gdb.reverse/solib-precsave.exp: Same.
2233 * gdb.reverse/solib-reverse.exp: Same.
2234 * gdb.reverse/until-precsave.exp: Same.
2235 * gdb.reverse/until-reverse.exp: Same.
2236
22372019-10-24 Tom de Vries <tdevries@suse.de>
2238
2239 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2240 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2241 kfail using -wrap pattern flag and convenience variable
2242 gdb_test_name.
2243
22442019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2245
2246 * gdb.python/py-progspace.exp: Add tests for the
2247 Progspace.block_for_pc method.
2248
22492019-10-23 Tom Tromey <tom@tromey.com>
2250
2251 * configure: Rebuild.
2252 * aclocal.m4: Use m4_include, not sinclude.
2253
22542019-10-21 Tom de Vries <tdevries@suse.de>
2255
2256 * gdb.base/infcall-nested-structs.c: Add
2257 __attribute__((noinline,noclone)) to all functions.
2258 (call_all): Add missing variable initialization. Simplify return value.
2259 (breakpt): Increment volatile variable, to prevent call from being
2260 optimized out.
2261 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2262
22632019-10-17 Tom de Vries <tdevries@suse.de>
2264
2265 * gdb.fortran/module.exp: Allow info variables to print info for files
2266 other than module.f90.
2267
22682019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2269
2270 * gdb.fortran/module.exp: Extend with 'info variables' test.
2271
22722019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2273
2274 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2275 F77_FOR_TARGET.
2276
22772019-10-16 Tom de Vries <tdevries@suse.de>
2278
2279 PR tdep/25096
2280 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2281
22822019-10-16 Tom de Vries <tdevries@suse.de>
2283
2284 PR tdep/24104
2285 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2286 Add KFAIL for PR tdep/25096.
2287
22882019-10-16 Tom de Vries <tdevries@suse.de>
2289
2290 PR testsuite/25059
2291 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2292
22932019-10-16 Tom de Vries <tdevries@suse.de>
2294
2295 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2296 as signed.
2297
22982019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2299
2300 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2301 one instead of increasing timeout.
2302
23032019-10-13 Tom de Vries <tdevries@suse.de>
2304
2305 PR record/25038
2306 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2307 * gdb.reverse/sigall-reverse.exp: Same.
2308 * gdb.reverse/solib-precsave.exp: Same.
2309 * gdb.reverse/solib-reverse.exp: Same.
2310 * gdb.reverse/step-precsave.exp: Same.
2311 * gdb.reverse/until-precsave.exp: Same.
2312 * gdb.reverse/until-reverse.exp: Same.
2313 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2314
23152019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2316
2317 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2318 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2319 (cmp_struct_05_01, cmp_struct_static_02_01)
2320 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2321 comparisons.
2322
23232019-10-10 Tom de Vries <tdevries@suse.de>
2324
2325 PR testsuite/24888
2326 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2327 gnatlink.
2328
23292019-10-09 Tom de Vries <tdevries@suse.de>
2330
2331 PR testsuite/25048
2332 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2333
23342019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2335
2336 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2337 exceptions due to missing debug information.
2338
23392019-10-07 Tom de Vries <tdevries@suse.de>
2340
2341 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2342
23432019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2344
2345 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2346 * gdb.base/annota1.exp: Update to use gdb_test_name.
2347
23482019-10-07 Weimin Pan <weimin.pan@oracle.com>
2349
2350 * gdb.base/ctf-whatis.exp: New file.
2351 * gdb.base/ctf-whatis.c: New file.
2352 * gdb.base/ctf-ptype.exp: New file.
2353 * gdb.base/ctf-ptype.c: New file.
2354 * gdb.base/ctf-constvars.exp: New file.
2355 * gdb.base/ctf-constvars.c: New file.
2356 * gdb.base/ctf-cvexpr.exp: New file.
2357
23582019-10-04 Tom de Vries <tdevries@suse.de>
2359
2360 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2361 for loop.
2362
23632019-10-03 Tom Tromey <tom@tromey.com>
2364
2365 PR rust/24976:
2366 * gdb.rust/simple.rs (Union2): New type.
2367 (main): Use Union2.
2368 * gdb.rust/simple.exp: Add test.
2369
23702019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2371
2372 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2373 nested function prefix.
2374
23752019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2376 Richard Bunt <richard.bunt@arm.com>
2377 Andrew Burgess <andrew.burgess@embecosm.com>
2378
2379 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2380 nested functions.
2381 * gdb.fortran/nested-funcs.f90: Update expected results.
2382 * gdb.fortran/nested-funcs-2.exp: New file.
2383 * gdb.fortran/nested-funcs-2.f90: New file.
2384
23852019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2386
2387 * gdb.python/py-parameter.exp: Make test names unique.
2388 * gdb.python/py-template.exp: Likewise.
2389 * gdb.python/py-value.exp: Likewise.
2390
23912019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * gdb.base/break-interp.exp: Reduce test name duplication.
2394 * gdb.base/call-sc.exp: Likewise.
2395 * gdb.base/callfuncs.exp: Likewise.
2396 * gdb.base/charset.exp: Likewise.
2397 * gdb.base/dump.exp: Likewise.
2398 * gdb.base/ena-dis-br.exp: Likewise.
2399 * gdb.base/relational.exp: Likewise.
2400 * gdb.base/step-over-syscall.exp: Likewise.
2401 * gdb.base/structs.exp: Likewise.
2402
24032019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb.linespec/explicit.exp: Make test names unique.
2406 * gdb.linespec/ls-errs.exp: Likewise.
2407
24082019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2409
2410 * gdb.reverse/break-precsave.exp: Make test names unique.
2411 * gdb.reverse/break-reverse.exp: Likewise.
2412 * gdb.reverse/finish-precsave.exp: Likewise.
2413 * gdb.reverse/finish-reverse.exp: Likewise.
2414 * gdb.reverse/machinestate-precsave.exp: Likewise.
2415 * gdb.reverse/machinestate.exp: Likewise.
2416 * gdb.reverse/readv-reverse.exp: Likewise.
2417 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2418 * gdb.reverse/sigall-precsave.exp: Likewise.
2419 * gdb.reverse/sigall-reverse.exp: Likewise.
2420 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2421 * gdb.reverse/watch-precsave.exp: Likewise.
2422 * gdb.reverse/watch-reverse.exp: Likewise.
2423
24242019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2425
2426 * gdb.threads/stop-with-handle.c: New file.
2427 * gdb.threads/stop-with-handle.exp: New file.
2428
24292019-10-03 Tom de Vries <tdevries@suse.de>
2430
2431 PR testsuite/25059
2432 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2433 directory" line to be missing.
2434
24352019-10-03 Tom de Vries <tdevries@suse.de>
2436
2437 PR testsuite/25059
2438 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2439 type optional.
2440
24412019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2442
2443 * gdb.python/py-format-string.c (string.h): New include.
2444 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2445 the same value, for endianness-independence.
2446 * gdb.python/py-format-string.exp (default_regexp_dict)
2447 (test_pretty_structs, test_format): Adjust expected output to the
2448 changed initialization.
2449
24502019-10-02 Tom Tromey <tromey@adacore.com>
2451
2452 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2453
24542019-10-02 Pedro Alves <palves@redhat.com>
2455 Andrew Burgess <andrew.burgess@embecosm.com>
2456
2457 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2458 "print-file-var.h".
2459 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2460 (get_version_1): Print this_version_id and its address.
2461 Add extern "C" wrappers around interface functions.
2462 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2463 "print-file-var.h".
2464 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2465 (get_version_2): Print this_version_id and its address.
2466 Add extern "C" wrappers around interface functions.
2467 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2468 <stddef.h> and "print-file-var.h".
2469 Add extern "C" wrappers around interface functions.
2470 [VERSION_ID_MAIN] (this_version_id): Define.
2471 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2472 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2473 up extern "C" blocks.
2474 * gdb.base/print-file-var.exp (test): New, factored out from top
2475 level.
2476 (top level): Test all combinations of attribute hidden or not,
2477 dlopen or not, and this_version_id symbol in main file or not.
2478 Compile tests as both C++ and C, make test names unique.
2479
24802019-10-01 Tom Tromey <tom@tromey.com>
2481
2482 * gdb.base/style.exp: Test "show logging filename".
2483
24842019-10-01 Tom Tromey <tom@tromey.com>
2485
2486 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2487 * gdb.base/style.exp: Add metadata style test.
2488
24892019-10-01 Tom Tromey <tom@tromey.com>
2490
2491 * gdb.base/style.exp: Test "pwd".
2492
24932019-10-01 Tom Tromey <tom@tromey.com>
2494
2495 * gdb.base/style.exp: Update tests.
2496
24972019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2498
2499 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2500 'six' to unsigned.
2501 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2502 'five'. Use an all-ones bit pattern for each.
2503 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2504 to its changed values.
2505
25062019-09-30 Tom Tromey <tromey@adacore.com>
2507
2508 * gdb.rust/traits.rs: Disable all warnings.
2509
25102019-09-29 Tom de Vries <tdevries@suse.de>
2511
2512 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2513
25142019-09-29 Tom de Vries <tdevries@suse.de>
2515
2516 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2517
25182019-09-27 Tom de Vries <tdevries@suse.de>
2519
2520 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2521
25222019-09-27 Tom de Vries <tdevries@suse.de>
2523
2524 PR record/23188
2525 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2526
25272019-09-26 Tom Tromey <tromey@adacore.com>
2528
2529 * gdb.ada/py_taft.exp: New file.
2530 * gdb.ada/py_taft/main.adb: New file.
2531 * gdb.ada/py_taft/pkg.adb: New file.
2532 * gdb.ada/py_taft/pkg.ads: New file.
2533
25342019-09-24 Tom de Vries <tdevries@suse.de>
2535
2536 PR gdb/24598
2537 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2538
25392019-09-22 Tom de Vries <tdevries@suse.de>
2540
2541 * gdb.base/restore.exp: Allow register variables to be optimized out at
2542 -O0.
2543
25442019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2545
2546 * gdb.arch/spu-info.exp: Remove file.
2547 * gdb.arch/spu-info.c: Remove file.
2548 * gdb.arch/spu-ls.exp: Remove file.
2549 * gdb.arch/spu-ls.c: Remove file.
2550
2551 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2552 * gdb.asm/spu.inc: Remove file.
2553
2554 * gdb.base/dump.exp: Remove support for spu*-*-*.
2555 * gdb.base/stack-checking.exp: Likewise.
2556 * gdb.base/overlays.exp: Likewise.
2557 * gdb.base/ovlymgr.c: Likewise.
2558 * gdb.base/spu.ld: Remove file.
2559
2560 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2561 * gdb.cp/cpexprs.exp: Likewise.
2562 * gdb.cp/exception.exp: Likewise.
2563 * gdb.cp/gdb2495.exp: Likewise.
2564 * gdb.cp/mb-templates.exp: Likewise.
2565 * gdb.cp/pr9167.exp: Likewise.
2566 * gdb.cp/userdef.exp: Likewise.
2567
2568 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2569
2570 * gdb.cell: Remove directory.
2571 * lib/cell.exp: Remove file.
2572
25732019-09-19 Tom de Vries <tdevries@suse.de>
2574
2575 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2576
25772019-09-19 Tom de Vries <tdevries@suse.de>
2578
2579 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2580
25812019-09-19 Tom de Vries <tdevries@suse.de>
2582
2583 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2584 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2585 (gdb_target_cmd): ... here.
2586 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2587 value 2.
2588
25892019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2590
2591 * gdb.base/source-dir.exp: Avoid having directory names in test
2592 names.
2593
25942019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2595
2596 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2597 directory.
2598
25992019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2600
2601 * gdb.base/list-missing-source.exp: New file.
2602
26032019-09-14 Tom de Vries <tdevries@suse.de>
2604
2605 PR teststuite/24599
2606 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2607 * lib/ada.exp (gnatmake_version_at_least): New proc.
2608
26092019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2610
2611 * gdb.base/maint.exp: Use exec_has_index_section.
2612
26132019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2614
2615 * gdb.base/maint.exp: Add test for 'maint info sections'.
2616
26172019-09-12 Tom de Vries <tdevries@suse.de>
2618
2619 * gdb.base/store.exp: Allow register variables to be optimized out at
2620 -O0.
2621
26222019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2623
2624 * gdb.ada/rdv_wait.exp: Update to new task names.
2625 * gdb.base/task_switch_in_core.exp: Likewise.
2626 * gdb.base/info_sources_base.c: Likewise.
2627
26282019-09-10 Tom Tromey <tromey@adacore.com>
2629
2630 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2631
26322019-09-10 Tom Tromey <tromey@adacore.com>
2633
2634 * gdb.ada/dgopt.exp: New file.
2635 * gdb.ada/dgopt/x.adb: New file.
2636
26372019-09-08 Tom Tromey <tom@tromey.com>
2638
2639 * gdb.tui/resize.exp: Remove setup_xfail.
2640 * gdb.tui/regs.exp: Remove setup_xfail.
2641 * gdb.tui/basic.exp: Remove setup_xfail.
2642
26432019-09-06 David Blaikie <dblaikie@gmail.com>
2644
2645 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2646 * gdb.cp/cplabel.exp: Ditto.
2647 * gdb.linespec/ls-errs.exp: Ditto.
2648
26492019-09-05 Tom de Vries <tdevries@suse.de>
2650
2651 * lib/gdb.exp (cmp_file_string): New proc.
2652 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2653 runto_main. Verify save breakpoints output.
2654
26552019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2656
2657 * gdb.base/info-var.exp: Test info variables without running
2658 to main, to avoid expect's buffer overflow.
2659
26602019-09-03 Tom Tromey <tromey@adacore.com>
2661
2662 * gdb.ada/bias.exp: New file.
2663 * gdb.ada/bias/bias.adb: New file.
2664 * gdb.ada/print_chars.exp: Add regression test.
2665 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2666 (MC): New variable.
2667
26682019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2669
2670 * gdb.base/argv0-symlink.exp: Run only on native target
2671 and local host.
2672
26732019-08-29 Tom de Vries <tdevries@suse.de>
2674
2675 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2676 diverse debug info.
2677 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2678
26792019-08-28 Tom de Vries <tdevries@suse.de>
2680
2681 * gdb.base/info-var.exp: Allow info variables to print info for files
2682 other than info-var-f1.c and info-var-f2.c.
2683
26842019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 * gdb.fortran/info-types.exp: Add module.
2687 * gdb.fortran/info-types.f90: Update expected results.
2688
26892019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2690
2691 * gdb.fortran/info-types.exp: New file.
2692 * gdb.fortran/info-types.f90: New file.
2693 * lib/fortran.exp (fortran_character1): New proc.
2694
26952019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2696
2697 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2698 functions'. Reindent as needed.
2699 * gdb.base/info-var-f1.c: New file.
2700 * gdb.base/info-var-f2.c: New file.
2701 * gdb.base/info-var.exp: New file.
2702 * gdb.base/info-var.h: New file.
2703
27042019-08-26 Tom de Vries <tdevries@suse.de>
2705
2706 PR c++/24852
2707 * gdb.cp/no-libstdcxx-probe.exp: New test.
2708
27092019-08-26 Tom de Vries <tdevries@suse.de>
2710
2711 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2712 * tests need to be skipped.
2713 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2714 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2715 mi_skip_libstdcxx_probe_tests.
2716
27172019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2718
2719 * gdb.python/py-xmethods.exp: Use raw strings when passing
2720 arguments to SimpleXMethodMatcher.
2721
27222019-08-22 Tom de Vries <tdevries@suse.de>
2723
2724 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2725 more informative.
2726
27272019-08-21 Pedro Alves <palves@redhat.com>
2728
2729 * gdb.base/with.exp: Test "with" with no arguments.
2730
27312019-08-21 Tom de Vries <tdevries@suse.de>
2732
2733 * gdb.base/gdb-caching-proc.exp: Sort files.
2734
27352019-08-20 Tom de Vries <tdevries@suse.de>
2736
2737 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2738 compilation.
2739
27402019-08-16 Tom de Vries <tdevries@suse.de>
2741
2742 * gdb.base/compare-sections.exp ("after run to main"): Allow
2743 mismatched read-only sections for PIE executables.
2744
27452019-08-16 Tom Tromey <tom@tromey.com>
2746
2747 * lib/tuiterm.exp (_csi_Z): New proc.
2748 * gdb.tui/basic.exp: Update window positions.
2749 * gdb.tui/empty.exp: Update window positions.
2750
27512019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2752
2753 * gdb.base/examine-backward.exp: Correct regexp for
2754 "examine 3 bytes backward from ${address_zero}".
2755
27562019-08-15 Tom Tromey <tom@tromey.com>
2757
2758 * gdb.tui/empty.exp: Enable resizing tests.
2759
27602019-08-15 Tom Tromey <tromey@adacore.com>
2761
2762 * gdb.ada/char_enum.exp: Add regression tests.
2763 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2764 and '0'.
2765 (Char, Gchar): Update.
2766 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2767
27682019-08-15 Christian Biesinger <cbiesinger@google.com>
2769
2770 * gdb.python/python.exp: Expect a leading underscore on
2771 GdbOutput{,Error}File.
2772
27732019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2774
2775 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2776 Windows host.
2777
27782019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2779
2780 * gdb.base/batch-preserve-term-settings.exp
2781 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2782
27832019-08-15 Christian Biesinger <cbiesinger@google.com>
2784
2785 * lib/gdb.exp: When running on a mingw target, replace
2786 /x/ with x:/.
2787
27882019-08-14 Alan Hayward <alan.hayward@arm.com>
2789
2790 * gdb.arch/aarch64-prologue.c: New test.
2791 * gdb.arch/aarch64-prologue.exp: New file.
2792
27932019-08-13 Tom de Vries <tdevries@suse.de>
2794
2795 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2796 Thread.
2797
27982019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2799
2800 * gdb.python/py-completion.exp: Download the .py file to the host
2801 and use its host pathname. Conditionalize tests that use
2802 tab completion and manipulate files on the build machine.
2803 * gdb.python/py-events.exp: Download the .py file to the host
2804 and use its host pathname.
2805 * gdb.python/py-evsignal.exp: Likewise.
2806 * gdb.python/py-evthreads.exp: Likewise.
2807 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2808 pathname syntax.
2809 * gdb.python/py-framefilter.exp: Download the .py file to the right
2810 place on the host. Match Windows pathname syntax.
2811 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2812 .py file to the host and use its host pathname.
2813 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2814 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2815 build pathname. Skip symlink test on Windows host. Add missing
2816 newline at end of file.
2817 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2818 and use its host pathname.
2819 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2820 * gdb.python/py-section-script.exp: Use host location of binfile
2821 on safe-path. Use correct path separator on Windows host.
2822 Reorder alternatives in gdb_test_multiple to prevent matching
2823 the wrong alternative on success.
2824 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2825
28262019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2827
2828 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2829 expect the GDB inferior to no longer immediately stop after
2830 being resumed with "signal SIGINT".
2831
28322019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2833
2834 * gdb.linespec/break-ask.exp: Generalize regexps to match
2835 Windows pathnames too.
2836
28372019-08-08 Tom de Vries <tdevries@suse.de>
2838
2839 PR testsuite/24862
2840 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2841
28422019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2843
2844 * gdb.base/style.exp: Update tests for help doc new invariants.
2845 * gdb.base/help.exp: Likewise.
2846
28472019-08-06 Tom Tromey <tom@tromey.com>
2848
2849 * gdb.base/style.exp: Add disassemble test.
2850 * gdb.base/style.c (some_called_function): New function.
2851 (main): Use it.
2852
28532019-08-05 Christian Biesinger <cbiesinger@google.com>
2854
2855 * gdb.python/py-block.exp: Test dictionary access on blocks.
2856
28572019-08-05 Simon Marchi <simon.marchi@efficios.com>
2858
2859 PR gdb/24863
2860 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2861 -list-thread-groups --available test when running under
2862 check-read1.
2863
28642019-08-05 Tom de Vries <tdevries@suse.de>
2865
2866 PR testsuite/24863
2867 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2868 * gdb.base/help.exp: Use with_read1_timeout_factor.
2869 * gdb.base/info-macros.exp: Same.
2870 * gdb.cp/nested-types.exp: Same.
2871
28722019-08-05 Tom de Vries <tdevries@suse.de>
2873
2874 * lib/gdb.exp (version_at_least): Factor out of ...
2875 (tcl_version_at_least): ... here.
2876 (gdb_compile): Fail if pie results in non-PIE executable.
2877 (readelf_version, readelf_prints_pie): New proc.
2878 (exec_is_pie): Return -1 if unknown.
2879
28802019-08-05 Tom de Vries <tdevries@suse.de>
2881
2882 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2883
28842019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2885
2886 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2887
28882019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2889
2890 * lib/completion-support.exp (test_gdb_complete_none): Skip
2891 tab completion tests if no readline support.
2892 (test_gdb_complete_unique_re): Likewise.
2893 (test_gdb_complete_multiple): Likewise.
2894
28952019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2896
2897 * gdb.base/info_sources.exp: New file.
2898 * gdb.base/info_sources.c: New file.
2899 * gdb.base/info_sources_base.c: New file.
2900
29012019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2902
2903 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2904 prefix argument.
2905 (test_exit_status): Add prefix argument.
2906
29072019-08-01 Tom de Vries <tdevries@suse.de>
2908
2909 PR testsuite/24863
2910 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2911 calling exp_continue for new thread and thread exited messages.
2912
29132019-08-01 Tom de Vries <tdevries@suse.de>
2914
2915 PR testsuite/24863
2916 * gdb.base/structs.exp: Fix check-read1 timeout using
2917 gdb_test_sequence.
2918 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2919
29202019-08-01 Tom de Vries <tdevries@suse.de>
2921
2922 PR testsuite/24863
2923 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2924 line.
2925
29262019-08-01 Tom de Vries <tdevries@suse.de>
2927
2928 PR testsuite/24863
2929 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2930
29312019-07-30 Tom Tromey <tromey@adacore.com>
2932
2933 * gdb.ada/display_nested.exp: New file.
2934 * gdb.ada/display_nested/foo.adb: New file.
2935 * gdb.ada/display_nested/pack.adb: New file.
2936 * gdb.ada/display_nested/pack.ads: New file.
2937
29382019-07-30 Christian Biesinger <cbiesinger@google.com>
2939
2940 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2941 namespace.
2942 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2943
29442019-07-30 Tom de Vries <tdevries@suse.de>
2945
2946 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2947 instead.
2948
29492019-07-30 Tom de Vries <tdevries@suse.de>
2950
2951 PR testsuite/24834
2952 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2953 (exec_is_pie): New proc.
2954
29552019-07-29 Christian Biesinger <cbiesinger@google.com>
2956
2957 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2958
29592019-07-29 Christian Biesinger <cbiesinger@google.com>
2960
2961 * gdb.python/py-objfile.c: Add global and static vars.
2962 * gdb.python/py-objfile.exp: Test new functions Objfile.
2963 lookup_global_symbol and lookup_static_symbol.
2964
29652019-07-29 Tom Tromey <tom@tromey.com>
2966
2967 * lib/tuiterm.exp (Term::_csi_@): New proc.
2968 (Term::_csi_X): Don't move cursor.
2969
29702019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2971
2972 * gdb.base/options.exp: Update backtrace - completion to
2973 new option -frame-info.
2974 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2975 Test new 'set print frame-info'. Test backtrace -frame-info
2976 overriding 'set print frame-info'.
2977 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2978 Test new 'set print frame-info'.
2979 Verify consistency of backtrace with and without filters, with and
2980 without -no-filters.
2981 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2982 default.
2983
29842019-07-29 Tom de Vries <tdevries@suse.de>
2985
2986 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2987 no arguments".
2988
29892019-07-29 Tom de Vries <tdevries@suse.de>
2990
2991 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2992 is a substring of the first for "complete non-unique file name".
2993
29942019-07-29 Tom de Vries <tdevries@suse.de>
2995
2996 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2997 with ".*".
2998
29992019-07-29 Tom de Vries <tdevries@suse.de>
3000
3001 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3002 Pass prompt_regexp parameter to gdb_test_multiple calls.
3003
30042019-07-29 Tom de Vries <tdevries@suse.de>
3005
3006 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3007 print registers" regexps.
3008
30092019-07-29 Tom de Vries <tdevries@suse.de>
3010
3011 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3012
30132019-07-29 Tom de Vries <tdevries@suse.de>
3014
3015 PR gdb/24855
3016 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3017 (skip_python_tests_prompt): Add prompt_regexp argument to
3018 gdb_test_multiple calls.
3019
30202019-07-27 Tom Tromey <tom@tromey.com>
3021
3022 * gdb.tui/main.exp: New file.
3023
30242019-07-27 Tom Tromey <tom@tromey.com>
3025
3026 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3027 optional.
3028 * gdb.tui/empty.exp: New file.
3029
30302019-07-27 Tom Tromey <tom@tromey.com>
3031
3032 * lib/tuiterm.exp (spawn): New proc.
3033 (Term::resize): New proc.
3034 * gdb.tui/resize.exp: New file.
3035
30362019-07-27 Tom Tromey <tom@tromey.com>
3037
3038 * gdb.tui/list.exp: New file.
3039
30402019-07-27 Tom Tromey <tom@tromey.com>
3041
3042 * gdb.tui/regs.exp: New file.
3043
30442019-07-27 Tom Tromey <tom@tromey.com>
3045
3046 * gdb.tui/basic.exp: Add "layout split" test.
3047
30482019-07-27 Tom Tromey <tom@tromey.com>
3049
3050 * gdb.tui/basic.exp: Add "layout asm" test.
3051
30522019-07-27 Tom Tromey <tom@tromey.com>
3053
3054 * lib/tuiterm.exp: New file.
3055 * gdb.tui/basic.exp: New file.
3056
30572019-07-27 Kevin Buettner <kevinb@redhat.com>
3058
3059 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3060 Enable tests associated with this flag. Adjust regex
3061 referencing "foo_low" to now refer to "foo_cold" instead.
3062
30632019-07-27 Kevin Buettner <kevinb@redhat.com>
3064
3065 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3066 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3067 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3068 foo_cold. Revise comments to match.
3069 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3070 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3071 were wrapped into this proc; Call do_test in loop from outermost
3072 level.
3073 (foo_low): Rename all occurrences to "foo_cold".
3074 (backtrace from baz): New test.
3075 (x2/i foo_cold): New test.
3076 (info line *foo_cold): New test.
3077
30782019-07-26 Tom de Vries <tdevries@suse.de>
3079
3080 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3081
30822019-07-25 Tom de Vries <tdevries@suse.de>
3083
3084 PR testsuite/24830
3085 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3086 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3087 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3088 (skip_libstdcxx_probe_tests): ... here.
3089 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3090
30912019-07-24 Tom de Vries <tdevries@suse.de>
3092
3093 PR testsuite/24807
3094 * gdb.objc/basicclass.m: Include stdio.h.
3095 * gdb.objc/nondebug.m: Same.
3096 * gdb.objc/objcdecode.m: Same.
3097
30982019-07-24 Tom de Vries <tdevries@suse.de>
3099
3100 PR testsuite/24612
3101 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3102 additional_flags.
3103
31042019-07-24 Tom de Vries <tdevries@suse.de>
3105
3106 PR testsuite/24831
3107 * gdb.multi/tids.exp: Update error messages for info threads.
3108
31092019-07-24 Tom de Vries <tdevries@suse.de>
3110
3111 * gdb.base/info-types.exp: Allow info types to print info for more than
3112 one file.
3113
31142019-07-23 Tom de Vries <tdevries@suse.de>
3115
3116 PR testsuite/24842
3117 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3118 gdb_spawn_with_cmdline_opts.
3119
31202019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3121
3122 * gdb.arch/arm-cmse-sgstubs.c: New test.
3123 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3124
31252019-07-23 Tom de Vries <tdevries@suse.de>
3126
3127 PR testsuite/24711
3128 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3129 issuing next command.
3130
31312019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3132
3133 * gdb.ada/info_auto_lang.exp: Update expected results.
3134 * gdb.base/info-types.c: Add additional types to check.
3135 * gdb.base/info-types.exp: Update expected results.
3136
31372019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3138
3139 * gdb.base/info-types.c: New file.
3140 * gdb.base/info-types.exp: New file.
3141
31422019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3143
3144 * gdb.arch/riscv-bp-infcall.c: New file.
3145 * gdb.arch/riscv-bp-infcall.exp: New file.
3146
31472019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3148
3149 PR breakpoints/24541
3150 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3151
31522019-07-14 Tom de Vries <tdevries@suse.de>
3153
3154 PR testsuite/24760
3155 * gdb.objc/basicclass.exp: Fix unterminated string.
3156
31572019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3158 Andrew Burgess <andrew.burgess@embecosm.com>
3159
3160 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3161 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3162 negative bounds.
3163 * gdb.fortran/vla-value.exp: Print elements of an array with
3164 negative bounds.
3165 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3166 testing.
3167
31682019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3169
3170 * gdb.base/options.exp (expect_string): Dequote strings in
3171 results.
3172 (test-string): Test strings with different quoting and reindent.
3173
31742019-07-10 Tom Tromey <tromey@adacore.com>
3175
3176 * gdb.ada/mi_ex_cond.exp: Update expected results.
3177 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3178 * gdb.ada/mi_catch_ex.exp: Update expected results.
3179 * gdb.ada/mi_catch_assert.exp: Update expected results.
3180 * gdb.ada/catch_ex.exp (catch_exception_info)
3181 (catch_exception_entry, catch_assert_entry)
3182 (catch_unhandled_entry): Update.
3183 * gdb.ada/catch_assert_if.exp: Update expected results.
3184
31852019-07-10 Richard Bunt <richard.bunt@arm.com>
3186 Stephen Roberts <stephen.roberts@arm.com>
3187
3188 * gdb.base/define.exp: Restore original prompt.
3189
31902019-07-09 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3193 breakpoints" output.
3194 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3195 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3196 throw" creates breakpoint.
3197 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3198 'type="catchpoint"'.
3199
32002019-07-09 Pedro Alves <palves@redhat.com>
3201
3202 PR c++/15468
3203 * gdb.cp/except-multi-location-lib.cc: New.
3204 * gdb.cp/except-multi-location-main.cc: New.
3205 * gdb.cp/except-multi-location.exp: New.
3206
32072019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3208
3209 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3210 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3211 argument and update callers.
3212
32132019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3214
3215 * gdb.arch/amd64-break-on-asm-line.S: New file.
3216 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3217
32182019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3219
3220 * gdb.base/printcmds.exp: Test printing C string and
3221 C wide string convenience vars without transiting via the inferior.
3222 Also make test names unique.
3223
32242019-07-08 Alan Hayward <alan.hayward@arm.com>
3225
3226 PR breakpoints/25011
3227 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3228
32292019-07-04 Pedro Alves <palves@redhat.com>
3230
3231 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3232 body returned ok(0), break(3) or continue(4).
3233 * gdb.testsuite/foreach_with_prefix.exp: New file.
3234
32352019-07-04 Alan Hayward <alan.hayward@arm.com>
3236
3237 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3238
32392019-07-03 Pedro Alves <palves@redhat.com>
3240
3241 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3242 "return -code".
3243
32442019-07-03 Pedro Alves <palves@redhat.com>
3245
3246 PR cli/24732
3247 * gdb.base/shell.exp: Load completion-support.exp.
3248 Adjust expected error output. Add completion tests.
3249
32502019-07-03 Pedro Alves <palves@redhat.com>
3251
3252 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3253 string_to_regexp.
3254
32552019-07-03 Pedro Alves <palves@redhat.com>
3256
3257 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3258 (expect_integer): Adjust to expect "-string".
3259 (expect_string): New.
3260 (all_options): Expect "-string".
3261 (test-flag, test-boolean): Adjust to expect "-string".
3262 (test-string): New proc.
3263 (top level): Call it.
3264
32652019-07-03 Pedro Alves <palves@redhat.com>
3266
3267 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3268 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3269 the expected output in the success.
3270
32712019-07-03 Pedro Alves <palves@redhat.com>
3272
3273 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3274 Split one gdb_test_multiple call in two to avoid a race.
3275
32762019-07-03 Pedro Alves <palves@redhat.com>
3277
3278 * gdb.base/with.c: New file.
3279 * gdb.base/with.exp: New file.
3280
32812019-07-03 Pedro Alves <palves@redhat.com>
3282
3283 * gdb.base/settings.exp: Replace all references to "maint
3284 test-settings set" with references to "maint set test-settings",
3285 and all references to "maint test-settings show" with references
3286 to "maint show test-settings".
3287
32882019-07-03 Pedro Alves <palves@redhat.com>
3289
3290 * gdb.base/settings.exp (test-string): Adjust expected out when
3291 testing "maint test-settings show filename"
3292
32932019-07-02 Pedro Alves <palves@redhat.com>
3294
3295 * gdb.base/options.exp (test-info-threads): New procedure.
3296 (top level): Call it.
3297
32982019-06-28 Tom Tromey <tromey@adacore.com>
3299
3300 * gdb.dwarf2/ada-linkage-name.c: New file.
3301 * gdb.dwarf2/ada-linkage-name.exp: New file.
3302
33032019-06-27 Tom Tromey <tromey@adacore.com>
3304
3305 PR c++/20020:
3306 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3307
33082019-06-26 Tom de Vries <tdevries@suse.de>
3309
3310 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3311
33122019-06-26 Tom de Vries <tdevries@suse.de>
3313
3314 * gdb.base/index-cache.exp: Add back missing debug option.
3315
33162019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3317
3318 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3319
33202019-06-25 Tom de Vries <tdevries@suse.de>
3321
3322 PR testsuite/24727
3323 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3324
33252019-06-24 Tom de Vries <tdevries@suse.de>
3326
3327 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3328
33292019-06-24 Tom de Vries <tdevries@suse.de>
3330
3331 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3332 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3333 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3334
33352019-06-24 Tom de Vries <tdevries@suse.de>
3336
3337 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3338
33392019-06-21 Tom de Vries <tdevries@suse.de>
3340
3341 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3342
33432019-06-21 Tom de Vries <tdevries@suse.de>
3344
3345 PR testsuite/24518
3346 PR ada/24713
3347 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3348 index.
3349
33502019-06-19 Tom Tromey <tromey@adacore.com>
3351
3352 * gdb.ada/length_cond.exp: Add intro comment.
3353
33542019-06-19 Tom Tromey <tromey@adacore.com>
3355
3356 * gdb.ada/length_cond.exp: New file.
3357 * gdb.ada/length_cond/length_cond.adb: New file.
3358 * gdb.ada/length_cond/pck.adb: New file.
3359 * gdb.ada/length_cond/pck.ads: New file.
3360
33612019-06-18 Tom de Vries <tdevries@suse.de>
3362
3363 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3364
33652019-06-18 Tom Tromey <tromey@adacore.com>
3366
3367 * gdb.base/list0.h: Add comment explaining control character.
3368
33692019-06-18 Tom de Vries <tdevries@suse.de>
3370
3371 * boards/fission.exp: Break up long debug_flags line.
3372
33732019-06-16 Tom de Vries <tdevries@suse.de>
3374
3375 PR gdb/24445
3376 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3377 generated index.
3378
33792019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3380
3381 PR gdb/24686
3382 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3383 improve detection of bug gdb/24541.
3384
33852019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3386
3387 PR gdb/24669
3388 * gdb.base/index-cache.exp (uses_readnow,
3389 expecting_index_cache_use): Define global variable.
3390 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3391 expecting_index_cache_use.
3392
33932019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3394 Andrew Burgess <andrew.burgess@embecosm.com>
3395
3396 * gdb.fortran/pointers.f90: New file.
3397 * gdb.fortran/print_type.exp: New file.
3398 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3399 * gdb.fortran/vla-type.exp: Likewise.
3400 * gdb.fortran/vla-value.exp: Likewise.
3401 * gdb.mi/mi-vla-fortran.exp: Likewise.
3402
34032019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3404
3405 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3406 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3407 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3408 as a stop reason.
3409
34102019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3411
3412 * gdb.base/annota1.exp: Update expected results.
3413 * gdb.cp/annota2.exp: Likewise.
3414 * gdb.cp/annota3.exp: Likewise.
3415
34162019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3417
3418 * gdb.base/style-logging.exp: Remove path from test name.
3419
34202019-06-14 Tom Tromey <tromey@adacore.com>
3421
3422 PR gdb/24502:
3423 * gdb.base/style-logging.exp: New file.
3424
34252019-06-14 Tom Tromey <tromey@adacore.com>
3426
3427 * gdb.base/symfile-warn.exp: New file.
3428 * gdb.base/symfile-warn.c: New file.
3429
34302019-06-14 Tom Tromey <tromey@adacore.com>
3431
3432 * gdb.base/annotate-symlink.exp: New file.
3433
34342019-06-14 Tom Tromey <tromey@adacore.com>
3435
3436 * gdb.ada/set_wstr.exp: Add reassignment test.
3437
34382019-06-14 Tom Tromey <tromey@adacore.com>
3439
3440 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3441 'unchecked_access and 'unrestricted_access as well.
3442
34432019-06-14 Tom Tromey <tromey@adacore.com>
3444
3445 PR ada/24539:
3446 * gdb.ada/vla.exp: Update tests.
3447 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3448 pragma.
3449
34502019-06-13 Pedro Alves <palves@redhat.com>
3451
3452 * gdb.base/settings.exp (test-integer): Test junk after
3453 "unlimited".
3454
34552019-06-13 Pedro Alves <palves@redhat.com>
3456
3457 * gdb.base/options.exp (test-thread-apply): New.
3458 (top level): Call it.
3459
34602019-06-13 Pedro Alves <palves@redhat.com>
3461
3462 * gdb.base/options.exp (test-frame-apply): New.
3463 (top level): Test print commands with different "frame apply"
3464 prefixes.
3465
34662019-06-13 Pedro Alves <palves@redhat.com>
3467
3468 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3469 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3470 'max_completions' parameter and handle it.
3471 (test_gdb_completion_offers_commands): New.
3472
34732019-06-13 Pedro Alves <palves@redhat.com>
3474
3475 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3476
34772019-06-13 Pedro Alves <palves@redhat.com>
3478
3479 * gdb.base/options.exp (test-backtrace): New.
3480 (top level): Call it.
3481
34822019-06-13 Pedro Alves <palves@redhat.com>
3483
3484 * gdb.guile/scm-frame-args.exp: Use "set print
3485 raw-frame-arguments" instead of "set print raw frame-arguments".
3486 * gdb.python/py-frame-args.exp: Likewise.
3487
34882019-06-13 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.compile/compile.exp: Adjust expected output to option
3491 processing changes.
3492
34932019-06-13 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.base/options.exp: Build executable.
3496 (test-print): New procedure.
3497 (top level): Call it, once for "print" and another for "compile
3498 print".
3499
35002019-06-13 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.base/options.c: New file.
3503 * gdb.base/options.exp: New file.
3504
35052019-06-13 Pedro Alves <palves@redhat.com>
3506
3507 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3508 that "o" is ambiguous.
3509
35102019-06-13 Pedro Alves <palves@redhat.com>
3511
3512 * gdb.base/settings.c: New file.
3513 * gdb.base/settings.exp: New file.
3514
35152019-06-13 Pedro Alves <palves@redhat.com>
3516
3517 * gdb.base/completion.exp: Fix comment typo.
3518
35192019-06-13 Pedro Alves <palves@redhat.com>
3520
3521 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3522 foo --1" test.
3523
35242019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3525
3526 * gdb.fortran/block-data.f: New.
3527 * gdb.fortran/block-data.exp: New.
3528
35292019-06-11 Tom de Vries <tdevries@suse.de>
3530
3531 PR testsuite/24521
3532 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3533 message.
3534
35352019-06-11 Tom de Vries <tdevries@suse.de>
3536
3537 PR testsuite/24521
3538 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3539
35402019-06-11 Tom de Vries <tdevries@suse.de>
3541
3542 * boards/readnow.exp: New file.
3543
35442019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3545
3546 * gdb.fortran/vla-sizeof.exp: Update expected results.
3547
35482019-06-06 Amos Bird <amosbird@gmail.com>
3549
3550 * gdb.base/annota1.exp (thread_switch): Add test for
3551 thread-exited annotation.
3552
35532019-06-06 Tom Tromey <tromey@adacore.com>
3554
3555 * gdb.base/maint.exp: Expect command started/finished output.
3556
35572019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3558
3559 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3560 comment.
3561 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3562
35632019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3566 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3567 * gdb.arch/riscv-unwind-long-insn.c: New file.
3568 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3569
35702019-06-04 Christian Biesinger <cbiesinger@google.com>
3571
3572 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3573
35742019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3575
3576 * lib/gdb.exp (help_list_trailer): New regexp variable
3577 factorizing the help trailer message.
3578 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3579 arg to allow to better factorize various tests.
3580 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3581 (test_prefix_command_help): Use help_list_trailer.
3582 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3583 * gdb.guile/scm-cmd.exp: Likewise.
3584 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3585 * gdb.base/help.exp: Use test_user_defined_class_help.
3586 * gdb.base/style.exp: Add tests for styling of help and apropos.
3587 * lib/gdb-utils.exp (style): Add title and highlight styles.
3588
35892019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3590
3591 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3592 $_shell_exitsignal.
3593 * gdb.base/default.exp: Update for new convenience variables.
3594
35952019-05-29 Tom Tromey <tromey@adacore.com>
3596
3597 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3598 to "break complete ada" test case's regexp.
3599
36002019-05-29 Tom Tromey <tromey@adacore.com>
3601
3602 PR c++/20020:
3603 * gdb.cp/constexpr-field.exp: New file.
3604 * gdb.cp/constexpr-field.cc: New file.
3605
36062019-05-29 Tom Tromey <tromey@adacore.com>
3607
3608 * gdb.base/finish.exp (finish_no_print): New proc.
3609 (finish_tests): Call it.
3610
36112019-05-24 Tom de Vries <tdevries@suse.de>
3612
3613 * gdb.dwarf2/gdb-add-index.exp: New file.
3614
36152019-05-22 Tom Tromey <tromey@adacore.com>
3616
3617 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3618 * gdb.base/style.exp: Use "style".
3619 * lib/gdb-utils.exp (style): New proc.
3620
36212019-05-22 Tom de Vries <tdevries@suse.de>
3622
3623 * gdb.base/align.exp: Require c++11.
3624
36252019-05-22 Tom de Vries <tdevries@suse.de>
3626
3627 PR testsuite/24586
3628 * gdb.python/py-mi-var-info-path-expression.exp: Call
3629 mi_skip_python_tests to check if python is supported.
3630
36312019-05-22 Alan Hayward <alan.hayward@arm.com>
3632
3633 * gdb.arch/aarch64-pauth.c: New test.
3634 * gdb.arch/aarch64-pauth.exp: New file.
3635
36362019-05-22 Alan Hayward <alan.hayward@arm.com>
3637
3638 * README (Re-running Tests Outside The Testsuite): New section.
3639
36402019-05-21 Tom de Vries <tdevries@suse.de>
3641
3642 * gdb.arch/amd64-eval.exp: Require c++11.
3643 * gdb.base/max-depth.exp: Same.
3644 * gdb.compile/compile-cplus-array-decay.exp: Same.
3645 * gdb.cp/meth-typedefs.exp: Same.
3646 * gdb.cp/subtypes.exp: Same.
3647 * gdb.cp/temargs.exp: Same.
3648
36492019-05-21 Alan Hayward <alan.hayward@arm.com>
3650
3651 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3652
36532019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3654
3655 PR gdb/18644
3656 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3657 * gdb.fortran/printing-types.exp: Add new test.
3658 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3659 testing.
3660 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3661 setup_kfail call.
3662
36632019-05-17 Alan Hayward <alan.hayward@arm.com>
3664
3665 * README (Running the Testsuite): Change example.
3666 (Testsuite Parameters): Remove TRANSCRIPT.
3667 * lib/gdb.exp: Remove TRANSCRIPT check.
3668
36692019-05-17 Alan Hayward <alan.hayward@arm.com>
3670
3671 * README (Testsuite Parameters): Add replay logging to
3672 GDBSERVER_DEBUG.
3673 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3674 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3675 as a comma separated list.
3676 (gdb_debug_init): Override procedure.
3677
36782019-05-17 Alan Hayward <alan.hayward@arm.com>
3679
3680 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3681 (gdb_write_cmd_file): New procedure.
3682 * lib/gdbserver-support.exp (gdbserver_start): Call
3683 gdbserver_write_cmd_file.
3684 (gdbserver_write_cmd_file): New procedure.
3685
36862019-05-17 Alan Hayward <alan.hayward@arm.com>
3687
3688 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3689 (delete_breakpoints): Likewise.
3690 (gdb_run_cmd): Likewise.
3691 (gdb_start_cmd): Likewise.
3692 (gdb_starti_cmd): Likewise.
3693 (gdb_internal_error_resync): Likewise.
3694 (gdb_test_multiple): Likewise.
3695 (gdb_reinitialize_dir): Likewise.
3696 (default_gdb_exit): Likewise.
3697 (gdb_file_cmd): Mark kill as optional.
3698 (default_gdb_start): Call gdb_stdin_log_init.
3699 (send_gdb): Call gdb_stdin_log_write.
3700 (rerun_to_main): Mark Y as an answer.
3701 (gdb_stdin_log_init): New function.
3702 (gdb_stdin_log_write): Likewise.
3703
37042019-05-17 Alan Hayward <alan.hayward@arm.com>
3705
3706 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3707 * gdb.base/debug-expr.exp: Likewise.
3708 * gdb.base/foll-fork.exp: Likewise.
3709 * gdb.base/foll-vfork.exp: Likewise.
3710 * gdb.base/fork-print-inferior-events.exp: Likewise.
3711 * gdb.base/gdb-sigterm.exp: Likewise.
3712 * gdb.base/gdbinit-history.exp: Likewise.
3713 * gdb.base/osabi.exp: Likewise.
3714 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3715 * gdb.base/ui-redirect.exp: Likewise.
3716 * gdb.gdb/unittest.exp: Likewise.
3717 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3718 * gdb.mi/mi-watch.exp: Likewise.
3719 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3720 * gdb.mi/user-selected-context-sync.exp: Likewise.
3721 * gdb.python/python.exp: Disable debug test when debugging.
3722 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3723 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3724 Likewise.
3725 * gdb.threads/stepi-random-signal.exp: Likewise.
3726
37272019-05-17 Alan Hayward <alan.hayward@arm.com>
3728
3729 * Makefile.in: Pass through GDB_DEBUG.
3730 * README (Testsuite Parameters): Add GDB_DEBUG.
3731 (gdb,debug): Add board setting.
3732 * lib/gdb.exp (default_gdb_start): Start debugging.
3733 (gdb_debug_enabled): New procedure.
3734 (gdb_debug_init): Likewise.
3735
37362019-05-17 Alan Hayward <alan.hayward@arm.com>
3737
3738 * Makefile.in: Pass through GDB_DEBUG.
3739 * README (Testsuite Parameters): Add GDB_DEBUG.
3740 (gdb,debug): Add board setting.
3741 * lib/gdb.exp (default_gdb_start): Start debugging.
3742 (gdb_debug_enabled): New procedure.
3743 (gdb_debug_init): Likewise.
3744
37452019-05-17 Alan Hayward <alan.hayward@arm.com>
3746
3747 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3748
37492019-05-17 Alan Hayward <alan.hayward@arm.com>
3750
3751 * gdb.base/ui-redirect.exp: Test redirection.
3752
37532019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3754
3755 * gdb.mi/mi-complete.exp: New file.
3756 * gdb.mi/mi-complete.cc: Likewise.
3757
37582019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3759
3760 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3761 indexed and sliced arrays, and pointers to arrays.
3762
37632019-05-14 Tom Tromey <tromey@adacore.com>
3764
3765 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3766 styling test.
3767
37682019-05-14 Tom de Vries <tdevries@suse.de>
3769
3770 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3771 selection entry encoding.
3772
37732019-05-10 Tom Tromey <tromey@adacore.com>
3774
3775 * gdb.ada/info_exc.exp: Add "complete" test.
3776
37772019-05-09 Tom de Vries <tdevries@suse.de>
3778
3779 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3780 CU-relative.
3781
37822019-05-09 Tom de Vries <tdevries@suse.de>
3783
3784 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3785 CU-relative.
3786
37872019-05-08 Joel Brobecker <brobecker@adacore.com>
3788
3789 * gdb.ada/frame_arg_lang.exp: New testcase.
3790 * gdb.ada/frame_arg_lang/bla.adb: New file.
3791 * gdb.ada/frame_arg_lang/pck.ads: New file.
3792 * gdb.ada/frame_arg_lang/pck.adb: New file.
3793 * gdb.ada/frame_arg_lang/foo.c: New file.
3794
37952019-05-08 Tom Tromey <tromey@adacore.com>
3796
3797 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3798
37992019-05-08 Tom Tromey <tromey@adacore.com>
3800
3801 * gdb.base/ptype-offsets.exp: Update tests.
3802
38032019-05-08 Tom Tromey <tromey@adacore.com>
3804
3805 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3806 cases.
3807 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3808 "short".
3809
38102019-05-08 Tom Tromey <tromey@adacore.com>
3811
3812 * gdb.ada/vla.exp: New file.
3813 * gdb.ada/vla/vla.adb: New file.
3814
38152019-05-07 Tom de Vries <tdevries@suse.de>
3816
3817 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3818
38192019-05-07 Tom de Vries <tdevries@suse.de>
3820
3821 PR testsuite/24522
3822 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3823 section.
3824
38252019-05-07 Tom de Vries <tdevries@suse.de>
3826
3827 PR testsuite/24522
3828 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3829 .debug_aranges section.
3830
38312019-05-07 Tom de Vries <tdevries@suse.de>
3832
3833 PR testsuite/24159
3834 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3835
38362019-05-06 Tom de Vries <tdevries@suse.de>
3837
3838 * lib/gdb.exp (exec_has_index_section): New proc.
3839 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3840 section.
3841
38422019-05-04 Tom de Vries <tdevries@suse.de>
3843
3844 * boards/cc-with-debug-names.exp: New file.
3845
38462019-05-03 Tom Tromey <tromey@adacore.com>
3847
3848 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3849 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3850 * gdb.ada/char_enum.exp: Add test.
3851
38522019-05-03 Tom de Vries <tdevries@suse.de>
3853
3854 * boards/cc-with-gdb-index.exp: New file.
3855
38562019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3857
3858 * gdb.rust/simple.exp: Add new test case.
3859 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3860 (main): Initialise an instance of the new struct.
3861
38622019-05-01 Tom Tromey <tromey@adacore.com>
3863
3864 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3865 record.
3866 (NPR): New variable.
3867 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3868 test.
3869
38702019-05-01 Tom Tromey <tromey@adacore.com>
3871
3872 * gdb.ada/packed_array_assign.exp: Add packed assignment
3873 regression test.
3874
38752019-05-01 Tom de Vries <tdevries@suse.de>
3876
3877 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3878
38792019-05-01 Tom de Vries <tdevries@suse.de>
3880
3881 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3882
38832019-04-30 Ali Tamur <tamur@google.com>
3884
3885 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3886
38872019-04-30 Tom Tromey <tromey@adacore.com>
3888
3889 * lib/ada.exp (find_ada_tool): New proc.
3890 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3891 * gdb.ada/catch_ex_std.exp: New file.
3892 * gdb.ada/catch_ex_std/foo.adb: New file.
3893 * gdb.ada/catch_ex_std/some_package.adb: New file.
3894 * gdb.ada/catch_ex_std/some_package.ads: New file.
3895
38962019-04-30 Tom Tromey <tromey@adacore.com>
3897
3898 PR c++/24470:
3899 * gdb.cp/temargs.cc: Add test code from PR.
3900
39012019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3902
3903 * gdb.fortran/vla-datatypes.exp: Update expected results.
3904 * gdb.fortran/vla-ptype.exp: Likewise.
3905 * gdb.fortran/vla-type.exp: Likewise.
3906 * gdb.fortran/vla-value.exp: Likewise.
3907
39082019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3909
3910 * gdb.fortran/ptr-indentation.exp: Update expected results.
3911 * gdb.fortran/ptype-on-functions.exp: Likewise.
3912 * gdb.fortran/vla-ptr-info.exp: Likewise.
3913 * gdb.fortran/vla-value.exp: Likewise.
3914
39152019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3916
3917 * gdb.fortran/ptype-on-functions.exp: New file.
3918 * gdb.fortran/ptype-on-functions.f90: New file.
3919
39202019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3921
3922 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3923 case void string.
3924
39252019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3926
3927 * gdb.fortran/complex.exp: Expand.
3928 * gdb.fortran/complex.f: Renamed to...
3929 * gdb.fortran/complex.f90: ...this, and extended to add more
3930 complex values.
3931
39322019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3933
3934 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3935 MODULO, CMPLX.
3936
39372019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3938 Richard Bunt <richard.bunt@arm.com>
3939
3940 * gdb.base/max-depth.c: New file.
3941 * gdb.base/max-depth.exp: New file.
3942 * gdb.python/py-nested-maps.c: New file.
3943 * gdb.python/py-nested-maps.exp: New file.
3944 * gdb.python/py-nested-maps.py: New file.
3945 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3946 (test_all_common): Call test_max_depth.
3947 * gdb.fortran/max-depth.exp: New file.
3948 * gdb.fortran/max-depth.f90: New file.
3949 * gdb.go/max-depth.exp: New file.
3950 * gdb.go/max-depth.go: New file.
3951 * gdb.modula2/max-depth.exp: New file.
3952 * gdb.modula2/max-depth.c: New file.
3953 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3954
39552019-04-29 Tom de Vries <tdevries@suse.de>
3956
3957 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3958
39592019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3960
3961 * gdb.base/callexit.exp: Test may-call-functions off.
3962
39632019-04-25 Keith Seitz <keiths@redhat.com>
3964
3965 PR c++/24367
3966 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3967 (another_incomplete_struct, test_incomplete): New definitions.
3968 (main): Use new definitions.
3969 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3970 functions.
3971
39722019-04-25 Ali Tamur <tamur@google.com>
3973
3974 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3975
39762019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3977
3978 PR corefiles/11608
3979 PR corefiles/18187
3980 * gdb.base/coredump-filter-build-id.exp: New file.
3981
39822019-04-25 Alan Hayward <alan.hayward@arm.com>
3983
3984 * Makefile.in: Pass through GDBSERVER_DEBUG.
3985 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3986 (gdbserver,debug): Add board setting.
3987 * gdb.trace/tspeed.exp: Skip when debugging.
3988 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3989 * lib/gdbserver-support.exp: Likewise
3990
39912019-04-24 Tom Tromey <tromey@adacore.com>
3992
3993 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3994 Rust.
3995
39962019-04-24 Tom Tromey <tromey@adacore.com>
3997
3998 * gdb.arch/amd64-eval.exp: Test bitfield return.
3999 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4000 (class Foo) <return_bitfields>: New method.
4001 (main): Call it.
4002
40032019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4004
4005 * gdb.cp/many-args.cc: New file.
4006 * gdb.cp/many-args.exp: New file.
4007
40082019-04-23 Tom de Vries <tdevries@suse.de>
4009
4010 PR gdb/24433
4011 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4012
40132019-04-23 Alan Hayward <alan.hayward@arm.com>
4014
4015 * gdb.trace/backtrace.exp: Use nopie flag.
4016 * gdb.trace/circ.exp: Likewise.
4017 * gdb.trace/collection.exp: Likewise.
4018 * gdb.trace/ftrace.exp: Likewise.
4019 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4020 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4021 * gdb.trace/qtro.exp: Likewise.
4022 * gdb.trace/read-memory.exp: Likewise.
4023 * gdb.trace/report.exp: Likewise.
4024 * gdb.trace/tfile.exp: Likewise.
4025 * gdb.trace/tfind.exp: Likewise.
4026 * gdb.trace/unavailable.exp: Likewise.
4027
40282019-04-22 Pedro Alves <palves@redhat.com>
4029
4030 * gdb.base/solib-probes-nosharedlibrary.c,
4031 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4032
40332019-04-19 Tom Tromey <tromey@adacore.com>
4034
4035 * gdb.ada/ptype_union.c: New file.
4036 * gdb.ada/ptype_union.exp: New file.
4037
40382019-04-19 Tom Tromey <tromey@adacore.com>
4039
4040 PR symtab/24423:
4041 * gdb.base/list0.h (foo): Add a control-l character.
4042
40432019-04-18 Tom de Vries <tdevries@suse.de>
4044
4045 PR gdb/24433
4046 * boards/local-board.exp: Set sysroot to "".
4047
40482019-04-18 Tom de Vries <tdevries@suse.de>
4049 Pedro Alves <palves@redhat.com>
4050
4051 PR gdb/24454
4052 * gdb.threads/vfork-follow-child-exec.c: New file.
4053 * gdb.threads/vfork-follow-child-exec.exp: New file.
4054 * gdb.threads/vfork-follow-child-exit.c: New file.
4055 * gdb.threads/vfork-follow-child-exit.exp: New file.
4056
40572019-04-15 Leszek Swirski <leszeks@google.com>
4058
4059 * gdb.arch/amd64-eval.cc: New file.
4060 * gdb.arch/amd64-eval.exp: New file.
4061
40622019-04-11 Alan Hayward <alan.hayward@arm.com>
4063
4064 * gdb.server/sysroot.c: New test.
4065 * gdb.server/sysroot.exp: New file.
4066 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4067 matching param.
4068
40692019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4070
4071 * gdb.base/align.exp: Extend test to cover structures containing
4072 only static fields.
4073
40742019-04-11 Tom de Vries <tdevries@suse.de>
4075
4076 * boards/cc-with-dwz-m.exp: New file.
4077 * boards/cc-with-dwz.exp: New file.
4078 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4079
40802019-04-09 Simon Marchi <simon.marchi@efficios.com>
4081
4082 * gdb.base/start-cpp.exp: New file.
4083 * gdb.base/start-cpp.cc: New file.
4084
40852019-04-08 Kevin Buettner <kevinb@redhat.com>
4086
4087 * gdb.python/py-thrhandle.exp: Adjust tests to call
4088 thread_from_handle instead of thread_from_thread_handle.
4089
40902019-04-08 Kevin Buettner <kevinb@redhat.com>
4091
4092 * gdb.python/py-thrhandle.exp: Add tests for
4093 gdb.InferiorThread.handle.
4094
40952019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4096
4097 * gdb.python/py-function.exp: Check calling helper function from
4098 all languages.
4099 * lib/gdb.exp (gdb_supported_languages): New proc.
4100
41012019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4102
4103 * gdb.base/complex-parts.c: New file.
4104 * gdb.base/complex-parts.exp: New file.
4105
41062019-04-01 Tom Tromey <tromey@adacore.com>
4107
4108 PR symtab/23331:
4109 * gdb.dwarf2/dw2-ranges-main.c: New file.
4110 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4111 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4112
41132019-03-30 Simon Marchi <simark@simark.ca>
4114
4115 * gdb.base/default.exp: Add values for $_gdb_major and
4116 $_gdb_minor.
4117
41182019-03-29 Tom Tromey <tromey@adacore.com>
4119
4120 * gdb.base/help.exp: Tighten apropos regexp.
4121
41222019-03-29 Keith Seitz <keiths@redhat.com>
4123
4124 * gdb.fortran/array-bounds.exp: New file.
4125 * gdb.fortran/array-bounds.f90: New file.
4126
41272019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4128
4129 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4130
41312019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4132
4133 * gdb.multi/hello.c (main): Increase alarm timer.
4134
41352019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4136
4137 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4138 factor when no hardware watchpoint support.
4139
41402019-03-28 Alan Hayward <alan.hayward@arm.com>
4141 Pedro Alves <palves@redhat.com>
4142
4143 * boards/local-board.exp: set sysroot to /.
4144
41452019-03-27 Alan Hayward <alan.hayward@arm.com>
4146
4147 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4148 in child.
4149
41502019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4151
4152 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4153 field.
4154 (make_container): Initialise new field.
4155 * gdb.python/py-prettyprint.exp: Add new tests.
4156 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4157 <display_hint>: New method.
4158
41592019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4160
4161 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4162 gdb_continue_to_breakpoint more throughout this test.
4163 (run_lang_tests) Supply unique test names, and use
4164 gdb_test_no_output.
4165
41662019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4167
4168 * gdb.base/finish-pretty.exp: Update expected results.
4169 * gdb.base/pretty-print.c: New file.
4170 * gdb.base/pretty-print.exp: New file.
4171
41722019-03-25 Pedro Alves <palves@redhat.com>
4173
4174 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4175 move comments outside list. Append '-i "" eof' section.
4176
41772019-03-22 Alan Hayward <alan.hayward@arm.com>
4178
4179 PR testsuite/25016
4180 * README: Add pie options.
4181 * gdb.base/break-interp.exp: Ensure pie is disabled.
4182 * gdb.base/dump.exp: Likewise.
4183 * lib/gdb.exp (gdb_compile): Add pie option.
4184
41852019-03-19 Tom Tromey <tromey@adacore.com>
4186
4187 * gdb.mi/mi2-cli-display.c: New file.
4188 * gdb.mi/mi2-cli-display.exp: New file.
4189
41902019-03-18 Joel Brobecker <brobecker@adacore.com>
4191 Tom Tromey <tromey@adacore.com>
4192
4193 * gdb.ada/ptype_array/pck.adb: New file.
4194 * gdb.ada/ptype_array/pck.ads: New file.
4195 * gdb.ada/ptype_array/foo.adb: New file.
4196 * gdb.ada/ptype_array.exp: New file.
4197
41982019-03-14 Tom Tromey <tromey@adacore.com>
4199
4200 * gdb.base/style.exp: Add "set style sources" test.
4201
42022019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4203
4204 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4205 * mi-breakpoint-multiple-locations.exp: ... this.
4206 (make_breakpoints_pattern): New proc.
4207 (do_test): Add mi_version parameter, test -break-insert,
4208 -break-info and =breakpoint-created.
4209
42102019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4211
4212 * config/default.exp: Remove 'load_lib gdb.exp'.
4213 * config/monitor.exp: Likewise.
4214 * config/sid.exp: Likewise.
4215 * config/sim.exp: Likewise.
4216 * config/slite.exp: Likewise.
4217 * config/unix.exp: Likewise.
4218 * gdb.base/default.exp: Remove unhelpful comment.
4219
42202019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4221
4222 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4223
42242019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4225
4226 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4227
42282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4229
4230 * gdb.fortran/type-kinds.exp: Update expected results.
4231
42322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4233
4234 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4235
42362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4237
4238 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4239 function.
4240 (test_basic_parsing_of_type_kinds): Expand types tested.
4241 (test_parsing_invalid_type_kinds): New function.
4242
42432019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4244
4245 * gdb.fortran/intrinsics.exp: New file.
4246 * gdb.fortran/intrinsics.f90: New file.
4247 * gdb.fortran/type-kinds.exp: New file.
4248
42492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4250
4251 * gdb.fortran/dot-ops.exp: New file.
4252
42532019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4254
4255 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4256 Check upper and lower case logical literals.
4257
42582019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4259
4260 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4261 Remove duplicate tests.
4262
42632019-03-06 Alan Hayward <alan.hayward@arm.com>
4264
4265 * lib/gdb.exp (builtin_cd): rename of cd.
4266 (cd): Override builtin.
4267
42682019-03-06 Richard Bunt <richard.bunt@arm.com>
4269
4270 * gdb.fortran/function-calls.exp: New file.
4271 * gdb.fortran/function-calls.f90: New test.
4272
42732019-03-04 Richard Bunt <richard.bunt@arm.com>
4274
4275 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4276 on user program standard output.
4277 * gdb.fortran/short-circuit-argument-list.f90: Record function
4278 calls.
4279
42802019-02-28 Alan Hayward <alan.hayward@arm.com>
4281
4282 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4283 failure.
4284
42852019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4286
4287 PR gdb/8527
4288 * gdb.base/interrupt-daemon-attach.c,
4289 gdb.base/interrupt-daemon-attach.exp: New test.
4290
42912019-02-27 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.base/page.exp: Add tests for "set width/height -1".
4294
42952019-02-27 Pedro Alves <palves@redhat.com>
4296
4297 * gdb.base/page.exp: Add tests for "set/show width/height" with
4298 "infinite" values.
4299
43002019-02-27 Tom Tromey <tromey@adacore.com>
4301
4302 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4303 2.4.
4304 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4305 workaround.
4306
43072019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4308
4309 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4310 tests for structs with static members.
4311
43122019-02-26 Tom Tromey <tromey@adacore.com>
4313
4314 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4315 ValueError, not TypeError.
4316
43172019-02-26 Kevin Buettner <kevinb@redhat.com>
4318
4319 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4320 call from main program.
4321
43222019-02-23 Joel Brobecker <brobecker@adacore.com>
4323
4324 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4325 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4326 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4327 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4328 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4329
43302019-02-22 Keith Seitz <keiths@redhat.com>
4331
4332 PR symtab/23853
4333 * gdb.base/symlink-sourcefile.c: New file.
4334 * gdb.base/symlink-sourcefile.exp: New file.
4335
43362019-02-20 Tom Tromey <tom@tromey.com>
4337
4338 * gdb.base/info_qt.exp: Update.
4339
43402019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4341
4342 * gdb.base/source.exp: Move "error in sourced script" code to
4343 the end.
4344 * gdb.base/source-error.gdb: Move contents to
4345 source-error-1.gdb. Add new code to source source-error-1.gdb.
4346 * gdb.base/source-error-1.gdb: New file, from previous
4347 source-error.gdb.
4348
43492019-02-17 Tom Tromey <tom@tromey.com>
4350
4351 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4352 for macro styling.
4353 * gdb.base/style.c (SOME_MACRO): New macro.
4354
43552019-02-17 Tom Tromey <tom@tromey.com>
4356
4357 * gdb.base/style.exp: Add line-wrapping tests.
4358 * gdb.base/page.exp: Add test for quitting during pagination.
4359
43602019-02-17 Joel Brobecker <brobecker@adacore.com>
4361
4362 * gdb.ada/big_packed_array: New testcase.
4363 * gdb.ada/homonym.exp: Fix incorrect expected output for
4364 "break <homonym__get_value>" test.
4365
43662019-02-13 Weimin Pan <weimin.pan@oracle.com>
4367
4368 PR breakpoints/21870
4369 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4370 and prepare_for_testing. Add comment.
4371 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4372 redundant cleanup call. Clean up comment.
4373
43742019-02-12 Weimin Pan <weimin.pan@oracle.com>
4375
4376 PR breakpoints/21870
4377 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4378 * gdb.arch/aarch64-dbreg-contents.c: New file.
4379
43802019-02-10 Joel Brobecker <brobecker@adacore.com>
4381
4382 * gdb.ada/mi_ref_changeable: New testcase.
4383
43842019-02-07 Alan Hayward <alan.hayward@arm.com>
4385
4386 * gdb.base/attach.exp: Add double attach test.
4387
43882019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4389
4390 * lib/gdb.exp (default_gdb_start): Don't match pagination
4391 prompt.
4392 (gdb_init): Set stty_init.
4393
43942019-01-27 Tom Tromey <tom@tromey.com>
4395
4396 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4397 skip_python_tests.
4398
43992019-01-24 Alan Hayward <alan.hayward@arm.com>
4400
4401 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4402 New structure.
4403 (struct struct_static_02_02): Likewise.
4404 (struct struct_static_02_03): Likewise.
4405 (struct struct_static_02_04): Likewise.
4406 (struct struct_static_04_01): Likewise.
4407 (struct struct_static_04_02): Likewise.
4408 (struct struct_static_04_03): Likewise.
4409 (struct struct_static_04_04): Likewise.
4410 (struct struct_static_06_01): Likewise.
4411 (struct struct_static_06_02): Likewise.
4412 (struct struct_static_06_03): Likewise.
4413 (struct struct_static_06_04): Likewise.
4414 (cmp_struct_static_02_01): Likewise.
4415 (cmp_struct_static_02_02): Likewise.
4416 (cmp_struct_static_02_03): Likewise.
4417 (cmp_struct_static_02_04): Likewise.
4418 (cmp_struct_static_04_01): Likewise.
4419 (cmp_struct_static_04_02): Likewise.
4420 (cmp_struct_static_04_03): Likewise.
4421 (cmp_struct_static_04_04): Likewise.
4422 (cmp_struct_static_06_01): Likewise.
4423 (cmp_struct_static_06_02): Likewise.
4424 (cmp_struct_static_06_03): Likewise.
4425 (cmp_struct_static_06_04): Likewise.
4426 (call_all): Test new structs.
4427 * gdb.base/infcall-nested-structs.exp: Likewise.
4428
44292019-01-21 Alan Hayward <alan.hayward@arm.com>
4430 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4431
44322019-01-21 Alan Hayward <alan.hayward@arm.com>
4433 * gdb.base/stack-protector.c: New test.
4434 * gdb.base/stack-protector.exp: New file.
4435 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4436 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4437 option.
4438 (gdb_compile): Remove stack protector for GCC and prevent
4439 recursion.
4440
44412019-01-16 Keith Seitz <keiths@redhat.com>
4442
4443 PR gdb/23773
4444 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4445
44462019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4447
4448 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4449 aliases.
4450 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4451 tests.
4452 * gdb.arch/powerpc-vector-regs.c: New file.
4453 * gdb.arch/powerpc-vector-regs.exp: New file.
4454
44552019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4456
4457 * gdb.arch/altivec-regs.exp: Fix the list passed to
4458 gdb_expect_list when testing "info vector".
4459
44602019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4461
4462 * gdb.base/style.exp: Don't include path in testname.
4463
44642019-01-10 Keith Seitz <keiths@redhat.com>
4465
4466 PR gdb/23712
4467 PR symtab/23010
4468 * gdb.dwarf2/multidictionary.exp: New file.
4469
44702019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4471
4472 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4473 (test_gnuv3_style_demangling): ... this.
4474 (test_lucid_style_demangling): Remove.
4475 (test_arm_style_demangling): Remove.
4476 (test_hp_style_demangling): Remove.
4477 (do_tests): Remove calls to the above.
4478
44792019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4480
4481 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4482 case.
4483
44842019-01-06 Tom Tromey <tom@tromey.com>
4485
4486 PR gdb/28155:
4487 * gdb.dwarf2/typedef-void-finish.exp: New file.
4488
44892018-12-28 Tom Tromey <tom@tromey.com>
4490 Simon Marchi <simark@simark.ca>
4491
4492 * gdb.base/jit-exec.exp: New file.
4493 * gdb.base/jit-exec.c: New file.
4494 * gdb.base/jit-execd.c: New file.
4495
44962018-12-28 Tom Tromey <tom@tromey.com>
4497
4498 * gdb.base/style.exp: Update test to check for address styling.
4499
45002018-12-28 Tom Tromey <tom@tromey.com>
4501
4502 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4503 message.
4504
45052018-12-28 Tom Tromey <tom@tromey.com>
4506
4507 * gdb.base/style.exp: Add test for version number styling.
4508
45092018-12-28 Tom Tromey <tom@tromey.com>
4510
4511 * gdb.base/style.exp: Add test for print_address_symbolic.
4512
45132018-12-28 Tom Tromey <tom@tromey.com>
4514
4515 * gdb.base/style.exp: Add test for breakpoint setting.
4516
45172018-12-28 Tom Tromey <tom@tromey.com>
4518
4519 * gdb.base/style.exp: Add test for variable names.
4520
45212018-12-28 Tom Tromey <tom@tromey.com>
4522
4523 * gdb.base/style.exp: New file.
4524 * gdb.base/style.c: New file.
4525
45262018-12-28 Tom Tromey <tom@tromey.com>
4527
4528 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4529 "dumb".
4530 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4531 the TERM environment variable.
4532
45332018-12-27 Tom Tromey <tom@tromey.com>
4534
4535 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4536 pagination test.
4537
45382018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4539
4540 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4541 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4542
45432018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4544
4545 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4546 Filename a.adb changed to bp_fun_addr.adb.
4547 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4548
45492018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4550
4551 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4552 non-PIE executables.
4553 * README: Mention the gdb,nopie_flag board setting.
4554 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4555 non-PIE executable.
4556 * gdb.arch/amd64-entry-value.exp: Likewise.
4557 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4558 * gdb.arch/i386-float.exp: Likewise.
4559 * gdb.arch/i386-signal.exp: Likewise.
4560 * gdb.mi/mi-reg-undefined.exp: Likewise.
4561
45622018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4563
4564 PR gdb/23974
4565 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4566
45672018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4568
4569 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4570 Update order of results accordingly.
4571
45722018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4573
4574 * gdb.base/annota1.exp: Update a test regexp.
4575
45762018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4577
4578 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4579
45802018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4581
4582 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4583 (reuse_time): Initialize to REUSE_TIME_CAP.
4584 (check_rc): New function.
4585 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4586 Check pthread_create rc.
4587 (spawner_thread_func): Check pthread_create and pthread_join rc.
4588
45892018-12-08 Pedro Alves <palves@redhat.com>
4590
4591 * gdb.base/list.exp (test_forward_search): Rename to ...
4592 (test_forward_reverse_search): ... this. Also test reverse-search
4593 and the forward-search alias.
4594
45952018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4596
4597 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4598 local timeout variable before return, and remove all local timeout
4599 variable entirely.
4600 (gdb_load): Likewise.
4601
46022018-12-01 Tom de Vries <tdevries@suse.de>
4603
4604 * gdb.base/gdb-caching-proc.exp: New file.
4605
46062018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4607
4608 * Makefile.in (TIMESTAMP): New variable.
4609 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4610 command.
4611 (check-single-racy): Likewise.
4612 (check/%.exp): Likewise.
4613 (check-racy/%.exp): Likewise.
4614 (workers/%.worker): Likewise.
4615 (build-perf): Likewise.
4616 (check-perf): Likewise.
4617 * README: Describe new "TS" and "TS_FORMAT" variables.
4618 * print-ts.py: New file.
4619
46202018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4621
4622 PR python/23714
4623 * gdb.python/python.exp: Test command repetition after
4624 gdb.execute.
4625
46262018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4627
4628 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4629 is correctly aligned.
4630
46312018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4632
4633 * gdb.ada/info_auto_lang.exp: New testcase.
4634 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4635 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4636 * gdb.ada/info_auto_lang/some_c.c: New file.
4637
46382018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4639
4640 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4641 FUNC_lang language syntax.
4642
46432018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4644
4645 * gdb.base/info_minsym.c: New file.
4646 * gdb.base/info_minsym.exp: New file.
4647
46482018-11-19 Tom Tromey <tom@tromey.com>
4649
4650 PR rust/23625:
4651 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4652 * gdb.rust/expr.exp: Update expected output. Change one test.
4653
46542018-11-19 Tom Tromey <tom@tromey.com>
4655
4656 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4657
46582018-11-19 Pedro Alves <palves@redhat.com>
4659
4660 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4661 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4662 see the expected warning.
4663
46642018-11-16 Alan Hayward <alan.hayward@arm.com>
4665
4666 PR gdb/22736:
4667 * gdb.cp/infcall-nodebug-lib.c: New test.
4668 * gdb.cp/infcall-nodebug-main.c: New test.
4669 * gdb.cp/infcall-nodebug.exp: New file.
4670
46712018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4672
4673 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4674 completer tests.
4675
46762018-11-09 Tom de Vries <tdevries@suse.de>
4677
4678 * gdb.base/msym-lang.c: New test.
4679 * gdb.base/msym-lang.exp: New file.
4680 * gdb.base/msym-lang-main.c: New test.
4681
46822018-11-08 Tom Tromey <tom@tromey.com>
4683
4684 PR gdb/23555:
4685 PR gdb/23838:
4686 * gdb.base/warning.exp: New file.
4687
46882018-11-08 Jan Beulich <jbeulich@suse.com>
4689
4690 * testsuite/gdb.arch/i386-avx512.c,
4691 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4692
46932018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4694
4695 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4696 point hardware.
4697
46982018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4699
4700 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4701 * gdb.dwarf2/missing-type-name.exp: New file.
4702
47032018-11-06 Tom de Vries <tdevries@suse.de>
4704
4705 * gdb.base/many-headers.c: New test.
4706 * gdb.base/many-headers.exp: New file.
4707
47082018-11-06 Jim Wilson <jimw@sifive.com>
4709
4710 * gdb.base/code_elim.exp: For riscv, set additional_flags
4711 to include -msmall-data-limit=0.
4712
47132018-11-01 Joel Brobecker <brobecker@adacore.com>
4714
4715 * gdb.ada/watch_minus_l: New testcase.
4716
47172018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4718
4719 * gdb.arch/aix-sighandle.c: New file.
4720 * gdb.arch/aix-sighandle.exp: New file.
4721
47222018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4723
4724 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4725 registers being unions.
4726
47272018-10-31 Tom de Vries <tdevries@suse.de>
4728
4729 * lib/valgrind.exp: New file.
4730 (vgdb_start, vgdb_stop): New procs, factored out of ...
4731 * gdb.base/valgrind-bt.exp: ... here, ...
4732 * gdb.base/valgrind-disp-step.exp: ... here and ...
4733 * gdb.base/valgrind-infcall.exp: ... here.
4734
47352018-10-31 Tom de Vries <tdevries@suse.de>
4736
4737 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4738
47392018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4740
4741 * gdb.dwarf2/void-type.c: New file.
4742 * gdb.dwarf2/void-type.exp: New file.
4743
47442018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4745
4746 * gdb.base/info_qt.c: New file.
4747 * gdb.base/info_qt.exp: New file.
4748
47492018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4750
4751 * gdb.arch/powerpc-htm-regs.c: New file.
4752 * gdb.arch/powerpc-htm-regs.exp: New file.
4753
47542018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4755
4756 * gdb.arch/powerpc-tar.c: New file.
4757 * gdb.arch/powerpc-tar.exp: New file.
4758
47592018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4760
4761 * gdb.arch/powerpc-ppr-dscr.c: New file.
4762 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4763
47642018-10-25 Tom de Vries <tdevries@suse.de>
4765
4766 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4767
47682018-10-24 Tom de Vries <tdevries@suse.de>
4769
4770 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4771 longer exists error.
4772
47732018-10-24 Tom de Vries <tdevries@suse.de>
4774
4775 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4776
47772018-10-24 Tom de Vries <tdevries@suse.de>
4778
4779 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4780 --db-attach in valgrind.
4781
47822018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4783
4784 * gdb.arch/riscv-reg-aliases.c: New file.
4785 * gdb.arch/riscv-reg-aliases.exp: New file.
4786
47872018-10-19 Alan Hayward <alan.hayward@arm.com>
4788
4789 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4790
47912018-10-19 Alan Hayward <alan.hayward@arm.com>
4792
4793 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4794
47952018-10-19 Alan Hayward <alan.hayward@arm.com>
4796
4797 * gdb.cp/ovldbreak.exp: Fix regexps.
4798
47992018-10-19 Alan Hayward <alan.hayward@arm.com>
4800
4801 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4802
48032018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4804
4805 PR cli/23785
4806 * gdb.base/restore.exp: New test to check if "restore" with an
4807 invalid file doesn't segfault.
4808
48092018-10-18 Tom de Vries <tdevries@suse.de>
4810
4811 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4812 * gdb.ada/excep_handle.exp: Same.
4813 * gdb.ada/mi_string_access.exp: Same.
4814 * gdb.ada/mi_var_union.exp: Same.
4815 * gdb.arch/arc-analyze-prologue.exp: Same.
4816 * gdb.arch/arc-decode-insn.exp: Same.
4817 * gdb.base/readnever.exp: Same.
4818 * gdb.fortran/printing-types.exp: Same.
4819 * gdb.guile/scm-lazy-string.exp: Same.
4820
48212018-10-16 Tom de Vries <tdevries@suse.de>
4822
4823 PR gdb/23730
4824 * gdb.base/catch-follow-exec.c: Add copyright notice.
4825 * gdb.base/catch-follow-exec.exp: Rewrite to use
4826 gdb_spawn_with_cmdline_opts. Require gdb-native.
4827
48282018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4829
4830 * gdb.trace/actions-changed.exp: Check for arch support.
4831 * gdb.trace/actions.exp: Likewise.
4832 * gdb.trace/ax.exp: Likewise.
4833 * gdb.trace/backtrace.exp: Likewise.
4834 * gdb.trace/change-loc.exp: Likewise.
4835 * gdb.trace/deltrace.exp: Likewise.
4836 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4837 * gdb.trace/ftrace.exp: Likewise.
4838 * gdb.trace/infotrace.exp: Check for arch support.
4839 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4840 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4841 * gdb.trace/mi-tsv-changed.exp: Likewise.
4842 * gdb.trace/packetlen.exp: Likewise.
4843 * gdb.trace/passc-dyn.exp: Likewise.
4844 * gdb.trace/passcount.exp: Likewise.
4845 * gdb.trace/pending.exp: Likewise.
4846 * gdb.trace/range-stepping.exp: Check for shlib support.
4847 * gdb.trace/report.exp: Check for arch support.
4848 * gdb.trace/save-trace.exp: Likewise.
4849 * gdb.trace/signal.exp: Check for signal support.
4850 * gdb.trace/tfind.exp: Check for arch support.
4851 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4852 * gdb.trace/trace-common.h: Add comment.
4853 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4854 * gdb.trace/trace-enable-disable.exp: Likewise.
4855 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4856 * gdb.trace/tracecmd.exp: Check for arch support.
4857 * gdb.trace/tspeed.exp: Check for shlib and target support.
4858 * gdb.trace/tstatus.exp: Check for arch support.
4859 * gdb.trace/tsv.exp: Likewise.
4860 * gdb.trace/while-dyn.exp: Likewise.
4861 * gdb.trace/while-stepping.exp: Likewise.
4862 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4863
48642018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4865
4866 * gdb.trace/tspeed.exp: Remove nowarnings.
4867 (prepare_for_trace_test): Declare "global ipalib".
4868 * gdb.trace/tspeed.c: Include unistd.h.
4869 (main): Remove superfluous printf argument.
4870
48712018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4872
4873 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4874 directory prefix on the filename.
4875
48762018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4877
4878 * gdb.gdb/unittest.exp: Update expected message informing that
4879 selftests have been disabled.
4880 * gdb.server/unittest.exp: Likewise.
4881
48822018-10-09 Tom de Vries <tdevries@suse.de>
4883
4884 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4885 with runto_main.
4886
48872018-10-08 Weimin Pan <weimin.pan@oracle.com>
4888
4889 PR c++/16841
4890 * gdb.cp/virtbase2.cc: New file.
4891 * gdb.cp/virtbase2.exp: New file.
4892
48932018-10-06 Tom Tromey <tom@tromey.com>
4894
4895 PR python/19399:
4896 * gdb.python/py-inferior.exp: Add architecture test.
4897
48982018-10-06 Tom Tromey <tom@tromey.com>
4899
4900 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4901 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4902
49032018-10-06 Tom Tromey <tom@tromey.com>
4904
4905 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4906 of a "throw" catchpoint.
4907
49082018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4909
4910 * gdb.base/info-proc.exp: Update string expected from "help info
4911 proc".
4912
49132018-10-04 Tom Tromey <tom@tromey.com>
4914
4915 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4916 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4917 (test_initial_complaints, test_empty_complaints): Update.
4918 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4919
49202018-10-04 Tom Tromey <tom@tromey.com>
4921
4922 PR cli/19551:
4923 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4924 * lib/gdb.exp (gdb_file_cmd): Update.
4925 * gdb.stabs/weird.exp (print_weird_var): Update.
4926 * gdb.server/solib-list.exp: Update.
4927 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4928 * gdb.mi/mi-cli.exp: Update.
4929 * gdb.linespec/linespec.exp: Update.
4930 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4931 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4932 * gdb.cp/cp-relocate.exp: Update.
4933 * gdb.base/sym-file.exp: Update.
4934 * gdb.base/relocate.exp: Update.
4935 * gdb.base/readnever.exp: Update.
4936 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4937 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4938 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4939 * gdb.base/code_elim.exp: Update.
4940 * gdb.base/break-unload-file.exp (test_break): Update.
4941 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4942 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4943 Update.
4944 * gdb.base/attach.exp (do_attach_tests): Update.
4945 * gdb.base/sepdebug.exp: Update.
4946 * gdb.python/py-section-script.exp: Update.
4947
49482018-10-04 Tom Tromey <tom@tromey.com>
4949
4950 PR cli/22234:
4951 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4952 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4953 output.
4954
49552018-10-04 Tom Tromey <tom@tromey.com>
4956
4957 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4958 set width and height to 0.
4959 (test_command_line_attach_run): Use -quiet.
4960
49612018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4962
4963 * lib/gdb.exp (skip_ifunc_tests): New.
4964 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4965 other compile failures.
4966 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4967
49682018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4969
4970 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4971 is_amd64_regs_target.
4972
49732018-10-01 Alan Hayward <alan.hayward@arm.com>
4974
4975 * gdb.arch/aarch64-sighandler-regs.c: New test.
4976 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4977 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4978
49792018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4980
4981 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4982 assembly.
4983
49842018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4985
4986 * gdb.base/frame-selection.exp: New file.
4987 * gdb.base/frame-selection.c: New file.
4988
49892018-09-27 Alan Hayward <alan.hayward@arm.com>
4990
4991 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4992 pthread barrier.
4993 (main): Likewise.
4994
49952018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4996
4997 * gdb.base/large-frame-1.c: New file.
4998 * gdb.base/large-frame-2.c: New file.
4999 * gdb.base/large-frame.exp: New file.
5000 * gdb.base/large-frame.h: New file.
5001
50022018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5003
5004 PR gdb/20948
5005 * gdb.base/write_mem.exp: New test.
5006 * gdb.base/write_mem.c: Likewise.
5007
50082018-09-23 Tom Tromey <tom@tromey.com>
5009
5010 PR python/18852:
5011 * gdb.python/py-parameter.exp: Add test for parameter that throws
5012 on "set".
5013
50142018-09-23 Tom Tromey <tom@tromey.com>
5015
5016 PR python/17284:
5017 * gdb.python/py-template.exp (test_template_arg): Add test for
5018 negative template argument number.
5019
50202018-09-23 Tom Tromey <tom@tromey.com>
5021
5022 PR python/14062:
5023 * gdb.python/python.exp: Add test for post_event error.
5024
50252018-09-23 Tom Tromey <tom@tromey.com>
5026
5027 PR python/18170:
5028 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5029 convert pointers to int and long.
5030
50312018-09-23 Tom Tromey <tom@tromey.com>
5032
5033 PR python/20126:
5034 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5035 signed-ness conversion tests.
5036
50372018-09-23 Tom Tromey <tom@tromey.com>
5038
5039 PR python/18352;
5040 * gdb.python/py-value.exp (test_float_conversion): New proc.
5041 Use it.
5042
50432018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5044
5045 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5046
50472018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5048
5049 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5050 no readline.
5051 * gdb.base/utf8-identifiers.exp: Likewise.
5052 * gdb.cp/cpcompletion.exp: Likewise.
5053 * gdb.linespec/cpcompletion.exp: Likewise.
5054 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5055 * gdb.linespec/cpls-ops.exp: Likewise.
5056
50572018-09-19 Richard Bunt <richard.bunt@arm.com>
5058 Chris January <chris.january@arm.com>
5059
5060 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5061 * gdb.fortran/short-circuit-argument-list.exp: New file.
5062 * gdb.fortran/short-circuit-argument-list.f90: New test.
5063
50642018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5065
5066 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5067 "arch=" keyword when executing "-stack-list-frames".
5068
50692018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5070
5071 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5072 "arch=" keyword when executing "-stack-list-frames".
5073
50742018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5075
5076 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5077 break ada".
5078
50792018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5080
5081 PR python/23669
5082 * gdb.python/python.exp: Test gdb.execute("show commands").
5083
50842018-09-16 Tom Tromey <tom@tromey.com>
5085
5086 * gdb.base/new-ui.exp (do_execution_tests): Update.
5087 * gdb.base/dbx.exp (test_breakpoints): Update.
5088
50892018-09-14 Alan Hayward <alan.hayward@arm.com>
5090
5091 * lib/gdb.exp (gdb_simple_compile): Add proc.
5092 (is_elf_target): Use gdb_simple_compile.
5093 (skip_altivec_tests): Likewise.
5094 (skip_vsx_tests): Likewise.
5095 (skip_tsx_tests): Likewise.
5096 (skip_btrace_tests): Likewise.
5097 (skip_btrace_pt_tests): Likewise.
5098 (gdb_can_simple_compile): Likewise.
5099 (gdb_has_argv0): Likewise.
5100 (gdb_target_symbol_prefix): Likewise.
5101 (target_supports_scheduler_locking): Likewise.
5102
51032018-09-13 Tom Tromey <tom@tromey.com>
5104
5105 * Makefile.in (TAGS): Recognize proc_with_prefix and
5106 gdb_caching_proc.
5107
51082018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5109
5110 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5111 method.
5112
51132018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5114
5115 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5116 and a few other Inferior properties when the Inferior is no
5117 longer valid.
5118
51192018-09-13 Tom Tromey <tom@tromey.com>
5120
5121 PR rust/23650:
5122 * gdb.rust/simple.exp: Add test for enum field access error.
5123
51242018-09-13 Tom Tromey <tom@tromey.com>
5125
5126 PR rust/23626:
5127 * gdb.rust/simple.rs (EmptyEnum): New type.
5128 (main): Use it.
5129 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5130
51312018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5132
5133 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5134 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5135 * gdb.python/py-symtab.exp: Update test printing an objfile.
5136
51372018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5138
5139 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5140 object.
5141
51422018-09-12 Alan Hayward <alan.hayward@arm.com>
5143
5144 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5145 (support_complex_tests): Use gdb_can_simple_compile.
5146 (is_ilp32_target): Likewise.
5147 (is_lp64_target): Likewise.
5148 (is_64_target): Likewise.
5149 (is_amd64_regs_target): Likewise.
5150 (is_aarch32_target): Likewise.
5151 (gdb_int128_helper): Likewise.
5152
51532018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5154
5155 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5156
51572018-09-10 Jerome Guitton <guitton@adacore.com>
5158
5159 * gdb.ada/same_component_name: Add test for case of tagged record
5160 with variable-length fields.
5161
51622018-09-10 Xavier Roirand <roirand@adacore.com>
5163
5164 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5165 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5166 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5167 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5168
51692018-09-10 Xavier Roirand <roirand@adacore.com>
5170
5171 * gdb.ada/mi_string_access.exp: New testcase.
5172 * gdb.ada/mi_string_access/bar.adb: New file.
5173 * gdb.ada/mi_string_access/pck.adb: New file.
5174 * gdb.ada/mi_string_access/pck.asd: New file.
5175
51762018-09-10 Xavier Roirand <roirand@adacore.com>
5177
5178 * gdb.ada/mi_var_union.exp: New testcase.
5179 * gdb.ada/mi_var_union/bar.adb: New file.
5180 * gdb.ada/mi_var_union/pck.adb: New file.
5181 * gdb.ada/mi_var_union/pck.asd: New file.
5182
51832018-09-08 Tom Tromey <tom@tromey.com>
5184
5185 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5186
51872018-09-08 Tom Tromey <tom@tromey.com>
5188
5189 PR python/16047:
5190 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5191 (register_pretty_printers): Register new printer.
5192 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5193 test.
5194 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5195 (an_int_type3): New global.
5196
51972018-09-08 Joel Brobecker <brobecker@adacore.com>
5198
5199 * gdb.ada/expr_with_funcall: New testcase.
5200
52012018-09-08 Joel Brobecker <brobecker@adacore.com>
5202
5203 * gdb.ada/packed_array_assign: New testcase.
5204
52052018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5206
5207 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5208 names, and add test prefixes to make test names unique.
5209
52102018-09-05 Tom de Vries <tdevries@suse.de>
5211
5212 * gdb.dwarf2/varval.exp: Add test.
5213
52142018-09-04 Gary Benson <gbenson@redhat.com>
5215
5216 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5217 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5218
52192018-08-31 Tom Tromey <tom@tromey.com>
5220
5221 * gdb.rust/simple.rs: Rename second variable "v".
5222
52232018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5224
5225 * gdb.base/funcargs.c (use_a): New function.
5226 (recurse): Call use_a.
5227
52282018-08-29 Keith Seitz <keiths@redhat.com>
5229
5230 * gdb.compile/compile-cplus-anonymous.cc: New file.
5231 * gdb.compile/compile-cplus-anonymous.exp: New file.
5232 * gdb.compile/compile-cplus-array-decay.cc: New file.
5233 * gdb.compile/compile-cplus-array-decay.exp: New file.
5234 * gdb.compile/compile-cplus-inherit.cc: New file.
5235 * gdb.compile/compile-cplus-inherit.exp: New file.
5236 * gdb.compile/compile-cplus-member.cc: New file.
5237 * gdb.compile/compile-cplus-member.exp: New file.
5238 * gdb.compile/compile-cplus-method.cc: New file.
5239 * gdb.compile/compile-cplus-method.exp: New file.
5240 * gdb.compile/compile-cplus-mod.c: "New" file.
5241 * gdb.compile/compile-cplus-namespace.cc: New file.
5242 * gdb.compile/compile-cplus-namespace.exp: New file.
5243 * gdb.compile/compile-cplus-nested.cc: New file.
5244 * gdb.compile/compile-cplus-nested.exp: New file.
5245 * gdb.compile/compile-cplus-print.c: "New" file.
5246 * gdb.compile/compile-cplus-print.exp: "New" file.
5247 * gdb.compile/compile-cplus-virtual.cc: New file.
5248 * gdb.compile/compile-cplus-virtual.exp: New file.
5249 * gdb.compile/compile-cplus.c: "New" file.
5250 * gdb.compile/compile-cplus.exp: "New" file.
5251 * lib/compile-support.exp: New file.
5252
52532018-08-16 Gary Benson <gbenson@redhat.com>
5254
5255 PR gdb/13000:
5256 * gdb.base/batch-exit-status.exp: New file.
5257 * gdb.base/batch-exit-status.good-commands: Likewise.
5258 * gdb.base/batch-exit-status.bad-commands: Likewise.
5259
52602018-08-29 Alan Hayward <alan.hayward@arm.com>
5261
5262 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5263 (struct struct02): Likewise.
5264 (struct struct03): Likewise.
5265 (struct struct04): Likewise.
5266 (struct struct_01_01): New struct.
5267 (struct struct_01_02): Likewise.
5268 (struct struct_01_03): Likewise.
5269 (struct struct_01_04): Likewise.
5270 (struct struct_02_01): Likewise.
5271 (struct struct_02_02): Likewise.
5272 (struct struct_02_03): Likewise.
5273 (struct struct_02_04): Likewise.
5274 (struct struct_04_01): Likewise.
5275 (struct struct_04_02): Likewise.
5276 (struct struct_04_03): Likewise.
5277 (struct struct_04_04): Likewise.
5278 (struct struct_05_01): Likewise.
5279 (struct struct_05_02): Likewise.
5280 (struct struct_05_03): Likewise.
5281 (struct struct_05_04): Likewise.
5282 (cmp_struct01): Remove function.
5283 (cmp_struct02): Likewise.
5284 (cmp_struct03): Likewise.
5285 (cmp_struct04): Likewise.
5286 (cmp_struct_01_01): Add Function.
5287 (cmp_struct_01_02): Likewise.
5288 (cmp_struct_01_03): Likewise.
5289 (cmp_struct_01_04): Likewise.
5290 (cmp_struct_02_01): Likewise.
5291 (cmp_struct_02_02): Likewise.
5292 (cmp_struct_02_03): Likewise.
5293 (cmp_struct_02_04): Likewise.
5294 (cmp_struct_04_01): Likewise.
5295 (cmp_struct_04_02): Likewise.
5296 (cmp_struct_04_03): Likewise.
5297 (cmp_struct_04_04): Likewise.
5298 (cmp_struct_05_01): Likewise.
5299 (cmp_struct_05_02): Likewise.
5300 (cmp_struct_05_03): Likewise.
5301 (cmp_struct_05_04): Likewise.
5302 (call_all): Add new structs.
5303 * gdb.base/infcall-nested-structs.exp: Likewise.
5304
53052018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5306
5307 * gdb.python/py-framefilter-mi.exp: Update regexp to
5308 check for "arch" field in frame output.
5309
53102018-08-23 Kevin Buettner <kevinb@redhat.com>
5311
5312 * gdb.dwarf2/dw2-ranges-func.c: New file.
5313 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5314
53152018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5316
5317 * gdb.base/term.exp: Compare terminal settings with values from
5318 the inferior.
5319 * gdb.base/term.c: Get and set terminal settings.
5320
53212018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5322
5323 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5324 accommodate new "arch" field in frame output.
5325 * gdb.mi/mi-return.exp: Likewise.
5326 * gdb.mi/mi-stack.exp: Likewise.
5327 * gdb.mi/mi-syn-frame.exp: Likewise.
5328 * gdb.mi/user-selected-context-sync.exp: Likewise.
5329
53302018-08-19 Michael Spang <spang@google.com>
5331
5332 PR gdb/11786
5333 * gdb.base/gcore-tls-pie.c: New file.
5334 * gdb.base/gcore-tls-pie.exp: New file.
5335
53362018-08-18 Kevin Buettner <kevinb@redhat.com>
5337
5338 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5339 * gdb.dwarf2/varval.c: New file.
5340 * gdb.dwarf2/varval.exp: New file.
5341
53422018-08-17 Alan Hayward <alan.hayward@arm.com>
5343
5344 PR gdb/18931
5345 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5346
53472018-08-16 Keith Seitz <keiths@redhat.com>
5348
5349 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5350 tests expected to pass.
5351
53522018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5353
5354 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5355 -data-disassemble -a.
5356 (test_disassembly_bogus_args): Likewise.
5357
53582018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5359
5360 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5361
53622018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5363
5364 * gdb.base/vla-optimized-out.exp: Add new test.
5365
53662018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5367
5368 * gdb.base/vla-optimized-out-o3.exp: Delete.
5369 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5370 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5371 deleted tests.
5372
53732018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5374
5375 PR gdb/18050:
5376 * gdb.server/extended-remote-restart.c: New file.
5377 * gdb.server/extended-remote-restart.exp: New file.
5378
53792018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5380
5381 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5382 "set variable index = 42".
5383
53842018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5385
5386 * boards/index-cache-gdb.exp: New file.
5387 * gdb.dwarf2/index-cache.exp: New file.
5388 * gdb.dwarf2/index-cache.c: New file.
5389 * gdb.base/maint.exp: Check if we are using the index cache.
5390
53912018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5392
5393 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5394 MAKEFLAGS.
5395
53962018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5397
5398 * dg-extract-results.sh: Move to toplevel contrib.
5399 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5400 * Makefile.in (check-parallel-racy): Likewise.
5401
54022018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5403
5404 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5405 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5406 tests if the target supports scheduler locking.
5407
54082018-08-04 Tom de Vries <tdevries@suse.de>
5409
5410 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5411
54122018-08-02 Tom Tromey <tom@tromey.com>
5413
5414 PR symtab/16842.
5415 * gdb.cp/temargs.exp: Test "info address" of a template
5416 parameter.
5417
54182018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5419
5420 * gdb.python/py-mi-var-info-path-expression.c: New file.
5421 * gdb.python/py-mi-var-info-path-expression.py: New file.
5422 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5423
54242018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5425
5426 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5427 error after "cannot resolve name" string.
5428
54292018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5430
5431 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5432 started.
5433 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5434
54352018-07-28 Tom de Vries <tdevries@suse.de>
5436
5437 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5438
54392018-07-26 Tom de Vries <tdevries@suse.de>
5440
5441 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5442
54432018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5444
5445 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5446 is visible.
5447
54482018-07-26 Tom de Vries <tdevries@suse.de>
5449
5450 PR breakpoints/23366
5451 * gdb.base/catch-follow-exec.c: New test.
5452 * gdb.base/catch-follow-exec.exp: New file.
5453
54542018-07-25 Tom de Vries <tdevries@suse.de>
5455
5456 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5457 vla-optimized-out.c.
5458
54592018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5460
5461 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5462 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5463
54642018-07-20 Tom de Vries <tdevries@suse.de>
5465
5466 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5467 NOCLONE macro.
5468 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5469
54702018-07-19 Tom de Vries <tdevries@suse.de>
5471
5472 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5473 regular expression.
5474
54752018-07-18 Tom de Vries <tdevries@suse.de>
5476
5477 * gdb.base/vla-optimized-out.c: New test.
5478 * gdb.base/vla-optimized-out.exp: New file.
5479
54802018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5481
5482 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5483 message "No address associated with hostname" when gdbserver
5484 cannot resolve the hostname.
5485
54862018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5487
5488 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5489 Add some test prefixes to make tests unique.
5490
54912018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5492
5493 * gdb.base/frameapply.c: New file.
5494 * gdb.base/frameapply.exp: New file.
5495
54962018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5497
5498 * gdb.base/skip.exp: Update expected error message.
5499
55002018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5501 Jan Kratochvil <jan.kratochvil@redhat.com>
5502 Paul Fertser <fercerpav@gmail.com>
5503 Tsutomu Seki <sekiriki@gmail.com>
5504
5505 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5506 parameter.
5507 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5508 by default.
5509 * boards/native-gdbserver.exp: Likewise.
5510 * gdb.server/run-without-local-binary.exp: Improve regexp used
5511 for detecting when a remote debugging connection succeeds.
5512 * gdb.server/server-connect.exp: New file.
5513 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5514 Do not prefix the port number with ":".
5515 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5516 support for detecting and using it. Add '$debughost_gdbserver'
5517 to the list of arguments used to start gdbserver. Handle case
5518 when gdbserver cannot resolve a network name.
5519
55202018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5521
5522 PR c++/23373
5523 * gdb.base/ptype-offsets.cc (struct static_member): New
5524 struct.
5525 (main) <stmember>: New variable.
5526 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5527 with a static member in it.
5528
55292018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5530
5531 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5532 watchpoints enabled and disabled.
5533
55342018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5535
5536 * gdb.base/examine-backward.exp: Still run tests around address
5537 0x0, even if address 0x0 is not readable. Update the pattern for
5538 matching address 0x0 in expected output.
5539
55402018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5541
5542 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5543 malloc/free.
5544
55452018-07-04 Tom de Vries <tdevries@suse.de>
5546
5547 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5548
55492018-07-02 Maciej W. Rozycki <macro@mips.com>
5550
5551 PR tdep/8282
5552 * gdb.arch/mips-disassembler-options.exp: New test.
5553 * gdb.arch/mips-disassembler-options.s: New test source.
5554
55552018-06-29 Pedro Alves <palves@redhat.com>
5556
5557 * gdb.threads/names.exp: Adjust expected "info threads" output.
5558
55592018-06-29 Pedro Alves <palves@redhat.com>
5560
5561 * gdb.opt/inline-break.exp (line number, address): Add "info
5562 break" tests.
5563
55642018-06-29 Pedro Alves <palves@redhat.com>
5565
5566 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5567 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5568 number and address and running to them.
5569
55702018-06-29 Richard Bunt <richard.bunt@arm.com>
5571
5572 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5573
55742018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5575
5576 * lib/compiler.c: Remove executable permission flag.
5577
55782018-06-28 Richard Bunt <richard.bunt@arm.com>
5579
5580 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5581 code.
5582 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5583
55842018-06-28 Petr Tesarik <ptesarik@suse.cz>
5585
5586 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5587
55882018-06-28 Petr Tesarik <ptesarik@suse.cz>
5589
5590 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5591 address argument is omitted.
5592
55932018-06-28 Petr Tesarik <ptesarik@suse.cz>
5594
5595 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5596
55972018-06-27 Omair Javaid <omair.javaid@linaro.org>
5598
5599 PR gdb/21695
5600 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5601 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5602
56032018-06-26 Tom Tromey <tom@tromey.com>
5604
5605 PR rust/22574:
5606 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5607 * gdb.rust/simple.rs (struct SimpleLayout): New.
5608
56092018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5610
5611 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5612 "info registers" output.
5613
56142018-06-21 Richard Bunt <richard.bunt@arm.com>
5615
5616 * gdb.base/watchpoint-hw-attach.c: New test.
5617 * gdb.base/watchpoint-hw-attach.exp: New file.
5618
56192018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5620
5621 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5622 through /bin/sh.
5623 * boards/dwarf4-gdb-index.exp: Likewise.
5624 * boards/fission-dwp.exp: Likewise.
5625
56262018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5627
5628 * gdb.base/float128.exp: Add comment and improved fail message
5629 to the failure case of "print large128" test.
5630
56312018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5632
5633 * configure.ac: Remove AC_PREREQ.
5634 * configure: Re-generate.
5635
56362018-06-19 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5639 (func_extern_caller): New.
5640 (main): Call func_extern_caller.
5641 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5642 logic change.
5643
56442018-06-18 Weimin Pan <weimin.pan@oracle.com>
5645
5646 PR gdb/16841
5647 * gdb.cp/typedef-base.cc: New file.
5648 * gdb.cp/typedef-base.exp: New file.
5649
56502018-06-18 Tom de Vries <tdevries@suse.de>
5651
5652 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5653
56542018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5655 Richard Bunt <Richard.Bunt@arm.com>
5656
5657 * gdb.threads/attach-slow-waitpid.c: New file.
5658 * gdb.threads/attach-slow-waitpid.exp: New file.
5659 * gdb.threads/slow-waitpid.c: New file.
5660
56612018-06-14 Pedro Alves <palves@redhat.com>
5662
5663 * gdb.base/fork-running-state.c: Include <errno.h>.
5664 (exit_if_relative_exits): New.
5665 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5666 exits.
5667 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5668 child exits.
5669
56702018-06-14 Tom de Vries <tdevries@suse.de>
5671
5672 PR cli/22573
5673 * gdb.base/finish-pretty.c: New test.
5674 * gdb.base/finish-pretty.exp: New file.
5675
56762018-06-14 Pedro Alves <palves@redhat.com>
5677
5678 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5679 gdb's expected startup output.
5680
56812018-06-14 Pedro Alves <palves@redhat.com>
5682
5683 * lib/selftest-support.exp (selftest_setup): Remove inlined
5684 function handling.
5685
56862018-06-14 Tom de Vries <tdevries@suse.de>
5687
5688 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5689 matching of breakpoint printing.
5690
56912018-06-13 Tom de Vries <tdevries@suse.de>
5692
5693 PR testsuite/23269
5694 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5695 (fork_child): ... here, and ...
5696 (fork_parent): ... here.
5697
56982018-06-12 Tom de Vries <tdevries@suse.de>
5699
5700 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5701
57022018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5703 Stephen Roberts <stephen.roberts@arm.com>
5704
5705 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5706 rewrite test to describe action performed, rather than possible
5707 failure.
5708
57092018-06-08 Gary Benson <gbenson@redhat.com>
5710
5711 * gdb.threads/check-libthread-db.exp: New file.
5712 * gdb.threads/check-libthread-db.c: Likewise.
5713
57142018-06-05 Tom Tromey <tom@tromey.com>
5715
5716 * gdb.base/default.exp: Update expected "show version" output.
5717
57182018-06-05 Tom Tromey <tom@tromey.com>
5719
5720 PR cli/12326:
5721 * gdb.cp/static-print-quit.exp: Update.
5722 * lib/gdb.exp (pagination_prompt): Update.
5723 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5724 * gdb.python/python.exp: Update.
5725
57262018-06-04 Joel Brobecker <brobecker@adacore.com>
5727
5728 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5729
57302018-06-01 Joel Brobecker <brobecker@adacore.com>
5731
5732 * gdb.ada/bp_fun_addr: New testcase.
5733
57342018-06-01 Tom Tromey <tom@tromey.com>
5735
5736 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5737 results.
5738 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5739 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5740 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5741 * gdb.base/maint.exp (maint_pass_if): Update.
5742
57432018-05-31 Maciej W. Rozycki <macro@mips.com>
5744
5745 * gdb.base/endian.exp: New test.
5746 * gdb.base/endian.c: New test source.
5747
57482018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5749
5750 PR gdb/23203
5751 * gdb.base/bt-selected-frame.c: New file.
5752 * gdb.base/bt-selected-frame.exp: New file.
5753 * lib/gdb.exp (get_current_frame_number): New function.
5754
57552018-05-24 Maciej W. Rozycki <macro@mips.com>
5756 Pedro Alves <palves@redhat.com>
5757
5758 * gdb.threads/tls-core.c: Include <stdlib.h>
5759 (thread_proc): Call `abort'.
5760 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5761 (tls_core_test): New procedure, bits factored out from ...
5762 (top level): ... here. Test both native cores and gcore cores.
5763
57642018-05-23 Tom Tromey <tom@tromey.com>
5765
5766 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5767
57682018-05-23 Tom Tromey <tom@tromey.com>
5769
5770 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5771 symfile_complaints.
5772 (test_short_complaints): Likewise.
5773 (test_empty_complaints): Likewise.
5774 (test_initial_complaints): Update.
5775
57762018-05-23 Tom Tromey <tom@tromey.com>
5777
5778 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5779
57802018-05-23 Tom Tromey <tom@tromey.com>
5781
5782 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5783 (test_short_complaints): Update.
5784
57852018-05-22 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.base/remote.exp: Only gdb_start after compiling the
5788 testcase. Issue "disconnect" before testing "set remote" command
5789 defaults. Issue clean_restart before running to main.
5790
57912018-05-22 Pedro Alves <palves@redhat.com>
5792
5793 * gdb.base/remote.exp: Adjust expected output of "show remote
5794 memory-write-packet-size". Add tests for "set remote
5795 memory-write-packet-size 0" and "set remote
5796 memory-write-packet-size fixed/limit".
5797
57982018-05-22 Pedro Alves <palves@redhat.com>
5799
5800 PR gdb/22973
5801 * gdb.base/utf8-identifiers.c: New file.
5802 * gdb.base/utf8-identifiers.exp: New file.
5803
58042018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5805
5806 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5807
58082018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5809
5810 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5811
58122018-05-18 Tom Tromey <tom@tromey.com>
5813
5814 * gdb.base/ptype-offsets.exp: Update.
5815
58162018-05-17 Keith Seitz <keiths@redhat.com>
5817
5818 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5819 in expected breakpoint stop locations.
5820 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5821 move to proper scope to test variable values.
5822 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5823 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5824 New functions.
5825 (main): Call not_inline_func3.
5826 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5827 inline_func1, inline_func2, and inline_func3. Test that when each
5828 breakpoint is hit, GDB properly reports both the stop location
5829 and the backtrace. Repeat tests for temporary breakpoints.
5830
58312018-05-15 Maciej W. Rozycki <macro@mips.com>
5832
5833 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5834 rather then trying to access it in determining whether the PID
5835 of `gdbserver' could have been retrieved.
5836
58372018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5838
5839 * gdb.arch/amd64-init-x87-values.S: New file.
5840 * gdb.arch/amd64-init-x87-values.exp: New file.
5841
58422018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5843
5844 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5845
58462018-05-04 Tom Tromey <tom@tromey.com>
5847
5848 PR python/22730:
5849 * gdb.python/python.exp: Test multi-line execute.
5850
58512018-05-04 Tom Tromey <tom@tromey.com>
5852
5853 PR python/22731:
5854 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5855
58562018-05-04 Tom Tromey <tom@tromey.com>
5857
5858 PR gdb/11750:
5859 * gdb.base/define.exp: Test defining a user command inside a user
5860 command.
5861 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5862
58632018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5864 Pedro Alves <palves@redhat.com>
5865
5866 PR breakpoints/19806 and support for PR external/20207.
5867 * gdb.base/watchpoint-unaligned.c: New file.
5868 * gdb.base/watchpoint-unaligned.exp: New file.
5869
58702018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5871
5872 * gdb.base/maint.exp: Make test names unique, use
5873 test_prefix_command_help to test 'help maint info', and remove
5874 repeated test of 'help maint'.
5875
58762018-05-04 Tom Tromey <tom@tromey.com>
5877
5878 PR gdb/22619:
5879 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5880 behavior.
5881
58822018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5883
5884 * gdb.base/maint.exp: Process output from 'maint print registers'
5885 line at a time.
5886
58872018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5888
5889 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5890 timeout.
5891
58922018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5893
5894 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5895 filter pattern.
5896
58972018-05-02 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5900 to_log_command renames.
5901 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5902
59032018-05-02 Tom Tromey <tom@tromey.com>
5904
5905 * gdb.python/py-parameter.exp: Set test message.
5906
59072018-05-02 Tom Tromey <tom@tromey.com>
5908
5909 PR python/20084:
5910 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5911 PARAM_ZUINTEGER_UNLIMITED tests.
5912
59132018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5914
5915 PR rust/23124
5916 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5917 when casting.
5918
59192018-04-30 Tom Tromey <tom@tromey.com>
5920
5921 * gdb.python/py-type.exp: Check align attribute.
5922 * gdb.python/py-type.c: New "aligncheck" global.
5923
59242018-04-30 Tom Tromey <tom@tromey.com>
5925
5926 PR exp/17095:
5927 * gdb.dwarf2/dw2-align.exp: New file.
5928 * gdb.cp/align.exp: New file.
5929 * gdb.base/align.exp: New file.
5930 * lib/gdb.exp (gdb_int128_helper): New proc.
5931 (has_int128_c, has_int128_cxx): New caching procs.
5932
59332018-04-27 Tom Tromey <tom@tromey.com>
5934
5935 PR rust/22545:
5936 * gdb.rust/simple.exp: Add inclusive range tests.
5937
59382018-04-26 Pedro Alves <palves@redhat.com>
5939
5940 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5941 ifunc breakpoint locations correctly of ifunc breakpoints set
5942 while the program resolves the ifunc.
5943
59442018-04-26 Pedro Alves <palves@redhat.com>
5945
5946 * gdb.base/gnu-ifunc-final.c: New file.
5947 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5948 * gdb.base/gnu-ifunc.exp (executable): Delete.
5949 (staticexecutable): Adjust.
5950 (lib_opts, exec_opts): Delete.
5951 (make_binsuffix, build, set-break): New procedures.
5952 (misc_tests): New, with tests factored out from the top level.
5953 (top level): Test different combinations of ifunc resolver name,
5954 resolver with and with debug info, and ifunc target with and
5955 without debug info. Wrap static tests with with_target_prefix.
5956
59572018-04-26 Pedro Alves <palves@redhat.com>
5958
5959 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5960 return type" warnings.
5961
59622018-04-25 Pedro Alves <palves@redhat.com>
5963
5964 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5965 killed".
5966 * gdb.base/kill-after-signal.exp: Likewise.
5967 * gdb.threads/kill.exp: Likewise.
5968
59692018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5970 Sergio Durigan Junior <sergiodj@redhat.com>
5971 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5974 regexps to expect for '[Inferior ... detached]' as well.
5975 * gdb.base/attach.exp: Likewise.
5976 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5977 "gdb_continue_to_end".
5978 (test_catch_syscall_with_wrong_args): Likewise.
5979 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5980 ']'. Don't set 'verbose' on.
5981 * gdb.base/foll-vfork.exp: Likewise.
5982 * gdb.base/fork-print-inferior-events.c: New file.
5983 * gdb.base/fork-print-inferior-events.exp: New file.
5984 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5985 '[Inferior ... has been killed]' message.
5986 * gdb.base/kill-after-signal.exp: Likewise.
5987 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5988 detach message.
5989 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5990 message.
5991 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5992 regexps to expect for '[Inferior ... detached]' as well.
5993 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5994
59952018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5996
5997 PR gdb/23104
5998 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5999
60002018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6001
6002 PR gdb/23095
6003 * gdb.base/break-probes.exp: Pass shlib_load to
6004 prepare_for_testing. Set normal_bp to r_debug_state if target is
6005 bsd.
6006
60072018-04-19 Richard Bunt <richard.bunt@arm.com>
6008
6009 * gdb.threads/multiple-successive-infcall.c: New test.
6010 * gdb.threads/multiple-successive-infcall.exp: New file.
6011
60122018-04-17 Tom Tromey <tom@tromey.com>
6013
6014 * gdb.rust/simple.rs (Union): New type.
6015 (main): New local "u".
6016 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6017
60182018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6019
6020 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6021 number information in output of "whereis" command.
6022 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6023
60242018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6025
6026 * gdb.ada/info_types.exp: Adjust expected output to the line
6027 numbers now printed by "info var/func/type".
6028 * gdb.base/completion.exp: Likewise.
6029 * gdb.base/included.exp: Likewise.
6030 * gdb.cp/cp-relocate.exp: Likewise.
6031 * gdb.cp/cplusfuncs.exp: Likewise.
6032 * gdb.cp/namespace.exp: Likewise.
6033 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6034
60352018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6036
6037 * gdb.btrace/cpu.exp: New.
6038
60392018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6040
6041 * gdb.base/step-indirect-call-thunk.exp: New.
6042 * gdb.base/step-indirect-call-thunk.c: New.
6043 * gdb.reverse/step-indirect-call-thunk.exp: New.
6044 * gdb.reverse/step-indirect-call-thunk.c: New.
6045
60462018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6047
6048 * gdb.base/pie-fork.c: New file.
6049 * gdb.base/pie-fork.exp: New file.
6050
60512018-04-11 Tom Tromey <tom@tromey.com>
6052
6053 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6054
60552018-04-10 Pedro Alves <palves@redhat.com>
6056
6057 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6058 exits. Instead loop running forever.
6059 (fork_parent): Run forever too.
6060
60612018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6062
6063 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6064 mi_continue_to_line.
6065 * gdb.mi/mi-stack.c (callee4): Add comment.
6066
60672018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6068
6069 * gdb.mi/mi-stack.exp: Fix indentation.
6070
60712018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6072
6073 PR gdb/22979
6074 * gdb.arch/amd64-osabi.exp: New file.
6075
60762018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6077
6078 PR gdb/22980
6079 * gdb.base/osabi.exp: New file.
6080
60812018-04-02 Weimin Pan <weimin.pan@oracle.com>
6082
6083 * gdb.cp/static-typedef-print.exp: New file.
6084 * gdb.cp/static-typedef-print.cc: New file.
6085
60862018-03-27 Joel Brobecker <brobecker@adacore.com>
6087
6088 * gdb.ada/varsize_limit: New testcase.
6089
60902018-03-27 Joel Brobecker <brobecker@adacore.com>
6091
6092 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6093
6094 * gdb.ada/notcplusplus: New testcase.
6095
6096 * gdb.base/c-linkage-name.c: New file.
6097 * gdb.base/c-linkage-name.exp: New testcase.
6098
60992018-03-26 Tom Tromey <tom@tromey.com>
6100
6101 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6102 * gdb.python/py-framefilter.py (name_error): New global.
6103 (ErrorInName.function): Use name_error.
6104
61052018-03-26 Tom Tromey <tom@tromey.com>
6106
6107 PR backtrace/15582:
6108 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6109
61102018-03-23 Keith Seitz <keiths@redhat.com>
6111
6112 PR c++/22968
6113 * gdb.cp/subtypes.exp: New file.
6114 * gdb.cp/subtypes.h: New file.
6115 * gdb.cp/subtypes.cc: New file.
6116 * gdb.cp/subtypes-2.cc: New file.
6117
61182018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6119
6120 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6121 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6122 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6123 -nostartfiles when compiling the test. Confirm that all registers
6124 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6125
61262018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6127
6128 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6129 option, syntax was wrong anyway.
6130 * gdb.arch/arm-disp-step.exp: Likewise.
6131 * gdb.arch/sparc64-regs.exp: Likewise.
6132 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6133 option, syntax was wrong anyway, switch to use
6134 prepare_for_testing.
6135 * gdb.arch/i386-disp-step.exp: Likewise.
6136
61372018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6138
6139 * gdb.ada/exec_changed.exp: Replace "target_info exists
6140 use_gdb_stub" by "use_gdb_stub".
6141 * gdb.ada/start.exp: Likewise.
6142 * gdb.base/async-shell.exp: Likewise.
6143 * gdb.base/attach-pie-misread.exp: Likewise.
6144 * gdb.base/attach-wait-input.exp: Likewise.
6145 * gdb.base/break-entry.exp: Likewise.
6146 * gdb.base/break-interp.exp: Likewise.
6147 * gdb.base/dprintf-detach.exp: Likewise.
6148 * gdb.base/nostdlib.exp: Likewise.
6149 * gdb.base/solib-nodir.exp: Likewise.
6150 * gdb.base/statistics.exp: Likewise.
6151 * gdb.base/testenv.exp: Likewise.
6152 * gdb.mi/mi-exec-run.exp: Likewise.
6153 * gdb.mi/mi-start.exp: Likewise.
6154 * gdb.multi/dummy-frame-restore.exp: Likewise.
6155 * gdb.multi/multi-arch-exec.exp: Likewise.
6156 * gdb.multi/multi-arch.exp: Likewise.
6157 * gdb.multi/tids.exp: Likewise.
6158 * gdb.multi/watchpoint-multi.exp: Likewise.
6159 * gdb.python/py-events.exp: Likewise.
6160 * gdb.threads/attach-into-signal.exp: Likewise.
6161 * gdb.threads/attach-stopped.exp: Likewise.
6162 * gdb.threads/threadapply.exp: Likewise.
6163 * lib/selftest-support.exp: Likewise.
6164
61652018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6166
6167 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6168
61692018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6170
6171 * gdb.perf/template-breakpoints.cc: New file.
6172 * gdb.perf/template-breakpoints.exp: New file.
6173 * gdb.perf/template-breakpoints.py: New file.
6174
61752018-03-19 Tom Tromey <tom@tromey.com>
6176
6177 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6178 y0.
6179 * gdb.rust/simple.exp: Test bare identifier form of struct
6180 initializer.
6181
61822018-03-19 Tom Tromey <tom@tromey.com>
6183
6184 * gdb.gdb/observer.exp: Remove.
6185
61862018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6187
6188 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6189 "qualified" option when setting breakpoints.
6190 * gdb.trace/backtrace.exp: Likewise.
6191 * gdb.trace/circ.exp: Likewise.
6192 * gdb.trace/collection.exp: Likewise.
6193 * gdb.trace/disconnected-tracing.exp: Likewise.
6194 * gdb.trace/ftrace-lock.exp: Likewise.
6195 * gdb.trace/ftrace.exp: Likewise.
6196 * gdb.trace/infotrace.exp: Likewise.
6197 * gdb.trace/packetlen.exp: Likewise.
6198 * gdb.trace/passc-dyn.exp: Likewise.
6199 * gdb.trace/qtro.exp: Likewise.
6200 * gdb.trace/read-memory.exp: Likewise.
6201 * gdb.trace/report.exp: Likewise.
6202 * gdb.trace/signal.exp: Likewise.
6203 * gdb.trace/status-stop.exp: Likewise.
6204 * gdb.trace/strace.exp: Likewise.
6205 * gdb.trace/tfind.exp: Likewise.
6206 * gdb.trace/trace-break.exp: Likewise.
6207 * gdb.trace/trace-condition.exp: Likewise.
6208 * gdb.trace/trace-mt.exp: Likewise.
6209 * gdb.trace/tstatus.exp: Likewise.
6210 * gdb.trace/tsv.exp: Likewise.
6211 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6212 * gdb.trace/unavailable.exp: Likewise.
6213 * gdb.trace/while-dyn.exp: Likewise.
6214
62152018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6216
6217 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6218 that libinproctrace is copied to the target.
6219
62202018-03-14 Tom Tromey <tom@tromey.com>
6221
6222 PR cli/14977:
6223 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6224 a null pointer.
6225 * gdb.base/wchar.exp: Likewise.
6226
62272018-03-14 Tom Tromey <tom@tromey.com>
6228
6229 PR cli/19918:
6230 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6231 flag.
6232
62332018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6234
6235 PR gdb/22841
6236 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6237 "target" to remote_exec.
6238
62392018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6240
6241 PR gdb/22841
6242 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6243 ${board}_upload): Remove.
6244
62452018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6246
6247 * gdb.cp/watch-cp.cc: New test.
6248 * gdb.cp/watch-cp.exp: New file.
6249
62502018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6251
6252 * gdb.base/infcall-nested-structs.exp: New file.
6253 * gdb.base/infcall-nested-structs.c: New file.
6254 * gdb.base/float.exp: Add riscv support.
6255
62562018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6257
6258 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6259 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6260
62612018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6262
6263 * gdb.server/abspath.exp: New file.
6264 * lib/gdb.exp (with_cwd): New procedure.
6265
62662018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6267
6268 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6269 use it.
6270 (gdb_is_target_remote_prompt): New proc.
6271 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6272 (gdb_is_target_native): Pass prompt parameter to
6273 gdb_is_target_1.
6274
62752018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6276
6277 * gdb.base/load-command.c: New file.
6278 * gdb.base/load-command.exp: New file.
6279 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6280 (gdb_is_target_1): ...this, and generalize for other targets
6281 than just remote.
6282 (gdb_is_target_remote): Use gdb_is_target_1.
6283 (gdb_is_target_native): use gdb_is_target_1.
6284
62852018-02-26 Tom Tromey <tom@tromey.com>
6286
6287 PR python/16497:
6288 * gdb.python/py-framefilter.exp: Update test.
6289
62902018-02-26 Tom Tromey <tom@tromey.com>
6291
6292 * gdb.dwarf2/variant.c: New file.
6293 * gdb.dwarf2/variant.exp: New file.
6294
62952018-02-26 Tom Tromey <tom@tromey.com>
6296
6297 * gdb.rust/simple.exp: Accept more possible results in enum test.
6298
62992018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6300
6301 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6302 parentheses.
6303
63042018-02-23 Maciej W. Rozycki <macro@mips.com>
6305
6306 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6307 name of a variable: $actual_linejj -> $actual_line.
6308
63092018-02-21 John Baldwin <jhb@FreeBSD.org>
6310
6311 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6312
63132018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6314
6315 * gdb.btrace/buffer-size.exp: Do not force BTS.
6316
63172018-02-14 Pedro Alves <palves@redhat.com>
6318
6319 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6320 getting a "Quit".
6321
63222018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6323
6324 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6325 Fix test name.
6326
63272018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6328
6329 * gdb.cp/m-static.exp: Check type of optimized out static
6330 member.
6331
63322018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6333
6334 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6335 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6336
63372018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6338 Leszek Swirski <leszeks@google.com>
6339
6340 * gdb.python/py-prettyprint.c
6341 (struct to_string_returns_value_inner,
6342 struct to_string_returns_value_wrapper): New.
6343 (main): Add tsrvw variable.
6344 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6345 ToStringReturnsValueWrapper): New classes.
6346 (register_pretty_printers): Register new pretty-printers.
6347 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6348 recursive pretty printer.
6349 * gdb.python/py-mi.exp: Likewise.
6350
63512018-02-01 Leszek Swirski <leszeks@google.com>
6352
6353 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6354 functions with the same name as an include file are parsed
6355 correctly.
6356
63572018-02-01 Yao Qi <yao.qi@linaro.org>
6358
6359 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6360 "\[^\r\n\]*".
6361
63622018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6363
6364 * gdb.arch/powerpc-prologue-frame.s: New file.
6365 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6366 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6367
63682018-01-31 Joel Brobecker <brobecker@adacore.com>
6369
6370 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6371
63722018-01-30 Pedro Alves <palves@redhat.com>
6373
6374 PR gdb/13211
6375 * gdb.base/interrupt-daemon.c: New.
6376 * gdb.base/interrupt-daemon.exp: New.
6377 * gdb.multi/multi-term-settings.c: New.
6378 * gdb.multi/multi-term-settings.exp: New.
6379
63802018-01-30 Joel Brobecker <brobecker@adacore.com>
6381
6382 * gdb.base/break.exp: Save the location where the breakpoint
6383 on break.c:47 was actually inserted when debugging the version
6384 compiled at -O2 and use it in the expected output of the "info
6385 break" test performed soon after.
6386
63872018-01-22 Pedro Alves <palves@redhat.com>
6388 Sergio Durigan Junior <sergiodj@redhat.com>
6389
6390 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6391 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6392
63932018-01-22 Joel Brobecker <brobecker@adacore.com>
6394
6395 * gdb.base/break-include.c, gdb.base/break-include.inc,
6396 gdb.base/break-include.exp: New files.
6397 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6398 line number now being the actual line number where the breakpoint
6399 was inserted.
6400 * gdb.mi/mi-break.exp: Likewise.
6401 * gdb.mi/mi-reverse.exp: Likewise.
6402 * gdb.mi/mi-simplerun.exp: Ditto.
6403
64042018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6405
6406 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6407 varobj.
6408 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6409
64102018-01-21 Don Breazeal <donb@codesourcery.com>
6411 Andrew Burgess <andrew.burgess@embecosm.com>
6412
6413 * gdb.mi/basics.c: Add new global.
6414 * gdb.mi/mi-frame-regs.exp: New file.
6415 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6416 case.
6417
64182018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6419
6420 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6421 non-parameter, and on an unknown symbol.
6422
64232018-01-19 Tom Tromey <tom@tromey.com>
6424
6425 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6426 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6427
64282018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6429
6430 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6431 setrlimit and chdir to int.
6432
64332018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6434
6435 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6436 function.
6437 (my_tend): Likewise.
6438 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6439 rationale of avoiding FP- and vector instructions.
6440
64412018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6442
6443 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6444 "info reg" with "\[ \t\]*".
6445 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6446 "\[ \t\]+".
6447 * gdb.arch/s390-multiarch.exp: Ditto.
6448 * gdb.base/pc-fp.exp: Ditto.
6449 * gdb.reverse/i386-precsave.exp: Ditto.
6450 * gdb.reverse/i386-reverse.exp: Ditto.
6451 * gdb.reverse/i387-env-reverse.exp: Ditto.
6452 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6453
64542018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6455
6456 * lib/gdb.exp (gdb_compile): Re-enable use of
6457 universal_compile_options for languages other than Rust.
6458
64592018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6460
6461 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6462
64632018-01-17 Mike Gulick <mgulick@mathworks.com>
6464
6465 PR gdb/16577
6466 * gdb.base/solib-vanish.exp: New.
6467 * gdb.base/solib-vanish-main.c: New.
6468 * gdb.base/solib-vanish-lib1.c: New.
6469 * gdb.base/solib-vanish-lib2.c: New.
6470
64712018-01-17 Yao Qi <yao.qi@linaro.org>
6472
6473 * gdb.compile/compile.exp: Match the address printed for
6474 frame in the output of command "bt".
6475
64762018-01-15 Tom Tromey <tom@tromey.com>
6477
6478 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6479 compute sp_reg.
6480
64812018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6482
6483 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6484 to prepare.
6485 (prepare): Return 0 on error, 1 on success.
6486
64872018-01-12 Pedro Alves <palves@redhat.com>
6488
6489 * gdb.base/continue-after-aborted-step-over.c: New.
6490 * gdb.base/continue-after-aborted-step-over.exp: New.
6491
64922018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6493
6494 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6495 options when not creating an executable.
6496
64972018-01-11 Pedro Alves <palves@redhat.com>
6498
6499 PR remote/22597
6500 * gdb.server/stop-reply-no-thread.c: New file.
6501 * gdb.server/stop-reply-no-thread.exp: New file.
6502
65032018-01-10 Pedro Alves <palves@redhat.com>
6504
6505 PR gdb/22670
6506 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6507 functions too. Test setting breakpoints and printing C functions
6508 with no debug info too.
6509 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6510
65112018-01-10 Pedro Alves <palves@redhat.com>
6512
6513 PR gdb/22670
6514 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6515 a fail.
6516
65172018-01-10 Pedro Alves <palves@redhat.com>
6518
6519 PR gdb/22670
6520 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6521
65222018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6523
6524 * gdb.server/unittest.exp: Match the output in non-development
6525 mode.
6526
65272018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6528
6529 * gdb.gdb/unittest.exp: Match output in non-development mode.
6530
65312018-01-08 Joel Brobecker <brobecker@adacore.com>
6532
6533 * gdb.ada/access_tagged_param.exp: Relax expected output
6534 for value of "ObjL" in "continue" to pck.inspect breakpoint
6535 test.
6536
65372018-01-08 Joel Brobecker <brobecker@adacore.com>
6538
6539 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6540 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6541
65422018-01-05 Pedro Alves <palves@redhat.com>
6543
6544 PR gdb/18653
6545 * gdb.base/libsegfault.exp: New.
6546
65472018-01-05 Joel Brobecker <brobecker@adacore.com>
6548
6549 PR gdb/22670
6550 * gdb.ada/access_tagged_param.exp: New file.
6551 * gdb.ada/access_tagged_param/foo.adb: New file.
6552
65532018-01-05 Pedro Alves <palves@redhat.com>
6554
6555 PR gdb/22670
6556 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6557 exercise lower case too, and to exercise both full matching and
6558 wild matching.
6559
65602018-01-05 Joel Brobecker <brobecker@adacore.com>
6561
6562 * gdb.ada/rename_subscript_param: New testcase.
6563
65642018-01-05 Jerome Guitton <guitton@adacore.com>
6565
6566 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6567
65682018-01-05 Joel Brobecker <brobecker@adacore.com>
6569
6570 * gdb.ada/convvar_comp: New testcase.
6571
65722018-01-05 Xavier Roirand <roirand@adacore.com>
6573
6574 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6575 (My_Table): New global variable.
6576 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6577
65782018-01-04 Joel Brobecker <brobecker@adacore.com>
6579
6580 PR gdb/22670
6581 * gdb.ada/maint_with_ada: New testcase.
6582
65832018-01-04 Joel Brobecker <brobecker@adacore.com>
6584
6585 PR gdb/22670
6586 * gdb.ada/bp_c_mixed_case: New testcase.
6587
65882018-01-04 Joel Brobecker <brobecker@adacore.com>
6589
6590 PR gdb/22670
6591 * gdb.ada/complete.exp: Add "complete break ada" test.
6592
65932018-01-04 Joel Brobecker <brobecker@adacore.com>
6594
6595 PR gdb/22670
6596 * gdb.ada/info_addr_mixed_case: New testcase.
6597
65982018-01-03 Xavier Roirand <roirand@adacore.com>
6599
6600 * gdb.ada/excep_handle.exp: New testcase.
6601 * gdb.ada/excep_handle/foo.adb: New file.
6602 * gdb.ada/excep_handle/pck.ads: New file.
6603
66042018-01-03 Joel Brobecker <brobecker@adacore.com>
6605
6606 * gdb.base/step-line.c: Add extra empty line in copyright header.
6607 * gdb.base/step-line.inp: Likewise.
6608
66092018-01-02 Joel Brobecker <brobecker@adacore.com>
6610
6611 * gdb.ada/dyn_stride.exp: Add slice test.
6612
66132018-01-02 Joel Brobecker <brobecker@adacore.com>
6614
6615 * gdb.ada/dyn_stride: New testcase.
6616
66172017-12-27 Stafford Horne <shorne@gmail.com>
6618
6619 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6620 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6621
66222017-12-27 Stafford Horne <shorne@gmail.com>
6623
6624 * gdb.base/reggroups.c: New file.
6625 * gdb.base/reggroups.exp: New file.
6626
66272017-12-18 Joel Brobecker <brobecker@adacore.com>
6628
6629 * gdb.dwarf2/ada-valprint-error.c: New file.
6630 * gdb.dwarf2/ada-valprint-error.exp: New file.
6631
66322017-12-18 Joel Brobecker <brobecker@adacore.com>
6633
6634 * gdb.ada/assign_arr: New testcase.
6635
66362017-12-18 Xavier Roirand <roirand@adacore.com>
6637
6638 * gdb.ada/funcall_ptr: New testcase.
6639
66402017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6641
6642 PR cli/16224
6643 * gdb.base/ptype-offsets.cc: New file.
6644 * gdb.base/ptype-offsets.exp: New file.
6645
66462017-12-15 Yao Qi <yao.qi@linaro.org>
6647
6648 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6649 if XML is disabled.
6650
66512017-12-15 Xavier Roirand <roirand@adacore.com>
6652
6653 * gdb.ada/same_component_name: New testcase.
6654
66552017-12-14 Joel Brobecker <brobecker@adacore.com>
6656
6657 * gdb.ada/str_binop_equal: New testcase.
6658
66592017-12-14 Joel Brobecker <brobecker@adacore.com>
6660
6661 * gdb.ada/task_switch_in_core: New testcase.
6662
66632017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6664
6665 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6666 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6667 call test_bkpt_qualified.
6668 (test_bkpt_qualified): New proc.
6669
66702017-12-13 Pedro Alves <palves@redhat.com>
6671
6672 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6673 Tighten regexp by matching with an anchor.
6674
66752017-12-13 Pedro Alves <palves@redhat.com>
6676
6677 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6678 ("expression with namespace"): New set of tests.
6679 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6680 (Nested::Test_NS::qux): New.
6681 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6682 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6683
66842017-12-13 Joel Brobecker <brobecker@adacore.com>
6685
6686 * gdb.base/server-del-break.c: New file.
6687 * gdb.base/server-del-break.exp: New file.
6688
66892017-12-12 Stafford Horne <shorne@gmail.com>
6690
6691 * gdb.xml/tdesc-regs.exp: Add or1k support.
6692
66932017-12-12 Stafford Horne <shorne@gmail.com>
6694
6695 * gdb.base/bp-permanent.c: Define nop of or1k.
6696
66972017-12-11 Joel Brobecker <brobecker@adacore.com>
6698
6699 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6700 output with components being reordered.
6701
67022017-12-11 Joel Brobecker <brobecker@adacore.com>
6703
6704 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6705 output with components being reordered.
6706
67072017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6708 Pedro Alves <palves@redhat.com>
6709
6710 * gdb.base/maint.exp (check for .gdb_index): Check also for
6711 .debug_names.
6712 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6713 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6714 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6715 (.gdb_index used after symbol reloading): Support also .debug_names.
6716 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6717
67182017-12-08 Yao Qi <yao.qi@linaro.org>
6719
6720 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6721 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6722
67232017-12-08 Yao Qi <yao.qi@linaro.org>
6724
6725 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6726 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6727
67282017-12-08 Yao Qi <yao.qi@linaro.org>
6729
6730 * gdb.arch/aarch64-tagged-pointer.c: New file.
6731 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6732
67332017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6734
6735 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6736 "int".
6737
67382017-12-07 Keith Seitz <keiths@redhat.com>
6739
6740 PR breakpoints/22569
6741 * gdb.linespec/ls-errs.exp: Change expected result of "break
6742 -source this file has spaces.c -line 3".
6743 Check that an explicit source file followed by whitespace is
6744 identified as an invalid explicit location.
6745
67462017-12-07 Keith Seitz <keiths@redhat.com>
6747
6748 * gdb.cp/nested-types.cc: New file.
6749 * gdb.cp/nested-types.exp: New file.
6750 * lib/cp-support.exp: Load data-structures.exp library.
6751 (debug_cp_test_ptype_class): New global.
6752 (cp_ptype_class_verbose, next_line): New procedures.
6753 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6754 Add and document new return value.
6755 Switch the list of lines to a queue.
6756 Add support for new `type' key for nested type definitions.
6757 Add debugging/troubleshooting messages.
6758 * lib/data-structures.exp: New file.
6759
67602017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6761
6762 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6763 with proc_with_prefix, don't use with_test_prefix.
6764
67652017-12-07 Tom Tromey <tom@tromey.com>
6766
6767 * gdb.base/break.exp: Add test for empty "commands".
6768
67692017-12-07 Yao Qi <yao.qi@linaro.org>
6770
6771 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6772 malloc and catch syscall.
6773
67742017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6775
6776 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6777 tests for explicit locations.
6778
67792017-12-06 Pedro Alves <palves@redhat.com>
6780
6781 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6782 force-disabling XML descriptions.
6783
67842017-12-04 Pedro Alves <palves@redhat.com>
6785
6786 PR gdb/22499
6787 * gdb.arch/amd64-disp-step-avx.S: New file.
6788 * gdb.arch/amd64-disp-step-avx.exp: New file.
6789
67902017-12-03 Pedro Alves <palves@redhat.com>
6791
6792 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6793 and <string.h>.
6794 (parent_function): Print distinct messages when waitpid fails, or
6795 the child exits with a signal, or the child exits for an unhandled
6796 reason.
6797 * gdb.threads/process-dies-while-detaching.exp
6798 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6799 it. Wait for both inferior output and GDB's prompt. Use an
6800 indirect spawn id list.
6801 (do_detach): New parameter 'child_exit'. Use it to compute
6802 expected inferior output.
6803 (test_detach, test_detach_watch, test_detach_killed_outside):
6804 Adjust to pass down the expected child exit kind.
6805
68062017-12-01 Joel Brobecker <brobecker@adacore.com>
6807 Sergio Durigan Junior <sergiodj@redhat.com>
6808 Pedro Alves <palves@redhat.com>
6809
6810 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6811
68122017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6813
6814 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6815 to 'symbol-file' and 'add-symbol-file' can be
6816 position-independent.
6817
68182017-12-01 Yao Qi <yao.qi@linaro.org>
6819
6820 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6821 the URL in copyright header.
6822 * gdb.arch/aarch64-fp.exp: Likewise.
6823 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6824 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6825 * gdb.base/expand-psymtabs.exp: Likewise.
6826 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6827 * gdb.fortran/common-block.exp: Likewise.
6828 * gdb.fortran/common-block.f90: Likewise.
6829 * gdb.fortran/logical.exp: Likewise.
6830 * gdb.fortran/vla-datatypes.f90: Likewise.
6831 * gdb.fortran/vla-sub.f90: Likewise.
6832
68332017-11-30 Joel Brobecker <brobecker@adacore.com>
6834
6835 * gdb.ada/repeat_dyn: New testcase.
6836
68372017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6838
6839 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6840 Update for changed thread numbering.
6841 * gdb.cell/bt.exp: Update for changed GDB output.
6842
68432017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6844
6845 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6846 setting isremote by hand.
6847 * boards/dwarf4-gdb-index.exp: Likewise.
6848 * boards/fission.exp: Likewise.
6849 * boards/stabs.exp: Likewise.
6850
68512017-11-30 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.linespec/cpls-ops.exp
6854 (check_explicit_skips_function_argument): Extract the underlying
6855 type of size_t instead of hardcoding it.
6856
68572017-11-29 Pedro Alves <palves@redhat.com>
6858
6859 PR c++/19436
6860 * gdb.linespec/cpls-abi-tag.cc: New file.
6861 * gdb.linespec/cpls-abi-tag.exp: New file.
6862
68632017-11-29 Pedro Alves <palves@redhat.com>
6864
6865 * gdb.base/langs.exp: Use -qualified.
6866 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6867 it.
6868 * gdb.cp/namespace.exp: Use -qualified.
6869 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6870 (overload-3, template-overload, template-ret-type, const-overload)
6871 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6872 procedures.
6873 (test_driver): Call them.
6874 * gdb.cp/save-bp-qualified.cc: New.
6875 * gdb.cp/save-bp-qualified.exp: New.
6876 * gdb.linespec/explicit.exp: Test -qualified.
6877 * lib/completion-support.exp (completion::explicit_opts_list): Add
6878 "-qualified".
6879 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6880
68812017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6882
6883 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6884
68852017-11-29 Tom Tromey <tom@tromey.com>
6886
6887 * gdb.base/relocate.exp: Update invalid argument test.
6888 Add new tests for invalid arguments.
6889
68902017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6891
6892 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6893 Return 0 as a long.
6894 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6895
68962017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6897
6898 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6899 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6900 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6901 func ().
6902 * gdb.cp/shadow.cc (B.func): Return 0.
6903
69042017-11-27 Joel Brobecker <brobecker@adacore.com>
6905
6906 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6907 expected output in gdb_expect call to allow the exception
6908 message to be present as well. Fix syntax confusion to avoid
6909 TCL thinking that exception_name is an array.
6910
69112017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6912
6913 * gdb.arch/spu-info.c: Include <unistd.h>.
6914 (do_signal_test): Fix broken calls to write.
6915 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6916 Fix checks for empty mailboxes. Update signal tests for corrected
6917 do_signal_test routine. Allow nonzero event status.
6918 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6919 * gdb.cell/arch.exp: Use standard_output_file.
6920 * gdb.cell/break.exp: Likewise.
6921 * gdb.cell/bt.exp: Likewise.
6922 * gdb.cell/core.exp: Likewise.
6923 * gdb.cell/dwarfaddr.exp: Likewise.
6924 * gdb.cell/ea-cache.exp: Likewise.
6925 * gdb.cell/ea-standalone.exp: Likewise.
6926 * gdb.cell/f-regs.exp: Likewise.
6927 * gdb.cell/fork.exp: Likewise.
6928 * gdb.cell/gcore.exp: Likewise.
6929 * gdb.cell/mem-access.exp: Likewise.
6930 * gdb.cell/ptype.exp: Likewise.
6931 * gdb.cell/registers.exp: Likewise.
6932 * gdb.cell/sizeof.exp: Likewise.
6933 * gdb.cell/solib-symbol.exp: Likewise.
6934 * gdb.cell/solib.exp: Likewise.
6935
69362017-11-25 Pedro Alves <palves@redhat.com>
6937
6938 * gdb.base/complete-empty.exp: New file.
6939 * gdb.base/completion.exp: Adjust.
6940
69412017-11-25 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.linespec/cpls-ops.cc: New file.
6944 * gdb.linespec/cpls-ops.exp: New file.
6945 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6946 factored out from ...
6947 (test_complete_prefix_range): ... this.
6948
69492017-11-24 Pedro Alves <palves@redhat.com>
6950
6951 * gdb.linespec/cpcompletion.exp: New file.
6952 * gdb.linespec/cpls-hyphen.cc: New file.
6953 * gdb.linespec/cpls.cc: New file.
6954 * gdb.linespec/cpls2.cc: New file.
6955 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6956 test to use test_gdb_complete_unique. Add label completion,
6957 keyword completion and explicit location completion tests.
6958 * lib/completion-support.exp: New file.
6959
69602017-11-24 Joel Brobecker <brobecker@adacore.com>
6961
6962 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6963 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6964 when hitting an exception catchpoint.
6965
69662017-11-22 Yao Qi <yao.qi@linaro.org>
6967
6968 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6969
69702017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6971
6972 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6973 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6974 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6975
69762017-11-22 Yao Qi <yao.qi@linaro.org>
6977
6978 * gdb.base/info-os.exp: Pass pthreads.
6979 * gdb.multi/multi-attach.exp: Likewise.
6980
69812017-11-22 Yao Qi <yao.qi@linaro.org>
6982
6983 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6984 compiler.
6985
69862017-11-22 Yao Qi <yao.qi@linaro.org>
6987
6988 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6989 * gdb.base/break-interp.exp: Likewise.
6990 * gdb.base/jit-attach-pie.exp: Likewise.
6991
69922017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6993
6994 * gdb.base/float128.c (large128): New variable.
6995 * gdb.base/float128.exp: Add test to print largest __float128 value.
6996
69972017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6998
6999 * gdb.arch/vsx-regs.exp: Update register content checks.
7000
70012017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7002
7003 * gdb.arch/ppc-longdouble.exp: New file.
7004 * gdb.arch/ppc-longdouble.c: Likewise.
7005
70062017-11-21 Pedro Alves <palves@redhat.com>
7007
7008 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7009
70102017-11-20 Pedro Alves <palves@redhat.com>
7011
7012 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7013 (long_double_typedef): New typedefs.
7014 Use DEF on double and long double.
7015 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7016 cases.
7017 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7018 and 'long_double_ptr_same_size' locals. Use them to decide
7019 whether cast from array/function to float is valid/invalid.
7020
70212017-11-17 Tom Tromey <tom@tromey.com>
7022
7023 * gdb.rust/traits.rs: New file.
7024 * gdb.rust/traits.exp: New file.
7025
70262017-11-17 Joel Brobecker <brobecker@adacore.com>
7027
7028 * gdb.ada/minsyms: New testcase.
7029
70302017-11-16 Pedro Alves <palves@redhat.com>
7031
7032 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7033 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7034
70352017-11-16 Pedro Alves <palves@redhat.com>
7036
7037 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7038 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7039
70402017-11-16 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.server/reconnect-ctrl-c.c: New file.
7043 * gdb.server/reconnect-ctrl-c.exp: New file.
7044
70452017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7046
7047 * gdb.python/py-rbreak.exp: New file.
7048 * gdb.python/py-rbreak.c: New file.
7049 * gdb.python/py-rbreak-func2.c: New file.
7050
70512017-11-16 Pedro Alves <palves@redhat.com>
7052
7053 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7054 pattern.
7055 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7056 GDB.
7057
70582017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7059
7060 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7061 regex.
7062
70632017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7064
7065 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7066 test names.
7067
70682017-11-09 Pedro Alves <palves@redhat.com>
7069
7070 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7071 factored out from ...
7072 (top level): ... here, and adjusted to avoid expecting beyond the
7073 prompt in a single gdb_test_multiple.
7074
70752017-11-09 Pedro Alves <palves@redhat.com>
7076
7077 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7078 output.
7079 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7080 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7081 * gdb.server/ext-run.exp ("kill" test): Likewise.
7082 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7083
70842017-11-09 Pedro Alves <palves@redhat.com>
7085
7086 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7087 match till end of line.
7088
70892017-11-09 Pedro Alves <palves@redhat.com>
7090
7091 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7092
70932017-11-09 Pedro Alves <palves@redhat.com>
7094
7095 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7096 New procedures, factored out from ...
7097 (top level): ... here, and adjusted to avoid expecting beyond the
7098 prompt in one go.
7099
71002017-11-09 Pedro Alves <palves@redhat.com>
7101
7102 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7103 output. Fix '?' match.
7104
71052017-11-08 Joel Brobecker <brobecker@adacore.com>
7106
7107 * gdb.ada/scoped_watch: New testcase.
7108 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7109 which is actually correct.
7110 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7111 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7112
71132017-11-08 Pedro Alves <palves@redhat.com>
7114
7115 * gdb.gdb/complaints.exp (test_initial_complaints)
7116 (test_serial_complaints, test_short_complaints): Call
7117 complaint_internal instead of complaint.
7118
71192017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7120
7121 * gdb.threads/tls-core.c: New file.
7122 * gdb.threads/tls-core.exp: Likewise.
7123
71242017-11-08 Pedro Alves <palves@redhat.com>
7125
7126 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7127 (p Exported_Capitalized): New test.
7128 (p exported_capitalized): New test.
7129
71302017-11-07 Pedro Alves <palves@redhat.com>
7131
7132 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7133
71342017-11-07 Pedro Alves <palves@redhat.com>
7135
7136 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7137 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7138 (disable_invalid, disable_inverted, disable_negative): New
7139 procedures.
7140 ("bad numbers"): New set of tests.
7141
71422017-11-07 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.cp/ena-dis-br-range.exp: Add tests.
7145
71462017-11-07 Pedro Alves <palves@redhat.com>
7147
7148 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7149
71502017-11-07 Xavier Roirand <roirand@adacore.com>
7151 Pedro Alves <palves@redhat.com>
7152
7153 * gdb.base/ena-dis-br.exp: Add reference to
7154 gdb.cp/ena-dis-br-range.exp.
7155 * gdb.cp/ena-dis-br-range.exp: New file.
7156 * gdb.cp/ena-dis-br-range.cc: New file.
7157
71582017-11-06 Pedro Alves <palves@redhat.com>
7159
7160 * gdb.base/attach-non-pgrp-leader.c: New.
7161 * gdb.base/attach-non-pgrp-leader.exp: New.
7162
71632017-11-06 Pedro Alves <palves@redhat.com>
7164
7165 * configure.ac: No longer check for termio.h and sgtty.h.
7166 * configure: Regenerate.
7167 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7168 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7169 Remove termio and sgtty code.
7170
71712017-11-03 Yao Qi <yao.qi@linaro.org>
7172
7173 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7174 in GDB is disabled.
7175
71762017-11-03 Yao Qi <yao.qi@linaro.org>
7177
7178 * gdb.python/py-thrhandle.exp: Skip it if python is not
7179 enabled.
7180
71812017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7182
7183 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7184 as a breakpoint command.
7185
71862017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7187
7188 PR python/21213
7189 * gdb.python/py-infthread.exp: Test calling
7190 InferiorThread.inferior () multiple times in a row.
7191
71922017-10-27 Keith Seitz <keiths@redhat.com>
7193
7194 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7195 Test "info break" for every inlined function breakpoint.
7196
71972017-10-27 Yao Qi <yao.qi@linaro.org>
7198
7199 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7200
72012017-10-26 Patrick Frants <osscontribute@gmail.com>
7202
7203 * gdb.cp/classes.exp (test_static_members): Test printing
7204 Outer::instance.
7205 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7206 (Inner::instance, Outer::instance): New.
7207
72082017-10-24 Pedro Alves <palves@redhat.com>
7209
7210 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7211 extra console" test in two stages.
7212
72132017-10-24 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7216
72172017-10-24 Pedro Alves <palves@redhat.com>
7218
7219 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7220 loop.
7221
72222017-10-24 Pedro Alves <palves@redhat.com>
7223
7224 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7225 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7226
72272017-10-24 Pedro Alves <palves@redhat.com>
7228
7229 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7230 parameter and handle it. Don't output read value in test name.
7231
72322017-10-24 Pedro Alves <palves@redhat.com>
7233
7234 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7235 custom test name.
7236
72372017-10-24 Pedro Alves <palves@redhat.com>
7238
7239 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7240 include the unstable output directory name in the test's name.
7241 (initial_setup_simple) <'set args'>: Use custom test name.
7242
72432017-10-24 Pedro Alves <palves@redhat.com>
7244
7245 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7246 with explicit test name.
7247
72482017-10-20 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7251 'wait -i'. Use gdb_assert and remote_close.
7252
72532017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7254
7255 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7256 number from variable rather than hard-coded.
7257
72582017-10-19 Pedro Alves <palves@redhat.com>
7259
7260 * gdb.base/long-inferior-output.c: New file.
7261 * gdb.base/long-inferior-output.exp: New file.
7262
72632017-11-18 Keith Seitz <keiths@redhat.com>
7264
7265 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7266 method.
7267 (main): Call it.
7268 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7269 Add additional user-defined conversion operator tests.
7270
72712017-10-17 Pedro Alves <palves@redhat.com>
7272
7273 * boards/native-stdio-gdbserver.exp: Load "local-board".
7274
72752017-10-17 Pedro Alves <palves@redhat.com>
7276
7277 * gdb.base/quit-live.c: New file.
7278 * gdb.base/quit-live.exp: New file.
7279
72802017-10-16 Keith Seitz <keiths@redhat.com>
7281
7282 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7283 (class_with_protected_typedef, class_with_private_typedef)
7284 (struct_with_public_typedef, struct_with_protected_typedef)
7285 (struct_with_private_typedef): New classes/structs.
7286 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7287 typedefs and access specifiers.
7288
72892017-10-16 Pedro Alves <palves@redhat.com>
7290 Simon Marchi <simon.marchi@polymtl.ca>
7291
7292 * README (Local vs Remote vs Native): New section.
7293 * boards/local-board.exp: New file, with bits factored out from
7294 ...
7295 * boards/native-extended-gdbserver.exp: ... here. Load
7296 "local-board".
7297 * boards/native-gdbserver.exp: Load "local-board".
7298 (${board}_spawn, ${board}_exec): Delete.
7299 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7300 ...
7301 * boards/stdio-gdbserver-base.exp: ... this new file.
7302 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7303 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7304 procedure.
7305 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7306 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7307 stdio_gdbserver_command.
7308 (${board}_get_remote_address, ${board}_get_comm_port)
7309 (${board}_download, ${board}_upload): Delete.
7310 (get_target_remote_pipe_cmd): New.
7311
73122017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7313
7314 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7315 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7316 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7317 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7318 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7319 remove with_test_prefix.
7320
73212017-10-13 Pedro Alves <palves@redhat.com>
7322
7323 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7324 * gdb.base/annota1.exp: Use it instead of is_remote.
7325 * gdb.base/annota3.exp: Use it instead of is_remote.
7326 * gdb.cp/annota2.exp: Use it instead of is_remote.
7327 * gdb.cp/annota3.exp: Use it instead of is_remote.
7328 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7329
73302017-10-13 Pedro Alves <palves@redhat.com>
7331
7332 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7333 (test_num_test_vars, run_and_count_vars, find_env)
7334 (test_set_unset_env, test_inherit_env_var): New procedures.
7335 (top level): Use them.
7336
73372017-10-13 Pedro Alves <palves@redhat.com>
7338
7339 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7340 also skip on stub-like targets.
7341
73422017-10-13 Pedro Alves <palves@redhat.com>
7343
7344 PR gdb/22293
7345 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7346 (top level): Move some tests to ...
7347 (test_not_found): ... this new procedure.
7348 (top level): Call it.
7349
73502017-10-13 Pedro Alves <palves@redhat.com>
7351
7352 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7353 expect different "info terminal" output if testing with a
7354 non-native target.
7355
73562017-10-13 Pedro Alves <palves@redhat.com>
7357 Simon Marchi <simon.marchi@polymtl.ca>
7358
7359 PR python/12966
7360 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7361
73622017-10-13 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7365 already.
7366
73672017-10-13 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7370 is_remote.
7371
73722017-10-13 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7375 is_remote.
7376
73772017-10-13 Pedro Alves <palves@redhat.com>
7378
7379 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7380 is set.
7381 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7382 instead of is_remote.
7383
73842017-10-13 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7387 (top level): Add comment.
7388
73892017-10-13 Pedro Alves <palves@redhat.com>
7390
7391 * gdb.base/remote.exp (top level): Fix comment typo and add
7392 missing return.
7393
73942017-10-13 Pedro Alves <palves@redhat.com>
7395 Simon Marchi <simon.marchi@polymtl.ca>
7396
7397 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7398 calls and add comments. Skip test if use_gdb_stub is set.
7399 (top level): Use "set cwd" command instead of "cd" command.
7400
74012017-10-13 Pedro Alves <palves@redhat.com>
7402
7403 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7404 is_remote target check.
7405
74062017-10-13 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.base/scope.exp: Use build_executable + clean_restart +
7409 gdb_file_cmd instead of prepare_for_testing and no longer skip
7410 "before run" tests on is_remote target boards. Update comments.
7411 * boards/native-extended-gdbserver.exp
7412 (extended_gdbserver_load_last_file): New, factored out from ...
7413 (gdb_load): ... this. Move further below and add comment.
7414 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7415
74162017-10-12 Pedro Alves <palves@redhat.com>
7417
7418 * gdb.base/attach.exp: Remove references to gdb64.
7419 * gdb.base/dbx.exp: Remove references to gdb64.
7420
74212017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7422 Pedro Alves <palves@redhat.com>
7423
7424 * gdb.base/label.exp: Remove is_remote target check.
7425
74262017-10-12 Pedro Alves <palves@redhat.com>
7427
7428 * gdb.base/auvx.exp (coredir): Update comment.
7429 (top level) <core_works>: Use "set cwd" command instead of "cd"
7430 command.
7431
74322017-10-12 Pedro Alves <palves@redhat.com>
7433 Simon Marchi <simon.marchi@polymtl.ca>
7434
7435 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7436 target boards.
7437
74382017-10-12 Pedro Alves <palves@redhat.com>
7439 Simon Marchi <simon.marchi@polymtl.ca>
7440
7441 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7442 Instead skip if there's any gdb_protocol set.
7443
74442017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7445 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7448
74492017-10-12 Pedro Alves <palves@redhat.com>
7450 Simon Marchi <simon.marchi@polymtl.ca>
7451
7452 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7453 instead of on dejagnu remote boards.
7454
74552017-10-12 Pedro Alves <palves@redhat.com>
7456 Simon Marchi <simon.marchi@polymtl.ca>
7457
7458 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7459 checks. Use build_executable + clean_restart instead of
7460 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7461 of enabling non-stop after starting gdb.
7462
74632017-10-12 Pedro Alves <palves@redhat.com>
7464
7465 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7466 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7467 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7468 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7469
74702017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7471
7472 * gdb.arch/arc-tdesc-cpu.exp: New file.
7473 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7474
74752017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7476
7477 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7478
74792017-10-10 Pedro Alves <palves@redhat.com>
7480
7481 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7482 expect CLI output.
7483
74842017-10-10 Pedro Alves <palves@redhat.com>
7485
7486 * lib/selftest-support.exp (selftest_setup): Update for
7487 captured_command_loop's prototype change.
7488
74892017-10-09 Pedro Alves <palves@redhat.com>
7490
7491 Test both arch1=>arch2 and arch2=>arch1.
7492
7493 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7494 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7495 factored out to...
7496 (append_arch1_options, append_arch2_options, append_arch_options)
7497 (build_executables): New procedures.
7498 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7499 local.
7500 (top level): Add new 'first_arch' testing axis.
7501
75022017-10-09 Pedro Alves <palves@redhat.com>
7503
7504 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7505 (barrier): New.
7506 (thread_start, all_started): New functions.
7507 (main): Spawn new thread and wait until it is scheduled.
7508 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7509 option.
7510 (do_test): Add 'selected_thread' parameter. Run to all_started
7511 instead of main. Explicitly set the breakpoint at main. Switch
7512 to the SELECTED_THREAD thread.
7513 (top level): Test handling the exec event with either the main
7514 thread or the second thread selected.
7515
75162017-10-09 Pedro Alves <palves@redhat.com>
7517
7518 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7519 logic. Move STOP marker after the value checks.
7520 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7521 regexp.
7522
75232017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7524
7525 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7526
75272017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7528
7529 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7530 integer-to-dfp conversion.
7531 * gdb.base/dfp-test.exp: Likewise.
7532
75332017-10-04 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.multi/hangout.c: Include <unistd.h>.
7536 (hangout_loop): New function.
7537 (main): Call alarm. Call hangout_loop in a loop.
7538 * gdb.multi/hello.c: Include <unistd.h>.
7539 (hello_loop): New function.
7540 (main): Call alarm. Call hangout_loop in a loop.
7541 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7542 inferior with the other selected.
7543
75442017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7545
7546 * gdb.mi/list-thread-groups-available.exp: New file.
7547 * gdb.mi/list-thread-groups-available.c: New file.
7548
75492017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7550
7551 * gdb.base/set-cwd.exp: Make it available on
7552 native-extended-gdbserver.
7553
75542017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7555
7556 * gdb.base/set-cwd.c: New file.
7557 * gdb.base/set-cwd.exp: Likewise.
7558
75592017-10-02 Tom Tromey <tom@tromey.com>
7560
7561 PR rust/22236:
7562 * gdb.rust/simple.rs (main): New variable "fslice".
7563 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7564
75652017-10-02 Tom Tromey <tom@tromey.com>
7566
7567 * gdb.rust/simple.exp: Test ptype of a slice.
7568
75692017-10-02 Tom Tromey <tom@tromey.com>
7570
7571 * gdb.rust/simple.exp: Test index of slice.
7572
75732017-09-27 Tom Tromey <tom@tromey.com>
7574
7575 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7576
75772017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7578 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.base/compare-sections.exp (get value of read-only section): Read
7581 as unsigned value.
7582 (corrupt read-only section): Likewise and don't set written if patching
7583 failed.
7584
75852017-09-21 Kevin Buettner <kevinb@redhat.com>
7586
7587 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7588 files.
7589
75902017-09-20 Pedro Alves <palves@redhat.com>
7591
7592 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7593 symbol names in gdb's output.
7594 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7595
75962017-09-20 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7599 Rename to ...
7600 (test_list_ambiguous_symbol): ... this and add a symbol name
7601 parameter. Adjust.
7602 (test_list_ambiguous_function): Reimplement on top of
7603 test_list_ambiguous_symbol and also test listing ambiguous
7604 variables.
7605 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7606 (ambiguous_fun): ... this.
7607 (ambiguous_var): New.
7608 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7609 (ambiguous_fun): ... this.
7610 (ambiguous_var): New.
7611
76122017-09-19 John Baldwin <jhb@FreeBSD.org>
7613
7614 * gdb.base/starti.c: New file.
7615 * gdb.base/starti.exp: New file.
7616 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7617
76182017-09-14 Pedro Alves <palves@redhat.com>
7619
7620 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7621 (top level): Use it instead of runto.
7622
76232017-09-11 Tom Tromey <tom@tromey.com>
7624
7625 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7626
76272017-09-11 Tom Tromey <tom@tromey.com>
7628
7629 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7630 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7631
76322017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7633
7634 * gdb.fortran/printing-types.exp: New file.
7635 * gdb.fortran/printing-types.exp: New file.
7636
76372017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7638
7639 * gdb.fortran/vla-ptype.exp: Fix typos.
7640 * gdb.fortran/vla-value.exp: Same.
7641
76422017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7643
7644 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7645 * gdb.mi/mi-var-child-f.exp: Likewise.
7646 * gdb.mi/mi-vla-fortran.exp: Likewise.
7647
76482017-09-08 Frank Penczek <frank.penczek@intel.com>
7649 Christoph Weinmann <christoph.t.weinmann@intel.com>
7650 Bernhard Heckel <bernhard.heckel@intel.com>
7651
7652 * gdb.fortran/ptr-indentation.f90: New file.
7653 * gdb.fortran/ptr-indentation.exp: New file.
7654
76552017-09-05 Tom Tromey <tom@tromey.com>
7656
7657 PR gdb/22010:
7658 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7659
76602017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7661
7662 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7663
76642017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7665
7666 * gdb.threads/tls-nodebug-pie.c: New file.
7667 * gdb.threads/tls-nodebug-pie.exp: New file.
7668
76692017-09-05 Tom Tromey <tom@tromey.com>
7670
7671 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7672 for rust.
7673
76742017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7675
7676 * gdb.multi/multi-arch-exec.exp: Test with different
7677 "follow-exec-mode" settings.
7678 (do_test): New procedure.
7679
76802017-09-04 Pedro Alves <palves@redhat.com>
7681
7682 * gdb.base/func-static.c (S::method const, S::method volatile)
7683 (S::method volatile const): New methods.
7684 (c_s, v_s, cv_s): New instances.
7685 (main): Call method() on them.
7686 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7687 (cannot_resolve): New procedure.
7688 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7689 print-quote-unquoted columns.
7690 (do_test): Test printing each scope too.
7691
76922017-09-04 Pedro Alves <palves@redhat.com>
7693
7694 * gdb.base/local-static.exp: Also test with
7695 class::method::variable wholly quoted.
7696 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7697
76982017-09-04 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.base/local-static.c: New.
7701 * gdb.base/local-static.cc: New.
7702 * gdb.base/local-static.exp: New.
7703
77042017-09-04 Pedro Alves <palves@redhat.com>
7705
7706 * gdb.asm/asm-source.exp: Add casts to int.
7707 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7708 (dataglobal64_1, dataglobal64_2): New globals.
7709 * gdb.base/nodebug.exp: Test different expressions involving the
7710 new globals, with print, whatis and ptype. Add casts to int.
7711 * gdb.base/solib-display.exp: Add casts to int.
7712 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7713 * gdb.cp/m-static.exp: Add cast to int.
7714 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7715 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7716 tls variable with no debug info without a cast. Test with a cast
7717 to int too.
7718 * gdb.trace/entry-values.exp: Add casts.
7719
77202017-09-04 Pedro Alves <palves@redhat.com>
7721
7722 * gdb.base/nodebug.exp: Test that ptype's error about functions
7723 with unknown return type includes the function name too.
7724
77252017-09-04 Pedro Alves <palves@redhat.com>
7726
7727 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7728 return type of munmap in infcall.
7729 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7730 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7731 type of ftell in infcall.
7732 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7733 type of getpid in infcall.
7734 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7735 infcall.
7736 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7737 Bail on failure to extract the pid.
7738 * gdb.base/nodebug.c: #include <stdint.h>.
7739 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7740 New functions.
7741 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7742 Change expected output of print/whatis/ptype with functions with
7743 no debug info. Test all supported languages. Call
7744 test_call_promotion.
7745 * gdb.compile/compile.exp: Adjust expected output to expect
7746 warning.
7747 * gdb.threads/siginfo-threads.exp: Likewise.
7748
77492017-09-04 Pedro Alves <palves@redhat.com>
7750
7751 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7752 "prototypes". Test calling float functions via prototyped and
7753 unprototyped function pointers.
7754 (perform_all_tests): New parameter "prototypes". Pass it down.
7755 (top level): Pass down "prototypes" parameter to
7756 perform_all_tests.
7757
77582017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7759
7760 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7761 Test with nested loops.
7762
77632017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7764
7765 * gdb.base/commands.exp: Call the new procedures.
7766 (loop_break_test, loop_continue_test): New procedures.
7767
77682017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7769
7770 * gdb.base/commands.exp: Call new procedure.
7771 (define_if_without_arg_test): New procedure.
7772
77732017-09-04 Pedro Alves <palves@redhat.com>
7774
7775 * gdb.base/list-ambiguous.exp: New file.
7776 * gdb.base/list-ambiguous0.c: New file.
7777 * gdb.base/list-ambiguous1.c: New file.
7778 * gdb.base/list.exp (test_list_range): Adjust expected output.
7779
77802017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7781
7782 * gdb.base/share-env-with-gdbserver.c: New file.
7783 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7784
77852017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7786
7787 * gdb.base/commands.exp (gdbvar_simple_if_test,
7788 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7789 progvar_simple_if_test, progvar_simple_while_test,
7790 progvar_complex_if_while_test, user_defined_command_test,
7791 user_defined_command_args_eval,
7792 user_defined_command_args_stack_test,
7793 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7794 temporary_breakpoint_commands,
7795 gdb_test_no_prompt, redefine_hook_test,
7796 redefine_backtrace_test): Remove "global gdb_prompt".
7797
77982017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7799
7800 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7801 New proc, call it from toplevel.
7802
78032017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7804
7805 PR remote/21852
7806 * gdb.server/normal.c: New file, copied from gdb.base.
7807 * gdb.server/run-without-local-binary.exp: New file.
7808
78092017-08-07 Weimin Pan <weimin.pan@oracle.com>
7810
7811 * gdb.arch/sparc64-adi.exp: New file.
7812 * gdb.arch/sparc64-adi.c: New file.
7813
78142017-08-22 Pedro Alves <palves@redhat.com>
7815
7816 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7817 (top level): Add "list all overloads" tests.
7818
78192017-08-22 Tom Tromey <tom@tromey.com>
7820
7821 * gdb.gdb/xfullpath.exp: Remove.
7822
78232017-08-21 Pedro Alves <palves@redhat.com>
7824
7825 PR gdb/19487
7826 * gdb.base/symbol-alias.c: New.
7827 * gdb.base/symbol-alias2.c: New.
7828 * gdb.base/symbol-alias.exp: New.
7829
78302017-08-21 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.base/dfp-test.c
7833 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7834 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7835 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7836 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7837 * gdb.base/whatis-ptype-typedefs.c: New.
7838 * gdb.base/whatis-ptype-typedefs.exp: New.
7839 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7840 (an_int, an_int_type, an_int_type2): New globals.
7841 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7842 involving typedefs and cast expressions.
7843 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7844 (lookup_typedefs_function): New.
7845 (typedefs_pretty_printers_dict): New.
7846 (top level): Register lookup_typedefs_function in
7847 gdb.pretty_printers.
7848
78492017-08-18 Yao Qi <yao.qi@linaro.org>
7850
7851 * gdb.server/unittest.exp: New.
7852
78532017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7854
7855 PR gdb/21954
7856 * gdb.base/environ.exp: Add test to check if 'unset environment'
7857 works.
7858
78592017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7860
7861 * lib/gdb.exp (universal_compile_options): New caching proc.
7862 (gdb_compile): Suppress GCC's coloring of messages.
7863
78642017-08-14 Tom Tromey <tom@tromey.com>
7865
7866 PR gdb/21675:
7867 * gdb.base/printcmds.exp (test_radices): New function.
7868 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7869 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7870 * lib/gdb.exp (get_integer_valueof): Use p/d.
7871
78722017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7873
7874 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7875 characters.
7876
78772017-08-05 Tom Tromey <tom@tromey.com>
7878
7879 * gdb.rust/simple.exp: Allow String to appear in a different
7880 namespace.
7881
78822017-07-26 Yao Qi <yao.qi@linaro.org>
7883
7884 * gdb.gdb/unittest.exp: Invoke command
7885 "maintenance check xml-descriptions".
7886
78872017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7888
7889 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7890 calling context.
7891 (hex128): Drop erroneous calculation of parameters.
7892
78932017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7894
7895 * gdb.python/py-unwind.exp: Disable stack protection when
7896 building test file.
7897
78982017-07-20 Pedro Alves <palves@redhat.com>
7899
7900 * gdb.base/default.exp (set language): Adjust expected output.
7901
79022017-07-20 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7905 (test_minsym): ... this, and make static.
7906 (get_pck__foo__bar__minsym): Rename to ...
7907 (get_test_minsym): ... this.
7908 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7909 symbol names and comments.
7910 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7911 (get_test_minsym): ... this.
7912 (pck__foo__bar__minsym__2): Rename to ...
7913 (test_minsym): ... this.
7914 (main): Adjust.
7915
79162017-07-17 Pedro Alves <palves@redhat.com>
7917
7918 * gdb.base/completion.exp: Adjust expected output.
7919 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7920 the completer works.
7921
79222017-07-17 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7925
79262017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7927
7928 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7929
79302017-07-14 Tom Tromey <tom@tromey.com>
7931
7932 PR rust/21764:
7933 * gdb.rust/simple.exp: Add tests.
7934
79352017-07-14 Tom Tromey <tom@tromey.com>
7936
7937 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7938
79392017-07-14 Pedro Alves <palves@redhat.com>
7940
7941 * gdb.linespec/base/one/thefile.cc (z1): New function.
7942 * gdb.linespec/base/two/thefile.cc (z2): New function.
7943 * gdb.linespec/linespec.exp: Add tests.
7944
79452017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7946
7947 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7948 to mi_create_breakpoint.
7949
79502017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7951
7952 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7953 mi_create_breakpoint.
7954
79552017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7956
7957 * gdb.dlang/demangle.exp: Update for demangling changes.
7958
79592017-07-09 Tom Tromey <tom@tromey.com>
7960
7961 * gdb.dwarf2/shortpiece.exp: New file.
7962
79632017-07-06 David Blaikie <dblaikie@gmail.com>
7964
7965 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7966 built from fissiont-multi-cu{1,2}.c.
7967 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7968 except putting 'main' and 'func' in separate CUs in the same DWO file.
7969 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7970 test.
7971 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7972 test.
7973
79742017-07-06 Pedro Alves <palves@redhat.com>
7975
7976 * gdb.python/py-unwind.exp: Test flushregs.
7977
79782017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7979
7980 PR cli/21688
7981 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7982 tests for alias commands and trailing whitespace.
7983
79842017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7985
7986 PR cli/21688
7987 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7988 procedure. Call it.
7989
79902017-06-29 Pedro Alves <palves@redhat.com>
7991
7992 * gdb.base/printcmds.exp: Add tests.
7993
79942017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7995
7996 PR gdb/21337
7997 * gdb.base/reread-readsym.exp: New file.
7998 * gdb.base/reread-readsym.c: New file.
7999
80002017-06-21 Kevin Buettner <kevinb@redhat.com>
8001
8002 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8003 subpattern.
8004
80052017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8006
8007 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8008 extended mnemonic.
8009 * gdb.arch/powerpc-power9.s: Likewise.
8010
80112017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8012
8013 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8014 on 32-bit x86 targets. Exploit is_*_target macros where
8015 appropriate.
8016
80172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8018
8019 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8020 register pieces.
8021
80222017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8023
8024 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8025 located in one or more DWARF pieces.
8026
80272017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8028
8029 * lib/gdb.exp (get_endianness): New proc.
8030 * gdb.arch/aarch64-fp.exp: Use it.
8031 * gdb.arch/altivec-regs.exp: Likewise.
8032 * gdb.arch/e500-regs.exp: Likewise.
8033 * gdb.arch/vsx-regs.exp: Likewise.
8034 * gdb.base/dump.exp: Likewise.
8035 * gdb.base/funcargs.exp: Likewise.
8036 * gdb.base/gnu_vector.exp: Likewise.
8037 * gdb.dwarf2/formdata16.exp: Likewise.
8038 * gdb.dwarf2/implptrpiece.exp: Likewise.
8039 * gdb.dwarf2/nonvar-access.exp: Likewise.
8040 * gdb.python/py-inferior.exp: Likewise.
8041 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8042
80432017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8044
8045 PR gdb/21226
8046 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8047 stack value pieces are taken from the LSB end.
8048
80492017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8050
8051 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8052 variable at nonzero offset.
8053
80542017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8055
8056 * gdb.dwarf2/var-access.c: New file.
8057 * gdb.dwarf2/var-access.exp: New test.
8058 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8059
80602017-06-12 Tom Tromey <tom@tromey.com>
8061
8062 * gdb.dwarf2/formdata16.exp: Add tests.
8063
80642017-06-12 Tom Tromey <tom@tromey.com>
8065
8066 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8067
80682017-06-12 Tom Tromey <tom@tromey.com>
8069
8070 PR exp/16225:
8071 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8072 * gdb.arch/vsx-regs.exp: Update tests.
8073 * gdb.arch/s390-vregs.exp (hex128): New proc.
8074 Update test.
8075 * gdb.arch/altivec-regs.exp: Update tests.
8076
80772017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8078
8079 * gdb.base/startup-with-shell.c: New file.
8080 * gdb.base/startup-with-shell.exp: Likewise.
8081
80822017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8083
8084 * gdb.server/non-existing-program.exp: Update regex in order to
8085 reflect the fact that gdbserver is now using fork_inferior (with a
8086 shell) to startup the inferior.
8087
80882017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8089
8090 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8091 support function calls from GDB.
8092
80932017-05-21 Tom Tromey <tom@tromey.com>
8094
8095 PR rust/21466:
8096 * gdb.rust/unsized.exp: New file.
8097 * gdb.rust/unsized.rs: New file.
8098
80992017-05-19 Tom Tromey <tom@tromey.com>
8100
8101 PR rust/21484:
8102 * gdb.rust/watch.exp: New file.
8103 * gdb.rust/watch.rs: New file.
8104
81052017-05-18 Tom Tromey <tom@tromey.com>
8106
8107 * gdb.rust/simple.exp: Allow Box to be qualified.
8108
81092017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8110
8111 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8112
81132017-05-18 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.base/fileio.c (test_write, test_read, test_close)
8116 (test_fstat): Don't print 'ret' in the fail path.
8117
81182017-05-18 Pedro Alves <palves@redhat.com>
8119
8120 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8121 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8122 (test_system, test_rename, test_unlink, test_time): Change
8123 prototypes.
8124 * gdb.base/fileio.exp (stop_msg): Adjust.
8125
81262017-05-18 Pedro Alves <palves@redhat.com>
8127
8128 * gdb.base/fileio.c (null_str): New global.
8129 (test_stat): Use it.
8130 * gdb.base/fileio.exp: Remove nowarnings.
8131
81322017-05-17 Yao Qi <yao.qi@linaro.org>
8133
8134 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8135
81362017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8137
8138 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8139 argument command.
8140 (top-level): Invoke test_set_inferior_tty.
8141
81422017-05-04 Pedro Alves <palves@redhat.com>
8143
8144 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8145 Add parens to print call for Python 3.
8146
81472017-05-03 Keith Seitz <keiths@redhat.com>
8148
8149 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8150 (main): Call it.
8151
81522017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8153
8154 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8155 to prev and next.
8156
81572017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8158
8159 * gdb.python/py-record-btrace.exp: Remove test for
8160 gdb.BtraceInstruction.error.
8161
81622017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8163
8164 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8165
81662017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8167
8168 * gdb.python/py-record-btrace-threads.c: New file.
8169 * gdb.python/py-record-btrace-threads.exp: New file.
8170
81712017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8172
8173 PR testsuite/8595
8174 * gdb.base/environ.exp: Make test available in all architectures.
8175 Move bits related to "info program" testing to
8176 gdb.base/info-program.exp. Rewrite tests to use the two new
8177 procedures mentione below.
8178 (test_set_show_env_var) New procedure.
8179 (test_set_show_env_var_equal): Likewise.
8180 * gdb.base/info-program.exp: New file.
8181
81822017-04-27 Keith Seitz <keiths@redhat.com>
8183
8184 * gdb.cp/oranking.cc (test15): New function.
8185 (main): Call test15 and declare additional variables for testing.
8186 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8187 "p foo101('abc')" tests.
8188 Add tests for cv qualifier overloads.
8189 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8190 "lvalue reference overload" test.
8191 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8192 "print value of f1 on Child&& in f2" test.
8193
81942017-04-19 Pedro Alves <palves@redhat.com>
8195
8196 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8197 procedure.
8198 (top level): Call it.
8199 * lib/gdb.exp (gdb_define_cmd): New procedure.
8200
82012017-04-12 Pedro Alves <palves@redhat.com>
8202
8203 PR gdb/21323
8204 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8205 (wchar): New global.
8206 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8207 (do_test_wide_char, wide_char_types_no_program, top level): Add
8208 wchar_t testing.
8209
82102017-04-12 Pedro Alves <palves@redhat.com>
8211
8212 PR c++/21323
8213 * gdb.cp/wide_char_types.c: New file.
8214 * gdb.cp/wide_char_types.exp: New file.
8215
82162017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8217
8218 PR gdb/21352
8219 * gdb.trace/tsv.exp: Add test for "tsave -r".
8220
82212017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8222
8223 * gdb.dlang/watch-loc.c: New file.
8224 * gdb.dlang/watch-loc.exp: New file.
8225
82262017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8227
8228 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8229
82302017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8231
8232 * gdb.arch/arc-analyze-prologue.S: New file.
8233 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8234
82352017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8236
8237 * gdb.arch/arc-decode-insn.S: New file.
8238 * gdb.arch/arc-decode-insn.exp: Likewise.
8239
82402017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8241
8242 PR tdep/20928
8243 * gdb.arch/sparc64-regs.exp: New file.
8244 * gdb.arch/sparc64-regs.S: Likewise.
8245
82462017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8247
8248 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8249 and memory view on Python 3.
8250
82512017-03-20 Artemiy Volkov <artemiyv@acm.org>
8252 Keith Seitz <keiths@redhat.com>
8253
8254 PR gdb/14441
8255 * gdb.cp/demangle.exp: Add rvalue reference tests.
8256 * gdb.cp/rvalue-ref-casts.cc: New file.
8257 * gdb.cp/rvalue-ref-casts.exp: New file.
8258 * gdb.cp/rvalue-ref-overload.cc: New file.
8259 * gdb.cp/rvalue-ref-overload.exp: New file.
8260 * gdb.cp/rvalue-ref-params.cc: New file.
8261 * gdb.cp/rvalue-ref-params.exp: New file.
8262 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8263 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8264 * gdb.cp/rvalue-ref-types.cc: New file.
8265 * gdb.cp/rvalue-ref-types.exp: New file.
8266 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8267 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8268
82692017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8270
8271 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8272 New procedure.
8273
82742017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8275
8276 * lib/mi-support.exp (mi_gdb_test): Add additional message
8277 for unexpected output.
8278
82792017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8280
8281 * gdb.base/examine-backward.c (Barrier): New character array
8282 constant, to ensure that TestStrings is preceded by a string
8283 terminator.
8284
82852017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8286
8287 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8288 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8289 and implicit pointer into such a location.
8290
82912017-03-16 Doug Evans <dje@google.com>
8292
8293 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8294
82952017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8296
8297 * gdb.cp/m-static.exp: Fix expectation for prototype of
8298 test5.single_constructor and single_constructor::single_constructor.
8299
83002017-03-16 Doug Evans <dje@google.com>
8301
8302 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8303 * gdb.guile/scm-lazy-string.c: New file.
8304 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8305 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8306 for pointer, array, typedef lazy strings.
8307
83082017-03-16 Doug Evans <dje@google.com>
8309
8310 PR python/17728, python/18439, python/18779
8311 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8312 * gdb.python/py-lazy-string.c (pointer): New typedef.
8313 (main): New locals ptr, array, typedef_ptr.
8314 * gdb.python/py-value.exp: Move lazy string tests to ...
8315 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8316 array, typedef lazy strings.
8317
83182017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8319
8320 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8321 Add optional 'test' parameter.
8322
83232017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8324
8325 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8326 Skip for versions of DejaGnu < 1.5.
8327
83282017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8329
8330 * lib/gdb.exp (dejagnu_version): New proc.
8331 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8332 Use dejagnu_version.
8333
83342017-03-10 Keith Seitz <keiths@redhat.com>
8335
8336 PR c++/8128
8337 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8338 type from destructor regexps.
8339 Add a branch which actually passes the test.
8340 Adjust "ptype t5i" test names.
8341
83422017-03-08 Pedro Alves <palves@redhat.com>
8343
8344 * gdb.base/step-over-exit.exp: Add explicit test message.
8345
83462017-03-08 Pedro Alves <palves@redhat.com>
8347
8348 PR gdb/18360
8349 * gdb.threads/interrupt-while-step-over.c: New file.
8350 * gdb.threads/interrupt-while-step-over.exp: New file.
8351
83522017-03-08 Pedro Alves <palves@redhat.com>
8353
8354 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8355 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8356
83572017-03-08 Pedro Alves <palves@redhat.com>
8358
8359 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8360 PKRU as not supported as a PASS.
8361
83622017-03-08 Pedro Alves <palves@redhat.com>
8363
8364 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8365 prefix instead of $binfile1/$binfile2.
8366 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8367 in test message.
8368 * gdb.python/py-completion.exp: Use "load python file" as test
8369 messages instead of unstable path names.
8370
83712017-03-08 Pedro Alves <palves@redhat.com>
8372 Jan Kratochvil <jan.kratochvil@redhat.com>
8373
8374 PR cli/21218
8375 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8376 New proc.
8377 (top level): Call it.
8378
83792017-03-08 Pedro Alves <palves@redhat.com>
8380
8381 PR tui/21216
8382 * gdb.tui/tui-nl-filtered-output.exp: New file.
8383
83842017-03-08 Pedro Alves <palves@redhat.com>
8385
8386 * gdb.base/completion.exp: Move TUI completion tests to ...
8387 * gdb.tui/completion.exp: ... this new file.
8388
83892017-03-08 Pedro Alves <palves@redhat.com>
8390
8391 * gdb.base/tui-disasm-long-lines.c,
8392 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8393 gdb.base/tui-layout.exp: Move to ...
8394 * gdb.tui/: ... this new directory.
8395
83962017-03-07 Pedro Alves <palves@redhat.com>
8397
8398 * gdb.base/tui-layout.c: New file.
8399 * gdb.base/tui-layout.exp: New file.
8400
84012017-03-07 Pedro Alves <palves@redhat.com>
8402
8403 * gdb.base/tui-layout.c: Rename to ...
8404 * gdb.base/tui-disasm-long-lines.c: ... this.
8405 * gdb.base/tui-layout.exp: Rename to ...
8406 * gdb.base/tui-disasm-long-lines.exp: ... this.
8407
84082017-03-07 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8411
84122017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8413
8414 * i386-mpx-call.c: New file.
8415 * i386-mpx-call.exp: New file.
8416
84172017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8418
8419 * gdb.arch/powerpc-power.exp: Delete test.
8420 * gdb.arch/powerpc-power.s: Likewise.
8421 * gdb.disasm/disassembler-options.exp: New test.
8422 * gdb.arch/powerpc-altivec.exp: Likewise.
8423 * gdb.arch/powerpc-altivec.s: Likewise.
8424 * gdb.arch/powerpc-altivec2.exp: Likewise.
8425 * gdb.arch/powerpc-altivec2.s: Likewise.
8426 * gdb.arch/powerpc-altivec3.exp: Likewise.
8427 * gdb.arch/powerpc-altivec3.s: Likewise.
8428 * gdb.arch/powerpc-power7.exp: Likewise.
8429 * gdb.arch/powerpc-power7.s: Likewise.
8430 * gdb.arch/powerpc-power8.exp: Likewise.
8431 * gdb.arch/powerpc-power8.s: Likewise.
8432 * gdb.arch/powerpc-power9.exp: Likewise.
8433 * gdb.arch/powerpc-power9.s: Likewise.
8434 * gdb.arch/powerpc-vsx.exp: Likewise.
8435 * gdb.arch/powerpc-vsx.s: Likewise.
8436 * gdb.arch/powerpc-vsx2.exp: Likewise.
8437 * gdb.arch/powerpc-vsx2.s: Likewise.
8438 * gdb.arch/powerpc-vsx3.exp: Likewise.
8439 * gdb.arch/powerpc-vsx3.s: Likewise.
8440 * gdb.arch/arm-disassembler-options.exp: Likewise.
8441 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8442 * gdb.arch/s390-disassembler-options.exp: Likewise.
8443
84442017-02-23 Luis Machado <lgustavo@codesourcery.com>
8445
8446 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8447 (check_supported_features): ... this. Changed return type to void.
8448 (supports_rdseed): New static global.
8449 (rdseed): Check supports_rdseed.
8450 (initialize): Call check_supported_features.
8451
84522017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8453
8454 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8455 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8456 and lqarx/stqcx.
8457 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8458 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8459
84602017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8461
8462 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8463 uppercase.
8464
84652017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8466
8467 * gdb.dwarf2/formdata16.c: New file.
8468 * gdb.dwarf2/formdata16.exp: New file.
8469 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8470
84712017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8472
8473 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8474 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8475 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8476 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8477 DW_AT_GNU_*.
8478
84792017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8480
8481 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8482
84832017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8484
8485 PR gdb/21164
8486 * gdb.base/maint.exp: Add testcases for when the commands do
8487 not have arguments.
8488
84892017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8490
8491 * gdb.cp/chained-calls.exp: Use p instead of P.
8492
84932017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8494
8495 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8496 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8497
84982017-02-14 Tom Tromey <tom@tromey.com>
8499
8500 PR python/13598:
8501 * gdb.python/py-events.exp: Add before_prompt event tests.
8502
85032017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8504
8505 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8506
85072017-02-13 Luis Machado <lgustavo@codesourcery.com>
8508
8509 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8510 (main): Call my_unique_function_name.
8511 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8512 completion of patterns with a single match.
8513 Add missing -re switches to gdb_test_multiple calls.
8514
85152017-02-13 Luis Machado <lgustavo@codesourcery.com>
8516
8517 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8518 return if core file is not recognized.
8519
85202017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8521
8522 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8523 and extra UIs.
8524
85252017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8526
8527 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8528 proc_with_prefix.
8529
85302017-02-10 Tom Tromey <tom@tromey.com>
8531
8532 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8533
85342017-02-10 Martin Galvan <martingalvan@sourceware.org>
8535
8536 PR gdb/21122
8537 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8538
85392017-02-08 Jerome Guitton <guitton@adacore.com>
8540
8541 * gdb.base/define.exp: Add test for command abbreviations
8542 in define.
8543
85442017-02-06 Luis Machado <lgustavo@codesourcery.com>
8545
8546 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8547 * gdb.reverse/insn-reverse-x86.c: New file.
8548
85492017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8550
8551 PR tdep/20936
8552 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8553
85542017-02-03 Tom Tromey <tom@tromey.com>
8555
8556 PR rust/21097:
8557 * gdb.rust/simple.exp: Add new tests.
8558
85592017-02-02 Pedro Alves <palves@redhat.com>
8560
8561 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8562 tests.
8563
85642017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8565
8566 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8567 taking a 2-byte value out of a 4-byte DWARF implicit value on
8568 big-endian targets.
8569 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8570 logic. Add test cases for DW_OP_implicit.
8571
85722017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8573
8574 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8575
85762017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8577
8578 * gdb.btrace/enable.exp: Call gdb_exit before
8579 skip_gdbserver_tests.
8580
85812017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8582
8583 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8584 GDBFLAGS.
8585
85862017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8587
8588 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8589 the test is skipped.
8590 * gdb.btrace/data.exp: Likewise.
8591 * gdb.btrace/delta.exp: Likewise.
8592 * gdb.btrace/dlopen.exp: Likewise.
8593 * gdb.btrace/enable-running.exp: Likewise.
8594 * gdb.btrace/enable.exp: Likewise.
8595 * gdb.btrace/exception.exp: Likewise.
8596 * gdb.btrace/function_call_history.exp: Likewise.
8597 * gdb.btrace/gcore.exp: Likewise.
8598 * gdb.btrace/instruction_history.exp: Likewise.
8599 * gdb.btrace/multi-thread-step.exp: Likewise.
8600 * gdb.btrace/nohist.exp: Likewise.
8601 * gdb.btrace/non-stop.exp: Likewise.
8602 * gdb.btrace/reconnect.exp: Likewise.
8603 * gdb.btrace/record_goto-step.exp: Likewise.
8604 * gdb.btrace/record_goto.exp: Likewise.
8605 * gdb.btrace/rn-dl-bind.exp: Likewise.
8606 * gdb.btrace/segv.exp: Likewise.
8607 * gdb.btrace/step.exp: Likewise.
8608 * gdb.btrace/stepi.exp: Likewise.
8609 * gdb.btrace/tailcall-only.exp: Likewise.
8610 * gdb.btrace/tailcall.exp: Likewise.
8611 * gdb.btrace/tsx.exp: Likewise.
8612 * gdb.btrace/unknown_functions.exp: Likewise.
8613 * gdb.btrace/vdso.exp: Likewise.
8614
86152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8616
8617 * gdb.btrace/enable-running.c: New.
8618 * gdb.btrace/enable-running.exp: New.
8619
86202017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8621
8622 * gdb.arch/amd64-gs_base.c: New file.
8623 * gdb.arch/amd64-gs_base.exp: New file.
8624
86252017-01-26 Luis Machado <lgustavo@codesourcery.com>
8626
8627 * lib/memory.exp: Remove spurious empty newlines.
8628
86292017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8630
8631 * gdb.python/py-bad-printers.exp: Load python file using "source".
8632 * gdb.python/py-events.exp: Likewise.
8633 * gdb.python/py-evsignal.exp: Likewise.
8634 * gdb.python/py-evthreads.exp: Likewise.
8635 * gdb.python/py-frame-args.exp: Likewise.
8636 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8637 * gdb.python/py-framefilter-mi.exp: Likewise.
8638 * gdb.python/py-framefilter.exp: Likewise.
8639 * gdb.python/py-mi.exp: Likewise.
8640 * gdb.python/py-pp-maint.exp: Likewise.
8641 * gdb.python/py-pp-registration.exp: Likewise.
8642 * gdb.python/py-prettyprint.exp: Likewise.
8643 (run_lang_tests): Likewise.
8644 * gdb.python/py-typeprint.exp: Likewise.
8645
86462017-01-26 Luis Machado <lgustavo@codesourcery.com>
8647
8648 * lib/memory.exp: New file.
8649 * lib/gdb.exp: Load memory.exp.
8650 * gdb.base/memattr.exp (delete_memory): Move proc to
8651 lib/memory.exp and rename to delete_memory_regions.
8652 Replace delete_memory with delete_memory_regions.
8653 Cleanup memory regions before tests.
8654 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8655 before tests.
8656
86572017-01-26 Luis Machado <lgustavo@codesourcery.com>
8658
8659 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8660 files.
8661 (initialize): New function conditionally defined.
8662 (testcases): Move within conditional block.
8663 (main): Call initialize.
8664 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8665 of gdb.reverse/insn-reverse.c.
8666 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8667 gdb.reverse/insn-reverse.c.
8668
86692017-01-26 Yao Qi <yao.qi@linaro.org>
8670
8671 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8672 disassemble on address 0.
8673
86742017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8675 Yao Qi <yao.qi@linaro.org>
8676
8677 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8678 * gdb.dwarf2/implptr-64bit.S: Remove.
8679 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8680 variables in caller's context. Add DW_OP_implicit_value.
8681
86822017-01-25 Yao Qi <yao.qi@linaro.org>
8683
8684 * lib/dwarf.exp (Dwarf::_location): Handle
8685 DW_OP_GNU_implicit_pointer with proper size.
8686
86872017-01-20 Luis Machado <lgustavo@codesourcery.com>
8688
8689 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8690 and add untested calls.
8691
86922017-01-20 Luis Machado <lgustavo@codesourcery.com>
8693
8694 * gdb.python/python.exp: Check line number against what GDB thinks
8695 the line number is for func1.
8696
86972017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8698
8699 * gdb.dlang/debug-expr.exp: New file.
8700
87012016-12-23 Luis Machado <lgustavo@codesourcery.com>
8702
8703 Fix test names for the following files:
8704
8705 * gdb.ada/exec_changed.exp
8706 * gdb.ada/info_types.exp
8707 * gdb.arch/aarch64-atomic-inst.exp
8708 * gdb.arch/aarch64-fp.exp
8709 * gdb.arch/altivec-abi.exp
8710 * gdb.arch/altivec-regs.exp
8711 * gdb.arch/amd64-byte.exp
8712 * gdb.arch/amd64-disp-step.exp
8713 * gdb.arch/amd64-dword.exp
8714 * gdb.arch/amd64-entry-value-inline.exp
8715 * gdb.arch/amd64-entry-value-param.exp
8716 * gdb.arch/amd64-entry-value-paramref.exp
8717 * gdb.arch/amd64-entry-value.exp
8718 * gdb.arch/amd64-i386-address.exp
8719 * gdb.arch/amd64-invalid-stack-middle.exp
8720 * gdb.arch/amd64-invalid-stack-top.exp
8721 * gdb.arch/amd64-optimout-repeat.exp
8722 * gdb.arch/amd64-prologue-skip.exp
8723 * gdb.arch/amd64-prologue-xmm.exp
8724 * gdb.arch/amd64-stap-special-operands.exp
8725 * gdb.arch/amd64-stap-wrong-subexp.exp
8726 * gdb.arch/amd64-tailcall-cxx.exp
8727 * gdb.arch/amd64-tailcall-noret.exp
8728 * gdb.arch/amd64-tailcall-ret.exp
8729 * gdb.arch/amd64-tailcall-self.exp
8730 * gdb.arch/amd64-word.exp
8731 * gdb.arch/arm-bl-branch-dest.exp
8732 * gdb.arch/arm-disp-step.exp
8733 * gdb.arch/arm-neon.exp
8734 * gdb.arch/arm-single-step-kernel-helper.exp
8735 * gdb.arch/avr-flash-qualifier.exp
8736 * gdb.arch/disp-step-insn-reloc.exp
8737 * gdb.arch/e500-abi.exp
8738 * gdb.arch/e500-regs.exp
8739 * gdb.arch/ftrace-insn-reloc.exp
8740 * gdb.arch/i386-avx512.exp
8741 * gdb.arch/i386-bp_permanent.exp
8742 * gdb.arch/i386-byte.exp
8743 * gdb.arch/i386-cfi-notcurrent.exp
8744 * gdb.arch/i386-disp-step.exp
8745 * gdb.arch/i386-dr3-watch.exp
8746 * gdb.arch/i386-float.exp
8747 * gdb.arch/i386-gnu-cfi.exp
8748 * gdb.arch/i386-mpx-map.exp
8749 * gdb.arch/i386-mpx-sigsegv.exp
8750 * gdb.arch/i386-mpx-simple_segv.exp
8751 * gdb.arch/i386-mpx.exp
8752 * gdb.arch/i386-permbkpt.exp
8753 * gdb.arch/i386-prologue.exp
8754 * gdb.arch/i386-signal.exp
8755 * gdb.arch/i386-size-overlap.exp
8756 * gdb.arch/i386-unwind.exp
8757 * gdb.arch/i386-word.exp
8758 * gdb.arch/mips-fcr.exp
8759 * gdb.arch/powerpc-d128-regs.exp
8760 * gdb.arch/powerpc-stackless.exp
8761 * gdb.arch/ppc64-atomic-inst.exp
8762 * gdb.arch/s390-stackless.exp
8763 * gdb.arch/s390-tdbregs.exp
8764 * gdb.arch/s390-vregs.exp
8765 * gdb.arch/sparc-sysstep.exp
8766 * gdb.arch/thumb-bx-pc.exp
8767 * gdb.arch/thumb-singlestep.exp
8768 * gdb.arch/thumb2-it.exp
8769 * gdb.arch/vsx-regs.exp
8770 * gdb.asm/asm-source.exp
8771 * gdb.base/a2-run.exp
8772 * gdb.base/advance.exp
8773 * gdb.base/all-bin.exp
8774 * gdb.base/anon.exp
8775 * gdb.base/args.exp
8776 * gdb.base/arithmet.exp
8777 * gdb.base/async-shell.exp
8778 * gdb.base/async.exp
8779 * gdb.base/attach-pie-noexec.exp
8780 * gdb.base/attach-twice.exp
8781 * gdb.base/auto-load.exp
8782 * gdb.base/bang.exp
8783 * gdb.base/bitfields.exp
8784 * gdb.base/break-always.exp
8785 * gdb.base/break-caller-line.exp
8786 * gdb.base/break-entry.exp
8787 * gdb.base/break-inline.exp
8788 * gdb.base/break-on-linker-gcd-function.exp
8789 * gdb.base/break-probes.exp
8790 * gdb.base/break.exp
8791 * gdb.base/breakpoint-shadow.exp
8792 * gdb.base/call-ar-st.exp
8793 * gdb.base/call-sc.exp
8794 * gdb.base/call-signal-resume.exp
8795 * gdb.base/call-strs.exp
8796 * gdb.base/callfuncs.exp
8797 * gdb.base/catch-fork-static.exp
8798 * gdb.base/catch-gdb-caused-signals.exp
8799 * gdb.base/catch-load.exp
8800 * gdb.base/catch-signal-fork.exp
8801 * gdb.base/catch-signal.exp
8802 * gdb.base/catch-syscall.exp
8803 * gdb.base/charset.exp
8804 * gdb.base/checkpoint.exp
8805 * gdb.base/chng-syms.exp
8806 * gdb.base/code-expr.exp
8807 * gdb.base/code_elim.exp
8808 * gdb.base/commands.exp
8809 * gdb.base/completion.exp
8810 * gdb.base/complex.exp
8811 * gdb.base/cond-expr.exp
8812 * gdb.base/condbreak.exp
8813 * gdb.base/consecutive.exp
8814 * gdb.base/continue-all-already-running.exp
8815 * gdb.base/coredump-filter.exp
8816 * gdb.base/corefile.exp
8817 * gdb.base/dbx.exp
8818 * gdb.base/debug-expr.exp
8819 * gdb.base/define.exp
8820 * gdb.base/del.exp
8821 * gdb.base/disabled-location.exp
8822 * gdb.base/disasm-end-cu.exp
8823 * gdb.base/disasm-optim.exp
8824 * gdb.base/display.exp
8825 * gdb.base/duplicate-bp.exp
8826 * gdb.base/ena-dis-br.exp
8827 * gdb.base/ending-run.exp
8828 * gdb.base/enumval.exp
8829 * gdb.base/environ.exp
8830 * gdb.base/eu-strip-infcall.exp
8831 * gdb.base/eval-avoid-side-effects.exp
8832 * gdb.base/eval-skip.exp
8833 * gdb.base/exitsignal.exp
8834 * gdb.base/expand-psymtabs.exp
8835 * gdb.base/filesym.exp
8836 * gdb.base/find-unmapped.exp
8837 * gdb.base/finish.exp
8838 * gdb.base/float.exp
8839 * gdb.base/foll-exec-mode.exp
8840 * gdb.base/foll-exec.exp
8841 * gdb.base/foll-fork.exp
8842 * gdb.base/fortran-sym-case.exp
8843 * gdb.base/freebpcmd.exp
8844 * gdb.base/func-ptr.exp
8845 * gdb.base/func-ptrs.exp
8846 * gdb.base/funcargs.exp
8847 * gdb.base/gcore-buffer-overflow.exp
8848 * gdb.base/gcore-relro-pie.exp
8849 * gdb.base/gcore-relro.exp
8850 * gdb.base/gcore.exp
8851 * gdb.base/gdb1090.exp
8852 * gdb.base/gdb11530.exp
8853 * gdb.base/gdb11531.exp
8854 * gdb.base/gdb1821.exp
8855 * gdb.base/gdbindex-stabs.exp
8856 * gdb.base/gdbvars.exp
8857 * gdb.base/hbreak.exp
8858 * gdb.base/hbreak2.exp
8859 * gdb.base/included.exp
8860 * gdb.base/infcall-input.exp
8861 * gdb.base/inferior-died.exp
8862 * gdb.base/infnan.exp
8863 * gdb.base/info-macros.exp
8864 * gdb.base/info-os.exp
8865 * gdb.base/info-proc.exp
8866 * gdb.base/info-shared.exp
8867 * gdb.base/info-target.exp
8868 * gdb.base/infoline.exp
8869 * gdb.base/interp.exp
8870 * gdb.base/interrupt.exp
8871 * gdb.base/jit-reader.exp
8872 * gdb.base/jit-simple.exp
8873 * gdb.base/kill-after-signal.exp
8874 * gdb.base/kill-detach-inferiors-cmd.exp
8875 * gdb.base/label.exp
8876 * gdb.base/langs.exp
8877 * gdb.base/ldbl_e308.exp
8878 * gdb.base/line-symtabs.exp
8879 * gdb.base/linespecs.exp
8880 * gdb.base/list.exp
8881 * gdb.base/long_long.exp
8882 * gdb.base/longest-types.exp
8883 * gdb.base/maint.exp
8884 * gdb.base/max-value-size.exp
8885 * gdb.base/memattr.exp
8886 * gdb.base/mips_pro.exp
8887 * gdb.base/morestack.exp
8888 * gdb.base/moribund-step.exp
8889 * gdb.base/multi-forks.exp
8890 * gdb.base/nested-addr.exp
8891 * gdb.base/nextoverexit.exp
8892 * gdb.base/noreturn-finish.exp
8893 * gdb.base/noreturn-return.exp
8894 * gdb.base/nostdlib.exp
8895 * gdb.base/offsets.exp
8896 * gdb.base/opaque.exp
8897 * gdb.base/pc-fp.exp
8898 * gdb.base/permissions.exp
8899 * gdb.base/print-symbol-loading.exp
8900 * gdb.base/prologue-include.exp
8901 * gdb.base/psymtab.exp
8902 * gdb.base/ptype.exp
8903 * gdb.base/random-signal.exp
8904 * gdb.base/randomize.exp
8905 * gdb.base/range-stepping.exp
8906 * gdb.base/readline-ask.exp
8907 * gdb.base/recpar.exp
8908 * gdb.base/recurse.exp
8909 * gdb.base/relational.exp
8910 * gdb.base/restore.exp
8911 * gdb.base/return-nodebug.exp
8912 * gdb.base/return.exp
8913 * gdb.base/run-after-attach.exp
8914 * gdb.base/save-bp.exp
8915 * gdb.base/scope.exp
8916 * gdb.base/sect-cmd.exp
8917 * gdb.base/set-lang-auto.exp
8918 * gdb.base/set-noassign.exp
8919 * gdb.base/setvar.exp
8920 * gdb.base/sigall.exp
8921 * gdb.base/sigbpt.exp
8922 * gdb.base/siginfo-addr.exp
8923 * gdb.base/siginfo-infcall.exp
8924 * gdb.base/siginfo-obj.exp
8925 * gdb.base/siginfo.exp
8926 * gdb.base/signals-state-child.exp
8927 * gdb.base/signest.exp
8928 * gdb.base/sigstep.exp
8929 * gdb.base/sizeof.exp
8930 * gdb.base/skip.exp
8931 * gdb.base/solib-corrupted.exp
8932 * gdb.base/solib-nodir.exp
8933 * gdb.base/solib-search.exp
8934 * gdb.base/stack-checking.exp
8935 * gdb.base/stale-infcall.exp
8936 * gdb.base/stap-probe.exp
8937 * gdb.base/start.exp
8938 * gdb.base/step-break.exp
8939 * gdb.base/step-bt.exp
8940 * gdb.base/step-line.exp
8941 * gdb.base/step-over-exit.exp
8942 * gdb.base/step-over-syscall.exp
8943 * gdb.base/step-resume-infcall.exp
8944 * gdb.base/step-test.exp
8945 * gdb.base/store.exp
8946 * gdb.base/structs3.exp
8947 * gdb.base/sym-file.exp
8948 * gdb.base/symbol-without-target_section.exp
8949 * gdb.base/term.exp
8950 * gdb.base/testenv.exp
8951 * gdb.base/ui-redirect.exp
8952 * gdb.base/until.exp
8953 * gdb.base/unwindonsignal.exp
8954 * gdb.base/value-double-free.exp
8955 * gdb.base/vla-datatypes.exp
8956 * gdb.base/vla-ptr.exp
8957 * gdb.base/vla-sideeffect.exp
8958 * gdb.base/volatile.exp
8959 * gdb.base/watch-cond-infcall.exp
8960 * gdb.base/watch-cond.exp
8961 * gdb.base/watch-non-mem.exp
8962 * gdb.base/watch-read.exp
8963 * gdb.base/watch-vfork.exp
8964 * gdb.base/watchpoint-cond-gone.exp
8965 * gdb.base/watchpoint-delete.exp
8966 * gdb.base/watchpoint-hw-hit-once.exp
8967 * gdb.base/watchpoint-hw.exp
8968 * gdb.base/watchpoint-stops-at-right-insn.exp
8969 * gdb.base/watchpoints.exp
8970 * gdb.base/wchar.exp
8971 * gdb.base/whatis-exp.exp
8972 * gdb.btrace/buffer-size.exp
8973 * gdb.btrace/data.exp
8974 * gdb.btrace/delta.exp
8975 * gdb.btrace/dlopen.exp
8976 * gdb.btrace/enable.exp
8977 * gdb.btrace/exception.exp
8978 * gdb.btrace/function_call_history.exp
8979 * gdb.btrace/gcore.exp
8980 * gdb.btrace/instruction_history.exp
8981 * gdb.btrace/nohist.exp
8982 * gdb.btrace/reconnect.exp
8983 * gdb.btrace/record_goto-step.exp
8984 * gdb.btrace/record_goto.exp
8985 * gdb.btrace/rn-dl-bind.exp
8986 * gdb.btrace/segv.exp
8987 * gdb.btrace/step.exp
8988 * gdb.btrace/stepi.exp
8989 * gdb.btrace/tailcall-only.exp
8990 * gdb.btrace/tailcall.exp
8991 * gdb.btrace/tsx.exp
8992 * gdb.btrace/unknown_functions.exp
8993 * gdb.btrace/vdso.exp
8994 * gdb.compile/compile-ifunc.exp
8995 * gdb.compile/compile-ops.exp
8996 * gdb.compile/compile-print.exp
8997 * gdb.compile/compile-setjmp.exp
8998 * gdb.cp/abstract-origin.exp
8999 * gdb.cp/ambiguous.exp
9000 * gdb.cp/annota2.exp
9001 * gdb.cp/annota3.exp
9002 * gdb.cp/anon-ns.exp
9003 * gdb.cp/anon-struct.exp
9004 * gdb.cp/anon-union.exp
9005 * gdb.cp/arg-reference.exp
9006 * gdb.cp/baseenum.exp
9007 * gdb.cp/bool.exp
9008 * gdb.cp/breakpoint.exp
9009 * gdb.cp/bs15503.exp
9010 * gdb.cp/call-c.exp
9011 * gdb.cp/casts.exp
9012 * gdb.cp/chained-calls.exp
9013 * gdb.cp/class2.exp
9014 * gdb.cp/classes.exp
9015 * gdb.cp/cmpd-minsyms.exp
9016 * gdb.cp/converts.exp
9017 * gdb.cp/cp-relocate.exp
9018 * gdb.cp/cpcompletion.exp
9019 * gdb.cp/cpexprs.exp
9020 * gdb.cp/cplabel.exp
9021 * gdb.cp/cplusfuncs.exp
9022 * gdb.cp/cpsizeof.exp
9023 * gdb.cp/ctti.exp
9024 * gdb.cp/derivation.exp
9025 * gdb.cp/destrprint.exp
9026 * gdb.cp/dispcxx.exp
9027 * gdb.cp/enum-class.exp
9028 * gdb.cp/exception.exp
9029 * gdb.cp/exceptprint.exp
9030 * gdb.cp/expand-psymtabs-cxx.exp
9031 * gdb.cp/expand-sals.exp
9032 * gdb.cp/extern-c.exp
9033 * gdb.cp/filename.exp
9034 * gdb.cp/formatted-ref.exp
9035 * gdb.cp/fpointer.exp
9036 * gdb.cp/gdb1355.exp
9037 * gdb.cp/gdb2495.exp
9038 * gdb.cp/hang.exp
9039 * gdb.cp/impl-this.exp
9040 * gdb.cp/infcall-dlopen.exp
9041 * gdb.cp/inherit.exp
9042 * gdb.cp/iostream.exp
9043 * gdb.cp/koenig.exp
9044 * gdb.cp/local.exp
9045 * gdb.cp/m-data.exp
9046 * gdb.cp/m-static.exp
9047 * gdb.cp/mb-ctor.exp
9048 * gdb.cp/mb-inline.exp
9049 * gdb.cp/mb-templates.exp
9050 * gdb.cp/member-name.exp
9051 * gdb.cp/member-ptr.exp
9052 * gdb.cp/meth-typedefs.exp
9053 * gdb.cp/method.exp
9054 * gdb.cp/method2.exp
9055 * gdb.cp/minsym-fallback.exp
9056 * gdb.cp/misc.exp
9057 * gdb.cp/namelessclass.exp
9058 * gdb.cp/namespace-enum.exp
9059 * gdb.cp/namespace-nested-import.exp
9060 * gdb.cp/namespace.exp
9061 * gdb.cp/nextoverthrow.exp
9062 * gdb.cp/no-dmgl-verbose.exp
9063 * gdb.cp/non-trivial-retval.exp
9064 * gdb.cp/noparam.exp
9065 * gdb.cp/nsdecl.exp
9066 * gdb.cp/nsimport.exp
9067 * gdb.cp/nsnested.exp
9068 * gdb.cp/nsnoimports.exp
9069 * gdb.cp/nsrecurs.exp
9070 * gdb.cp/nsstress.exp
9071 * gdb.cp/nsusing.exp
9072 * gdb.cp/operator.exp
9073 * gdb.cp/oranking.exp
9074 * gdb.cp/overload-const.exp
9075 * gdb.cp/overload.exp
9076 * gdb.cp/ovldbreak.exp
9077 * gdb.cp/ovsrch.exp
9078 * gdb.cp/paren-type.exp
9079 * gdb.cp/parse-lang.exp
9080 * gdb.cp/pass-by-ref.exp
9081 * gdb.cp/pr-1023.exp
9082 * gdb.cp/pr-1210.exp
9083 * gdb.cp/pr-574.exp
9084 * gdb.cp/pr10687.exp
9085 * gdb.cp/pr12028.exp
9086 * gdb.cp/pr17132.exp
9087 * gdb.cp/pr17494.exp
9088 * gdb.cp/pr9067.exp
9089 * gdb.cp/pr9167.exp
9090 * gdb.cp/pr9631.exp
9091 * gdb.cp/printmethod.exp
9092 * gdb.cp/psmang.exp
9093 * gdb.cp/psymtab-parameter.exp
9094 * gdb.cp/ptype-cv-cp.exp
9095 * gdb.cp/ptype-flags.exp
9096 * gdb.cp/re-set-overloaded.exp
9097 * gdb.cp/ref-types.exp
9098 * gdb.cp/rtti.exp
9099 * gdb.cp/scope-err.exp
9100 * gdb.cp/shadow.exp
9101 * gdb.cp/smartp.exp
9102 * gdb.cp/static-method.exp
9103 * gdb.cp/static-print-quit.exp
9104 * gdb.cp/temargs.exp
9105 * gdb.cp/templates.exp
9106 * gdb.cp/try_catch.exp
9107 * gdb.cp/typedef-operator.exp
9108 * gdb.cp/typeid.exp
9109 * gdb.cp/userdef.exp
9110 * gdb.cp/using-crash.exp
9111 * gdb.cp/var-tag.exp
9112 * gdb.cp/virtbase.exp
9113 * gdb.cp/virtfunc.exp
9114 * gdb.cp/virtfunc2.exp
9115 * gdb.cp/vla-cxx.exp
9116 * gdb.disasm/t01_mov.exp
9117 * gdb.disasm/t02_mova.exp
9118 * gdb.disasm/t03_add.exp
9119 * gdb.disasm/t04_sub.exp
9120 * gdb.disasm/t05_cmp.exp
9121 * gdb.disasm/t06_ari2.exp
9122 * gdb.disasm/t07_ari3.exp
9123 * gdb.disasm/t08_or.exp
9124 * gdb.disasm/t09_xor.exp
9125 * gdb.disasm/t10_and.exp
9126 * gdb.disasm/t11_logs.exp
9127 * gdb.disasm/t12_bit.exp
9128 * gdb.disasm/t13_otr.exp
9129 * gdb.dlang/circular.exp
9130 * gdb.dwarf2/arr-stride.exp
9131 * gdb.dwarf2/arr-subrange.exp
9132 * gdb.dwarf2/atomic-type.exp
9133 * gdb.dwarf2/bad-regnum.exp
9134 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9135 * gdb.dwarf2/callframecfa.exp
9136 * gdb.dwarf2/clztest.exp
9137 * gdb.dwarf2/corrupt.exp
9138 * gdb.dwarf2/data-loc.exp
9139 * gdb.dwarf2/dup-psym.exp
9140 * gdb.dwarf2/dw2-anon-mptr.exp
9141 * gdb.dwarf2/dw2-anonymous-func.exp
9142 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9143 * gdb.dwarf2/dw2-bad-unresolved.exp
9144 * gdb.dwarf2/dw2-basic.exp
9145 * gdb.dwarf2/dw2-canonicalize-type.exp
9146 * gdb.dwarf2/dw2-case-insensitive.exp
9147 * gdb.dwarf2/dw2-common-block.exp
9148 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9149 * gdb.dwarf2/dw2-compressed.exp
9150 * gdb.dwarf2/dw2-const.exp
9151 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9152 * gdb.dwarf2/dw2-cu-size.exp
9153 * gdb.dwarf2/dw2-dup-frame.exp
9154 * gdb.dwarf2/dw2-entry-value.exp
9155 * gdb.dwarf2/dw2-icycle.exp
9156 * gdb.dwarf2/dw2-ifort-parameter.exp
9157 * gdb.dwarf2/dw2-inline-break.exp
9158 * gdb.dwarf2/dw2-inline-param.exp
9159 * gdb.dwarf2/dw2-intercu.exp
9160 * gdb.dwarf2/dw2-intermix.exp
9161 * gdb.dwarf2/dw2-lexical-block-bare.exp
9162 * gdb.dwarf2/dw2-linkage-name-trust.exp
9163 * gdb.dwarf2/dw2-minsym-in-cu.exp
9164 * gdb.dwarf2/dw2-noloc.exp
9165 * gdb.dwarf2/dw2-op-call.exp
9166 * gdb.dwarf2/dw2-op-out-param.exp
9167 * gdb.dwarf2/dw2-opt-structptr.exp
9168 * gdb.dwarf2/dw2-param-error.exp
9169 * gdb.dwarf2/dw2-producer.exp
9170 * gdb.dwarf2/dw2-ranges-base.exp
9171 * gdb.dwarf2/dw2-ref-missing-frame.exp
9172 * gdb.dwarf2/dw2-reg-undefined.exp
9173 * gdb.dwarf2/dw2-regno-invalid.exp
9174 * gdb.dwarf2/dw2-restore.exp
9175 * gdb.dwarf2/dw2-restrict.exp
9176 * gdb.dwarf2/dw2-single-line-discriminators.exp
9177 * gdb.dwarf2/dw2-strp.exp
9178 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9179 * gdb.dwarf2/dw2-unresolved.exp
9180 * gdb.dwarf2/dw2-var-zero-addr.exp
9181 * gdb.dwarf2/dw4-sig-types.exp
9182 * gdb.dwarf2/dwz.exp
9183 * gdb.dwarf2/dynarr-ptr.exp
9184 * gdb.dwarf2/enum-type.exp
9185 * gdb.dwarf2/gdb-index.exp
9186 * gdb.dwarf2/implptr-64bit.exp
9187 * gdb.dwarf2/implptr-optimized-out.exp
9188 * gdb.dwarf2/implptr.exp
9189 * gdb.dwarf2/implref-array.exp
9190 * gdb.dwarf2/implref-const.exp
9191 * gdb.dwarf2/implref-global.exp
9192 * gdb.dwarf2/implref-struct.exp
9193 * gdb.dwarf2/mac-fileno.exp
9194 * gdb.dwarf2/main-subprogram.exp
9195 * gdb.dwarf2/member-ptr-forwardref.exp
9196 * gdb.dwarf2/method-ptr.exp
9197 * gdb.dwarf2/missing-sig-type.exp
9198 * gdb.dwarf2/nonvar-access.exp
9199 * gdb.dwarf2/opaque-type-lookup.exp
9200 * gdb.dwarf2/pieces-optimized-out.exp
9201 * gdb.dwarf2/pieces.exp
9202 * gdb.dwarf2/pr10770.exp
9203 * gdb.dwarf2/pr13961.exp
9204 * gdb.dwarf2/staticvirtual.exp
9205 * gdb.dwarf2/subrange.exp
9206 * gdb.dwarf2/symtab-producer.exp
9207 * gdb.dwarf2/trace-crash.exp
9208 * gdb.dwarf2/typeddwarf.exp
9209 * gdb.dwarf2/valop.exp
9210 * gdb.dwarf2/watch-notconst.exp
9211 * gdb.fortran/array-element.exp
9212 * gdb.fortran/charset.exp
9213 * gdb.fortran/common-block.exp
9214 * gdb.fortran/complex.exp
9215 * gdb.fortran/derived-type-function.exp
9216 * gdb.fortran/derived-type.exp
9217 * gdb.fortran/logical.exp
9218 * gdb.fortran/module.exp
9219 * gdb.fortran/multi-dim.exp
9220 * gdb.fortran/nested-funcs.exp
9221 * gdb.fortran/print-formatted.exp
9222 * gdb.fortran/subarray.exp
9223 * gdb.fortran/vla-alloc-assoc.exp
9224 * gdb.fortran/vla-datatypes.exp
9225 * gdb.fortran/vla-history.exp
9226 * gdb.fortran/vla-ptr-info.exp
9227 * gdb.fortran/vla-ptype-sub.exp
9228 * gdb.fortran/vla-ptype.exp
9229 * gdb.fortran/vla-sizeof.exp
9230 * gdb.fortran/vla-type.exp
9231 * gdb.fortran/vla-value-sub-arbitrary.exp
9232 * gdb.fortran/vla-value-sub-finish.exp
9233 * gdb.fortran/vla-value-sub.exp
9234 * gdb.fortran/vla-value.exp
9235 * gdb.fortran/whatis_type.exp
9236 * gdb.go/chan.exp
9237 * gdb.go/handcall.exp
9238 * gdb.go/hello.exp
9239 * gdb.go/integers.exp
9240 * gdb.go/methods.exp
9241 * gdb.go/package.exp
9242 * gdb.go/strings.exp
9243 * gdb.go/types.exp
9244 * gdb.go/unsafe.exp
9245 * gdb.guile/scm-arch.exp
9246 * gdb.guile/scm-block.exp
9247 * gdb.guile/scm-breakpoint.exp
9248 * gdb.guile/scm-cmd.exp
9249 * gdb.guile/scm-disasm.exp
9250 * gdb.guile/scm-equal.exp
9251 * gdb.guile/scm-frame-args.exp
9252 * gdb.guile/scm-frame-inline.exp
9253 * gdb.guile/scm-frame.exp
9254 * gdb.guile/scm-iterator.exp
9255 * gdb.guile/scm-math.exp
9256 * gdb.guile/scm-objfile.exp
9257 * gdb.guile/scm-ports.exp
9258 * gdb.guile/scm-symbol.exp
9259 * gdb.guile/scm-symtab.exp
9260 * gdb.guile/scm-value-cc.exp
9261 * gdb.guile/types-module.exp
9262 * gdb.linespec/break-ask.exp
9263 * gdb.linespec/cpexplicit.exp
9264 * gdb.linespec/explicit.exp
9265 * gdb.linespec/keywords.exp
9266 * gdb.linespec/linespec.exp
9267 * gdb.linespec/ls-dollar.exp
9268 * gdb.linespec/ls-errs.exp
9269 * gdb.linespec/skip-two.exp
9270 * gdb.linespec/thread.exp
9271 * gdb.mi/mi-async.exp
9272 * gdb.mi/mi-basics.exp
9273 * gdb.mi/mi-break.exp
9274 * gdb.mi/mi-catch-load.exp
9275 * gdb.mi/mi-cli.exp
9276 * gdb.mi/mi-cmd-param-changed.exp
9277 * gdb.mi/mi-console.exp
9278 * gdb.mi/mi-detach.exp
9279 * gdb.mi/mi-disassemble.exp
9280 * gdb.mi/mi-eval.exp
9281 * gdb.mi/mi-file-transfer.exp
9282 * gdb.mi/mi-file.exp
9283 * gdb.mi/mi-fill-memory.exp
9284 * gdb.mi/mi-inheritance-syntax-error.exp
9285 * gdb.mi/mi-linespec-err-cp.exp
9286 * gdb.mi/mi-logging.exp
9287 * gdb.mi/mi-memory-changed.exp
9288 * gdb.mi/mi-read-memory.exp
9289 * gdb.mi/mi-record-changed.exp
9290 * gdb.mi/mi-reg-undefined.exp
9291 * gdb.mi/mi-regs.exp
9292 * gdb.mi/mi-return.exp
9293 * gdb.mi/mi-reverse.exp
9294 * gdb.mi/mi-simplerun.exp
9295 * gdb.mi/mi-solib.exp
9296 * gdb.mi/mi-stack.exp
9297 * gdb.mi/mi-stepi.exp
9298 * gdb.mi/mi-syn-frame.exp
9299 * gdb.mi/mi-until.exp
9300 * gdb.mi/mi-var-block.exp
9301 * gdb.mi/mi-var-child.exp
9302 * gdb.mi/mi-var-cmd.exp
9303 * gdb.mi/mi-var-cp.exp
9304 * gdb.mi/mi-var-display.exp
9305 * gdb.mi/mi-var-invalidate.exp
9306 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9307 * gdb.mi/mi-vla-fortran.exp
9308 * gdb.mi/mi-watch.exp
9309 * gdb.mi/mi2-var-child.exp
9310 * gdb.mi/user-selected-context-sync.exp
9311 * gdb.modula2/unbounded-array.exp
9312 * gdb.multi/dummy-frame-restore.exp
9313 * gdb.multi/multi-arch-exec.exp
9314 * gdb.multi/multi-arch.exp
9315 * gdb.multi/tids.exp
9316 * gdb.multi/watchpoint-multi.exp
9317 * gdb.opencl/callfuncs.exp
9318 * gdb.opencl/convs_casts.exp
9319 * gdb.opencl/datatypes.exp
9320 * gdb.opencl/operators.exp
9321 * gdb.opencl/vec_comps.exp
9322 * gdb.opt/clobbered-registers-O2.exp
9323 * gdb.opt/inline-break.exp
9324 * gdb.opt/inline-bt.exp
9325 * gdb.opt/inline-cmds.exp
9326 * gdb.opt/inline-locals.exp
9327 * gdb.pascal/case-insensitive-symbols.exp
9328 * gdb.pascal/floats.exp
9329 * gdb.pascal/gdb11492.exp
9330 * gdb.python/lib-types.exp
9331 * gdb.python/py-arch.exp
9332 * gdb.python/py-as-string.exp
9333 * gdb.python/py-bad-printers.exp
9334 * gdb.python/py-block.exp
9335 * gdb.python/py-breakpoint-create-fail.exp
9336 * gdb.python/py-breakpoint.exp
9337 * gdb.python/py-caller-is.exp
9338 * gdb.python/py-cmd.exp
9339 * gdb.python/py-explore-cc.exp
9340 * gdb.python/py-explore.exp
9341 * gdb.python/py-finish-breakpoint.exp
9342 * gdb.python/py-finish-breakpoint2.exp
9343 * gdb.python/py-frame-args.exp
9344 * gdb.python/py-frame-inline.exp
9345 * gdb.python/py-frame.exp
9346 * gdb.python/py-framefilter-mi.exp
9347 * gdb.python/py-infthread.exp
9348 * gdb.python/py-lazy-string.exp
9349 * gdb.python/py-linetable.exp
9350 * gdb.python/py-mi-events.exp
9351 * gdb.python/py-mi-objfile.exp
9352 * gdb.python/py-mi.exp
9353 * gdb.python/py-objfile.exp
9354 * gdb.python/py-pp-integral.exp
9355 * gdb.python/py-pp-maint.exp
9356 * gdb.python/py-pp-re-notag.exp
9357 * gdb.python/py-pp-registration.exp
9358 * gdb.python/py-recurse-unwind.exp
9359 * gdb.python/py-strfns.exp
9360 * gdb.python/py-symbol.exp
9361 * gdb.python/py-symtab.exp
9362 * gdb.python/py-sync-interp.exp
9363 * gdb.python/py-typeprint.exp
9364 * gdb.python/py-unwind-maint.exp
9365 * gdb.python/py-unwind.exp
9366 * gdb.python/py-value-cc.exp
9367 * gdb.python/py-xmethods.exp
9368 * gdb.reverse/amd64-tailcall-reverse.exp
9369 * gdb.reverse/break-precsave.exp
9370 * gdb.reverse/break-reverse.exp
9371 * gdb.reverse/consecutive-precsave.exp
9372 * gdb.reverse/consecutive-reverse.exp
9373 * gdb.reverse/finish-precsave.exp
9374 * gdb.reverse/finish-reverse-bkpt.exp
9375 * gdb.reverse/finish-reverse.exp
9376 * gdb.reverse/fstatat-reverse.exp
9377 * gdb.reverse/getresuid-reverse.exp
9378 * gdb.reverse/i386-precsave.exp
9379 * gdb.reverse/i386-reverse.exp
9380 * gdb.reverse/i386-sse-reverse.exp
9381 * gdb.reverse/i387-env-reverse.exp
9382 * gdb.reverse/i387-stack-reverse.exp
9383 * gdb.reverse/insn-reverse.exp
9384 * gdb.reverse/machinestate-precsave.exp
9385 * gdb.reverse/machinestate.exp
9386 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9387 * gdb.reverse/pipe-reverse.exp
9388 * gdb.reverse/readv-reverse.exp
9389 * gdb.reverse/recvmsg-reverse.exp
9390 * gdb.reverse/rerun-prec.exp
9391 * gdb.reverse/s390-mvcle.exp
9392 * gdb.reverse/step-precsave.exp
9393 * gdb.reverse/step-reverse.exp
9394 * gdb.reverse/time-reverse.exp
9395 * gdb.reverse/until-precsave.exp
9396 * gdb.reverse/until-reverse.exp
9397 * gdb.reverse/waitpid-reverse.exp
9398 * gdb.reverse/watch-precsave.exp
9399 * gdb.reverse/watch-reverse.exp
9400 * gdb.rust/generics.exp
9401 * gdb.rust/methods.exp
9402 * gdb.rust/modules.exp
9403 * gdb.rust/simple.exp
9404 * gdb.server/connect-with-no-symbol-file.exp
9405 * gdb.server/ext-attach.exp
9406 * gdb.server/ext-restart.exp
9407 * gdb.server/ext-wrapper.exp
9408 * gdb.server/file-transfer.exp
9409 * gdb.server/server-exec-info.exp
9410 * gdb.server/server-kill.exp
9411 * gdb.server/server-mon.exp
9412 * gdb.server/wrapper.exp
9413 * gdb.stabs/exclfwd.exp
9414 * gdb.stabs/gdb11479.exp
9415 * gdb.threads/clone-new-thread-event.exp
9416 * gdb.threads/corethreads.exp
9417 * gdb.threads/current-lwp-dead.exp
9418 * gdb.threads/dlopen-libpthread.exp
9419 * gdb.threads/gcore-thread.exp
9420 * gdb.threads/sigstep-threads.exp
9421 * gdb.threads/watchpoint-fork.exp
9422 * gdb.trace/actions-changed.exp
9423 * gdb.trace/backtrace.exp
9424 * gdb.trace/change-loc.exp
9425 * gdb.trace/circ.exp
9426 * gdb.trace/collection.exp
9427 * gdb.trace/disconnected-tracing.exp
9428 * gdb.trace/ftrace.exp
9429 * gdb.trace/mi-trace-frame-collected.exp
9430 * gdb.trace/mi-trace-unavailable.exp
9431 * gdb.trace/mi-traceframe-changed.exp
9432 * gdb.trace/mi-tsv-changed.exp
9433 * gdb.trace/no-attach-trace.exp
9434 * gdb.trace/passc-dyn.exp
9435 * gdb.trace/qtro.exp
9436 * gdb.trace/range-stepping.exp
9437 * gdb.trace/read-memory.exp
9438 * gdb.trace/save-trace.exp
9439 * gdb.trace/signal.exp
9440 * gdb.trace/status-stop.exp
9441 * gdb.trace/tfile.exp
9442 * gdb.trace/trace-break.exp
9443 * gdb.trace/trace-buffer-size.exp
9444 * gdb.trace/trace-condition.exp
9445 * gdb.trace/tracefile-pseudo-reg.exp
9446 * gdb.trace/tstatus.exp
9447 * gdb.trace/unavailable.exp
9448 * gdb.trace/while-dyn.exp
9449 * gdb.trace/while-stepping.exp
9450
94512016-12-22 Doug Evans <xdje42@gmail.com>
9452
9453 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9454 and msymbols.
9455
94562016-12-19 Yao Qi <yao.qi@linaro.org>
9457
9458 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9459 (test_with_self): Don't call do_steps_and_nexts, and remove
9460 code about stepping into xmalloc.
9461
94622016-12-09 Yao Qi <yao.qi@linaro.org>
9463
9464 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9465
94662016-12-09 Yao Qi <yao.qi@linaro.org>
9467
9468 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9469
94702016-12-09 Pedro Alves <palves@redhat.com>
9471
9472 * gdb.base/all-architectures-0.exp: New file.
9473 * gdb.base/all-architectures-1.exp: New file.
9474 * gdb.base/all-architectures-2.exp: New file.
9475 * gdb.base/all-architectures-3.exp: New file.
9476 * gdb.base/all-architectures-4.exp: New file.
9477 * gdb.base/all-architectures-5.exp: New file.
9478 * gdb.base/all-architectures-6.exp: New file.
9479 * gdb.base/all-architectures-7.exp: New file.
9480 * gdb.base/all-architectures.exp.in: New file.
9481
94822016-12-09 Yao Qi <yao.qi@linaro.org>
9483
9484 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9485
94862016-12-02 Luis Machado <lgustavo@codesourcery.com>
9487
9488 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9489 possible.
9490 Remove useless pattern-matching code.
9491
94922016-12-02 Pedro Alves <palves@redhat.com>
9493
9494 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9495 procedure.
9496 (top level): Call it.
9497
94982016-12-02 Pedro Alves <palves@redhat.com>
9499
9500 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9501 New procedure.
9502 (top level): Call it.
9503
95042016-12-02 Pedro Alves <palves@redhat.com>
9505
9506 PR cli/20559
9507 * gdb.base/commands.exp (user_defined_command_args_eval): New
9508 procedure.
9509 (top level): Call it.
9510
95112016-12-02 Luis Machado <lgustavo@codesourcery.com>
9512
9513 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9514 timeout handling.
9515
95162016-12-02 Tom Tromey <tom@tromey.com>
9517
9518 * gdb.dwarf2/main-subprogram.c: New file.
9519 * gdb.dwarf2/main-subprogram.exp: New file.
9520
95212016-12-01 Luis Machado <lgustavo@codesourcery.com>
9522
9523 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9524 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9525 gdb_test_no_output for a couple of cases.
9526 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9527
95282016-12-01 Luis Machado <lgustavo@codesourcery.com>
9529
9530 Fix test names and standardize compilation error messages throughout
9531 the following files:
9532
9533 * gdb.ada/start.exp
9534 * gdb.arch/alpha-step.exp
9535 * gdb.arch/e500-prologue.exp
9536 * gdb.arch/ftrace-insn-reloc.exp
9537 * gdb.arch/gdb1291.exp
9538 * gdb.arch/gdb1431.exp
9539 * gdb.arch/gdb1558.exp
9540 * gdb.arch/i386-dr3-watch.exp
9541 * gdb.arch/i386-sse-stack-align.exp
9542 * gdb.arch/ia64-breakpoint-shadow.exp
9543 * gdb.arch/pa-nullify.exp
9544 * gdb.arch/powerpc-aix-prologue.exp
9545 * gdb.arch/thumb-bx-pc.exp
9546 * gdb.base/annota1.exp
9547 * gdb.base/annota3.exp
9548 * gdb.base/arrayidx.exp
9549 * gdb.base/assign.exp
9550 * gdb.base/attach.exp
9551 * gdb.base/auxv.exp
9552 * gdb.base/bang.exp
9553 * gdb.base/bfp-test.exp
9554 * gdb.base/bigcore.exp
9555 * gdb.base/bitfields2.exp
9556 * gdb.base/break-fun-addr.exp
9557 * gdb.base/break-probes.exp
9558 * gdb.base/call-rt-st.exp
9559 * gdb.base/callexit.exp
9560 * gdb.base/catch-fork-kill.exp
9561 * gdb.base/charset.exp
9562 * gdb.base/checkpoint.exp
9563 * gdb.base/comprdebug.exp
9564 * gdb.base/constvars.exp
9565 * gdb.base/coredump-filter.exp
9566 * gdb.base/cursal.exp
9567 * gdb.base/cvexpr.exp
9568 * gdb.base/detach.exp
9569 * gdb.base/display.exp
9570 * gdb.base/dmsym.exp
9571 * gdb.base/dprintf-pending.exp
9572 * gdb.base/dso2dso.exp
9573 * gdb.base/dtrace-probe.exp
9574 * gdb.base/dump.exp
9575 * gdb.base/enum_cond.exp
9576 * gdb.base/exe-lock.exp
9577 * gdb.base/exec-invalid-sysroot.exp
9578 * gdb.base/execl-update-breakpoints.exp
9579 * gdb.base/exprs.exp
9580 * gdb.base/fileio.exp
9581 * gdb.base/find.exp
9582 * gdb.base/finish.exp
9583 * gdb.base/fixsection.exp
9584 * gdb.base/foll-vfork.exp
9585 * gdb.base/frame-args.exp
9586 * gdb.base/gcore.exp
9587 * gdb.base/gdb1250.exp
9588 * gdb.base/global-var-nested-by-dso.exp
9589 * gdb.base/gnu-ifunc.exp
9590 * gdb.base/hashline1.exp
9591 * gdb.base/hashline2.exp
9592 * gdb.base/hashline3.exp
9593 * gdb.base/hbreak-in-shr-unsupported.exp
9594 * gdb.base/huge.exp
9595 * gdb.base/infcall-input.exp
9596 * gdb.base/info-fun.exp
9597 * gdb.base/info-shared.exp
9598 * gdb.base/jit-simple.exp
9599 * gdb.base/jit-so.exp
9600 * gdb.base/jit.exp
9601 * gdb.base/jump.exp
9602 * gdb.base/label.exp
9603 * gdb.base/lineinc.exp
9604 * gdb.base/logical.exp
9605 * gdb.base/longjmp.exp
9606 * gdb.base/macscp.exp
9607 * gdb.base/miscexprs.exp
9608 * gdb.base/new-ui-echo.exp
9609 * gdb.base/new-ui-pending-input.exp
9610 * gdb.base/new-ui.exp
9611 * gdb.base/nodebug.exp
9612 * gdb.base/nofield.exp
9613 * gdb.base/offsets.exp
9614 * gdb.base/overlays.exp
9615 * gdb.base/pending.exp
9616 * gdb.base/pointers.exp
9617 * gdb.base/pr11022.exp
9618 * gdb.base/printcmds.exp
9619 * gdb.base/prologue.exp
9620 * gdb.base/ptr-typedef.exp
9621 * gdb.base/realname-expand.exp
9622 * gdb.base/relativedebug.exp
9623 * gdb.base/relocate.exp
9624 * gdb.base/remote.exp
9625 * gdb.base/reread.exp
9626 * gdb.base/return2.exp
9627 * gdb.base/savedregs.exp
9628 * gdb.base/sep.exp
9629 * gdb.base/sepdebug.exp
9630 * gdb.base/sepsymtab.exp
9631 * gdb.base/set-inferior-tty.exp
9632 * gdb.base/setshow.exp
9633 * gdb.base/shlib-call.exp
9634 * gdb.base/sigaltstack.exp
9635 * gdb.base/siginfo-addr.exp
9636 * gdb.base/signals.exp
9637 * gdb.base/signull.exp
9638 * gdb.base/sigrepeat.exp
9639 * gdb.base/so-impl-ld.exp
9640 * gdb.base/solib-display.exp
9641 * gdb.base/solib-overlap.exp
9642 * gdb.base/solib-search.exp
9643 * gdb.base/solib-symbol.exp
9644 * gdb.base/structs.exp
9645 * gdb.base/structs2.exp
9646 * gdb.base/symtab-search-order.exp
9647 * gdb.base/twice.exp
9648 * gdb.base/unload.exp
9649 * gdb.base/varargs.exp
9650 * gdb.base/watchpoint-solib.exp
9651 * gdb.base/watchpoint.exp
9652 * gdb.base/whatis.exp
9653 * gdb.base/wrong_frame_bt_full.exp
9654 * gdb.btrace/dlopen.exp
9655 * gdb.cell/ea-standalone.exp
9656 * gdb.cell/ea-test.exp
9657 * gdb.cp/dispcxx.exp
9658 * gdb.cp/gdb2384.exp
9659 * gdb.cp/method2.exp
9660 * gdb.cp/nextoverthrow.exp
9661 * gdb.cp/pr10728.exp
9662 * gdb.disasm/am33.exp
9663 * gdb.disasm/h8300s.exp
9664 * gdb.disasm/mn10300.exp
9665 * gdb.disasm/sh3.exp
9666 * gdb.dwarf2/dw2-dir-file-name.exp
9667 * gdb.fortran/complex.exp
9668 * gdb.fortran/library-module.exp
9669 * gdb.guile/scm-pretty-print.exp
9670 * gdb.guile/scm-symbol.exp
9671 * gdb.guile/scm-type.exp
9672 * gdb.guile/scm-value.exp
9673 * gdb.linespec/linespec.exp
9674 * gdb.mi/gdb701.exp
9675 * gdb.mi/gdb792.exp
9676 * gdb.mi/mi-breakpoint-changed.exp
9677 * gdb.mi/mi-dprintf-pending.exp
9678 * gdb.mi/mi-dprintf.exp
9679 * gdb.mi/mi-exit-code.exp
9680 * gdb.mi/mi-pending.exp
9681 * gdb.mi/mi-solib.exp
9682 * gdb.mi/new-ui-mi-sync.exp
9683 * gdb.mi/pr11022.exp
9684 * gdb.mi/user-selected-context-sync.exp
9685 * gdb.opt/solib-intra-step.exp
9686 * gdb.python/py-events.exp
9687 * gdb.python/py-finish-breakpoint.exp
9688 * gdb.python/py-mi.exp
9689 * gdb.python/py-prettyprint.exp
9690 * gdb.python/py-shared.exp
9691 * gdb.python/py-symbol.exp
9692 * gdb.python/py-template.exp
9693 * gdb.python/py-type.exp
9694 * gdb.python/py-value.exp
9695 * gdb.reverse/solib-precsave.exp
9696 * gdb.reverse/solib-reverse.exp
9697 * gdb.server/solib-list.exp
9698 * gdb.stabs/weird.exp
9699 * gdb.threads/reconnect-signal.exp
9700 * gdb.threads/stepi-random-signal.exp
9701 * gdb.trace/actions.exp
9702 * gdb.trace/ax.exp
9703 * gdb.trace/backtrace.exp
9704 * gdb.trace/change-loc.exp
9705 * gdb.trace/deltrace.exp
9706 * gdb.trace/ftrace-lock.exp
9707 * gdb.trace/ftrace.exp
9708 * gdb.trace/infotrace.exp
9709 * gdb.trace/mi-tracepoint-changed.exp
9710 * gdb.trace/packetlen.exp
9711 * gdb.trace/passcount.exp
9712 * gdb.trace/pending.exp
9713 * gdb.trace/range-stepping.exp
9714 * gdb.trace/report.exp
9715 * gdb.trace/stap-trace.exp
9716 * gdb.trace/tfind.exp
9717 * gdb.trace/trace-break.exp
9718 * gdb.trace/trace-condition.exp
9719 * gdb.trace/trace-enable-disable.exp
9720 * gdb.trace/trace-mt.exp
9721 * gdb.trace/tracecmd.exp
9722 * gdb.trace/tspeed.exp
9723 * gdb.trace/tsv.exp
9724 * lib/perftest.exp
9725
97262016-12-01 Luis Machado <lgustavo@codesourcery.com>
9727
9728 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9729 with gdb_test_no_output.
9730 Use command as test name.
9731
97322016-12-01 Luis Machado <lgustavo@codesourcery.com>
9733
9734 Fix test names starting with uppercase throughout the files.
9735
9736 * gdb.ada/assign_1.exp
9737 * gdb.ada/boolean_expr.exp
9738 * gdb.base/arrayidx.exp
9739 * gdb.base/del.exp
9740 * gdb.base/gcore-buffer-overflow.exp
9741 * gdb.base/testenv.exp
9742 * gdb.compile/compile.exp
9743 * gdb.python/py-framefilter-invalidarg.exp
9744 * gdb.python/py-framefilter.exp
9745
97462016-12-01 Luis Machado <lgustavo@codesourcery.com>
9747
9748 Fix test names starting with uppercase throughout the files.
9749
9750 * gdb.ada/array_return.exp
9751 * gdb.ada/expr_delims.exp
9752 * gdb.ada/mi_dyn_arr.exp
9753 * gdb.ada/mi_interface.exp
9754 * gdb.ada/mi_var_array.exp
9755 * gdb.ada/watch_arg.exp
9756 * gdb.arch/alpha-step.exp
9757 * gdb.arch/altivec-regs.exp
9758 * gdb.arch/e500-regs.exp
9759 * gdb.arch/powerpc-d128-regs.exp
9760 * gdb.base/arrayidx.exp
9761 * gdb.base/break.exp
9762 * gdb.base/checkpoint.exp
9763 * gdb.base/debug-expr.exp
9764 * gdb.base/dmsym.exp
9765 * gdb.base/radix.exp
9766 * gdb.base/sepdebug.exp
9767 * gdb.base/testenv.exp
9768 * gdb.base/watch_thread_num.exp
9769 * gdb.base/watchpoint-cond-gone.exp
9770 * gdb.cell/break.exp
9771 * gdb.cell/ea-cache.exp
9772 * gdb.compile/compile.exp
9773 * gdb.cp/gdb2495.exp
9774 * gdb.gdb/selftest.exp
9775 * gdb.gdb/xfullpath.exp
9776 * gdb.go/hello.exp
9777 * gdb.go/integers.exp
9778 * gdb.objc/basicclass.exp
9779 * gdb.pascal/hello.exp
9780 * gdb.pascal/integers.exp
9781 * gdb.python/py-breakpoint.exp
9782 * gdb.python/py-cmd.exp
9783 * gdb.python/py-linetable.exp
9784 * gdb.python/py-xmethods.exp
9785 * gdb.python/python.exp
9786 * gdb.reverse/consecutive-precsave.exp
9787 * gdb.reverse/finish-precsave.exp
9788 * gdb.reverse/i386-precsave.exp
9789 * gdb.reverse/machinestate-precsave.exp
9790 * gdb.reverse/sigall-precsave.exp
9791 * gdb.reverse/solib-precsave.exp
9792 * gdb.reverse/step-precsave.exp
9793 * gdb.reverse/until-precsave.exp
9794 * gdb.reverse/watch-precsave.exp
9795 * gdb.threads/leader-exit.exp
9796 * gdb.threads/pthreads.exp
9797 * gdb.threads/wp-replication.exp
9798 * gdb.trace/actions.exp
9799 * gdb.trace/mi-tsv-changed.exp
9800 * gdb.trace/tsv.exp
9801
98022016-12-01 Luis Machado <lgustavo@codesourcery.com>
9803
9804 Fix test names starting with uppercase throughout the files.
9805
9806 * gdb.arch/i386-bp_permanent.exp
9807 * gdb.arch/i386-gnu-cfi.exp
9808 * gdb.base/disasm-end-cu.exp
9809 * gdb.base/macscp.exp
9810 * gdb.base/pending.exp
9811 * gdb.base/watch_thread_num.exp
9812 * gdb.cp/exception.exp
9813 * gdb.cp/gdb2495.exp
9814 * gdb.cp/local.exp
9815 * gdb.python/py-evsignal.exp
9816 * gdb.python/python.exp
9817 * gdb.trace/tracecmd.exp
9818
98192016-12-01 Luis Machado <lgustavo@codesourcery.com>
9820
9821 Fix test names starting with uppercase throughout the files.
9822
9823 * gdb.base/charset.exp
9824 * gdb.base/eval.exp
9825 * gdb.base/multi-forks.exp
9826 * gdb.guile/scm-progspace.exp
9827 * gdb.opencl/datatypes.exp
9828 * gdb.python/py-block.exp
9829 * gdb.python/py-function.exp
9830 * gdb.python/py-symbol.exp
9831 * gdb.python/py-symtab.exp
9832 * gdb.python/py-xmethods.exp
9833 * gdb.reverse/break-precsave.exp
9834 * gdb.reverse/break-reverse.exp
9835 * gdb.reverse/consecutive-precsave.exp
9836 * gdb.reverse/consecutive-reverse.exp
9837 * gdb.reverse/finish-precsave.exp
9838 * gdb.reverse/finish-reverse-bkpt.exp
9839 * gdb.reverse/finish-reverse.exp
9840 * gdb.reverse/fstatat-reverse.exp
9841 * gdb.reverse/getresuid-reverse.exp
9842 * gdb.reverse/i386-precsave.exp
9843 * gdb.reverse/i386-reverse.exp
9844 * gdb.reverse/i386-sse-reverse.exp
9845 * gdb.reverse/i387-stack-reverse.exp
9846 * gdb.reverse/insn-reverse.exp
9847 * gdb.reverse/machinestate-precsave.exp
9848 * gdb.reverse/machinestate.exp
9849 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9850 * gdb.reverse/pipe-reverse.exp
9851 * gdb.reverse/readv-reverse.exp
9852 * gdb.reverse/recvmsg-reverse.exp
9853 * gdb.reverse/rerun-prec.exp
9854 * gdb.reverse/s390-mvcle.exp
9855 * gdb.reverse/sigall-precsave.exp
9856 * gdb.reverse/sigall-reverse.exp
9857 * gdb.reverse/solib-precsave.exp
9858 * gdb.reverse/solib-reverse.exp
9859 * gdb.reverse/step-precsave.exp
9860 * gdb.reverse/step-reverse.exp
9861 * gdb.reverse/time-reverse.exp
9862 * gdb.reverse/until-precsave.exp
9863 * gdb.reverse/until-reverse.exp
9864 * gdb.reverse/waitpid-reverse.exp
9865 * gdb.reverse/watch-precsave.exp
9866 * gdb.reverse/watch-reverse.exp
9867
98682016-12-01 Luis Machado <lgustavo@codesourcery.com>
9869
9870 Fix test names starting with uppercase throughout the files.
9871
9872 * gdb.arch/i386-mpx-simple_segv.exp
9873 * gdb.arch/i386-mpx.exp
9874 * gdb.arch/i386-permbkpt.exp
9875 * gdb.arch/pa-nullify.exp
9876 * gdb.arch/powerpc-d128-regs.exp
9877 * gdb.arch/vsx-regs.exp
9878 * gdb.base/bfp-test.exp
9879 * gdb.base/break.exp
9880 * gdb.base/breakpoint-shadow.exp
9881 * gdb.base/callfuncs.exp
9882 * gdb.base/charset.exp
9883 * gdb.base/commands.exp
9884 * gdb.base/completion.exp
9885 * gdb.base/dfp-test.exp
9886 * gdb.base/echo.exp
9887 * gdb.base/ending-run.exp
9888 * gdb.base/eval.exp
9889 * gdb.base/expand-psymtabs.exp
9890 * gdb.base/float128.exp
9891 * gdb.base/floatn.exp
9892 * gdb.base/foll-exec-mode.exp
9893 * gdb.base/gdb1056.exp
9894 * gdb.base/gdb11531.exp
9895 * gdb.base/kill-after-signal.exp
9896 * gdb.base/multi-forks.exp
9897 * gdb.base/overlays.exp
9898 * gdb.base/pending.exp
9899 * gdb.base/sepdebug.exp
9900 * gdb.base/testenv.exp
9901 * gdb.base/valgrind-db-attach.exp
9902 * gdb.base/watch_thread_num.exp
9903 * gdb.base/watchpoint-cond-gone.exp
9904 * gdb.base/watchpoint.exp
9905 * gdb.base/watchpoints.exp
9906 * gdb.cp/arg-reference.exp
9907 * gdb.cp/baseenum.exp
9908 * gdb.cp/operator.exp
9909 * gdb.cp/shadow.exp
9910 * gdb.dwarf2/dw2-op-out-param.exp
9911 * gdb.dwarf2/dw2-reg-undefined.exp
9912 * gdb.go/chan.exp
9913 * gdb.go/hello.exp
9914 * gdb.go/integers.exp
9915 * gdb.go/methods.exp
9916 * gdb.go/package.exp
9917 * gdb.guile/scm-parameter.exp
9918 * gdb.guile/scm-progspace.exp
9919 * gdb.guile/scm-value.exp
9920 * gdb.mi/mi-pending.exp
9921 * gdb.mi/user-selected-context-sync.exp
9922 * gdb.multi/multi-attach.exp
9923 * gdb.multi/tids.exp
9924 * gdb.opt/clobbered-registers-O2.exp
9925 * gdb.pascal/floats.exp
9926 * gdb.pascal/integers.exp
9927 * gdb.python/py-block.exp
9928 * gdb.python/py-events.exp
9929 * gdb.python/py-parameter.exp
9930 * gdb.python/py-symbol.exp
9931 * gdb.python/py-symtab.exp
9932 * gdb.python/py-type.exp
9933 * gdb.python/py-value.exp
9934 * gdb.python/py-xmethods.exp
9935 * gdb.python/python.exp
9936 * gdb.reverse/break-precsave.exp
9937 * gdb.reverse/consecutive-precsave.exp
9938 * gdb.reverse/finish-precsave.exp
9939 * gdb.reverse/i386-precsave.exp
9940 * gdb.reverse/machinestate-precsave.exp
9941 * gdb.reverse/sigall-precsave.exp
9942 * gdb.reverse/solib-precsave.exp
9943 * gdb.reverse/step-precsave.exp
9944 * gdb.reverse/until-precsave.exp
9945 * gdb.reverse/watch-precsave.exp
9946 * gdb.server/ext-attach.exp
9947 * gdb.server/ext-restart.exp
9948 * gdb.server/ext-run.exp
9949 * gdb.server/ext-wrapper.exp
9950 * gdb.stabs/gdb11479.exp
9951 * gdb.stabs/weird.exp
9952 * gdb.threads/attach-many-short-lived-threads.exp
9953 * gdb.threads/kill.exp
9954 * gdb.threads/watchpoint-fork.exp
9955
99562016-12-01 Luis Machado <lgustavo@codesourcery.com>
9957
9958 Fix test names starting with uppercase throughout all the files below.
9959
9960 * gdb.ada/array_return.exp
9961 * gdb.ada/catch_ex.exp
9962 * gdb.ada/info_exc.exp
9963 * gdb.ada/mi_catch_ex.exp
9964 * gdb.ada/mi_dyn_arr.exp
9965 * gdb.ada/mi_ex_cond.exp
9966 * gdb.ada/mi_exc_info.exp
9967 * gdb.ada/mi_interface.exp
9968 * gdb.ada/mi_task_arg.exp
9969 * gdb.ada/mi_task_info.exp
9970 * gdb.ada/mi_var_array.exp
9971 * gdb.arch/alpha-step.exp
9972 * gdb.arch/amd64-disp-step.exp
9973 * gdb.arch/arm-disp-step.exp
9974 * gdb.arch/disp-step-insn-reloc.exp
9975 * gdb.arch/e500-prologue.exp
9976 * gdb.arch/ftrace-insn-reloc.exp
9977 * gdb.arch/gdb1558.exp
9978 * gdb.arch/i386-bp_permanent.exp
9979 * gdb.arch/i386-disp-step.exp
9980 * gdb.arch/i386-float.exp
9981 * gdb.arch/i386-gnu-cfi.exp
9982 * gdb.arch/ia64-breakpoint-shadow.exp
9983 * gdb.arch/mips16-thunks.exp
9984 * gdb.arch/pa-nullify.exp
9985 * gdb.arch/powerpc-aix-prologue.exp
9986 * gdb.arch/powerpc-power.exp
9987 * gdb.arch/ppc-dfp.exp
9988 * gdb.arch/s390-tdbregs.exp
9989 * gdb.arch/spu-info.exp
9990 * gdb.arch/spu-ls.exp
9991 * gdb.arch/thumb-bx-pc.exp
9992 * gdb.base/advance.exp
9993 * gdb.base/annota-input-while-running.exp
9994 * gdb.base/arrayidx.exp
9995 * gdb.base/asmlabel.exp
9996 * gdb.base/async.exp
9997 * gdb.base/attach-wait-input.exp
9998 * gdb.base/auto-connect-native-target.exp
9999 * gdb.base/batch-preserve-term-settings.exp
10000 * gdb.base/bfp-test.exp
10001 * gdb.base/bigcore.exp
10002 * gdb.base/bp-permanent.exp
10003 * gdb.base/break-always.exp
10004 * gdb.base/break-fun-addr.exp
10005 * gdb.base/break-idempotent.exp
10006 * gdb.base/break-main-file-remove-fail.exp
10007 * gdb.base/break-probes.exp
10008 * gdb.base/break-unload-file.exp
10009 * gdb.base/break.exp
10010 * gdb.base/call-ar-st.exp
10011 * gdb.base/call-rt-st.exp
10012 * gdb.base/call-sc.exp
10013 * gdb.base/call-signal-resume.exp
10014 * gdb.base/call-strs.exp
10015 * gdb.base/callexit.exp
10016 * gdb.base/callfuncs.exp
10017 * gdb.base/catch-gdb-caused-signals.exp
10018 * gdb.base/catch-signal-siginfo-cond.exp
10019 * gdb.base/catch-syscall.exp
10020 * gdb.base/compare-sections.exp
10021 * gdb.base/cond-eval-mode.exp
10022 * gdb.base/condbreak-call-false.exp
10023 * gdb.base/consecutive-step-over.exp
10024 * gdb.base/cursal.exp
10025 * gdb.base/disabled-location.exp
10026 * gdb.base/disasm-end-cu.exp
10027 * gdb.base/display.exp
10028 * gdb.base/double-prompt-target-event-error.exp
10029 * gdb.base/dprintf-bp-same-addr.exp
10030 * gdb.base/dprintf-detach.exp
10031 * gdb.base/dprintf-next.exp
10032 * gdb.base/dprintf-non-stop.exp
10033 * gdb.base/dprintf-pending.exp
10034 * gdb.base/dso2dso.exp
10035 * gdb.base/ending-run.exp
10036 * gdb.base/enum_cond.exp
10037 * gdb.base/examine-backward.exp
10038 * gdb.base/exe-lock.exp
10039 * gdb.base/exec-invalid-sysroot.exp
10040 * gdb.base/execl-update-breakpoints.exp
10041 * gdb.base/execution-termios.exp
10042 * gdb.base/fileio.exp
10043 * gdb.base/fixsection.exp
10044 * gdb.base/foll-exec-mode.exp
10045 * gdb.base/foll-exec.exp
10046 * gdb.base/fork-running-state.exp
10047 * gdb.base/frame-args.exp
10048 * gdb.base/fullpath-expand.exp
10049 * gdb.base/func-ptr.exp
10050 * gdb.base/gcore-relro-pie.exp
10051 * gdb.base/gdb1090.exp
10052 * gdb.base/gdb1555.exp
10053 * gdb.base/global-var-nested-by-dso.exp
10054 * gdb.base/gnu-ifunc.exp
10055 * gdb.base/hbreak-in-shr-unsupported.exp
10056 * gdb.base/hbreak-unmapped.exp
10057 * gdb.base/hook-stop.exp
10058 * gdb.base/infcall-input.exp
10059 * gdb.base/info-fun.exp
10060 * gdb.base/info-shared.exp
10061 * gdb.base/interrupt-noterm.exp
10062 * gdb.base/jit-so.exp
10063 * gdb.base/jit.exp
10064 * gdb.base/line-symtabs.exp
10065 * gdb.base/list.exp
10066 * gdb.base/longjmp.exp
10067 * gdb.base/macscp.exp
10068 * gdb.base/max-value-size.exp
10069 * gdb.base/nodebug.exp
10070 * gdb.base/nofield.exp
10071 * gdb.base/overlays.exp
10072 * gdb.base/paginate-after-ctrl-c-running.exp
10073 * gdb.base/paginate-bg-execution.exp
10074 * gdb.base/paginate-inferior-exit.exp
10075 * gdb.base/pending.exp
10076 * gdb.base/pr11022.exp
10077 * gdb.base/printcmds.exp
10078 * gdb.base/ptr-typedef.exp
10079 * gdb.base/ptype.exp
10080 * gdb.base/randomize.exp
10081 * gdb.base/range-stepping.exp
10082 * gdb.base/realname-expand.exp
10083 * gdb.base/relativedebug.exp
10084 * gdb.base/remote.exp
10085 * gdb.base/savedregs.exp
10086 * gdb.base/sepdebug.exp
10087 * gdb.base/set-noassign.exp
10088 * gdb.base/shlib-call.exp
10089 * gdb.base/shreloc.exp
10090 * gdb.base/sigaltstack.exp
10091 * gdb.base/sigbpt.exp
10092 * gdb.base/siginfo-addr.exp
10093 * gdb.base/siginfo-obj.exp
10094 * gdb.base/siginfo-thread.exp
10095 * gdb.base/signest.exp
10096 * gdb.base/signull.exp
10097 * gdb.base/sigrepeat.exp
10098 * gdb.base/skip.exp
10099 * gdb.base/so-impl-ld.exp
10100 * gdb.base/solib-corrupted.exp
10101 * gdb.base/solib-disc.exp
10102 * gdb.base/solib-display.exp
10103 * gdb.base/solib-overlap.exp
10104 * gdb.base/solib-search.exp
10105 * gdb.base/solib-symbol.exp
10106 * gdb.base/source-execution.exp
10107 * gdb.base/sss-bp-on-user-bp-2.exp
10108 * gdb.base/sss-bp-on-user-bp.exp
10109 * gdb.base/stack-checking.exp
10110 * gdb.base/stale-infcall.exp
10111 * gdb.base/step-break.exp
10112 * gdb.base/step-line.exp
10113 * gdb.base/step-over-exit.exp
10114 * gdb.base/step-test.exp
10115 * gdb.base/structs.exp
10116 * gdb.base/sym-file.exp
10117 * gdb.base/symtab-search-order.exp
10118 * gdb.base/term.exp
10119 * gdb.base/type-opaque.exp
10120 * gdb.base/unload.exp
10121 * gdb.base/until-nodebug.exp
10122 * gdb.base/until.exp
10123 * gdb.base/unwindonsignal.exp
10124 * gdb.base/watch-cond.exp
10125 * gdb.base/watch-non-mem.exp
10126 * gdb.base/watch_thread_num.exp
10127 * gdb.base/watchpoint-reuse-slot.exp
10128 * gdb.base/watchpoint-solib.exp
10129 * gdb.base/watchpoint.exp
10130 * gdb.btrace/dlopen.exp
10131 * gdb.cell/arch.exp
10132 * gdb.cell/break.exp
10133 * gdb.cell/bt.exp
10134 * gdb.cell/core.exp
10135 * gdb.cell/data.exp
10136 * gdb.cell/dwarfaddr.exp
10137 * gdb.cell/ea-cache.exp
10138 * gdb.cell/ea-standalone.exp
10139 * gdb.cell/ea-test.exp
10140 * gdb.cell/f-regs.exp
10141 * gdb.cell/fork.exp
10142 * gdb.cell/gcore.exp
10143 * gdb.cell/mem-access.exp
10144 * gdb.cell/ptype.exp
10145 * gdb.cell/registers.exp
10146 * gdb.cell/sizeof.exp
10147 * gdb.cell/solib-symbol.exp
10148 * gdb.cell/solib.exp
10149 * gdb.compile/compile-tls.exp
10150 * gdb.cp/exception.exp
10151 * gdb.cp/gdb2495.exp
10152 * gdb.cp/local.exp
10153 * gdb.cp/mb-inline.exp
10154 * gdb.cp/mb-templates.exp
10155 * gdb.cp/pr10687.exp
10156 * gdb.cp/pr9167.exp
10157 * gdb.cp/scope-err.exp
10158 * gdb.cp/templates.exp
10159 * gdb.cp/virtfunc.exp
10160 * gdb.dwarf2/dw2-dir-file-name.exp
10161 * gdb.dwarf2/dw2-single-line-discriminators.exp
10162 * gdb.fortran/complex.exp
10163 * gdb.fortran/library-module.exp
10164 * gdb.guile/guile.exp
10165 * gdb.guile/scm-cmd.exp
10166 * gdb.guile/scm-frame-inline.exp
10167 * gdb.guile/scm-objfile.exp
10168 * gdb.guile/scm-pretty-print.exp
10169 * gdb.guile/scm-symbol.exp
10170 * gdb.guile/scm-type.exp
10171 * gdb.guile/scm-value.exp
10172 * gdb.linespec/keywords.exp
10173 * gdb.linespec/ls-errs.exp
10174 * gdb.linespec/macro-relative.exp
10175 * gdb.linespec/thread.exp
10176 * gdb.mi/mi-breakpoint-changed.exp
10177 * gdb.mi/mi-dprintf-pending.exp
10178 * gdb.mi/mi-fullname-deleted.exp
10179 * gdb.mi/mi-logging.exp
10180 * gdb.mi/mi-pending.exp
10181 * gdb.mi/mi-solib.exp
10182 * gdb.mi/new-ui-mi-sync.exp
10183 * gdb.mi/user-selected-context-sync.exp
10184 * gdb.multi/dummy-frame-restore.exp
10185 * gdb.multi/multi-arch-exec.exp
10186 * gdb.multi/remove-inferiors.exp
10187 * gdb.multi/watchpoint-multi-exit.exp
10188 * gdb.opt/solib-intra-step.exp
10189 * gdb.perf/backtrace.exp
10190 * gdb.perf/single-step.exp
10191 * gdb.perf/skip-command.exp
10192 * gdb.perf/skip-prologue.exp
10193 * gdb.perf/solib.exp
10194 * gdb.python/lib-types.exp
10195 * gdb.python/py-as-string.exp
10196 * gdb.python/py-bad-printers.exp
10197 * gdb.python/py-block.exp
10198 * gdb.python/py-breakpoint.exp
10199 * gdb.python/py-cmd.exp
10200 * gdb.python/py-events.exp
10201 * gdb.python/py-evthreads.exp
10202 * gdb.python/py-finish-breakpoint.exp
10203 * gdb.python/py-finish-breakpoint2.exp
10204 * gdb.python/py-frame-inline.exp
10205 * gdb.python/py-frame.exp
10206 * gdb.python/py-inferior.exp
10207 * gdb.python/py-infthread.exp
10208 * gdb.python/py-mi.exp
10209 * gdb.python/py-objfile.exp
10210 * gdb.python/py-pp-maint.exp
10211 * gdb.python/py-pp-registration.exp
10212 * gdb.python/py-prettyprint.exp
10213 * gdb.python/py-recurse-unwind.exp
10214 * gdb.python/py-shared.exp
10215 * gdb.python/py-symbol.exp
10216 * gdb.python/py-symtab.exp
10217 * gdb.python/py-template.exp
10218 * gdb.python/py-type.exp
10219 * gdb.python/py-unwind-maint.exp
10220 * gdb.python/py-unwind.exp
10221 * gdb.python/py-value.exp
10222 * gdb.python/python.exp
10223 * gdb.reverse/finish-reverse-bkpt.exp
10224 * gdb.reverse/insn-reverse.exp
10225 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10226 * gdb.reverse/solib-precsave.exp
10227 * gdb.reverse/solib-reverse.exp
10228 * gdb.stabs/gdb11479.exp
10229 * gdb.stabs/weird.exp
10230 * gdb.threads/fork-child-threads.exp
10231 * gdb.threads/fork-plus-threads.exp
10232 * gdb.threads/fork-thread-pending.exp
10233 * gdb.threads/forking-threads-plus-breakpoint.exp
10234 * gdb.threads/hand-call-in-threads.exp
10235 * gdb.threads/interrupted-hand-call.exp
10236 * gdb.threads/linux-dp.exp
10237 * gdb.threads/local-watch-wrong-thread.exp
10238 * gdb.threads/next-while-other-thread-longjmps.exp
10239 * gdb.threads/non-ldr-exit.exp
10240 * gdb.threads/pending-step.exp
10241 * gdb.threads/print-threads.exp
10242 * gdb.threads/process-dies-while-detaching.exp
10243 * gdb.threads/process-dies-while-handling-bp.exp
10244 * gdb.threads/pthreads.exp
10245 * gdb.threads/queue-signal.exp
10246 * gdb.threads/reconnect-signal.exp
10247 * gdb.threads/signal-command-handle-nopass.exp
10248 * gdb.threads/signal-command-multiple-signals-pending.exp
10249 * gdb.threads/signal-delivered-right-thread.exp
10250 * gdb.threads/signal-sigtrap.exp
10251 * gdb.threads/sigthread.exp
10252 * gdb.threads/staticthreads.exp
10253 * gdb.threads/stepi-random-signal.exp
10254 * gdb.threads/thread-unwindonsignal.exp
10255 * gdb.threads/thread_check.exp
10256 * gdb.threads/thread_events.exp
10257 * gdb.threads/tid-reuse.exp
10258 * gdb.threads/tls-nodebug.exp
10259 * gdb.threads/tls-shared.exp
10260 * gdb.threads/tls-so_extern.exp
10261 * gdb.threads/tls.exp
10262 * gdb.threads/wp-replication.exp
10263 * gdb.trace/actions-changed.exp
10264 * gdb.trace/actions.exp
10265 * gdb.trace/backtrace.exp
10266 * gdb.trace/change-loc.exp
10267 * gdb.trace/collection.exp
10268 * gdb.trace/deltrace.exp
10269 * gdb.trace/disconnected-tracing.exp
10270 * gdb.trace/entry-values.exp
10271 * gdb.trace/ftrace-lock.exp
10272 * gdb.trace/ftrace.exp
10273 * gdb.trace/infotrace.exp
10274 * gdb.trace/mi-trace-frame-collected.exp
10275 * gdb.trace/mi-trace-unavailable.exp
10276 * gdb.trace/mi-traceframe-changed.exp
10277 * gdb.trace/mi-tracepoint-changed.exp
10278 * gdb.trace/mi-tsv-changed.exp
10279 * gdb.trace/no-attach-trace.exp
10280 * gdb.trace/packetlen.exp
10281 * gdb.trace/passc-dyn.exp
10282 * gdb.trace/passcount.exp
10283 * gdb.trace/pending.exp
10284 * gdb.trace/pr16508.exp
10285 * gdb.trace/qtro.exp
10286 * gdb.trace/range-stepping.exp
10287 * gdb.trace/read-memory.exp
10288 * gdb.trace/report.exp
10289 * gdb.trace/save-trace.exp
10290 * gdb.trace/signal.exp
10291 * gdb.trace/stap-trace.exp
10292 * gdb.trace/status-stop.exp
10293 * gdb.trace/strace.exp
10294 * gdb.trace/tfile.exp
10295 * gdb.trace/tfind.exp
10296 * gdb.trace/trace-break.exp
10297 * gdb.trace/trace-condition.exp
10298 * gdb.trace/trace-enable-disable.exp
10299 * gdb.trace/trace-mt.exp
10300 * gdb.trace/tracecmd.exp
10301 * gdb.trace/tracefile-pseudo-reg.exp
10302 * gdb.trace/tspeed.exp
10303 * gdb.trace/tstatus.exp
10304 * gdb.trace/tsv.exp
10305 * gdb.trace/unavailable.exp
10306 * gdb.trace/while-dyn.exp
10307 * gdb.trace/while-stepping.exp
10308 * lib/gdb-guile.exp
10309 * lib/gdb.exp
10310 * lib/mi-support.exp
10311 * lib/pascal.exp
10312 * lib/perftest.exp
10313 * lib/prelink-support.exp
10314 * lib/selftest-support.exp
10315
103162016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10317
10318 * Makefile.in: Include disable-implicit-rules.mk.
10319
103202016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10321
10322 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10323 non-byte-aligned bit fields.
10324
103252016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10326
10327 PR gdb/12616
10328 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10329 respects the DW_AT_data_bit_offset attribute.
10330
103312016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10332
10333 * gdb.base/default.exp: Fix output of "set language".
10334
103352016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10336
10337 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10338 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10339 make.
10340 * configure.ac: Remove checks for the make program.
10341 * configure: Re-generate.
10342
103432016-11-16 Kevin Buettner <kevinb@redhat.com>
10344
10345 * gdb.python/py-recurse-unwind.c (main): Add loop.
10346 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10347 to read_register() and gdb.parse_and_eval(). Make each code
10348 call a separate case that can be individually tested.
10349 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10350 proc. Call cont_and_backtrace for each of the code paths that
10351 we want to test in the unwinder.
10352
103532016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10354
10355 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10356 the definition of struct S.
10357
103582016-11-11 Catherine Moore <clm@codesourcery.com>
10359
10360 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10361
103622016-11-09 Pedro Alves <palves@redhat.com>
10363
10364 * gdb.base/commands.exp (runto_or_return): New procedure.
10365 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10366 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10367 (progvar_simple_while_test, progvar_complex_if_while_test)
10368 (if_while_breakpoint_command_test)
10369 (infrun_breakpoint_command_test, breakpoint_command_test)
10370 (user_defined_command_test, watchpoint_command_test)
10371 (test_command_prompt_position, redefine_hook_test)
10372 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10373 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10374 multi_line_input and multi_line. Remove gdb_expect and
10375 gdb_stop_suppressing_tests uses.
10376 * lib/gdb.exp (valnum_re): New global.
10377 (multi_line_input): New procedure.
10378
103792016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10380
10381 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10382 Remove.
10383 (test_setup): Define with proc_with_prefix.
10384 (test_cli_inferior): Likewise.
10385 (test_cli_thread): Likewise.
10386 (test_cli_frame): Likewise.
10387 (test_cli_select_frame): Likewise.
10388 (test_cli_up_down): Likewise.
10389 (test_mi_thread_select): Likewise.
10390 (test_mi_stack_select_frame): Likewise.
10391 (test_cli_in_mi_inferior): Likewise.
10392 (test_cli_in_mi_thread): Likewise.
10393 (test_cli_in_mi_frame): Likewise.
10394 (top level): Do not use with_test_prefix_procname.
10395
103962016-11-09 Pedro Alves <palves@redhat.com>
10397
10398 * gdb.base/commands.exp (gdbvar_simple_if_test)
10399 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10400 (progvar_simple_if_test, progvar_simple_while_test)
10401 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10402 (infrun_breakpoint_command_test, breakpoint_command_test)
10403 (user_defined_command_test, watchpoint_command_test)
10404 (test_command_prompt_position, deprecated_command_test)
10405 (bp_deleted_in_command, temporary_breakpoint_commands)
10406 (stray_arg0_test, source_file_with_indented_comment)
10407 (recursive_source_test, if_commands_test)
10408 (error_clears_commands_left, redefine_hook_test)
10409 (redefine_backtrace_test): Use proc_with_prefix.
10410 * lib/gdb.exp (proc_with_prefix): New proc.
10411
104122016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10413
10414 * gdb.base/tui-layout.c: New file.
10415 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10416 disassembly window contains very long lines.
10417
104182016-11-08 Tom Tromey <tom@tromey.com>
10419
10420 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10421 depend on Python 2.
10422
104232016-11-08 Tom Tromey <tom@tromey.com>
10424
10425 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10426 New method.
10427
104282016-10-29 Manish Goregaokar <manish@mozilla.com>
10429
10430 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10431
104322016-10-27 Manish Goregaokar <manish@mozilla.com>
10433
10434 * gdb.rust/simple.rs: Add test for univariant enums without
10435 discriminants and for encoded struct-like enums.
10436
104372016-10-28 Pedro Alves <palves@redhat.com>
10438
10439 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10440 gdb_test_multiple, tighten regexps and match symtabs and line
10441 tables incrementally.
10442
104432016-10-28 Luis Machado <lgustavo@codesourcery.com>
10444
10445 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10446 general.
10447
104482016-10-25 Luis Machado <lgustavo@codesourcery.com>
10449
10450 * gdb.base/exec-invalid-sysroot.exp: New file.
10451
104522016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10453
10454 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10455
104562016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10457
10458 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10459
104602016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10461
10462 * gdb.base/killed-outside.exp: Remove $options from a call to
10463 `prepare_for_testing'.
10464
104652016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10466
10467 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10468 Change test message.
10469
104702016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10471
10472 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10473 Update comment.
10474
104752016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10476
10477 * gdb.trace/mi-trace-save.exp: New file.
10478
104792016-10-13 Yao Qi <yao.qi@linaro.org>
10480
10481 * gdb.base/code_elim.exp (get_var_address): Remove.
10482 * gdb.base/relocate.exp: Likewise.
10483 * gdb.base/shreloc.exp: Likewise.
10484 * lib/gdb.exp (get_var_address): New.
10485
104862016-10-13 Yao Qi <yao.qi@linaro.org>
10487
10488 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10489 floating point tests if $skip_float_test is false.
10490
104912016-10-12 Luis Machado <lgustavo@codesourcery.com>
10492
10493 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10494 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10495 argc values.
10496 Add 1 to argc so we guarantee distinct initial/modified argc values.
10497
104982016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10499
10500 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10501
105022016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10503
10504 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10505 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10506 * gdb.arch/vsx-regs.exp: Likewise.
10507
105082016-10-07 Yao Qi <yao.qi@linaro.org>
10509
10510 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10511
105122016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10513
10514 * gdb.python/python.exp: Test decode_line("*0").
10515
105162016-10-06 Doug Evans <dje@google.com>
10517
10518 * gdb.python/py-value.exp (test_value_creation): Add test for large
10519 unsigned 64-bit value.
10520
105212016-10-06 Tom Tromey <tom@tromey.com>
10522
10523 * gdb.compile/compile.exp: Change java tests to rust.
10524 * gdb.base/setshow.exp: Change java tests to rust.
10525 * gdb.base/default.exp: Remove java from language list.
10526 * README (Examples): Update language example.
10527 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10528 test.
10529 * lib/gdb.exp (skip_java_tests): Remove.
10530 * lib/java.exp: Remove.
10531 * gdb.java: Remove.
10532
105332016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10534
10535 * gdb.arch/mips-fcr.exp: New test.
10536 * gdb.arch/mips-fcr.c: Source for the new test.
10537
105382016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10539
10540 * gdb.base/solib-disc.exp: Use `standard_output_file'
10541 throughout.
10542
105432016-10-06 Pedro Alves <palves@redhat.com>
10544
10545 * gdb.base/jit-simple-dl.c: New file.
10546 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10547 * gdb.base/jit-simple.c: ... this.
10548 * gdb.base/jit-simple.exp (jit_run): Delete.
10549 (build_jit): New proc.
10550 (jit_test_reread): Recompile either the main program or the shared
10551 library, depending on what is being tested. Skip changing address
10552 if caller wants to. Compare before/after addresses. If testing
10553 standalone, explicitly load the binary. Test "maint info
10554 breakpoints".
10555 (top level): Add "standalone vs shared lib" and "change address"
10556 vs "same address" axes.
10557
105582016-10-06 Pedro Alves <palves@redhat.com>
10559
10560 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10561 call.
10562 (jit_run): Delete.
10563 (jit_test_reread): Use with_test_prefix. Reload the main binary
10564 explicitly. Compare the before/after addresses of the JIT
10565 descriptor.
10566
105672016-08-15 Doug Evans <dje@google.com>
10568
10569 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10570 for single bitfields is bool.
10571 * gdb.xml/tdesc-regs.exp: Ditto.
10572
105732016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10574
10575 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10576
105772016-10-05 Yao Qi <yao.qi@linaro.org>
10578
10579 * lib/gdb.exp (support_complex_tests): Return zero if
10580 gdb_skip_float_test return true.
10581
105822016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10583 Simon Marchi <simon.marchi@ericsson.com>
10584
10585 PR gdb/20487
10586 * gdb.mi/user-selected-context-sync.exp: New file.
10587 * gdb.mi/user-selected-context-sync.c: New file.
10588
105892016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10590 Simon Marchi <simon.marchi@ericsson.com>
10591
10592 PR gdb/20487
10593 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10594 =thread-select-event check.
10595
105962016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10597
10598 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10599 the compulsory L operand changes.
10600 * gdb.arch/powerpc-power.s: Likewise.
10601
106022016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10603
10604 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10605 * gdb.base/jit-attach-pie.c: New file.
10606 * gdb.base/jit-attach-pie.exp: New file.
10607
106082016-09-28 Pedro Alves <palves@redhat.com>
10609
10610 * gdb.base/infcall-input.c: New file.
10611 * gdb.base/infcall-input.exp: New file.
10612
106132016-09-22 Yao Qi <yao.qi@linaro.org>
10614
10615 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10616 (gdb_exit): Rename it to ...
10617 (gdbserver_gdb_exit): ... Close GDBserver.
10618 (gdb_exit): New proc, call gdbserver_gdb_exit.
10619 (mi_gdb_exit): Likewise.
10620
106212016-09-22 Yao Qi <yao.qi@linaro.org>
10622
10623 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10624 path.
10625 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10626 Remove duplication.
10627
106282016-09-22 Yao Qi <yao.qi@linaro.org>
10629
10630 * lib/gdbserver-support.exp: Check the existence of
10631 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10632
106332016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10634
10635 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10636
106372016-09-21 Tom Tromey <tom@tromey.com>
10638
10639 PR gdb/20604:
10640 * gdb.base/quit.exp: New file.
10641
106422016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10643
10644 * .gitignore: New file.
10645
106462016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10647
10648 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10649 throughout.
10650
106512016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10652
10653 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10654
106552016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10656
10657 * gdb.cp/casts.cc (decltype): Move it ...
10658 (main): ... with its call to ...
10659 * gdb.cp/casts03.cc: ... a new file.
10660 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10661
106622016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10663
10664 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10665
106662016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10667
10668 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10669 and sync up the test with tests in gas/testsuite/gas/ppc.
10670 * gdb.arch/powerpc-power.exp: Likewise.
10671
106722016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10673
10674 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10675
106762016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10677 Jan Kratochvil <jan.kratochvil@redhat.com>
10678
10679 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10680 make m1's definition to be different from m2's. Use 'dummy' as an
10681 argument for probe 'two'.
10682
106832016-09-10 Jon Beniston <jon@beniston.com>
10684
10685 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10686 for sim target.
10687
106882016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10689
10690 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10691 variable declaration.
10692 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10693 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10694 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10695 received HWCAP as its argument.
10696
106972016-09-06 Pedro Alves <palves@redhat.com>
10698
10699 * gdb.base/new-ui-pending-input.c: New file.
10700 * gdb.base/new-ui-pending-input.exp: New file.
10701 * gdb.exp (clear_gdb_spawn_id): New procedure.
10702 (with_spawn_id): Check whether gdb_spawn_id exists before
10703 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10704 on exit.
10705
107062016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10707
10708 * gdb.base/float128.c: New file.
10709 * gdb.base/float128.exp: Likewise.
10710 * gdb.base/floatn.c: Likewise.
10711 * gdb.base/floatn.exp: Likewise.
10712
107132016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10714
10715 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10716
107172016-09-05 Pedro Alves <palves@redhat.com>
10718
10719 PR backtrace/19927
10720 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10721 unwinders are immediately called as side effect of "source" or
10722 "disable unwinder" commands.
10723 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10724
107252016-09-02 Yao Qi <yao.qi@linaro.org>
10726
10727 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10728 is true and $type is "float" or "double".
10729
107302016-09-02 Yao Qi <yao.qi@linaro.org>
10731
10732 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10733 true.
10734 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10735 * gdb.base/call-rt-st.exp: Likewise.
10736 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10737 return value instead of gdb,skip_float_test.
10738 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10739 (do_function_calls): Use its return value instead of
10740 gdb,skip_float_test.
10741 * gdb.base/finish.exp: Likewise.
10742 * gdb.base/funcargs.exp: Likewise.
10743 * gdb.base/return.exp: Likewise.
10744 * gdb.base/return2.exp: Likewise.
10745 * gdb.base/varargs.exp: Likewise.
10746 * lib/gdb.exp (gdb_skip_float_test): Change it to
10747 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10748
107492016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10750
10751 * gdb.multi/tids.exp: Test "thread apply all".
10752
107532016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10754
10755 * gdb.base/default.exp (tty): Remove.
10756
107572016-08-24 Kevin Buettner <kevinb@redhat.com>
10758
10759 * gdb.python/py-recurse-unwind.c: New file.
10760 * gdb.python/py-recurse-unwind.py: New file.
10761 * gdb.python/py-recurse-unwind.exp: New file.
10762
107632016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10764
10765 * gdb.base/set-inferior-tty.exp: New file.
10766 * gdb.base/set-inferior-tty.c: New file.
10767
107682016-08-23 Pedro Alves <palves@redhat.com>
10769
10770 PR gdb/20494
10771 * gdb.base/new-ui-echo.c: New file.
10772 * gdb.base/new-ui-echo.exp: New file.
10773
107742016-08-23 Yao Qi <yao.qi@linaro.org>
10775
10776 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10777 gdbserver_spawn.
10778 * gdb.server/connect-without-multi-process.exp (do_test):
10779 Likewise.
10780
107812016-08-23 Yao Qi <yao.qi@linaro.org>
10782
10783 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10784 standalone_txt. Delete gdb_txt and standalone_txt on host
10785 and target. Spawn the binary on target. Copy files from
10786 target to host.
10787
107882016-08-22 Pedro Alves <palves@redhat.com>
10789
10790 PR gdb/20505
10791 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10792 with_test_prefix. Factor out bits to ...
10793 (test_no_vdso): ... this new procedure.
10794
107952016-08-19 Carl Love <cel@us.ibm.com>
10796
10797 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10798 maintaining separate logic for constructing the output path.
10799 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10800 * gdb.arch/ppc-dfp.exp: Likewise.
10801 * gdb.arch/ppc-fp.exp: Likewise.
10802 * gdb.arch/vsx-regs.exp: Likewise.
10803 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10804 binprefix for generating the additional binary files.
10805
108062016-08-19 Pedro Alves <palves@redhat.com>
10807
10808 * gdb.trace/mi-trace-frame-collected.exp
10809 (test_trace_frame_collected): On x32, expect two registers.
10810
108112016-08-18 Carl Love <cel@us.ibm.com>
10812
10813 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10814 and sync up the test with tests in gas/testsuite/gas/ppc.
10815 * gdb.arch/powerpc-power.exp: Likewise.
10816
108172016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10818
10819 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10820 expected error message.
10821
108222016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10823
10824 * gdb.multi/remove-inferiors.exp: New file.
10825 * gdb.multi/remove-inferiors.c: New file.
10826
108272016-08-12 Yao Qi <yao.qi@linaro.org>
10828
10829 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10830 argument list.
10831
108322016-08-10 Pedro Alves <palves@redhat.com>
10833
10834 PR gdb/19187
10835 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10836 setup_kfails.
10837
108382016-08-09 Pedro Alves <palves@redhat.com>
10839 Simon Marchi <simon.marchi@ericsson.com>
10840
10841 PR gdb/20418
10842 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10843 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10844
108452016-08-09 Pedro Alves <palves@redhat.com>
10846
10847 PR mi/20431
10848 * gdb.mi/mi-cmd-error.exp: New file.
10849
108502016-08-09 Pedro Alves <palves@redhat.com>
10851
10852 PR gdb/18653
10853 * gdb.base/signals-state-child.c: New file.
10854 * gdb.base/signals-state-child.exp: New file.
10855 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10856
108572016-08-09 Pedro Alves <palves@redhat.com>
10858
10859 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10860
108612016-08-03 Tom Tromey <tom@tromey.com>
10862
10863 PR python/18565:
10864 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10865
108662016-08-01 Yao Qi <yao.qi@linaro.org>
10867
10868 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10869 variable mode to "multi-process" if $multi_process is 1, otherwise
10870 set it to "single-process".
10871
108722016-08-01 Yao Qi <yao.qi@linaro.org>
10873
10874 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10875 * gdb.cp/cpexprs.exp: Likewise.
10876 * gdb.cp/m-static.exp: Likewise.
10877
108782016-07-26 Tom Tromey <tom@tromey.com>
10879
10880 PR python/20190:
10881 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10882 test.
10883
108842016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10885
10886 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10887 selecting assembly source files.
10888 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10889 assembly source files.
10890 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10891 assembly source files.
10892 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10893 selecting assembly source files.
10894
108952016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10896
10897 * gdb.base/new-ui.exp (do_test_invalid_args): New
10898 procedure.
10899
109002016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10901
10902 * gdb.btrace/reconnect.c: New file.
10903 * gdb.btrace/reconnect.exp: New file.
10904
109052016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10906
10907 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10908 to test_catch_syscall_group.
10909 (test_catch_syscall_group): New.
10910
109112016-07-21 Tom Tromey <tom@tromey.com>
10912
10913 * gdb.rust/simple.rs (main): Use empty struct expression.
10914 * gdb.rust/simple.exp: Add tests for empty struct expression.
10915
109162016-07-21 Yao Qi <yao.qi@linaro.org>
10917
10918 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10919 if gdb_skip_xml_test is true on some targets.
10920
109212016-07-21 Yao Qi <yao.qi@linaro.org>
10922
10923 * gdb.server/solib-list.exp: Unset last_loaded_file.
10924
109252016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10926
10927 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10928 "step into captured_main (args)".
10929
109302016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10931
10932 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10933
109342016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10935
10936 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10937
109382016-07-19 Pedro Alves <palves@redhat.com>
10939
10940 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10941 * gdb.opt/inline-bt.exp: Likewise.
10942 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10943 additional_flags=-Winline.
10944 * gdb.opt/inline-locals.exp: Likewise.
10945 * gdb.opt/inline-markers.c (ATTR): Define.
10946 (inlined_fn): Use it.
10947
109482016-07-19 Yao Qi <yao.qi@linaro.org>
10949
10950 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10951 (test_with_self): Remove some code. Remove argument executable.
10952 (top-level): Use do_self_tests.
10953
109542016-07-15 Zachary Welch <zwelch@codesourcery.com>
10955 Don Breazeal <donb@codesourcery.com>
10956
10957 * gdb.base/maint.exp: Escape paths used in regular expressions.
10958 * gdb.stabs/weird.exp: Likewise.
10959
109602016-07-13 Tom Tromey <tom@tromey.com>
10961
10962 PR python/15620, PR python/18620:
10963 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10964 (test_bkpt_events): New procs.
10965
109662016-07-13 Tom Tromey <tom@tromey.com>
10967
10968 PR python/17698:
10969 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10970 test.
10971 (test_watchpoints): Likewise.
10972 (test_bkpt_pending): New proc.
10973
109742016-07-13 Tom Tromey <tom@tromey.com>
10975
10976 PR cli/18053:
10977 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10978 completion test.
10979
109802016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10981
10982 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10983 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10984 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10985 f_label.
10986 (g): Rename g_end_lbl to g_label.
10987 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10988 low_pc and high_pc.
10989 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10990
109912016-07-12 Tom Tromey <tom@tromey.com>
10992
10993 PR python/19293:
10994 * gdb.python/py-unwind-maint.exp: Update tests.
10995
109962016-07-12 Yao Qi <yao.qi@linaro.org>
10997
10998 * lib/selftest-support.exp (selftest_setup): Match the output
10999 when captured_main is inlined.
11000
110012016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11002
11003 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11004 New variables.
11005 (print this%a, print this%b, print this): New tests.
11006 * gdb.fortran/derived-types.f90 (this): New object and
11007 initialization.
11008
110092016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11010
11011 * gdb.ada/arraydim.exp: Remove extra directory level in build
11012 directory.
11013
110142016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11015
11016 * lib/ada.exp: Remove extra directory level in build directory.
11017 * gdb.ada/cond_lang.exp: Likewise.
11018 * gdb.ada/exec_changed.exp: Likewise.
11019 * gdb.ada/lang_switch.exp: Likewise.
11020
110212016-07-06 Manish Goregaokar <manish@mozilla.com>
11022
11023 * simple.rs: Add test for raw pointer subscripting.
11024 * simple.exp: Add test expectations.
11025
110262016-07-05 Yao Qi <yao.qi@linaro.org>
11027
11028 * gdb.mi/mi-reverse.exp: Match =record-started output.
11029
110302016-07-01 Pedro Alves <palves@redhat.com>
11031
11032 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11033 procedure.
11034 (jit_reader_test): Test the jit reader's unwinder.
11035 * gdb.base/jithost.c (jit_function_00_code): New global.
11036 (main): Use memcpy to fill in the mmapped code, instead of poking
11037 bytes manually here.
11038 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11039 value.
11040 (read_debug_info): Save the function's range.
11041 (read_sp): New function.
11042 (unwind_frame): Use it. Also unwind RBP.
11043 (get_frame_id): Use read_sp.
11044 (gdb_init_reader): Use calloc instead of malloc.
11045 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11046 parameter. Use gdb_test_multiple.
11047
110482016-07-01 Pedro Alves <palves@redhat.com>
11049 Antoine Tremblay <antoine.tremblay@ericsson.com>
11050
11051 * gdb.threads/process-dies-while-detaching.c: New file.
11052 * gdb.threads/process-dies-while-detaching.exp: New file.
11053
110542016-07-01 Pedro Alves <palves@redhat.com>
11055
11056 * gdb.multi/watchpoint-multi-exit.c: New file.
11057 * gdb.multi/watchpoint-multi-exit.exp: New file.
11058
110592016-06-30 Pedro Alves <palves@redhat.com>
11060
11061 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11062 unset inferior_spawn_id.
11063
110642016-06-30 Pedro Alves <palves@redhat.com>
11065
11066 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11067 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11068
110692016-06-29 Yao Qi <yao.qi@linaro.org>
11070
11071 * gdb.base/return.c: Add copyright header.
11072
110732016-06-29 Tom Tromey <tom@tromey.com>
11074
11075 PR python/20129:
11076 * gdb.python/py-framefilter.exp: Add tests for setting priority
11077 and disabling of non-existent frame filter.
11078
110792016-06-29 Yao Qi <yao.qi@linaro.org>
11080
11081 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11082 0x0f07ff.
11083
110842016-06-28 Yao Qi <yao.qi@linaro.org>
11085
11086 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11087 triplets. Start gdb, execute catch syscall, and continue. Check
11088 gdb's output to determine catch syscall is supported.
11089
110902016-06-27 Manish Goregaokar <manish@mozilla.com>
11091
11092 * gdb.rust/simple.rs: Add test for returning unit in a function.
11093 * gdb.rust/simple.exp: Add expectation for functions returning
11094 unit.
11095
110962016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11097
11098 * gdb.python/py-breakpoint-create-fail.c,
11099 gdb.python/py-breakpoint-create-fail.exp,
11100 gdb.python/py-breakpoint-create-fail.py: New testcase.
11101
111022016-06-25 Manish Goregaokar <manish@mozilla.com>
11103
11104 PR gdb/20239
11105 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11106 * gdb.rust/simple.exp: Add test expectations for new NonZero
11107 tests.
11108
111092016-06-24 David Taylor <dtaylor@emc.com>
11110
11111 * gdb.base/offsets.exp: New file.
11112 * gdb.base/offsets.c: New file.
11113
111142016-06-23 Tom Tromey <tom@tromey.com>
11115
11116 PR gdb/16483:
11117 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11118 before any filters are loaded.
11119
111202016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11121
11122 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11123 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11124 structs.
11125 * gdb.fortran/derived-type-function.exp: New file.
11126 * gdb.fortran/derived-type-function.f90: New file.
11127
11128
111292016-06-21 Pedro Alves <palves@redhat.com>
11130
11131 * gdb.base/new-ui.exp: New file.
11132 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11133 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11134 (with_spawn_id): New procedure.
11135
111362016-06-21 Pedro Alves <palves@redhat.com>
11137
11138 * gdb.mi/mi-exec-run.exp: New file.
11139
111402016-06-21 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11143 breakpoint command's output on the main UI.
11144 (test_break): New procedure, factored out from calls in the top
11145 level.
11146 (top level): Use foreach_with_prefix to test MI as main UI and as
11147 separate UI.
11148
111492016-06-21 Pedro Alves <palves@redhat.com>
11150
11151 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11152 (test_awatch_creation_and_listing)
11153 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11154 Remove 'type' parameter.
11155 (test_watchpoint_all): New parameter mi_mode. Remove
11156 with_test_prefix.
11157 (top level): Use foreach_with_prefix, and add main/separate UI MI
11158 testing axis.
11159
111602016-06-21 Pedro Alves <palves@redhat.com>
11161
11162 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11163 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11164 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11165 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11166 (gdb_main_spawn_id, mi_spawn_id): Declare and
11167 comment.
11168 (mi_create_inferior_pty): New procedure,
11169 factored out from default_mi_gdb_start.
11170 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11171 procedures.
11172 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11173 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11174 Use mi_create_inferior_pty.
11175 (mi_gdb_start): Use eval to pass down args list.
11176
111772016-06-21 Pedro Alves <palves@redhat.com>
11178
11179 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11180 * gdb.opt/inline-cmds.exp: Add MI tests.
11181
111822016-06-21 Pedro Alves <palves@redhat.com>
11183
11184 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11185
111862016-06-21 Pedro Alves <palves@redhat.com>
11187
11188 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11189 (top level): Use it instead of mi_execute_to.
11190
111912016-06-21 Pedro Alves <palves@redhat.com>
11192
11193 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11194 (cont_handler_str): New.
11195 (signal_stop_handler): Set stop_handler_str instead of printing to
11196 stdout.
11197 (continue_handler): Set cont_handler_str instead of printing to
11198 stdout.
11199 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11200 mi_send_resuming_command. Print stop_handler_str and
11201 cont_handler_str instead of expecting the python events print
11202 directly.
11203
112042016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11205
11206 * gdb.base/jit-reader.exp: New file.
11207 * gdb.base/jithost.c: New file.
11208 * gdb.base/jithost.h: New file.
11209 * gdb.base/jitreader.c : New file.
11210 * gdb.base/jit-protocol.h: New file.
11211
112122016-06-17 Yao Qi <yao.qi@linaro.org>
11213
11214 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11215 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11216 and detach-on-fork. Adjust tests.
11217 (top level): Invoke break_cond_on_syscall with combinations of
11218 syscall, follow-fork-mode and detach-on-fork.
11219
112202016-06-17 Yao Qi <yao.qi@linaro.org>
11221
11222 * gdb.base/step-over-exit.c: New.
11223 * gdb.base/step-over-exit.exp: New.
11224
112252016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11226
11227 * gdb.base/float.exp: Add target check for nds32*-*-*.
11228 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11229
112302016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11231
11232 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11233 for unsupported target features.
11234 * gdb.base/call-rt-st.exp: Likewise.
11235 * gdb.base/call-sc.exp: Likewise.
11236 * gdb.base/call-signal-resume.exp: Likewise.
11237 * gdb.base/call-strs.exp: Likewise.
11238 * gdb.base/callexit.exp: Likewise.
11239 * gdb.base/callfuncs.exp: Likewise.
11240 * gdb.base/nodebug.exp: Likewise.
11241 * gdb.base/printcmds.exp: Likewise.
11242 * gdb.base/ptype.exp: Likewise.
11243 * gdb.base/structs.exp: Likewise.
11244 * gdb.base/unwindonsignal.exp: Likewise.
11245 * gdb.cp/gdb2495.exp: Likewise.
11246 * gdb.cp/templates.exp: Likewise.
11247 * gdb.cp/virtfunc.exp: Likewise.
11248 * gdb.threads/hand-call-in-threads.exp: Likewise.
11249 * gdb.threads/interrupted-hand-call.exp: Likewise.
11250 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11251
112522016-06-10 Tom Tromey <tom@tromey.com>
11253
11254 PR rust/20110:
11255 * gdb.rust/expr.exp: Add test for integer constant larger than
11256 i32.
11257
112582016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11259
11260 * gdb.fortran/nested-funcs.exp: New.
11261 * gdb.fortran/nested-funcs.f90: New.
11262
112632016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11264
11265 * gdb.base/examine-backward.c: New file.
11266 * gdb.base/examine-backward.exp: New file.
11267
112682016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11269
11270 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11271 matching.
11272
112732016-06-02 Tom Tromey <tom@tromey.com>
11274
11275 PR python/18984:
11276 * gdb.python/py-shared.exp: Add solib_name test.
11277
112782016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11279
11280 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11281
112822016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11283
11284 PR c++/19893
11285 * gdb.dwarf2/implref.exp: Rename to...
11286 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11287 * gdb.dwarf2/implref-array.c: New file.
11288 * gdb.dwarf2/implref-array.exp: Likewise.
11289 * gdb.dwarf2/implref-global.c: Likewise.
11290 * gdb.dwarf2/implref-global.exp: Likewise.
11291 * gdb.dwarf2/implref-struct.c: Likewise.
11292 * gdb.dwarf2/implref-struct.exp: Likewise.
11293
112942016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11295
11296 * gdb.trace/trace-condition.exp: Add 64bit tests.
11297
112982016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11299
11300 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11301 bits types.
11302 (main): Adapt to 8 to 64 bits types.
11303 * gdb.trace/trace-condition.exp: Add new tests.
11304
113052016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11306
11307 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11308
113092016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11310
11311 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11312 Move condition tests...
11313 * gdb.trace/trace-condition.exp: Here.
11314
113152016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11316
11317 * gdb.trace/trace-condition.exp: Add counter-case tests.
11318
113192016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11320
11321 PR c++/15231
11322 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11323 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11324
113252016-05-27 Pedro Alves <palves@redhat.com>
11326
11327 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11328 New procedure.
11329 (top level): Call it, and bail out of DejaGnu is known to be bad.
11330
113312016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11332
11333 * gdb.base/whatis.c: Extend the test case.
11334 * gdb.base/whatis.exp: Add additional tests.
11335
113362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11337
11338* gdb.fortran/type.f90: Add pointer variable.
11339* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11340
113412016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11342
11343 * gdb.fortran/vla-type.exp: Fix testcase name.
11344
113452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11346
11347 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11348
113492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11350
11351 * gdb.fortran/type.f90: Add nested structures.
11352 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11353 * gdb.fortran/derived-type.exp: Adapt expected output.
11354 * gdb.fortran/vla-type.exp: Adapt expected output.
11355
113562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11357
11358 * gdb.fortran/whatis_type.exp: Adapt expected output.
11359
113602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11361
11362 * gdb.fortran/print_type.exp: Fix expected output.
11363 * gdb.fortran/whatis_type.exp: Fix expected output.
11364
113652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11366
11367 * gdb.fortran/whatis_type.exp: Use multi_line.
11368
113692016-05-24 Tom Tromey <tom@tromey.com>
11370
11371 PR python/17386:
11372 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11373 use value as an index.
11374
113752016-05-23 Tom Tromey <tom@tromey.com>
11376
11377 PR python/17981:
11378 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11379 no-breakpoint case.
11380
113812016-05-24 Pedro Alves <palves@redhat.com>
11382
11383 PR gdb/19828
11384 * gdb.threads/clone-attach-detach.c: New file.
11385 * gdb.threads/clone-attach-detach.exp: New file.
11386
113872016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11388
11389 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11390
113912016-05-23 Tom Tromey <tom@tromey.com>
11392
11393 PR python/19438, PR python/18393:
11394 * gdb.python/py-progspace.exp: Add "dir" test.
11395 * gdb.python/py-objfile.exp: Add "dir" test.
11396
113972016-05-23 Yao Qi <yao.qi@linaro.org>
11398
11399 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11400 * gdb.arch/thumb2-it.exp: Likewise.
11401
114022016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11403
11404 * gdb.mi/mi-threads-interrupt.c: New file.
11405 * gdb.mi/mi-threads-interrupt.exp: New file.
11406
114072016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11408
11409 PR gdb/18077
11410 * gdb.mi/mi-async-run.exp: New file.
11411 * gdb.mi/mi-async-run.c: New file.
11412
114132016-05-17 Tom Tromey <tom@tromey.com>
11414 Manish Goregaokar <manishsmail@gmail.com>
11415
11416 * lib/rust-support.exp: New file.
11417 * lib/gdb.exp (skip_rust_tests): New proc.
11418 (build_executable_from_specs): Handle rust.
11419 * lib/future.exp (gdb_find_rustc): New proc.
11420 (gdb_default_target_compile): Handle rust.
11421 * gdb.rust/expr.exp: New file.
11422 * gdb.rust/generics.exp: New file.
11423 * gdb.rust/generics.rs: New file.
11424 * gdb.rust/methods.exp: New file.
11425 * gdb.rust/methods.rs: New file.
11426 * gdb.rust/modules.exp: New file.
11427 * gdb.rust/modules.rs: New file.
11428 * gdb.rust/simple.exp: New file.
11429 * gdb.rust/simple.rs: New file.
11430
114312016-05-17 Tom Tromey <tom@tromey.com>
11432
11433 * gdb.base/default.exp (set language): Add rust.
11434
114352016-05-17 Tom Tromey <tom@tromey.com>
11436
11437 * gdb.gdb/unittest.exp: New file.
11438
114392016-05-16 Yao Qi <yao.qi@linaro.org>
11440
11441 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11442 shell_prompt. Update shell_prompt_re.
11443
114442016-05-12 Doug Evans <dje@google.com>
11445
11446 PR symtab/19999
11447 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11448 $options when building executable.
11449 * gdb.dwarf2/fission-loclists-pie.S: New file.
11450 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11451
114522016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11453
11454 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11455 of [is_remote target],
11456
114572016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11458
11459 * lib/gdb.exp (use_gdb_stub): New procedure.
11460
114612016-05-03 Yunlian Jiang <yunlian@google.com>
11462 Doug Evans <dje@google.com>
11463
11464 PR symtab/19914
11465 * gdb.dwarf2/dwp-sepdebug.c: New file.
11466 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11467
114682016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11469
11470 * gdb.base/detach.exp: Remove is_remote check.
11471
114722016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11473
11474 * gdb.base/annota-input-while-running.exp: Don't check for
11475 [is_remote target]. Enable annotations after running to main.
11476 Remove unused "set test..." line.
11477
114782016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11479
11480 * gdb.trace/trace-enable-disable.exp: New file.
11481 * gdb.trace/trace-enable-disable.c: New file.
11482
114832016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11484
11485 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11486 use it in info sharedlibrary test.
11487 * gdb.trace/ftrace-lock.exp: Likewise.
11488 * gdb.trace/ftrace.exp: Likewise.
11489 * gdb.trace/range-stepping.exp: Likewise.
11490 * gdb.trace/trace-break.exp: Likewise.
11491 * gdb.trace/trace-condition.exp: Likewise.
11492 * gdb.trace/trace-mt.exp: Likewise.
11493
114942016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11495
11496 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11497 (gdb_load_shlib): ... this.
11498 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11499 gdb_load_shlib.
11500 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11501 * gdb.base/ctxobj.exp: Likewise.
11502 * gdb.base/dprintf-pending.exp: Likewise.
11503 * gdb.base/dso2dso.exp: Likewise.
11504 * gdb.base/fixsection.exp: Likewise.
11505 * gdb.base/gcore-relro.exp: Likewise.
11506 * gdb.base/gdb1555.exp: Likewise.
11507 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11508 * gdb.base/gnu-ifunc.exp: Likewise.
11509 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11510 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11511 * gdb.base/pending.exp: Likewise.
11512 * gdb.base/print-file-var.exp: Likewise.
11513 * gdb.base/print-symbol-loading.exp: Likewise.
11514 * gdb.base/shlib-call.exp: Likewise.
11515 * gdb.base/shreloc.exp: Likewise.
11516 * gdb.base/so-impl-ld.exp: Likewise.
11517 * gdb.base/solib-disc.exp: Likewise.
11518 * gdb.base/solib-nodir.exp: Likewise.
11519 * gdb.base/solib-overlap.exp: Likewise.
11520 * gdb.base/solib-symbol.exp: Likewise.
11521 * gdb.base/solib-weak.exp (do_test): Likewise.
11522 * gdb.base/sym-file.exp: Likewise.
11523 * gdb.base/symtab-search-order.exp: Likewise.
11524 * gdb.base/type-opaque.exp: Likewise.
11525 * gdb.base/unload.exp: Likewise.
11526 * gdb.base/watchpoint-solib.exp: Likewise.
11527 * gdb.compile/compile.exp: Likewise.
11528 * gdb.cp/gdb2384.exp: Likewise.
11529 * gdb.cp/infcall-dlopen.exp: Likewise.
11530 * gdb.cp/re-set-overloaded.exp: Likewise.
11531 * gdb.fortran/library-module.exp: Likewise.
11532 * gdb.opt/solib-intra-step.exp: Likewise.
11533 * gdb.python/py-finish-breakpoint.exp: Likewise.
11534 * gdb.python/py-shared.exp: Likewise.
11535 * gdb.reverse/solib-precsave.exp: Likewise.
11536 * gdb.reverse/solib-reverse.exp: Likewise.
11537 * gdb.server/solib-list.exp: Likewise.
11538 * gdb.threads/dlopen-libpthread.exp: Likewise.
11539 * gdb.threads/tls-shared.exp: Likewise.
11540 * gdb.threads/tls-so_extern.exp: Likewise.
11541 * gdb.trace/change-loc.exp: Likewise.
11542 * gdb.trace/ftrace-lock.exp: Likewise.
11543 * gdb.trace/ftrace.exp: Likewise.
11544 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11545 * gdb.trace/pending.exp: Likewise.
11546 * gdb.trace/range-stepping.exp: Likewise.
11547 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11548 (strace_info_marker): Likewise.
11549 (strace_probe_marker): Likewise.
11550 (strace_trace_on_same_addr): Likewise.
11551 (strace_trace_on_diff_addr): Likewise.
11552 * gdb.trace/trace-break.exp: Likewise.
11553 * gdb.trace/trace-condition.exp: Likewise.
11554 * gdb.trace/trace-mt.exp: Likewise.
11555
115562016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11557
11558 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11559 result of gdb_remote_download.
11560 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11561 * gdb.base/dso2dso.exp: Likewise.
11562 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11563 * gdb.base/print-file-var.exp: Likewise.
11564 * gdb.base/shlib-call.exp: Likewise.
11565 * gdb.base/shreloc.exp: Likewise.
11566 * gdb.base/solib-overlap.exp: Likewise.
11567 * gdb.base/solib-weak.exp (do_test): Likewise.
11568 * gdb.base/unload.exp: Likewise.
11569
115702016-04-27 Yao Qi <yao.qi@linaro.org>
11571
11572 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11573 exists.
11574
115752016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11576
11577 * vla-type.exp: Print structure from toplevel.
11578
115792016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11580
11581 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11582 of dynamic types.
11583 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11584 of dynamic types.
11585
115862016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11587
11588 * gdb.fortran/vla-type.f90: New file.
11589 * gdb.fortran/vla-type.exp: New file.
11590
115912016-04-25 Yao Qi <yao.qi@linaro.org>
11592
11593 * gdb.base/branch-to-self.c: New file.
11594 * gdb.base/branch-to-self.exp: New file.
11595
115962016-04-22 Yao Qi <yao.qi@linaro.org>
11597
11598 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11599 more after $hex.
11600
116012016-04-22 Yao Qi <yao.qi@linaro.org>
11602
11603 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11604 * gdb.base/annota3.exp: Likewise.
11605
116062016-04-22 Yao Qi <yao.qi@linaro.org>
11607
11608 * gdb.reverse/step-precsave.exp: Do one step and test program
11609 stops in "callee" and do multiple steps until program goes out
11610 of "callee".
11611 * gdb.reverse/step-reverse.exp: Likewise.
11612
116132016-04-22 Yao Qi <yao.qi@linaro.org>
11614
11615 * gdb.trace/signal.exp: Also pass if
11616 $tracepoint_hits($i) > $iterations.
11617
116182016-04-22 Yao Qi <yao.qi@linaro.org>
11619
11620 * gdb.trace/signal.c: New file.
11621 * gdb.trace/signal.exp: New file.
11622
116232016-04-19 Doug Evans <xdje42@gmail.com>
11624
11625 * gdb.base/bad-file.exp: New file.
11626
116272016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11628
11629 * gdb.dwarf2/implref.exp: New file.
11630
116312016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11632
11633 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11634 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11635 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11636 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11637 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11638 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11639 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11640 * lib/fortran.exp (fortran_int4): New procedure.
11641 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11642 (fortran_logical4): Likewise.
11643
116442016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11645
11646 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11647
116482016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11649
11650 * lib/compiler.c: Add Intel specific preprocessor macros.
11651 * lib/compiler.cc: Likewise.
11652
116532016-04-13 Luis Machado <lgustavo@codesourcery.com>
11654
11655 * gdb.server/connect-with-no-symbol-file.c: New file.
11656 * gdb.server/connect-with-no-symbol-file.exp: New file.
11657
116582016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11659
11660 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11661
116622016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11663
11664 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11665 standard output directory.
11666
116672016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11668
11669 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11670
116712016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11672
11673 * gdb.btrace/instruction_history.c (loop): Add declaration.
11674
116752016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11676
11677 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11678
116792016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11680
11681 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11682 parentheses to print.
11683 (continue_handler): Likewise.
11684
116852016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11686
11687 * gdb.server/solib-list.exp: Remove is_remote check.
11688 Pass shlib= to gdb_compile. Don't link shared library with
11689 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11690 Run binary filename through "readlink -f" on the target.
11691
116922016-04-08 Pedro Alves <palves@redhat.com>
11693
11694 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11695 interpreter filename as argument to gdbserver_spawn.
11696 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11697 Return empty if $last_loaded_file does not exist.
11698
116992016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11700
11701 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11702 * gdb.base/jit-main.c: Use exit after usage.
11703
117042016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11705
11706 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11707 GDBHISTSIZE prior to the tests.
11708 * gdb.base/gdbinit-history.exp: Likewise.
11709
117102016-04-07 Pedro Alves <palves@redhat.com>
11711
11712 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11713 instead of build_executable. Use gdb_load_shlibs.
11714
117152016-04-07 Yao Qi <yao.qi@linaro.org>
11716
11717 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11718 Execute "si" command.
11719
117202016-04-07 Yao Qi <yao.qi@linaro.org>
11721
11722 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11723 number instead of the comments on some line.
11724
117252016-04-06 Don Breazeal <donb@codesourcery.com>
11726
11727 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11728 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11729
117302016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11731
11732 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11733 standard_output_file. Remove unused binfile variable.
11734
117352016-04-05 Catalin Udma <catalin.udma@freescale.com>
11736
11737 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11738 * gdb.python/py-mi-objfile.exp: Match "list main" output
11739 in console format.
11740
117412016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11742
11743 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11744 absolute.
11745
117462016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11747
11748 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11749 absolute.
11750 * gdb.trace/ftrace.exp: Likewise.
11751 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11752 targets as well.
11753 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11754 (gdb_load_shlibs): Copy libraries to test directory when testing
11755 natively. Only set solib-search-path if testing remotely.
11756 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11757
117582016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11759
11760 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11761 gdb_download. Use it even if the target is not remote.
11762 * gdb.base/jit.exp (compile_jit_test): Likewise.
11763 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11764 output directory if the destination board is local, otherwise use
11765 the standard remote_download from DejaGnu.
11766 (gdb_download): Remove.
11767 (gdb_load_shlibs): Use gdb_remote_download instead of
11768 gdb_download.
11769 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11770 Use gdb_remote_download instead of gdb_download. Use it even if
11771 the target is not remote.
11772 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11773 instead of gdb_download.
11774
117752016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11776
11777 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11778 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11779 run.
11780
117812016-04-01 Artemiy Volkov <artemiyv@acm.org>
11782
11783 PR gdb/19820
11784 * gdb.base/printcmds.exp: Add artificial arrays tests.
11785
117862016-03-31 Pedro Alves <palves@redhat.com>
11787
11788 PR gdb/19858
11789 * gdb.base/jit-main.c: Include unistd.h.
11790 (ATTACH): Define to 0 if not already defined.
11791 (wait_for_gdb, mypid): New globals.
11792 (WAIT_FOR_GDB): New macro.
11793 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11794 some breakpoint locations.
11795 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11796 New procedures.
11797 (one_jit_test): Add REATTACH parameter, and handle it. Use
11798 continue_to_test_location.
11799 (top level): Test attach, and adjusts calls to one_jit_test.
11800
118012016-03-31 Pedro Alves <palves@redhat.com>
11802
11803 PR gdb/19858
11804 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11805 BINSUFFIX parameter, and handle it.
11806 (top level): Adjust calls compile_jit_test.
11807
118082016-03-31 Catalin Udma <catalin.udma@freescale.com>
11809
11810 PR python/19743
11811 * gdb.python/py-mi-events-gdb.py: New file.
11812 * gdb.python/py-mi-events.c: New file.
11813 * gdb.python/py-mi-events.exp: New file.
11814
118152016-03-30 Yao Qi <yao.qi@linaro.org>
11816
11817 * gdb.reverse/until-precsave.exp: Match function name only.
11818 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11819 Move malloc to a condition block.
11820 * gdb.reverse/until-reverse.exp: Match function name only.
11821
118222016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11823
11824 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11825 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11826 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11827 variable for GPR 0 instead of assuming it is register 0.
11828 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11829 * lib/trace-support.exp: Add s390 registers.
11830
118312016-03-29 Yao Qi <yao.qi@linaro.org>
11832
11833 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11834
118352016-03-24 Yao Qi <yao.qi@linaro.org>
11836
11837 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11838 test message.
11839
118402016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11841
11842 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11843 maintaining separate logic for constructing the output path.
11844
118452016-03-16 Don Breazeal <donb@codesourcery.com>
11846
11847 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11848 Retry fork and waitpid on interrupted system call errors.
11849 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11850 Use with_timeout_factor to increase timeout by factor of 10.
11851
118522016-03-15 Don Breazeal <donb@codesourcery.com>
11853
11854 * gdb.cp/scope-err.cc: New test program.
11855 * gdb.cp/scope-err.exp: New test script.
11856 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11857 lines and "set breakpoint here" comment.
11858 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11859 Fixed some whitespace and format issues.
11860 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11861 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11862
118632016-03-15 Doug Evans <dje@google.com>
11864
11865 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11866 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11867 All callers updated. Add tests for enums, mixed flags register.
11868
118692016-03-15 Doug Evans <dje@google.com>
11870
11871 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11872 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11873
118742016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11875
11876 * gdb.base/default.exp: Add $_as_string to the list of expected
11877 convenience functions.
11878
118792016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11880
11881 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11882
118832016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11884
11885 * gdb.python/py-as-string.exp: New file.
11886 * gdb.python/py-as-string.c: New file.
11887
118882016-03-09 Pedro Alves <palves@redhat.com>
11889
11890 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11891 signal" -> "Thread NN received signal" output change.
11892 * gdb.threads/ia64-sigill.exp: Likewise.
11893 * gdb.threads/linux-dp.exp: Likewise.
11894 * gdb.threads/manythreads.exp: Likewise.
11895 * gdb.threads/pending-step.exp: Likewise.
11896 * gdb.threads/print-threads.exp: Likewise.
11897 * gdb.threads/sigstep-threads.exp: Likewise.
11898 * gdb.threads/staticthreads.exp: Likewise.
11899 * gdb.threads/tls.exp: Likewise.
11900
119012016-03-09 Pedro Alves <palves@redhat.com>
11902
11903 * gdb.base/command-line-input.exp: New file.
11904
119052016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11906
11907 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11908 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11909 * gdb.trace/pending.exp: Accept leading dot before function name.
11910 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11911 * lib/trace-support.exp: Set registers for ppc.
11912
119132016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11914
11915 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11916 use it for disassembly; accept .main in addition to main in backtrace.
11917
119182016-03-09 Wei-cheng Wang <cole945@gmail.com>
11919 Marcin Kościelnicki <koriakin@0x04.net>
11920
11921 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11922 (gdb_recursion_test_ptr): New global variable.
11923 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11924 gdb_recursion_test.
11925 (gdb_c_test): Ditto.
11926
119272016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11928
11929 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11930 ordering.
11931
119322016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11933
11934 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11935 (bar): Add bar_start_lbl label.
11936 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11937 of foo/bar for emitting DWARF and tracing.
11938
119392016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11940
11941 * analyze-racy-logs.py: Set executable bit.
11942
119432016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11944
11945 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11946 (CHECK_TARGET_TMP): Likewise.
11947 (check-single-racy): New rule.
11948 (check-parallel-racy): Likewise.
11949 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11950 (do-check-parallel-racy): New rule.
11951 (check-racy/%.exp): Likewise.
11952 * README (Racy testcases): New section.
11953 * analyze-racy-logs.py: New file.
11954
119552016-03-03 Doug Evans <dje@google.com>
11956
11957 * gdb.base/skip.exp: Use with_test_prefix.
11958
119592016-03-03 Yao Qi <yao.qi@linaro.org>
11960
11961 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11962 Invoke step_over_syscall "clone" and break_cond_on_syscall
11963 "clone".
11964 * gdb.base/step-over-clone.c: New file.
11965
119662016-03-03 Yao Qi <yao.qi@linaro.org>
11967
11968 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11969 code format.
11970
119712016-03-03 Yao Qi <yao.qi@linaro.org>
11972
11973 * gdb.base/disp-step-fork.c: Rename to ...
11974 * gdb.base/step-over-fork.c: ... it. New file.
11975 * gdb.base/disp-step-vfork.c: Rename to ...
11976 * gdb.base/step-over-vfork.c: ... it. New file.
11977 * gdb.base/disp-step-syscall.exp: Rename to ...
11978 * gdb.base/step-over-syscall.exp: ... it. New file.
11979 (disp_step_cross_syscall): Rename to ...
11980 (step_over_syscall): ... it.
11981
119822016-03-03 Yao Qi <yao.qi@linaro.org>
11983
11984 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11985 If target supports condition evaluation on target, invoke
11986 break_cond_on_syscall for fork and vfork.
11987
119882016-03-03 Yao Qi <yao.qi@linaro.org>
11989
11990 * gdb.base/disp-step-syscall.exp: Don't invoke
11991 support_displaced_stepping.
11992 (disp_step_cross_syscall): Test with displaced stepping off and
11993 on if supported.
11994
119952016-03-03 Yao Qi <yao.qi@linaro.org>
11996
11997 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11998 proc.
11999 (setup): New proc.
12000 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12001 and setup.
12002
120032016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12004
12005 * gdb.fortran/vla-history.exp: Remove breakpoint.
12006
120072016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12008
12009 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12010 exceeds timeout.
12011
120122016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12013
12014 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12015 breakpoint.
12016
120172016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12018
12019 * gdb.mi/vla.f90: Nullify pointer after declaration.
12020
120212016-03-01 Pedro Alves <palves@redhat.com>
12022
12023 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12024
120252016-03-01 Pedro Alves <palves@redhat.com>
12026
12027 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12028 before anything else.
12029 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12030 _GNU_SOURCE here.
12031 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12032 before anything else.
12033 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12034
120352016-03-01 Pedro Alves <palves@redhat.com>
12036
12037 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12038
120392016-03-01 Yao Qi <yao.qi@linaro.org>
12040
12041 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12042 prepare_for_testing.
12043
120442016-03-01 Yao Qi <yao.qi@linaro.org>
12045
12046 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12047
120482016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12049
12050 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12051 manually constructing the output path.
12052
120532016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12054
12055 * gdb.arch/s390-stackless.S: New.
12056 * gdb.arch/s390-stackless.exp: New.
12057
120582016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12059
12060 * gdb.dlang/circular.c: New file.
12061 * gdb.dlang/circular.exp: New file.
12062
120632016-02-26 Yao Qi <yao.qi@linaro.org>
12064
12065 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12066 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12067 (testcases): Update.
12068
120692016-02-26 Yao Qi <yao.qi@linaro.org>
12070
12071 * gdb.reverse/aarch64.c: Rename to ...
12072 * gdb.reverse/insn-reverse.c: ... it.
12073 * gdb.reverse/aarch64.exp: Rename to ...
12074 * gdb.reverse/insn-reverse.exp: ... it.
12075
120762016-02-26 Yao Qi <yao.qi@linaro.org>
12077
12078 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12079 (testcase_ftype): New.
12080 (testcases): New array.
12081 (n_testcases): New.
12082 (main): Call each element in testcases.
12083 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12084 (read_testcase): New.
12085 Do the tests in a loop.
12086
120872016-02-25 Yao Qi <yao.qi@linaro.org>
12088
12089 * gdb.base/branches.c: Remove.
12090
120912016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12092
12093 PR gdb/13808
12094 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12095
120962016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12097
12098 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12099
121002016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12101
12102 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12103 change x86_64 call_insn to 'callq'.
12104
121052016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12106
12107 * gdb.trace/tfile-avx.c: Move to...
12108 * gdb.trace/tracefile-pseudo-reg.c: Here.
12109 * gdb.trace/tfile-avx.exp: Move to...
12110 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12111
121122016-02-24 Gary Benson <gbenson@redhat.com>
12113
12114 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12115 message on attach.
12116
121172016-02-23 Doug Evans <dje@google.com>
12118
12119 * gdb.base/skip.c (test_skip): New function.
12120 (end_test_skip_file_and_function): New function.
12121 (test_skip_file_and_function): New function.
12122 * gdb.base/skip1.c (test_skip): New function.
12123 (skip1_test_skip_file_and_function): New function.
12124 * gdb.base/skip.exp: Add tests for new skip options.
12125 * gdb.base/skip-solib.exp: Update expected output.
12126 * gdb.perf/skip-command.cc: New file.
12127 * gdb.perf/skip-command.exp: New file.
12128 * gdb.perf/skip-command.py: New file.
12129
121302016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12131
12132 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12133 info registers pattern.
12134
121352016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12136
12137 * lib/future.exp: Add D support.
12138 (gdb_find_gdc): New proc.
12139 (gdb_default_target_compile): Add D support.
12140
121412016-02-18 Wei-cheng Wang <cole945@gmail.com>
12142
12143 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12144 user+system time.
12145 (trace_speed_test): Determine the iteration count for a time
12146 between 15..30 seconds.
12147
121482016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12149
12150 * gdb.arch/i386-mpx-sigsegv.c: New file.
12151 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12152 * gdb.arch/i386-mpx-simple_segv.c: New file.
12153 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12154
121552016-02-18 Yao Qi <yao.qi@linaro.org>
12156
12157 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12158 Don't call setup_kfail.
12159
121602016-02-18 Yao Qi <yao.qi@linaro.org>
12161
12162 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12163 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12164
121652016-02-16 Doug Evans <dje@google.com>
12166
12167 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12168 * gdb.base/skip1.c: Ditto.
12169 * gdb.base/skip.exp: Whitespace cleanup.
12170
121712016-02-16 Don Breazeal <donb@codesourcery.com>
12172
12173 PR remote/19496
12174 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12175 Remove kfail for PR remote/19496.
12176
121772016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12178
12179 * lib/gdb.exp (standard_temp_file): Return a path specific to
12180 the runtest invocation.
12181
121822016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12183
12184 * gdb.trace/save-trace.exp: Change relative path to be in the
12185 standard output directory.
12186
121872016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12188
12189 * gdb.arch/i386-prologue.c: Add missing prototypes.
12190
121912016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12192
12193 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12194 * gdb.arch/i386-prologue.exp: Likewise.
12195 * gdb.arch/i386-size.exp: Likewise.
12196
121972016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12198
12199 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12200 define object file path.
12201 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12202 file path.
12203 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12204 standard_output_file to define binfile.
12205
122062016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12207
12208 Fix compatibility with recent gfortran-5.3.1.
12209 * gdb.fortran/vla-history.exp (print vla1 allocated)
12210 (print vla2 allocated, print $2, print $3): Remove
12211 (print $4): Rename to ...
12212 (print $2): ... here.
12213 (print $9): Rename to ...
12214 (print $5): ... here.
12215 (print $10): Rename to ...
12216 (print $6): ... here.
12217 * gdb.fortran/vla.f90: Add pvla initialization.
12218
122192016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12220
12221 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12222 New test.
12223 * gdb.fortran/vla-value-sub.exp: Likewise.
12224
122252016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12226
12227 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12228
122292016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12230
12231 * i386-biarch-core.exp: Define corefile using
12232 standard_output_file.
12233
122342016-02-12 Yao Qi <yao.qi@linaro.org>
12235
12236 * gdb.arch/arm-single-step-kernel-helper.c: New.
12237 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12238
122392016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12240
12241 * gdb.btrace/tailcall-only.exp: New.
12242 * gdb.btrace/tailcall-only.c: New.
12243 * gdb.btrace/x86_64-tailcall-only.S: New.
12244 * gdb.btrace/i686-tailcall-only.S: New.
12245
122462016-02-11 Pedro Alves <palves@redhat.com>
12247
12248 * README (Parallel testing): Add missing double quotes.
12249
122502016-02-11 Pedro Alves <palves@redhat.com>
12251
12252 * README (Parallel testing): New section.
12253 (GDB_PARALLEL): Rewrite.
12254 (FORCE_PARALLEL): Document.
12255
122562016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12257
12258 * gdb.trace/tfile-avx.c: New test.
12259 * gdb.trace/tfile-avx.exp: New test.
12260
122612016-02-09 Keith Seitz <keiths@redhat.com>
12262
12263 PR breakpoints/19546
12264 * gdb.base/infcall-exec.c: New file.
12265 * gdb.base/infcall-exec2.c: New file.
12266 * gdb.base/infcall-exec.exp: New file.
12267
122682016-02-09 Keith Seitz <keiths@redhat.com>
12269
12270 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12271 (toplevel): Call test_bkpt_address.
12272
122732016-02-09 Keith Seitz <keiths@redhat.com>
12274
12275 PR python/19506
12276 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12277 (toplevel): Call test_bkpt_address.
12278
122792016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12280
12281 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12282 to AC_OUTPUT.
12283 * configure: Regenerate.
12284
122852016-02-09 Pedro Alves <palves@redhat.com>
12286
12287 PR breakpoints/19548
12288 * gdb.base/execl-update-breakpoints.c (some_function): New
12289 function.
12290 (main): Call it.
12291 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12292 Tighten expected GDB output.
12293
122942016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12295
12296 * Makefile.in (ALL_SUBDIRS): Remove.
12297 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12298 (distclean maintainer-clean realclean): Likewise.
12299 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12300 * configure: Regenerate.
12301 * gdb.ada/Makefile.in: Delete.
12302 * gdb.arch/Makefile.in: Likewise.
12303 * gdb.asm/Makefile.in: Likewise.
12304 * gdb.base/Makefile.in: Likewise.
12305 * gdb.btrace/Makefile.in: Likewise.
12306 * gdb.cell/Makefile.in: Likewise.
12307 * gdb.compile/Makefile.in: Likewise.
12308 * gdb.cp/Makefile.in: Likewise.
12309 * gdb.disasm/Makefile.in: Likewise.
12310 * gdb.dlang/Makefile.in: Likewise.
12311 * gdb.dwarf2/Makefile.in: Likewise.
12312 * gdb.fortran/Makefile.in: Likewise.
12313 * gdb.gdb/Makefile.in: Likewise.
12314 * gdb.go/Makefile.in: Likewise.
12315 * gdb.guile/Makefile.in: Likewise.
12316 * gdb.java/Makefile.in: Likewise.
12317 * gdb.linespec/Makefile.in: Likewise.
12318 * gdb.mi/Makefile.in: Likewise.
12319 * gdb.modula2/Makefile.in: Likewise.
12320 * gdb.multi/Makefile.in: Likewise.
12321 * gdb.objc/Makefile.in: Likewise.
12322 * gdb.opencl/Makefile.in: Likewise.
12323 * gdb.opt/Makefile.in: Likewise.
12324 * gdb.pascal/Makefile.in: Likewise.
12325 * gdb.perf/Makefile.in: Likewise.
12326 * gdb.python/Makefile.in: Likewise.
12327 * gdb.reverse/Makefile.in: Likewise.
12328 * gdb.server/Makefile.in: Likewise.
12329 * gdb.stabs/Makefile.in: Likewise.
12330 * gdb.threads/Makefile.in: Likewise.
12331 * gdb.trace/Makefile.in: Likewise.
12332 * gdb.xml/Makefile.in: Likewise.
12333 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12334 GDB_PARALLEL.
12335 (standard_output_file): Remove check for GDB_PARALLEL, always
12336 return path in outputs/$subdir/$testname.
12337
123382016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12339
12340 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12341 (site.exp): Assign abs_srcdir to tcl's srcdir.
12342
123432016-02-04 Yao Qi <yao.qi@linaro.org>
12344
12345 * gdb.base/foll-exec-mode.c: Include limits.h.
12346 (main): Add parameters argc and argv. Get directory from
12347 argv[0].
12348 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12349 compilation.
12350 * gdb.base/foll-exec.c: Include limits.h.
12351 (main): Add parameters argc and argv.
12352 Get directory from argv[0].
12353 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12354 Adjust tests on the number of lines as source code changed.
12355 * gdb.base/foll-vfork-exit.c: Include limits.h.
12356 (main): Add one line of statement before vfork.
12357 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12358 (main): Add parameters argc and argv. Get directory from
12359 argv[0].
12360 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12361 (setup_gdb): Set tbreak to skip some source lines.
12362 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12363 (main): Add parameters argc and argv. Get directory from
12364 argv[0].
12365 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12366 compilation.
12367 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12368 (main): Add parameters argc and argv. Get directory from
12369 argv[0].
12370 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12371 compilation.
12372
123732016-02-01 Doug Evans <dje@google.com>
12374
12375 * gdb.base/skip.exp: Clean up multiple references to same test name.
12376
123772016-02-01 Pedro Alves <palves@redhat.com>
12378
12379 PR remote/19496
12380 * gdb.threads/forking-threads-plus-breakpoint.exp
12381 (displaced_stepping_supported): New global.
12382 (probe_displaced_stepping_support): New procedure.
12383 (do_test): Add 'displaced' parameter, and use it.
12384 (top level): Check for displaced stepping support. Add displaced
12385 stepping on/off testing axis.
12386
123872016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12388
12389 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12390 pointer. Don't perform further tests on the unassociated pointer
12391 if the first test fails.
12392
123932016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12394
12395 * gdb.base/max-value-size.c: New file.
12396 * gdb.base/max-value-size.exp: New file.
12397 * gdb.base/huge.exp: Disable max-value-size for this test.
12398
123992016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12400
12401 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12402
124032016-01-28 Yao Qi <yao.qi@linaro.org>
12404
12405 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12406
124072016-01-25 Pedro Alves <palves@redhat.com>
12408
12409 PR threads/19461
12410 * gdb.base/fork-running-state.c: New file.
12411 * gdb.base/fork-running-state.exp: New file.
12412
124132016-01-25 Pedro Alves <palves@redhat.com>
12414
12415 PR gdb/19494
12416 * gdb.base/catch-fork-kill.c: New file.
12417 * gdb.base/catch-fork-kill.exp: New file.
12418
124192016-01-25 Pedro Alves <palves@redhat.com>
12420
12421 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12422 Delete, moved to lib/gdb.exp.
12423 * gdb.threads/forking-threads-plus-breakpoint.exp
12424 (foreach_with_prefix): Likewise.
12425 * gdb.threads/process-dies-while-handling-bp.exp
12426 (foreach_with_prefix): Likewise.
12427 * lib/gdb.exp (foreach_with_prefix): New procedure.
12428
124292016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12430
12431 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12432 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12433
124342016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12435
12436 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12437 endian targets.
12438
124392016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12440 Pedro Alves <palves@redhat.com>
12441
12442 Fix testsuite compatibility with Guile.
12443 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12444 number.
12445
124462016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12447
12448 Fix testsuite compatibility with Guile.
12449 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12450 (thread 1): New test for backtrace through signal handler.
12451
124522016-01-22 Yao Qi <yao.qi@linaro.org>
12453
12454 PR testsuite/19491
12455 * gdb.base/multi-forks.c: Include
12456 ../lib/unbuffer_output.c
12457 (main): Call gdb_unbuffer_output.
12458
124592016-01-21 Doug Evans <dje@google.com>
12460
12461 * lib/ada.exp (gdb_compile_ada): Fix typo.
12462
124632016-01-21 Joel Brobecker <brobecker@adacore.com>
12464
12465 * gdb.base/break-fun-addr.exp: New file.
12466 * gdb.base/break-fun-addr1.c: New file.
12467 * gdb.base/break-fun-addr2.c: New file.
12468
124692016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12470
12471 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12472 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12473 enum flag values.
12474
124752016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12476
12477 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12478 when GDB can not set the vector return value. Add more comments
12479 for clarification.
12480
124812016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12482
12483 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12484 command.
12485
124862016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12487
12488 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12489
124902016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12491
12492 * Makefile.in (check-single): Pass --status to runtest.
12493 (check/%.exp): Likewise.
12494
124952016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12496
12497 * Makefile.in (check-parallel): Propagate return code from make
12498 do-check-parallel.
12499
125002016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12501
12502 * gdb.trace/ftrace.exp: Fix expected message on continue.
12503 * gdb.trace/pending.exp: Fix expected message on continue.
12504 * gdb.trace/trace-break.exp: Fix expected message on continue.
12505
125062016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12507
12508 * lib/gdb.exp (gdb_test): Remove unused global references.
12509
125102016-01-18 Pedro Alves <palves@redhat.com>
12511
12512 * gdb.base/async-shell.exp: Adjust expected output.
12513 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12514 * gdb.base/siginfo-thread.exp: Adjust expected output.
12515 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12516 * gdb.java/jnpe.exp: Adjust expected output.
12517 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12518 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12519 * gdb.threads/leader-exit.exp: Adjust expected output.
12520 * gdb.threads/manythreads.exp: Adjust expected output.
12521 * gdb.threads/pthreads.exp: Adjust expected output.
12522 * gdb.threads/schedlock.exp: Adjust expected output.
12523 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12524 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12525 expected output.
12526 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12527 output.
12528 * gdb.threads/sigthread.exp: Adjust expected output.
12529 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12530
125312016-01-18 Yao Qi <yao.qi@linaro.org>
12532
12533 * gdb.guile/scm-section-script.c: Replace @progbits with
12534 %progbits.
12535 * gdb.python/py-section-script.c: Likewise.
12536
125372016-01-15 Pedro Alves <palves@redhat.com>
12538
12539 * gdb.multi/tids.exp: Test star wildcard ranges.
12540
125412016-01-15 Pedro Alves <palves@redhat.com>
12542
12543 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12544 command from "thread apply" invocation.
12545 (thr_apply_info_thr_invalid): Default the expected output to the
12546 input tid list.
12547 (top level): Add tests that use convenience variables. Add tests
12548 for "thread apply" with a valid TID list, but missing the command.
12549
125502016-01-13 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.base/default.exp: Expect $_gthread as well.
12553 * gdb.multi/tids.exp: Test $_gthread.
12554 * gdb.threads/thread-specific.exp: Test $_gthread.
12555
125562016-01-13 Pedro Alves <palves@redhat.com>
12557
12558 * gdb.multi/tids.exp: Test "info threads -gid".
12559
125602016-01-13 Pedro Alves <palves@redhat.com>
12561
12562 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12563 Breakpoint.thread.
12564 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12565
125662016-01-07 Pedro Alves <palves@redhat.com>
12567
12568 * gdb.base/break.exp: Adjust to output changes.
12569 * gdb.base/hbreak2.exp: Likewise.
12570 * gdb.base/sepdebug.exp: Likewise.
12571 * gdb.base/watch_thread_num.exp: Likewise.
12572 * gdb.linespec/keywords.exp: Likewise.
12573 * gdb.multi/info-threads.exp: Likewise.
12574 * gdb.threads/thread-find.exp: Likewise.
12575 * gdb.multi/tids.c: New file.
12576 * gdb.multi/tids.exp: New file.
12577
125782016-01-13 Pedro Alves <palves@redhat.com>
12579
12580 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12581
125822016-01-13 Pedro Alves <palves@redhat.com>
12583
12584 * gdb.base/default.exp: Expect $_inferior as well.
12585 * gdb.multi/base.exp: Test $_inferior.
12586
125872016-01-13 Pedro Alves <palves@redhat.com>
12588
12589 PR breakpoints/19388
12590 * gdb.base/catch-signal-siginfo-cond.c: New file.
12591 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12592
125932016-01-12 Josh Stone <jistone@redhat.com>
12594 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12595
12596 * gdb.base/catch-syscall.c (do_execve): New variable.
12597 (main): Conditionally trigger an execve.
12598 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12599 (test_catch_syscall_execve): New, check entry/return across execve.
12600 (do_syscall_tests): Call test_catch_syscall_execve.
12601
126022016-01-12 Pedro Alves <palves@redhat.com>
12603
12604 * gdb.base/random-signal.exp (do_test): New procedure, with body
12605 of testcase moved in.
12606
126072016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12608 Pedro Alves <palves@redhat.com>
12609
12610 * gdb.base/funcargs.exp (finish from indirectly called function):
12611 Reintroduce the case for 'First'.
12612
126132016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12614 Pedro Alves <palves@redhat.com>
12615
12616 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12617 (tcatch_vfork_then_child_follow_exec)
12618 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12619 identification.
12620
126212016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12622
12623 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12624 and repeats to unlimited.
12625 * gdb.python/py-value.exp: Likewise.
12626 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12627 and repeats to unlimited.
12628
126292016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12630
12631 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12632 and reordering the functions.
12633 * gdb.multi/hangout.c: Likewise.
12634 * gdb.multi/hello.c: Likewise.
12635
126362016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12637
12638 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12639 absolute.
12640 (SingleStatisticTestResult.report): Use dict.keys instead of
12641 dict.iterkeys.
12642
126432016-01-06 Pedro Alves <palves@redhat.com>
12644
12645 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12646
126472016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12648
12649 * gdb.btrace/dlopen.exp: New.
12650 * gdb.btrace/dlopen.c: New.
12651 * gdb.btrace/dlopen-dso.c: New.
12652
126532015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12654
12655 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12656 PATTERN argument is optional.
12657
126582015-12-24 Joel Brobecker <brobecker@adacore.com>
12659
12660 * lib/ada.exp (target_compile_ada_from_dir): New function.
12661 (gdb_compile_ada): Reimplement avoiding the use of project files.
12662 * gdb.ada/gnat_ada.gpr: Delete.
12663 * gdb.ada/cond_lang.exp: Adjust test to make path before
12664 filename optional.
12665 * gdb.ada/small_reg_param.exp: Likewise.
12666
126672015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12668
12669 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12670
126712015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12672
12673 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12674 case.
12675
126762015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12677
12678 * gdb.base/break.exp: Remove dead code.
12679 * gdb.base/sepdebug.exp: Likewise.
12680
126812015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12682
12683 * gdb.asm/asm-source.exp: Remove HP-UX references.
12684 * gdb.base/annota1.exp: Likewise.
12685 * gdb.base/annota3.exp: Likewise.
12686 * gdb.base/attach.exp: Likewise.
12687 * gdb.base/bigcore.exp: Likewise.
12688 * gdb.base/break.exp: Likewise.
12689 * gdb.base/call-ar-st.exp: Likewise.
12690 * gdb.base/callfuncs.exp: Likewise.
12691 * gdb.base/catch-fork-static.exp: Likewise.
12692 * gdb.base/display.exp: Likewise.
12693 * gdb.base/foll-exec-mode.exp: Likewise.
12694 * gdb.base/foll-exec.exp: Likewise.
12695 * gdb.base/foll-fork.exp: Likewise.
12696 * gdb.base/foll-vfork.exp: Likewise.
12697 * gdb.base/funcargs.exp: Likewise.
12698 * gdb.base/hbreak2.exp: Likewise.
12699 * gdb.base/inferior-died.exp: Likewise.
12700 * gdb.base/interrupt.exp: Likewise.
12701 * gdb.base/multi-forks.exp: Likewise.
12702 * gdb.base/nodebug.exp: Likewise.
12703 * gdb.base/sepdebug.exp: Likewise.
12704 * gdb.base/solib1.c: Likewise.
12705 * gdb.base/step-test.exp: Likewise.
12706 * gdb.mi/non-stop.c: Likewise.
12707 * gdb.mi/pthreads.c: Likewise.
12708 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12709 * gdb.threads/pthreads.c: Likewise.
12710 * gdb.threads/staticthreads.exp: Likewise.
12711 * lib/future.exp: Likewise.
12712 * lib/gdb.exp: Likewise.
12713 * gdb.base/so-indr-cl.c: Remove.
12714 * gdb.base/so-indr-cl.exp: Likewise.
12715 * gdb.base/solib.c: Likewise.
12716 * gdb.base/solib.exp: Likewise.
12717 * gdb.base/solib2.c: Likewise.
12718
127192015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12720
12721 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12722 * gdb.base/call-ar-st.exp: Likewise.
12723 * gdb.base/callfuncs.exp: Likewise.
12724 * gdb.base/condbreak.exp: Likewise.
12725 * gdb.base/constvars.exp: Likewise.
12726 * gdb.base/hbreak2.exp: Likewise.
12727 * gdb.base/langs.exp: Likewise.
12728 * gdb.base/list.exp: Likewise.
12729 * gdb.base/long_long.exp: Likewise.
12730 * gdb.base/ptype.exp: Likewise.
12731 * gdb.base/scope.exp: Likewise.
12732 * gdb.base/signals.exp: Likewise.
12733 * gdb.base/so-impl-ld.exp: Likewise.
12734 * gdb.base/varargs.exp: Likewise.
12735 * gdb.base/volatile.exp: Likewise.
12736 * gdb.base/whatis.exp: Likewise.
12737 * gdb.cp/cplusfuncs.exp: Likewise.
12738 * gdb.cp/inherit.exp: Likewise.
12739 * gdb.cp/local.exp: Likewise.
12740 * gdb.cp/member-ptr.exp: Likewise.
12741 * gdb.cp/method.exp: Likewise.
12742 * gdb.cp/overload.exp: Likewise.
12743 * gdb.cp/templates.exp: Likewise.
12744 * gdb.stabs/weird.exp: Likewise.
12745 * lib/compiler.c: Likewise.
12746 * lib/compiler.cc: Likewise.
12747 * lib/cp-support.exp: Likewise.
12748 * lib/gdb.exp: Likewise.
12749
127502015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12751
12752 * configure.ac: Remove HP-UX case.
12753 * configure: Regenerate.
12754
127552015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12756
12757 * lib/gdb.exp (gdb_compile): Add function doc.
12758
127592015-12-17 Pedro Alves <palves@redhat.com>
12760
12761 PR threads/19354
12762 * gdb.multi/info-threads.exp: New file.
12763
127642015-12-15 Yao Qi <yao.qi@linaro.org>
12765
12766 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12767 is aarch64*-*-*.
12768
127692015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12770
12771 * gdb.base/history-duplicates.exp: Skip if no readline support.
12772
127732015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12774
12775 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12776
127772015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12778
12779 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12780
127812015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12782
12783 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12784 ctrl-C if nointerrupts target property is set.
12785 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12786 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12787 * gdb.base/paginate-bg-execution.exp: Likewise.
12788 * gdb.base/paginate-execution-startup.exp: Likewise.
12789 * gdb.base/random-signal.exp: Likewise.
12790 * gdb.base/range-stepping.exp: Likewise.
12791 * gdb.cp/annota2.exp: Likewise.
12792 * gdb.cp/annota3.exp: Likewise.
12793 * gdb.gdb/selftest.exp: Likewise.
12794 * gdb.threads/continue-pending-status.exp: Likewise.
12795 * gdb.threads/leader-exit.exp: Likewise.
12796 * gdb.threads/manythreads.exp: Likewise.
12797 * gdb.threads/pthreads.exp: Likewise.
12798 * gdb.threads/schedlock.exp: Likewise.
12799 * gdb.threads/sigthread.exp: Likewise.
12800
128012015-12-11 Don Breazeal <donb@codesourcery.com>
12802
12803 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12804 remote.
12805 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12806 * gdb.base/foll-exec.exp (main): Enable for target remote.
12807 * gdb.base/foll-fork.exp (main): Likewise.
12808 * gdb.base/foll-vfork.exp (main): Likewise.
12809 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12810 (proc continue_to_exit_bp_loc): Use clean_restart.
12811 * gdb.base/pie-execl.exp (main): Disable for target remote.
12812 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12813 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12814 * gdb.threads/execl.exp (main): Likewise.
12815 * gdb.threads/fork-child-threads.exp (main): Likewise.
12816 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12817 remote.
12818 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12819 remote.
12820 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12821 pid.tid style ptids, instead of just tid.
12822 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12823 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12824 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12825 ptids, instead of just tid.
12826
128272015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12828
12829 * gdb.base/list.exp (test_list_forward): Add end of file error
12830 test.
12831 (test_repeat_list_command): Add end of file error test.
12832 (test_list_backwards): Add beginning of file error test.
12833
128342015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12835
12836 * gdb.base/list.exp (test_list_invalid_args): New function,
12837 defined, and called.
12838
128392015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12840
12841 * gdb.base/list.exp (test_list): Make test names unique.
12842
128432015-12-11 Yao Qi <yao.qi@linaro.org>
12844
12845 * gdb.base/coremaker2.c: Remove.
12846
128472015-12-10 Pedro Alves <palves@redhat.com>
12848
12849 * gdb.multi/base.exp: Remove stale "spaces" references.
12850
128512015-12-10 Pedro Alves <palves@redhat.com>
12852
12853 * gdb.multi/base.exp: Don't use nowarnings.
12854 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12855 * gdb.multi/hangout.c: Include stdio.h.
12856 * gdb.multi/hello.c: Include stdlib.h.
12857 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12858 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12859 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12860
128612015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12862
12863 * gdb.dwarf2/dw2-ranges-base.c: New file.
12864 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12865 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12866 support additional line table, and debug ranges generation.
12867 (Dwarf::ranges): New function, generate .debug_ranges.
12868 (Dwarf::lines): Support generating simple line table programs.
12869 (Dwarf::assemble): Initialise new namespace variables.
12870
128712015-12-09 Kevin Buettner <kevinb@redhat.com>
12872
12873 * gdb.base/async.exp (proc test_background): Add case for
12874 asynchronous execution not supported.
12875
128762015-12-09 Luis Machado <lgustavo@codesourcery.com>
12877
12878 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12879 format and change test names to make them unique.
12880
128812015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12882 Pedro Alves <pedro@redhat.com>
12883
12884 PR gdb/18702
12885 Add checking of floatformats setup on x86_64 hosts.
12886 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12887 (smallval, bigval): New labels/constants.
12888 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12889 float" after loading bigval and smallval.
12890
128912015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12892
12893 * gdb.ada/fun_overload_menu.exp: New testcase.
12894 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12895
128962015-12-04 Josh Stone <jistone@redhat.com>
12897
12898 * gdb.base/catch-fork-static.exp: New.
12899
129002015-12-03 Yao Qi <yao.qi@linaro.org>
12901
12902 * gdb.base/sizeof.c: Don't include stdio.h and
12903 ../lib/unbuffer_output.c.
12904 (main): New variable 'size' and 'value'. Remove printf and
12905 gdb_unbuffer_output. Assign return value to size and value.
12906 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12907 at the beginning.
12908 (check_sizeof): Check the result by printing variable 'size'.
12909 (check_valueof): Check the result by printing variable 'value'.
12910
129112015-12-01 Yao Qi <yao.qi@linaro.org>
12912
12913 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12914 for aarch64*-*-linux* target.
12915
129162015-11-30 Pedro Alves <palves@redhat.com>
12917
12918 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12919
129202015-11-30 Pedro Alves <palves@redhat.com>
12921
12922 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12923 Handle non-stop mode vCont replies.
12924
129252015-11-30 Pedro Alves <palves@redhat.com>
12926
12927 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12928 prepare_for_testing. Start gdb with "set non-stop on" appended to
12929 GDBFLAGS. Lax expected stop output.
12930
129312015-11-27 Yao Qi <yao.qi@linaro.org>
12932
12933 * gdb.arch/arm-neon.exp: New.
12934 * gdb.arch/arm-neon.c: New.
12935
129362015-11-27 Yao Qi <yao.qi@linaro.org>
12937
12938 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12939
129402015-11-27 Yao Qi <yao.qi@linaro.org>
12941
12942 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12943 frames-invalid annotation.
12944
129452015-11-27 Yao Qi <yao.qi@linaro.org>
12946
12947 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12948
129492015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12950
12951 * gdb.threads/names.exp: New file.
12952 * gdb.threads/names.c: New file.
12953 * README: Mention gdb,no_thread_names.
12954
129552015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12956
12957 PR 19297
12958 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12959 support" error.
12960
129612015-11-24 Pedro Alves <palves@redhat.com>
12962
12963 PR 17539
12964 * gdb.base/display.exp: Expect displays to be sorted in ascending
12965 order. Use multi_line.
12966 * gdb.base/solib-display.exp: Likewise.
12967
129682015-11-24 Pedro Alves <palves@redhat.com>
12969
12970 PR 17539
12971 * gdb.base/display.exp: Expect displays to be sorted in ascending
12972 order. Use multi_line.
12973 * gdb.base/solib-display.exp: Likewise.
12974
129752015-11-24 Pedro Alves <palves@redhat.com>
12976
12977 PR 17539
12978 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12979 threads in ascending order.
12980 * gdb.base/foll-fork.exp: Likewise.
12981 * gdb.base/foll-vfork.exp: Likewise.
12982 * gdb.base/multi-forks.exp: Likewise.
12983 * gdb.mi/mi-nonstop.exp: Likewise.
12984 * gdb.mi/mi-nsintrall.exp: Likewise.
12985 * gdb.multi/base.exp: Likewise.
12986 * gdb.multi/multi-arch.exp: Likewise.
12987 * gdb.python/py-inferior.exp: Likewise.
12988 * gdb.threads/break-while-running.exp: Likewise.
12989 * gdb.threads/execl.exp: Likewise.
12990 * gdb.threads/gcore-thread.exp: Likewise.
12991 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12992 * gdb.threads/kill.exp: Likewise.
12993 * gdb.threads/linux-dp.exp: Likewise.
12994 * gdb.threads/multiple-step-overs.exp: Likewise.
12995 * gdb.threads/next-bp-other-thread.exp: Likewise.
12996 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12997 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12998 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12999 * gdb.threads/thread-find.exp: Likewise.
13000 * gdb.threads/tls.exp: Likewise.
13001 * lib/mi-support.exp (mi_reverse_list): Delete.
13002 (mi_check_thread_states): No longer reverse list.
13003
130042015-11-24 Pedro Alves <palves@redhat.com>
13005
13006 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13007 use lowercase.
13008
130092015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13010
13011 * gdb.trace/actions.c: Include trace-common.h.
13012 (main): Add a location for a fast tracepoint.
13013 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13014 the normal tracepoints.
13015 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13016
130172015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13018
13019 * save-trace.exp: Factor out code to these...
13020 (gdb_save_tracepoints): New.
13021 (gdb_load_tracepoints): New.
13022 (do_save_load_test): New.
13023
130242015-11-23 Kevin Buettner <kevinb@redhat.com>
13025
13026 * gdb.base/asmlabel.exp: New test.
13027 * gdb.base/asmlabel.c: New test case.
13028
130292015-11-23 Joel Brobecker <brobecker@adacore.com>
13030
13031 * gdb.base/wrong_frame_bt_full-main.c: New file.
13032 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13033 * gdb.base/wrong_frame_bt_full.exp: New file.
13034
130352015-11-23 Joel Brobecker <brobecker@adacore.com>
13036
13037 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13038
130392015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13040
13041 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13042 pstate register when comparing registers values in
13043 sparc64-*-linux-gnu targets to avoid spurious differences.
13044
130452015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13046
13047 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13048
130492015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13050
13051 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13052 as type argument to gdb_compile.
13053 * gdb.base/nested-subp2.exp: Likewise.
13054 * gdb.base/nested-subp3.exp: Likewise.
13055
130562015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13057
13058 * lib/dwarf.exp (_note): Fix left shift of negative value.
13059 * gdb.trace/trace-condition.exp: Likewise.
13060
130612015-11-13 Yao Qi <yao.qi@linaro.org>
13062
13063 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13064 comments about d10v.
13065 (test_scalar_returns): Likewise.
13066 * gdb.base/d10v.ld: Remove.
13067 * gdb.base/overlays.exp: Remove the target triplet checking for
13068 d10v-*-*.
13069 * gdb.base/structs.exp (test_struct_returns): Remove the
13070 comments about d10v.
13071 (test_struct_calls): Likewise.
13072
130732015-11-13 Yao Qi <yao.qi@linaro.org>
13074
13075 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13076 * gdb.base/gnu_vector.c: Don't include stdio.h.
13077 (main): Don't print res and call add_some_intvecs.
13078
130792015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13080
13081 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13082 macro.
13083 (func5): Removed.
13084 (func4): Use FAST_TRACEPOINT_LABEL.
13085 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13086 macro.
13087 (func): Removed.
13088 (thread_function): Use FAST_TRACEPOINT_LABEL.
13089 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13090 (func): Remove.
13091 (marker): Use FAST_TRACEPOINT_LABEL.
13092 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13093 (pendfunc1): Remove.
13094 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13095 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13096 (foo): Remove.
13097 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13098 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13099 macro.
13100 (func): Remove.
13101 (marker): Use FAST_TRACEPOINT_LABEL.
13102 * gdb.trace/trace-common.h: New header.
13103 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13104 macro.
13105 (func): Remove.
13106 (marker): Use FAST_TRACEPOINT_LABEL.
13107 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13108 (func): Remove.
13109 (thread_function): Use FAST_TRACEPOINT_LABEL.
13110
131112015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13112
13113 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13114 in front.
13115 * gdb.trace/change-loc.exp: Use global pcreg definition.
13116 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13117 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13118 in front.
13119 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13120 * gdb.trace/pending.exp: Likewise.
13121 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13122 * gdb.trace/trace-break.exp: Likewise.
13123 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13124 in front.
13125 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13126 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13127 in front.
13128 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13129
131302015-11-09 Joel Brobecker <brobecker@adacore.com>
13131
13132 * gdb.ada/fin_fun_out: New testcase.
13133
131342015-11-07 Kevin Buettner <kevinb@redhat.com>
13135
13136 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13137 value associated with DW_AT_byte_size.
13138 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13139 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13140 DW_AT_upper_bound.
13141
131422015-11-07 Kevin Buettner <kevinb@redhat.com>
13143
13144 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13145 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13146 version.
13147 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13148 gdb.dwarf2/dw2-canonicalize-type.exp,
13149 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13150 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13151 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13152 provided by gdb_target_symbol_prefix_flags_asm.
13153 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13154 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13155 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13156 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13157 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13158 macros where needed). Use this macro for symbols which require
13159 the prefix provided by SYMBOL_PREFIX.
13160
131612015-11-05 Kevin Buettner <kevinb@redhat.com>
13162
13163 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13164 New procs.
13165 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13166 representing expressions, of more than one list element.
13167 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13168 to prepend linker symbol prefix to f.
13169 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13170 table_1 and table_2.
13171 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13172 Likewise, for f and g.
13173 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13174 for ptr.
13175 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13176 for main.
13177 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13178 table_1_ptr and table_2_ptr.
13179
131802015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13181 Joel Brobecker <brobecker@adacore.com>
13182
13183 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13184
131852015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13186
13187 * gdb.reverse/s390-mvcle.c: New test.
13188 * gdb.reverse/s390-mvcle.exp: New file.
13189 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13190
131912015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13192
13193 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13194
131952015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13196
13197 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13198 reaching marker2.
13199 * gdb.reverse/getresuid-reverse.exp: Likewise.
13200 * gdb.reverse/pipe-reverse.exp: Likewise.
13201 * gdb.reverse/readv-reverse.exp: Likewise.
13202 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13203 * gdb.reverse/time-reverse.exp: Likewise.
13204 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13205
132062015-10-30 Yao Qi <yao.qi@linaro.org>
13207
13208 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13209 (empty_cycle): Remove.
13210 (main): Don't call empty_cycle. Don't use watch_count_done.
13211 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13212 empty_cycle. Rewrite the code counting HW watchpoints.
13213
132142015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13215
13216 * gdb.reverse/fstatat-reverse.c: New test.
13217 * gdb.reverse/fstatat-reverse.exp: New file.
13218 * gdb.reverse/getresuid-reverse.c: New test.
13219 * gdb.reverse/getresuid-reverse.exp: New file.
13220 * gdb.reverse/pipe-reverse.c: New test.
13221 * gdb.reverse/pipe-reverse.exp: New file.
13222 * gdb.reverse/readv-reverse.c: New test.
13223 * gdb.reverse/readv-reverse.exp: New file.
13224 * gdb.reverse/recvmsg-reverse.c: New test.
13225 * gdb.reverse/recvmsg-reverse.exp: New file.
13226 * gdb.reverse/time-reverse.c: New test.
13227 * gdb.reverse/time-reverse.exp: New file.
13228 * gdb.reverse/waitpid-reverse.c: New test.
13229 * gdb.reverse/waitpid-reverse.exp: New file.
13230
132312015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13232
13233 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13234
132352015-10-26 Doug Evans <dje@google.com>
13236
13237 PR symtab/17391
13238 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13239 * gdb.dwarf2/bad-regnum.c: New file.
13240 * gdb.dwarf2/bad-regnum.exp: New file.
13241
132422015-10-26 Doug Evans <dje@google.com>
13243
13244 PR python/18938
13245 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13246 file.
13247
132482015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13249
13250 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13251 for a change by "Mention language in compile error message".
13252
132532015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13254
13255 PR python/18073
13256 * gdb.python/py-type.c (C::a_method): New.
13257 (C::a_const_method): New.
13258 (C::a_static_method): New.
13259 (a_function): New.
13260 * gdb.python/py-type.exp (test_fields): Test getting fields
13261 from function and method.
13262
132632015-10-21 Keven Boell <keven.boell@intel.com>
13264
13265 * gdb.fortran/vla-alloc-assoc.exp: New file.
13266 * gdb.fortran/vla-datatypes.exp: New file.
13267 * gdb.fortran/vla-datatypes.f90: New file.
13268 * gdb.fortran/vla-history.exp: New file.
13269 * gdb.fortran/vla-ptype-sub.exp: New file.
13270 * gdb.fortran/vla-ptype.exp: New file.
13271 * gdb.fortran/vla-sizeof.exp: New file.
13272 * gdb.fortran/vla-sub.f90: New file.
13273 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13274 * gdb.fortran/vla-value-sub-finish.exp: New file.
13275 * gdb.fortran/vla-value-sub.exp: New file.
13276 * gdb.fortran/vla-value.exp: New file.
13277 * gdb.fortran/vla-ptr-info.exp: New file.
13278 * gdb.mi/mi-vla-fortran.exp: New file.
13279 * gdb.mi/vla.f90: New file.
13280
132812015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13282
13283 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13284 of hardwired timeout value.
13285
132862015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13287 Pedro Alves <palves@redhat.com>
13288
13289 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13290 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13291
132922015-10-19 Josh Stone <jistone@redhat.com>
13293
13294 * gdb.base/catch-syscall.c: Include <sched.h>.
13295 (unknown_syscall): New variable.
13296 (main): Trigger a vfork and an unknown syscall.
13297 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13298 (unknown_syscall_number): Likewise.
13299 (check_call_to_syscall): Accept an optional syscall pattern.
13300 (check_return_from_syscall): Likewise.
13301 (check_continue): Likewise.
13302 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13303 (test_catch_syscall_skipping_return): New test toggling off 'catch
13304 syscall' to step over the syscall return, then toggling back on.
13305 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13306 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13307 (do_syscall_tests): Call test_catch_syscall_without_args and
13308 test_catch_syscall_mid_vfork.
13309 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13310 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13311
133122015-10-19 Andrew Stubbs <ams@codesourcery.com>
13313
13314 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13315 print g_vE): Add new pass patterns.
13316 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13317 print various symbol names for vptr fields.
13318
133192015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13320
13321 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13322 results.
13323
133242015-10-12 Yao Qi <yao.qi@linaro.org>
13325
13326 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13327
133282015-10-12 Yao Qi <yao.qi@linaro.org>
13329
13330 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13331 is aarch64*-*-linux*.
13332
133332015-10-12 Yao Qi <yao.qi@linaro.org>
13334
13335 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13336 (can_relocate_bcond_true): ... it.
13337 (can_relocate_bcond_false): New function.
13338 (foo): Likewise.
13339 (can_relocate_bl): Likewise.
13340 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13341 can_relocate_bl.
13342
133432015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13344
13345 * gdb.base/nested-addr.c: New file.
13346 * gdb.base/nested-addr.exp: New testcase.
13347
133482015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13349
13350 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13351 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13352 its output. Ignore the output of "record goto begin" and instead
13353 check that GDB is replaying.
13354
133552015-10-09 Pedro Alves <palves@redhat.com>
13356
13357 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13358 (top level): Use it in the run with no args test.
13359
133602015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13361
13362 * gdb.dlang/properties.exp: New file.
13363
133642015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13365
13366 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13367 whether or not address 0x1000 is mapped on the target.
13368
133692015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13370
13371 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13372 build.
13373
133742015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13375
13376 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13377 instruction-history test.
13378
133792015-09-28 Doug Evans <dje@google.com>
13380
13381 * gdb.base/gcore.c (array_func): Add reference to static_array.
13382
133832015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13384
13385 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13386 source line.
13387
133882015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13389
13390 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13391 short or char as base type.
13392
133932015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13394
13395 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13396 to allow any size enum.
13397
133982015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13399
13400 * gdb.ada/array_ptr_renaming.exp: New testcase.
13401 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13402 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13403
134042015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13405
13406 * gdb.trace/ftrace-lock.c: New file.
13407 * gdb.trace/ftrace-lock.exp: New file.
13408
134092015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13410
13411 * gdb.arch/insn-reloc.c: New file.
13412 * gdb.arch/ftrace-insn-reloc.exp: New file.
13413
134142015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13415
13416 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13417 instruction.
13418 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13419 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13420 * gdb.trace/range-stepping.c: Likewise.
13421 * gdb.trace/trace-break.c: Likewise.
13422 * gdb.trace/trace-mt.c (thread_function): Likewise.
13423 * gdb.trace/ftrace.c (marker): Likewise.
13424 * gdb.trace/trace-condition.c (marker): Likewise.
13425 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13426 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13427 is_aarch64_target.
13428
134292015-09-18 Doug Evans <xdje42@gmail.com>
13430
13431 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13432 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13433
134342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13435
13436 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13437 the breakpoint.
13438
134392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13440
13441 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13442 the pending breakpoint. Remove timeout override for "Run till
13443 MI pending breakpoint on pendfunc3 on thread 2" test.
13444
134452015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13446
13447 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13448 filename pattern.
13449
134502015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13451
13452 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13453 in breakpoint filename pattern.
13454
134552015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13456
13457 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13458
134592015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13460
13461 * gdb.linespec/explicit.exp: Check for readline support for
13462 tab-completion tests. Fix obvious typo.
13463
134642015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13465
13466 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13467 and replay.
13468
134692015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13470
13471 * gdb.btrace/non-stop.c: New.
13472 * gdb.btrace/non-stop.exp: New.
13473
134742015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13475 Yao Qi <yao.qi@linaro.org>
13476
13477 * gdb.trace/trace-condition.c: New file.
13478 * gdb.trace/trace-condition.exp: New file.
13479
134802015-09-16 Wei-cheng Wang <cole945@gmail.com>
13481
13482 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13483 for testing bytecode compilation.
13484
134852015-09-16 Pedro Alves <palves@redhat.com>
13486 Sandra Loosemore <sandra@codesourcery.com>
13487
13488 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13489 (SECONDS): Redefine.
13490 (main): Call pthread_kill and alarm early.
13491 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13492 support.
13493 (test): If the target can't hardware step and doesn't support
13494 displaced stepping, increase the timeout.
13495
134962015-09-16 Pedro Alves <palves@redhat.com>
13497
13498 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13499 (enable_debug): New procedures.
13500 (test): Use them. Bail out if waiting for threads fails.
13501 (top level): Bail out if a test fails.
13502
135032015-09-16 Yao Qi <yao.qi@linaro.org>
13504
13505 * gdb.asm/asm-source.exp: Set asm-arch for
13506 aarch64*-*-* target.
13507 * gdb.asm/aarch64.inc: New file.
13508
135092015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13510
13511 * gdb.ada/array_of_variable_length.exp: New testcase.
13512 * gdb.ada/array_of_variable_length/foo.adb: New file.
13513 * gdb.ada/array_of_variable_length/pck.adb: New file.
13514 * gdb.ada/array_of_variable_length/pck.ads: New file.
13515
135162015-09-15 Doug Evans <dje@google.com>
13517
13518 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13519 of function static local variable.
13520
135212015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13522
13523 * gdb.threads/tls-so_extern.exp: New test file.
13524 * gdb.threads/tls-so_extern.c: New test file.
13525 * gdb.threads/tls-so_extern_main.c: New test file.
13526
135272015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13528
13529 * gdb.opt/solib-intra-step-lib.c: New file.
13530 * gdb.opt/solib-intra-step-main.c: New file.
13531 * gdb.opt/solib-intra-step.exp: New file.
13532
135332015-09-15 Pedro Alves <palves@redhat.com>
13534
13535 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13536 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13537
135382015-09-14 Pedro Alves <palves@redhat.com>
13539
13540 * gdb.base/hook-stop-continue.c: Delete.
13541 * gdb.base/hook-stop-continue.exp: Delete.
13542 * gdb.base/hook-stop-frame.c: Delete.
13543 * gdb.base/hook-stop-frame.exp: Delete.
13544 * gdb.base/hook-stop.c: New file.
13545 * gdb.base/hook-stop.exp: New file.
13546
135472015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13548
13549 * gdb.ada/access_to_packed_array.exp: New testcase.
13550 * gdb.ada/access_to_packed_array/foo.adb: New file.
13551 * gdb.ada/access_to_packed_array/pack.adb: New file.
13552 * gdb.ada/access_to_packed_array/pack.ads: New file.
13553
135542015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13555
13556 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13557 buffer size test.
13558
135592015-09-11 Don Breazeal <donb@codesourcery.com>
13560
13561 * gdb.base/foll-exec.c: Add copyright header. Fix
13562 formatting issues.
13563 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13564 (do_exec_tests): Use clean_restart in place of zap_session,
13565 and for test initialization. Fix formatting issues. Use
13566 fail in place of perror.
13567 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13568 an expect statement to match an expression with output from
13569 the program under debug.
13570 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13571 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13572 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13573 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13574 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13575
135762015-09-09 Doug Evans <dje@google.com>
13577
13578 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13579
135802015-09-09 Doug Evans <dje@google.com>
13581
13582 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13583
135842015-09-09 Doug Evans <dje@google.com>
13585
13586 * gdb.base/savedregs.exp: Fix typo.
13587
135882015-09-09 Pedro Alves <palves@redhat.com>
13589
13590 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13591
135922015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13593
13594 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13595 command actually switches threads. Give up on remaining
13596 tests if target fails to stop at breakpoint.
13597
135982015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13599
13600 * gdb.ada/funcall_char.exp: New testcase.
13601 * gdb.ada/funcall_char/foo.adb: New file.
13602
136032015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13604
13605 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13606 expected outputs. Add two testcases for completing ambiguous
13607 functions.
13608 * gdb.ada/complete/aux_pck.adb: New file.
13609 * gdb.ada/complete/aux_pck.ads: New file.
13610 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13611 Ambiguous_Func functions.
13612 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13613 * gdb.ada/complete/pck.adb: Likewise.
13614
136152015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13616
13617 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13618 failures to run the test program under GDB.
13619
136202015-08-26 Luis Machado <lgustavo@codesourcery.com>
13621
13622 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13623 to C.
13624
136252015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13626
13627 * gdb.base/run-after-attach.exp: New test file.
13628 * gdb.base/run-after-attach.c: New test file.
13629
136302015-08-26 Don Breazeal <donb@codesourcery.com>
13631
13632 * gdb.base/foll-exec-2.c: New test program.
13633 * gdb.base/foll-exec-2.exp: New test.
13634
136352015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13636
13637 * gdb.base/nested-subp1.exp: New file.
13638 * gdb.base/nested-subp1.c: New file.
13639 * gdb.base/nested-subp2.exp: New file.
13640 * gdb.base/nested-subp2.c: New file.
13641 * gdb.base/nested-subp3.exp: New file.
13642 * gdb.base/nested-subp3.c: New file.
13643
136442015-08-24 Pedro Alves <palves@redhat.com>
13645
13646 * gdb.server/connect-without-multi-process.c: New file.
13647 * gdb.server/connect-without-multi-process.exp: New file.
13648
136492015-08-24 Luis Machado <lgustavo@codesourcery.com>
13650
13651 * gdb.opt/inline-markers.c: Make z int.
13652
136532015-08-24 Luis Machado <lgustavo@codesourcery.com>
13654
13655 * gdb.opt/inline-markers.c: Make z volatile.
13656
136572015-08-24 Luis Machado <lgustavo@codesourcery.com>
13658
13659 * gdb.opt/inline-bt.c: New volatile global z.
13660 * gdb.opt/inline-cmds.c: Likewise.
13661 * gdb.opt/inline-locals.c: Likewise.
13662 * gdb.opt/inline-markers.c: New extern global z.
13663 (marker): Use z.
13664 (inline_fn): Likewise.
13665
136662015-08-24 Pedro Alves <palves@redhat.com>
13667
13668 * config/m32r-stub.exp: Remove file.
13669 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13670 * gdb.base/call-rt-st.exp: Likewise.
13671 * gdb.base/call-strs.exp: Likewise.
13672 * gdb.base/default.exp: Remove references to h8300-*-hms and
13673 *-*-udi*.
13674 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13675
136762015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13677
13678 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13679 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13680 and "return" use KFAIL when GDB can not read/write the vector
13681 return value.
13682
136832015-08-21 Gary Benson <gbenson@redhat.com>
13684
13685 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13686
136872015-08-20 Pedro Alves <palves@redhat.com>
13688
13689 * gdb.server/solib-list.exp: No longer expect an interior stop in
13690 non-stop mode.
13691
136922015-08-20 Pedro Alves <palves@redhat.com>
13693
13694 * gdb.server/connect-stopped-target.c: New file.
13695 * gdb.server/connect-stopped-target.exp: New file.
13696
136972015-08-20 Pedro Alves <palves@redhat.com>
13698
13699 * gdb.dwarf2/comp-unit-lang.exp: New file.
13700 * gdb.dwarf2/comp-unit-lang.c: New file.
13701
137022015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13703
13704 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13705 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13706
137072015-08-19 Kevin Buettner <kevinb@redhat.com>
13708
13709 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13710 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13711
137122015-08-18 Doug Evans <dje@google.com>
13713 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13714
13715 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13716 skip_python_tests. New arg prompt_regexp.
13717 (skip_python_tests): New function.
13718 * lib/mi-support.exp (mi_skip_python_tests): New function.
13719 * gdb.python/py-mi-objfile-gdb.py: New file.
13720 * gdb.python/py-mi-objfile.c: New file.
13721 * gdb.python/py-mi-objfile.exp: New file.
13722
137232015-08-17 Keith Seitz <keiths@redhat.com>
13724
13725 * gdb.linespec/explicit.exp: Move strace test from here ...
13726 * gdb.trace/strace.exp: ... to here.
13727
137282015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13729
13730 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13731 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13732
137332015-08-14 Doug Evans <xdje42@gmail.com>
13734
13735 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13736 inferior before selecting a new file.
13737
137382015-08-14 Doug Evans <xdje42@gmail.com>
13739
13740 * gdb.mi/mi-disassemble.exp: Update.
13741 * gdb.base/disasm-optim.S: New file.
13742 * gdb.base/disasm-optim.c: New file.
13743 * gdb.base/disasm-optim.h: New file.
13744 * gdb.base/disasm-optim.exp: New file.
13745
137462015-08-14 Keith Seitz <keiths@redhat.com>
13747
13748 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13749 "evaluated-by".
13750
137512015-08-13 Joel Brobecker <brobecker@adacore.com>
13752
13753 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13754
137552015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13756
13757 * gdb.ada/fun_renaming.exp: New testcase.
13758 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13759 * gdb.ada/fun_renaming/pack.adb: New file.
13760 * gdb.ada/fun_renaming/pack.ads: New file.
13761
137622015-08-12 Keith Seitz <keiths@redhat.com>
13763
13764 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13765 gdb_get_line_number.
13766
137672015-08-12 Joel Brobecker <brobecker@adacore.com>
13768
13769 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13770 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13771 gdb.base/dso2dso.exp: New files.
13772
137732015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13774 Pedro Alves <palves@redhat.com>
13775 Keith Seitz <keiths@redhat.com>
13776
13777 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13778 GDBFLAGS.
13779
137802015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13781
13782 * gdb.base/gdbhistsize-history.exp
13783 (test_histsize_history_setting): Use save_vars.
13784 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13785 Use save_vars.
13786 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13787 * gdb.base/readline.exp: Use save_vars.
13788
137892015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13790
13791 * lib/gdb.exp (save_vars): New proc.
13792
137932015-08-11 Keith Seitz <keiths@redhat.com>
13794
13795 * gdb.base/help.exp: Update help_breakpoint_text.
13796
137972015-08-11 Keith Seitz <keiths@redhat.com>
13798
13799 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13800 (at toplevel): Call test_explicit_breakpoints.
13801 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13802 breakpoints.
13803 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13804 breakpoint conditions, "-cond".
13805
138062015-08-11 Keith Seitz <keiths@redhat.com>
13807
13808 * gdb.linespec/3explicit.c: New file.
13809 * gdb.linespec/cpexplicit.cc: New file.
13810 * gdb.linespec/cpexplicit.exp: New file.
13811 * gdb.linespec/explicit.c: New file.
13812 * gdb.linespec/explicit.exp: New file.
13813 * gdb.linespec/explicit2.c: New file.
13814 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13815 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13816 before using in the matching pattern.
13817 Clarify that `prefix' is a regular expression.
13818
138192015-08-11 Keith Seitz <keiths@redhat.com>
13820
13821 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13822 test.
13823 Add tests for missing ",FMT" and ",".
13824
138252015-08-10 Doug Evans <dje@google.com>
13826 Keith Seitz <keiths@redhat.com>
13827
13828 PR gdb/17960
13829 * gdb.base/completion.exp: Add location completer tests.
13830
138312015-08-07 Pedro Alves <palves@redhat.com>
13832
13833 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13834 tests here.
13835 (top level): Run do_test with and without displaced stepping.
13836
138372015-08-07 Pedro Alves <palves@redhat.com>
13838
13839 * gdb.base/valgrind-disp-step.c: New file.
13840 * gdb.base/valgrind-disp-step.exp: New file.
13841
138422015-08-07 Pedro Alves <palves@redhat.com>
13843
13844 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13845 Delete function.
13846 (main): Add alarm. Run an infinite loop instead of calling
13847 wait_threads.
13848 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13849 comment.
13850 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13851 Delete function.
13852 (main): Add alarm. Run an infinite loop instead of calling
13853 wait_threads.
13854 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13855 comment.
13856
138572015-08-07 Pedro Alves <palves@redhat.com>
13858
13859 * gdb.base/checkpoint-ns.exp: New file.
13860 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13861 standard_testfile.
13862
138632015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13864
13865 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13866 * gdb.btrace/instruction_history.exp: Update.
13867 * gdb.btrace/tsx.exp: New.
13868 * gdb.btrace/tsx.c: New.
13869
138702015-08-06 Pedro Alves <palves@redhat.com>
13871
13872 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13873 increase timeout.
13874 * gdb.reverse/until-precsave.exp: Bump timeouts.
13875
138762015-08-06 Pedro Alves <palves@redhat.com>
13877
13878 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13879
138802015-08-06 Pedro Alves <palves@redhat.com>
13881
13882 PR gdb/18749
13883 * gdb.threads/process-dies-while-handling-bp.c: New file.
13884 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13885
138862015-08-06 Pedro Alves <palves@redhat.com>
13887
13888 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13889 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13890
138912015-08-05 Pedro Alves <palves@redhat.com>
13892
13893 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13894 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13895
138962015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13897
13898 * gdb.base/bp-permanent.exp: Report test as unsupported if
13899 the target cannot stop at the permanent breakpoint.
13900
139012015-08-03 Doug Evans <dje@google.com>
13902
13903 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13904 10000.
13905
139062015-08-03 Doug Evans <dje@google.com>
13907
13908 * Makefile.in (workers/%.worker, build-perf): New rule.
13909 (GDB_PERFTEST_MODE): New variable.
13910 (check-perf): Use it.
13911 (clean): Clean up gdb.perf parallel build subdirs.
13912 * lib/build-piece.exp: New file.
13913 * lib/gdb.exp (make_gdb_parallel_path): New function
13914 (standard_output_file, standard_temp_file): Call it.
13915 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13916 of $GDB_PARALLEL.
13917 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13918
139192015-08-03 Doug Evans <dje@google.com>
13920
13921 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13922 (LOG_FILE_NAME): New global.
13923 (TextReporter.__init__): Initialize self.txt_sum.
13924 (TextReporter.report): Add support for multiple data-points.
13925 Move report to perftest.sum, put raw data in perftest.log.
13926 (TextReporter.start): Open sum and log files.
13927 (TextReporter.end): Close sum and log files.
13928 * gdb.perf/lib/perftest/testresult.py
13929 (SingleStatisticTestResult.record): Handle multiple data-points.
13930
139312015-07-31 Pedro Alves <palves@redhat.com>
13932
13933 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13934 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13935 kill_wait_spawned_process instead of explicit "kill -9".
13936 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13937 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13938 kill_wait_spawned_process.
13939 * gdb.base/attach-twice.exp: Likewise.
13940 * gdb.base/attach.exp: Likewise.
13941 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13942 gdb_test_multiple.
13943 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13944 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13945 kill_wait_spawned_process.
13946 * gdb.base/valgrind-infcall.exp: Likewise.
13947 * gdb.multi/multi-attach.exp: Likewise.
13948 * gdb.python/py-prompt.exp: Likewise.
13949 * gdb.python/py-sync-interp.exp: Likewise.
13950 * gdb.server/ext-attach.exp: Likewise.
13951 * gdb.threads/attach-into-signal.exp (corefunc): Use
13952 spawn_wait_for_attach, spawn_id_get_pid and
13953 kill_wait_spawned_process.
13954 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13955 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13956 spawn_id_get_pid and kill_wait_spawned_process.
13957 * gdb.threads/attach-stopped.exp (corefunc): Use
13958 spawn_wait_for_attach, spawn_id_get_pid and
13959 kill_wait_spawned_process.
13960 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13961 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13962 kill_wait_spawned_process instead of explicit "kill -9".
13963 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13964 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13965 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13966 processes. Don't map cygwin/windows pids here. Now returns a
13967 spawn id list.
13968
139692015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13970
13971 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13972 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13973 correct patch.
13974
139752015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13976
13977 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13978
139792015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13980
13981 Reapply:
13982 2014-05-21 Mark Wielaard <mjw@redhat.com>
13983
13984 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13985
139862015-07-30 Pedro Alves <palves@redhat.com>
13987
13988 * linux-low.c (handle_extended_wait): Set the child's last
13989 reported status to TARGET_WAITKIND_STOPPED.
13990
139912015-07-30 Pedro Alves <palves@redhat.com>
13992
13993 PR threads/18600
13994 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13995 only shows inferior 1.
13996
139972015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13998 Pedro Alves <palves@redhat.com>
13999
14000 PR threads/18600
14001 * gdb.threads/fork-plus-threads.c: New file.
14002 * gdb.threads/fork-plus-threads.exp: New file.
14003
140042015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14005
14006 * gdb.base/batch-preserve-term-settings.exp
14007 (test_terminal_settings_preserved_after_cli_exit): Use
14008 send_quit_command.
14009
140102015-07-29 Pedro Alves <palves@redhat.com>
14011 Don Breazeal <donb@codesourcery.com>
14012
14013 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14014 output from both inferior_spawn_id and gdb_spawn_id.
14015
140162015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14017
14018 * gdb.threads/attach-into-signal.exp (corefunc): Use
14019 with_test_prefix on nested loops, uniquefying the test messages.
14020
140212015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14022
14023 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14024 commit.
14025
140262015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14027
14028 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14029 New proc.
14030 (test_terminal_settings_preserved_after_sigterm): New test.
14031
140322015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14033
14034 * gdb.base/batch-preserve-term-settings.exp
14035 (test_terminal_settings_preserved_after_cli_exit): New test.
14036
140372015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14038
14039 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14040 manipulation of saved_gdbflags.
14041 (test_terminal_settings_preserved): Remove global declaration of
14042 the unused variable pagination_prompt. Remove manipulation of
14043 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14044 GDBFLAGS.
14045
140462015-07-29 Pedro Alves <palves@redhat.com>
14047
14048 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14049
140502015-07-29 Pedro Alves <palves@redhat.com>
14051
14052 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14053 at the top.
14054
140552015-07-29 Pedro Alves <palves@redhat.com>
14056
14057 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14058 (main): Call gdb_unbuffer_output.
14059 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14060 (main): Call gdb_unbuffer_output.
14061 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14062 (main): Call gdb_unbuffer_output.
14063 * gdb.base/call-strs.exp: Adjust to step over the
14064 gdb_unbuffer_output call.
14065 * gdb.base/catch-gdb-caused-signals.c: Include
14066 "../lib/unbuffer_output.c".
14067 (main): Call gdb_unbuffer_output.
14068 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14069 (main): Call gdb_unbuffer_output.
14070 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14071 (main): Call gdb_unbuffer_output.
14072 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14073 (main): Call gdb_unbuffer_output.
14074 * gdb.base/shlib-call.exp: Adjust to step over the
14075 gdb_unbuffer_output call.
14076 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14077 (main): Call gdb_unbuffer_output.
14078 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14079 (main): Call gdb_unbuffer_output.
14080 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14081 (main): Rename to ...
14082 (test): ... this.
14083 (main): Reimplement.
14084 * gdb.base/varargs.exp: Run to test instead of to main.
14085 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14086 (main): Call gdb_unbuffer_output.
14087
140882015-07-29 Pedro Alves <palves@redhat.com>
14089
14090 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14091 factore out from mi_continue_dprintf. For call-style dprintfs,
14092 expect dprintf output out of $inferior_spawn_id.
14093 (mi_continue_dprintf): Use mi_expect_dprintf.
14094 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14095 (main): Call gdb_unbuffer_output.
14096
140972015-07-29 Pedro Alves <palves@redhat.com>
14098
14099 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14100 (default_mi_gdb_start): Set inferior_spawn_id instead of
14101 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14102 gdb_spawn_id.
14103 (mi_gdb_test): Always expect inferior output from both
14104 $inferior_spawn_id and $gdb_spawn_id.
14105
141062015-07-29 Pedro Alves <palves@redhat.com>
14107
14108 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14109 send_inferior and $inferior_spawn_id.
14110
141112015-07-29 Pedro Alves <palves@redhat.com>
14112
14113 * gdb.gdb/complaints.exp (test_initial_complaints)
14114 (test_serial_complaints, test_short_complaints): Use
14115 gdb_test_stdio.
14116 (test_empty_complaint): Handle $inferior_spawn_id !=
14117 $gdb_spawn_id.
14118
141192015-07-29 Pedro Alves <palves@redhat.com>
14120
14121 * gdb.base/varargs.exp: Use gdb_test_stdio.
14122
141232015-07-29 Pedro Alves <palves@redhat.com>
14124
14125 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14126
141272015-07-29 Pedro Alves <palves@redhat.com>
14128
14129 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14130
141312015-07-29 Pedro Alves <palves@redhat.com>
14132
14133 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14134 parameter into two new parameters, "inf_result" and "gdb_result".
14135 Expect inferior output and gdb output from $inferior_spawn_id and
14136 $gdb_spawn_id, respectively. Adjust all callers.
14137
141382015-07-29 Pedro Alves <palves@redhat.com>
14139
14140 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14141 of gdb_test_sequence.
14142
141432015-07-29 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14146 (saw_spurious_output): Expect inferior output from
14147 $inferior_spawn_id. Use gdb_test_stdio.
14148
141492015-07-29 Pedro Alves <palves@redhat.com>
14150
14151 * gdb.base/dprintf.exp: Use standard_testfile. Change
14152 prepare_for_testing call.
14153 (srcfile): Don't set.
14154 (restart): New procedure.
14155 (test_dprintf): New procecure, use to continue over dprintfs.
14156 (test_call, test_agent): New procedures, tests moved here.
14157 Restart gdb and recreate dprintfs. Adjust expected output.
14158
141592015-07-29 Pedro Alves <palves@redhat.com>
14160
14161 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14162
141632015-07-29 Pedro Alves <palves@redhat.com>
14164
14165 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14166
141672015-07-29 Pedro Alves <palves@redhat.com>
14168
14169 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14170 gdb_test_stdio.
14171
141722015-07-29 Pedro Alves <palves@redhat.com>
14173
14174 * lib/gdb.exp (gdb_test_stdio): New procedure.
14175
141762015-07-29 Pedro Alves <palves@redhat.com>
14177
14178 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14179
141802015-07-29 Pedro Alves <palves@redhat.com>
14181
14182 * gdb.base/call-signal-resume.exp: Remove check for
14183 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14184 * gdb.base/unwindonsignal.exp: Likewise.
14185 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14186 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14187
141882015-07-29 Pedro Alves <palves@redhat.com>
14189
14190 * gdb.base/siginfo-addr.c (pass): New function.
14191 (handler): Call it iff si_addr is correct.
14192 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14193 Set a breakpoint at "pass" and continue to it.
14194
141952015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14196
14197 * gdb.python/py-objfile.exp: Make some tests have unique names.
14198 * gdb.python/py-pp-registration.exp: Likewise.
14199
142002015-07-28 Pedro Alves <palves@redhat.com>
14201
14202 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14203
142042015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14205
14206 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14207
142082015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14209
14210 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14211
142122015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14213
14214 * gdb.base/gdb-sigterm-2.exp: New test.
14215
142162015-07-25 Doug Evans <xdje42@gmail.com>
14217
14218 Revert:
14219 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14220 (workers/%.worker, build-perf): New rule.
14221 (GDB_PERFTEST_MODE): New variable.
14222 (check-perf): Use it.
14223 (clean): Clean up gdb.perf parallel build subdirs.
14224 * lib/build-piece.exp: New file.
14225 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14226 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14227 name.
14228 (standard_temp_file): Ditto.
14229 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14230 of $GDB_PARALLEL.
14231
142322015-07-24 Doug Evans <dje@google.com>
14233
14234 * gdb.perf/lib/perftest/utils.py: New file.
14235 * gdb.perf/gm-hello.cc: New file.
14236 * gdb.perf/gm-pervasive-typedef.cc: New file.
14237 * gdb.perf/gm-pervasive-typedef.h: New file.
14238 * gdb.perf/gm-std.cc: New file.
14239 * gdb.perf/gm-std.h: New file.
14240 * gdb.perf/gm-use-cerr.cc: New file.
14241 * gdb.perf/gm-utils.h: New file.
14242 * gdb.perf/gmonster-null-lookup.py: New file.
14243 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14244 * gdb.perf/gmonster-print-cerr.py: New file.
14245 * gdb.perf/gmonster-ptype-string.py: New file.
14246 * gdb.perf/gmonster-runto-main.py: New file.
14247 * gdb.perf/gmonster-select-file.py: New file.
14248 * gdb.perf/gmonster1-null-lookup.exp: New file.
14249 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14250 * gdb.perf/gmonster1-print-cerr.exp: New file.
14251 * gdb.perf/gmonster1-ptype-string.exp: New file.
14252 * gdb.perf/gmonster1-runto-main.exp: New file.
14253 * gdb.perf/gmonster1-select-file.exp: New file.
14254 * gdb.perf/gmonster1.cc: New file.
14255 * gdb.perf/gmonster1.exp: New file.
14256 * gdb.perf/gmonster2-null-lookup.exp: New file.
14257 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14258 * gdb.perf/gmonster2-print-cerr.exp: New file.
14259 * gdb.perf/gmonster2-ptype-string.exp: New file.
14260 * gdb.perf/gmonster2-runto-main.exp: New file.
14261 * gdb.perf/gmonster2-select-file.exp: New file.
14262 * gdb.perf/gmonster2.cc: New file.
14263 * gdb.perf/gmonster2.exp: New file.
14264
142652015-07-24 Doug Evans <dje@google.com>
14266
14267 * gdb.perf/README: New file.
14268 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14269 * lib/gen-perf-test.exp: New file.
14270
142712015-07-24 Doug Evans <dje@google.com>
14272
14273 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14274 (PerfTest::startup): New function.
14275 (PerfTest::run): Return result of calling body.
14276 (PerfTest::assemble): Rewrite.
14277 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14278 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14279 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14280 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14281 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14282
142832015-07-24 Doug Evans <dje@google.com>
14284
14285 * lib/gdb.exp (clean_restart): Make executable optional.
14286
142872015-07-24 Doug Evans <dje@google.com>
14288
14289 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14290 compiler_info references.
14291 * gdb.cp/temargs.exp: Ditto.
14292 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14293 (get_compiler_info): Early exit if already computed. Set compiler_info
14294 to "unknown" if there was a problem.
14295 (test_compiler_info): Add function comment. Call get_compiler_info.
14296
142972015-07-24 Doug Evans <dje@google.com>
14298
14299 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14300 (workers/%.worker, build-perf): New rule.
14301 (GDB_PERFTEST_MODE): New variable.
14302 (check-perf): Use it.
14303 (clean): Clean up gdb.perf parallel build subdirs.
14304 * lib/build-piece.exp: New file.
14305 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14306 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14307 name.
14308 (standard_temp_file): Ditto.
14309 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14310 of $GDB_PARALLEL.
14311
143122015-07-24 Doug Evans <dje@google.com>
14313
14314 * lib/future.exp (gdb_default_target_compile): New option
14315 "early_flags".
14316 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14317 --as-needed.
14318
143192015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14320
14321 * gdb.base/catch-syscall.exp: Call gdb_exit before
14322 gdb_skip_xml_test.
14323
143242015-07-24 Pedro Alves <palves@redhat.com>
14325
14326 * gdb.python/py-events.exp: Accept output between the stop event
14327 and the prompt.
14328 * gdb.python/py-evsignal.exp: Likewise.
14329 * gdb.python/py-evthreads.exp: Likewise.
14330
143312015-07-24 Pedro Alves <palves@redhat.com>
14332
14333 PR gdb/18717
14334 * gdb.threads/non-ldr-exit.c: New file.
14335 * gdb.threads/non-ldr-exit.exp: New file.
14336
143372015-07-24 Yao Qi <yao.qi@linaro.org>
14338
14339 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14340 restarting process.
14341
143422015-07-24 Yao Qi <yao.qi@linaro.org>
14343
14344 * gdb.server/ext-restart.exp: New file.
14345
143462015-07-24 Yao Qi <yao.qi@linaro.org>
14347
14348 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14349 argument options.
14350 * gdb.server/ext-wrapper.exp: New file.
14351
143522015-07-23 Doug Evans <dje@google.com>
14353
14354 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14355 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14356
143572015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14358
14359 * gdb.ada/var_arr_typedef.exp: New testcase.
14360 * gdb.ada/var_arr_typedef/pack.adb: New file.
14361 * gdb.ada/var_arr_typedef/pack.ads: New file.
14362 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14363
143642015-07-20 Joel Brobecker <brobecker@adacore.com>
14365
14366 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14367
143682015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14369
14370 * gdb.arch/i386-biarch-core.exp: Replace istarget
14371 by "complete set gnutarget". Remove expectation for the "core-file"
14372 command.
14373
143742015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14375
14376 Revert the previous commit:
14377 Tests for validate symbol file using build-id.
14378
143792015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14380
14381 Tests for validate symbol file using build-id.
14382 * gdb.base/solib-mismatch-lib.c: New file.
14383 * gdb.base/solib-mismatch-libmod.c: New file.
14384 * gdb.base/solib-mismatch.c: New file.
14385 * gdb.base/solib-mismatch.exp: New file.
14386
143872015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14388
14389 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14390 nios2-*-linux*.
14391 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14392 * gdb.base/siginfo.exp: Likewise.
14393 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14394
143952015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14396
14397 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14398 Move it to ...
14399 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14400 ... here.
14401 * gdb.trace/range-stepping.exp: Check that the target supports
14402 range stepping.
14403
144042015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14405
14406 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14407
144082015-07-14 Pedro Alves <palves@redhat.com>
14409
14410 * gdb.base/killed-outside.exp: New file.
14411 * gdb.base/killed-outside.c: New file.
14412
144132015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14414
14415 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14416 (n at main): New.
14417 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14418
144192015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14420
14421 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14422 infcall tests instead of setting up for KFAIL.
14423
144242015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14425
14426 * gdb.btrace/record_goto-step.exp: New.
14427
144282015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14429
14430 PR compile/18484
14431 * gdb.compile/compile.c (struct struct_type): Add volatile to
14432 selffield's type.
14433 * gdb.compile/compile.exp
14434 (compile code struct_object.selffield = &struct_object): Skip further
14435 struct_object tests if this one xfails.
14436
144372015-07-08 Robert O'Callahan <robert@ocallahan.org>
14438
14439 PR exp/18617
14440 * gdb.trace/ax.exp: Add test.
14441
144422015-07-07 Yao Qi <yao.qi@linaro.org>
14443
14444 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14445 instead of istarget "aarch64*-*-*".
14446 * gdb.arch/aarch64-fp.exp: Likewise.
14447 * gdb.base/float.exp: Likewise.
14448 * gdb.reverse/aarch64.exp: Likewise.
14449 * lib/gdb.exp (is_aarch64_target): New proc.
14450
144512015-07-07 Yao Qi <yao.qi@linaro.org>
14452
14453 * lib/gdb.exp (is_aarch32_target): New proc.
14454 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14455 instead of "istarget "arm*-*-*"".
14456 * gdb.arch/arm-disp-step.exp: Likewise.
14457 * gdb.arch/thumb-bx-pc.exp: Likewise.
14458 * gdb.arch/thumb-prologue.exp: Likewise.
14459 * gdb.arch/thumb-singlestep.exp: Likewise.
14460 * gdb.base/disp-step-syscall.exp: Likewise.
14461 * gdb.base/float.exp: Likewise.
14462
144632015-07-07 Yao Qi <yao.qi@linaro.org>
14464
14465 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14466 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14467
144682015-07-07 Yao Qi <yao.qi@linaro.org>
14469
14470 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14471 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14472 if it exists.
14473 * gdb.multi/multi-arch.exp: Likewise.
14474
144752015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14476
14477 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14478 print.
14479
144802015-07-07 Yao Qi <yao.qi@linaro.org>
14481
14482 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14483
144842015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14485
14486 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14487 '[' and ']' characters.
14488
144892015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14490
14491 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14492
144932015-06-29 Pedro Alves <palves@redhat.com>
14494
14495 PR threads/18127
14496 * gdb.threads/hand-call-new-thread.c: New file.
14497 * gdb.threads/hand-call-new-thread.c: New file.
14498
144992015-06-26 Keith Seitz <keiths@redhat.com>
14500 Doug Evans <dje@google.com>
14501
14502 PR 16253
14503 * gdb.cp/var-tag-2.cc: New file.
14504 * gdb.cp/var-tag-3.cc: New file.
14505 * gdb.cp/var-tag-4.cc: New file.
14506 * gdb.cp/var-tag.cc: New file.
14507 * gdb.cp/var-tag.exp: New file.
14508
145092015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14510
14511 * gdb.base/history-duplicates.exp: New test.
14512
145132015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14514
14515 * gdb.base/completion.exp: Test the completion of the "focus"
14516 command.
14517
145182015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14519
14520 * gdb.arch/amd64-prologue-skip.S: New file.
14521 * gdb.arch/amd64-prologue-skip.exp: New file.
14522
145232015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14524
14525 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14526 is_address_zero_readable check.
14527
145282015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14529
14530 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14531 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14532
145332015-06-24 Yao Qi <yao.qi@linaro.org>
14534
14535 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14536 linux targets.
14537
145382015-06-24 Yao Qi <yao.qi@linaro.org>
14539
14540 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14541 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14542 * gdb.base/siginfo-thread.exp: Likewise.
14543
145442015-06-22 Yao Qi <yao.qi@linaro.org>
14545
14546 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14547
145482015-06-22 Yao Qi <yao.qi@linaro.org>
14549
14550 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14551 aarch64*-*-*.
14552 (skip_hw_watchpoint_tests): Likewise.
14553
145542015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14555
14556 * gdb.base/gdbinit-history.exp: Test the interaction between
14557 setting GDBHISTSIZE and setting the history size via .gdbinit.
14558
145592015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14560
14561 PR gdb/16999
14562 * gdb.base/gdbhistsize-history.exp: New test.
14563
145642015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14565
14566 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14567 with GDBHISTSIZE.
14568 * gdb.base/readline.exp: Likewise.
14569
145702015-06-17 Yao Qi <yao.qi@linaro.org>
14571
14572 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14573 line.
14574
145752015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14576
14577 * gdb.base/gdbinit-history.exp: Add test case to check that
14578 an unlimited history file does not get truncated on exit.
14579
145802015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14581
14582 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14583 (VECTOR): New macro. Use it...
14584 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14585 ...for these typedefs.
14586 (int8, char1, int1, double1): New typedefs.
14587 (struct just_int2, struct two_int2): New structures.
14588 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14589 (add_structvecs, add_singlevecs): New functions.
14590 (main): Call add_some_intvecs twice.
14591 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14592 the compile and exit upon failure. Try compiling for the "native"
14593 architecture. Test inferior function calls with vector arguments
14594 and vector return value handling with "finish" and "return".
14595
145962015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14597
14598 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14599 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14600 PE file.
14601 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14602
146032015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14604
14605 PR breakpoints/16465
14606 * gdb.mi/mi-dprintf-pending.c: New file.
14607 * gdb.mi/mi-dprintf-pending.exp: New test.
14608 * gdb.mi/mi-dprintf-pendshr.c: New file.
14609
146102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14611 Mircea Gherzan <mircea.gherzan@intel.com>
14612
14613 * gdb.arch/i386-mpx-map.c: New file.
14614 * gdb.arch/i386-mpx-map.exp: New File.
14615
146162015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14617
14618 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14619 * gdb.arch/i386-mpx.exp: Indentation fixed.
14620
146212015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14622
14623 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14624 function and improved indentation.
14625 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14626 gdb_test_multiple. Added additional tests to skip the test.
14627
146282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14629
14630 * gdb.arch/i386-avx512.c: Change path in include file.
14631 * gdb.arch/i386-avx512.exp: Change include dir path
14632 compilation flag.
14633 * gdb.arch/i386-mpx.c: Change path in include file.
14634 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14635 flag.
14636
146372015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14638
14639 * gdb.compile/compile-print.exp (compile print *vararray@3)
14640 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14641
146422015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14643
14644 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14645 (do not keep jit in memory): ... this.
14646 (expect 5): Change it to ...
14647 (expect no 5): ... this.
14648
146492015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14650
14651 PR gdb/15564
14652 * gdb.mi/mi-detach.exp: New file.
14653
146542015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14655
14656 PR symtab/18392
14657 * gdb.arch/amd64-tailcall-self.S: New file.
14658 * gdb.arch/amd64-tailcall-self.c: New file.
14659 * gdb.arch/amd64-tailcall-self.exp: New file.
14660
146612015-05-28 Don Breazeal <donb@codesourcery.com>
14662
14663 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14664 tests for remote targets by checking is_target_gdbserver.
14665
146662015-05-27 Doug Evans <dje@google.com>
14667
14668 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14669 * gdb.dwarf2/opaque-type-lookup.c: New file.
14670 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14671
146722015-05-26 Doug Evans <dje@google.com>
14673
14674 * gdb.cp/iostream.cc: New file.
14675 * gdb.cp/iostream.exp: New file.
14676
146772015-05-26 Doug Evans <dje@google.com>
14678
14679 * gdb.dwarf2/dw2-op-call.exp: Update.
14680 * gdb.dwarf2/dw4-sig-types.exp: Update.
14681 * gdb.dwarf2/implptr.exp: Update.
14682 * gdb.mi/mi-cmd-param-changed.exp: Update.
14683
146842015-05-26 Doug Evans <dje@google.com>
14685
14686 * gdb.python/py-lazy-string.c: New file.
14687 * gdb.python/py-lazy-string.exp: New file.
14688 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14689 (main): Update. Add estring3.
14690 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14691 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14692
146932015-05-26 Omair Javaid <omair.javaid@linaro.org>
14694 Yao Qi <yao.qi@linaro.org>
14695
14696 * gdb.reverse/aarch64.c: New.
14697 * gdb.reverse/aarch64.exp: New.
14698
146992015-05-26 Omair Javaid <omair.javaid@linaro.org>
14700
14701 * lib/gdb.exp (supports_process_record): Return true for
14702 aarch64*-linux*.
14703 (supports_reverse): Likewise.
14704
147052015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14706
14707 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14708 Use with_test_prefix.
14709
147102015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14711
14712 * gdb.base/completion.exp: Add test for completion of layout
14713 names.
14714
147152015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14716
14717 * lib/gdb.exp (skip_tui_tests): New proc.
14718 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14719
147202015-05-19 Pedro Alves <palves@redhat.com>
14721
14722 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14723 Save the whole env array instead of just HOME. Unset HISTSIZE in
14724 the environment while testing. Restore whole environment
14725 afterwards.
14726
147272015-05-16 Doug Evans <xdje42@gmail.com>
14728
14729 * gdb.guile/scm-ports.c: New file.
14730 * gdb.guile/scm-ports.exp: Add memory port tests.
14731
147322015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14733
14734 * gdb.compile/compile-print.c: New file.
14735 * gdb.compile/compile-print.exp: New file.
14736
147372015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14738
14739 * gdb.compile/compile-ops.exp: Cast param to void.
14740 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14741 (compile code struct_object.selffield = &struct_object): Add xfail.
14742
147432015-05-15 Joel Brobecker <brobecker@adacore.com>
14744
14745 * gdb.ada/arr_enum_with_gap: New testcase.
14746
147472015-05-15 Joel Brobecker <brobecker@adacore.com>
14748
14749 * gdb.ada/byte_packed_arr: New testcase.
14750
147512015-05-15 Joel Brobecker <brobecker@adacore.com>
14752
14753 * gdb.ada/pckd_neg: New testcase.
14754
147552015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14756
14757 PR gdb/17820
14758 * gdb.base/gdbinit-history.exp: New test.
14759 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14760 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14761
147622015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14763
14764 * gdb.python/py-xmethods.cc: Enhance test case.
14765 * gdb.python/py-xmethods.exp: New tests.
14766 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14767 function.
14768 (B_indexoper): Likewise.
14769 (global_dm_list) : Add new xmethod worker functions.
14770
147712015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14772
14773 * gdb.base/coredump-filter.exp: Correctly unset
14774 "coredump_var_addr" array.
14775
147762015-05-08 Pedro Alves <palves@redhat.com>
14777
14778 * gdb.server/non-existing-program.exp: Unset spawn_id.
14779
147802015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14781
14782 PR python/18291
14783 * gdb.python/py-xmethods.exp: Add tests.
14784
147852015-05-08 Yao Qi <yao.qi@linaro.org>
14786
14787 PR gdb/18208
14788 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14789 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14790 function set_coredump_filter, and remove remote_exec call.
14791 Remove argument ipid. Callers update.
14792 (top level): Don't get inferior's PID.
14793
147942015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14795
14796 * gdb.base/watch_thread_num.exp: Skip test on targets without
14797 access watchpoints.
14798
147992015-05-06 Pedro Alves <palves@redhat.com>
14800
14801 PR server/18081
14802 * gdb.server/non-existing-program.exp: New file.
14803
148042015-05-05 Joel Brobecker <brobecker@adacore.com>
14805
14806 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14807
148082015-05-05 Joel Brobecker <brobecker@adacore.com>
14809
14810 * gdb.ada/out_of_line_in_inlined: New testcase.
14811
148122015-05-05 Joel Brobecker <brobecker@adacore.com>
14813
14814 * gdb.ada/var_rec_arr: New testcase.
14815
148162015-04-30 Yao Qi <yao.qi@linaro.org>
14817
14818 * gdb.base/break-idempotent.exp: If
14819 skip_hw_watchpoint_multi_tests returns true, skip the tests
14820 on "rwatch" and "awatch".
14821
148222015-04-30 Yao Qi <yao.qi@linaro.org>
14823
14824 * gdb.base/relativedebug.exp: Invoke gdb command
14825 "info sharedlibrary", and if libc.so doesn't have debug info,
14826 skip the test.
14827
148282015-04-29 Doug Evans <dje@google.com>
14829
14830 * gdb.python/py-xmethods.exp: Add ptype tests.
14831 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14832 get_result_type method.
14833
148342015-04-29 Luis Machado <lgustavo@codesourcery.com>
14835
14836 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14837 the target does not support hardware watchpoints.
14838
148392015-04-29 Luis Machado <lgustavo@codesourcery.com>
14840
14841 * gdb.base/break-always.exp: Abort testing if writing to memory
14842 causes an error.
14843
148442015-04-28 Doug Evans <dje@google.com>
14845
14846 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14847 * gdb.python/py-pp-registration.exp: ... here. New file.
14848 * gdb.python/py-pp-registration.c: New file.
14849 * gdb.python/py-pp-registration.py: New file.
14850
148512015-04-28 Doug Evans <dje@google.com>
14852
14853 * gdb.python/py-bad-printers.c: New file.
14854 * gdb.python/py-bad-printers.py: New file.
14855 * gdb.python/py-bad-printers.exp: New file.
14856
148572015-04-28 Sasha Smundak <asmundak@google.com>
14858
14859 * gdb.python/py-type.exp: New test.
14860
148612015-04-28 Andy Wingo <wingo@igalia.com>
14862
14863 * gdb.python/py-parameter.exp:
14864 * gdb.guile/scm-parameter.exp: Escape the path that we are
14865 matching against, as it might contain characters that are special
14866 to regular expressions.
14867
148682015-04-27 Joel Brobecker <brobecker@adacore.com>
14869
14870 * gdb.ada/rec_comp: New testcase.
14871
148722015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14873
14874 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14875 before using it.
14876
148772015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14878
14879 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14880 new tests for verilog output.
14881
148822015-04-24 Yao Qi <yao.qi@linaro.org>
14883
14884 * boards/remote-gdbserver-on-localhost.exp: New file.
14885
148862015-04-23 Pedro Alves <palves@redhat.com>
14887
14888 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14889 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14890 "end of file", remove $inferior_spawn_id from the indirect list.
14891
148922015-04-23 Pedro Alves <palves@redhat.com>
14893
14894 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14895
148962015-04-23 Pedro Alves <palves@redhat.com>
14897
14898 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14899 on $any_spawn_id instead of only on $gdb_spawn_id.
14900
149012015-04-21 Pierre Muller <muller@sourceware.org>
14902
14903 PR pascal/17815
14904 * lib/pascal.exp (gpc_compile): Add new option "class".
14905 (fpc_compile): Likewise.
14906 * gdb.pascal/case-insensitive-symbols.pas: New file.
14907 * gdb.pascal/case-insensitive-symbols.exp: New file.
14908
149092015-04-20 Gary Benson <gbenson@redhat.com>
14910
14911 * gdb.base/attach.exp: Fix three extended remote failures.
14912
149132015-04-17 Gary Benson <gbenson@redhat.com>
14914
14915 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14916 the main executable over the remote protocol.
14917
149182015-04-16 Pedro Alves <palves@redhat.com>
14919
14920 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14921 a new gdbserver if gdbserver_reconnect_p is set.
14922
149232015-04-16 Pedro Alves <palves@redhat.com>
14924
14925 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14926 is set, don't exit gdbserver.
14927
149282015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14929
14930 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14931 appropriate .insn, such that an older assembler can be used.
14932 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14933 the z/Architecture instruction set on 31-bit targets as well.
14934
149352015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14936
14937 * gdb.go/handcall.exp: Remove all logic related to the first
14938 breakpoint and rely on go_runto_main instead.
14939 * gdb.go/strings.exp: Likewise.
14940 * gdb.go/unsafe.exp: Likewise.
14941 * gdb.go/hello.exp: Likewise. Also rename the remaining
14942 breakpoint marker to "breakpoint 1".
14943 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14944 * gdb.go/strings.go: Likewise.
14945 * gdb.go/unsafe.go: Likewise.
14946 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14947 "set breakpoint 2 here" and rename the remaining breakpoint marker
14948 to "breakpoint 1".
14949
149502015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14951
14952 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14953 if itertools.imap is not present.
14954 * gdb.python/py-objfile.exp: Add parentheses.
14955 * gdb.python/py-type.exp: Same.
14956 * gdb.python/py-unwind-maint.py: Same.
14957
149582015-04-15 Yao Qi <yao.qi@linaro.org>
14959
14960 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14961 of ":$ptr_size" and set its form explicitly.
14962
149632015-04-15 Pedro Alves <palves@redhat.com>
14964 Yao Qi <yao.qi@linaro.org>
14965
14966 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14967 timeout by factor of 4.
14968 (test_regular_watch): Likewise.
14969 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14970 * gdb.reverse/sigall-reverse.exp: Likewise.
14971 * gdb.reverse/until-precsave.exp: Likewise.
14972 * lib/gdb.exp (with_timeout_factor): New proc.
14973 (gdb_expect): Move some code to ...
14974 (get_largest_timeout): ... here. New procedure.
14975
149762015-04-14 Luis Machado <lgustavo@codesourcery.com>
14977
14978 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14979
149802015-04-13 Luis Machado <lgustavo@codesourcery.com>
14981
14982 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14983 to write to the .text section.
14984
149852015-04-13 Luis Machado <lgustavo@codesourcery.com>
14986
14987 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14988 Handle the case of targets that do not provide PID information.
14989
149902015-04-13 Yao Qi <yao.qi@linaro.org>
14991
14992 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14993 and use expect instead of gdb_expect.
14994
149952015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14996
14997 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14998 "coredump_var_addr" to avoid naming conflict with other testcases.
14999
150002015-04-10 Pedro Alves <palves@redhat.com>
15001
15002 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15003 gdb_test_sequence and gdb_assert.
15004
150052015-04-10 Pedro Alves <palves@redhat.com>
15006
15007 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15008 test messages that don't include the breakpoint address.
15009
150102015-04-10 Yao Qi <yao.qi@linaro.org>
15011
15012 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15013 false for some offset and width combinations which aren't
15014 supported by linux kernel.
15015
150162015-04-10 Pedro Alves <palves@redhat.com>
15017
15018 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15019 procedure, factored out from ...
15020 (top level): ... here. Add "set displaced-stepping" testing axis.
15021 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15022 parameter "displaced". Use it.
15023 (top level): Use foreach and add "set displaced-stepping" testing
15024 axis.
15025
150262015-04-10 Pedro Alves <palves@redhat.com>
15027
15028 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15029 Remove comment.
15030 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15031 both the address of the instruction that triggers the watchpoint
15032 and the address of the instruction immediately after, and use
15033 those addresses for the test. Fix comment.
15034
150352015-04-10 Pedro Alves <palves@redhat.com>
15036
15037 * gdb.base/sigstep.exp (breakpoint_to_handler)
15038 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15039 Test "backtrace" in handler.
15040 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15041 (top level): Add new "displaced" test axis to
15042 breakpoint_to_handler, breakpoint_to_handler_entry and
15043 breakpoint_over_handler.
15044
150452015-04-10 Pedro Alves <palves@redhat.com>
15046
15047 PR gdb/18216
15048 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15049
150502015-04-10 Yao Qi <yao.qi@linaro.org>
15051
15052 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15053 (test_add_rn_pc): New function.
15054 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15055 (top level): Invoke test_add_rn_pc.
15056
150572015-04-10 Pedro Alves <palves@redhat.com>
15058
15059 PR gdb/13858
15060 * gdb.base/step-over-no-symbols.exp: New file.
15061
150622015-04-09 Andy Wingo <wingo@igalia.com>
15063
15064 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15065 after the Python tests.
15066
150672015-04-08 Keith Seitz <keiths@redhat.com>
15068
15069 PR python/16699
15070 * gdb.python/py-completion.exp: New tests for completion.
15071 * gdb.python/py-completion.py (CompleteLimit1): New class.
15072 (CompleteLimit2): Likewise.
15073 (CompleteLimit3): Likewise.
15074 (CompleteLimit4): Likewise.
15075 (CompleteLimit5): Likewise.
15076 (CompleteLimit6): Likewise.
15077 (CompleteLimit7): Likewise.
15078
150792015-04-08 Pedro Alves <palves@redhat.com>
15080
15081 PR gdb/18214
15082 PR gdb/18216
15083 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15084 function.
15085 (main): Install it as SIGUSR1 handler.
15086 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15087 parameter. Always use "setup" as prefix. Toggle "set
15088 displaced-stepping" off/on depending on global. Don't switch to
15089 thread 1 here.
15090 (top level): Add displaced stepping "off/on" test axis. Update
15091 "setup" calls. Wrap each subtest with with_test_prefix. Test
15092 continuing with a queued signal in each thread.
15093
150942015-04-08 Pedro Alves <palves@redhat.com>
15095
15096 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15097 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15098 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15099 Return early if running to main fails.
15100 * gdb.trace/while-stepping.exp: Likewise.
15101
151022015-04-07 Pedro Alves <palves@redhat.com>
15103
15104 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15105 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15106 interact with inferior program.
15107
151082015-04-07 Pedro Alves <palves@redhat.com>
15109
15110 * lib/gdb.exp (inferior_spawn_id): New global.
15111 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15112 spawn id after processing the user code.
15113 (default_gdb_start): Set inferior_spawn_id.
15114 (send_inferior): New procedure.
15115 * lib/gdbserver-support.exp (gdbserver_start): Set
15116 inferior_spawn_id.
15117 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15118
151192015-04-07 Pedro Alves <palves@redhat.com>
15120
15121 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15122 * lib/gdbserver-support.exp (gdbserver_start): Make
15123 $server_spawn_id global.
15124 (gdbserver_start): Don't wait for gdbserver's spawn id with
15125 expect_background.
15126 (close_gdbserver): New procedure.
15127 (gdb_exit): Rename the default version and reimplement.
15128
151292015-04-07 Pedro Alves <palves@redhat.com>
15130
15131 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15132 append the substituted item, not the original item.
15133
151342015-04-07 Pedro Alves <palves@redhat.com>
15135
15136 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15137 gdb_expect.
15138
151392015-04-07 Pedro Alves <palves@redhat.com>
15140
15141 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15142 output appearing once only.
15143
151442015-04-07 Pedro Alves <palves@redhat.com>
15145
15146 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15147 that doesn't expect anything. Return early if running to main
15148 fails.
15149
151502015-04-07 Yao Qi <yao.qi@linaro.org>
15151
15152 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15153 (child_function): Call alarm.
15154 (main): Move call to alarm into the loop.
15155 * gdb.threads/non-stop-fair-events.exp: Build program with
15156 -DTIMEOUT=$timeout.
15157
151582015-04-06 Doug Evans <xdje42@gmail.com>
15159
15160 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15161 Fix dest parameter to board_info.
15162 (fpc_compile): Ditto.
15163 (gdb_compile_pascal): Rename dest arg to destfile.
15164
151652015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15166
15167 * gdb.ada/funcall_ref.exp: New file.
15168 * gdb.ada/funcall_ref/foo.adb: New file.
15169
151702015-04-02 Yao Qi <yao.qi@linaro.org>
15171
15172 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15173 is remote.
15174
151752015-04-02 Gary Benson <gbenson@redhat.com>
15176
15177 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15178
151792015-04-01 Sasha Smundak <asmundak@google.com>
15180
15181 * gdb.python/py-unwind-maint.c: New file.
15182 * gdb.python/py-unwind-maint.exp: New test.
15183 * gdb.python/py-unwind-maint.py: New file.
15184 * gdb.python/py-unwind.c: New file.
15185 * gdb.python/py-unwind.exp: New test.
15186 * gdb.python/py-unwind.py: New test.
15187
151882015-04-01 Pedro Alves <palves@redhat.com>
15189
15190 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15191 to fail instead of non-existent $test.
15192
151932015-04-01 Pedro Alves <palves@redhat.com>
15194
15195 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15196 GDBFLAGS if not empty.
15197
151982015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15199
15200 * gdb.ada/complete.exp: Remove "multi_line".
15201 * gdb.ada/info_exc.exp: Remove "multi_line".
15202 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15203 * gdb.ada/ptype_field.exp: Remove "multi_line".
15204 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15205 * gdb.ada/tagged.exp: Remove "multi_line".
15206 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15207 [multi_line ...]
15208 * gdb.btrace/delta.exp: Likewise.
15209 * gdb.btrace/exception.exp: Likewise.
15210 * gdb.btrace/function_call_history.exp: Likewise.
15211 * gdb.btrace/instruction_history.exp: Likewise.
15212 * gdb.btrace/nohist.exp: Likewise.
15213 * gdb.btrace/record_goto.exp: Likewise.
15214 * gdb.btrace/segv.exp: Likewise.
15215 * gdb.btrace/stepi.exp: Likewise.
15216 * gdb.btrace/tailcall.exp: Likewise.
15217 * gdb.btrace/unknown_functions.exp: Likewise.
15218 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15219 * lib/gdb.exp: Add the "multi_line" helper.
15220
152212015-04-01 Pedro Alves <palves@redhat.com>
15222
15223 * gdb.threads/tid-reuse.c: New file.
15224 * gdb.threads/tid-reuse.exp: New file.
15225
152262015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15227
15228 PR corefiles/16092
15229 * gdb.base/coredump-filter.c: New file.
15230 * gdb.base/coredump-filter.exp: Likewise.
15231
152322015-03-27 Petr Machata <pmachata@redhat.com>
15233
15234 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15235 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15236 (Dwarf::assemble): Initialize them.
15237 (Dwarf::lines): New function.
15238
152392015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15240
15241 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15242 SYMBOL_PREFIX for x86_64-*-cygwin.
15243
152442015-03-26 Andy Wingo <wingo@igalia.com>
15245
15246 PR symtab/18148
15247 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15248 const_value but not a location.
15249 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15250 location defined in non-main CUs are visible.
15251
152522015-03-26 Yao Qi <yao.qi@linaro.org>
15253
15254 PR testsuite/18139
15255 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15256 Add a line number entry for the same line.
15257 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15258 Add a line number entry for the same line.
15259
152602015-03-26 Yao Qi <yao.qi@linaro.org>
15261
15262 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15263 .int 0.
15264 (func): Likewise. Add .Lfunc_1 label.
15265 Use .Lfunc_1 label.
15266 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15267 .int 0.
15268 (func): Likewise.
15269 Use .Lfunc_1 label.
15270
152712015-03-26 Yao Qi <yao.qi@linaro.org>
15272
15273 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15274 Call gdb_compile instead to compile each .s files without debug
15275 information.
15276
152772015-03-26 Yao Qi <yao.qi@linaro.org>
15278
15279 * gdb.base/savedregs.exp (process_saved_regs): Make
15280 "Saved registers:" optional in the pattern.
15281
152822015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15283
15284 * gdb.btrace/next.exp: Merged into step.exp.
15285 * gdb.btrace/finish.exp: Merged into step.exp.
15286 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15287 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15288 "record goto" and checking the exact replay position.
15289 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15290 check for "Recording format" in "info record" output.
15291 * gdb.btrace/record_goto.exp: Choose test file based on target.
15292 * gdb.btrace/x86-record_goto.S: Renamed into ...
15293 * gdb.btrace/x86_64-record_goto.S: ... this.
15294 * gdb.btrace/i686-record_goto.S: New.
15295 * gdb.btrace/x86-tailcall.S: Renamed into ...
15296 * gdb.btrace/x86_64-tailcall.S: ... this.
15297 * gdb.btrace/i686-tailcall.S: New.
15298 * gdb.btrace/x86-tailcall.c: Renamed into ...
15299 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15300 separate statements. Update test.
15301 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15302 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15303 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15304 * gdb.btrace/tailcall.exp: Choose test file based on target.
15305 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15306
153072015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15308
15309 * gdb.btrace/exception.exp: Increase BTS buffer size.
15310
153112015-03-24 Pedro Alves <palves@redhat.com>
15312
15313 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15314
153152015-03-24 Pedro Alves <palves@redhat.com>
15316
15317 * gdb.threads/schedlock.exp (test_step): No longer expect that
15318 "set scheduler-locking step" with "next" over a function call runs
15319 threads unlocked.
15320
153212015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15322
15323 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15324
153252015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15326
15327 PR breakpoints/16466
15328 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15329 * gdb.mi/mi-pending.c (thread_func): New function.
15330 (int main): Add threading support required.
15331 * gdb.mi/mi-pending.exp: Add tests for this issue.
15332 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15333 (pendfunc2): Remove stdio dependency.
15334 * gdb.mi/mi-pendshr2.c: New file.
15335
153362015-03-23 Keith Seitz <keiths@redhat.com>
15337
15338 * gdb.linespec/keywords.c: New file.
15339 * gdb.linespec/keywords.exp: New file.
15340
153412015-03-23 Keith Seitz <keiths@redhat.com>
15342
15343 PR gdb/18021
15344 * gdb.dwarf2/staticvirtual.exp: New test.
15345
153462015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15347
15348 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15349 * README: Remove HP-UX and gdb.hp.
15350 (configuration):
15351 * configure: Regenerate.
15352 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15353 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15354 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15355 gdb.hp/gdb.defects/Makefile.
15356 * gdb.hp/Makefile.in: File deleted.
15357 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15358 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15359 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15360 * gdb.hp/gdb.aCC/run.c: File deleted.
15361 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15362 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15363 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15364 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15365 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15366 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15367 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15368 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15369 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15370 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15371 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15372 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15373 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15374 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15375 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15376 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15377 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15378 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15379 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15380 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15381 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15382 * gdb.hp/gdb.compat/average.c: File deleted.
15383 * gdb.hp/gdb.compat/sum.c: File deleted.
15384 * gdb.hp/gdb.compat/xdb.c: File deleted.
15385 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15386 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15387 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15388 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15389 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15390 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15391 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15392 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15393 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15394 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15395 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15396 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15397 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15398 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15399 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15400 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15401 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15402 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15403 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15404 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15405 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15406 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15407 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15408 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15409 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15410 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15411 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15412 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15413 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15414 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15415 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15416 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15417 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15418 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15419 * gdb.hp/tools/odump: File deleted.
15420
154212015-03-19 Pedro Alves <palves@redhat.com>
15422
15423 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15424 (saw_thread_3): New globals.
15425 (top level): Increment them when an event for the corresponding
15426 thread is seen.
15427 (no thread starvation): New test.
15428
154292015-03-19 Pedro Alves <palves@redhat.com>
15430
15431 * gdb.threads/continue-pending-status.c: New file.
15432 * gdb.threads/continue-pending-status.exp: New file.
15433
154342015-03-18 Pedro Alves <palves@redhat.com>
15435
15436 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15437 Use gdb_is_target_remote instead of is_remote. Use
15438 gdb_test_multiple instead of gdb_expect. Exit early if
15439 gdb_test_multiple hits its internal matches. Tighten stepi tests
15440 expected output. Fail on exit with any signal, instead of just
15441 SIGILL.
15442
154432015-03-18 Yao Qi <yao.qi@linaro.org>
15444
15445 PR tdep/18107
15446 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15447 variable.
15448 * gdb.base/catch-syscall.exp: Don't skip it on
15449 aarch64*-*-linux* target. Remove elements in all_syscalls.
15450 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15451 target.
15452 (setup_all_syscalls): New proc.
15453
154542015-03-16 Yao Qi <yao.qi@linaro.org>
15455
15456 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15457 (top level): Skip tests if valid_addr_p returns false for
15458 $cmd1 or $cmd2.
15459
154602015-03-11 Andy Wingo <wingo@igalia.com>
15461
15462 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15463
154642015-03-11 Yao Qi <yao.qi@linaro.org>
15465
15466 * gdb.base/catch-syscall.exp: Fix typo in comments.
15467
154682015-03-11 Yao Qi <yao.qi@linaro.org>
15469
15470 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15471
154722015-03-09 Pedro Alves <palves@redhat.com>
15473
15474 * dg-extract-results.py: Delete.
15475
154762015-03-09 Pedro Alves <palves@redhat.com>
15477
15478 Merge dg-extract-results.sh from GCC upstream (r218843).
15479
15480 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15481 * dg-extract-results.sh: Use --text with grep to avoid issues with
15482 binary files. Fall back to cat -v, if that doesn't work.
15483
154842015-03-05 Pedro Alves <palves@redhat.com>
15485
15486 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15487
154882015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15489
15490 * lib/mi-support.exp (mi_expect_interrupt): Accept
15491 alternative event for when in all-stop mode.
15492
154932015-03-04 Pedro Alves <palves@redhat.com>
15494
15495 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15496
154972015-03-04 Mark Kettenis <kettenis@gnu.org>
15498
15499 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15500
155012015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15502
15503 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15504 regexps for GDB's current line display, accept a hex address
15505 preceding the line number.
15506
155072015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15508
15509 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15510 the 'arch1' variable for "s390*-linux*" targets.
15511
155122015-03-04 Pedro Alves <palves@redhat.com>
15513
15514 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15515 (main): Pass missing retval argument to pthread_join call.
15516
155172015-03-02 Pedro Alves <palves@redhat.com>
15518
15519 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15520 (top level): Call do_test with non-stop as well.
15521
155222015-03-02 Pedro Alves <palves@redhat.com>
15523
15524 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15525 -1.
15526
155272015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15528
15529 * gdb.arch/s390-vregs.exp: New test.
15530 * gdb.arch/s390-vregs.S: New file.
15531
155322015-02-27 Pedro Alves <palves@redhat.com>
15533
15534 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15535 call to catch_command_errors.
15536 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15537 catch_command_errors.
15538
155392015-02-27 Pedro Alves <palves@redhat.com>
15540
15541 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15542 "true" for boolean result.
15543 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15544 prototype of main.
15545
155462015-02-27 Pedro Alves <palves@redhat.com>
15547
15548 * lib/unbuffer_output.c: New file.
15549 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15550 (main): Call gdb_unbuffer_output.
15551
155522015-02-27 Yao Qi <yao.qi@linaro.org>
15553
15554 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15555 target.
15556
155572015-02-26 Doug Evans <dje@google.com>
15558
15559 * gdb.cp/class2.cc (Dbase, D): New classes.
15560 (main): New local delta.
15561 * gdb.cp/class2.exp: Test printing delta.
15562 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15563 (dynbar): New global.
15564 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15565
155662015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15567
15568 * gdb.compile/compile-ifunc.c: New file.
15569 * gdb.compile/compile-ifunc.exp: New file.
15570
155712015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15572
15573 * gdb.base/structs.exp: Check for correct struct on finish.
15574
155752015-02-26 Yao Qi <yao.qi@linaro.org>
15576
15577 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15578 is zero.
15579
155802015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15581
15582 * gdb.arch/cordic.ko.bz2: New file.
15583 * gdb.arch/cordic.ko.debug.bz2: New file.
15584 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15585
155862015-02-25 Yao Qi <yao.qi@linaro.org>
15587
15588 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15589 aarch64*-*-* target.
15590
155912015-02-23 Pedro Alves <palves@redhat.com>
15592
15593 * lib/gdb.exp (delete_breakpoints): Rewrite using
15594 gdb_test_multiple.
15595
155962015-02-23 Pedro Alves <palves@redhat.com>
15597
15598 * gdb.base/info-os.c: Include stdlib.h.
15599
156002015-02-22 Doug Evans <xdje42@gmail.com>
15601
15602 PR symtab/17855
15603 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15604 is read after symbols have been re-read.
15605 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15606 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15607
156082015-02-21 Doug Evans <dje@google.com>
15609
15610 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15611
156122015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15613
15614 PR corefiles/17808
15615 * gdb.arch/i386-biarch-core.core.bz2: New file.
15616 * gdb.arch/i386-biarch-core.exp: New file.
15617
156182015-02-21 Pedro Alves <palves@redhat.com>
15619
15620 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15621 runto_main fails.
15622
156232015-02-20 Pedro Alves <palves@redhat.com>
15624
15625 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15626 info probes.
15627
156282015-02-20 Pedro Alves <palves@redhat.com>
15629
15630 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15631
156322015-02-20 Pedro Alves <palves@redhat.com>
15633
15634 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15635 clean_restart before gdb_target_supports_trace.
15636
156372015-02-20 Pedro Alves <palves@redhat.com>
15638
15639 PR threads/18006
15640 * gdb.threads/clone-thread_db.c: New file.
15641 * gdb.threads/clone-thread_db.exp: New file.
15642
156432015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15644
15645 PR breakpoints/16812
15646 * gdb.base/catch-gdb-caused-signals.c: New file.
15647 * gdb.base/catch-gdb-caused-signals.exp: New file.
15648
156492015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15650
15651 * configure: Regenerated.
15652 * configure.ac: Use GDB_AC_TRANSFORM.
15653 * aclocal.m4: sinclude ../transform.m4.
15654
156552015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15656
15657 * lib/dtrace.exp: New file.
15658 * gdb.base/dtrace-probe.exp: Likewise.
15659 * gdb.base/dtrace-probe.d: Likewise.
15660 * gdb.base/dtrace-probe.c: Likewise.
15661 * lib/pdtrace.in: Likewise.
15662 * configure.ac: Output variables with the transformed names of
15663 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15664 * configure: Regenerated.
15665
156662015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15667
15668 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15669 expected message when trying to access $_probe_* convenience
15670 variables while not on a probe.
15671
156722015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15673
15674 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15675
156762015-02-11 Pedro Alves <pedro@codesourcery.com>
15677
15678 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15679 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15680
156812015-02-10 Doug Evans <xdje42@gmail.com>
15682
15683 * lib/gdb.exp (gdb_load): Always return a result.
15684
156852015-02-10 Pedro Alves <palves@redhat.com>
15686
15687 * gdb.threads/signal-sigtrap.c: New file.
15688 * gdb.threads/signal-sigtrap.exp: New file.
15689
156902015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15691
15692 * gdb.trace/no-attach-trace.c: New file.
15693 * gdb.trace/no-attach-trace.exp: New file.
15694
156952015-02-09 Mark Wielaard <mjw@redhat.com>
15696
15697 * gdb.dwarf2/atomic.c: New file.
15698 * gdb.dwarf2/atomic-type.exp: Likewise.
15699
157002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15701
15702 * gdb.btrace/buffer-size.exp: Update "info record" output.
15703 * gdb.btrace/delta.exp: Update "info record" output.
15704 * gdb.btrace/enable.exp: Update "info record" output.
15705 * gdb.btrace/finish.exp: Update "info record" output.
15706 * gdb.btrace/instruction_history.exp: Update "info record" output.
15707 * gdb.btrace/next.exp: Update "info record" output.
15708 * gdb.btrace/nexti.exp: Update "info record" output.
15709 * gdb.btrace/step.exp: Update "info record" output.
15710 * gdb.btrace/stepi.exp: Update "info record" output.
15711 * gdb.btrace/nohist.exp: Update "info record" output.
15712
157132015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15714
15715 * gdb.btrace/buffer-size: New.
15716
157172015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15718
15719 * gdb.btrace/delta.exp: Update "info record" output.
15720 * gdb.btrace/enable.exp: Update "info record" output.
15721 * gdb.btrace/finish.exp: Update "info record" output.
15722 * gdb.btrace/instruction_history.exp: Update "info record" output.
15723 * gdb.btrace/next.exp: Update "info record" output.
15724 * gdb.btrace/nexti.exp: Update "info record" output.
15725 * gdb.btrace/step.exp: Update "info record" output.
15726 * gdb.btrace/stepi.exp: Update "info record" output.
15727 * gdb.btrace/nohist.exp: Update "info record" output.
15728
157292015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15730
15731 PR gdb/15678
15732 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15733
157342015-02-06 Pedro Alves <palves@redhat.com>
15735
15736 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15737 macro.
15738 (seconds_left, again): New globals.
15739 (main): Wait seconds_left in a 1-second sleep loop instead of
15740 sleeping 180 seconds. If 'again' is set, reset the seconds
15741 counter.
15742 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15743 'again' in the inferior before detaching. Print the seconds left.
15744 (options): New global.
15745 (top level): Build program with -DTIMEOUT=$timeout.
15746
157472015-02-06 Pedro Alves <palves@redhat.com>
15748
15749 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15750 determine how many seconds to pass to 'alarm'.
15751 * gdb.base/gdb-sigterm.exp (top level): Build program with
15752 -DTIMEOUT=$timeout.
15753 (do_test): Return success/failure indication. Add more verbose
15754 logging. Don't fail if 200 single steps are seen. Instead, fail
15755 when the test times out.
15756 (passes): New global.
15757 (top level): Break the testing loop if testing fails on any
15758 iteration. Use gdb_assert.
15759
157602015-02-04 Don Breazeal <donb@codesourcery.com>
15761
15762 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15763 and initialize them.
15764 (ipc_cleanup): New function.
15765 (main): Don't declare shmid, semid, and msqid. Add a call to
15766 atexit so that we call ipc_cleanup on exit.
15767
157682015-02-04 Pedro Alves <palves@redhat.com>
15769
15770 * boards/native-extended-gdbserver.exp: Remove any target variant
15771 specifications from the board name before clearing the isremote
15772 flag from board_info.
15773
157742015-01-31 Doug Evans <xdje42@gmail.com>
15775
15776 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15777
157782015-01-31 Gary Benson <gbenson@redhat.com>
15779
15780 * gdb.base/completion.exp: Disable completion limiting for
15781 existing tests. Add new tests to check completion limiting.
15782 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15783
157842015-01-31 Doug Evans <xdje42@gmail.com>
15785
15786 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15787
157882015-01-31 Doug Evans <xdje42@gmail.com>
15789
15790 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15791 entries. Duplicate file section script entries.
15792 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15793 inlined entries. Add test for safe-path rejection.
15794 * gdb.python/py-section-script.c: Add duplicate inlined section script
15795 entries. Duplicate file section script entries.
15796 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15797 inlined entries. Add test for safe-path rejection.
15798
157992015-01-29 Joel Brobecker <brobecker@adacore.com>
15800
15801 * gdb.ada/disc_arr_bound: New testcase.
15802
158032015-01-29 Joel Brobecker <brobecker@adacore.com>
15804
15805 * gdb.ada/mi_var_array: New testcase.
15806
158072015-01-27 Doug Evans <dje@google.com>
15808
15809 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15810 Add test for objfile.filename, objfile.username after objfile
15811 has been unloaded.
15812
158132015-01-26 Joel Brobecker <brobecker@adacore.com>
15814
15815 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15816 the second test to print the name attribute of value
15817 returned by the call to gdb.lookup_type, and adjust
15818 the expected output accordingly.
15819
158202015-01-25 Mark Wielaard <mjw@redhat.com>
15821
15822 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15823 * gdb.base/disp-step-fork.c: Include unistd.h.
15824 * gdb.base/siginfo-obj.c: Include stdio.h.
15825 * gdb.base/siginfo-thread.c: Likewise.
15826 * gdb.mi/non-stop.c: Include unistd.h.
15827 * gdb.mi/nsthrexec.c: Include stdio.h.
15828 * gdb.mi/pthreads.c: Include unistd.h.
15829 * gdb.modula2/unbounded1.c (main): Declare returns int.
15830 * gdb.reverse/consecutive-reverse.c: Likewise.
15831 * gdb.threads/create-fail.c: Include unistd.h.
15832 * gdb.threads/killed.c: Likewise.
15833 * gdb.threads/linux-dp.c: Likewise.
15834 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15835 * gdb.threads/non-ldr-exc-2.c: Likewise.
15836 * gdb.threads/non-ldr-exc-3.c: Likewise.
15837 * gdb.threads/non-ldr-exc-4.c: Likewise.
15838 * gdb.threads/pthreads.c: Include unistd.h.
15839 (main): Declare returns int.
15840 * gdb.threads/tls-main.c (foo): New declaration.
15841 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15842
158432015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15844
15845 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15846 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15847
158482015-01-15 Mark Wielaard <mjw@redhat.com>
15849
15850 * gdb.base/noreturn-return.c: New file.
15851 * gdb.base/noreturn-return.exp: New file.
15852 * gdb.base/noreturn-finish.c: New file.
15853 * gdb.base/noreturn-finish.exp: New file.
15854
158552015-01-23 Pedro Alves <palves@redhat.com>
15856
15857 * gdb.threads/continue-pending-after-query.c: New file.
15858 * gdb.threads/continue-pending-after-query.exp: New file.
15859
158602015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15861 Simon Marchi <simon.marchi@ericsson.com>
15862
15863 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15864 * gdb.base/valgrind-db-attach.exp: Same.
15865 * gdb.base/valgrind-infcall.exp: Same.
15866 * lib/mi-support.exp (default_mi_gdb_start): Same.
15867 * lib/prompt.exp (default_prompt_gdb_start): Same.
15868 * lib/gdb.exp (default_gdb_spawn): Same.
15869 (gdb_interact): New.
15870
15871
158722015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15873
15874 * gdb.compile/compile.exp (pointer to jit function): New test.
15875
158762015-01-17 Wei-cheng Wang <cole945@gmail.com>
15877
15878 * lib/gdb.exp (supports_process_record): Return true for
15879 powerpc*-*-linux*.
15880 (supports_reverse): Likewise.
15881
158822015-01-15 Don Breazeal <donb@codesourcery.com>
15883
15884 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15885 instead of checking whether the target board is remote and
15886 use spawn_wait_for_attach instead of exec/sleep.
15887 * gdb.base/attach-twice.exp: Likewise.
15888
158892015-01-15 Joel Brobecker <brobecker@adacore.com>
15890
15891 * gdb.ada/var_arr_attrs: New testcase.
15892
158932015-01-14 Pedro Alves <palves@redhat.com>
15894 Joel Brobecker <brobecker@adacore.com>
15895
15896 PR gdb/17525
15897 * gdb.base/bp-cmds-execution-x-script.c: New file.
15898 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15899 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15900
159012015-01-14 Pedro Alves <palves@redhat.com>
15902
15903 PR cli/17828
15904 * gdb.base/batch-preserve-term-settings.c: New file.
15905 * gdb.base/batch-preserve-term-settings.exp: New file.
15906
159072015-01-13 Doug Evans <dje@google.com>
15908
15909 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15910 binary.
15911
159122015-01-13 Joel Brobecker <brobecker@adacore.com>
15913
15914 * Makefile.in (clean mostlyclean): Do not delete *.py.
15915
159162015-01-13 Joel Brobecker <brobecker@adacore.com>
15917
15918 * gdb.python/py-lookup-type.exp: New file.
15919
159202015-01-12 Pedro Alves <palves@redhat.com>
15921
15922 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15923 restore GDBFLAGS before returning.
15924
159252015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15926
15927 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15928 is_amd64_regs_target and is_x86_like_target.
15929
159302015-01-11 Doug Evans <xdje42@gmail.com>
15931
15932 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15933 is given without an explicit form.
15934 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15935 attributes.
15936 * gdb.dwarf/corrupt.exp: Ditto.
15937 * gdb.dwarf2/enum-type.exp: Ditto.
15938 * gdb.trace/entry-values.exp: Ditto.
15939 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15940
159412015-01-11 Doug Evans <xdje42@gmail.com>
15942
15943 PR gdb/15830
15944 * gdb.base/maint.exp: Remove references to "maint demangle".
15945 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15946 Add tests for explicitly specifying language to demangle.
15947 * gdb.dlang/demangle.exp: Ditto.
15948
159492015-01-09 Pedro Alves <palves@redhat.com>
15950
15951 * gdb.threads/non-stop-fair-events.c: New file.
15952 * gdb.threads/non-stop-fair-events.exp: New file.
15953
159542015-01-09 Pedro Alves <palves@redhat.com>
15955
15956 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15957 the global scope. Set a breakpoint after all threads are started
15958 rather than stepping over two source lines. Expect the prompt.
15959 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15960 global.
15961 (NUM): Now 15.
15962 (main): Use threads_started_barrier to wait for all threads to
15963 start. Main thread no longer calls thread_function. Exit after
15964 180 seconds.
15965 (loop): New function.
15966 (thread_function): Wait on threads_started_barrier barrier. Call
15967 'loop' at each iteration.
15968 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15969 threads have started, instead of hardcoding number of "next"
15970 steps. Use an access watchpoint instead of a write watchpoint.
15971
159722015-01-09 Pedro Alves <palves@redhat.com>
15973
15974 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15975 (thread_func): Wait on barrier.
15976 (main): Wait for all threads to start before stopping GDB.
15977 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15978 global.
15979 (thread1_func, thread2_func): Wait on barrier.
15980 (main): Wait for all threads to start before stopping GDB.
15981 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15982 New global.
15983 (thread1_func, thread2_func): Wait on barrier.
15984 (main): Wait for all threads to start before stopping GDB.
15985
159862015-01-09 Pedro Alves <palves@redhat.com>
15987
15988 * gdb.threads/attach-many-short-lived-threads.c: New file.
15989 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15990
159912014-01-09 Pedro Alves <palves@redhat.com>
15992
15993 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15994 instead of to thread 2.
15995 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15996 Add barrier around each pthread_create call instead of around all
15997 calls.
15998 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15999 Set a break on thread_function and have the child threads hit it
16000 one at at a time.
16001
160022015-01-09 Pedro Alves <palves@redhat.com>
16003
16004 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16005 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16006 false.
16007 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16008 checking whether the target board is remote.
16009 * gdb.multi/multi-attach.exp: Likewise.
16010 * gdb.python/py-sync-interp.exp: Likewise.
16011 * gdb.server/ext-attach.exp: Likewise.
16012 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16013 tests that need to attach, instead of checking whether the target
16014 board is remote at the top of the file.
16015
160162015-01-08 Yao Qi <yao@codesourcery.com>
16017
16018 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16019
160202015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16021
16022 Fix testcase compilation.
16023 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16024
160252015-01-06 Joel Brobecker <brobecker@adacore.com>
16026
16027 * gdb.python/py-type.exp: Add a couple test about empty
16028 array creation, and negative-length array creation.
16029
160302015-01-02 Doug Evans <xdje42@gmail.com>
16031
16032 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16033
160342015-01-02 Doug Evans <dje@google.com>
16035
16036 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16037
160382014-12-29 Yao Qi <yao@codesourcery.com>
16039
16040 * gdb.trace/entry-values.exp: Update comments. Rename variable
16041 bar_call_foo to returned_from_foo.
16042
160432014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16044
16045 PR gdb/17394
16046 * gdb.linespec/break-asm-file.c: New file.
16047 * gdb.linespec/break-asm-file.exp: New file.
16048 * gdb.linespec/break-asm-file0.s: New file.
16049 * gdb.linespec/break-asm-file1.s: New file.
16050
160512014-12-18 Nigel Stephens <nigel@mips.com>
16052 Maciej W. Rozycki <macro@codesourcery.com>
16053
16054 * gdb.base/float.exp: Handle the new output from "info float" on
16055 MIPS targets.
16056
160572014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16058
16059 Fix MinGW compilation.
16060 * gdb.compile/compile-ops.exp: Update untested message if
16061 !skip_compile_feature_tests.
16062 * gdb.compile/compile-setjmp.exp: Likewise.
16063 * gdb.compile/compile-tls.exp: Likewise.
16064 * gdb.compile/compile.exp: Likewise.
16065 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16066 supported on this host".
16067
160682014-12-16 Doug Evans <xdje42@gmail.com>
16069
16070 * boards/stabs.exp: New file.
16071
160722014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16073
16074 * gdb.base/completion.exp: Adjust to format changes of "maint
16075 print user-registers".
16076
160772014-12-16 Catalin Udma <catalin.udma@freescale.com>
16078
16079 PR server/17457
16080 * gdb.arch/aarch64-fp.c: New file.
16081 * gdb.arch/aarch64-fp.exp: New file.
16082
160832014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16084
16085 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16086 r210637, r210913, r211666, r215400, r215817).
16087
16088 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16089 * dg-extract-results.py: New file.
16090 * dg-extract-results.sh: Use it if the environment seems
16091 suitable.
16092
16093 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16094
16095 * dg-extract-results.py (parse_run): Handle warnings that
16096 are printed before a test harness is run.
16097
16098 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16099
16100 * dg-extract-results.py (Named): Remove __cmp__ method.
16101 (output_variation): Use a key to sort variation.harnesses.
16102
16103 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16104
16105 * dg-extract-results.py: For Python 3, force sys.stdout to
16106 handle surrogate escape sequences.
16107 (safe_open): New function.
16108 (output_segment, main): Use it.
16109
16110 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16111
16112 * dg-extract-results.py (Prog.result_re): Include options
16113 in test name.
16114
16115 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16116
16117 * dg-extract-results.py (output_variation): Always sort if
16118 do_sum.
16119
161202014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16121
16122 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16123 as long as we get pagination notifications.
16124
161252014-12-15 Jason Merrill <jason@redhat.com>
16126
16127 * Makefile.in (check-gdb.%): Restore.
16128 * README: Mention it.
16129
161302014-12-13 Joel Brobecker <brobecker@adacore.com>
16131
16132 * gdb.ada/str_uninit: New testcase.
16133
161342014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16135
16136 PR symtab/17642
16137 * gdb.base/vla-stub-define.c: New file.
16138 * gdb.base/vla-stub.c: New file.
16139 * gdb.base/vla-stub.exp: New file.
16140
161412014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16142 Jan Kratochvil <jan.kratochvil@redhat.com>
16143 Tom Tromey <tromey@redhat.com>
16144
16145 * configure.ac: Add gdb.compile/.
16146 * configure: Regenerate.
16147 * gdb.compile/Makefile.in: New file.
16148 * gdb.compile/compile-ops.exp: New file.
16149 * gdb.compile/compile-ops.c: New file.
16150 * gdb.compile/compile-tls.c: New file.
16151 * gdb.compile/compile-tls.exp: New file.
16152 * gdb.compile/compile-constvar.S: New file.
16153 * gdb.compile/compile-constvar.c: New file.
16154 * gdb.compile/compile-mod.c: New file.
16155 * gdb.compile/compile-nodebug.c: New file.
16156 * gdb.compile/compile-setjmp-mod.c: New file.
16157 * gdb.compile/compile-setjmp.c: New file.
16158 * gdb.compile/compile-setjmp.exp: New file.
16159 * gdb.compile/compile-shlib.c: New file.
16160 * gdb.compile/compile.c: New file.
16161 * gdb.compile/compile.exp: New file.
16162 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16163
161642014-12-12 Tom Tromey <tromey@redhat.com>
16165
16166 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16167 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16168
161692014-12-12 Doug Evans <dje@google.com>
16170
16171 * lib/gdb-python.exp (get_python_valueof): New function.
16172 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16173
161742014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16175
16176 * gdb.base/completion.exp: Add test for completion of "info
16177 registers ".
16178
161792014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16180
16181 * gdb.base/func-ptrs.c: New file.
16182 * gdb.base/func-ptrs.exp: New file.
16183
161842014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16185
16186 PR breakpoints/17012
16187 * gdb.base/dprintf-detach.c: New file.
16188 * gdb.base/dprintf-detach.exp: New file.
16189
161902014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16191
16192 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16193 * lib/gdb.exp (target_is_gdbserver): New procedure.
16194
161952014-12-08 Doug Evans <dje@google.com>
16196
16197 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16198
161992014-12-05 Yao Qi <yao@codesourcery.com>
16200
16201 * gdb.guile/scm-error.exp: Remove the third argument to
16202 gdb_remote_download.
16203 * gdb.guile/scm-frame-args.exp: Likewise.
16204 * gdb.guile/scm-section-script.exp: Likewise.
16205
162062014-12-05 Yao Qi <yao@codesourcery.com>
16207
16208 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16209
162102014-12-04 Doug Evans <dje@google.com>
16211
16212 * gdb.python/py-objfile.exp: Add tests for
16213 objfile.add_separate_debug_file.
16214
162152014-12-04 Doug Evans <dje@google.com>
16216
16217 * lib/gdb.exp (get_build_id): New function.
16218 (build_id_debug_filename_get): Rewrite to use it.
16219 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16220
162212014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16222
16223 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16224 `method(long)', not just 0x0.
16225 * gdb.cp/nsalias.exp: Align code labels to 4.
16226 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16227 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16228 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16229 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16230 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16231 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16232
162332014-12-02 Doug Evans <dje@google.com>
16234
16235 PR symtab/17602
16236 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16237 * gdb.cp/anon-ns2.cc: ... here. New file.
16238 * gdb.cp/anon-ns.exp: Update.
16239
162402014-12-02 Nick Bull <nicholaspbull@gmail.com>
16241
16242 * gdb.python/py-events.py (inferior_call_handler): New.
16243 (register_changed_handler, memory_changed_handler): New.
16244 (test_events.invoke): Register new handlers.
16245 * gdb.python/py-events.exp: Add tests for inferior call,
16246 memory_changed and register_changed events.
16247
162482014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16249
16250 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16251 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16252 if the linker doesn't understand this.
16253
162542014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16255
16256 * gdb.python/python.exp: Change expected reply to help().
16257
162582014-12-01 Yao Qi <yao@codesourcery.com>
16259
16260 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16261 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16262 * configure: Re-generated.
16263
162642014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16265
16266 * gdb.cp/chained-calls.cc: New file.
16267 * gdb.cp/chained-calls.exp: New file.
16268 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16269
162702014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16271
16272 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16273 * gdb.dwarf2/symtab-producer.exp: Same.
16274 * gdb.gdb/python-interrupts.exp: Same.
16275 * gdb.gdb/python-selftest.exp: Same.
16276 * gdb.python/py-linetable.exp: Same.
16277 * gdb.python/py-type.exp: Same.
16278 * gdb.python/py-value-cc.exp: Same.
16279 * gdb.python/py-value.exp: Same.
16280
162812014-11-28 Yao Qi <yao@codesourcery.com>
16282
16283 * gdb.base/break-probes.exp: Match library name prefixed with
16284 sysroot.
16285
162862014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16287
16288 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16289 test expected output. Add parentheses for the call to print.
16290 Remove L suffix from integers.
16291
162922014-11-26 Doug Evans <dje@google.com>
16293
16294 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16295
162962014-11-22 Yao Qi <yao@codesourcery.com>
16297
16298 * gdb.trace/entry-values.c: Remove asms.
16299 (foo): Add foo_label.
16300 (bar): Add bar_label.
16301 * gdb.trace/entry-values.exp: Remove code computing foo's
16302 length and bar's length.
16303 (Dwarf::assemble): Invoke function_range for bar and use
16304 MACRO_AT_func for foo.
16305
163062014-11-22 Yao Qi <yao@codesourcery.com>
16307
16308 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16309 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16310 Use .Lgcc43_procstart instead of gcc43.
16311
163122014-11-21 Joel Brobecker <brobecker@adacore.com>
16313
16314 * gdb.ada/n_arr_bound: New testcase.
16315
163162014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16317
16318 PR breakpoints/10737
16319 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16320 test_catch_syscall_multi_arch.
16321 (test_catch_syscall_multi_arch): New function.
16322
163232014-11-20 Doug Evans <xdje42@gmail.com>
16324
16325 * gdb.base/maint.exp: Update expected output.
16326
163272014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16328
16329 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16330 4-byte instruction on S390.
16331
163322014-11-19 Joel Brobecker <brobecker@adacore.com>
16333
16334 * gdb.ada/arr_arr: New testcase.
16335
163362014-11-19 Joel Brobecker <brobecker@adacore.com>
16337
16338 * gdb.ada/pkd_arr_elem: New Testcase.
16339
163402014-11-18 Luis Machado <lgustavo@codesourcery.com>
16341
16342 * gdb.reverse/break-precsave: Expect completion message for
16343 core file reads.
16344 * gdb.reverse/consecutive-precsave.exp: Likewise.
16345 * gdb.reverse/finish-precsave.exp: Likewise.
16346 * gdb.reverse/i386-precsave.exp: Likewise.
16347 * gdb.reverse/machinestate-precsave.exp: Likewise.
16348 * gdb.reverse/sigall-precsave.exp: Likewise.
16349 * gdb.reverse/solib-precsave.exp: Likewise.
16350 * gdb.reverse/step-precsave.exp: Likewise.
16351 * gdb.reverse/until-precsave.exp: Likewise.
16352 * gdb.reverse/watch-precsave.exp: Likewise.
16353
163542014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16355
16356 * gdb.base/bp-permanent.c: Include unistd.h.
16357 * gdb.python/py-framefilter-mi.c (main): Add return type.
16358 * gdb.python/py-framefilter.c (main): Likewise.
16359 * gdb.trace/actions-changed.c (main): Likewise.
16360
163612014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16362
16363 * gdb.mi/until.c: Add eye-catchers.
16364 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16365 line numbers.
16366
163672014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16368
16369 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16370 function header variants in break1.c.
16371 * gdb.base/ena-dis-br.exp: Likewise.
16372 * gdb.base/hbreak2.exp: Likewise.
16373 * gdb.reverse/until-precsave.exp: Drop references to removed
16374 non-prototype function header variants in ur1.c.
16375 * gdb.reverse/until-reverse.exp: Likewise.
16376
163772014-11-17 Petr Machata <pmachata@redhat.com>
16378
16379 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16380 ${_cu_offset_size} bytes abbrev offset.
16381
163822014-11-15 Doug Evans <xdje42@gmail.com>
16383
16384 PR symtab/17559
16385 * gdb.base/line-symtabs.exp: New file.
16386 * gdb.base/line-symtabs.c: New file.
16387 * gdb.base/line-symtabs.h: New file.
16388
163892014-11-14 Yao Qi <yao@codesourcery.com>
16390
16391 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16392 (func): Add label func_label.
16393 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16394 Replace low_pc and high_pc with MACRO_AT_range.
16395 Replace name, low_pc and high_pc with MACRO_AT_func.
16396
163972014-11-14 Yao Qi <yao@codesourcery.com>
16398
16399 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16400 Replace name, low_pc and high_pc with MACRO_AT_func.
16401
164022014-11-14 Yao Qi <yao@codesourcery.com>
16403
16404 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16405 produce debug information.
16406 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16407
164082014-11-14 Yao Qi <yao@codesourcery.com>
16409
16410 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16411 object and get function length.
16412 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16413 with MACRO_AT_func.
16414 (top-level): Replace gdb_compile and clean_restart with
16415 prepare_for_testing.
16416 * gdb.dwarf2/main.c (main): Add label main_label.
16417
164182014-11-14 Yao Qi <yao@codesourcery.com>
16419
16420 * lib/dwarf.exp (function_range): New procedure.
16421 (Dwarf::_handle_macro_at_func): New procedure.
16422 (Dwarf::_handle_macro_at_range): New procedure.
16423 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16424
164252014-11-14 Yao Qi <yao@codesourcery.com>
16426
16427 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16428 (_handle_attribute): New procedure.
16429
164302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16431
16432 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16433 * gdb.base/call-sc.c (zed): Likewise.
16434 * gdb.base/checkpoint.c (main): Likewise.
16435 * gdb.base/dump.c (main): Likewise.
16436 * gdb.base/gcore.c (main): Likewise.
16437 * gdb.base/huge.c (main): Likewise.
16438 * gdb.base/multi-forks.c (main): Likewise.
16439 * gdb.base/pr10179-a.c (main): Likewise.
16440 * gdb.base/savedregs.c (main): Likewise.
16441 * gdb.base/sigaltstack.c (main): Likewise.
16442 * gdb.base/siginfo.c (main): Likewise.
16443 * gdb.base/structs.c (zed): Likewise.
16444 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16445 * gdb.mi/mi-syn-frame.c (main): Likewise.
16446 * gdb.mi/until.c (foo, main): Likewise.
16447 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16448 * gdb.base/solib-weak.c (foo): Declare.
16449 * gdb.base/attach-twice.c: Include stdio.h.
16450 * gdb.base/weaklib1.c: Likewise.
16451 * gdb.base/weaklib2.c: Likewise.
16452 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16453 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16454 unistd.h.
16455 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16456 * gdb.mi/mi-exit-code.c: Likewise.
16457 * gdb.base/break-interp-lib.c: Include string.h.
16458 * gdb.base/coremaker.c: Likewise.
16459 * gdb.base/testenv.c: Likewise.
16460 * gdb.python/py-finish-breakpoint.c: Likewise.
16461 * gdb.base/inferior-died.c: Include sys/wait.h.
16462 * gdb.base/fileio.c: Include time.h.
16463 * gdb.base/async-shell.c: Include unistd.h.
16464 * gdb.base/dprintf-non-stop.c: Likewise.
16465 * gdb.base/info-os.c: Likewise.
16466 * gdb.mi/mi-console.c: Likewise.
16467 * gdb.mi/watch-nonstop.c: Likewise.
16468 * gdb.python/py-events.c: Likewise.
16469 * gdb.base/async.c (baz): Move up before its invocation.
16470 * gdb.base/code_elim2.c (my_global_func): Likewise.
16471 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16472 * gdb.base/advance.c (func2): Likewise.
16473
164742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16475
16476 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16477 variant.
16478 * gdb.base/annota3.c: Likewise.
16479 * gdb.base/async.c: Likewise.
16480 * gdb.base/average.c: Likewise.
16481 * gdb.base/call-ar-st.c: Likewise.
16482 * gdb.base/call-rt-st.c: Likewise.
16483 * gdb.base/call-sc.c: Likewise.
16484 * gdb.base/call-strs.c: Likewise.
16485 * gdb.base/ending-run.c: Likewise.
16486 * gdb.base/execd-prog.c: Likewise.
16487 * gdb.base/exprs.c: Likewise.
16488 * gdb.base/foll-exec.c: Likewise.
16489 * gdb.base/foll-fork.c: Likewise.
16490 * gdb.base/foll-vfork.c: Likewise.
16491 * gdb.base/funcargs.c: Likewise.
16492 * gdb.base/gcore.c: Likewise.
16493 * gdb.base/jump.c: Likewise.
16494 * gdb.base/langs0.c: Likewise.
16495 * gdb.base/langs1.c: Likewise.
16496 * gdb.base/langs2.c: Likewise.
16497 * gdb.base/mips_pro.c: Likewise.
16498 * gdb.base/nodebug.c: Likewise.
16499 * gdb.base/opaque0.c: Likewise.
16500 * gdb.base/opaque1.c: Likewise.
16501 * gdb.base/recurse.c: Likewise.
16502 * gdb.base/run.c: Likewise.
16503 * gdb.base/scope0.c: Likewise.
16504 * gdb.base/scope1.c: Likewise.
16505 * gdb.base/setshow.c: Likewise.
16506 * gdb.base/setvar.c: Likewise.
16507 * gdb.base/shmain.c: Likewise.
16508 * gdb.base/shr1.c: Likewise.
16509 * gdb.base/shr2.c: Likewise.
16510 * gdb.base/sigall.c: Likewise.
16511 * gdb.base/signals.c: Likewise.
16512 * gdb.base/so-indr-cl.c: Likewise.
16513 * gdb.base/solib2.c: Likewise.
16514 * gdb.base/structs.c: Likewise.
16515 * gdb.base/sum.c: Likewise.
16516 * gdb.base/vforked-prog.c: Likewise.
16517 * gdb.base/watchpoint.c: Likewise.
16518 * gdb.reverse/shr2.c: Likewise.
16519 * gdb.reverse/until-reverse.c: Likewise.
16520 * gdb.reverse/ur1.c: Likewise.
16521 * gdb.reverse/watch-reverse.c: Likewise.
16522
165232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16524
16525 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16526 variant.
16527 * gdb.base/sepdebug.exp: Drop references to removed code.
16528
165292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16530
16531 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16532 variant. Preserve original line numbering.
16533 * gdb.base/list1.c: Likewise.
16534
165352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16536
16537 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16538 variant.
16539 * gdb.base/break1.c: Likewise.
16540 * gdb.base/break.exp: Drop references to removed code.
16541
165422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16543
16544 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16545 variant.
16546
165472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16548
16549 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16550
165512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16552
16553 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16554 logic into perform_all_tests() and invoke it with and without
16555 function header prototypes.
16556 (do_function_calls): Remove conditional XFAIL for PR 5318.
16557 (rerun_and_prepare): Remove duplicate code.
16558 (perform_all_tests): New. Main logic moved here.
16559
165602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16561
16562 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16563 code guarded by #ifdef NO_PROTOTYPES.
16564 (t_double_many_args): Likewise.
16565 (DEF_FUNC_MANY_ARGS_1): Likewise.
16566 (DEF_FUNC_VALUES_1): Likewise.
16567 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16568 guarded by #ifdef PROTOTYPES.
16569
165702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16571
16572 * gdb.mi/mi-console.c: Add eye-catcher.
16573 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16574 instead of literal line number.
16575
165762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16577
16578 * gdb.base/shr2.c: Add eye-catcher.
16579 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16580 line number.
16581
165822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16583
16584 * gdb.base/jump.c: Add eye-catchers.
16585 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16586 numbers.
16587
165882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16589
16590 * gdb.base/execd-prog.c: Add eye-catchers.
16591 * gdb.base/foll-exec.c: Likewise.
16592 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16593 line numbers.
16594
165952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16596
16597 * gdb.base/ending-run.c: Add eye-catchers.
16598 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16599 literal line numbers.
16600
166012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16602
16603 * gdb.base/call-rt-st.c: Add eye-catchers.
16604 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16605 literal line numbers.
16606
166072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16608
16609 * gdb.base/call-ar-st.c: Add eye-catchers.
16610 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16611 literal line numbers.
16612
166132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16614
16615 * gdb.base/average.c: Add eye-catchers.
16616 * gdb.base/sum.c: Likewise.
16617 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16618 regexps dynamically.
16619
166202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16621
16622 * gdb.base/solib1.c: Add eye-catchers.
16623 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16624 literal line numbers.
16625
166262014-11-12 Pedro Alves <palves@redhat.com>
16627
16628 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16629 leader has exited.
16630
166312014-11-12 Pedro Alves <palves@redhat.com>
16632
16633 * gdb.arch/i386-bp_permanent.c: New file.
16634 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16635 (srcfile): Set to i386-bp_permanent.c.
16636 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16637 that stepi does not execute the 'leave' instruction, instead of
16638 testing it does execute.
16639 * gdb.base/bp-permanent.c: New file.
16640 * gdb.base/bp-permanent.exp: New file.
16641
166422014-11-10 Doug Evans <xdje42@gmail.com>
16643
16644 PR symtab/17564
16645 * gdb.base/symtab-search-order.exp: New file.
16646 * gdb.base/symtab-search-order.c: New file.
16647 * gdb.base/symtab-search-order-1.c: New file.
16648 * gdb.base/symtab-search-order-shlib-1.c: New file.
16649
166502014-11-07 Pedro Alves <palves@redhat.com>
16651
16652 PR gdb/17511
16653 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16654 i?86-*-linux*.
16655
166562014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16657
16658 PR c++/17494
16659 * gdb.cp/pr17494.cc: New file.
16660 * gdb.cp/pr17494.exp: New file.
16661
166622014-11-02 Yao Qi <yao@codesourcery.com>
16663
16664 * gdb.python/python.exp: Get working directory and match the
16665 output of "set extended-prompt \\w " with it.
16666
166672014-10-30 Doug Evans <dje@google.com>
16668
16669 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16670 in objfiles.
16671 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16672 in progspaces.
16673
166742014-10-30 Janis Johnson <janisjo@codesourcery.com>
16675
16676 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16677 * gdb.base/realname-expand.exp: Likewise.
16678 * gdb.linespec/macro-relative.exp: Likewise.
16679
166802014-10-29 Pedro Alves <palves@redhat.com>
16681
16682 PR gdb/17408
16683 * gdb.threads/schedlock.c (some_function): New function.
16684 (call_function): New global.
16685 (MAYBE_CALL_SOME_FUNCTION): New macro.
16686 (thread_function): Call it.
16687 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16688 and use it instead of a global counter. Adjust all callers.
16689 (get_current_thread): Use "find current thread" for test message
16690 here rather than having all callers pass down the same string.
16691 (goto_loop): New procedure, factored out from ...
16692 (my_continue): ... this.
16693 (step_ten_loops): Change parameter from test message to command to
16694 use. Adjust.
16695 (list_count): Delete global.
16696 (check_result): New procedure, factored out from duplicate top
16697 level code.
16698 (continue tests): Wrap in with_test_prefix.
16699 (test_step): New procedure, factored out from duplicate top level
16700 code.
16701 (top level): Test "step" in combination with all scheduler-locking
16702 modes. Test "next" in combination with all scheduler-locking
16703 modes, and in combination with stepping over a function call or
16704 not.
16705 * gdb.threads/next-bp-other-thread.c: New file.
16706 * gdb.threads/next-bp-other-thread.exp: New file.
16707
167082014-10-29 Pedro Alves <palves@redhat.com>
16709
16710 PR python/17372
16711 * gdb.python/python.exp: Test a multi-line command that spawns
16712 interactive Python.
16713 * gdb.base/multi-line-starts-subshell.exp: New file.
16714
167152014-10-29 Yao Qi <yao@codesourcery.com>
16716
16717 * gdb.base/fileio.exp: Make directories on host.
16718
167192014-10-29 Yao Qi <yao@codesourcery.com>
16720
16721 * gdb.base/fileio.c (test_write): Close the file.
16722
167232014-10-28 Pedro Alves <palves@redhat.com>
16724
16725 PR gdb/12623
16726 * gdb.base/sigstep.c (no_handler): New global.
16727 (main): If 'no_handler is true, set the signal handlers to
16728 SIG_IGN.
16729 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16730 with_sw_watch and no_handler parameters. Handle them.
16731 (top level) <stepping over handler when stopped at a breakpoint
16732 test>: Add a test axis for testing with a software watchpoint, and
16733 another for testing with the signal handler set to SIG_IGN.
16734 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16735 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16736
167372014-10-28 Pedro Alves <palves@redhat.com>
16738
16739 PR gdb/17511
16740 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16741 * gdb.base/sigstep.exp (other_handler_location): New global.
16742 (advance): Support stepping into the signal handler, and running
16743 commands while in the handler.
16744 (in_handler_map): New global.
16745 (top level): In the advance test, add combinations for getting
16746 into the handler with stepping commands, and for running commands
16747 in the handler. Add comment descripting the advancei tests.
16748
167492014-10-28 Pedro Alves <palves@redhat.com>
16750
16751 * gdb.base/sigstep.exp: Use build_executable instead of
16752 prepare_for_testing.
16753 (top level): Move code that starts GDB, runs to main and creates a
16754 display to ...
16755 (restart): ... this new procedure.
16756 (top level): Move backtrace from signal handler test to ...
16757 (validate_backtrace): ... this new procedure.
16758 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16759 with_test_prefix. Always restart GDB.
16760 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16761 with_test_prefix. Always restart GDB. No need to delete
16762 breakpoints after the test.
16763 (test_skip_handler): Remove prefix parameter.
16764 (skip_over_handler, breakpoint_to_handler)
16765 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16766 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16767 restart GDB. No need to delete breakpoints after the test.
16768 (top level): Use foreach to call the test procedures with
16769 different commands.
16770
167712014-10-28 Pedro Alves <palves@redhat.com>
16772
16773 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16774 instead of GNATS numbers.
16775 * gdb.base/sigbpt.exp: Likewise.
16776 * gdb.base/siginfo.exp: Likewise.
16777 * gdb.base/sigstep.exp: Likewise.
16778
167792014-10-27 Pedro Alves <palves@redhat.com>
16780
16781 * gdb.base/sigstep.c (dummy): New global.
16782 (main): Issue a couple writes to the new global.
16783 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16784 procedures.
16785 (skip_over_handler): Use test_skip_handler.
16786 (top level): Call skip_over_handler for stepi and nexti too.
16787 (breakpoint_over_handler): Use test_skip_handler.
16788 (top level): Call breakpoint_over_handler for stepi and nexti too.
16789
167902014-10-27 Yao Qi <yao@codesourcery.com>
16791
16792 * gdb.trace/tfile.c (adjust_function_address)
16793 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16794 function descriptor.
16795
167962014-10-24 Don Breazeal <donb@codesourcery.com>
16797
16798 * gdb.base/foll-fork.exp (test_follow_fork,
16799 catch_fork_child_follow): Check for updated fork messages emitted
16800 from infrun.c.
16801 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16802 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16803 vfork_and_exec_child_follow_through_step): Check for updated vfork
16804 messages emitted from infrun.c.
16805
168062014-10-24 Pedro Alves <palves@redhat.com>
16807
16808 * gdb.base/corefile.exp: Remove references to ultrix.
16809 * gdb.base/interrupt.exp: Likewise.
16810 * gdb.base/whatis.exp: Likewise.
16811 * gdb.gdb/selftest.exp: Likewise.
16812 * gdb.threads/manythreads.exp: Likewise.
16813 * gdb.threads/print-threads.exp: Likewise.
16814 * gdb.threads/pthreads.exp:: Likewise.
16815 * gdb.threads/schedlock.exp: Likewise.
16816
168172014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16818
16819 * gdb.cp/non-trivial-retval.cc: Add a test case.
16820 * gdb.cp/non-trivial-retval.exp: Add a test.
16821
168222014-10-20 Yao Qi <yao@codesourcery.com>
16823
16824 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16825 * gdb.python/py-objfile-script-gdb.py: New file.
16826 * gdb.python/py-objfile-script.exp: Update reference to
16827 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16828 of remote_download. Remove the dest file.
16829
168302014-10-20 Yao Qi <yao@codesourcery.com>
16831
16832 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16833 * gdb.base/step-line.exp: Likewise.
16834 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16835 * gdb.dwarf2/dw2-basic.exp: Likewise.
16836 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16837 * gdb.dwarf2/dw2-filename.exp: Likewise.
16838 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16839 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16840 * gdb.dwarf2/dw2-producer.exp: Likewise.
16841 * gdb.dwarf2/mac-fileno.exp: Likewise.
16842 * gdb.python/py-frame-args.exp: Likewise.
16843 * gdb.python/py-framefilter.exp: Likewise.
16844 * gdb.python/py-mi.exp: Likewise.
16845 * gdb.python/py-objfile-script.exp: Likewise
16846 * gdb.python/py-pp-integral.exp: Likewise.
16847 * gdb.python/py-pp-re-notag.exp: Likewise.
16848 * gdb.python/py-prettyprint.exp: Likewise.
16849 * gdb.python/py-section-script.exp: Likewise.
16850 * gdb.python/py-typeprint.exp: Likewise.
16851 * gdb.python/py-xmethods.exp: Likewise.
16852 * gdb.stabs/weird.exp: Likewise.
16853 * gdb.xml/tdesc-regs.exp: Likewise.
16854
168552014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16856
16857 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16858 (out_cu): Use addr_len for the size of addresses.
16859 (out_line): Likewise. Size DW_LNE_set_address instruction
16860 according to addr_len.
16861 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16862 (FUNC): Add START_INSNS to definition.
16863
168642014-10-18 Yao Qi <yao@codesourcery.com>
16865
16866 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16867 gdb_has_argv0 return true.
16868 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16869 check [target_info exists noargs], check [gdb_has_argv0]
16870 instead.
16871 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16872 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16873 procedures.
16874
168752014-10-17 Doug Evans <dje@google.com>
16876
16877 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16878 event.
16879 * gdb.python/py-events.py: Add clear_objfiles event.
16880
168812014-10-17 Doug Evans <dje@google.com>
16882
16883 * gdb.python/py-objfile.exp: Test progspace attribute.
16884
168852014-10-17 Luis Machado <lgustavo@codesourcery.com>
16886
16887 * gdb.guile/scm-breakpoint.exp: Do not assume any
16888 directory separators when matching source file paths.
16889 * gdb.python/py-breakpoint.exp: Likewise.
16890 * gdb.reverse/break-precsave.exp: Likewise.
16891 * gdb.reverse/break-reverse.exp: Likewise.
16892 * gdb.reverse/consecutive-precsave.exp: Likewise.
16893 * gdb.reverse/finish-precsave.exp: Likewise.
16894 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16895 * gdb.reverse/finish-reverse.exp: Likewise.
16896 * gdb.reverse/i386-precsave.exp: Likewise.
16897 * gdb.reverse/i387-env-reverse.exp: Likewise.
16898 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16899 * gdb.reverse/machinestate-precsave.exp: Likewise.
16900 * gdb.reverse/machinestate.exp: Likewise.
16901 * gdb.reverse/sigall-precsave.exp: Likewise.
16902 * gdb.reverse/solib-precsave.exp: Likewise.
16903 * gdb.reverse/step-precsave.exp: Likewise.
16904 * gdb.reverse/until-precsave.exp: Likewise.
16905 * gdb.reverse/watch-precsave.exp: Likewise.
16906 * gdb.reverse/watch-reverse.exp: Likewise.
16907
169082014-10-17 Yao Qi <yao@codesourcery.com>
16909
16910 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16911 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16912
169132014-10-17 Pedro Alves <palves@redhat.com>
16914
16915 PR gdb/17471
16916 * gdb.base/bg-execution-repeat.c: New file.
16917 * gdb.base/bg-execution-repeat.exp: New file.
16918
169192014-10-17 Pedro Alves <palves@redhat.com>
16920
16921 PR gdb/17300
16922 * gdb.base/continue-all-already-running.c: New file.
16923 * gdb.base/continue-all-already-running.exp: New file.
16924
169252014-10-17 Pedro Alves <palves@redhat.com>
16926
16927 PR gdb/17472
16928 * gdb.base/annota-input-while-running.c: New file.
16929 * gdb.base/annota-input-while-running.exp: New file.
16930
169312014-10-17 Pedro Alves <palves@redhat.com>
16932
16933 * gdb.base/callfuncs.exp: emove references to osf.
16934 * gdb.base/sigall.exp: Likewise.
16935 * gdb.gdb/selftest.exp: Likewise.
16936 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16937 * gdb.mi/non-stop.c: Likewise.
16938 * gdb.mi/pthreads.c: Likewise.
16939 * gdb.reverse/sigall-precsave.exp: Likewise.
16940 * gdb.reverse/sigall-reverse.exp: Likewise.
16941 * gdb.threads/pthreads.c: Likewise.
16942 * gdb.threads/pthreads.exp: Likewise.
16943
169442014-10-17 Yao Qi <yao@codesourcery.com>
16945
16946 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16947 check 'target_info exists noargs'.
16948 (test_command_prompt_position): Likewise.
16949 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16950 Remove "set args".
16951 (progvar_simple_while_test): Likewise.
16952 (progvar_complex_if_while_test): Likewise.
16953 (if_while_breakpoint_command_test): Likewise.
16954 (infrun_breakpoint_command_test): Likewise.
16955 (breakpoint_command_test): Likewise.
16956 (watchpoint_command_test): Likewise.
16957 (bp_deleted_in_command_test): Likewise.
16958 (temporary_breakpoint_commands): Likewise.
16959
169602014-10-16 Yao Qi <yao@codesourcery.com>
16961
16962 * gdb.base/remotetimeout.exp: Remove noargs checking.
16963
169642014-10-15 Pedro Alves <palves@redhat.com>
16965
16966 PR breakpoints/9649
16967 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16968 * gdb.base/breakpoint-in-ro-region.exp
16969 (probe_target_hardware_step): New procedure.
16970 (top level): Probe hardware stepping and hardware breakpoint
16971 support. Test stepping through a read-only region, with both
16972 "breakpoint auto-hw" on and off and both "always-inserted" on and
16973 off.
16974
169752014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16976
16977 * gdb.dlang/demangle.exp: Update for demangling changes.
16978
169792014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16980
16981 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16982 * gdb.cp/non-trivial-retval.exp: Add new tests.
16983
169842014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16985
16986 PR c++/13403
16987 PR c++/15154
16988 * gdb.cp/non-trivial-retval.cc: New file.
16989 * gdb.cp/non-trivial-retval.exp: New file.
16990
169912014-10-15 Yao Qi <yao@codesourcery.com>
16992
16993 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16994 remote host.
16995
169962014-10-15 Yao Qi <yao@codesourcery.com>
16997
16998 * gdb.python/py-symbol.exp: Match file base name if host is
16999 remote, otherwise match file name with dir name.
17000 * gdb.python/py-symtab.exp: Likewise.
17001 * gdb.python/python.exp: Likewise.
17002
170032014-10-15 Yao Qi <yao@codesourcery.com>
17004
17005 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17006 pattern.
17007 * gdb.python/py-symtab.exp: Likewise.
17008 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17009 locationn.
17010
170112014-10-14 Joel Brobecker <brobecker@adacore.com>
17012
17013 * gdb.ada/addr_arith: New testcase.
17014
170152014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17016
17017 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17018 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17019 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17020 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17021
170222014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17023
17024 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17025 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17026 * gdb.arch/stap-eval-lang-ada.exp: New file.
17027
170282014-10-14 Yao Qi <yao@codesourcery.com>
17029
17030 * gdb.mi/mi-var-child.c (nothing1): New function.
17031 (nothing2): New function.
17032 (do_children_tests): Set function pointers by nothing1 and
17033 nothing2.
17034 * gdb.mi/mi-var-child.exp: Step over new added statements.
17035 Update test to match the new output.
17036 * gdb.mi/var-cmd.c (nothing1): New function.
17037 (nothing2): New function.
17038 (do_children_tests): Set function pointers by nothing1 and
17039 nothing2.
17040 * gdb.mi/mi-var-display.exp: Update test to match output.
17041 Step to the line specified by $line_dct_nothing.
17042 Increase the number of lines to step.
17043
170442014-10-14 Yao Qi <yao@codesourcery.com>
17045
17046 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17047 tests.
17048 * gdb.mi/mi2-var-child.exp: Likewise.
17049
170502014-10-13 Doug Evans <dje@google.com>
17051
17052 * gdb.python/py-objfile.exp: Change name of file name test.
17053
170542014-10-13 Doug Evans <dje@google.com>
17055
17056 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17057 from the start of the CU.
17058
170592014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17060 Yao Qi <yao@codesourcery.com>
17061
17062 Fix "save breakpoints" for "catch" command.
17063 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17064 Remove -nonewline. Match also the added "main" line.
17065
170662014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17067
17068 Fix "save breakpoints" for "disable $bpnum" command.
17069 * gdb.base/save-bp.c (main): Add label.
17070 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17071
170722014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17073
17074 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17075
170762014-10-11 Yao Qi <yao@codesourcery.com>
17077
17078 * gdb.server/server-kill.exp: Execute command
17079 "set remote trace-status-packet on" before "tstatus".
17080
170812014-10-11 Yao Qi <yao@codesourcery.com>
17082
17083 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17084 (main): Call getppid.
17085 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17086 and continue to it. Read variable "server_pid".
17087
170882014-10-11 Yao Qi <yao@codesourcery.com>
17089
17090 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17091
170922014-10-11 Yao Qi <yao@codesourcery.com>
17093
17094 * gdb.threads/thread-find.exp: Don't execute command
17095 "info threads".
17096 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17097 * gdb.threads/linux-dp.exp: Don't check the condition
17098 $threads_created equals to zero.
17099
171002014-10-10 Pedro Alves <palves@redhat.com>
17101
17102 * gdb.base/bigcore.exp: Remove references to IRIX.
17103 * gdb.base/funcargs.exp: Likewise.
17104 * gdb.base/interrupt.exp: Likewise.
17105 * gdb.base/mips_pro.exp: Likewise.
17106 * gdb.base/nodebug.exp: Likewise.
17107 * gdb.base/setvar.exp: Likewise.
17108 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17109
171102014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17111 Pedro Alves <palves@redhat.com>
17112
17113 PR symtab/14466
17114 * gdb.base/vdso-warning.c: New file.
17115 * gdb.base/vdso-warning.exp: New file.
17116
171172014-10-02 Doug Evans <dje@google.com>
17118
17119 * gdb.base/structs.c (main): Don't run forever.
17120
171212014-10-02 Pedro Alves <palves@redhat.com>
17122
17123 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17124 (top level) <stop threads 1, stop threads 2>: Use it.
17125
171262014-10-02 Pedro Alves <palves@redhat.com>
17127
17128 * gdb.threads/break-while-running.exp (test): Add new
17129 'update_thread_list' argument. Skip "info threads" if false.
17130 (top level): Add new 'update_thread_list' axis.
17131
171322014-10-02 Pedro Alves <palves@redhat.com>
17133
17134 PR breakpoints/17431
17135 * gdb.base/execl-update-breakpoints.c: New file.
17136 * gdb.base/execl-update-breakpoints.exp: New file.
17137
171382014-10-01 Pedro Alves <palves@redhat.com>
17139
17140 * gdb.base/breakpoint-in-ro-region.c: New file.
17141 * gdb.base/breakpoint-in-ro-region.exp: New file.
17142
171432014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17144
17145 * gdb.mi/mi-exit-code.exp: New file.
17146 * gdb.mi/mi-exit-code.c: New file.
17147
171482014-09-30 Yao Qi <yao@codesourcery.com>
17149
17150 * lib/prelink-support.exp (build_executable_own_libs): Error if
17151 the target isn't native.
17152
171532014-09-30 Yao Qi <yao@codesourcery.com>
17154
17155 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17156 false.
17157
171582014-09-22 Pedro Alves <palves@redhat.com>
17159
17160 * gdb.threads/break-while-running.exp: New file.
17161 * gdb.threads/break-while-running.c: New file.
17162
171632014-09-19 Yao Qi <yao@codesourcery.com>
17164
17165 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17166 Invoke test. Restart GDB with --readnow and invoke test again.
17167
171682014-09-19 Yao Qi <yao@codesourcery.com>
17169
17170 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17171 proc set_breakpoint_on_gcd_function. Invoke
17172 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17173 invoke set_breakpoint_on_gcd_function again.
17174
171752014-09-18 Doug Evans <dje@google.com>
17176
17177 * gdb.dwarf2/symtab-producer.exp: New file.
17178
171792014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17180
17181 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17182 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17183 * gdb.base/global-var-nested-by-dso.c: Likewise.
17184 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17185
171862014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17187 Pedro Alves <palves@redhat.com>
17188
17189 * gdb.base/watch-bitfields.exp: Pass string other than test file
17190 name to prepare_for_testing.
17191 (watch): New procedure.
17192 (expect_watchpoint): Use with_test_prefix.
17193 (top level): Factor out tests to ...
17194 (test_watch_location, test_regular_watch): ... these new
17195 procedures, and use with_test_prefix and gdb_continue_to_end.
17196
171972014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17198
17199 PR breakpoints/12526
17200 * gdb.base/watch-bitfields.exp: New file.
17201 * gdb.base/watch-bitfields.c: New file.
17202
172032014-09-16 Pedro Alves <palves@redhat.com>
17204
17205 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17206 software and hardware addresses, not software address against
17207 itself.
17208
172092014-09-16 Pedro Alves <palves@redhat.com>
17210
17211 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17212 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17213
172142014-09-16 Pedro Alves <palves@redhat.com>
17215
17216 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17217 files.
17218 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17219 "*-*-vxworks*" throughout.
17220 * gdb.base/break.exp: Likewise.
17221 * gdb.base/default.exp: Likewise.
17222 * gdb.base/scope.exp: Likewise.
17223 * gdb.base/sepdebug.exp: Likewise.
17224 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17225 throughout.
17226 * gdb.base/run.c: Likewise.
17227 * gdb.base/sepdebug.c: Likewise.
17228 * gdb.hp/gdb.aCC/run.c: Likewise.
17229 * gdb.reverse/until-reverse.c: Likewise.
17230 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17231
172322014-09-16 Yao Qi <yao@codesourcery.com>
17233
17234 * boards/local-remote-host-native.exp: New file.
17235
172362014-09-14 Doug Evans <xdje42@gmail.com>
17237
17238 * gdb.threads/queue-signal.c (thread_count): New variable.
17239 (thread_count_mutex, thread_count_condvar): New variables.
17240 (incr_thread_count, wait_all_threads_running): New functions.
17241 (main): Wait for all threads to be in their thread functions.
17242
172432014-09-13 Doug Evans <xdje42@gmail.com>
17244
17245 * gdb.threads/queue-signal.c: New file.
17246 * gdb.threads/queue-signal.exp: New file.
17247
172482014-09-13 Doug Evans <xdje42@gmail.com>
17249
17250 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17251 be consistent with what default_gdb_init uses.
17252 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17253 the plain text of the prompt. Add some logging printfs.
17254 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17255
172562014-09-12 Pedro Alves <palves@redhat.com>
17257
17258 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17259 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17260 * gdb.arch/i386-size-overlap.exp: Likewise.
17261 * gdb.arch/i386-size.exp: Likewise.
17262 * gdb.arch/i386-unwind.exp: Likewise.
17263 * gdb.base/a2-run.exp: Likewise.
17264 * gdb.base/break.exp: Likewise.
17265 * gdb.base/charset.exp: Likewise.
17266 * gdb.base/chng-syms.exp: Likewise.
17267 * gdb.base/commands.exp: Likewise.
17268 * gdb.base/dbx.exp: Likewise.
17269 * gdb.base/find.exp: Likewise.
17270 * gdb.base/funcargs.exp: Likewise.
17271 * gdb.base/jit-simple.exp: Likewise.
17272 * gdb.base/reread.exp: Likewise.
17273 * gdb.base/sepdebug.exp: Likewise.
17274 * gdb.base/step-bt.exp: Likewise.
17275 * gdb.cp/mb-inline.exp: Likewise.
17276 * gdb.cp/mb-templates.exp: Likewise.
17277 * gdb.objc/basicclass.exp: Likewise.
17278 * gdb.threads/killed.exp: Likewise.
17279
172802014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17281
17282 PR tdep/17379
17283 * gdb.arch/powerpc-stackless.S: New file.
17284 * gdb.arch/powerpc-stackless.exp: New file.
17285
172862014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17287
17288 * gdb.base/attach.c: Include unistd.h.
17289 (main): Call alarm. Add label postloop.
17290 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17291 gdb_breakpoint, gdb_continue_to_breakpoint.
17292 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17293
172942014-09-11 Pedro Alves <palves@redhat.com>
17295
17296 PR gdb/17347
17297 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17298 * gdb.base/attach.exp (test_command_line_attach_run): New
17299 procedure.
17300 (top level): Call it.
17301
173022014-09-11 Pedro Alves <palves@redhat.com>
17303
17304 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17305 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17306 (do_command_attach_tests): Use spawn_wait_for_attach.
17307 * gdb.base/solib-overlap.exp: Likewise.
17308 * gdb.multi/multi-attach.exp: Likewise.
17309 * gdb.python/py-prompt.exp: Likewise.
17310 * gdb.python/py-sync-interp.exp: Likewise.
17311 * gdb.server/ext-attach.exp: Likewise.
17312
173132014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17314
17315 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17316 command in testcase. Simplify testcase.
17317
173182014-09-10 Joel Brobecker <brobecker@adacore.com>
17319
17320 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17321
173222014-09-10 Joel Brobecker <brobecker@adacore.com>
17323
17324 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17325
173262014-09-10 Joel Brobecker <brobecker@adacore.com>
17327
17328 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17329
173302014-09-10 Joel Brobecker <brobecker@adacore.com>
17331
17332 * gdb.dwarf2/dynarr-ptr.c: New file.
17333 * gdb.dwarf2/dynarr-ptr.exp: New file.
17334
173352014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17336
17337 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17338 of 30 rather than hardcoding 120 for a slow test case. Take the
17339 `gdb,timeout' target setting into account for this calculation.
17340 Don't extend the timeout for the test cases that don't need it.
17341
173422014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17343
17344 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17345 a factor of 2 for a slow test case. Take the `gdb,timeout'
17346 target setting into account for this calculation.
17347 * gdb.reverse/until-precsave.exp: Increase the timeout by
17348 a factor of 15 and 3 respectively rather than adding 120
17349 for a pair of slow test cases. Take the `gdb,timeout'
17350 target setting into account for this calculation.
17351
173522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17353
17354 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17355 timeout, don't pass one down to gdb_expect.
17356 (gdb_expect): Rework timeout selection.
17357
173582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17359
17360 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17361 exception on timeout.
17362 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17363 (gdbserver_start_extended): Catch any `gdbserver_start' error
17364 exceptions.
17365 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17366 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17367 `gdbserver_gdb_load' error exceptions.
17368
173692014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17370
17371 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17372 120 on waiting for the TCP socket to open.
17373
173742014-09-09 Doug Evans <xdje42@gmail.com>
17375
17376 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17377 _caller_matches, _any_caller_is, _any_caller_matches.
17378
173792014-09-09 Doug Evans <xdje42@gmail.com>
17380
17381 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17382
173832014-09-09 Yao Qi <yao@codesourcery.com>
17384
17385 * gdb.mi/mi-var-display.exp: Set print symbol off.
17386
173872014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17388
17389 PR gdb/17035
17390 * gdb.base/commands.exp: Add tests to verify user-defined
17391 commands with empty bodies.
17392 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17393 python commands in `show user command`.
17394 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17395 scheme commands in `show user command`.
17396
173972014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17398
17399 PR python/17355
17400 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17401 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17402 * gdb.python/py-framefilter-invalidarg.exp: New file.
17403 * gdb.python/py-framefilter-invalidarg.py: New file.
17404
174052014-09-06 Doug Evans <xdje42@gmail.com>
17406
17407 PR 15276
17408 * gdb.python/py-caller-is.c: New file.
17409 * gdb.python/py-caller-is.exp: New file.
17410
174112014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17412
17413 PR gdb/17235
17414 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17415 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17416
174172014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17418
17419 PR fortran/17237
17420 * gdb.fortran/print-formatted.exp: New file.
17421 * gdb.fortran/print-formatted.f90: Likewise.
17422
174232014-09-03 Sasha Smundak <asmundak@google.com>
17424
17425 * gdb.python/py-frame.exp: Test Frame.read_register.
17426
174272014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17428
17429 PR python/16699
17430 * gdb.python/py-completion.exp: New file.
17431 * gdb.python/py-completion.py: Likewise.
17432
174332014-08-28 Doug Evans <dje@google.com>
17434
17435 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17436 eax,etc. are live with values set by gdb and thus the compiler can't
17437 use them.
17438 * gdb.arch/i386-pseudo.c (main): Ditto.
17439
174402014-08-27 Doug Evans <dje@google.com>
17441
17442 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17443
174442014-08-25 Doug Evans <dje@google.com>
17445
17446 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17447 (main): Ditto.
17448
174492014-08-25 Doug Evans <dje@google.com>
17450
17451 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17452
174532014-08-24 Yao Qi <yao@codesourcery.com>
17454
17455 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17456 symbol off.
17457 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17458
174592014-08-22 Doug Evans <dje@google.com>
17460
17461 PR 17276
17462 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17463 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17464 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17465
174662014-08-22 Yao Qi <yao@codesourcery.com>
17467
17468 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17469 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17470 * gdb.python/python.exp: Likewise. Use .py file on the host
17471 instead of the build.
17472
174732014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17474
17475 * gdb.threads/gcore-stale-thread.c: New file.
17476 * gdb.threads/gcore-stale-thread.exp: New file.
17477
174782014-08-21 Pedro Alves <palves@redhat.com>
17479
17480 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17481 * gdb.base/gcore-relro-pie.exp: Likewise.
17482 * gdb.base/gcore-relro.exp: Likewise.
17483 * gdb.base/gcore.exp: Likewise.
17484 * gdb.base/print-symbol-loading.exp: Likewise.
17485 * gdb.threads/gcore-thread.exp: Likewise.
17486 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17487
174882014-08-20 Pedro Alves <palves@redhat.com>
17489 Jan Kratochvil <jan.kratochvil@redhat.com>
17490
17491 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17492 configure.
17493 (EXPECT): Handle READ1 being set.
17494 (all): Depend on EXTRA_RULES.
17495 (check-read1, expect-read1, read1.so, read1): New rules.
17496 * README (Testsuite Parameters): Document the READ1 make variable.
17497 (Race detection): New section.
17498 * configure: Regenerate.
17499 * configure.ac: If build==host==target, and running under a
17500 GNU/glibc system, add read1 to the extra Makefile rules.
17501 (EXTRA_RULES): AC_SUBST it.
17502 * lib/read1.c: New file.
17503
175042014-08-20 Joel Brobecker <brobecker@adacore.com>
17505
17506 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17507 the handling of variables declared as a typedef to an array
17508 which a DW_AT_data_location attribute.
17509
175102014-08-19 Andrew Burgess <aburgess@broadcom.com>
17511 Pedro Alves <palves@redhat.com>
17512
17513 PR symtab/14604
17514 PR symtab/14605
17515 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17516 gdb_test.
17517
175182014-08-19 Pedro Alves <palves@redhat.com>
17519
17520 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17521
175222014-08-19 Yao Qi <yao@codesourcery.com>
17523
17524 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17525 right line.
17526
175272014-08-18 David Blaikie <dblaikie@gmail.com>
17528
17529 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17530
175312014-08-18 Joel Brobecker <brobecker@adacore.com>
17532
17533 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17534 attribute in array range.
17535
175362014-08-18 Joel Brobecker <brobecker@adacore.com>
17537
17538 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17539
175402014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17541
17542 PR c++/17132
17543 * gdb.cp/pr17132.cc: New file.
17544 * gdb.cp/pr17132.exp: New file.
17545
175462014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17547
17548 * gdb.python/py-xmethods.py (A_getarrayind)
17549 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17550 Use 'print' with function call syntax.
17551 (E_method_matcher.match): Fix tab vs space indentation mixup.
17552
175532014-08-15 Yao Qi <yao@codesourcery.com>
17554
17555 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17556 false.
17557
175582014-08-15 Yao Qi <yao@codesourcery.com>
17559
17560 * gdb.cp/casts.exp: Set print symbol off.
17561 * gdb.cp/class2.exp: Likewise.
17562 * gdb.cp/overload.exp: Likewise.
17563 * gdb.cp/templates.exp: Likewise.
17564
175652014-08-11 Doug Evans <dje@google.com>
17566
17567 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17568 (test_load_shlib): Update.
17569
175702014-08-09 Yao Qi <yao@codesourcery.com>
17571
17572 * gdb.base/display.exp: Invoke is_address_zero_readable.
17573 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17574 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17575 * gdb.base/hbreak-unmapped.exp: Return if
17576 is_address_zero_readable returns true.
17577 * gdb.base/signest.exp: Likewise.
17578 * gdb.base/signull.exp: Likewise.
17579 * gdb.base/sigbpt.exp: Likewise.
17580 * gdb.guile/scm-disasm.exp: Do the test if
17581 is_address_zero_readable returns false.
17582 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17583 * gdb.python/py-arch.exp: Likewise.
17584 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17585 * lib/gdb.exp (is_address_zero_readable): New proc.
17586
175872014-08-09 Yao Qi <yao@codesourcery.com>
17588
17589 PR testsuite/13443
17590 * gdb.mi/mi-var-display.exp: Make test messages unique.
17591
175922014-08-04 Tom Tromey <tromey@redhat.com>
17593
17594 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17595 target 0".
17596
175972014-08-04 Tom Tromey <tromey@redhat.com>
17598
17599 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17600 "target_resume".
17601
176022014-08-01 Joel Brobecker <brobecker@adacore.com>
17603
17604 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17605 inner_vla_struct_object_size.
17606 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17607 as xfail.
17608
176092014-07-30 Pedro Alves <palves@redhat.com>
17610
17611 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17612 comment.
17613
176142014-07-29 Yao Qi <yao@codesourcery.com>
17615
17616 PR gdb/17206
17617 * gdb.base/until-nodebug.exp: New.
17618
176192014-07-28 Doug Evans <xdje42@gmail.com>
17620
17621 PR guile/17203
17622 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17623 previously existing parameter, and previously ambiguously spelled
17624 parameter.
17625
176262014-07-28 Will Newton <will.newton@linaro.org>
17627
17628 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17629
176302014-07-26 Ludovic Courtès <ludo@gnu.org>
17631 Doug Evans <xdje42@gmail.com>
17632
17633 PR guile/17146
17634 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17635
176362014-07-25 Pedro Alves <palves@redhat.com>
17637
17638 * gdb.threads/signal-command-handle-nopass.c: New file.
17639 * gdb.threads/signal-command-handle-nopass.exp: New file.
17640 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17641 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17642 * gdb.threads/signal-delivered-right-thread.c: New file.
17643 * gdb.threads/signal-delivered-right-thread.exp: New file.
17644
176452014-07-25 Pedro Alves <palves@redhat.com>
17646
17647 * gdb.base/double-prompt-target-event-error.exp
17648 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17649 match.
17650 (cancel_pagination_in_target_event): Rework double prompt
17651 detection.
17652 * gdb.base/paginate-after-ctrl-c-running.exp
17653 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17654 <return>' match.
17655 * gdb.base/paginate-bg-execution.exp
17656 (test_bg_execution_pagination_return)
17657 (test_bg_execution_pagination_cancel): Remove '-notransfer
17658 <return>' matches.
17659 * gdb.base/paginate-execution-startup.exp
17660 (test_fg_execution_pagination_return)
17661 (test_fg_execution_pagination_cancel): Remove '-notransfer
17662 <return>' matches.
17663 * gdb.base/paginate-inferior-exit.exp
17664 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17665 match.
17666 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17667 * lib/gdb.exp (pagination_prompt): Run text through
17668 string_to_regexp.
17669 (gdb_test_multiple): Match $pagination_prompt instead of
17670 "<return>".
17671 (string_to_regexp): Move to lib/gdb-utils.exp.
17672
176732014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17674
17675 * gdb.arch/amd64-entry-value-paramref.S: New file.
17676 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17677 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17678 * gdb.arch/amd64-optimout-repeat.S: New file.
17679 * gdb.arch/amd64-optimout-repeat.c: New file.
17680 * gdb.arch/amd64-optimout-repeat.exp: New file.
17681
176822014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17683
17684 PR gdb/17170
17685 * gdb.base/statistics.exp: New file.
17686
176872014-07-17 Doug Evans <dje@google.com>
17688
17689 PR gdb/17170
17690 * gdb.base/maint.exp: Update testing of per-command stats.
17691
176922014-07-16 Pedro Alves <palves@redhat.com>
17693
17694 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17695 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17696 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17697 (tfile_write_buf): New functions.
17698 (add_memory_block): Rewrite using the above.
17699 (adjust_function_address): New function.
17700 (FUNCTION_ADDRESS): New macro.
17701 (write_basic_trace_file): Remove short_x local, and use
17702 tfile_write_16. Change type of func_addr local to unsigned long
17703 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17704 here. Cast argument of add_memory_block to char pointer.
17705 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17706 (main): Remove parameters.
17707 * gdb.trace/tfile.exp: Remove nowarnings.
17708
177092014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17710
17711 * gdb.base/debug-expr.exp: Test string evaluation with
17712 "debug expression" on.
17713
177142014-07-15 Pedro Alves <palves@redhat.com>
17715
17716 * gdb.base/reread.exp: Use clean_restart.
17717
177182014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17719
17720 * gdb.arch/avr-flash-qualifer.c: New.
17721 * gdb.arch/avr-flash-qualifer.exp: New.
17722
177232014-07-14 Pedro Alves <palves@redhat.com>
17724
17725 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17726 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17727
177282014-07-14 Pedro Alves <palves@redhat.com>
17729
17730 * gdb.base/double-prompt-target-event-error.c: New file.
17731 * gdb.base/double-prompt-target-event-error.exp: New file.
17732
177332014-07-14 Pedro Alves <palves@redhat.com>
17734
17735 PR gdb/17072
17736 * gdb.base/paginate-inferior-exit.c: New file.
17737 * gdb.base/paginate-inferior-exit.exp: New file.
17738
177392014-07-14 Pedro Alves <palves@redhat.com>
17740
17741 PR gdb/17072
17742 * gdb.base/paginate-bg-execution.c: New file.
17743 * gdb.base/paginate-bg-execution.exp: New file.
17744
177452014-07-14 Pedro Alves <palves@redhat.com>
17746
17747 PR gdb/17072
17748 * gdb.base/paginate-execution-startup.c: New file.
17749 * gdb.base/paginate-execution-startup.exp: New file.
17750 * lib/gdb.exp (pagination_prompt): New global.
17751 (default_gdb_spawn): New procedure, factored out from
17752 default_gdb_spawn.
17753 (default_gdb_start): Adjust to call default_gdb_spawn.
17754 (gdb_spawn): New procedure.
17755
177562014-07-14 Pedro Alves <palves@redhat.com>
17757
17758 * lib/gdb.exp (gdb_assert): New procedure.
17759 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17760
177612014-07-14 Pedro Alves <palves@redhat.com>
17762
17763 * gdb.base/execution-termios.c: New file.
17764 * gdb.base/execution-termios.exp: New file.
17765
177662014-07-14 Tom Tromey <tromey@redhat.com>
17767
17768 * gdb.cp/vla-cxx.cc: New file.
17769 * gdb.cp/vla-cxx.exp: New file.
17770
177712014-07-14 Tom Tromey <tromey@redhat.com>
17772
17773 * gdb.reverse/rerun-prec.c: New file.
17774 * gdb.reverse/rerun-prec.exp: New file.
17775
177762014-07-12 Maciej W. Rozycki <macro@mips.com>
17777 Maciej W. Rozycki <macro@codesourcery.com>
17778
17779 * lib/gdb-utils.exp: New file.
17780 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17781 inline `gdb_init_command' processing.
17782 (gdb_start_cmd): Likewise.
17783 * lib/mi-support.exp (mi_run_cmd): Likewise.
17784 * README: Document `gdb_init_command' and `gdb_init_commands'.
17785
177862014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17787
17788 Fix false FAIL running under a very long directory name.
17789 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17790 and "set print elements 10000". Twice.
17791
177922014-07-11 Yao Qi <yao@codesourcery.com>
17793
17794 * gdb.base/exprs.exp: "set print symbol off".
17795
177962014-07-11 Pedro Alves <palves@redhat.com>
17797
17798 * gdb.threads/kill.c: New file.
17799 * gdb.threads/kill.exp: New file.
17800
178012014-07-10 Yao Qi <yao@codesourcery.com>
17802
17803 * gdb.trace/tfile.c (write_basic_trace_file)
17804 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17805 address written to trace file.
17806
178072014-07-09 Pedro Alves <palves@redhat.com>
17808
17809 * gdb.base/attach-wait-input.exp: New file.
17810 * gdb.base/attach-wait-input.c: New file.
17811
178122014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17813
17814 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17815 setting up test structures.
17816 (main): Call new test function.
17817 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17818 test function, continue into test function and walk test
17819 structures.
17820
178212014-07-02 Yao Qi <yao@codesourcery.com>
17822
17823 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17824 'bar_start' at the beginning of functions 'foo' and 'bar'
17825 respectively.
17826 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17827 instead of 'foo' and 'bar'.
17828
178292014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17830
17831 * gdb.btrace/segv.exp: New.
17832 * gdb.btrace/segv.c: New.
17833
178342014-07-02 Luis Machado <lgustavo@codesourcery.com>
17835
17836 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17837 instruction.
17838
178392014-06-30 Mark Wielaard <mjw@redhat.com>
17840
17841 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17842 vulture, vilify, villar): New volatile array constants.
17843 (vindictive, vegetation): New const volatile array constants.
17844 * gdb.base/volatile.exp: Test volatile and const volatile array
17845 types.
17846
178472014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17848
17849 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17850 target lacks support for awatch, rwatch, or hbreak.
17851
178522014-06-27 Yao Qi <yao@codesourcery.com>
17853
17854 * gdb.multi/dummy-frame-restore.exp: New.
17855 * gdb.multi/dummy-frame-restore.c: New.
17856
178572014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17858
17859 * gdb.btrace/gcore.exp: New.
17860
178612014-06-23 Pedro Alves <palves@redhat.com>
17862
17863 * gdb.base/watchpoint-reuse-slot.c: New file.
17864 * gdb.base/watchpoint-reuse-slot.exp: New file.
17865
178662014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17867
17868 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17869 progspace's filename in 'info', 'enable' and 'disable' command
17870 tests.
17871
178722014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17873
17874 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17875 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17876 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17877
178782014-06-20 Gary Benson <gbenson@redhat.com>
17879
17880 * gdb.arch/i386-avx.exp: Fix include file location.
17881 * gdb.arch/i386-sse.exp: Likewise.
17882
178832014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17884
17885 * gdb.dlang/expression.exp: New file.
17886
178872014-06-19 Pedro Alves <palves@redhat.com>
17888
17889 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17890 out from ...
17891 (top level): ... here. Iterate running tests under different
17892 scheduler-locking settings.
17893
178942014-06-18 Luis Machado <lgustavo@codesourcery.com>
17895
17896 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17897 to DW_FORM_addr and use non-zero addresses.
17898
178992014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17900
17901 PR gdb/17017
17902 * gdb.python/py-xmethods.cc: Add global function call counters and
17903 increment them in their respective functions. Remove "cout"
17904 statements.
17905 * gdb.python/py-xmethods.exp: Make tests check the global function
17906 call counters instead of depending on inferior IO.
17907
179082014-06-18 Don Breazeal <donb@codesourcery.com>
17909
17910 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17911 Deleted procedure.
17912 (explicit_fork_parent_follow): Deleted procedure.
17913 (explicit_fork_child_follow): Deleted procedure.
17914 (test_follow_fork): New procedure.
17915 (do_fork_tests): Replace calls to deleted procedures with
17916 calls to test_follow_fork and reset GDB for subsequent
17917 procedure calls.
17918
179192014-06-17 Yao Qi <yao@codesourcery.com>
17920
17921 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17922 CP1252.
17923
179242014-06-17 Luis Machado <lgustavo@codesourcery.com>
17925
17926 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17927 Initialize ptr and S explicitly.
17928 (skip_type_update_when_not_use_rtti_test): Likewise.
17929
179302014-06-16 Keith Seitz <keiths@redhat.com>
17931
17932 PR mi/15863
17933 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17934 the inferior is started.
17935
179362014-06-16 Pedro Alves <palves@redhat.com>
17937
17938 * gdb.base/break-main-file-remove-fail.c: New file.
17939 * gdb.base/break-main-file-remove-fail.exp: New file.
17940 * gdb.base/break-unload-file.exp: Use build_executable instead of
17941 prepare_for_testing.
17942 (test_break): New parameter "initial_load". Handle it.
17943 (top level): Add initial_load cmdline/file axis.
17944
179452014-06-12 Tom Tromey <tromey@redhat.com>
17946
17947 * gdb.base/completion.exp: Don't use directory name in test.
17948
179492014-06-09 Gary Benson <gbenson@redhat.com>
17950
17951 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17952 separate the always-available ANSI-standard signals from the
17953 signals that require checking.
17954 (main): Likewise.
17955 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17956 Likewise.
17957 (main): Likewise.
17958
179592014-06-07 Keith Seitz <keiths@redhat.com>
17960
17961 Revert:
17962 PR c++/16253
17963 * gdb.cp/var-tag.cc: New file.
17964 * gdb.cp/var-tag.exp: New file.
17965 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17966 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17967 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17968 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17969
179702014-06-06 Doug Evans <xdje42@gmail.com>
17971
17972 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17973
179742014-06-06 Pedro Alves <palves@redhat.com>
17975
17976 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17977 in target debug output instead of looking at RSP packets,
17978 disabling the test on any target that uses hardware stepping.
17979 Update comments.
17980
179812014-06-06 Pedro Alves <palves@redhat.com>
17982
17983 * gdb.base/break-unload-file.exp: Fix typo.
17984
179852014-06-06 Yao Qi <yao@codesourcery.com>
17986
17987 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17988 from "jit_function" to "^jit_function".
17989
179902014-06-06 Yao Qi <yao@codesourcery.com>
17991
17992 * gdb.base/async.c (foo): Add one statement.
17993 * gdb.base/async.exp: Get the next instruction address and
17994 match the output of "nexti" by instruction address. Match
17995 the hex address in the output of "finish".
17996
179972014-06-06 Gary Benson <gbenson@redhat.com>
17998
17999 * gdb.base/call-signals.c: Remove preprocessor conditionals
18000 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18001 SIGSEGV and SIGTERM.
18002 * gdb.base/sigall.c: Likewise.
18003 * gdb.base/unwindonsignal.c: Likewise.
18004 * gdb.reverse/sigall-reverse.c: Likewise.
18005
180062014-06-06 Yao Qi <yao@codesourcery.com>
18007
18008 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18009 readable, skip the test.
18010
180112014-06-06 Yao Qi <yao@codesourcery.com>
18012
18013 * gdb.threads/staticthreads.c (thread_function): Move the line
18014 setting breakpoint on forward.
18015 * gdb.threads/staticthreads.exp: Update comments.
18016
180172014-06-05 Ludovic Courtès <ludo@gnu.org>
18018
18019 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18020 "history-append! type error".
18021
180222014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18023
18024 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18025 erroneous dprintf expected input.
18026
180272014-06-04 Doug Evans <xdje42@gmail.com>
18028
18029 * gdb.guile/scm-generics.exp: Delete.
18030
180312014-06-04 Doug Evans <xdje42@gmail.com>
18032
18033 * gdb.guile/scm-breakpoint.exp: Update.
18034 Add tests for breakpoint registration.
18035
180362014-06-04 Tom Tromey <tromey@redhat.com>
18037
18038 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18039 VLA-in-union.
18040 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18041 inner_vla_struct, vla_union types. Initialize objects of those
18042 types and compute their sizes.
18043
180442014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18045 Hui Zhu <hui@codesourcery.com>
18046
18047 * gdb.base/fileio.exp: Add test for shell not available as well as
18048 available.
18049 * gdb.base/fileio.c (test_system): Check for shell twice.
18050
180512014-06-04 Yao Qi <yao@codesourcery.com>
18052
18053 * gdb.base/auto-connect-native-target.exp: Remove redundant
18054 space from the regexp pattern.
18055
180562014-06-04 Yao Qi <yao@codesourcery.com>
18057
18058 * gdb.base/default.exp: Replace "child" with "native" in
18059 regexp pattern.
18060
180612014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18062
18063 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18064 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18065 * gdb.python/py-xmethods.py: Python script supporting the
18066 new testcase and tests.
18067
180682014-06-03 Joel Brobecker <brobecker@adacore.com>
18069 Pedro Alves <palves@redhat.com>
18070
18071 PR breakpoints/17000
18072 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18073 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18074
180752014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18076
18077 * gdb.base/subst.exp: Add tests to verify partial path matching
18078 output.
18079
180802014-06-03 Pedro Alves <palves@redhat.com>
18081
18082 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18083 target that doesn't use software single-stepping.
18084
180852014-06-03 Pedro Alves <palves@redhat.com>
18086
18087 PR breakpoints/17000
18088 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18089 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18090
180912014-06-02 Doug Evans <xdje42@gmail.com>
18092
18093 * gdb.guile/scm-parameter.exp: New file.
18094
180952014-06-02 Doug Evans <xdje42@gmail.com>
18096
18097 * gdb.guile/scm-cmd.c: New file.
18098 * gdb.guile/scm-cmd.exp: New file.
18099
181002014-06-02 Doug Evans <xdje42@gmail.com>
18101
18102 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18103 pretty-printer lookup.
18104 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18105 (make-pp_s-printer): Call it.
18106 (make-pretty-printer-from-dict): New function.
18107 (lookup-pretty-printer-maker-from-dict): New function.
18108 (*pretty-printer*): Simplify.
18109 (make-objfile-pp_s-printer): New function.
18110 (install-objfile-pretty-printers!): New function.
18111 (make-progspace-pp_s-printer): New function.
18112 (install-progspace-pretty-printers!): New function.
18113 * gdb.guile/scm-progspace.c: New file.
18114 * gdb.guile/scm-progspace.exp: New file.
18115
181162014-06-02 Pedro Alves <palves@redhat.com>
18117
18118 * gdb.base/dprintf-bp-same-addr.c: New file.
18119 * gdb.base/dprintf-bp-same-addr.exp: New file.
18120
181212014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18122
18123 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18124 * gdb.arch/powerpc-power.s: Likewise.
18125
181262014-06-02 Joel Brobecker <brobecker@adacore.com>
18127
18128 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18129
181302014-06-01 Yao Qi <yao@codesourcery.com>
18131
18132 * gdb.base/watchpoint.exp (test_watch_location): Check null
18133 pointer can be dereferenced. If not, do the test, otherwise
18134 skip it.
18135
181362014-05-30 Andrew Burgess <aburgess@broadcom.com>
18137
18138 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18139 results.
18140 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18141
181422014-05-30 Andrew Burgess <aburgess@broadcom.com>
18143
18144 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18145 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18146 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18147 * gdb.arch/amd64-invalid-stack-top.c: New file.
18148 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18149
181502014-05-30 Pedro Alves <palves@redhat.com>
18151
18152 PR breakpoints/17000
18153 * gdb.base/sss-bp-on-user-bp.c: New file.
18154 * gdb.base/sss-bp-on-user-bp.exp: New file.
18155
181562014-05-30 David Blaikie <dblaikie@gmail.com>
18157
18158 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18159 gnu_inline semantics via attribute.
18160 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18161 source explicitly specifies the required semantics.
18162
181632014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18164
18165 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18166
181672014-05-29 Pedro Alves <palves@redhat.com>
18168 Tom Tromey <tromey@redhat.com>
18169
18170 * gdb.base/async-shell.exp: Don't enable target-async.
18171 * gdb.base/async.exp
18172 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18173 parameter. Adjust.
18174 (top level): Don't test with "target-async".
18175 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18176 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18177 * gdb.base/inferior-died.exp: Don't enable target-async.
18178 * gdb.base/interrupt-noterm.exp: Likewise.
18179 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18180 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18181 * gdb.mi/mi-nonstop.exp: Likewise.
18182 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18183 * gdb.mi/mi-nsintrall.exp: Likewise.
18184 * gdb.mi/mi-nsmoribund.exp: Likewise.
18185 * gdb.mi/mi-nsthrexec.exp: Likewise.
18186 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18187 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18188 * gdb.python/py-evsignal.exp: Don't enable target-async.
18189 * gdb.python/py-evthreads.exp: Likewise.
18190 * gdb.python/py-prompt.exp: Likewise.
18191 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18192 * gdb.server/solib-list.exp: Don't enable target-async.
18193 * gdb.threads/thread-specific-bp.exp: Likewise.
18194 * lib/mi-support.exp: Adjust to use mi-async.
18195
181962014-05-29 Pedro Alves <palves@redhat.com>
18197
18198 PR gdb/13860
18199 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18200 reason, even in sync mode.
18201
182022014-05-29 Pedro Alves <palves@redhat.com>
18203 Hui Zhu <hui@codesourcery.com>
18204
18205 PR PR15693
18206 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18207 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18208 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18209 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18210
182112014-05-28 Joel Brobecker <brobecker@adacore.com>
18212
18213 * config/monitor.exp (gdb_target_monitor): Replace use of
18214 "set remotebaud" by "set serial baud".
18215
182162014-05-26 Andy Wingo <wingo@igalia.com>
18217
18218 * gdb.guile/scm-breakpoint.exp:
18219 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18220 properties instead of gdb-object-properties.
18221
182222014-05-26 Yao Qi <yao@codesourcery.com>
18223
18224 * gdb.server/no-thread-db.exp: Specify source file name
18225 explicitly when setting a breakpoint.
18226
182272014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18228
18229 * gdb.btrace/vdso.c: New.
18230 * gdb.btrace/vdso.exp: New.
18231
182322014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18233
18234 * gdb.base/gcore.exp (capture_command_output): Move ...
18235 * lib/gdb.exp (capture_command_output): ... here.
18236
182372014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18238
18239 * gdb.btrace/data.exp: Test memory access during btrace replay.
18240
182412014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18242
18243 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18244
182452014-05-21 Pedro Alves <palves@redhat.com>
18246
18247 PR gdb/13860
18248 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18249 (top level): Test that output related to execution commands is
18250 sent to the console with CLI commands, but not with MI commands.
18251 Test that breakpoint events are always mirrored to the console.
18252 Also expect the new source line to be output after a "next" in
18253 async mode too. Make it a pass/fail test.
18254 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18255 output.
18256 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18257
182582014-05-21 Pedro Alves <palves@redhat.com>
18259
18260 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18261 Use them to test variations of "list" after reaching a breakpoint.
18262 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18263 Test "list" with listsize 10 after reaching a breakpoint.
18264 * gdb.python/python.exp (decode_line current location line
18265 number): Adjust expected line number.
18266
182672014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18268
18269 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18270 behavior for $args, pass it directly to "run".
18271
182722014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18273
18274 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18275 30000 to 65536.
18276
182772014-05-21 Pedro Alves <palves@redhat.com>
18278
18279 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18280 auto-connect-native-target off".
18281 * gdb.base/auto-connect-native-target.c: New file.
18282 * gdb.base/auto-connect-native-target.exp: New file.
18283
182842014-05-21 Pedro Alves <palves@redhat.com>
18285
18286 * gdb.base/default.exp: Test "target native" instead of "target
18287 child".
18288
182892014-05-21 Mark Wielaard <mjw@redhat.com>
18290
18291 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18292
182932014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18294
18295 Fix TLS access for -static -pthread.
18296 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18297 <HAVE_TLS> (thread_function, main): Initialize it.
18298 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18299 Add clean_restart.
18300 <$have_tls != "">: Check TLSVAR.
18301
183022014-05-21 Pedro Alves <palves@redhat.com>
18303
18304 * gdb.base/dcache-line-read-error.c: New.
18305 * gdb.base/dcache-line-read-error.exp: New.
18306
183072014-05-20 Pedro Alves <palves@redhat.com>
18308
18309 * gdb.base/compare-sections.c: New file.
18310 * gdb.base/compare-sections.exp: New file.
18311
183122014-05-20 Pedro Alves <palves@redhat.com>
18313
18314 * gdb.base/break-idempotent.c: New file.
18315 * gdb.base/break-idempotent.exp: New file.
18316
183172014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18318
18319 * gdb.btrace/nohist.exp: New.
18320
183212014-05-20 Yao Qi <yao@codesourcery.com>
18322
18323 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18324 gdb.reverse directory and gdb_reverse_timeout exists in board
18325 setting.
18326 * README: Document gdb_reverse_timeout.
18327
183282014-05-20 Yao Qi <yao@codesourcery.com>
18329
18330 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18331 'test_file_name'. Treat args as a string instead of a list.
18332 (gdb_init): Rename argument 'args' by 'test_file_name'.
18333
183342014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18335
18336 * gdb.arch/powerpc-power.exp: New file.
18337 * gdb.arch/powerpc-power.s: New file.
18338
183392014-05-16 Doug Evans <dje@google.com>
18340
18341 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18342 * gdb.base/completion.exp: Check that all expected files exist
18343 before doing file completion.
18344
183452014-05-16 Doug Evans <dje@google.com>
18346
18347 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18348 Update.
18349 (do_syscall_tests_without_xml): Update.
18350
183512014-05-16 Pedro Alves <palves@redhat.com>
18352
18353 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18354 instead of "unknown output after running".
18355
183562014-05-16 Yao Qi <yao@codesourcery.com>
18357
18358 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18359 file1.txt from host at the end.
18360 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18361
183622014-05-15 Doug Evans <dje@google.com>
18363
18364 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18365 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18366 loading file. Add test for TU lookup.
18367
183682014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18369
18370 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18371 calling "-exec-arguments" or "set args" before running the
18372 inferior.
18373
183742014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18375
18376 * lib/mi-support.exp (mi_expect_stop): Expect message for
18377 inferiors that exit with non-zero exit code.
18378
183792014-05-14 Yao Qi <yao@codesourcery.com>
18380
18381 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18382 match absolute path on remote host.
18383 (test_file_list_exec_source_files): Remove "/" from the
18384 pattern.
18385
183862014-05-14 Yao Qi <yao@codesourcery.com>
18387
18388 * boards/local-remote-host-notty.exp (${board}_file): New
18389 proc.
18390
183912014-05-07 Kyle McMartin <kyle@redhat.com>
18392
18393 Pushed by Joel Brobecker <brobecker@adacore.com>.
18394 * gdb.arch/aarch64-atomic-inst.c: New file.
18395 * gdb.arch/aarch64-atomic-inst.exp: New file.
18396
183972014-05-07 Yao Qi <yao@codesourcery.com>
18398
18399 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18400 in current context" too.
18401
184022014-05-05 Keith Seitz <keiths@redhat.com>
18403
18404 * gdb.linespec/ls-dollar.exp: Add test for linespec
18405 file:convenience_variable.
18406
184072014-05-05 Yao Qi <yao@codesourcery.com>
18408
18409 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18410 traceframes into tfile and ctf trace files. Read data from
18411 trace file and test collected data.
18412 (gdb_collect_locals_test): Likewise.
18413 (gdb_unavailable_registers_test): Likewise.
18414 (gdb_unavailable_floats): Likewise.
18415 (gdb_collect_globals_test): Likewise.
18416 (top-level): Append "ctf" to trace_file_targets if GDB
18417 supports.
18418
184192014-05-05 Yao Qi <yao@codesourcery.com>
18420
18421 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18422 code to ...
18423 (gdb_collect_args_test_1): ... it. New proc.
18424 (gdb_collect_locals_test): Move some code to ...
18425 (gdb_collect_locals_test_1): ... it. New proc.
18426 (gdb_unavailable_registers_test): Move some code to ...
18427 (gdb_unavailable_registers_test_1): ... it. New proc.
18428 (gdb_unavailable_floats): Move some code to ...
18429 (gdb_unavailable_floats_1): ... it. New proc.
18430
184312014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18432
18433 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18434 probes to test for bitness recognition.
18435 * gdb.arch/amd64-stap-optional-prefix.exp
18436 (test_probe_value_without_reg): New procedure.
18437 Add code to test for different kinds of bitness.
18438
184392014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18440
18441 PR breakpoints/16889
18442 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18443 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18444
184452014-05-01 Pedro Alves <palves@redhat.com>
18446
18447 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18448 gdb_file_cmd if no file is specified.
18449 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18450 last_loaded_file to set the remote exec-file.
18451
184522014-05-01 Pedro Alves <palves@redhat.com>
18453
18454 * boards/local-remote-host.exp: New file.
18455
184562014-05-01 Pedro Alves <palves@redhat.com>
18457
18458 * boards/local-remote-host.exp: Rename to ...
18459 * boards/local-remote-host-notty.exp: ... this.
18460
184612014-04-28 Joel Brobecker <brobecker@adacore.com>
18462
18463 * gdb.ada/dyn_arrayidx: New testcase.
18464
184652014-04-26 Yao Qi <yao@codesourcery.com>
18466
18467 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18468 and compute the length of function main. Save it in
18469 $main_length.
18470 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18471 (top-level): Use gdb_compile to compile objects into
18472 executable and restart GDB. Remove invocation to
18473 prepare_for_testing.
18474
184752014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18476 Pedro Alves <palves@redhat.com>
18477
18478 PR server/16255
18479 * gdb.multi/multi-attach.c: New file.
18480 * gdb.multi/multi-attach.exp: New file.
18481
184822014-04-25 Pedro Alves <palves@redhat.com>
18483
18484 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18485 user.
18486 (top level): Test that "set remote conditional-breakpoints-packet
18487 off" works as intended.
18488 * gdb.base/dprintf.exp: Test that "set remote
18489 breakpoint-commands-packet off" works as intended.
18490 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18491 New function.
18492 (top level): Call it.
18493 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18494 remote fast-tracepoints-packet off" works as intended.
18495 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18496 * lib/gdb.exp (gdb_is_target_remote): ... here.
18497
184982014-04-24 David Blaikie <dblaikie@gmail.com>
18499
18500 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18501 ensure clang would not discard them.
18502 * gdb.base/gdbvars.c: Ditto.
18503 * gdb.base/memattr.c: Ditto.
18504 * gdb.base/whatis.c: Ditto.
18505 * gdb.python/py-prettyprint.c: Ditto.
18506 * gdb.trace/actions.c: Ditto.
18507 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18508 ensure clang would not discard it.
18509
185102014-04-24 David Blaikie <dblaikie@gmail.com>
18511
18512 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18513 clang to emit the full definition of type required by the test
18514 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18515
185162014-04-24 David Blaikie <dblaikie@gmail.com>
18517
18518 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18519 coax Clang into emitting the definition of the type.
18520 * gdb.cp/pr10728-x.h (y): Ditto.
18521 * gdb.cp/pr10728-y.cc (y): Ditto.
18522
185232014-04-24 David Blaikie <dblaikie@gmail.com>
18524
18525 * gdb.base/label.exp: XFAIL label related tests under Clang.
18526 * gdb.cp/cplabel.exp: Ditto.
18527 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18528 under Clang those using labels.
18529
185302014-04-25 Yao Qi <yao@codesourcery.com>
18531
18532 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18533 double_label.
18534 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18535 partial_label and double_label.
18536
185372014-04-24 David Blaikie <dblaikie@gmail.com>
18538
18539 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18540
185412014-04-24 David Blaikie <dblaikie@gmail.com>
18542
18543 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18544 of the function to work across GCC and Clang.
18545 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18546 pointer types (const void ** const V void **).
18547
185482014-04-24 Michael Sturm <michael.sturm@mintel.com>
18549 Walfred Tedeschi <walfred.tedeschi@intel.com>
18550
18551 * Makefile.in (EXECUTABLES): Added i386-avx512.
18552 * gdb.arch/i386-avx512.c: New file.
18553 * gdb.arch/i386-avx512.exp: Likewise.
18554
185552014-04-23 Keith Seitz <keiths@redhat.com>
18556
18557 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18558 (mi_make_breakpoint_table): New procedure.
18559 (mi_create_breakpoint): Use mi_make_breakpoint
18560 and return the result.
18561 (mi_make_breakpoint): New procedure.
18562 (mi_build_kv_pairs): New procedure.
18563
18564 * gdb.mi/mi-break.exp: Remove unused globals,
18565 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18566 All callers updated.
18567 * gdb.mi/mi-dprintf.exp: Use variable to track command
18568 number.
18569 Update all callers of mi_create_breakpoint and use
18570 mi_make_breakpoint_table.
18571 Remove any unused global variables.
18572 * gdb.mi/mi-nonstop.exp: Likewise.
18573 * gdb.mi/mi-nsintrall.exp: Likewise.
18574 * gdb.mi/mi-nsmoribund.exp: Likewise.
18575 * gdb.mi/mi-nsthrexec.exp: Likewise.
18576 * gdb.mi/mi-reverse.exp: Likewise.
18577 * gdb.mi/mi-simplerun.exp: Likewise.
18578 * gdb.mi/mi-stepn.exp: Likewise.
18579 * gdb.mi/mi-syn-frame.exp: Likewise.
18580 * gdb.mi/mi-until.exp: Likewise.
18581 * gdb.mi/mi-var-cp.exp: Likewise.
18582 * gdb.mi/mi-var-display.exp: Likewise.
18583 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18584 * gdb.mi/mi2-var-child.exp: Likewise.
18585 * gdb.mi/mi-vla-c99.exp: Likewise.
18586 * lib/mi-support.exp: Likewise.
18587
18588 From Ian Lance Taylor <iant@cygnus.com>:
18589 * lib/gdb.exp (parse_args): New procedure.
18590
185912014-04-23 Pedro Alves <palves@redhat.com>
18592
18593 * gdb.base/break-unload-file.c: New file.
18594 * gdb.base/break-unload-file.exp: New file.
18595 * gdb.base/sym-file-lib.c (baz): New function.
18596 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18597 field.
18598 (load): Store the segment's mapped size.
18599 (unload): New function.
18600 (unload_shlib): New function.
18601 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18602 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18603 set a breakpoint at baz, and call it.
18604 * gdb.base/sym-file.exp: New tests for stale breakpoint
18605 instructions.
18606
186072014-04-23 Pedro Alves <palves@redhat.com>
18608
18609 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18610 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18611 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18612 * gdb.base/hbreak-unmapped.c: New file.
18613 * gdb.base/hbreak-unmapped.exp: New file.
18614 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18615 * lib/gdb.exp (gdb_is_target_remote): ... here.
18616
186172014-04-22 Pedro Alves <palves@redhat.com>
18618
18619 * gdb.base/consecutive-step-over.c: New file.
18620 * gdb.base/consecutive-step-over.exp: New file.
18621
186222014-04-22 Pedro Alves <palves@redhat.com>
18623
18624 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18625 instead of send_gdb/gdb_expect.
18626
186272014-04-22 Yao Qi <yao@codesourcery.com>
18628
18629 * lib/trace-support.exp (generate_tracefile): New procedure.
18630 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18631 return 0.
18632 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18633 if generate_tracefile returns 1.
18634
186352014-04-18 Tom Tromey <palves@redhat.com>
18636 Pedro alves <tromey@redhat.com>
18637
18638 PR backtrace/15558
18639 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18640 with a backtrace limit.
18641 * gdb.python/py-frame-inline.exp: Test running to an inline
18642 function with a backtrace limit, and printing the newest frame.
18643 * gdb.python/py-frame-inline.c (main): Call f.
18644
186452014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18646
18647 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18648
186492014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18650
18651 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18652 Drop prefix from unsupported source file path.
18653
186542014-04-17 Yao Qi <yao@codesourcery.com>
18655
18656 * lib/gdb.exp (with_target_charset): New proc.
18657 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18658 with_target_charset.
18659 (test_print_strings): Likewise.
18660 (test_repeat_bytes): Likewise.
18661 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18662 for some tests.
18663
186642014-04-16 Keith Seitz <keiths@redhat.com>
18665
18666 PR gdb/15827
18667 * gdb.dwarf2/corrupt.c: New file.
18668 * gdb.dwarf2/corrupt.exp: New file.
18669
186702014-04-16 Keith Seitz <keiths@redhat.com>
18671
18672 PR c++/16597
18673 * gdb.cp/namelessclass.cc: New file.
18674 * gdb.cp/namelessclass.exp: New file.
18675 * gdb.cp/namelessclass.S: New file.
18676
186772014-04-16 Doug Evans <dje@google.com>
18678
18679 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18680 Add comment.
18681 (gdbserver_default_get_comm_port): New function.
18682 (gdbserver_start): Check if board file provided
18683 "gdbserver,get_comm_port" and use it if so.
18684 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18685 (gdb,socketport): Set to "stdio".
18686 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18687 (stdio_gdbserver_template): Delete.
18688 (${board}_get_remote_address): Update.
18689 (${board}_build_remote_cmd): Delete.
18690 (${board}_get_comm_port): New function.
18691 (${board}_spawn): Update.
18692 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18693 Delete.
18694 (${board}_get_remote_address): Update.
18695 (${board}_get_comm_port): New function.
18696
186972014-04-16 Andrew Burgess <aburgess@broadcom.com>
18698
18699 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18700 appearing in any order.
18701
187022014-04-15 Doug Evans <dje@google.com>
18703
18704 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18705 uninitialized value of "description".
18706
187072014-04-15 Keith Seitz <keiths@redhat.com>
18708
18709 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18710 Remove unused globals.
18711 (test_running_the_program): Likewise.
18712 (test_controlled_execution): Likewise.
18713 (test_controlling_breakpoints): Likewise.
18714 (test_program_termination): Likewise.
18715
187162014-04-15 Keith Seitz <keiths@redhat.com>
18717
18718 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18719 unused globals.
18720 (test_rbreak_creation_and_listing): Likewise.
18721 (test_ignore_count): Likewise.
18722 (test_error): Likewise.
18723
187242014-04-15 Pedro Alves <palves@redhat.com>
18725
18726 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18727 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18728 sym-file-loader.c.
18729 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18730 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18731 to sym-file-loader.c.
18732 (struct library): Forward declare.
18733 (load_shlib, lookup_function): Change prototypes.
18734 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18735 (translate_offset): Remove declarations.
18736 (get_text_addr): New declaration.
18737 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18738 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18739 sym-file-loader.h.
18740 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18741 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18742 here from sym-file-loader.h.
18743 (struct library): New structure.
18744 (load_shlib, lookup_function): Change prototypes and adjust to
18745 work with a struct library.
18746 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18747 (translate_offset): Make static.
18748 (get_text_addr): New function.
18749 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18750
187512014-04-15 Pedro Alves <palves@redhat.com>
18752
18753 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18754
187552014-04-15 Pedro Alves <palves@redhat.com>
18756
18757 * gdb.base/sym-file-loader.c: Include <limits.h>.
18758 (SELF_LINK): New define.
18759 (get_origin): New function.
18760 (load_shlib): Use it.
18761 * gdb.base/sym-file.exp: Don't early return if the target is
18762 remote. Use runto_main, and issue fail is that fails. Use
18763 gdb_load_shlibs.
18764 (shlib_name): Delete.
18765 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18766
187672014-04-15 Pedro Alves <palves@redhat.com>
18768
18769 * gdb.base/sym-file.exp: Remove regex characters from test
18770 message. Don't refer to breakpoint numbers in test messages.
18771
187722014-04-14 Keith Seitz <keiths@redhat.com>
18773
18774 PR c++/16253
18775 * gdb.cp/var-tag.cc: New file.
18776 * gdb.cp/var-tag.exp: New file.
18777 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18778 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18779 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18780 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18781
187822014-04-14 Tom Tromey <tromey@redhat.com>
18783
18784 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18785 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18786 type.
18787 * gdb.cp/enum-class.exp: New file.
18788 * gdb.cp/enum-class.cc: New file.
18789
187902014-04-14 Tom Tromey <tromey@redhat.com>
18791
18792 * gdb.dwarf2/enum-type.exp: New file.
18793
187942014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18795
18796 * gdb.mi/mi-vla-c99.exp: New file.
18797 * gdb.mi/vla.c: New file.
18798
187992014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18800
18801 * gdb.base/vla-datatypes.c: New file.
18802 * gdb.base/vla-datatypes.exp: New file.
18803
188042014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18805
18806 * gdb.base/vla-ptr.c: New file.
18807 * gdb.base/vla-ptr.exp: New file.
18808
188092014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18810
18811 * gdb.dwarf2/count.exp: New file.
18812
188132014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18814
18815 * gdb.base/vla-sideeffect.c: New file.
18816 * gdb.base/vla-sideeffect.exp: New file.
18817
188182014-04-14 David Blaikie <dblaikie@gmail.com>
18819
18820 * gdb.mi/non-stop.c: Add return value for non-void function return
18821 statement.
18822 * gdb.threads/staticthreads.c: Ditto.
18823
188242014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18825 Doug Evans <xdje42@gmail.com>
18826
18827 * gdb.guile/scm-value.c: Improve test case.
18828 * gdb.guile/scm-value.exp: Add new test.
18829
188302014-04-11 David Blaikie <dblaikie@gmail.com>
18831
18832 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18833 override Clang's default.
18834
188352014-04-11 Joel Brobecker <brobecker@adacore.com>
18836
18837 Revert the following changes (regressions):
18838
18839 * gdb.base/vla-sideeffect.c: New file.
18840 * gdb.base/vla-sideeffect.exp: New file.
18841
18842 * gdb.dwarf2/count.exp: New file.
18843
18844 * gdb.base/vla-multi.c: New file.
18845 * gdb.base/vla-multi.exp: New file.
18846
18847 * gdb.base/vla-ptr.c: New file.
18848 * gdb.base/vla-ptr.exp: New file.
18849
18850 * gdb.base/vla-datatypes.c: New file.
18851 * gdb.base/vla-datatypes.exp: New file.
18852
18853 * gdb.mi/mi-vla-c99.exp: New file.
18854 * gdb.mi/vla.c: New file.
18855
188562014-04-11 Keith Seitz <keiths@redhat.com>
18857
18858 PR c++/16675
18859 * gdb.cp/cpsizeof.exp: New file.
18860 * gdb.cp/cpsizeof.cc: New file.
18861
188622014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18863
18864 * gdb.mi/mi-vla-c99.exp: New file.
18865 * gdb.mi/vla.c: New file.
18866
188672014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18868
18869 * gdb.base/vla-datatypes.c: New file.
18870 * gdb.base/vla-datatypes.exp: New file.
18871
188722014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18873
18874 * gdb.base/vla-ptr.c: New file.
18875 * gdb.base/vla-ptr.exp: New file.
18876
188772014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18878
18879 * gdb.base/vla-multi.c: New file.
18880 * gdb.base/vla-multi.exp: New file.
18881
188822014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18883
18884 * gdb.dwarf2/count.exp: New file.
18885
188862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18887
18888 * gdb.base/vla-sideeffect.c: New file.
18889 * gdb.base/vla-sideeffect.exp: New file.
18890
188912014-04-11 Yao Qi <yao@codesourcery.com>
18892
18893 * gdb.base/completion.exp: Check file exists before running tests
18894 on file completion.
18895
188962014-04-10 Pedro Alves <palves@redhat.com>
18897
18898 * gdb.base/cond-eval-mode.c: New file.
18899 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18900 prepare_for_testing to build the new file. Check result of
18901 runto_main.
18902 (test_break, test_watch): New procedures.
18903 (top level): Use them.
18904
189052014-04-08 Pierre Muller <muller@sourceware.org>
18906
18907 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18908 Ctrl-V use for mingw hosts.
18909
189102014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18911
18912 * gdb.python/py-value.c: Improve test case.
18913 * gdb.python/py-value.exp: Add new test.
18914
189152014-04-07 David Blaikie <dblaikie@gmail.com>
18916
18917 * lib/compiler.c: Identify the clang compiler.
18918 * lib/compiler.cc: Ditto.
18919
189202014-04-03 Yao Qi <yao@codesourcery.com>
18921
18922 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18923
189242014-04-01 Anton Blanchard <anton@samba.org>
18925
18926 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18927 messages unique.
18928
189292014-04-01 Anton Blanchard <anton@samba.org>
18930
18931 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18932 prepare_for_testing.
18933
189342014-04-01 Anton Blanchard <anton@samba.org>
18935
18936 * gdb.arch/ppc64-atomic-inst.c: Remove.
18937 * gdb.arch/ppc64-atomic-inst.S: New file.
18938 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18939
189402014-03-31 Doug Evans <dje@google.com>
18941
18942 * gdb.base/print-symbol-loading-lib.c: New file.
18943 * gdb.base/print-symbol-loading-main.c: New file.
18944 * gdb.base/print-symbol-loading.exp: New file.
18945
189462014-03-31 Yao Qi <yao@codesourcery.com>
18947
18948 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18949
189502014-03-28 Joel Brobecker <brobecker@adacore.com>
18951
18952 * gdb.ada/mi_dyn_arr: New testcase.
18953
189542014-03-27 Doug Evans <dje@google.com>
18955
18956 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18957
189582014-03-27 Yao Qi <yao@codesourcery.com>
18959
18960 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18961 if target is nios2-*-*.
18962
189632014-03-26 Yao Qi <yao@codesourcery.com>
18964
18965 * lib/gdb.exp (readline_is_used): New proc.
18966 * gdb.base/completion.exp: Move tests on command complete up.
18967 Skip the rest of tests if readline is not used.
18968 * gdb.ada/complete.exp: Skp the test if readline is not
18969 used.
18970 * gdb.base/filesym.exp: Likewise.
18971 * gdb.base/macscp.exp: Likewise.
18972 * gdb.base/readline-ask.exp: Likewise.
18973 * gdb.base/readline.exp: Likewise.
18974 * gdb.python/py-cmd.exp: Likewise.
18975 * gdb.trace/tfile.exp: Likewise.
18976
189772014-03-26 Yao Qi <yao@codesourcery.com>
18978
18979 * gdb.base/macscp.exp: Fix code format issues.
18980
189812014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18982
18983 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18984 * gdb.asm/powerpc64le.inc: New file.
18985
189862014-03-25 Pedro Alves <palves@redhat.com>
18987 Doug Evans <dje@google.com>
18988
18989 * gdb.base/source-execution.c: New file.
18990 * gdb.base/source-execution.exp: New file.
18991 * gdb.base/source-execution.gdb: New file.
18992
189932014-03-24 Doug Evans <dje@google.com>
18994
18995 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18996 using fission.
18997
189982014-03-24 Hui Zhu <hui@codesourcery.com>
18999 Pedro Alves <palves@redhat.com>
19000
19001 PR breakpoints/16101
19002 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19003 test pass/fail messages. Detect missing support for dprintf when
19004 breakpoints are actually inserted.
19005 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19006 breakpoints are actually inserted.
19007 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19008 fails.
19009
190102014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19011
19012 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19013
190142014-03-22 Doug Evans <xdje42@gmail.com>
19015
19016 * gdb.python/python.exp (python not supported): Verify multi-line
19017 python command issues an error.
19018 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19019 guile command issues an error.
19020
190212014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19022
19023 * gdb.threads/thread-specific.exp: Handle the lack of usable
19024 $this_breakpoint and $this_thread.
19025
190262014-03-21 Hui Zhu <hui@codesourcery.com>
19027
19028 * gdb.base/attach.exp (do_command_attach_tests): New.
19029
190302014-03-20 Tom Tromey <tromey@redhat.com>
19031 Pedro Alves <palves@redhat.com>
19032
19033 PR cli/15718
19034 * gdb.base/condbreak-call-false.c: New file.
19035 * gdb.base/condbreak-call-false.exp: New file.
19036
190372014-03-20 Pedro Alves <palves@redhat.com>
19038
19039 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19040 Delete.
19041 (block_signals, unblock_signals): Delete.
19042 (child_function_2, main): Remove references to deleted variable
19043 and functions.
19044
190452014-03-20 Pedro Alves <palves@redhat.com>
19046
19047 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19048 Use pthread_kill to signal thread 2.
19049 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19050 Adjust to make the test send itself a signal rather than using the
19051 host's "kill" command.
19052
190532014-03-20 Pedro Alves <palves@redhat.com>
19054
19055 * gdb.threads/multiple-step-overs.c: New file.
19056 * gdb.threads/multiple-step-overs.exp: New file.
19057 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19058 Adjust expected infrun debug output.
19059
190602014-03-20 Pedro Alves <palves@redhat.com>
19061
19062 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19063 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19064
190652014-03-20 Pedro Alves <palves@redhat.com>
19066
19067 PR breakpoints/7143
19068 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19069 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19070 of gdb_test_multiple.
19071 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19072 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19073
190742014-03-20 Pedro Alves <palves@redhat.com>
19075
19076 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19077 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19078
190792014-03-19 Pedro Alves <palves@redhat.com>
19080
19081 * gdb.base/async.exp: Remove early return.
19082
190832014-03-19 Pedro Alves <palves@redhat.com>
19084
19085 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19086
190872014-03-19 Pedro Alves <palves@redhat.com>
19088
19089 * gdb.base/async.exp (test_background): Expect \r\n after
19090 "completed." in the fail pattern.
19091
190922014-03-19 Pedro Alves <palves@redhat.com>
19093
19094 * gdb.base/async.exp (test_background): New procedure.
19095 Use it for all background execution command tests.
19096
190972014-03-19 Pedro Alves <palves@redhat.com>
19098
19099 * gdb.base/async.exp: Use prepare_for_testing.
19100
191012014-03-19 Pedro Alves <palves@redhat.com>
19102
19103 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19104 the same line.
19105
191062014-03-19 Pedro Alves <palves@redhat.com>
19107
19108 * gdb.base/async.c (main): Add "jump here" and "until here" line
19109 marker comments.
19110 * gdb.base/async.exp (jump_here): New global.
19111 (jump& test): Use it.
19112 (until_here): New global.
19113 (until& test): Use it.
19114
191152014-03-19 Pedro Alves <palves@redhat.com>
19116
19117 * gdb.base/async.exp: Don't frob gdb_protocol.
19118
191192014-03-18 Doug Evans <xdje42@gmail.com>
19120
19121 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19122 Fix spelling of exec-done-display.
19123
191242014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19125
19126 PR gdb/15358
19127 * gdb.base/gdb-sigterm.c: New file.
19128 * gdb.base/gdb-sigterm.exp: New file.
19129
191302014-03-18 Pedro Alves <palves@redhat.com>
19131
19132 PR gdb/13860
19133 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19134 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19135 solib-event.
19136
191372014-03-17 Joel Brobecker <brobecker@adacore.com>
19138
19139 * gdb.ada/pckd_arr_ren: New testcase.
19140
191412014-03-13 Doug Evans <xdje42@gmail.com>
19142
19143 PR guile/16612
19144 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19145 collect after discarding symbols.
19146
191472014-03-13 Ludovic Courtès <ludo@gnu.org>
19148 Doug Evans <xdje42@gmail.com>
19149
19150 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19151 to history survives a gc.
19152
191532014-03-13 Pedro Alves <palves@redhat.com>
19154
19155 * gdb.base/default.exp: Don't test "target procfs".
19156
191572014-03-13 Pedro Alves <palves@redhat.com>
19158
19159 * gdb.base/default.exp: Update "target child" and "target procfs"
19160 tests to not expect "Unix".
19161
191622014-03-12 Tom Tromey <tromey@redhat.com>
19163
19164 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19165 New procs. Add target-async tests.
19166 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19167 Add target-async tests.
19168
191692014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19170
19171 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19172 'func_start' and 'func_end' for the beginning and end of the
19173 function code, respectively.
19174 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19175 'func_end' instead of 'func' and 'main'.
19176
191772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19178
19179 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19180 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19181 generate the debug info assembler source.
19182
191832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19184
19185 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19186 * gdb.dwarf2/arr-subrange.exp: Likewise.
19187 * gdb.dwarf2/dwz.exp: Likewise.
19188 * gdb.dwarf2/method-ptr.exp: Likewise.
19189 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19190 * gdb.dwarf2/subrange.exp: Likewise.
19191 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19192 * gdb.dwarf2/implptrpiece.exp: Likewise.
19193 * gdb.dwarf2/nostaticblock.exp: Likewise.
19194
191952014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19196
19197 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19198 directory to absolute path name arguments.
19199
192002014-03-10 Joel Brobecker <brobecker@adacore.com>
19201
19202 * gdb.ada/tagged_access: New testcase.
19203
192042014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19205
19206 * gdb.btrace/data.exp: Update expected output.
19207
192082014-03-06 Yao Qi <yao@codesourcery.com>
19209
19210 * gdb.trace/pr16508.exp: New file.
19211
192122014-03-05 Pedro Alves <palves@redhat.com>
19213
19214 PR gdb/16575
19215 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19216 procedure.
19217 (top level): Adjust to use it. Add tests that exercise breakpoint
19218 interaction with the code-cache.
19219
192202014-02-26 Ludovic Courtès <ludo@gnu.org>
19221
19222 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19223 test for 'history-append!'.
19224
192252014-02-26 Joel Brobecker <brobecker@adacore.com>
19226
19227 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19228 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19229 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19230 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19231 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19232 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19233
192342014-02-26 Joel Brobecker <brobecker@adacore.com>
19235
19236 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19237 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19238 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19239
192402014-02-26 Joel Brobecker <brobecker@adacore.com>
19241
19242 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19243
192442014-02-26 Joel Brobecker <brobecker@adacore.com>
19245
19246 * gdb.dwarf2/arr-stride.c: New file.
19247 * gdb.dwarf2/arr-stride.exp: New file.
19248
192492014-02-26 Pedro Alves <palves@redhat.com>
19250
19251 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19252 that won't ever trigger. Make sure that GDB reports the correct
19253 breakpoint that caused the stop.
19254
192552014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19256
19257 PR gdb/16626
19258 * gdb.base/auto-load-script: New file.
19259 * gdb.base/auto-load.c: New file.
19260 * gdb.base/auto-load.exp: New file.
19261
19262 PR gdb/16626
19263 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19264
192652014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19266
19267 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19268 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19269
192702014-02-24 Doug Evans <dje@google.com>
19271
19272 * lib/gdb.exp (run_on_host): Log error output if program fails.
19273
192742014-02-21 Pedro Alves <palves@redhat.com>
19275
19276 * gdb.threads/step-after-sr-lock.c: Rename to ...
19277 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19278 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19279 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19280 ... this.
19281
192822014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19283
19284 PR tdep/16397
19285 * gdb.arch/amd64-stap-special-operands.exp: New file.
19286 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19287 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19288 * gdb.arch/amd64-stap-triplet.S: Likewise.
19289 * gdb.arch/amd64-stap-triplet.c: Likewise.
19290
192912014-02-20 Joel Brobecker <brobecker@adacore.com>
19292
19293 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19294 in .section pseudo-op.
19295
192962014-02-20 lin zuojian <manjian2006@gmail.com>
19297 Joel Brobecker <brobecker@adacore.com>
19298 Doug Evans <xdje42@gmail.com>
19299
19300 PR symtab/16581
19301 * gdb.dwarf2/dw2-icycle.S: New file.
19302 * gdb.dwarf2/dw2-icycle.c: New file.
19303 * gdb.dwarf2/dw2-icycle.exp: New file.
19304
193052014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19306
19307 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19308 operations on gdb.Value objects.
19309 * gdb.python/py-value-cc.exp: Add new test to test operations on
19310 gdb.Value objects.
19311
193122014-02-18 Doug Evans <dje@google.com>
19313
19314 * Makefile.in (TESTS): New variable.
19315 (expanded_tests, expanded_tests_or_none): New variables
19316 (check-single): Pass $(expanded_tests_or_none) to runtest.
19317 (check-parallel): Only run tests in $(TESTS) if non-empty.
19318 (check/no-matching-tests-found): New rule.
19319 * README: Document TESTS makefile variable.
19320
193212014-02-18 Doug Evans <dje@google.com>
19322
19323 * Makefile.in (check-parallel): rm -rf outputs temp.
19324
193252014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19326
19327 Fix "ERROR: no fileid for" in the testsuite.
19328 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19329
193302014-02-12 Doug Evans <dje@google.com>
19331
19332 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19333 (MISCELLANEOUS): New variable.
19334 (clean): rm -rf $(MISCELLANEOUS).
19335 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19336 dwp live in the same directory as symlinks, with each symlink pointed
19337 to a differently named file in a different directory.
19338
193392014-02-11 Doug Evans <dje@google.com>
19340
19341 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19342 of Tcl file commands.
19343
193442014-02-10 Mark Kettenis <kettenis@gnu.org>
19345
19346 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19347 "kill -SIGUSR1 -1".
19348
193492014-02-10 Joel Brobecker <brobecker@adacore.com>
19350
19351 * gdb.ada/tick_length_array_enum_idx: New testcase.
19352
193532014-02-10 Doug Evans <xdje42@gmail.com>
19354
19355 * configure.ac (AC_OUTPUT): Add gdb.guile.
19356 * configure: Regenerate.
19357 * lib/gdb-guile.exp: New file.
19358 * lib/gdb.exp (get_target_charset): New function.
19359 * gdb.base/help.exp: Update expected output from "apropos apropos".
19360 * gdb.guile/Makefile.in: New file.
19361 * gdb.guile/guile.exp: New file.
19362 * gdb.guile/scm-arch.c: New file.
19363 * gdb.guile/scm-arch.exp: New file.
19364 * gdb.guile/scm-block.c: New file.
19365 * gdb.guile/scm-block.exp: New file.
19366 * gdb.guile/scm-breakpoint.c: New file.
19367 * gdb.guile/scm-breakpoint.exp: New file.
19368 * gdb.guile/scm-disasm.c: New file.
19369 * gdb.guile/scm-disasm.exp: New file.
19370 * gdb.guile/scm-equal.c: New file.
19371 * gdb.guile/scm-equal.exp: New file.
19372 * gdb.guile/scm-error.exp: New file.
19373 * gdb.guile/scm-error.scm: New file.
19374 * gdb.guile/scm-frame-args.c: New file.
19375 * gdb.guile/scm-frame-args.exp: New file.
19376 * gdb.guile/scm-frame-args.scm: New file.
19377 * gdb.guile/scm-frame-inline.c: New file.
19378 * gdb.guile/scm-frame-inline.exp: New file.
19379 * gdb.guile/scm-frame.c: New file.
19380 * gdb.guile/scm-frame.exp: New file.
19381 * gdb.guile/scm-generics.exp: New file.
19382 * gdb.guile/scm-gsmob.exp: New file.
19383 * gdb.guile/scm-iterator.c: New file.
19384 * gdb.guile/scm-iterator.exp: New file.
19385 * gdb.guile/scm-math.c: New file.
19386 * gdb.guile/scm-math.exp: New file.
19387 * gdb.guile/scm-objfile-script-gdb.in: New file.
19388 * gdb.guile/scm-objfile-script.c: New file.
19389 * gdb.guile/scm-objfile-script.exp: New file.
19390 * gdb.guile/scm-objfile.c: New file.
19391 * gdb.guile/scm-objfile.exp: New file.
19392 * gdb.guile/scm-ports.exp: New file.
19393 * gdb.guile/scm-pretty-print.c: New file.
19394 * gdb.guile/scm-pretty-print.exp: New file.
19395 * gdb.guile/scm-pretty-print.scm: New file.
19396 * gdb.guile/scm-section-script.c: New file.
19397 * gdb.guile/scm-section-script.exp: New file.
19398 * gdb.guile/scm-section-script.scm: New file.
19399 * gdb.guile/scm-symbol.c: New file.
19400 * gdb.guile/scm-symbol.exp: New file.
19401 * gdb.guile/scm-symtab-2.c: New file.
19402 * gdb.guile/scm-symtab.c: New file.
19403 * gdb.guile/scm-symtab.exp: New file.
19404 * gdb.guile/scm-type.c: New file.
19405 * gdb.guile/scm-type.exp: New file.
19406 * gdb.guile/scm-value-cc.cc: New file.
19407 * gdb.guile/scm-value-cc.exp: New file.
19408 * gdb.guile/scm-value.c: New file.
19409 * gdb.guile/scm-value.exp: New file.
19410 * gdb.guile/source2.scm: New file.
19411 * gdb.guile/types-module.cc: New file.
19412 * gdb.guile/types-module.exp: New file.
19413
194142014-02-10 Yao Qi <yao@codesourcery.com>
19415
19416 PR testsuite/16543
19417 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19418 * configure: Regenerated.
19419 * Makefile.in: New file.
19420
194212014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19422
19423 * gdb.python/py-framefilter.exp: Fix typo.
19424
194252014-02-08 Yao Qi <yao@codesourcery.com>
19426
19427 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19428 that no =breakpoint-modified is emitted when breakpoints are
19429 modified through MI commands.
19430
194312014-02-07 Pedro Alves <pedro@codesourcery.com>
19432 Pedro Alves <palves@redhat.com>
19433
19434 * gdb.threads/step-after-sr-lock.c: New file.
19435 * gdb.threads/step-after-sr-lock.exp: New file.
19436
194372014-02-07 Pedro Alves <palves@redhat.com>
19438
19439 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19440
194412014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19442
19443 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19444 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19445
194462014-02-06 Doug Evans <xdje42@gmail.com>
19447
19448 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19449 output.
19450
19451 * gdb.gdb/python-interrupts.exp: New file.
19452
194532014-02-05 Yao Qi <yao@codesourcery.com>
19454
19455 * gdb.trace/report.exp (use_collected_data): Test the output
19456 of "info threads" and "info inferiors".
19457
194582014-02-05 Yao Qi <yao@codesourcery.com>
19459
19460 Revert this patch:
19461
19462 2013-05-24 Yao Qi <yao@codesourcery.com>
19463
19464 * gdb.trace/tfile.exp: Test inferior and thread.
19465
194662014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19467
19468 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19469 on a function.
19470 * gdb.base/step-bt.c: Call hello via function pointer to make
19471 sure its first instruction is executed on powerpc64le-linux.
19472
194732014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19474
19475 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19476
194772014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19478
19479 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19480 of the test patterns for use on little-endian systems.
19481
194822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19483
19484 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19485 (decimal_vector): Fix for little-endian.
19486
194872014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19488
19489 * gdb.arch/sparc-sysstep.exp: New file.
19490 * gdb.arch/sparc-sysstep.c: Likewise.
19491
19492 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19493
194942014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19495
19496 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19497
194982014-01-23 Tom Tromey <tromey@redhat.com>
19499
19500 * gdb.ada/array_char_idx: New testcase.
19501
195022014-01-23 Tom Tromey <tromey@redhat.com>
19503
19504 PR python/16487:
19505 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19506 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19507 classes.
19508
195092014-01-23 Tom Tromey <tromey@redhat.com>
19510
19511 PR python/16491:
19512 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19513 string from an inferior frame.
19514 * gdb.python/py-framefilter-mi.exp: Update.
19515
195162014-01-22 Doug Evans <dje@google.com>
19517
19518 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19519
195202014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19521
19522 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19523
195242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19525
19526 * gdb.trace/entry-values.exp: Remove excess space character from
19527 regex patterns. Handle s390 call instruction.
19528
195292014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19530
19531 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19532 define "*_start" label. Make "name" static.
19533 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19534 ${name} by references to ${name}_start.
19535
195362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19537
19538 * gdb.base/info-macros.exp: Remove "debug" from the compile
19539 options.
19540
195412014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19542
19543 * gdb.dlang/demangle.exp: New file.
19544
195452014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19546
19547 * gdb.dlang/primitive-types.exp: New file.
19548
195492014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19550
19551 * configure.ac: Create gdb.dlang/Makefile.
19552 * configure: Regenerate.
19553 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19554 * gdb.dlang/Makefile.in: New file.
19555 * lib/d-support.exp: New file.
19556 * lib/gdb.exp (skip_d_tests): New proc.
19557
195582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19559
19560 * gdb.btrace/delta.exp: Check reverse stepi.
19561 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19562 * gdb.btrace/finish.exp: New.
19563 * gdb.btrace/next.exp: New.
19564 * gdb.btrace/nexti.exp: New.
19565 * gdb.btrace/record_goto.c: Add comments.
19566 * gdb.btrace/step.exp: New.
19567 * gdb.btrace/stepi.exp: New.
19568 * gdb.btrace/multi-thread-step.c: New.
19569 * gdb.btrace/multi-thread-step.exp: New.
19570 * gdb.btrace/rn-dl-bind.c: New.
19571 * gdb.btrace/rn-dl-bind.exp: New.
19572 * gdb.btrace/data.c: New.
19573 * gdb.btrace/data.exp: New.
19574 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19575
195762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19577
19578 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19579 * gdb.btrace/exception.exp: Update.
19580 * gdb.btrace/instruction_history.exp: Update.
19581 * gdb.btrace/record_goto.exp: Update.
19582 * gdb.btrace/tailcall.exp: Update.
19583 * gdb.btrace/unknown_functions.exp: Update.
19584 * gdb.btrace/delta.exp: New.
19585
195862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19587
19588 * gdb.btrace/record_goto.exp: Add backtrace test.
19589 * gdb.btrace/tailcall.exp: Add backtrace test.
19590
195912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19592
19593 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19594 * gdb.btrace/record_goto.c: New.
19595 * gdb.btrace/record_goto.exp: New.
19596 * gdb.btrace/x86-record_goto.S: New.
19597
195982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19599
19600 * gdb.btrace/function_call_history.exp: Update tests.
19601 * gdb.btrace/instruction_history.exp: Update tests.
19602
196032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19604
19605 * gdb.btrace/function_call_history.exp: Fix expected field
19606 order for "record function-call-history".
19607 Add new tests for "record function-call-history /c".
19608 * gdb.btrace/exception.cc: New.
19609 * gdb.btrace/exception.exp: New.
19610 * gdb.btrace/tailcall.exp: New.
19611 * gdb.btrace/x86-tailcall.S: New.
19612 * gdb.btrace/x86-tailcall.c: New.
19613 * gdb.btrace/unknown_functions.c: New.
19614 * gdb.btrace/unknown_functions.exp: New.
19615 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19616
196172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19618
19619 * gdb.btrace/instruction_history.exp: Update.
19620 * gdb.btrace/function_call_history.exp: Update.
19621
196222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19623
19624 * gdb.btrace/function_call_history.exp: Fix expected function
19625 trace.
19626 * gdb.btrace/instruction_history.exp: Initialize traced.
19627 Remove traced_functions.
19628
196292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19630
19631 * gdb.btrace/function_call_history.exp: Update
19632 * gdb.btrace/instruction_history.exp: Update.
19633
196342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19635
19636 * gdb.btrace/enable.exp: Update expected text.
19637
196382014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19639
19640 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19641 bytes.
19642
196432014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19644
19645 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19646
196472014-01-15 Omair Javaid <omair.javaid@linaro.org>
19648
19649 * lib/gdb.exp (supports_process_record): Return true for
19650 arm*-linux*. (supports_reverse): Likewise.
19651
196522014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19653
19654 PR python/15464
19655 PR python/16113
19656 * gdb.python/py-type.c: Enhance test case.
19657 * gdb.python/py-value-cc.cc: Likewise
19658 * gdb.python/py-type.exp: Add new tests.
19659 * gdb.python/py-value-cc.exp: Likewise
19660
196612014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19662 Pedro Alves <palves@redhat.com>
19663
19664 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19665 Make "name" extern.
19666 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19667 references to ${name}_start by references to ${name}.
19668
196692014-01-10 Joel Brobecker <brobecker@adacore.com>
19670
19671 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19672
196732014-01-10 Joel Brobecker <brobecker@adacore.com>
19674
19675 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19676
196772014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19678 Pedro Alves <palves@redhat.com>
19679
19680 * gdb.mi/mi-info-os.exp: Connect to the target with
19681 mi_gdb_target_load.
19682
196832014-01-08 Pedro Alves <palves@redhat.com>
19684
19685 * gdb.threads/reconnect-signal.c: New file.
19686 * gdb.threads/reconnect-signal.exp: New file.
19687
196882014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19689
19690 * gdb.base/source-dir.exp: New file.
19691
196922014-01-07 Joel Brobecker <brobecker@adacore.com>
19693
19694 * gdb.ada/mi_interface: New testcase.
19695
196962014-01-07 Joel Brobecker <brobecker@adacore.com>
19697
19698 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19699 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19700 gdb.ada/pp-rec-component/pck.ads: New files.
19701
197022014-01-07 Joel Brobecker <brobecker@adacore.com>
19703
19704 * gdb.python/py-pp-integral.c: New file.
19705 * gdb.python/py-pp-integral.py: New file.
19706 * gdb.python/py-pp-integral.exp: New file.
19707
19708For older changes see ChangeLog-1993-2013.
19709\f
19710;; Local Variables:
19711;; mode: change-log
19712;; left-margin: 8
19713;; fill-column: 74
19714;; version-control: never
19715;; End:
19716
19717 Copyright 2014-2020 Free Software Foundation, Inc.
19718 Copying and distribution of this file, with or without modification,
19719 are permitted provided the copyright notice and this notice are preserved.
This page took 0.096024 seconds and 4 git commands to generate.