gdb/testsuite: Revert commit 843f4d93576eef02139f7b1b3fa1cea7b0f286f1
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * lib/check-test-names.exp: Remove code that prevents this file
4 loading when tests are run in parallel.
5
6 2020-05-15 Pedro Alves <palves@redhat.com>
7
8 * gdb.multi/multi-kill.exp (start_inferior): Remove
9 'testpid' parameter. Refer to namespace variable directly.
10 (testpid): Declare as namespace variable.
11
12 2020-05-15 Pedro Alves <palves@redhat.com>
13
14 * gdb.multi/multi-kill.exp: Wrap in namespace.
15 (start_inferior): Add TESTPID parameter. Use it instead of the
16 testpid global.
17 (top level): Define empty TESTPID array, and pass it down to
18 start_inferior.
19
20 2020-05-14 Tom de Vries <tdevries@suse.de>
21
22 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
23 output.
24
25 2020-05-14 Tom de Vries <tdevries@suse.de>
26
27 * gdb.base/align.exp: Split into ...
28 * gdb.base/align.exp.in: ...
29 * gdb.base/align-c++.exp: ...
30 * gdb.base/align-c.exp: ... these.
31 * gdb.base/infcall-nested-structs.exp: Split into ...
32 * gdb.base/infcall-nested-structs.exp.in: ...
33 * gdb.base/infcall-nested-structs-c++.exp: ...
34 * gdb.base/infcall-nested-structs-c.exp: ... these.
35 * gdb.base/info-types.exp: Split into ...
36 * gdb.base/info-types.exp.in: ...
37 * gdb.base/info-types-c++.exp: ...
38 * gdb.base/info-types-c.exp: ... these.
39 * gdb.base/max-depth.exp: Split into ...
40 * gdb.base/max-depth.exp.in: ...
41 * gdb.base/max-depth-c++.exp: ...
42 * gdb.base/max-depth-c.exp: ... these.
43 * gdb.cp/infcall-nodebug.exp: Split into ...
44 * gdb.cp/infcall-nodebug.exp.in: ...
45 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
46 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
47 * gdb.cp/infcall-nodebug-c-d0.exp: ...
48 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
49
50 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
51 Pedro Alves <palves@redhat.com>
52
53 * gdb.multi/multi-exit.c: New file.
54 * gdb.multi/multi-exit.exp: New file.
55 * gdb.multi/multi-kill.c: New file.
56 * gdb.multi/multi-kill.exp: New file.
57
58 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
59
60 * gdb.base/annota1.exp: Update the expected output.
61 * gdb.cp/annota2.exp: Ditto.
62
63 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
64
65 * lib/check-test-names.exp: Disable when testing is being run in
66 parallel.
67
68 2020-05-12 Tom de Vries <tdevries@suse.de>
69
70 * gdb.base/jit-elf.exp: Fix string concat.
71
72 2020-05-12 Tom de Vries <tdevries@suse.de>
73
74 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
75 messages.
76
77 2020-05-12 Tom de Vries <tdevries@suse.de>
78
79 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
80
81 2020-05-12 Tom de Vries <tdevries@suse.de>
82
83 * gdb.ada/catch_ex.exp: Use with_test_prefix.
84 * gdb.ada/mi_catch_ex.exp: Same.
85 * gdb.ada/mi_catch_ex_hand.exp: Same.
86
87 2020-05-12 Tom de Vries <tdevries@suse.de>
88
89 * gdb.fortran/complex.exp: Use with_test_prefix.
90
91 2020-05-12 Tom de Vries <tdevries@suse.de>
92
93 * gdb.trace/passcount.exp: Fix test-names.
94
95 2020-05-12 Tom de Vries <tdevries@suse.de>
96
97 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
98
99 2020-05-12 Tom de Vries <tdevries@suse.de>
100
101 * gdb.gdb/complaints.exp: Use with_test_prefix.
102 * gdb.xml/tdesc-regs.exp: Same.
103 * gdb.opt/inline-locals.exp: Fix test name.
104
105 2020-05-12 Tom de Vries <tdevries@suse.de>
106
107 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
108 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
109 * gdb.dwarf2/implref-struct.exp: Same.
110 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
111 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
112
113 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
114
115 * gdb.base/jit-so.exp (one_jit_test): Change test name.
116
117 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
118
119 * lib/check-test-names.exp (all_test_names): New module variable.
120 (counts): Add 'duplicates' field.
121 (_check_duplicates): New procedure.
122 (check): Also check for duplicates.
123 (do_log_summary): Print duplicates count.
124 (do_reset_vars): Reset counter for duplicate test names, and
125 discard all know test names.
126
127 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * lib/gdb.exp: Include check-test-names.exp library.
130 * lib/check-test-names.exp: New file.
131
132 2020-05-11 Tom de Vries <tdevries@suse.de>
133
134 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
135
136 2020-05-11 Keith Seitz <keiths@redhat.com>
137
138 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
139
140 2020-05-11 Tom de Vries <tdevries@suse.de>
141
142 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
143 * gdb.cp/cpexprs.exp.in: .. here.
144 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
145 cpexprs.exp.
146
147 2020-05-11 Keith Seitz <keiths@redhat.com>
148
149 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
150 test names.
151 * gdb.ada/arrayptr.exp: Likewise.
152 * gdb.ada/assign_arr.exp: Likewise.
153 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
154 * gdb.ada/bp_on_var.exp: Likewise.
155 * gdb.ada/call_pn.exp: Likewise.
156 * gdb.ada/complete.exp: Likewise.
157 * gdb.ada/fun_overload_menu.exp: Likewise.
158 * gdb.ada/funcall_param.exp: Likewise.
159 * gdb.ada/funcall_ref.exp: Likewise.
160 * gdb.ada/packed_array_assign.exp: Likewise.
161 * gdb.ada/same_component_name.exp: Likewise.
162 * gdb.ada/type_coercion.exp: Likewise.
163 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
164 * gdb.ada/variant_record_packed_array.exp: Likewise.
165
166 2020-05-11 Tom de Vries <tdevries@suse.de>
167
168 PR symtab/25941
169 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
170 out of ...
171 * gdb.dwarf2/clang-debug-names.exp: ... here.
172 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
173 clang-debug-names.exp.in.
174 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
175 * gdb.dwarf2/clang-debug-names-2.c: New test.
176
177 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
178
179 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
180 (fortran_runto_main): New Proc, fortran version of runto_main.
181 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
182 * gdb.fortran/array-bounds.exp: Likewise.
183 * gdb.fortran/array-slices.exp: Likewise.
184 * gdb.fortran/block-data.exp: Likewise.
185 * gdb.fortran/charset.exp: Likewise.
186 * gdb.fortran/common-block.exp: Likewise.
187 * gdb.fortran/complex.exp: Likewise.
188 * gdb.fortran/derived-type-function.exp: Likewise.
189 * gdb.fortran/derived-type.exp: Likewise.
190 * gdb.fortran/info-modules.exp: Likewise.
191 * gdb.fortran/info-types.exp: Likewise.
192 * gdb.fortran/intrinsics.exp: Likewise.
193 * gdb.fortran/library-module.exp: Likewise.
194 * gdb.fortran/logical.exp: Likewise.
195 * gdb.fortran/max-depth.exp: Likewise.
196 * gdb.fortran/module.exp: Likewise.
197 * gdb.fortran/multi-dim.exp: Likewise.
198 * gdb.fortran/nested-funcs.exp: Likewise.
199 * gdb.fortran/print-formatted.exp: Likewise.
200 * gdb.fortran/print_type.exp: Likewise.
201 * gdb.fortran/printing-types.exp: Likewise.
202 * gdb.fortran/ptr-indentation.exp: Likewise.
203 * gdb.fortran/ptype-on-functions.exp: Likewise.
204 * gdb.fortran/subarray.exp: Likewise.
205 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
206 * gdb.fortran/vla-datatypes.exp: Likewise.
207 * gdb.fortran/vla-history.exp: Likewise.
208 * gdb.fortran/vla-ptr-info.exp: Likewise.
209 * gdb.fortran/vla-ptype-sub.exp: Likewise.
210 * gdb.fortran/vla-ptype.exp: Likewise.
211 * gdb.fortran/vla-sizeof.exp: Likewise.
212 * gdb.fortran/vla-type.exp: Likewise.
213 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
214 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
215 * gdb.fortran/vla-value-sub.exp: Likewise.
216 * gdb.fortran/vla-value.exp: Likewise.
217 * gdb.fortran/whatis_type.exp: Likewise.
218 * gdb.mi/mi-var-child-f.exp: Likewise.
219
220 2020-05-09 Tom de Vries <tdevries@suse.de>
221
222 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
223
224 2020-05-08 Tom de Vries <tdevries@suse.de>
225
226 * gdb.dwarf2/clang-debug-names.c: New test.
227 * gdb.dwarf2/clang-debug-names.exp: New file.
228
229 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
230
231 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
232 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
233
234 2020-05-06 Tom de Vries <tdevries@suse.de>
235
236 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
237 breakpoint is at a "recommended breakpoint location".
238 * gdb.reverse/consecutive-reverse.exp: Same.
239
240 2020-05-06 Tom de Vries <tdevries@suse.de>
241
242 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
243 address.
244
245 2020-05-06 Tom de Vries <tdevries@suse.de>
246
247 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
248
249 2020-05-06 Tom de Vries <tdevries@suse.de>
250
251 * gdb.base/store.exp (check_set, up_set): Allowing missing location
252 info for r.
253
254 2020-05-06 Tom de Vries <tdevries@suse.de>
255
256 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
257 necessary.
258
259 2020-05-06 Tom de Vries <tdevries@suse.de>
260
261 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
262 void.
263
264 2020-05-06 Tom de Vries <tdevries@suse.de>
265
266 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
267 of ...
268 * gdb.base/async.exp: ... here.
269 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
270 "recommended breakpoint location".
271
272 2020-05-06 Tom de Vries <tdevries@suse.de>
273
274 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
275
276 2020-05-04 Tom de Vries <tdevries@suse.de>
277
278 * gdb.base/async.exp: Check whether instruction addresses are a
279 "recommended breakpoint location".
280
281 2020-05-03 Tom Tromey <tom@tromey.com>
282
283 * gdb.base/sepdebug.exp: Remove "catch" test.
284 * gdb.base/break.exp: Remove "catch" test.
285 * gdb.base/default.exp: Update expected output.
286
287 2020-05-02 Tom de Vries <tdevries@suse.de>
288
289 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
290 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
291 * gdb.arch/i386-mpx-map.exp: Same.
292 * gdb.arch/i386-mpx-sigsegv.exp: Same.
293 * gdb.arch/i386-mpx-simple_segv.exp: Same.
294 * gdb.arch/i386-mpx.exp: Same.
295
296 2020-05-02 Tom de Vries <tdevries@suse.de>
297
298 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
299
300 2020-05-01 Tom de Vries <tdevries@suse.de>
301
302 * gdb.ada/operator_bp.exp: Allow more than required amount of
303 breakpoint.
304
305 2020-05-01 Tom de Vries <tdevries@suse.de>
306
307 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
308
309 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
310
311 PR gdb/18706
312 * gdb.cp/stub-array-size.cc: New test.
313 * gdb.cp/stub-array-size.exp: New file.
314 * gdb.cp/stub-array-size.h: New test.
315 * gdb.cp/stub-array-size2.cc: New test.
316
317 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
318
319 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
320 output to the new format.
321
322 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
323
324 * gdb.base/break.exp: Use with_test_prefix.
325
326 2020-04-29 Tom de Vries <tdevries@suse.de>
327
328 * lib/gdb.exp (debug_types): New proc.
329 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
330 * gdb.python/py-symtab.exp: Same.
331
332 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
333
334 PR gdb/17320
335 * gdb.base/pretty-array.c: New test.
336 * gdb.base/pretty-array.exp: New file.
337
338 2020-04-29 Tom de Vries <tdevries@suse.de>
339
340 PR symtab/25889
341 * gdb.cp/cpexprs.exp: Adapt for inclusion.
342 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
343 and include cpexprs.exp.
344
345 2020-04-28 Mark Williams <mark@myosotissp.com>
346
347 PR gdb/24480
348 * dw4-toplevel-types.exp: Test for top level types.
349 * dw4-toplevel-types.cc: Test for top level types.
350
351 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
352
353 * gdb.threads/stop-with-handle.exp: Fix typo in comment
354 (theads -> threads).
355
356 2020-04-28 Tom de Vries <tdevries@suse.de>
357
358 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
359
360 2020-04-28 Tom de Vries <tdevries@suse.de>
361
362 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
363
364 2020-04-28 Tom de Vries <tdevries@suse.de>
365
366 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
367
368 2020-04-28 Tom de Vries <tdevries@suse.de>
369
370 * gdb.dwarf2/main-foo.c: New test.
371 * gdb.dwarf2/struct-with-sig.exp: New file.
372
373 2020-04-25 Tom de Vries <tdevries@suse.de>
374
375 * boards/debug-types.exp: New file.
376
377 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
380
381 2020-04-24 Tom Tromey <tom@tromey.com>
382
383 PR symtab/12707:
384 * gdb.python/py-symbol.exp: Update expected results for
385 linkage_name test.
386 * gdb.cp/print-demangle.exp: New file.
387 * gdb.base/c-linkage-name.exp: Fix test.
388 * gdb.guile/scm-symbol.exp: Update expected results for
389 linkage_name test.
390
391 2020-04-24 Tom Tromey <tom@tromey.com>
392
393 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
394 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
395 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
396 assembler.
397
398 2020-04-24 Tom de Vries <tdevries@suse.de>
399
400 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
401 C++.
402
403 2020-04-24 Tom Tromey <tromey@adacore.com>
404
405 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
406 values.
407 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
408 values. Update test for minimal encodings.
409 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
410 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
411 values. Update test for minimal encodings.
412
413 2020-04-24 Tom Tromey <tromey@adacore.com>
414
415 PR python/23662:
416 * gdb.ada/variant.exp: Add Python checks.
417 * gdb.rust/simple.exp: Add dynamic type checks.
418
419 2020-04-24 Tom Tromey <tromey@adacore.com>
420
421 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
422 Make array type matching more lax.
423 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
424 * gdb.ada/mi_variant.exp: New file.
425 * gdb.ada/mi_variant/pck.ads: New file.
426 * gdb.ada/mi_variant/pkg.adb: New file.
427 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
428 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
429
430 2020-04-24 Tom Tromey <tromey@adacore.com>
431
432 * gdb.ada/variant.exp: Add dynamic field offset tests.
433 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
434 * gdb.ada/variant/pkg.adb: Add new variables.
435
436 2020-04-24 Tom Tromey <tromey@adacore.com>
437
438 * gdb.ada/variant.exp: New file
439 * gdb.ada/variant/pkg.adb: New file
440 * gdb.ada/variant/pck.adb: New file
441
442 2020-04-24 Tom de Vries <tdevries@suse.de>
443
444 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
445
446 2020-04-24 Tom de Vries <tdevries@suse.de>
447
448 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
449 flags.
450
451 2020-04-24 Tom de Vries <tdevries@suse.de>
452
453 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
454
455 2020-04-24 Tom de Vries <tdevries@suse.de>
456
457 * lib/gdb.exp (default_gdb_start): Handle eof.
458 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
459 failure.
460 * gdb.base/readnever.exp: Handle clean_restart failure.
461
462 2020-04-23 Tom de Vries <tdevries@suse.de>
463
464 * gdb.base/decl-before-def.exp: Run to main and print a again.
465
466 2020-04-23 Tom de Vries <tdevries@suse.de>
467
468 * gdb.base/decl-before-def-decl.c: New test.
469 * gdb.base/decl-before-def-def.c: New test.
470 * gdb.base/decl-before-def.exp: New file.
471
472 2020-04-23 Tom de Vries <tdevries@suse.de>
473
474 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
475
476 2020-04-22 Tom de Vries <tdevries@suse.de>
477
478 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
479 debug_info_offset.
480 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
481 before $objsfile in the line line.
482
483 2020-04-22 Tom de Vries <tdevries@suse.de>
484
485 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
486
487 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
488
489 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
490 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
491 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
492 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
493 * gdb.base/jit-protocol.h: Update definitions to match all usage
494 contexts.
495
496 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
497
498 * gdb.base: Rename all jit related test and source files.
499
500 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
501
502 * gdb.base/jit-reader.exp: Relax register output check.
503
504 2020-04-22 Tom de Vries <tdevries@suse.de>
505
506 PR symtab/25764
507 * gdb.base/psym-external-decl-2.c: New test.
508 * gdb.base/psym-external-decl.c: New test.
509 * gdb.base/psym-external-decl.exp: New file.
510 * gdb.threads/tls.exp: Add PR25807 kfail.
511
512 2020-04-22 Tom de Vries <tdevries@suse.de>
513
514 PR symtab/25801
515 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
516 in "info source" output.
517
518 2020-04-22 Tom de Vries <tdevries@suse.de>
519
520 PR symtab/25700
521 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
522 symtab for imported_unit.c.
523
524 2020-04-21 Gary Benson <gbenson@redhat.com>
525
526 * gdb.base/advance.c (func): New argument, to match call site.
527 (func2, func3): Add return statements.
528
529 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
530
531 * gdb.multi/run-only-second-inf.c: New file.
532 * gdb.multi/run-only-second-inf.exp: New file.
533
534 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
535
536 * gdb.btrace/multi-inferior.c: New test.
537 * gdb.btrace/multi-inferior.exp: New file.
538
539 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
540
541 * gdb.btrace/enable-new-thread.c: New test.
542 * gdb.btrace/enable-new-thread.exp: New file.
543
544 2020-04-21 Tom de Vries <tdevries@suse.de>
545
546 PR gdb/25471
547 * gdb.threads/killed-outside.c: New test.
548 * gdb.threads/killed-outside.exp: New file.
549
550 2020-04-20 Gary Benson <gbenson@redhat.com>
551
552 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
553 * gdb.base/nested-subp2.exp: Likewise.
554 * gdb.base/nested-subp3.exp: Likewise.
555
556 2020-04-20 Gary Benson <gbenson@redhat.com>
557
558 * gdb.base/nested-subp1.exp: Disable test when using clang.
559 * gdb.base/nested-subp2.exp: Likewise.
560 * gdb.base/nested-subp3.exp: Likewise.
561
562 2020-04-20 Gary Benson <gbenson@redhat.com>
563
564 * gdb.cp/exception.cc: Fix compilation error with clang.
565
566 2020-04-20 Gary Benson <gbenson@redhat.com>
567
568 * gdb.trace/tspeed.c: Fix compilation error with clang.
569
570 2020-04-20 Gary Benson <gbenson@redhat.com>
571
572 * gdb.base/jit-main.c: Fix compilation error with clang.
573
574 2020-04-17 Kamil Rytarowski <n54@gmx.com>
575
576 * gdb.base/attach-twice.c: Include "sys/types.h".
577 (PTRACE_ATTACH): Add fallback definition.
578 (main): Pass `0' to the 4th argument of `ptrace'.
579
580 2020-04-17 Kamil Rytarowski <n54@gmx.com>
581
582 * gdb.base/fork-running-state.c: Include "signal.h".
583
584 2020-04-17 Tom Tromey <tromey@adacore.com>
585
586 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
587 Update tests.
588 * gdb.btrace/cpu.exp: Update tests.
589 * gdb.base/maint.exp: Update tests.
590 * gdb.base/default.exp: Update tests.
591 * gdb.base/completion.exp: Update tests.
592
593 2020-04-16 Tom de Vries <tdevries@suse.de>
594
595 PR symtab/25791
596 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
597 (ensure_gdb_index): and factor out and move ...
598 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
599 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
600
601 2020-04-16 Tom de Vries <tdevries@suse.de>
602
603 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
604 loading exec.
605
606 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.base/many-completions.exp: New file.
609
610 2020-04-14 Tom de Vries <tdevries@suse.de>
611
612 PR symtab/25718
613 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
614
615 2020-04-14 Tom de Vries <tdevries@suse.de>
616
617 PR symtab/25720
618 * gdb.base/maint-expand-symbols-header-file.c: New test.
619 * gdb.base/maint-expand-symbols-header-file.exp: New file.
620 * gdb.base/maint-expand-symbols-header-file.h: New test.
621
622 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
623
624 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
625 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
626 get_func_info.
627 (get_func_info): Delete.
628 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
629 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
630 * lib/dwarf.exp (get_func_info): New function.
631
632 2020-04-13 Tom de Vries <tdevries@suse.de>
633
634 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
635 to what find_gnatmake does.
636
637 2020-04-10 Tom de Vries <tdevries@suse.de>
638
639 * gdb.base/style.exp: Expect "Expanding full symbols" message for
640 -readnow.
641
642 2020-04-10 Tom de Vries <tdevries@suse.de>
643
644 PR cli/25808
645 * gdb.base/style.c: Add leading newlines.
646 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
647 Check listing of main's one-line body.
648
649 2020-04-08 Tom de Vries <tdevries@suse.de>
650
651 * lib/gdb.exp (psymtabs_p): New proc.
652 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
653 importing unit" unsupported if there are no partial symbols.
654
655 2020-04-08 Tom de Vries <tdevries@suse.de>
656
657 PR testsuite/25760
658 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
659
660 2020-04-07 Tom de Vries <tdevries@suse.de>
661
662 PR symtab/25796
663 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
664
665 2020-04-07 Tom de Vries <tdevries@suse.de>
666
667 * gdb.base/check-psymtab.c: New test.
668 * gdb.base/check-psymtab.exp: New file.
669
670 2020-04-06 Tom Tromey <tromey@adacore.com>
671
672 * gdb.ada/variant-record/proc.adb: New file.
673 * gdb.ada/variant-record/value.adb: New file.
674 * gdb.ada/variant-record/value.s: New file.
675 * gdb.ada/variant-record.exp: New file.
676
677 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
678
679 PR gdb/25325
680 * gdb.cp/typed-enum.cc: New test.
681 * gdb.cp/typed-enum.exp: New file.
682
683 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
686 * gdb.dwarf2/dw2-inline-small-func.c: New file.
687 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
688 * gdb.dwarf2/dw2-inline-small-func.h: New file.
689 * gdb.opt/inline-small-func.c: New file.
690 * gdb.opt/inline-small-func.exp: New file.
691 * gdb.opt/inline-small-func.h: New file.
692
693 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
696 function.
697
698 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * lib/dwarf.exp (function_range): Allow compiler options to be
701 specified.
702
703 2020-04-02 Tom de Vries <tdevries@suse.de>
704
705 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
706 __attribute__((always_inline)).
707 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
708
709 2020-04-02 Tom de Vries <tdevries@suse.de>
710
711 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
712 (gdbserver_gdb_exit): ... here. Add timeout warning.
713 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
714 (connect_target_extended_remote): Append new server_spawn_id to
715 server_spawn_ids.
716 (cleanup): New proc.
717 (setup, <toplevel>): Call cleanup.
718
719 2020-04-02 Tom de Vries <tdevries@suse.de>
720
721 * gdb.base/main-psymtab.exp: New file.
722
723 2020-04-02 Tom de Vries <tdevries@suse.de>
724
725 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
726
727 2020-04-01 Tom Tromey <tom@tromey.com>
728
729 * gdb.base/complex-parts.exp: Add type tests.
730
731 2020-04-01 Tom Tromey <tom@tromey.com>
732
733 * gdb.base/complex-parts.exp: Add arithmetic tests.
734
735 2020-04-01 Tom Tromey <tom@tromey.com>
736
737 * gdb.compile/compile.exp: Update.
738 * gdb.compile/compile-cplus.exp: Update.
739 * gdb.base/varargs.exp: Update.
740 * gdb.base/floatn.exp: Update.
741 * gdb.base/endianity.exp: Update.
742 * gdb.base/callfuncs.exp (do_function_calls): Update.
743 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
744 (complex_float_integral_args): Update.
745 * gdb.base/complex.exp: Update.
746 * gdb.base/complex-parts.exp: Update.
747
748 2020-04-01 Tom Tromey <tromey@adacore.com>
749
750 * gdb.rust/union.rs: New file.
751 * gdb.rust/union.exp: New file.
752 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
753 (main): Update.
754 * gdb.rust/simple.exp: Move union tests to union.exp.
755
756 2020-04-01 Tom Tromey <tromey@adacore.com>
757
758 * gdb.rust/simple.rs (main): Remove "y0".
759
760 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
761
762 * gdb.multi/stop-all-on-exit.c: New test.
763 * gdb.multi/stop-all-on-exit.exp: New file.
764
765 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
766
767 PR gdb/24789
768 * gdb.cp/misc.cc: Add integer reference variable.
769 * gdb.cp/misc.exp: Add test.
770
771 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
772
773 * gdb.server/stop-reply-no-thread.exp: Enhance the test
774 scenario to cover execution until the end and also the case
775
776 2020-03-31 Tom de Vries <tdevries@suse.de>
777
778 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
779 c. Use "maint info symtabs" to check symtab expansion.
780
781 2020-03-30 Tom de Vries <tdevries@suse.de>
782
783 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
784 unsupported.
785 (verify_psymtab_expanded): Move ...
786 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
787 test.
788 (readnow): New proc.
789
790 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
791
792 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
793 with $hex.
794
795 2020-03-20 Tom Tromey <tromey@adacore.com>
796
797 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
798
799 2020-03-20 Tom Tromey <tromey@adacore.com>
800
801 * gdb.ada/sub_variant/subv.adb: New file.
802 * gdb.ada/sub_variant.exp: New file.
803
804 2020-03-20 Tom de Vries <tdevries@suse.de>
805
806 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
807 first break fails.
808 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
809
810 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
811
812 * gdb.server/exit-multiple-threads.c: New file.
813 * gdb.server/exit-multiple-threads.exp: New file.
814
815 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
816
817 * gdb.fortran/mixed-lang-stack.c: New file.
818 * gdb.fortran/mixed-lang-stack.cpp: New file.
819 * gdb.fortran/mixed-lang-stack.exp: New file.
820 * gdb.fortran/mixed-lang-stack.f90: New file.
821
822 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
823
824 * gdb.linespec/cp-completion-aliases.cc: New file.
825 * gdb.linespec/cp-completion-aliases.exp: New file.
826
827 2020-03-19 Tom de Vries <tdevries@suse.de>
828
829 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
830 more precise.
831
832 2020-03-18 Tom de Vries <tdevries@suse.de>
833
834 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
835 * gdb.dwarf2/break-inline-psymtab.c: New test.
836 * gdb.dwarf2/break-inline-psymtab.exp: New file.
837
838 2020-03-16 Tom de Vries <tdevries@suse.de>
839
840 * lib/cache.exp (gdb_do_cache): Add and handle local variables
841 cache_verify and cache_verify_proc.
842
843 2020-03-15 Tom de Vries <tdevries@suse.de>
844
845 * gdb.server/solib-list.exp: Handle
846 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
847
848 2020-03-15 Tom de Vries <tdevries@suse.de>
849
850 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
851 objfiles".
852
853 2020-03-14 Tom Tromey <tom@tromey.com>
854
855 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
856
857 2020-03-14 Tom de Vries <tdevries@suse.de>
858
859 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
860
861 2020-03-14 Tom de Vries <tdevries@suse.de>
862
863 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
864 result in line-by-line fashion.
865
866 2020-03-14 Tom de Vries <tdevries@suse.de>
867
868 * lib/gdb.exp (supports_statement_frontiers): New proc.
869 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
870
871 2020-03-14 Tom de Vries <tdevries@suse.de>
872
873 * gdb.base/printcmds.exp: Add missing quoting for "print
874 teststring2".
875
876 2020-03-13 Tom Tromey <tom@tromey.com>
877
878 * gdb.base/printcmds.exp (test_print_strings): Add regression
879 test.
880 * gdb.base/printcmds.c (charptr): New typedef.
881 (teststring2): New global.
882
883 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
884
885 * gdb.base/break-interp.exp: Use the tail of the filename, not the
886 full path in the test name.
887 (test_ld): Add some with_test_prefix blocks to make test names
888 unique.
889
890 2020-03-13 Tom de Vries <tdevries@suse.de>
891
892 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
893
894 2020-03-13 Tom de Vries <tdevries@suse.de>
895
896 * gdb.mi/mi-sym-info.exp: Make matching more precise.
897
898 2020-03-13 Tom de Vries <tdevries@suse.de>
899
900 PR symtab/25646
901 * gdb.dwarf2/imported-unit.exp: Add test.
902
903 2020-03-13 Tom de Vries <tdevries@suse.de>
904
905 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
906 (var1, var2): New variable.
907 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
908 matching symbols.
909
910 2020-03-13 Tom de Vries <tdevries@suse.de>
911
912 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
913 (Term::command): Use prompt prefix.
914 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
915 * gdb.tui/tui-layout-asm-short-prog.exp: Use
916 command_no_prompt_prefix instead of prefix.
917 * gdb.tui/tui-layout-asm.exp: Same.
918
919 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
920
921 * gdb.base/break-interp.exp: Use foreach_with_prefix.
922
923 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
924
925 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
926 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
927 on" while stepping over the test instruction, match printed
928 message.
929
930 2020-03-12 Tom de Vries <tdevries@suse.de>
931
932 * gdb.base/info-types.exp: Use exp_continue during matching of output
933 of "info types".
934
935 2020-03-12 Tom de Vries <tdevries@suse.de>
936
937 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
938
939 2020-03-12 Tom de Vries <tdevries@suse.de>
940
941 * gdb.fortran/module.exp: Use exp_continue during matching of output
942 of "info variable -n".
943
944 2020-03-12 Tom de Vries <tdevries@suse.de>
945
946 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
947 gdb.dwarf2/dw2-ranges-base.c.
948
949 2020-03-12 Tom de Vries <tdevries@suse.de>
950
951 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
952 in presence of GLIBC debuginfo.
953
954 2020-03-12 Tom de Vries <tdevries@suse.de>
955
956 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
957 $core.
958
959 2020-03-12 Tom de Vries <tdevries@suse.de>
960
961 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
962 more precise.
963
964 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
965
966 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
967 from Unix to Windows path.
968
969 2020-03-11 Tom de Vries <tdevries@suse.de>
970
971 * gdb.ada/minsyms.exp: Set language to ada.
972
973 2020-03-11 Tom de Vries <tdevries@suse.de>
974
975 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
976
977 2020-03-11 Tom de Vries <tdevries@suse.de>
978
979 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
980
981 2020-03-11 Tom Tromey <tromey@adacore.com>
982
983 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
984
985 2020-03-11 Tom de Vries <tdevries@suse.de>
986
987 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
988
989 2020-03-11 Tom de Vries <tdevries@suse.de>
990
991 * gdb.base/break-interp.exp: Limit verbose scope.
992
993 2020-03-11 Tom de Vries <tdevries@suse.de>
994
995 * gdb.fortran/logical.f90: Define variable with character type.
996 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
997
998 2020-03-11 Tom de Vries <tdevries@suse.de>
999
1000 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1001
1002 2020-03-11 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1005 symtabs.
1006
1007 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1008 Bernd Edlinger <bernd.edlinger@hotmail.de>
1009
1010 * gdb.cp/step-and-next-inline.cc: New file.
1011 * gdb.cp/step-and-next-inline.exp: New file.
1012 * gdb.cp/step-and-next-inline.h: New file.
1013 * gdb.dwarf2/dw2-is-stmt.c: New file.
1014 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1015 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1016 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1017 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1018
1019 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1020
1021 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1022 is-stmt flag in the line table.
1023
1024 2020-03-09 Tom de Vries <tdevries@suse.de>
1025
1026 * lib/gdb.exp (cached_file): Create cache dir.
1027
1028 2020-03-07 Tom de Vries <tdevries@suse.de>
1029
1030 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1031 * gdb.cp/rvalue-ref-params.exp: Same.
1032
1033 2020-03-06 Tom de Vries <tdevries@suse.de>
1034
1035 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1036 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1037
1038 2020-03-06 Tom de Vries <tdevries@suse.de>
1039
1040 * README: Fix "the the".
1041 * gdb.base/dprintf.exp: Same.
1042
1043 2020-03-05 Tom de Vries <tdevries@suse.de>
1044
1045 * gdb.base/maint.exp: Update "main print statistics" expected output.
1046
1047 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1048
1049 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1050 (fortran_int8): Likewise.
1051 (fortran_real4): Likewise.
1052 (fortran_real8): Likewise.
1053 (fortran_complex4): Likewise.
1054 (fortran_logical4): Likewise.
1055 (fortran_character1): Likewise.
1056
1057 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1060 printed as true.
1061
1062 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1063
1064 * gdb.base/printcmds.exp: Add test to verify printf of a
1065 variable holding an address.
1066
1067 2020-03-03 Tom de Vries <tdevries@suse.de>
1068
1069 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1070
1071 2020-03-03 Tom de Vries <tdevries@suse.de>
1072
1073 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1074 gdb_test_multiple call.
1075
1076 2020-03-03 Tom de Vries <tdevries@suse.de>
1077
1078 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1079 gdb_test_multiple calls.
1080
1081 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1082
1083 * gdb.base/default.exp: Remove test of 'set history filename'.
1084 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1085 filename to the empty string.
1086 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1087 and GDBHISTSIZE.
1088
1089 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1090
1091 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1092 disabled.
1093
1094 2020-03-02 Pedro Alves <palves@redhat.com>
1095 Tom de Vries <tdevries@suse.de>
1096
1097 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1098 -prompt prefix, before user_code argument. Add -lbl option likewise.
1099 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1100 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1101 argument.
1102 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1103 have "\r\n" at start-of-line, instead of at end-of-line.
1104
1105 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1106
1107 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1108 libinproctrace.so.
1109
1110 2020-02-28 Luis Machado <luis.machado@linaro.org>
1111
1112 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1113 to "p/x".
1114
1115 2020-02-28 Luis Machado <luis.machado@linaro.org>
1116
1117 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1118 asm/ptrace.h and error.h.
1119
1120 2020-02-28 Tom de Vries <tdevries@suse.de>
1121
1122 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1123 (struct wrapper, do_something, mundane/symada__cS): Move ...
1124 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1125 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1126 Update "print symada__cS before partial symtab expansion" regexp.
1127 Update breakpoint location. Flush symbol cache after expansion.
1128
1129 2020-02-28 Luis Machado <luis.machado@linaro.org>
1130
1131 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1132
1133 2020-02-27 Tom de Vries <tdevries@suse.de>
1134
1135 * config/sid.exp: Remove unused globals.
1136 * gdb.base/attach.exp: Same.
1137 * gdb.base/catch-load.exp: Same.
1138 * gdb.base/dbx.exp: Same.
1139 * lib/gdb.exp: Same.
1140 * lib/mi-support.exp: Same.
1141 * lib/prompt.exp: Same.
1142
1143 2020-02-27 Tom de Vries <tdevries@suse.de>
1144
1145 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1146 not set.
1147
1148 2020-02-26 Aaron Merey <amerey@redhat.com>
1149
1150 * gdb.debuginfod: New directory for debuginfod tests.
1151 * gdb.debuginfod/main.c: New test file.
1152 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1153
1154 2020-02-26 Tom de Vries <tdevries@suse.de>
1155
1156 PR gdb/25603
1157 * gdb.base/persistent-lang.cc: New test.
1158 * gdb.base/persistent-lang.exp: New file.
1159
1160 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1161
1162 * gdb.fortran/derived-type-striding.exp: Add a new test.
1163 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1164 new test.
1165
1166 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1167
1168 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1169 names.
1170
1171 2020-02-25 Tom de Vries <tdevries@suse.de>
1172
1173 PR go/18926
1174 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1175
1176 2020-02-24 Tom de Vries <tdevries@suse.de>
1177
1178 PR gdb/25592
1179 * gdb.base/info-locals-unused-static-var.c: New test.
1180 * gdb.base/info-locals-unused-static-var.exp: New file.
1181
1182 2020-02-22 Tom Tromey <tom@tromey.com>
1183
1184 * gdb.python/tui-window.exp: New file.
1185 * gdb.python/tui-window.py: New file.
1186
1187 2020-02-22 Tom Tromey <tom@tromey.com>
1188
1189 PR tui/17850:
1190 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1191 tests.
1192
1193 2020-02-22 Tom Tromey <tom@tromey.com>
1194
1195 * gdb.tui/new-layout.exp: Add sub-layout tests.
1196
1197 2020-02-22 Tom Tromey <tom@tromey.com>
1198
1199 * gdb.tui/new-layout.exp: New file.
1200
1201 2020-02-22 Tom Tromey <tom@tromey.com>
1202
1203 * gdb.rust/rust-style.rs: New file.
1204 * gdb.rust/rust-style.exp: New file.
1205 * gdb.base/style.exp: Test structure printing.
1206 * gdb.base/style.c (struct some_struct): New type.
1207 (enum etype): New type.
1208 (struct_value): New global.
1209
1210 2020-02-21 Tom de Vries <tdevries@suse.de>
1211
1212 PR go/18926
1213 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1214 Remove blanket xfails. Use message argument for gdb_breakpoint.
1215 Make continuing to breakpoint test conditional on setting breakpoint.
1216 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1217 DW_AT_name attribute. Add xfail for GCC PR93866.
1218
1219 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * gdb.dwarf2/cpp-linkage-name.c: New file.
1222 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1223
1224 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1225
1226 * lib/gdb.exp (gdb_wrapper_init): Reset
1227 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1228 not exist.
1229
1230 2020-02-20 Tom de Vries <tdevries@suse.de>
1231
1232 PR go/17018
1233 * gdb.go/hello.exp: Copy ...
1234 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1235 print of st to print value of global definition. Add xfail for GCC
1236 PR93844.
1237 * gdb.go/hello.exp: Remove printing of st before definition.
1238 * gdb.go/hello.go: Copy ...
1239 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1240 to st.
1241 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1242
1243 2020-02-20 Tom de Vries <tdevries@suse.de>
1244
1245 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1246 (gdb_simple_compile): Handle compile_flags go by using .go extension
1247 for source file.
1248 * gdb.go/chan.exp: Use support_go_compile.
1249 * gdb.go/handcall.exp: Same.
1250 * gdb.go/hello.exp: Same.
1251 * gdb.go/integers.exp: Same.
1252 * gdb.go/max-depth.exp: Same.
1253 * gdb.go/methods.exp: Same.
1254 * gdb.go/package.exp: Same.
1255 * gdb.go/strings.exp: Same.
1256 * gdb.go/types.exp: Same.
1257 * gdb.go/unsafe.exp: Same.
1258
1259 2020-02-19 Tom de Vries <tdevries@suse.de>
1260
1261 * gdb.python/lib-types.exp: Make xfail more strict.
1262
1263 2020-02-19 Tom de Vries <tdevries@suse.de>
1264
1265 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1266
1267 2020-02-19 Doug Evans <dje@google.com>
1268
1269 PR rust/25535
1270 * gdb.rust/simple.exp: Add test.
1271 * gdb.rust/simple.rs: Add test.
1272
1273 2020-02-19 Tom de Vries <tdevries@suse.de>
1274
1275 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1276 output line-by-line.
1277
1278 2020-02-19 Tom de Vries <tdevries@suse.de>
1279
1280 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1281
1282 2020-02-19 Tom de Vries <tdevries@suse.de>
1283
1284 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1285 prelink.
1286
1287 2020-02-19 Tom de Vries <tdevries@suse.de>
1288
1289 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1290 (gdb_do_cache): Use gdb_do_cache_wrap.
1291 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1292
1293 2020-02-19 Tom de Vries <tdevries@suse.de>
1294
1295 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1296 gdb_compile option.
1297
1298 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1299
1300 * gdb.base/printcmds.exp (test_print_enums): Update expected
1301 output.
1302
1303 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1304
1305 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1306 for "unknown".
1307
1308 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1309
1310 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1311 enumerator.
1312
1313 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1314
1315 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1316 FE_, add FE_NONE.
1317 (three): Update.
1318 (enum flag_enum_without_zero): New enum.
1319 (flag_enum_without_zero): New variable.
1320 (enum not_flag_enum): New enum.
1321 (three_not_flag): New variable.
1322 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1323 (test_print_enums): Add more tests for printing flag enums.
1324
1325 2020-02-18 Tom de Vries <tdevries@suse.de>
1326
1327 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1328 (gdb_compile_ada): ... here.
1329 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1330 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1331
1332 2020-02-14 Tom Tromey <tom@tromey.com>
1333
1334 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1335 build directory.
1336 * boards/gdbserver-base.exp: Update path to gdbserver.
1337
1338 2020-02-13 Tom de Vries <tdevries@suse.de>
1339
1340 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1341
1342 2020-02-13 Tom de Vries <tdevries@suse.de>
1343
1344 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1345 are missing.
1346
1347 2020-02-13 Tom de Vries <tdevries@suse.de>
1348
1349 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1350 call.
1351
1352 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1353
1354 PR tui/25126
1355 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1356 * gdb.base/cached-source-file.c: New file.
1357 * gdb.base/cached-source-file.exp: New file.
1358
1359 2020-02-11 Tom de Vries <tdevries@suse.de>
1360
1361 PR testsuite/25488
1362 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1363
1364 2020-02-10 Tom de Vries <tdevries@suse.de>
1365
1366 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1367
1368 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1369
1370 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1371 and $after_addr are both integers before making a comparison.
1372
1373 2020-02-09 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1376 command output and paste it into gdb.log. If any, paste catch message
1377 to gdb.log.
1378
1379 2020-02-07 Tom Tromey <tromey@adacore.com>
1380
1381 PR breakpoints/24915:
1382 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1383
1384 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1385
1386 * gdb.tui/tui-missing-src.exp: Add the "missing source
1387 file" test for the TUI.
1388
1389 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1390
1391 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1392 including a port number in the output.
1393
1394 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1395
1396 * lib/fortran.exp (fortran_int4): Handle clang.
1397 (fortran_int8): Likewise.
1398 (fortran_real4): Likewise.
1399 (fortran_real8): Likewise.
1400 (fortran_complex4): Likewise.
1401 (fortran_logical4): Likewise.
1402 (fortran_character1): Likewise.
1403
1404 2020-02-04 Tom de Vries <tdevries@suse.de>
1405
1406 * README (Race detection): Add note.
1407
1408 2020-02-04 Tom de Vries <tdevries@suse.de>
1409
1410 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1411
1412 2020-02-04 Tom de Vries <tdevries@suse.de>
1413
1414 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1415
1416 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1417
1418 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1419 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1420 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1421 blttar, bnetarl.
1422 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1423 binary for blttar, bnetarl.
1424 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1425 wait instruction. Delete ldmx test.
1426 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1427
1428 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1429
1430 * gdb.fortran/array-bounds-high.exp: New file.
1431 * gdb.fortran/array-bounds-high.f90: New file.
1432
1433 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1434
1435 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1436 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1437
1438 2020-02-01 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1441
1442 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 PR tui/9765
1445 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1446 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1447
1448 2020-01-29 Luis Machado <luis.machado@linaro.org>
1449
1450 * gdb.arch/aarch64-brk-patterns.c: New source file.
1451 * gdb.arch/aarch64-brk-patterns.exp: New test.
1452
1453 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1454
1455 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1456 GCC/Clang version.
1457 * gdb.cp/pass-by-ref.exp: Ditto.
1458
1459 2020-01-29 Tom de Vries <tdevries@suse.de>
1460
1461 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1462 * gdb.threads/watchpoint-fork-mt.c: Same.
1463 * gdb.threads/watchpoint-fork-parent.c: Same.
1464 * gdb.threads/watchpoint-fork-st.c: Same.
1465 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1466
1467 2020-01-27 Luis Machado <luis.machado@linaro.org>
1468
1469 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1470 sitting at a syscall instruction when we hit the syscall function's
1471 breakpoint.
1472 Check PC against one obtained with the x command.
1473 Validate syscall number.
1474 (step_over_syscall): Don't continue to the syscall instruction if
1475 we're already there.
1476
1477 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1478
1479 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1480
1481 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1482
1483 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1484 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1485
1486 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1487
1488 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1489 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1490
1491 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1492
1493 * gdb.base/maint.exp: Update line table parsing test.
1494 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1495
1496 2020-01-24 Pedro Alves <palves@redhat.com>
1497
1498 PR gdb/25410
1499 * gdb.multi/multi-re-run-1.c: New.
1500 * gdb.multi/multi-re-run-2.c: New.
1501 * gdb.multi/multi-re-run.exp: New.
1502
1503 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1504
1505 PR gdb/23718
1506 * gdb.server/server-kill-python.exp: New file.
1507
1508 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1509
1510 * gdb.server/multi-ui-errors.c: New file.
1511 * gdb.server/multi-ui-errors.exp: New file.
1512
1513 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 PR tui/9765
1516 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1517
1518 2020-01-19 Tom Tromey <tom@tromey.com>
1519
1520 * gdb.tui/main.exp: Add check for plain "file".
1521
1522 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1523
1524 * lib/gdb.exp: Fix spelling error (seperatelly).
1525
1526 2020-01-14 Tom Tromey <tom@tromey.com>
1527
1528 PR symtab/12535:
1529 * gdb.python/python.exp: Test decode_line with empty string
1530 argument.
1531
1532 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1533
1534 * gdb.base/skip-inline.exp: Extend test.
1535
1536 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1537
1538 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1539 * gdb.dwarf2/dw2-bad-elf.c: New file.
1540 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1541
1542 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1545 _line_saw_file.
1546
1547 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1548
1549 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1550 border.
1551
1552 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1553
1554 * gdb.multi/multi-target.exp (setup): Factor out "info
1555 connections" and "info inferiors" tests to ...
1556 (test_info_inferiors): ... this new procedure.
1557 (top level): Run new "info-inferiors" tests.
1558
1559 2020-01-10 Pedro Alves <palves@redhat.com>
1560
1561 * gdb.server/bkpt-other-inferior.exp: New file.
1562
1563 2020-01-10 Pedro Alves <palves@redhat.com>
1564
1565 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1566 of "add-inferior".
1567 * gdb.base/quit-live.exp: Likewise.
1568 * gdb.base/remote-exec-file.exp: Likewise.
1569 * gdb.guile/scm-progspace.exp: Likewise.
1570 * gdb.linespec/linespec.exp: Likewise.
1571 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1572 * gdb.mi/user-selected-context-sync.exp: Likewise.
1573 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1574 "info inferiors" tests.
1575 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1576 "add-inferior".
1577 * gdb.multi/watchpoint-multi.exp: Likewise.
1578 * gdb.python/py-inferior.exp: Likewise.
1579 * gdb.server/extended-remote-restart.exp: Likewise.
1580 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1581 "info inferiors".
1582 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1583 * gdb.trace/report.exp: Likewise.
1584
1585 2020-01-10 Pedro Alves <palves@redhat.com>
1586
1587 * gdb.multi/multi-target.c: New file.
1588 * gdb.multi/multi-target.exp: New file.
1589 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1590 mode requested, but remote does not support non-stop".
1591
1592 2020-01-10 Pedro Alves <palves@redhat.com>
1593
1594 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1595 disconnect before reconnecting.
1596
1597 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1598 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.server/connect-without-multi-process.exp: Also test
1601 continuing to end.
1602
1603 2020-01-10 Pedro Alves <palves@redhat.com>
1604
1605 * gdb.base/remote-exec-file.exp: New file.
1606
1607 2020-01-10 Pedro Alves <palves@redhat.com>
1608
1609 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1610 output.
1611 * gdb.threads/async.c: New.
1612 * gdb.threads/async.exp: New.
1613 * gdb.multi/tids-gid-reset.c: New.
1614 * gdb.multi/tids-gid-reset.exp: New.
1615
1616 2020-01-10 George Barrett <bob@bob131.so>
1617
1618 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1619 to help in finding the image relocation offset.
1620 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1621 options in arguments.
1622 (stap_test_no_debuginfo): Likewise.
1623 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1624 test variants.
1625 (stap_test): Add null semaphore relocation test.
1626
1627 2020-01-10 George Barrett <bob@bob131.so>
1628
1629 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1630 * gdb.base/stap-probe.exp: Likewise.
1631 (stap_test): Pass argument as an additional flag.
1632 (stap_test_no_debuginfo): Likewise.
1633 (stap_test): Check `info probes stap' output for semaphore
1634 addresses if the test binary is supposed to have them.
1635
1636 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1637
1638 * gdb.tui/basic.exp: Add more scrolling tests.
1639
1640 2020-01-09 Tom Tromey <tom@tromey.com>
1641
1642 PR tui/18932:
1643 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1644 meangingful value.
1645 (Term::command, Term::resize): Update.
1646 * gdb.tui/basic.exp: Add scrolling test.
1647
1648 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1649
1650 * gdb.tui/tui-layout-asm.exp: New file.
1651
1652 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1653
1654 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1655
1656 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1657
1658 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1659 (Term::enter_tui): Use Term::prepare_for_tui.
1660
1661 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1662
1663 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1664 called.
1665
1666 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1667
1668 * gdb.base/skip.exp: Fix race condition in test.
1669
1670 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1671
1672 * gdb.base/backtrace.c: New file.
1673 * gdb.base/backtrace.exp: New file.
1674
1675 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1676
1677 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1678
1679 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1680
1681 * gdb.base/style.exp: Test that warnings are styled.
1682
1683 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1684
1685 * gdb.base/line65535.exp: New file.
1686 * gdb.base/line65535.c: New file.
1687
1688 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1689
1690 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1691 * lib/gnat_debug_info_test.adb: New file.
1692 * gdb.ada/ptype_tagged_param.exp: Use
1693 gnat_runtime_has_debug_info, expect a different output if
1694 runtime does not have debug info.
1695
1696 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1697
1698 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1699 (another) quote in test name.
1700
1701 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1702
1703 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1704 Add quote in test name.
1705
1706 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1707
1708 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1709 directory instead.
1710 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1711 * gdb.cp/pass-by-ref-2.cc: New file.
1712 * gdb.cp/pass-by-ref-2.exp: New file.
1713
1714 2019-12-20 Tom Tromey <tom@tromey.com>
1715
1716 * gdb.tui/list-before.exp: New file.
1717
1718 2019-12-20 Tom Tromey <tom@tromey.com>
1719
1720 * gdb.tui/list.exp: Check for source on initial listing.
1721
1722 2019-12-11 Tom Tromey <tromey@adacore.com>
1723
1724 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1725 Add crlf test.
1726
1727 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1728
1729 * gdb.base/default.exp: Update value of $_gdb_major.
1730
1731 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1732
1733 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1734
1735 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1736
1737 * gdb.base/skip.exp: Whitespace fix.
1738
1739 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1740
1741 * gdb.base/skip-inline.c: New file.
1742 * gdb.base/skip-inline.exp: New file.
1743
1744 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1745
1746 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1747 jit_function_00 to jit_function_stack_mangle.
1748 * gdb.base/jithost.c (jit_function_t): Rename to...
1749 (jit_function_stack_mangle_t): ... this.
1750 (jit_function_add_t): New typedef.
1751 (jit_function_00_code): Rename to...
1752 (jit_function_stack_mangle_code): ... this, make static.
1753 (jit_function_add_code): New.
1754 (main): Generate "add" function and call it. Adjust to changes
1755 in jithost_abi.
1756 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1757 (struct jithost_abi) <begin, end>: Remove fields.
1758 <object, function_stack_mangle, function_add>: New fields.
1759 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1760 code_end>: Remove fields.
1761 <func_stack_mangle>: New field.
1762 (read_debug_info): Adjust to renaming, create block for "add"
1763 function.
1764 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1765
1766 2019-12-11 Tom Tromey <tom@tromey.com>
1767
1768 * gdb.tui/resize.exp: Fix regexp.
1769 * gdb.tui/regs.exp: Fix regexps.
1770 * gdb.tui/main.exp: Fix regexp.
1771
1772 2019-12-11 Tom Tromey <tom@tromey.com>
1773
1774 * gdb.tui/resize.exp: Update.
1775 * gdb.tui/empty.exp (layouts): Update.
1776
1777 2019-12-11 Tom Tromey <tom@tromey.com>
1778
1779 * gdb.tui/regs.exp: Update.
1780 * gdb.tui/empty.exp (layouts): Update.
1781 * gdb.tui/basic.exp: Update.
1782 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1783
1784 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1785
1786 * gdb.base/options.exp: Add -raw-values in the print completion list.
1787 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1788
1789 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1790
1791 * gdb.threads/omp-par-scope.c: New file.
1792 * gdb/threads/omp-par-scope.exp: New file.
1793
1794 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1795
1796 * lib/gdb.exp (support_nested_function_tests): New proc.
1797
1798 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1799
1800 * lib/gdb.exp (gdb_compile_openmp): New proc.
1801 (build_executable_from_specs): Add an "openmp" option.
1802 (gdb_compile_pthreads): Add non-executable case.
1803
1804 2019-12-10 Tom Tromey <tromey@adacore.com>
1805
1806 * gdb.ada/unchecked_union.exp: New file.
1807 * gdb.ada/unchecked_union/pck.adb: New file.
1808 * gdb.ada/unchecked_union/pck.ads: New file.
1809 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1810 * gdb-utils.exp (string_to_regexp): Also quote "?".
1811
1812 2019-12-10 George Barrett <bob@bob131.so>
1813
1814 Test scripted probe breakpoints.
1815 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1816 * gdb.python/py-breakpoint.c (main): Likewise.
1817 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1818 specifier test.
1819 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1820
1821 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1822
1823 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1824 an rvalue parameter.
1825 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1826 parameter.
1827
1828 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1831 modules.
1832
1833 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1834
1835 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1836 broken version of GCC.
1837
1838 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1839
1840 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1841 sym-info-cmds library.
1842 * gdb.fortran/info-types.exp: Likewise.
1843 * lib/sym-info-cmds.exp: New file.
1844
1845 2019-12-08 Tom de Vries <tdevries@suse.de>
1846
1847 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1848
1849 2019-12-07 Keith Seitz <keiths@redhat.com>
1850
1851 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1852 * gdb.base/corefile-buildid-shlib.c: New file.
1853 * gdb.base/corefile-buildid.c: New file.
1854 * gdb.base/corefile-buildid.exp: New file.
1855
1856 2019-12-06 Tom de Vries <tdevries@suse.de>
1857
1858 * gdb.dwarf2/varval.exp: Add decl before def test.
1859
1860 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1861
1862 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1863
1864 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1865
1866 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1867 CV and reference conversion for overload resolution.
1868 * gdb.cp/rvalue-ref-overload.exp: Test it.
1869
1870 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1871
1872 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1873 * gdb.base/frameapply.exp: Test faas without command.
1874
1875 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1876
1877 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1878 Fortran tests.
1879 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1880 order.
1881
1882 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1883
1884 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1885 casting to type with no kind specified.
1886 (test_basic_parsing_of_type_kinds): Additional tests for types
1887 with no kind specified, and add tests for single/double
1888 precision/complex types.
1889
1890 2019-12-04 Tom Tromey <tromey@adacore.com>
1891
1892 * gdb.base/endianity.c (struct other) <x>: New field.
1893 (main): Initialize it.
1894 * gdb.base/endianity.exp: Update.
1895
1896 2019-12-04 Tom Tromey <tromey@adacore.com>
1897
1898 * gdb.ada/scalar_storage/storage.adb: New file.
1899 * gdb.ada/scalar_storage/pck.adb: New file.
1900 * gdb.ada/scalar_storage/pck.ads: New file.
1901 * gdb.ada/scalar_storage.exp: New file.
1902
1903 2019-12-04 Tom Tromey <tromey@adacore.com>
1904
1905 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1906 (main): Initialize it.
1907 * gdb.base/endianity.exp: Update.
1908
1909 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1910
1911 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1912
1913 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1914
1915 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1916 -symbol-info-module-functions and -symbol-info-module-variables.
1917
1918 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1921
1922 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1923 Andrew Burgess <andrew.burgess@embecosm.com>
1924
1925 * gdb.fortran/derived-type-striding.exp: New file.
1926 * gdb.fortran/derived-type-striding.f90: New file.
1927 * gdb.fortran/array-slices.exp: New file.
1928 * gdb.fortran/array-slices.f90: New file.
1929
1930 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1931
1932 * gdb.base/define.exp: Test . in command names.
1933 * gdb.base/setshow.exp: Update test, as . is now part of
1934 command name.
1935
1936 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1937
1938 * gdb.base/define-prefix.exp: New file.
1939
1940 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1941
1942 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1943 compile.
1944 (skip_btrace_pt_tests): Likewise.
1945
1946 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1947
1948 * gdb.fortran/info-modules.exp: Compile source files in correct
1949 order.
1950
1951 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1952
1953 * gdb.dwarf2/imported-unit.exp: New file.
1954 * gdb.dwarf2/imported-unit.c: New file.
1955
1956 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1957
1958 * gdb.mi/mi-fortran-modules-2.f90: New file.
1959 * gdb.mi/mi-fortran-modules.exp: New file.
1960 * gdb.mi/mi-fortran-modules.f90: New file.
1961
1962 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1963
1964 * gdb.mi/mi-sym-info-1.c: New file.
1965 * gdb.mi/mi-sym-info-2.c: New file.
1966 * gdb.mi/mi-sym-info.exp: New file.
1967
1968 2019-11-22 Tom Tromey <tromey@adacore.com>
1969
1970 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1971 * gdb.ada/tasks/foo.adb: Add another stopping location.
1972
1973 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1974
1975 * gdb.base/endianity.c: New test.
1976 * gdb.base/endianity.exp: New file.
1977
1978 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1979
1980 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1981
1982 2019-11-21 Tom de Vries <tdevries@suse.de>
1983
1984 PR gdb/24956
1985 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1986
1987 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1988
1989 * gdb.python/py-progspace.exp: Add missing parentheses on some
1990 'print' commands.
1991
1992 2019-11-19 Tom Tromey <tom@tromey.com>
1993
1994 * gdb.tui/winheight.exp: New file.
1995
1996 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1997
1998 * gdb.base/ctf-whatis.c: Delete.
1999 * gdb.base/ctf-whatis.exp: Delete.
2000 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2001
2002 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2003
2004 * gdb.base/ctf-cvexpr.exp: Delete.
2005 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2006
2007 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2008
2009 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2010 the compiler. Clean up header comment a little.
2011 * gdb.base/ctf-ptype.exp: Likewise.
2012 * gdb.base/ctf-whatis.exp: Likewise.
2013 * lib/gdb.exp (skip_ctf_tests): New proc.
2014
2015 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2016
2017 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2018 * gdb.tui/corefile-run.exp: New file.
2019
2020 2019-11-14 Tom Tromey <tromey@adacore.com>
2021
2022 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2023 regression tests.
2024
2025 2019-11-12 Tom Tromey <tom@tromey.com>
2026
2027 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2028 after any command. Expect prompt after WAIT_FOR is seen.
2029 (enter_tui): Enable resize messages.
2030 (command): Expect command in output.
2031 (get_line): Avoid error when cursor appears to be off-screen.
2032 (dump_screen): Include screen size in title.
2033 (_do_resize): New proc, from "resize".
2034 (resize): Rewrite. Do resize in two steps.
2035 * gdb.tui/empty.exp (layouts): Fix entries.
2036 (check_boxes): Remove xfail.
2037 (check_text): Dump screen on failure.
2038
2039 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2040
2041 * gdb.python/py-symbol.exp: Add test for
2042 gdb.lookup_static_symbols.
2043
2044 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2045
2046 * gdb.python/py-symbol.c: Declare and call function from new
2047 py-symbol-2.c file.
2048 * gdb.python/py-symbol.exp: Compile both source files, and add new
2049 tests for gdb.lookup_static_symbol.
2050 * gdb.python/py-symbol-2.c: New file.
2051
2052 2019-11-02 Tom de Vries <tdevries@suse.de>
2053
2054 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2055 * gdb.base/anon.exp: Same.
2056 * gdb.base/auto-connect-native-target.exp: Same.
2057 * gdb.base/call-ar-st.exp: Same.
2058 * gdb.base/catch-syscall.exp: Same.
2059 * gdb.base/commands.exp: Same.
2060 * gdb.base/default.exp: Same.
2061 * gdb.base/display.exp: Same.
2062 * gdb.base/float.exp: Same.
2063 * gdb.base/foll-fork.exp: Same.
2064 * gdb.base/help.exp: Same.
2065 * gdb.base/info-macros.exp: Same.
2066 * gdb.base/info-proc.exp: Same.
2067 * gdb.base/info-target.exp: Same.
2068 * gdb.base/long_long.exp: Same.
2069 * gdb.base/macscp.exp: Same.
2070 * gdb.base/memattr.exp: Same.
2071 * gdb.base/nofield.exp: Same.
2072 * gdb.base/pointers.exp: Same.
2073 * gdb.base/printcmds.exp: Same.
2074 * gdb.base/ptype.exp: Same.
2075 * gdb.base/restore.exp: Same.
2076 * gdb.base/return.exp: Same.
2077 * gdb.base/scope.exp: Same.
2078 * gdb.base/set-noassign.exp: Same.
2079 * gdb.base/setshow.exp: Same.
2080 * gdb.base/shlib-call.exp: Same.
2081 * gdb.base/signals.exp: Same.
2082 * gdb.base/sigstep.exp: Same.
2083 * gdb.base/skip.exp: Same.
2084 * gdb.base/solib-symbol.exp: Same.
2085 * gdb.base/stap-probe.exp: Same.
2086 * gdb.base/step-line.exp: Same.
2087 * gdb.base/step-test.exp: Same.
2088 * gdb.base/style.exp: Same.
2089 * gdb.base/varargs.exp: Same.
2090 * gdb.base/vla-datatypes.exp: Same.
2091 * gdb.base/vla-ptr.exp: Same.
2092 * gdb.base/vla-sideeffect.exp: Same.
2093 * gdb.base/volatile.exp: Same.
2094 * gdb.base/watch-cond-infcall.exp: Same.
2095 * gdb.base/watchpoint.exp: Same.
2096
2097 2019-11-02 Tom de Vries <tdevries@suse.de>
2098
2099 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2100 * gdb.cp/cpexprs.exp: Same.
2101 * gdb.cp/except-multi-location.exp: Same.
2102 * gdb.cp/exceptprint.exp: Same.
2103 * gdb.cp/gdb2384.exp: Same.
2104 * gdb.cp/inherit.exp: Same.
2105 * gdb.cp/m-static.exp: Same.
2106 * gdb.cp/meth-typedefs.exp: Same.
2107 * gdb.cp/misc.exp: Same.
2108 * gdb.cp/namespace.exp: Same.
2109 * gdb.cp/non-trivial-retval.exp: Same.
2110 * gdb.cp/overload.exp: Same.
2111 * gdb.cp/pr17132.exp: Same.
2112 * gdb.cp/re-set-overloaded.exp: Same.
2113 * gdb.cp/rvalue-ref-types.exp: Same.
2114 * gdb.cp/templates.exp: Same.
2115
2116 2019-11-01 Luis Machado <luis.machado@linaro.org>
2117
2118 PR gdb/25124
2119
2120 * gdb.arch/pr25124.S: New file.
2121 * gdb.arch/pr25124.exp: New file.
2122
2123 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2124
2125 * gdb.fortran/info-modules.exp: Update expected results, and add
2126 additional tests for 'info module functinos', and 'info module
2127 variables'.
2128 * gdb.fortran/info-types.exp: Update expected results.
2129 * gdb.fortran/info-types.f90: Extend testcase with additional
2130 module variables and functions.
2131
2132 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2133
2134 * gdb.fortran/info-modules.exp: New file.
2135 * gdb.fortran/info-types.exp: Build with new file.
2136 * gdb.fortran/info-types.f90: Include and use new module.
2137 * gdb.fortran/info-types-2.f90: New file.
2138
2139 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2140
2141 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2142 * gdb.base/settings.exp: Test all settings types using
2143 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2144 that now verifies that the value of "maint show" is the same as
2145 returned by the settings functions. Test the type of the
2146 maintenance settings.
2147 * gdb.base/default.exp: Update show_conv_list.
2148
2149 2019-10-31 Tom de Vries <tdevries@suse.de>
2150
2151 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2152 gdb_test.
2153 * gdb.arch/amd64-disp-step.exp: Same.
2154 * gdb.asm/asm-source.exp: Same.
2155 * gdb.btrace/buffer-size.exp: Same.
2156 * gdb.btrace/cpu.exp: Same.
2157 * gdb.btrace/enable.exp: Same.
2158 * gdb.dwarf2/count.exp: Same.
2159 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2160 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2161 * gdb.fortran/vla-datatypes.exp: Same.
2162 * gdb.fortran/vla-history.exp: Same.
2163 * gdb.fortran/vla-ptype.exp: Same.
2164 * gdb.fortran/vla-value.exp: Same.
2165 * gdb.fortran/whatis_type.exp: Same.
2166 * gdb.guile/guile.exp: Same.
2167 * gdb.multi/tids.exp: Same.
2168 * gdb.python/py-finish-breakpoint.exp: Same.
2169 * gdb.python/py-framefilter.exp: Same.
2170 * gdb.python/py-pp-registration.exp: Same.
2171 * gdb.python/py-xmethods.exp: Same.
2172 * gdb.python/python.exp: Same.
2173 * gdb.server/connect-with-no-symbol-file.exp: Same.
2174 * gdb.server/no-thread-db.exp: Same.
2175 * gdb.server/run-without-local-binary.exp: Same.
2176 * gdb.stabs/weird.exp: Same.
2177 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2178 * gdb.threads/thread-find.exp: Same.
2179 * gdb.threads/tls-shared.exp: Same.
2180 * gdb.threads/tls.exp: Same.
2181 * gdb.threads/wp-replication.exp: Same.
2182 * gdb.trace/ax.exp: Same.
2183 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2184
2185 2019-10-31 Tom de Vries <tdevries@suse.de>
2186
2187 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2188 * gdb.ada/array_subscript_addr.exp: Same.
2189 * gdb.ada/arrayidx.exp: Same.
2190 * gdb.ada/arrayparam.exp: Same.
2191 * gdb.ada/arrayptr.exp: Same.
2192 * gdb.ada/boolean_expr.exp: Same.
2193 * gdb.ada/call_pn.exp: Same.
2194 * gdb.ada/complete.exp: Same.
2195 * gdb.ada/fixed_cmp.exp: Same.
2196 * gdb.ada/fun_addr.exp: Same.
2197 * gdb.ada/funcall_param.exp: Same.
2198 * gdb.ada/interface.exp: Same.
2199 * gdb.ada/mod_from_name.exp: Same.
2200 * gdb.ada/null_array.exp: Same.
2201 * gdb.ada/packed_array.exp: Same.
2202 * gdb.ada/packed_tagged.exp: Same.
2203 * gdb.ada/print_chars.exp: Same.
2204 * gdb.ada/print_pc.exp: Same.
2205 * gdb.ada/ptype_arith_binop.exp: Same.
2206 * gdb.ada/ptype_field.exp: Same.
2207 * gdb.ada/ptype_tagged_param.exp: Same.
2208 * gdb.ada/rec_return.exp: Same.
2209 * gdb.ada/ref_tick_size.exp: Same.
2210 * gdb.ada/str_ref_cmp.exp: Same.
2211 * gdb.ada/taft_type.exp: Same.
2212 * gdb.ada/tagged.exp: Same.
2213 * gdb.ada/type_coercion.exp: Same.
2214 * gdb.ada/uninitialized_vars.exp: Same.
2215
2216 2019-10-30 Tom de Vries <tdevries@suse.de>
2217
2218 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2219
2220 2019-10-26 Tom de Vries <tdevries@suse.de>
2221
2222 * gdb.base/bigcore.c: Fix typos in comments.
2223 * gdb.base/ctf-ptype.c: Same.
2224 * gdb.base/long_long.c: Same.
2225 * gdb.dwarf2/dw2-op-out-param.S: Same.
2226 * gdb.python/py-evthreads.c: Same.
2227 * gdb.reverse/i387-stack-reverse.c: Same.
2228 * gdb.trace/tfile.c: Same.
2229 * lib/compiler.c: Same.
2230 * lib/compiler.cc: Same.
2231
2232 2019-10-25 Tom de Vries <tdevries@suse.de>
2233
2234 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2235 gdb_test_multiple calls.
2236 * gdb.reverse/sigall-reverse.exp: Same.
2237 * gdb.reverse/solib-precsave.exp: Same.
2238 * gdb.reverse/solib-reverse.exp: Same.
2239 * gdb.reverse/until-precsave.exp: Same.
2240 * gdb.reverse/until-reverse.exp: Same.
2241
2242 2019-10-24 Tom de Vries <tdevries@suse.de>
2243
2244 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2245 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2246 kfail using -wrap pattern flag and convenience variable
2247 gdb_test_name.
2248
2249 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2250
2251 * gdb.python/py-progspace.exp: Add tests for the
2252 Progspace.block_for_pc method.
2253
2254 2019-10-23 Tom Tromey <tom@tromey.com>
2255
2256 * configure: Rebuild.
2257 * aclocal.m4: Use m4_include, not sinclude.
2258
2259 2019-10-21 Tom de Vries <tdevries@suse.de>
2260
2261 * gdb.base/infcall-nested-structs.c: Add
2262 __attribute__((noinline,noclone)) to all functions.
2263 (call_all): Add missing variable initialization. Simplify return value.
2264 (breakpt): Increment volatile variable, to prevent call from being
2265 optimized out.
2266 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2267
2268 2019-10-17 Tom de Vries <tdevries@suse.de>
2269
2270 * gdb.fortran/module.exp: Allow info variables to print info for files
2271 other than module.f90.
2272
2273 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2274
2275 * gdb.fortran/module.exp: Extend with 'info variables' test.
2276
2277 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2278
2279 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2280 F77_FOR_TARGET.
2281
2282 2019-10-16 Tom de Vries <tdevries@suse.de>
2283
2284 PR tdep/25096
2285 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2286
2287 2019-10-16 Tom de Vries <tdevries@suse.de>
2288
2289 PR tdep/24104
2290 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2291 Add KFAIL for PR tdep/25096.
2292
2293 2019-10-16 Tom de Vries <tdevries@suse.de>
2294
2295 PR testsuite/25059
2296 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2297
2298 2019-10-16 Tom de Vries <tdevries@suse.de>
2299
2300 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2301 as signed.
2302
2303 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2304
2305 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2306 one instead of increasing timeout.
2307
2308 2019-10-13 Tom de Vries <tdevries@suse.de>
2309
2310 PR record/25038
2311 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2312 * gdb.reverse/sigall-reverse.exp: Same.
2313 * gdb.reverse/solib-precsave.exp: Same.
2314 * gdb.reverse/solib-reverse.exp: Same.
2315 * gdb.reverse/step-precsave.exp: Same.
2316 * gdb.reverse/until-precsave.exp: Same.
2317 * gdb.reverse/until-reverse.exp: Same.
2318 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2319
2320 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2321
2322 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2323 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2324 (cmp_struct_05_01, cmp_struct_static_02_01)
2325 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2326 comparisons.
2327
2328 2019-10-10 Tom de Vries <tdevries@suse.de>
2329
2330 PR testsuite/24888
2331 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2332 gnatlink.
2333
2334 2019-10-09 Tom de Vries <tdevries@suse.de>
2335
2336 PR testsuite/25048
2337 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2338
2339 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2340
2341 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2342 exceptions due to missing debug information.
2343
2344 2019-10-07 Tom de Vries <tdevries@suse.de>
2345
2346 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2347
2348 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2349
2350 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2351 * gdb.base/annota1.exp: Update to use gdb_test_name.
2352
2353 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2354
2355 * gdb.base/ctf-whatis.exp: New file.
2356 * gdb.base/ctf-whatis.c: New file.
2357 * gdb.base/ctf-ptype.exp: New file.
2358 * gdb.base/ctf-ptype.c: New file.
2359 * gdb.base/ctf-constvars.exp: New file.
2360 * gdb.base/ctf-constvars.c: New file.
2361 * gdb.base/ctf-cvexpr.exp: New file.
2362
2363 2019-10-04 Tom de Vries <tdevries@suse.de>
2364
2365 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2366 for loop.
2367
2368 2019-10-03 Tom Tromey <tom@tromey.com>
2369
2370 PR rust/24976:
2371 * gdb.rust/simple.rs (Union2): New type.
2372 (main): Use Union2.
2373 * gdb.rust/simple.exp: Add test.
2374
2375 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2376
2377 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2378 nested function prefix.
2379
2380 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2381 Richard Bunt <richard.bunt@arm.com>
2382 Andrew Burgess <andrew.burgess@embecosm.com>
2383
2384 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2385 nested functions.
2386 * gdb.fortran/nested-funcs.f90: Update expected results.
2387 * gdb.fortran/nested-funcs-2.exp: New file.
2388 * gdb.fortran/nested-funcs-2.f90: New file.
2389
2390 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2391
2392 * gdb.python/py-parameter.exp: Make test names unique.
2393 * gdb.python/py-template.exp: Likewise.
2394 * gdb.python/py-value.exp: Likewise.
2395
2396 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 * gdb.base/break-interp.exp: Reduce test name duplication.
2399 * gdb.base/call-sc.exp: Likewise.
2400 * gdb.base/callfuncs.exp: Likewise.
2401 * gdb.base/charset.exp: Likewise.
2402 * gdb.base/dump.exp: Likewise.
2403 * gdb.base/ena-dis-br.exp: Likewise.
2404 * gdb.base/relational.exp: Likewise.
2405 * gdb.base/step-over-syscall.exp: Likewise.
2406 * gdb.base/structs.exp: Likewise.
2407
2408 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2409
2410 * gdb.linespec/explicit.exp: Make test names unique.
2411 * gdb.linespec/ls-errs.exp: Likewise.
2412
2413 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2414
2415 * gdb.reverse/break-precsave.exp: Make test names unique.
2416 * gdb.reverse/break-reverse.exp: Likewise.
2417 * gdb.reverse/finish-precsave.exp: Likewise.
2418 * gdb.reverse/finish-reverse.exp: Likewise.
2419 * gdb.reverse/machinestate-precsave.exp: Likewise.
2420 * gdb.reverse/machinestate.exp: Likewise.
2421 * gdb.reverse/readv-reverse.exp: Likewise.
2422 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2423 * gdb.reverse/sigall-precsave.exp: Likewise.
2424 * gdb.reverse/sigall-reverse.exp: Likewise.
2425 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2426 * gdb.reverse/watch-precsave.exp: Likewise.
2427 * gdb.reverse/watch-reverse.exp: Likewise.
2428
2429 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2430
2431 * gdb.threads/stop-with-handle.c: New file.
2432 * gdb.threads/stop-with-handle.exp: New file.
2433
2434 2019-10-03 Tom de Vries <tdevries@suse.de>
2435
2436 PR testsuite/25059
2437 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2438 directory" line to be missing.
2439
2440 2019-10-03 Tom de Vries <tdevries@suse.de>
2441
2442 PR testsuite/25059
2443 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2444 type optional.
2445
2446 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2447
2448 * gdb.python/py-format-string.c (string.h): New include.
2449 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2450 the same value, for endianness-independence.
2451 * gdb.python/py-format-string.exp (default_regexp_dict)
2452 (test_pretty_structs, test_format): Adjust expected output to the
2453 changed initialization.
2454
2455 2019-10-02 Tom Tromey <tromey@adacore.com>
2456
2457 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2458
2459 2019-10-02 Pedro Alves <palves@redhat.com>
2460 Andrew Burgess <andrew.burgess@embecosm.com>
2461
2462 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2463 "print-file-var.h".
2464 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2465 (get_version_1): Print this_version_id and its address.
2466 Add extern "C" wrappers around interface functions.
2467 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2468 "print-file-var.h".
2469 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2470 (get_version_2): Print this_version_id and its address.
2471 Add extern "C" wrappers around interface functions.
2472 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2473 <stddef.h> and "print-file-var.h".
2474 Add extern "C" wrappers around interface functions.
2475 [VERSION_ID_MAIN] (this_version_id): Define.
2476 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2477 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2478 up extern "C" blocks.
2479 * gdb.base/print-file-var.exp (test): New, factored out from top
2480 level.
2481 (top level): Test all combinations of attribute hidden or not,
2482 dlopen or not, and this_version_id symbol in main file or not.
2483 Compile tests as both C++ and C, make test names unique.
2484
2485 2019-10-01 Tom Tromey <tom@tromey.com>
2486
2487 * gdb.base/style.exp: Test "show logging filename".
2488
2489 2019-10-01 Tom Tromey <tom@tromey.com>
2490
2491 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2492 * gdb.base/style.exp: Add metadata style test.
2493
2494 2019-10-01 Tom Tromey <tom@tromey.com>
2495
2496 * gdb.base/style.exp: Test "pwd".
2497
2498 2019-10-01 Tom Tromey <tom@tromey.com>
2499
2500 * gdb.base/style.exp: Update tests.
2501
2502 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2503
2504 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2505 'six' to unsigned.
2506 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2507 'five'. Use an all-ones bit pattern for each.
2508 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2509 to its changed values.
2510
2511 2019-09-30 Tom Tromey <tromey@adacore.com>
2512
2513 * gdb.rust/traits.rs: Disable all warnings.
2514
2515 2019-09-29 Tom de Vries <tdevries@suse.de>
2516
2517 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2518
2519 2019-09-29 Tom de Vries <tdevries@suse.de>
2520
2521 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2522
2523 2019-09-27 Tom de Vries <tdevries@suse.de>
2524
2525 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2526
2527 2019-09-27 Tom de Vries <tdevries@suse.de>
2528
2529 PR record/23188
2530 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2531
2532 2019-09-26 Tom Tromey <tromey@adacore.com>
2533
2534 * gdb.ada/py_taft.exp: New file.
2535 * gdb.ada/py_taft/main.adb: New file.
2536 * gdb.ada/py_taft/pkg.adb: New file.
2537 * gdb.ada/py_taft/pkg.ads: New file.
2538
2539 2019-09-24 Tom de Vries <tdevries@suse.de>
2540
2541 PR gdb/24598
2542 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2543
2544 2019-09-22 Tom de Vries <tdevries@suse.de>
2545
2546 * gdb.base/restore.exp: Allow register variables to be optimized out at
2547 -O0.
2548
2549 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2550
2551 * gdb.arch/spu-info.exp: Remove file.
2552 * gdb.arch/spu-info.c: Remove file.
2553 * gdb.arch/spu-ls.exp: Remove file.
2554 * gdb.arch/spu-ls.c: Remove file.
2555
2556 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2557 * gdb.asm/spu.inc: Remove file.
2558
2559 * gdb.base/dump.exp: Remove support for spu*-*-*.
2560 * gdb.base/stack-checking.exp: Likewise.
2561 * gdb.base/overlays.exp: Likewise.
2562 * gdb.base/ovlymgr.c: Likewise.
2563 * gdb.base/spu.ld: Remove file.
2564
2565 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2566 * gdb.cp/cpexprs.exp: Likewise.
2567 * gdb.cp/exception.exp: Likewise.
2568 * gdb.cp/gdb2495.exp: Likewise.
2569 * gdb.cp/mb-templates.exp: Likewise.
2570 * gdb.cp/pr9167.exp: Likewise.
2571 * gdb.cp/userdef.exp: Likewise.
2572
2573 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2574
2575 * gdb.cell: Remove directory.
2576 * lib/cell.exp: Remove file.
2577
2578 2019-09-19 Tom de Vries <tdevries@suse.de>
2579
2580 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2581
2582 2019-09-19 Tom de Vries <tdevries@suse.de>
2583
2584 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2585
2586 2019-09-19 Tom de Vries <tdevries@suse.de>
2587
2588 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2589 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2590 (gdb_target_cmd): ... here.
2591 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2592 value 2.
2593
2594 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2595
2596 * gdb.base/source-dir.exp: Avoid having directory names in test
2597 names.
2598
2599 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2600
2601 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2602 directory.
2603
2604 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * gdb.base/list-missing-source.exp: New file.
2607
2608 2019-09-14 Tom de Vries <tdevries@suse.de>
2609
2610 PR teststuite/24599
2611 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2612 * lib/ada.exp (gnatmake_version_at_least): New proc.
2613
2614 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * gdb.base/maint.exp: Use exec_has_index_section.
2617
2618 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2619
2620 * gdb.base/maint.exp: Add test for 'maint info sections'.
2621
2622 2019-09-12 Tom de Vries <tdevries@suse.de>
2623
2624 * gdb.base/store.exp: Allow register variables to be optimized out at
2625 -O0.
2626
2627 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2628
2629 * gdb.ada/rdv_wait.exp: Update to new task names.
2630 * gdb.base/task_switch_in_core.exp: Likewise.
2631 * gdb.base/info_sources_base.c: Likewise.
2632
2633 2019-09-10 Tom Tromey <tromey@adacore.com>
2634
2635 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2636
2637 2019-09-10 Tom Tromey <tromey@adacore.com>
2638
2639 * gdb.ada/dgopt.exp: New file.
2640 * gdb.ada/dgopt/x.adb: New file.
2641
2642 2019-09-08 Tom Tromey <tom@tromey.com>
2643
2644 * gdb.tui/resize.exp: Remove setup_xfail.
2645 * gdb.tui/regs.exp: Remove setup_xfail.
2646 * gdb.tui/basic.exp: Remove setup_xfail.
2647
2648 2019-09-06 David Blaikie <dblaikie@gmail.com>
2649
2650 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2651 * gdb.cp/cplabel.exp: Ditto.
2652 * gdb.linespec/ls-errs.exp: Ditto.
2653
2654 2019-09-05 Tom de Vries <tdevries@suse.de>
2655
2656 * lib/gdb.exp (cmp_file_string): New proc.
2657 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2658 runto_main. Verify save breakpoints output.
2659
2660 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2661
2662 * gdb.base/info-var.exp: Test info variables without running
2663 to main, to avoid expect's buffer overflow.
2664
2665 2019-09-03 Tom Tromey <tromey@adacore.com>
2666
2667 * gdb.ada/bias.exp: New file.
2668 * gdb.ada/bias/bias.adb: New file.
2669 * gdb.ada/print_chars.exp: Add regression test.
2670 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2671 (MC): New variable.
2672
2673 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2674
2675 * gdb.base/argv0-symlink.exp: Run only on native target
2676 and local host.
2677
2678 2019-08-29 Tom de Vries <tdevries@suse.de>
2679
2680 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2681 diverse debug info.
2682 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2683
2684 2019-08-28 Tom de Vries <tdevries@suse.de>
2685
2686 * gdb.base/info-var.exp: Allow info variables to print info for files
2687 other than info-var-f1.c and info-var-f2.c.
2688
2689 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2690
2691 * gdb.fortran/info-types.exp: Add module.
2692 * gdb.fortran/info-types.f90: Update expected results.
2693
2694 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2695
2696 * gdb.fortran/info-types.exp: New file.
2697 * gdb.fortran/info-types.f90: New file.
2698 * lib/fortran.exp (fortran_character1): New proc.
2699
2700 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2701
2702 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2703 functions'. Reindent as needed.
2704 * gdb.base/info-var-f1.c: New file.
2705 * gdb.base/info-var-f2.c: New file.
2706 * gdb.base/info-var.exp: New file.
2707 * gdb.base/info-var.h: New file.
2708
2709 2019-08-26 Tom de Vries <tdevries@suse.de>
2710
2711 PR c++/24852
2712 * gdb.cp/no-libstdcxx-probe.exp: New test.
2713
2714 2019-08-26 Tom de Vries <tdevries@suse.de>
2715
2716 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2717 * tests need to be skipped.
2718 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2719 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2720 mi_skip_libstdcxx_probe_tests.
2721
2722 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2723
2724 * gdb.python/py-xmethods.exp: Use raw strings when passing
2725 arguments to SimpleXMethodMatcher.
2726
2727 2019-08-22 Tom de Vries <tdevries@suse.de>
2728
2729 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2730 more informative.
2731
2732 2019-08-21 Pedro Alves <palves@redhat.com>
2733
2734 * gdb.base/with.exp: Test "with" with no arguments.
2735
2736 2019-08-21 Tom de Vries <tdevries@suse.de>
2737
2738 * gdb.base/gdb-caching-proc.exp: Sort files.
2739
2740 2019-08-20 Tom de Vries <tdevries@suse.de>
2741
2742 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2743 compilation.
2744
2745 2019-08-16 Tom de Vries <tdevries@suse.de>
2746
2747 * gdb.base/compare-sections.exp ("after run to main"): Allow
2748 mismatched read-only sections for PIE executables.
2749
2750 2019-08-16 Tom Tromey <tom@tromey.com>
2751
2752 * lib/tuiterm.exp (_csi_Z): New proc.
2753 * gdb.tui/basic.exp: Update window positions.
2754 * gdb.tui/empty.exp: Update window positions.
2755
2756 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2757
2758 * gdb.base/examine-backward.exp: Correct regexp for
2759 "examine 3 bytes backward from ${address_zero}".
2760
2761 2019-08-15 Tom Tromey <tom@tromey.com>
2762
2763 * gdb.tui/empty.exp: Enable resizing tests.
2764
2765 2019-08-15 Tom Tromey <tromey@adacore.com>
2766
2767 * gdb.ada/char_enum.exp: Add regression tests.
2768 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2769 and '0'.
2770 (Char, Gchar): Update.
2771 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2772
2773 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2774
2775 * gdb.python/python.exp: Expect a leading underscore on
2776 GdbOutput{,Error}File.
2777
2778 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2779
2780 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2781 Windows host.
2782
2783 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2784
2785 * gdb.base/batch-preserve-term-settings.exp
2786 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2787
2788 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2789
2790 * lib/gdb.exp: When running on a mingw target, replace
2791 /x/ with x:/.
2792
2793 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2794
2795 * gdb.arch/aarch64-prologue.c: New test.
2796 * gdb.arch/aarch64-prologue.exp: New file.
2797
2798 2019-08-13 Tom de Vries <tdevries@suse.de>
2799
2800 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2801 Thread.
2802
2803 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2804
2805 * gdb.python/py-completion.exp: Download the .py file to the host
2806 and use its host pathname. Conditionalize tests that use
2807 tab completion and manipulate files on the build machine.
2808 * gdb.python/py-events.exp: Download the .py file to the host
2809 and use its host pathname.
2810 * gdb.python/py-evsignal.exp: Likewise.
2811 * gdb.python/py-evthreads.exp: Likewise.
2812 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2813 pathname syntax.
2814 * gdb.python/py-framefilter.exp: Download the .py file to the right
2815 place on the host. Match Windows pathname syntax.
2816 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2817 .py file to the host and use its host pathname.
2818 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2819 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2820 build pathname. Skip symlink test on Windows host. Add missing
2821 newline at end of file.
2822 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2823 and use its host pathname.
2824 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2825 * gdb.python/py-section-script.exp: Use host location of binfile
2826 on safe-path. Use correct path separator on Windows host.
2827 Reorder alternatives in gdb_test_multiple to prevent matching
2828 the wrong alternative on success.
2829 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2830
2831 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2832
2833 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2834 expect the GDB inferior to no longer immediately stop after
2835 being resumed with "signal SIGINT".
2836
2837 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2838
2839 * gdb.linespec/break-ask.exp: Generalize regexps to match
2840 Windows pathnames too.
2841
2842 2019-08-08 Tom de Vries <tdevries@suse.de>
2843
2844 PR testsuite/24862
2845 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2846
2847 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2848
2849 * gdb.base/style.exp: Update tests for help doc new invariants.
2850 * gdb.base/help.exp: Likewise.
2851
2852 2019-08-06 Tom Tromey <tom@tromey.com>
2853
2854 * gdb.base/style.exp: Add disassemble test.
2855 * gdb.base/style.c (some_called_function): New function.
2856 (main): Use it.
2857
2858 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2859
2860 * gdb.python/py-block.exp: Test dictionary access on blocks.
2861
2862 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2863
2864 PR gdb/24863
2865 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2866 -list-thread-groups --available test when running under
2867 check-read1.
2868
2869 2019-08-05 Tom de Vries <tdevries@suse.de>
2870
2871 PR testsuite/24863
2872 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2873 * gdb.base/help.exp: Use with_read1_timeout_factor.
2874 * gdb.base/info-macros.exp: Same.
2875 * gdb.cp/nested-types.exp: Same.
2876
2877 2019-08-05 Tom de Vries <tdevries@suse.de>
2878
2879 * lib/gdb.exp (version_at_least): Factor out of ...
2880 (tcl_version_at_least): ... here.
2881 (gdb_compile): Fail if pie results in non-PIE executable.
2882 (readelf_version, readelf_prints_pie): New proc.
2883 (exec_is_pie): Return -1 if unknown.
2884
2885 2019-08-05 Tom de Vries <tdevries@suse.de>
2886
2887 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2888
2889 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2890
2891 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2892
2893 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2894
2895 * lib/completion-support.exp (test_gdb_complete_none): Skip
2896 tab completion tests if no readline support.
2897 (test_gdb_complete_unique_re): Likewise.
2898 (test_gdb_complete_multiple): Likewise.
2899
2900 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2901
2902 * gdb.base/info_sources.exp: New file.
2903 * gdb.base/info_sources.c: New file.
2904 * gdb.base/info_sources_base.c: New file.
2905
2906 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2907
2908 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2909 prefix argument.
2910 (test_exit_status): Add prefix argument.
2911
2912 2019-08-01 Tom de Vries <tdevries@suse.de>
2913
2914 PR testsuite/24863
2915 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2916 calling exp_continue for new thread and thread exited messages.
2917
2918 2019-08-01 Tom de Vries <tdevries@suse.de>
2919
2920 PR testsuite/24863
2921 * gdb.base/structs.exp: Fix check-read1 timeout using
2922 gdb_test_sequence.
2923 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2924
2925 2019-08-01 Tom de Vries <tdevries@suse.de>
2926
2927 PR testsuite/24863
2928 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2929 line.
2930
2931 2019-08-01 Tom de Vries <tdevries@suse.de>
2932
2933 PR testsuite/24863
2934 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2935
2936 2019-07-30 Tom Tromey <tromey@adacore.com>
2937
2938 * gdb.ada/display_nested.exp: New file.
2939 * gdb.ada/display_nested/foo.adb: New file.
2940 * gdb.ada/display_nested/pack.adb: New file.
2941 * gdb.ada/display_nested/pack.ads: New file.
2942
2943 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2944
2945 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2946 namespace.
2947 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2948
2949 2019-07-30 Tom de Vries <tdevries@suse.de>
2950
2951 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2952 instead.
2953
2954 2019-07-30 Tom de Vries <tdevries@suse.de>
2955
2956 PR testsuite/24834
2957 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2958 (exec_is_pie): New proc.
2959
2960 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2961
2962 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2963
2964 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2965
2966 * gdb.python/py-objfile.c: Add global and static vars.
2967 * gdb.python/py-objfile.exp: Test new functions Objfile.
2968 lookup_global_symbol and lookup_static_symbol.
2969
2970 2019-07-29 Tom Tromey <tom@tromey.com>
2971
2972 * lib/tuiterm.exp (Term::_csi_@): New proc.
2973 (Term::_csi_X): Don't move cursor.
2974
2975 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2976
2977 * gdb.base/options.exp: Update backtrace - completion to
2978 new option -frame-info.
2979 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2980 Test new 'set print frame-info'. Test backtrace -frame-info
2981 overriding 'set print frame-info'.
2982 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2983 Test new 'set print frame-info'.
2984 Verify consistency of backtrace with and without filters, with and
2985 without -no-filters.
2986 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2987 default.
2988
2989 2019-07-29 Tom de Vries <tdevries@suse.de>
2990
2991 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2992 no arguments".
2993
2994 2019-07-29 Tom de Vries <tdevries@suse.de>
2995
2996 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2997 is a substring of the first for "complete non-unique file name".
2998
2999 2019-07-29 Tom de Vries <tdevries@suse.de>
3000
3001 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3002 with ".*".
3003
3004 2019-07-29 Tom de Vries <tdevries@suse.de>
3005
3006 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3007 Pass prompt_regexp parameter to gdb_test_multiple calls.
3008
3009 2019-07-29 Tom de Vries <tdevries@suse.de>
3010
3011 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3012 print registers" regexps.
3013
3014 2019-07-29 Tom de Vries <tdevries@suse.de>
3015
3016 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3017
3018 2019-07-29 Tom de Vries <tdevries@suse.de>
3019
3020 PR gdb/24855
3021 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3022 (skip_python_tests_prompt): Add prompt_regexp argument to
3023 gdb_test_multiple calls.
3024
3025 2019-07-27 Tom Tromey <tom@tromey.com>
3026
3027 * gdb.tui/main.exp: New file.
3028
3029 2019-07-27 Tom Tromey <tom@tromey.com>
3030
3031 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3032 optional.
3033 * gdb.tui/empty.exp: New file.
3034
3035 2019-07-27 Tom Tromey <tom@tromey.com>
3036
3037 * lib/tuiterm.exp (spawn): New proc.
3038 (Term::resize): New proc.
3039 * gdb.tui/resize.exp: New file.
3040
3041 2019-07-27 Tom Tromey <tom@tromey.com>
3042
3043 * gdb.tui/list.exp: New file.
3044
3045 2019-07-27 Tom Tromey <tom@tromey.com>
3046
3047 * gdb.tui/regs.exp: New file.
3048
3049 2019-07-27 Tom Tromey <tom@tromey.com>
3050
3051 * gdb.tui/basic.exp: Add "layout split" test.
3052
3053 2019-07-27 Tom Tromey <tom@tromey.com>
3054
3055 * gdb.tui/basic.exp: Add "layout asm" test.
3056
3057 2019-07-27 Tom Tromey <tom@tromey.com>
3058
3059 * lib/tuiterm.exp: New file.
3060 * gdb.tui/basic.exp: New file.
3061
3062 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3063
3064 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3065 Enable tests associated with this flag. Adjust regex
3066 referencing "foo_low" to now refer to "foo_cold" instead.
3067
3068 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3069
3070 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3071 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3072 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3073 foo_cold. Revise comments to match.
3074 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3075 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3076 were wrapped into this proc; Call do_test in loop from outermost
3077 level.
3078 (foo_low): Rename all occurrences to "foo_cold".
3079 (backtrace from baz): New test.
3080 (x2/i foo_cold): New test.
3081 (info line *foo_cold): New test.
3082
3083 2019-07-26 Tom de Vries <tdevries@suse.de>
3084
3085 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3086
3087 2019-07-25 Tom de Vries <tdevries@suse.de>
3088
3089 PR testsuite/24830
3090 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3091 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3092 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3093 (skip_libstdcxx_probe_tests): ... here.
3094 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3095
3096 2019-07-24 Tom de Vries <tdevries@suse.de>
3097
3098 PR testsuite/24807
3099 * gdb.objc/basicclass.m: Include stdio.h.
3100 * gdb.objc/nondebug.m: Same.
3101 * gdb.objc/objcdecode.m: Same.
3102
3103 2019-07-24 Tom de Vries <tdevries@suse.de>
3104
3105 PR testsuite/24612
3106 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3107 additional_flags.
3108
3109 2019-07-24 Tom de Vries <tdevries@suse.de>
3110
3111 PR testsuite/24831
3112 * gdb.multi/tids.exp: Update error messages for info threads.
3113
3114 2019-07-24 Tom de Vries <tdevries@suse.de>
3115
3116 * gdb.base/info-types.exp: Allow info types to print info for more than
3117 one file.
3118
3119 2019-07-23 Tom de Vries <tdevries@suse.de>
3120
3121 PR testsuite/24842
3122 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3123 gdb_spawn_with_cmdline_opts.
3124
3125 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3126
3127 * gdb.arch/arm-cmse-sgstubs.c: New test.
3128 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3129
3130 2019-07-23 Tom de Vries <tdevries@suse.de>
3131
3132 PR testsuite/24711
3133 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3134 issuing next command.
3135
3136 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3137
3138 * gdb.ada/info_auto_lang.exp: Update expected results.
3139 * gdb.base/info-types.c: Add additional types to check.
3140 * gdb.base/info-types.exp: Update expected results.
3141
3142 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3143
3144 * gdb.base/info-types.c: New file.
3145 * gdb.base/info-types.exp: New file.
3146
3147 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3148
3149 * gdb.arch/riscv-bp-infcall.c: New file.
3150 * gdb.arch/riscv-bp-infcall.exp: New file.
3151
3152 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3153
3154 PR breakpoints/24541
3155 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3156
3157 2019-07-14 Tom de Vries <tdevries@suse.de>
3158
3159 PR testsuite/24760
3160 * gdb.objc/basicclass.exp: Fix unterminated string.
3161
3162 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3163 Andrew Burgess <andrew.burgess@embecosm.com>
3164
3165 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3166 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3167 negative bounds.
3168 * gdb.fortran/vla-value.exp: Print elements of an array with
3169 negative bounds.
3170 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3171 testing.
3172
3173 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3174
3175 * gdb.base/options.exp (expect_string): Dequote strings in
3176 results.
3177 (test-string): Test strings with different quoting and reindent.
3178
3179 2019-07-10 Tom Tromey <tromey@adacore.com>
3180
3181 * gdb.ada/mi_ex_cond.exp: Update expected results.
3182 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3183 * gdb.ada/mi_catch_ex.exp: Update expected results.
3184 * gdb.ada/mi_catch_assert.exp: Update expected results.
3185 * gdb.ada/catch_ex.exp (catch_exception_info)
3186 (catch_exception_entry, catch_assert_entry)
3187 (catch_unhandled_entry): Update.
3188 * gdb.ada/catch_assert_if.exp: Update expected results.
3189
3190 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3191 Stephen Roberts <stephen.roberts@arm.com>
3192
3193 * gdb.base/define.exp: Restore original prompt.
3194
3195 2019-07-09 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3198 breakpoints" output.
3199 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3200 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3201 throw" creates breakpoint.
3202 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3203 'type="catchpoint"'.
3204
3205 2019-07-09 Pedro Alves <palves@redhat.com>
3206
3207 PR c++/15468
3208 * gdb.cp/except-multi-location-lib.cc: New.
3209 * gdb.cp/except-multi-location-main.cc: New.
3210 * gdb.cp/except-multi-location.exp: New.
3211
3212 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3213
3214 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3215 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3216 argument and update callers.
3217
3218 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3219
3220 * gdb.arch/amd64-break-on-asm-line.S: New file.
3221 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3222
3223 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3224
3225 * gdb.base/printcmds.exp: Test printing C string and
3226 C wide string convenience vars without transiting via the inferior.
3227 Also make test names unique.
3228
3229 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3230
3231 PR breakpoints/25011
3232 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3233
3234 2019-07-04 Pedro Alves <palves@redhat.com>
3235
3236 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3237 body returned ok(0), break(3) or continue(4).
3238 * gdb.testsuite/foreach_with_prefix.exp: New file.
3239
3240 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3241
3242 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3243
3244 2019-07-03 Pedro Alves <palves@redhat.com>
3245
3246 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3247 "return -code".
3248
3249 2019-07-03 Pedro Alves <palves@redhat.com>
3250
3251 PR cli/24732
3252 * gdb.base/shell.exp: Load completion-support.exp.
3253 Adjust expected error output. Add completion tests.
3254
3255 2019-07-03 Pedro Alves <palves@redhat.com>
3256
3257 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3258 string_to_regexp.
3259
3260 2019-07-03 Pedro Alves <palves@redhat.com>
3261
3262 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3263 (expect_integer): Adjust to expect "-string".
3264 (expect_string): New.
3265 (all_options): Expect "-string".
3266 (test-flag, test-boolean): Adjust to expect "-string".
3267 (test-string): New proc.
3268 (top level): Call it.
3269
3270 2019-07-03 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3273 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3274 the expected output in the success.
3275
3276 2019-07-03 Pedro Alves <palves@redhat.com>
3277
3278 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3279 Split one gdb_test_multiple call in two to avoid a race.
3280
3281 2019-07-03 Pedro Alves <palves@redhat.com>
3282
3283 * gdb.base/with.c: New file.
3284 * gdb.base/with.exp: New file.
3285
3286 2019-07-03 Pedro Alves <palves@redhat.com>
3287
3288 * gdb.base/settings.exp: Replace all references to "maint
3289 test-settings set" with references to "maint set test-settings",
3290 and all references to "maint test-settings show" with references
3291 to "maint show test-settings".
3292
3293 2019-07-03 Pedro Alves <palves@redhat.com>
3294
3295 * gdb.base/settings.exp (test-string): Adjust expected out when
3296 testing "maint test-settings show filename"
3297
3298 2019-07-02 Pedro Alves <palves@redhat.com>
3299
3300 * gdb.base/options.exp (test-info-threads): New procedure.
3301 (top level): Call it.
3302
3303 2019-06-28 Tom Tromey <tromey@adacore.com>
3304
3305 * gdb.dwarf2/ada-linkage-name.c: New file.
3306 * gdb.dwarf2/ada-linkage-name.exp: New file.
3307
3308 2019-06-27 Tom Tromey <tromey@adacore.com>
3309
3310 PR c++/20020:
3311 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3312
3313 2019-06-26 Tom de Vries <tdevries@suse.de>
3314
3315 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3316
3317 2019-06-26 Tom de Vries <tdevries@suse.de>
3318
3319 * gdb.base/index-cache.exp: Add back missing debug option.
3320
3321 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3322
3323 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3324
3325 2019-06-25 Tom de Vries <tdevries@suse.de>
3326
3327 PR testsuite/24727
3328 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3329
3330 2019-06-24 Tom de Vries <tdevries@suse.de>
3331
3332 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3333
3334 2019-06-24 Tom de Vries <tdevries@suse.de>
3335
3336 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3337 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3338 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3339
3340 2019-06-24 Tom de Vries <tdevries@suse.de>
3341
3342 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3343
3344 2019-06-21 Tom de Vries <tdevries@suse.de>
3345
3346 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3347
3348 2019-06-21 Tom de Vries <tdevries@suse.de>
3349
3350 PR testsuite/24518
3351 PR ada/24713
3352 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3353 index.
3354
3355 2019-06-19 Tom Tromey <tromey@adacore.com>
3356
3357 * gdb.ada/length_cond.exp: Add intro comment.
3358
3359 2019-06-19 Tom Tromey <tromey@adacore.com>
3360
3361 * gdb.ada/length_cond.exp: New file.
3362 * gdb.ada/length_cond/length_cond.adb: New file.
3363 * gdb.ada/length_cond/pck.adb: New file.
3364 * gdb.ada/length_cond/pck.ads: New file.
3365
3366 2019-06-18 Tom de Vries <tdevries@suse.de>
3367
3368 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3369
3370 2019-06-18 Tom Tromey <tromey@adacore.com>
3371
3372 * gdb.base/list0.h: Add comment explaining control character.
3373
3374 2019-06-18 Tom de Vries <tdevries@suse.de>
3375
3376 * boards/fission.exp: Break up long debug_flags line.
3377
3378 2019-06-16 Tom de Vries <tdevries@suse.de>
3379
3380 PR gdb/24445
3381 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3382 generated index.
3383
3384 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3385
3386 PR gdb/24686
3387 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3388 improve detection of bug gdb/24541.
3389
3390 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3391
3392 PR gdb/24669
3393 * gdb.base/index-cache.exp (uses_readnow,
3394 expecting_index_cache_use): Define global variable.
3395 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3396 expecting_index_cache_use.
3397
3398 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3399 Andrew Burgess <andrew.burgess@embecosm.com>
3400
3401 * gdb.fortran/pointers.f90: New file.
3402 * gdb.fortran/print_type.exp: New file.
3403 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3404 * gdb.fortran/vla-type.exp: Likewise.
3405 * gdb.fortran/vla-value.exp: Likewise.
3406 * gdb.mi/mi-vla-fortran.exp: Likewise.
3407
3408 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3409
3410 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3411 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3412 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3413 as a stop reason.
3414
3415 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3416
3417 * gdb.base/annota1.exp: Update expected results.
3418 * gdb.cp/annota2.exp: Likewise.
3419 * gdb.cp/annota3.exp: Likewise.
3420
3421 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3422
3423 * gdb.base/style-logging.exp: Remove path from test name.
3424
3425 2019-06-14 Tom Tromey <tromey@adacore.com>
3426
3427 PR gdb/24502:
3428 * gdb.base/style-logging.exp: New file.
3429
3430 2019-06-14 Tom Tromey <tromey@adacore.com>
3431
3432 * gdb.base/symfile-warn.exp: New file.
3433 * gdb.base/symfile-warn.c: New file.
3434
3435 2019-06-14 Tom Tromey <tromey@adacore.com>
3436
3437 * gdb.base/annotate-symlink.exp: New file.
3438
3439 2019-06-14 Tom Tromey <tromey@adacore.com>
3440
3441 * gdb.ada/set_wstr.exp: Add reassignment test.
3442
3443 2019-06-14 Tom Tromey <tromey@adacore.com>
3444
3445 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3446 'unchecked_access and 'unrestricted_access as well.
3447
3448 2019-06-14 Tom Tromey <tromey@adacore.com>
3449
3450 PR ada/24539:
3451 * gdb.ada/vla.exp: Update tests.
3452 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3453 pragma.
3454
3455 2019-06-13 Pedro Alves <palves@redhat.com>
3456
3457 * gdb.base/settings.exp (test-integer): Test junk after
3458 "unlimited".
3459
3460 2019-06-13 Pedro Alves <palves@redhat.com>
3461
3462 * gdb.base/options.exp (test-thread-apply): New.
3463 (top level): Call it.
3464
3465 2019-06-13 Pedro Alves <palves@redhat.com>
3466
3467 * gdb.base/options.exp (test-frame-apply): New.
3468 (top level): Test print commands with different "frame apply"
3469 prefixes.
3470
3471 2019-06-13 Pedro Alves <palves@redhat.com>
3472
3473 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3474 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3475 'max_completions' parameter and handle it.
3476 (test_gdb_completion_offers_commands): New.
3477
3478 2019-06-13 Pedro Alves <palves@redhat.com>
3479
3480 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3481
3482 2019-06-13 Pedro Alves <palves@redhat.com>
3483
3484 * gdb.base/options.exp (test-backtrace): New.
3485 (top level): Call it.
3486
3487 2019-06-13 Pedro Alves <palves@redhat.com>
3488
3489 * gdb.guile/scm-frame-args.exp: Use "set print
3490 raw-frame-arguments" instead of "set print raw frame-arguments".
3491 * gdb.python/py-frame-args.exp: Likewise.
3492
3493 2019-06-13 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.compile/compile.exp: Adjust expected output to option
3496 processing changes.
3497
3498 2019-06-13 Pedro Alves <palves@redhat.com>
3499
3500 * gdb.base/options.exp: Build executable.
3501 (test-print): New procedure.
3502 (top level): Call it, once for "print" and another for "compile
3503 print".
3504
3505 2019-06-13 Pedro Alves <palves@redhat.com>
3506
3507 * gdb.base/options.c: New file.
3508 * gdb.base/options.exp: New file.
3509
3510 2019-06-13 Pedro Alves <palves@redhat.com>
3511
3512 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3513 that "o" is ambiguous.
3514
3515 2019-06-13 Pedro Alves <palves@redhat.com>
3516
3517 * gdb.base/settings.c: New file.
3518 * gdb.base/settings.exp: New file.
3519
3520 2019-06-13 Pedro Alves <palves@redhat.com>
3521
3522 * gdb.base/completion.exp: Fix comment typo.
3523
3524 2019-06-13 Pedro Alves <palves@redhat.com>
3525
3526 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3527 foo --1" test.
3528
3529 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3530
3531 * gdb.fortran/block-data.f: New.
3532 * gdb.fortran/block-data.exp: New.
3533
3534 2019-06-11 Tom de Vries <tdevries@suse.de>
3535
3536 PR testsuite/24521
3537 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3538 message.
3539
3540 2019-06-11 Tom de Vries <tdevries@suse.de>
3541
3542 PR testsuite/24521
3543 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3544
3545 2019-06-11 Tom de Vries <tdevries@suse.de>
3546
3547 * boards/readnow.exp: New file.
3548
3549 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3550
3551 * gdb.fortran/vla-sizeof.exp: Update expected results.
3552
3553 2019-06-06 Amos Bird <amosbird@gmail.com>
3554
3555 * gdb.base/annota1.exp (thread_switch): Add test for
3556 thread-exited annotation.
3557
3558 2019-06-06 Tom Tromey <tromey@adacore.com>
3559
3560 * gdb.base/maint.exp: Expect command started/finished output.
3561
3562 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3563
3564 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3565 comment.
3566 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3567
3568 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3569
3570 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3571 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3572 * gdb.arch/riscv-unwind-long-insn.c: New file.
3573 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3574
3575 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3576
3577 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3578
3579 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3580
3581 * lib/gdb.exp (help_list_trailer): New regexp variable
3582 factorizing the help trailer message.
3583 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3584 arg to allow to better factorize various tests.
3585 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3586 (test_prefix_command_help): Use help_list_trailer.
3587 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3588 * gdb.guile/scm-cmd.exp: Likewise.
3589 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3590 * gdb.base/help.exp: Use test_user_defined_class_help.
3591 * gdb.base/style.exp: Add tests for styling of help and apropos.
3592 * lib/gdb-utils.exp (style): Add title and highlight styles.
3593
3594 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3595
3596 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3597 $_shell_exitsignal.
3598 * gdb.base/default.exp: Update for new convenience variables.
3599
3600 2019-05-29 Tom Tromey <tromey@adacore.com>
3601
3602 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3603 to "break complete ada" test case's regexp.
3604
3605 2019-05-29 Tom Tromey <tromey@adacore.com>
3606
3607 PR c++/20020:
3608 * gdb.cp/constexpr-field.exp: New file.
3609 * gdb.cp/constexpr-field.cc: New file.
3610
3611 2019-05-29 Tom Tromey <tromey@adacore.com>
3612
3613 * gdb.base/finish.exp (finish_no_print): New proc.
3614 (finish_tests): Call it.
3615
3616 2019-05-24 Tom de Vries <tdevries@suse.de>
3617
3618 * gdb.dwarf2/gdb-add-index.exp: New file.
3619
3620 2019-05-22 Tom Tromey <tromey@adacore.com>
3621
3622 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3623 * gdb.base/style.exp: Use "style".
3624 * lib/gdb-utils.exp (style): New proc.
3625
3626 2019-05-22 Tom de Vries <tdevries@suse.de>
3627
3628 * gdb.base/align.exp: Require c++11.
3629
3630 2019-05-22 Tom de Vries <tdevries@suse.de>
3631
3632 PR testsuite/24586
3633 * gdb.python/py-mi-var-info-path-expression.exp: Call
3634 mi_skip_python_tests to check if python is supported.
3635
3636 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3637
3638 * gdb.arch/aarch64-pauth.c: New test.
3639 * gdb.arch/aarch64-pauth.exp: New file.
3640
3641 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3642
3643 * README (Re-running Tests Outside The Testsuite): New section.
3644
3645 2019-05-21 Tom de Vries <tdevries@suse.de>
3646
3647 * gdb.arch/amd64-eval.exp: Require c++11.
3648 * gdb.base/max-depth.exp: Same.
3649 * gdb.compile/compile-cplus-array-decay.exp: Same.
3650 * gdb.cp/meth-typedefs.exp: Same.
3651 * gdb.cp/subtypes.exp: Same.
3652 * gdb.cp/temargs.exp: Same.
3653
3654 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3655
3656 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3657
3658 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3659
3660 PR gdb/18644
3661 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3662 * gdb.fortran/printing-types.exp: Add new test.
3663 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3664 testing.
3665 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3666 setup_kfail call.
3667
3668 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3669
3670 * README (Running the Testsuite): Change example.
3671 (Testsuite Parameters): Remove TRANSCRIPT.
3672 * lib/gdb.exp: Remove TRANSCRIPT check.
3673
3674 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3675
3676 * README (Testsuite Parameters): Add replay logging to
3677 GDBSERVER_DEBUG.
3678 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3679 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3680 as a comma separated list.
3681 (gdb_debug_init): Override procedure.
3682
3683 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3684
3685 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3686 (gdb_write_cmd_file): New procedure.
3687 * lib/gdbserver-support.exp (gdbserver_start): Call
3688 gdbserver_write_cmd_file.
3689 (gdbserver_write_cmd_file): New procedure.
3690
3691 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3692
3693 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3694 (delete_breakpoints): Likewise.
3695 (gdb_run_cmd): Likewise.
3696 (gdb_start_cmd): Likewise.
3697 (gdb_starti_cmd): Likewise.
3698 (gdb_internal_error_resync): Likewise.
3699 (gdb_test_multiple): Likewise.
3700 (gdb_reinitialize_dir): Likewise.
3701 (default_gdb_exit): Likewise.
3702 (gdb_file_cmd): Mark kill as optional.
3703 (default_gdb_start): Call gdb_stdin_log_init.
3704 (send_gdb): Call gdb_stdin_log_write.
3705 (rerun_to_main): Mark Y as an answer.
3706 (gdb_stdin_log_init): New function.
3707 (gdb_stdin_log_write): Likewise.
3708
3709 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3710
3711 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3712 * gdb.base/debug-expr.exp: Likewise.
3713 * gdb.base/foll-fork.exp: Likewise.
3714 * gdb.base/foll-vfork.exp: Likewise.
3715 * gdb.base/fork-print-inferior-events.exp: Likewise.
3716 * gdb.base/gdb-sigterm.exp: Likewise.
3717 * gdb.base/gdbinit-history.exp: Likewise.
3718 * gdb.base/osabi.exp: Likewise.
3719 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3720 * gdb.base/ui-redirect.exp: Likewise.
3721 * gdb.gdb/unittest.exp: Likewise.
3722 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3723 * gdb.mi/mi-watch.exp: Likewise.
3724 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3725 * gdb.mi/user-selected-context-sync.exp: Likewise.
3726 * gdb.python/python.exp: Disable debug test when debugging.
3727 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3728 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3729 Likewise.
3730 * gdb.threads/stepi-random-signal.exp: Likewise.
3731
3732 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3733
3734 * Makefile.in: Pass through GDB_DEBUG.
3735 * README (Testsuite Parameters): Add GDB_DEBUG.
3736 (gdb,debug): Add board setting.
3737 * lib/gdb.exp (default_gdb_start): Start debugging.
3738 (gdb_debug_enabled): New procedure.
3739 (gdb_debug_init): Likewise.
3740
3741 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3742
3743 * Makefile.in: Pass through GDB_DEBUG.
3744 * README (Testsuite Parameters): Add GDB_DEBUG.
3745 (gdb,debug): Add board setting.
3746 * lib/gdb.exp (default_gdb_start): Start debugging.
3747 (gdb_debug_enabled): New procedure.
3748 (gdb_debug_init): Likewise.
3749
3750 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3751
3752 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3753
3754 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3755
3756 * gdb.base/ui-redirect.exp: Test redirection.
3757
3758 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3759
3760 * gdb.mi/mi-complete.exp: New file.
3761 * gdb.mi/mi-complete.cc: Likewise.
3762
3763 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3764
3765 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3766 indexed and sliced arrays, and pointers to arrays.
3767
3768 2019-05-14 Tom Tromey <tromey@adacore.com>
3769
3770 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3771 styling test.
3772
3773 2019-05-14 Tom de Vries <tdevries@suse.de>
3774
3775 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3776 selection entry encoding.
3777
3778 2019-05-10 Tom Tromey <tromey@adacore.com>
3779
3780 * gdb.ada/info_exc.exp: Add "complete" test.
3781
3782 2019-05-09 Tom de Vries <tdevries@suse.de>
3783
3784 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3785 CU-relative.
3786
3787 2019-05-09 Tom de Vries <tdevries@suse.de>
3788
3789 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3790 CU-relative.
3791
3792 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3793
3794 * gdb.ada/frame_arg_lang.exp: New testcase.
3795 * gdb.ada/frame_arg_lang/bla.adb: New file.
3796 * gdb.ada/frame_arg_lang/pck.ads: New file.
3797 * gdb.ada/frame_arg_lang/pck.adb: New file.
3798 * gdb.ada/frame_arg_lang/foo.c: New file.
3799
3800 2019-05-08 Tom Tromey <tromey@adacore.com>
3801
3802 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3803
3804 2019-05-08 Tom Tromey <tromey@adacore.com>
3805
3806 * gdb.base/ptype-offsets.exp: Update tests.
3807
3808 2019-05-08 Tom Tromey <tromey@adacore.com>
3809
3810 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3811 cases.
3812 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3813 "short".
3814
3815 2019-05-08 Tom Tromey <tromey@adacore.com>
3816
3817 * gdb.ada/vla.exp: New file.
3818 * gdb.ada/vla/vla.adb: New file.
3819
3820 2019-05-07 Tom de Vries <tdevries@suse.de>
3821
3822 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3823
3824 2019-05-07 Tom de Vries <tdevries@suse.de>
3825
3826 PR testsuite/24522
3827 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3828 section.
3829
3830 2019-05-07 Tom de Vries <tdevries@suse.de>
3831
3832 PR testsuite/24522
3833 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3834 .debug_aranges section.
3835
3836 2019-05-07 Tom de Vries <tdevries@suse.de>
3837
3838 PR testsuite/24159
3839 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3840
3841 2019-05-06 Tom de Vries <tdevries@suse.de>
3842
3843 * lib/gdb.exp (exec_has_index_section): New proc.
3844 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3845 section.
3846
3847 2019-05-04 Tom de Vries <tdevries@suse.de>
3848
3849 * boards/cc-with-debug-names.exp: New file.
3850
3851 2019-05-03 Tom Tromey <tromey@adacore.com>
3852
3853 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3854 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3855 * gdb.ada/char_enum.exp: Add test.
3856
3857 2019-05-03 Tom de Vries <tdevries@suse.de>
3858
3859 * boards/cc-with-gdb-index.exp: New file.
3860
3861 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3862
3863 * gdb.rust/simple.exp: Add new test case.
3864 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3865 (main): Initialise an instance of the new struct.
3866
3867 2019-05-01 Tom Tromey <tromey@adacore.com>
3868
3869 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3870 record.
3871 (NPR): New variable.
3872 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3873 test.
3874
3875 2019-05-01 Tom Tromey <tromey@adacore.com>
3876
3877 * gdb.ada/packed_array_assign.exp: Add packed assignment
3878 regression test.
3879
3880 2019-05-01 Tom de Vries <tdevries@suse.de>
3881
3882 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3883
3884 2019-05-01 Tom de Vries <tdevries@suse.de>
3885
3886 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3887
3888 2019-04-30 Ali Tamur <tamur@google.com>
3889
3890 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3891
3892 2019-04-30 Tom Tromey <tromey@adacore.com>
3893
3894 * lib/ada.exp (find_ada_tool): New proc.
3895 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3896 * gdb.ada/catch_ex_std.exp: New file.
3897 * gdb.ada/catch_ex_std/foo.adb: New file.
3898 * gdb.ada/catch_ex_std/some_package.adb: New file.
3899 * gdb.ada/catch_ex_std/some_package.ads: New file.
3900
3901 2019-04-30 Tom Tromey <tromey@adacore.com>
3902
3903 PR c++/24470:
3904 * gdb.cp/temargs.cc: Add test code from PR.
3905
3906 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3907
3908 * gdb.fortran/vla-datatypes.exp: Update expected results.
3909 * gdb.fortran/vla-ptype.exp: Likewise.
3910 * gdb.fortran/vla-type.exp: Likewise.
3911 * gdb.fortran/vla-value.exp: Likewise.
3912
3913 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3914
3915 * gdb.fortran/ptr-indentation.exp: Update expected results.
3916 * gdb.fortran/ptype-on-functions.exp: Likewise.
3917 * gdb.fortran/vla-ptr-info.exp: Likewise.
3918 * gdb.fortran/vla-value.exp: Likewise.
3919
3920 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3921
3922 * gdb.fortran/ptype-on-functions.exp: New file.
3923 * gdb.fortran/ptype-on-functions.f90: New file.
3924
3925 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3926
3927 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3928 case void string.
3929
3930 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3931
3932 * gdb.fortran/complex.exp: Expand.
3933 * gdb.fortran/complex.f: Renamed to...
3934 * gdb.fortran/complex.f90: ...this, and extended to add more
3935 complex values.
3936
3937 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3938
3939 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3940 MODULO, CMPLX.
3941
3942 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3943 Richard Bunt <richard.bunt@arm.com>
3944
3945 * gdb.base/max-depth.c: New file.
3946 * gdb.base/max-depth.exp: New file.
3947 * gdb.python/py-nested-maps.c: New file.
3948 * gdb.python/py-nested-maps.exp: New file.
3949 * gdb.python/py-nested-maps.py: New file.
3950 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3951 (test_all_common): Call test_max_depth.
3952 * gdb.fortran/max-depth.exp: New file.
3953 * gdb.fortran/max-depth.f90: New file.
3954 * gdb.go/max-depth.exp: New file.
3955 * gdb.go/max-depth.go: New file.
3956 * gdb.modula2/max-depth.exp: New file.
3957 * gdb.modula2/max-depth.c: New file.
3958 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3959
3960 2019-04-29 Tom de Vries <tdevries@suse.de>
3961
3962 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3963
3964 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3965
3966 * gdb.base/callexit.exp: Test may-call-functions off.
3967
3968 2019-04-25 Keith Seitz <keiths@redhat.com>
3969
3970 PR c++/24367
3971 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3972 (another_incomplete_struct, test_incomplete): New definitions.
3973 (main): Use new definitions.
3974 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3975 functions.
3976
3977 2019-04-25 Ali Tamur <tamur@google.com>
3978
3979 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3980
3981 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3982
3983 PR corefiles/11608
3984 PR corefiles/18187
3985 * gdb.base/coredump-filter-build-id.exp: New file.
3986
3987 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3988
3989 * Makefile.in: Pass through GDBSERVER_DEBUG.
3990 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3991 (gdbserver,debug): Add board setting.
3992 * gdb.trace/tspeed.exp: Skip when debugging.
3993 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3994 * lib/gdbserver-support.exp: Likewise
3995
3996 2019-04-24 Tom Tromey <tromey@adacore.com>
3997
3998 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3999 Rust.
4000
4001 2019-04-24 Tom Tromey <tromey@adacore.com>
4002
4003 * gdb.arch/amd64-eval.exp: Test bitfield return.
4004 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4005 (class Foo) <return_bitfields>: New method.
4006 (main): Call it.
4007
4008 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4009
4010 * gdb.cp/many-args.cc: New file.
4011 * gdb.cp/many-args.exp: New file.
4012
4013 2019-04-23 Tom de Vries <tdevries@suse.de>
4014
4015 PR gdb/24433
4016 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4017
4018 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4019
4020 * gdb.trace/backtrace.exp: Use nopie flag.
4021 * gdb.trace/circ.exp: Likewise.
4022 * gdb.trace/collection.exp: Likewise.
4023 * gdb.trace/ftrace.exp: Likewise.
4024 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4025 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4026 * gdb.trace/qtro.exp: Likewise.
4027 * gdb.trace/read-memory.exp: Likewise.
4028 * gdb.trace/report.exp: Likewise.
4029 * gdb.trace/tfile.exp: Likewise.
4030 * gdb.trace/tfind.exp: Likewise.
4031 * gdb.trace/unavailable.exp: Likewise.
4032
4033 2019-04-22 Pedro Alves <palves@redhat.com>
4034
4035 * gdb.base/solib-probes-nosharedlibrary.c,
4036 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4037
4038 2019-04-19 Tom Tromey <tromey@adacore.com>
4039
4040 * gdb.ada/ptype_union.c: New file.
4041 * gdb.ada/ptype_union.exp: New file.
4042
4043 2019-04-19 Tom Tromey <tromey@adacore.com>
4044
4045 PR symtab/24423:
4046 * gdb.base/list0.h (foo): Add a control-l character.
4047
4048 2019-04-18 Tom de Vries <tdevries@suse.de>
4049
4050 PR gdb/24433
4051 * boards/local-board.exp: Set sysroot to "".
4052
4053 2019-04-18 Tom de Vries <tdevries@suse.de>
4054 Pedro Alves <palves@redhat.com>
4055
4056 PR gdb/24454
4057 * gdb.threads/vfork-follow-child-exec.c: New file.
4058 * gdb.threads/vfork-follow-child-exec.exp: New file.
4059 * gdb.threads/vfork-follow-child-exit.c: New file.
4060 * gdb.threads/vfork-follow-child-exit.exp: New file.
4061
4062 2019-04-15 Leszek Swirski <leszeks@google.com>
4063
4064 * gdb.arch/amd64-eval.cc: New file.
4065 * gdb.arch/amd64-eval.exp: New file.
4066
4067 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4068
4069 * gdb.server/sysroot.c: New test.
4070 * gdb.server/sysroot.exp: New file.
4071 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4072 matching param.
4073
4074 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4075
4076 * gdb.base/align.exp: Extend test to cover structures containing
4077 only static fields.
4078
4079 2019-04-11 Tom de Vries <tdevries@suse.de>
4080
4081 * boards/cc-with-dwz-m.exp: New file.
4082 * boards/cc-with-dwz.exp: New file.
4083 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4084
4085 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4086
4087 * gdb.base/start-cpp.exp: New file.
4088 * gdb.base/start-cpp.cc: New file.
4089
4090 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4091
4092 * gdb.python/py-thrhandle.exp: Adjust tests to call
4093 thread_from_handle instead of thread_from_thread_handle.
4094
4095 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4096
4097 * gdb.python/py-thrhandle.exp: Add tests for
4098 gdb.InferiorThread.handle.
4099
4100 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4101
4102 * gdb.python/py-function.exp: Check calling helper function from
4103 all languages.
4104 * lib/gdb.exp (gdb_supported_languages): New proc.
4105
4106 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4107
4108 * gdb.base/complex-parts.c: New file.
4109 * gdb.base/complex-parts.exp: New file.
4110
4111 2019-04-01 Tom Tromey <tromey@adacore.com>
4112
4113 PR symtab/23331:
4114 * gdb.dwarf2/dw2-ranges-main.c: New file.
4115 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4116 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4117
4118 2019-03-30 Simon Marchi <simark@simark.ca>
4119
4120 * gdb.base/default.exp: Add values for $_gdb_major and
4121 $_gdb_minor.
4122
4123 2019-03-29 Tom Tromey <tromey@adacore.com>
4124
4125 * gdb.base/help.exp: Tighten apropos regexp.
4126
4127 2019-03-29 Keith Seitz <keiths@redhat.com>
4128
4129 * gdb.fortran/array-bounds.exp: New file.
4130 * gdb.fortran/array-bounds.f90: New file.
4131
4132 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4133
4134 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4135
4136 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4137
4138 * gdb.multi/hello.c (main): Increase alarm timer.
4139
4140 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4141
4142 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4143 factor when no hardware watchpoint support.
4144
4145 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4146 Pedro Alves <palves@redhat.com>
4147
4148 * boards/local-board.exp: set sysroot to /.
4149
4150 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4151
4152 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4153 in child.
4154
4155 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4156
4157 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4158 field.
4159 (make_container): Initialise new field.
4160 * gdb.python/py-prettyprint.exp: Add new tests.
4161 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4162 <display_hint>: New method.
4163
4164 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4165
4166 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4167 gdb_continue_to_breakpoint more throughout this test.
4168 (run_lang_tests) Supply unique test names, and use
4169 gdb_test_no_output.
4170
4171 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4172
4173 * gdb.base/finish-pretty.exp: Update expected results.
4174 * gdb.base/pretty-print.c: New file.
4175 * gdb.base/pretty-print.exp: New file.
4176
4177 2019-03-25 Pedro Alves <palves@redhat.com>
4178
4179 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4180 move comments outside list. Append '-i "" eof' section.
4181
4182 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4183
4184 PR testsuite/25016
4185 * README: Add pie options.
4186 * gdb.base/break-interp.exp: Ensure pie is disabled.
4187 * gdb.base/dump.exp: Likewise.
4188 * lib/gdb.exp (gdb_compile): Add pie option.
4189
4190 2019-03-19 Tom Tromey <tromey@adacore.com>
4191
4192 * gdb.mi/mi2-cli-display.c: New file.
4193 * gdb.mi/mi2-cli-display.exp: New file.
4194
4195 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4196 Tom Tromey <tromey@adacore.com>
4197
4198 * gdb.ada/ptype_array/pck.adb: New file.
4199 * gdb.ada/ptype_array/pck.ads: New file.
4200 * gdb.ada/ptype_array/foo.adb: New file.
4201 * gdb.ada/ptype_array.exp: New file.
4202
4203 2019-03-14 Tom Tromey <tromey@adacore.com>
4204
4205 * gdb.base/style.exp: Add "set style sources" test.
4206
4207 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4208
4209 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4210 * mi-breakpoint-multiple-locations.exp: ... this.
4211 (make_breakpoints_pattern): New proc.
4212 (do_test): Add mi_version parameter, test -break-insert,
4213 -break-info and =breakpoint-created.
4214
4215 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4216
4217 * config/default.exp: Remove 'load_lib gdb.exp'.
4218 * config/monitor.exp: Likewise.
4219 * config/sid.exp: Likewise.
4220 * config/sim.exp: Likewise.
4221 * config/slite.exp: Likewise.
4222 * config/unix.exp: Likewise.
4223 * gdb.base/default.exp: Remove unhelpful comment.
4224
4225 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4226
4227 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4228
4229 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4230
4231 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4232
4233 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4234
4235 * gdb.fortran/type-kinds.exp: Update expected results.
4236
4237 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4238
4239 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4240
4241 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4242
4243 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4244 function.
4245 (test_basic_parsing_of_type_kinds): Expand types tested.
4246 (test_parsing_invalid_type_kinds): New function.
4247
4248 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4249
4250 * gdb.fortran/intrinsics.exp: New file.
4251 * gdb.fortran/intrinsics.f90: New file.
4252 * gdb.fortran/type-kinds.exp: New file.
4253
4254 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4255
4256 * gdb.fortran/dot-ops.exp: New file.
4257
4258 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4259
4260 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4261 Check upper and lower case logical literals.
4262
4263 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4264
4265 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4266 Remove duplicate tests.
4267
4268 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4269
4270 * lib/gdb.exp (builtin_cd): rename of cd.
4271 (cd): Override builtin.
4272
4273 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4274
4275 * gdb.fortran/function-calls.exp: New file.
4276 * gdb.fortran/function-calls.f90: New test.
4277
4278 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4279
4280 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4281 on user program standard output.
4282 * gdb.fortran/short-circuit-argument-list.f90: Record function
4283 calls.
4284
4285 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4286
4287 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4288 failure.
4289
4290 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4291
4292 PR gdb/8527
4293 * gdb.base/interrupt-daemon-attach.c,
4294 gdb.base/interrupt-daemon-attach.exp: New test.
4295
4296 2019-02-27 Pedro Alves <palves@redhat.com>
4297
4298 * gdb.base/page.exp: Add tests for "set width/height -1".
4299
4300 2019-02-27 Pedro Alves <palves@redhat.com>
4301
4302 * gdb.base/page.exp: Add tests for "set/show width/height" with
4303 "infinite" values.
4304
4305 2019-02-27 Tom Tromey <tromey@adacore.com>
4306
4307 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4308 2.4.
4309 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4310 workaround.
4311
4312 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4313
4314 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4315 tests for structs with static members.
4316
4317 2019-02-26 Tom Tromey <tromey@adacore.com>
4318
4319 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4320 ValueError, not TypeError.
4321
4322 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4323
4324 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4325 call from main program.
4326
4327 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4328
4329 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4330 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4331 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4332 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4333 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4334
4335 2019-02-22 Keith Seitz <keiths@redhat.com>
4336
4337 PR symtab/23853
4338 * gdb.base/symlink-sourcefile.c: New file.
4339 * gdb.base/symlink-sourcefile.exp: New file.
4340
4341 2019-02-20 Tom Tromey <tom@tromey.com>
4342
4343 * gdb.base/info_qt.exp: Update.
4344
4345 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4346
4347 * gdb.base/source.exp: Move "error in sourced script" code to
4348 the end.
4349 * gdb.base/source-error.gdb: Move contents to
4350 source-error-1.gdb. Add new code to source source-error-1.gdb.
4351 * gdb.base/source-error-1.gdb: New file, from previous
4352 source-error.gdb.
4353
4354 2019-02-17 Tom Tromey <tom@tromey.com>
4355
4356 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4357 for macro styling.
4358 * gdb.base/style.c (SOME_MACRO): New macro.
4359
4360 2019-02-17 Tom Tromey <tom@tromey.com>
4361
4362 * gdb.base/style.exp: Add line-wrapping tests.
4363 * gdb.base/page.exp: Add test for quitting during pagination.
4364
4365 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4366
4367 * gdb.ada/big_packed_array: New testcase.
4368 * gdb.ada/homonym.exp: Fix incorrect expected output for
4369 "break <homonym__get_value>" test.
4370
4371 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4372
4373 PR breakpoints/21870
4374 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4375 and prepare_for_testing. Add comment.
4376 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4377 redundant cleanup call. Clean up comment.
4378
4379 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4380
4381 PR breakpoints/21870
4382 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4383 * gdb.arch/aarch64-dbreg-contents.c: New file.
4384
4385 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4386
4387 * gdb.ada/mi_ref_changeable: New testcase.
4388
4389 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4390
4391 * gdb.base/attach.exp: Add double attach test.
4392
4393 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4394
4395 * lib/gdb.exp (default_gdb_start): Don't match pagination
4396 prompt.
4397 (gdb_init): Set stty_init.
4398
4399 2019-01-27 Tom Tromey <tom@tromey.com>
4400
4401 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4402 skip_python_tests.
4403
4404 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4405
4406 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4407 New structure.
4408 (struct struct_static_02_02): Likewise.
4409 (struct struct_static_02_03): Likewise.
4410 (struct struct_static_02_04): Likewise.
4411 (struct struct_static_04_01): Likewise.
4412 (struct struct_static_04_02): Likewise.
4413 (struct struct_static_04_03): Likewise.
4414 (struct struct_static_04_04): Likewise.
4415 (struct struct_static_06_01): Likewise.
4416 (struct struct_static_06_02): Likewise.
4417 (struct struct_static_06_03): Likewise.
4418 (struct struct_static_06_04): Likewise.
4419 (cmp_struct_static_02_01): Likewise.
4420 (cmp_struct_static_02_02): Likewise.
4421 (cmp_struct_static_02_03): Likewise.
4422 (cmp_struct_static_02_04): Likewise.
4423 (cmp_struct_static_04_01): Likewise.
4424 (cmp_struct_static_04_02): Likewise.
4425 (cmp_struct_static_04_03): Likewise.
4426 (cmp_struct_static_04_04): Likewise.
4427 (cmp_struct_static_06_01): Likewise.
4428 (cmp_struct_static_06_02): Likewise.
4429 (cmp_struct_static_06_03): Likewise.
4430 (cmp_struct_static_06_04): Likewise.
4431 (call_all): Test new structs.
4432 * gdb.base/infcall-nested-structs.exp: Likewise.
4433
4434 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4435 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4436
4437 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4438 * gdb.base/stack-protector.c: New test.
4439 * gdb.base/stack-protector.exp: New file.
4440 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4441 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4442 option.
4443 (gdb_compile): Remove stack protector for GCC and prevent
4444 recursion.
4445
4446 2019-01-16 Keith Seitz <keiths@redhat.com>
4447
4448 PR gdb/23773
4449 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4450
4451 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4452
4453 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4454 aliases.
4455 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4456 tests.
4457 * gdb.arch/powerpc-vector-regs.c: New file.
4458 * gdb.arch/powerpc-vector-regs.exp: New file.
4459
4460 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4461
4462 * gdb.arch/altivec-regs.exp: Fix the list passed to
4463 gdb_expect_list when testing "info vector".
4464
4465 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4466
4467 * gdb.base/style.exp: Don't include path in testname.
4468
4469 2019-01-10 Keith Seitz <keiths@redhat.com>
4470
4471 PR gdb/23712
4472 PR symtab/23010
4473 * gdb.dwarf2/multidictionary.exp: New file.
4474
4475 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4476
4477 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4478 (test_gnuv3_style_demangling): ... this.
4479 (test_lucid_style_demangling): Remove.
4480 (test_arm_style_demangling): Remove.
4481 (test_hp_style_demangling): Remove.
4482 (do_tests): Remove calls to the above.
4483
4484 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4485
4486 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4487 case.
4488
4489 2019-01-06 Tom Tromey <tom@tromey.com>
4490
4491 PR gdb/28155:
4492 * gdb.dwarf2/typedef-void-finish.exp: New file.
4493
4494 2018-12-28 Tom Tromey <tom@tromey.com>
4495 Simon Marchi <simark@simark.ca>
4496
4497 * gdb.base/jit-exec.exp: New file.
4498 * gdb.base/jit-exec.c: New file.
4499 * gdb.base/jit-execd.c: New file.
4500
4501 2018-12-28 Tom Tromey <tom@tromey.com>
4502
4503 * gdb.base/style.exp: Update test to check for address styling.
4504
4505 2018-12-28 Tom Tromey <tom@tromey.com>
4506
4507 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4508 message.
4509
4510 2018-12-28 Tom Tromey <tom@tromey.com>
4511
4512 * gdb.base/style.exp: Add test for version number styling.
4513
4514 2018-12-28 Tom Tromey <tom@tromey.com>
4515
4516 * gdb.base/style.exp: Add test for print_address_symbolic.
4517
4518 2018-12-28 Tom Tromey <tom@tromey.com>
4519
4520 * gdb.base/style.exp: Add test for breakpoint setting.
4521
4522 2018-12-28 Tom Tromey <tom@tromey.com>
4523
4524 * gdb.base/style.exp: Add test for variable names.
4525
4526 2018-12-28 Tom Tromey <tom@tromey.com>
4527
4528 * gdb.base/style.exp: New file.
4529 * gdb.base/style.c: New file.
4530
4531 2018-12-28 Tom Tromey <tom@tromey.com>
4532
4533 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4534 "dumb".
4535 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4536 the TERM environment variable.
4537
4538 2018-12-27 Tom Tromey <tom@tromey.com>
4539
4540 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4541 pagination test.
4542
4543 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4544
4545 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4546 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4547
4548 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4549
4550 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4551 Filename a.adb changed to bp_fun_addr.adb.
4552 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4553
4554 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4555
4556 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4557 non-PIE executables.
4558 * README: Mention the gdb,nopie_flag board setting.
4559 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4560 non-PIE executable.
4561 * gdb.arch/amd64-entry-value.exp: Likewise.
4562 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4563 * gdb.arch/i386-float.exp: Likewise.
4564 * gdb.arch/i386-signal.exp: Likewise.
4565 * gdb.mi/mi-reg-undefined.exp: Likewise.
4566
4567 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4568
4569 PR gdb/23974
4570 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4571
4572 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4573
4574 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4575 Update order of results accordingly.
4576
4577 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4578
4579 * gdb.base/annota1.exp: Update a test regexp.
4580
4581 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4582
4583 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4584
4585 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4586
4587 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4588 (reuse_time): Initialize to REUSE_TIME_CAP.
4589 (check_rc): New function.
4590 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4591 Check pthread_create rc.
4592 (spawner_thread_func): Check pthread_create and pthread_join rc.
4593
4594 2018-12-08 Pedro Alves <palves@redhat.com>
4595
4596 * gdb.base/list.exp (test_forward_search): Rename to ...
4597 (test_forward_reverse_search): ... this. Also test reverse-search
4598 and the forward-search alias.
4599
4600 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4601
4602 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4603 local timeout variable before return, and remove all local timeout
4604 variable entirely.
4605 (gdb_load): Likewise.
4606
4607 2018-12-01 Tom de Vries <tdevries@suse.de>
4608
4609 * gdb.base/gdb-caching-proc.exp: New file.
4610
4611 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4612
4613 * Makefile.in (TIMESTAMP): New variable.
4614 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4615 command.
4616 (check-single-racy): Likewise.
4617 (check/%.exp): Likewise.
4618 (check-racy/%.exp): Likewise.
4619 (workers/%.worker): Likewise.
4620 (build-perf): Likewise.
4621 (check-perf): Likewise.
4622 * README: Describe new "TS" and "TS_FORMAT" variables.
4623 * print-ts.py: New file.
4624
4625 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4626
4627 PR python/23714
4628 * gdb.python/python.exp: Test command repetition after
4629 gdb.execute.
4630
4631 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4632
4633 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4634 is correctly aligned.
4635
4636 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4637
4638 * gdb.ada/info_auto_lang.exp: New testcase.
4639 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4640 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4641 * gdb.ada/info_auto_lang/some_c.c: New file.
4642
4643 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4644
4645 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4646 FUNC_lang language syntax.
4647
4648 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4649
4650 * gdb.base/info_minsym.c: New file.
4651 * gdb.base/info_minsym.exp: New file.
4652
4653 2018-11-19 Tom Tromey <tom@tromey.com>
4654
4655 PR rust/23625:
4656 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4657 * gdb.rust/expr.exp: Update expected output. Change one test.
4658
4659 2018-11-19 Tom Tromey <tom@tromey.com>
4660
4661 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4662
4663 2018-11-19 Pedro Alves <palves@redhat.com>
4664
4665 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4666 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4667 see the expected warning.
4668
4669 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4670
4671 PR gdb/22736:
4672 * gdb.cp/infcall-nodebug-lib.c: New test.
4673 * gdb.cp/infcall-nodebug-main.c: New test.
4674 * gdb.cp/infcall-nodebug.exp: New file.
4675
4676 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4677
4678 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4679 completer tests.
4680
4681 2018-11-09 Tom de Vries <tdevries@suse.de>
4682
4683 * gdb.base/msym-lang.c: New test.
4684 * gdb.base/msym-lang.exp: New file.
4685 * gdb.base/msym-lang-main.c: New test.
4686
4687 2018-11-08 Tom Tromey <tom@tromey.com>
4688
4689 PR gdb/23555:
4690 PR gdb/23838:
4691 * gdb.base/warning.exp: New file.
4692
4693 2018-11-08 Jan Beulich <jbeulich@suse.com>
4694
4695 * testsuite/gdb.arch/i386-avx512.c,
4696 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4697
4698 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4699
4700 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4701 point hardware.
4702
4703 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4704
4705 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4706 * gdb.dwarf2/missing-type-name.exp: New file.
4707
4708 2018-11-06 Tom de Vries <tdevries@suse.de>
4709
4710 * gdb.base/many-headers.c: New test.
4711 * gdb.base/many-headers.exp: New file.
4712
4713 2018-11-06 Jim Wilson <jimw@sifive.com>
4714
4715 * gdb.base/code_elim.exp: For riscv, set additional_flags
4716 to include -msmall-data-limit=0.
4717
4718 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4719
4720 * gdb.ada/watch_minus_l: New testcase.
4721
4722 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4723
4724 * gdb.arch/aix-sighandle.c: New file.
4725 * gdb.arch/aix-sighandle.exp: New file.
4726
4727 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4728
4729 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4730 registers being unions.
4731
4732 2018-10-31 Tom de Vries <tdevries@suse.de>
4733
4734 * lib/valgrind.exp: New file.
4735 (vgdb_start, vgdb_stop): New procs, factored out of ...
4736 * gdb.base/valgrind-bt.exp: ... here, ...
4737 * gdb.base/valgrind-disp-step.exp: ... here and ...
4738 * gdb.base/valgrind-infcall.exp: ... here.
4739
4740 2018-10-31 Tom de Vries <tdevries@suse.de>
4741
4742 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4743
4744 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4745
4746 * gdb.dwarf2/void-type.c: New file.
4747 * gdb.dwarf2/void-type.exp: New file.
4748
4749 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4750
4751 * gdb.base/info_qt.c: New file.
4752 * gdb.base/info_qt.exp: New file.
4753
4754 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4755
4756 * gdb.arch/powerpc-htm-regs.c: New file.
4757 * gdb.arch/powerpc-htm-regs.exp: New file.
4758
4759 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4760
4761 * gdb.arch/powerpc-tar.c: New file.
4762 * gdb.arch/powerpc-tar.exp: New file.
4763
4764 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4765
4766 * gdb.arch/powerpc-ppr-dscr.c: New file.
4767 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4768
4769 2018-10-25 Tom de Vries <tdevries@suse.de>
4770
4771 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4772
4773 2018-10-24 Tom de Vries <tdevries@suse.de>
4774
4775 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4776 longer exists error.
4777
4778 2018-10-24 Tom de Vries <tdevries@suse.de>
4779
4780 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4781
4782 2018-10-24 Tom de Vries <tdevries@suse.de>
4783
4784 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4785 --db-attach in valgrind.
4786
4787 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4788
4789 * gdb.arch/riscv-reg-aliases.c: New file.
4790 * gdb.arch/riscv-reg-aliases.exp: New file.
4791
4792 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4793
4794 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4795
4796 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4797
4798 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4799
4800 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4801
4802 * gdb.cp/ovldbreak.exp: Fix regexps.
4803
4804 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4805
4806 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4807
4808 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4809
4810 PR cli/23785
4811 * gdb.base/restore.exp: New test to check if "restore" with an
4812 invalid file doesn't segfault.
4813
4814 2018-10-18 Tom de Vries <tdevries@suse.de>
4815
4816 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4817 * gdb.ada/excep_handle.exp: Same.
4818 * gdb.ada/mi_string_access.exp: Same.
4819 * gdb.ada/mi_var_union.exp: Same.
4820 * gdb.arch/arc-analyze-prologue.exp: Same.
4821 * gdb.arch/arc-decode-insn.exp: Same.
4822 * gdb.base/readnever.exp: Same.
4823 * gdb.fortran/printing-types.exp: Same.
4824 * gdb.guile/scm-lazy-string.exp: Same.
4825
4826 2018-10-16 Tom de Vries <tdevries@suse.de>
4827
4828 PR gdb/23730
4829 * gdb.base/catch-follow-exec.c: Add copyright notice.
4830 * gdb.base/catch-follow-exec.exp: Rewrite to use
4831 gdb_spawn_with_cmdline_opts. Require gdb-native.
4832
4833 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4834
4835 * gdb.trace/actions-changed.exp: Check for arch support.
4836 * gdb.trace/actions.exp: Likewise.
4837 * gdb.trace/ax.exp: Likewise.
4838 * gdb.trace/backtrace.exp: Likewise.
4839 * gdb.trace/change-loc.exp: Likewise.
4840 * gdb.trace/deltrace.exp: Likewise.
4841 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4842 * gdb.trace/ftrace.exp: Likewise.
4843 * gdb.trace/infotrace.exp: Check for arch support.
4844 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4845 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4846 * gdb.trace/mi-tsv-changed.exp: Likewise.
4847 * gdb.trace/packetlen.exp: Likewise.
4848 * gdb.trace/passc-dyn.exp: Likewise.
4849 * gdb.trace/passcount.exp: Likewise.
4850 * gdb.trace/pending.exp: Likewise.
4851 * gdb.trace/range-stepping.exp: Check for shlib support.
4852 * gdb.trace/report.exp: Check for arch support.
4853 * gdb.trace/save-trace.exp: Likewise.
4854 * gdb.trace/signal.exp: Check for signal support.
4855 * gdb.trace/tfind.exp: Check for arch support.
4856 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4857 * gdb.trace/trace-common.h: Add comment.
4858 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4859 * gdb.trace/trace-enable-disable.exp: Likewise.
4860 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4861 * gdb.trace/tracecmd.exp: Check for arch support.
4862 * gdb.trace/tspeed.exp: Check for shlib and target support.
4863 * gdb.trace/tstatus.exp: Check for arch support.
4864 * gdb.trace/tsv.exp: Likewise.
4865 * gdb.trace/while-dyn.exp: Likewise.
4866 * gdb.trace/while-stepping.exp: Likewise.
4867 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4868
4869 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4870
4871 * gdb.trace/tspeed.exp: Remove nowarnings.
4872 (prepare_for_trace_test): Declare "global ipalib".
4873 * gdb.trace/tspeed.c: Include unistd.h.
4874 (main): Remove superfluous printf argument.
4875
4876 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4877
4878 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4879 directory prefix on the filename.
4880
4881 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4882
4883 * gdb.gdb/unittest.exp: Update expected message informing that
4884 selftests have been disabled.
4885 * gdb.server/unittest.exp: Likewise.
4886
4887 2018-10-09 Tom de Vries <tdevries@suse.de>
4888
4889 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4890 with runto_main.
4891
4892 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4893
4894 PR c++/16841
4895 * gdb.cp/virtbase2.cc: New file.
4896 * gdb.cp/virtbase2.exp: New file.
4897
4898 2018-10-06 Tom Tromey <tom@tromey.com>
4899
4900 PR python/19399:
4901 * gdb.python/py-inferior.exp: Add architecture test.
4902
4903 2018-10-06 Tom Tromey <tom@tromey.com>
4904
4905 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4906 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4907
4908 2018-10-06 Tom Tromey <tom@tromey.com>
4909
4910 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4911 of a "throw" catchpoint.
4912
4913 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4914
4915 * gdb.base/info-proc.exp: Update string expected from "help info
4916 proc".
4917
4918 2018-10-04 Tom Tromey <tom@tromey.com>
4919
4920 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4921 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4922 (test_initial_complaints, test_empty_complaints): Update.
4923 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4924
4925 2018-10-04 Tom Tromey <tom@tromey.com>
4926
4927 PR cli/19551:
4928 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4929 * lib/gdb.exp (gdb_file_cmd): Update.
4930 * gdb.stabs/weird.exp (print_weird_var): Update.
4931 * gdb.server/solib-list.exp: Update.
4932 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4933 * gdb.mi/mi-cli.exp: Update.
4934 * gdb.linespec/linespec.exp: Update.
4935 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4936 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4937 * gdb.cp/cp-relocate.exp: Update.
4938 * gdb.base/sym-file.exp: Update.
4939 * gdb.base/relocate.exp: Update.
4940 * gdb.base/readnever.exp: Update.
4941 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4942 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4943 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4944 * gdb.base/code_elim.exp: Update.
4945 * gdb.base/break-unload-file.exp (test_break): Update.
4946 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4947 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4948 Update.
4949 * gdb.base/attach.exp (do_attach_tests): Update.
4950 * gdb.base/sepdebug.exp: Update.
4951 * gdb.python/py-section-script.exp: Update.
4952
4953 2018-10-04 Tom Tromey <tom@tromey.com>
4954
4955 PR cli/22234:
4956 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4957 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4958 output.
4959
4960 2018-10-04 Tom Tromey <tom@tromey.com>
4961
4962 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4963 set width and height to 0.
4964 (test_command_line_attach_run): Use -quiet.
4965
4966 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4967
4968 * lib/gdb.exp (skip_ifunc_tests): New.
4969 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4970 other compile failures.
4971 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4972
4973 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4974
4975 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4976 is_amd64_regs_target.
4977
4978 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4979
4980 * gdb.arch/aarch64-sighandler-regs.c: New test.
4981 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4982 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4983
4984 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4985
4986 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4987 assembly.
4988
4989 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4990
4991 * gdb.base/frame-selection.exp: New file.
4992 * gdb.base/frame-selection.c: New file.
4993
4994 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4995
4996 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4997 pthread barrier.
4998 (main): Likewise.
4999
5000 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5001
5002 * gdb.base/large-frame-1.c: New file.
5003 * gdb.base/large-frame-2.c: New file.
5004 * gdb.base/large-frame.exp: New file.
5005 * gdb.base/large-frame.h: New file.
5006
5007 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5008
5009 PR gdb/20948
5010 * gdb.base/write_mem.exp: New test.
5011 * gdb.base/write_mem.c: Likewise.
5012
5013 2018-09-23 Tom Tromey <tom@tromey.com>
5014
5015 PR python/18852:
5016 * gdb.python/py-parameter.exp: Add test for parameter that throws
5017 on "set".
5018
5019 2018-09-23 Tom Tromey <tom@tromey.com>
5020
5021 PR python/17284:
5022 * gdb.python/py-template.exp (test_template_arg): Add test for
5023 negative template argument number.
5024
5025 2018-09-23 Tom Tromey <tom@tromey.com>
5026
5027 PR python/14062:
5028 * gdb.python/python.exp: Add test for post_event error.
5029
5030 2018-09-23 Tom Tromey <tom@tromey.com>
5031
5032 PR python/18170:
5033 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5034 convert pointers to int and long.
5035
5036 2018-09-23 Tom Tromey <tom@tromey.com>
5037
5038 PR python/20126:
5039 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5040 signed-ness conversion tests.
5041
5042 2018-09-23 Tom Tromey <tom@tromey.com>
5043
5044 PR python/18352;
5045 * gdb.python/py-value.exp (test_float_conversion): New proc.
5046 Use it.
5047
5048 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5049
5050 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5051
5052 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5053
5054 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5055 no readline.
5056 * gdb.base/utf8-identifiers.exp: Likewise.
5057 * gdb.cp/cpcompletion.exp: Likewise.
5058 * gdb.linespec/cpcompletion.exp: Likewise.
5059 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5060 * gdb.linespec/cpls-ops.exp: Likewise.
5061
5062 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5063 Chris January <chris.january@arm.com>
5064
5065 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5066 * gdb.fortran/short-circuit-argument-list.exp: New file.
5067 * gdb.fortran/short-circuit-argument-list.f90: New test.
5068
5069 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5070
5071 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5072 "arch=" keyword when executing "-stack-list-frames".
5073
5074 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5075
5076 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5077 "arch=" keyword when executing "-stack-list-frames".
5078
5079 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5080
5081 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5082 break ada".
5083
5084 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5085
5086 PR python/23669
5087 * gdb.python/python.exp: Test gdb.execute("show commands").
5088
5089 2018-09-16 Tom Tromey <tom@tromey.com>
5090
5091 * gdb.base/new-ui.exp (do_execution_tests): Update.
5092 * gdb.base/dbx.exp (test_breakpoints): Update.
5093
5094 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5095
5096 * lib/gdb.exp (gdb_simple_compile): Add proc.
5097 (is_elf_target): Use gdb_simple_compile.
5098 (skip_altivec_tests): Likewise.
5099 (skip_vsx_tests): Likewise.
5100 (skip_tsx_tests): Likewise.
5101 (skip_btrace_tests): Likewise.
5102 (skip_btrace_pt_tests): Likewise.
5103 (gdb_can_simple_compile): Likewise.
5104 (gdb_has_argv0): Likewise.
5105 (gdb_target_symbol_prefix): Likewise.
5106 (target_supports_scheduler_locking): Likewise.
5107
5108 2018-09-13 Tom Tromey <tom@tromey.com>
5109
5110 * Makefile.in (TAGS): Recognize proc_with_prefix and
5111 gdb_caching_proc.
5112
5113 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5114
5115 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5116 method.
5117
5118 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5119
5120 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5121 and a few other Inferior properties when the Inferior is no
5122 longer valid.
5123
5124 2018-09-13 Tom Tromey <tom@tromey.com>
5125
5126 PR rust/23650:
5127 * gdb.rust/simple.exp: Add test for enum field access error.
5128
5129 2018-09-13 Tom Tromey <tom@tromey.com>
5130
5131 PR rust/23626:
5132 * gdb.rust/simple.rs (EmptyEnum): New type.
5133 (main): Use it.
5134 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5135
5136 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5137
5138 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5139 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5140 * gdb.python/py-symtab.exp: Update test printing an objfile.
5141
5142 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5143
5144 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5145 object.
5146
5147 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5148
5149 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5150 (support_complex_tests): Use gdb_can_simple_compile.
5151 (is_ilp32_target): Likewise.
5152 (is_lp64_target): Likewise.
5153 (is_64_target): Likewise.
5154 (is_amd64_regs_target): Likewise.
5155 (is_aarch32_target): Likewise.
5156 (gdb_int128_helper): Likewise.
5157
5158 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5159
5160 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5161
5162 2018-09-10 Jerome Guitton <guitton@adacore.com>
5163
5164 * gdb.ada/same_component_name: Add test for case of tagged record
5165 with variable-length fields.
5166
5167 2018-09-10 Xavier Roirand <roirand@adacore.com>
5168
5169 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5170 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5171 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5172 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5173
5174 2018-09-10 Xavier Roirand <roirand@adacore.com>
5175
5176 * gdb.ada/mi_string_access.exp: New testcase.
5177 * gdb.ada/mi_string_access/bar.adb: New file.
5178 * gdb.ada/mi_string_access/pck.adb: New file.
5179 * gdb.ada/mi_string_access/pck.asd: New file.
5180
5181 2018-09-10 Xavier Roirand <roirand@adacore.com>
5182
5183 * gdb.ada/mi_var_union.exp: New testcase.
5184 * gdb.ada/mi_var_union/bar.adb: New file.
5185 * gdb.ada/mi_var_union/pck.adb: New file.
5186 * gdb.ada/mi_var_union/pck.asd: New file.
5187
5188 2018-09-08 Tom Tromey <tom@tromey.com>
5189
5190 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5191
5192 2018-09-08 Tom Tromey <tom@tromey.com>
5193
5194 PR python/16047:
5195 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5196 (register_pretty_printers): Register new printer.
5197 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5198 test.
5199 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5200 (an_int_type3): New global.
5201
5202 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5203
5204 * gdb.ada/expr_with_funcall: New testcase.
5205
5206 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5207
5208 * gdb.ada/packed_array_assign: New testcase.
5209
5210 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5211
5212 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5213 names, and add test prefixes to make test names unique.
5214
5215 2018-09-05 Tom de Vries <tdevries@suse.de>
5216
5217 * gdb.dwarf2/varval.exp: Add test.
5218
5219 2018-09-04 Gary Benson <gbenson@redhat.com>
5220
5221 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5222 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5223
5224 2018-08-31 Tom Tromey <tom@tromey.com>
5225
5226 * gdb.rust/simple.rs: Rename second variable "v".
5227
5228 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5229
5230 * gdb.base/funcargs.c (use_a): New function.
5231 (recurse): Call use_a.
5232
5233 2018-08-29 Keith Seitz <keiths@redhat.com>
5234
5235 * gdb.compile/compile-cplus-anonymous.cc: New file.
5236 * gdb.compile/compile-cplus-anonymous.exp: New file.
5237 * gdb.compile/compile-cplus-array-decay.cc: New file.
5238 * gdb.compile/compile-cplus-array-decay.exp: New file.
5239 * gdb.compile/compile-cplus-inherit.cc: New file.
5240 * gdb.compile/compile-cplus-inherit.exp: New file.
5241 * gdb.compile/compile-cplus-member.cc: New file.
5242 * gdb.compile/compile-cplus-member.exp: New file.
5243 * gdb.compile/compile-cplus-method.cc: New file.
5244 * gdb.compile/compile-cplus-method.exp: New file.
5245 * gdb.compile/compile-cplus-mod.c: "New" file.
5246 * gdb.compile/compile-cplus-namespace.cc: New file.
5247 * gdb.compile/compile-cplus-namespace.exp: New file.
5248 * gdb.compile/compile-cplus-nested.cc: New file.
5249 * gdb.compile/compile-cplus-nested.exp: New file.
5250 * gdb.compile/compile-cplus-print.c: "New" file.
5251 * gdb.compile/compile-cplus-print.exp: "New" file.
5252 * gdb.compile/compile-cplus-virtual.cc: New file.
5253 * gdb.compile/compile-cplus-virtual.exp: New file.
5254 * gdb.compile/compile-cplus.c: "New" file.
5255 * gdb.compile/compile-cplus.exp: "New" file.
5256 * lib/compile-support.exp: New file.
5257
5258 2018-08-16 Gary Benson <gbenson@redhat.com>
5259
5260 PR gdb/13000:
5261 * gdb.base/batch-exit-status.exp: New file.
5262 * gdb.base/batch-exit-status.good-commands: Likewise.
5263 * gdb.base/batch-exit-status.bad-commands: Likewise.
5264
5265 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5266
5267 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5268 (struct struct02): Likewise.
5269 (struct struct03): Likewise.
5270 (struct struct04): Likewise.
5271 (struct struct_01_01): New struct.
5272 (struct struct_01_02): Likewise.
5273 (struct struct_01_03): Likewise.
5274 (struct struct_01_04): Likewise.
5275 (struct struct_02_01): Likewise.
5276 (struct struct_02_02): Likewise.
5277 (struct struct_02_03): Likewise.
5278 (struct struct_02_04): Likewise.
5279 (struct struct_04_01): Likewise.
5280 (struct struct_04_02): Likewise.
5281 (struct struct_04_03): Likewise.
5282 (struct struct_04_04): Likewise.
5283 (struct struct_05_01): Likewise.
5284 (struct struct_05_02): Likewise.
5285 (struct struct_05_03): Likewise.
5286 (struct struct_05_04): Likewise.
5287 (cmp_struct01): Remove function.
5288 (cmp_struct02): Likewise.
5289 (cmp_struct03): Likewise.
5290 (cmp_struct04): Likewise.
5291 (cmp_struct_01_01): Add Function.
5292 (cmp_struct_01_02): Likewise.
5293 (cmp_struct_01_03): Likewise.
5294 (cmp_struct_01_04): Likewise.
5295 (cmp_struct_02_01): Likewise.
5296 (cmp_struct_02_02): Likewise.
5297 (cmp_struct_02_03): Likewise.
5298 (cmp_struct_02_04): Likewise.
5299 (cmp_struct_04_01): Likewise.
5300 (cmp_struct_04_02): Likewise.
5301 (cmp_struct_04_03): Likewise.
5302 (cmp_struct_04_04): Likewise.
5303 (cmp_struct_05_01): Likewise.
5304 (cmp_struct_05_02): Likewise.
5305 (cmp_struct_05_03): Likewise.
5306 (cmp_struct_05_04): Likewise.
5307 (call_all): Add new structs.
5308 * gdb.base/infcall-nested-structs.exp: Likewise.
5309
5310 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5311
5312 * gdb.python/py-framefilter-mi.exp: Update regexp to
5313 check for "arch" field in frame output.
5314
5315 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5316
5317 * gdb.dwarf2/dw2-ranges-func.c: New file.
5318 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5319
5320 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5321
5322 * gdb.base/term.exp: Compare terminal settings with values from
5323 the inferior.
5324 * gdb.base/term.c: Get and set terminal settings.
5325
5326 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5327
5328 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5329 accommodate new "arch" field in frame output.
5330 * gdb.mi/mi-return.exp: Likewise.
5331 * gdb.mi/mi-stack.exp: Likewise.
5332 * gdb.mi/mi-syn-frame.exp: Likewise.
5333 * gdb.mi/user-selected-context-sync.exp: Likewise.
5334
5335 2018-08-19 Michael Spang <spang@google.com>
5336
5337 PR gdb/11786
5338 * gdb.base/gcore-tls-pie.c: New file.
5339 * gdb.base/gcore-tls-pie.exp: New file.
5340
5341 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5342
5343 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5344 * gdb.dwarf2/varval.c: New file.
5345 * gdb.dwarf2/varval.exp: New file.
5346
5347 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5348
5349 PR gdb/18931
5350 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5351
5352 2018-08-16 Keith Seitz <keiths@redhat.com>
5353
5354 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5355 tests expected to pass.
5356
5357 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5358
5359 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5360 -data-disassemble -a.
5361 (test_disassembly_bogus_args): Likewise.
5362
5363 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5364
5365 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5366
5367 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5368
5369 * gdb.base/vla-optimized-out.exp: Add new test.
5370
5371 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5372
5373 * gdb.base/vla-optimized-out-o3.exp: Delete.
5374 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5375 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5376 deleted tests.
5377
5378 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5379
5380 PR gdb/18050:
5381 * gdb.server/extended-remote-restart.c: New file.
5382 * gdb.server/extended-remote-restart.exp: New file.
5383
5384 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5385
5386 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5387 "set variable index = 42".
5388
5389 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5390
5391 * boards/index-cache-gdb.exp: New file.
5392 * gdb.dwarf2/index-cache.exp: New file.
5393 * gdb.dwarf2/index-cache.c: New file.
5394 * gdb.base/maint.exp: Check if we are using the index cache.
5395
5396 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5397
5398 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5399 MAKEFLAGS.
5400
5401 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5402
5403 * dg-extract-results.sh: Move to toplevel contrib.
5404 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5405 * Makefile.in (check-parallel-racy): Likewise.
5406
5407 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5408
5409 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5410 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5411 tests if the target supports scheduler locking.
5412
5413 2018-08-04 Tom de Vries <tdevries@suse.de>
5414
5415 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5416
5417 2018-08-02 Tom Tromey <tom@tromey.com>
5418
5419 PR symtab/16842.
5420 * gdb.cp/temargs.exp: Test "info address" of a template
5421 parameter.
5422
5423 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5424
5425 * gdb.python/py-mi-var-info-path-expression.c: New file.
5426 * gdb.python/py-mi-var-info-path-expression.py: New file.
5427 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5428
5429 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5430
5431 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5432 error after "cannot resolve name" string.
5433
5434 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5435
5436 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5437 started.
5438 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5439
5440 2018-07-28 Tom de Vries <tdevries@suse.de>
5441
5442 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5443
5444 2018-07-26 Tom de Vries <tdevries@suse.de>
5445
5446 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5447
5448 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5449
5450 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5451 is visible.
5452
5453 2018-07-26 Tom de Vries <tdevries@suse.de>
5454
5455 PR breakpoints/23366
5456 * gdb.base/catch-follow-exec.c: New test.
5457 * gdb.base/catch-follow-exec.exp: New file.
5458
5459 2018-07-25 Tom de Vries <tdevries@suse.de>
5460
5461 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5462 vla-optimized-out.c.
5463
5464 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5465
5466 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5467 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5468
5469 2018-07-20 Tom de Vries <tdevries@suse.de>
5470
5471 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5472 NOCLONE macro.
5473 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5474
5475 2018-07-19 Tom de Vries <tdevries@suse.de>
5476
5477 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5478 regular expression.
5479
5480 2018-07-18 Tom de Vries <tdevries@suse.de>
5481
5482 * gdb.base/vla-optimized-out.c: New test.
5483 * gdb.base/vla-optimized-out.exp: New file.
5484
5485 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5486
5487 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5488 message "No address associated with hostname" when gdbserver
5489 cannot resolve the hostname.
5490
5491 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5492
5493 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5494 Add some test prefixes to make tests unique.
5495
5496 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5497
5498 * gdb.base/frameapply.c: New file.
5499 * gdb.base/frameapply.exp: New file.
5500
5501 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5502
5503 * gdb.base/skip.exp: Update expected error message.
5504
5505 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5506 Jan Kratochvil <jan.kratochvil@redhat.com>
5507 Paul Fertser <fercerpav@gmail.com>
5508 Tsutomu Seki <sekiriki@gmail.com>
5509
5510 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5511 parameter.
5512 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5513 by default.
5514 * boards/native-gdbserver.exp: Likewise.
5515 * gdb.server/run-without-local-binary.exp: Improve regexp used
5516 for detecting when a remote debugging connection succeeds.
5517 * gdb.server/server-connect.exp: New file.
5518 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5519 Do not prefix the port number with ":".
5520 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5521 support for detecting and using it. Add '$debughost_gdbserver'
5522 to the list of arguments used to start gdbserver. Handle case
5523 when gdbserver cannot resolve a network name.
5524
5525 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5526
5527 PR c++/23373
5528 * gdb.base/ptype-offsets.cc (struct static_member): New
5529 struct.
5530 (main) <stmember>: New variable.
5531 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5532 with a static member in it.
5533
5534 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5535
5536 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5537 watchpoints enabled and disabled.
5538
5539 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5540
5541 * gdb.base/examine-backward.exp: Still run tests around address
5542 0x0, even if address 0x0 is not readable. Update the pattern for
5543 matching address 0x0 in expected output.
5544
5545 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5546
5547 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5548 malloc/free.
5549
5550 2018-07-04 Tom de Vries <tdevries@suse.de>
5551
5552 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5553
5554 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5555
5556 PR tdep/8282
5557 * gdb.arch/mips-disassembler-options.exp: New test.
5558 * gdb.arch/mips-disassembler-options.s: New test source.
5559
5560 2018-06-29 Pedro Alves <palves@redhat.com>
5561
5562 * gdb.threads/names.exp: Adjust expected "info threads" output.
5563
5564 2018-06-29 Pedro Alves <palves@redhat.com>
5565
5566 * gdb.opt/inline-break.exp (line number, address): Add "info
5567 break" tests.
5568
5569 2018-06-29 Pedro Alves <palves@redhat.com>
5570
5571 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5572 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5573 number and address and running to them.
5574
5575 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5576
5577 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5578
5579 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5580
5581 * lib/compiler.c: Remove executable permission flag.
5582
5583 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5584
5585 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5586 code.
5587 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5588
5589 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5590
5591 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5592
5593 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5594
5595 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5596 address argument is omitted.
5597
5598 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5599
5600 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5601
5602 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5603
5604 PR gdb/21695
5605 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5606 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5607
5608 2018-06-26 Tom Tromey <tom@tromey.com>
5609
5610 PR rust/22574:
5611 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5612 * gdb.rust/simple.rs (struct SimpleLayout): New.
5613
5614 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5615
5616 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5617 "info registers" output.
5618
5619 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5620
5621 * gdb.base/watchpoint-hw-attach.c: New test.
5622 * gdb.base/watchpoint-hw-attach.exp: New file.
5623
5624 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5625
5626 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5627 through /bin/sh.
5628 * boards/dwarf4-gdb-index.exp: Likewise.
5629 * boards/fission-dwp.exp: Likewise.
5630
5631 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5632
5633 * gdb.base/float128.exp: Add comment and improved fail message
5634 to the failure case of "print large128" test.
5635
5636 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5637
5638 * configure.ac: Remove AC_PREREQ.
5639 * configure: Re-generate.
5640
5641 2018-06-19 Pedro Alves <palves@redhat.com>
5642
5643 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5644 (func_extern_caller): New.
5645 (main): Call func_extern_caller.
5646 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5647 logic change.
5648
5649 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5650
5651 PR gdb/16841
5652 * gdb.cp/typedef-base.cc: New file.
5653 * gdb.cp/typedef-base.exp: New file.
5654
5655 2018-06-18 Tom de Vries <tdevries@suse.de>
5656
5657 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5658
5659 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5660 Richard Bunt <Richard.Bunt@arm.com>
5661
5662 * gdb.threads/attach-slow-waitpid.c: New file.
5663 * gdb.threads/attach-slow-waitpid.exp: New file.
5664 * gdb.threads/slow-waitpid.c: New file.
5665
5666 2018-06-14 Pedro Alves <palves@redhat.com>
5667
5668 * gdb.base/fork-running-state.c: Include <errno.h>.
5669 (exit_if_relative_exits): New.
5670 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5671 exits.
5672 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5673 child exits.
5674
5675 2018-06-14 Tom de Vries <tdevries@suse.de>
5676
5677 PR cli/22573
5678 * gdb.base/finish-pretty.c: New test.
5679 * gdb.base/finish-pretty.exp: New file.
5680
5681 2018-06-14 Pedro Alves <palves@redhat.com>
5682
5683 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5684 gdb's expected startup output.
5685
5686 2018-06-14 Pedro Alves <palves@redhat.com>
5687
5688 * lib/selftest-support.exp (selftest_setup): Remove inlined
5689 function handling.
5690
5691 2018-06-14 Tom de Vries <tdevries@suse.de>
5692
5693 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5694 matching of breakpoint printing.
5695
5696 2018-06-13 Tom de Vries <tdevries@suse.de>
5697
5698 PR testsuite/23269
5699 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5700 (fork_child): ... here, and ...
5701 (fork_parent): ... here.
5702
5703 2018-06-12 Tom de Vries <tdevries@suse.de>
5704
5705 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5706
5707 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5708 Stephen Roberts <stephen.roberts@arm.com>
5709
5710 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5711 rewrite test to describe action performed, rather than possible
5712 failure.
5713
5714 2018-06-08 Gary Benson <gbenson@redhat.com>
5715
5716 * gdb.threads/check-libthread-db.exp: New file.
5717 * gdb.threads/check-libthread-db.c: Likewise.
5718
5719 2018-06-05 Tom Tromey <tom@tromey.com>
5720
5721 * gdb.base/default.exp: Update expected "show version" output.
5722
5723 2018-06-05 Tom Tromey <tom@tromey.com>
5724
5725 PR cli/12326:
5726 * gdb.cp/static-print-quit.exp: Update.
5727 * lib/gdb.exp (pagination_prompt): Update.
5728 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5729 * gdb.python/python.exp: Update.
5730
5731 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5732
5733 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5734
5735 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5736
5737 * gdb.ada/bp_fun_addr: New testcase.
5738
5739 2018-06-01 Tom Tromey <tom@tromey.com>
5740
5741 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5742 results.
5743 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5744 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5745 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5746 * gdb.base/maint.exp (maint_pass_if): Update.
5747
5748 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5749
5750 * gdb.base/endian.exp: New test.
5751 * gdb.base/endian.c: New test source.
5752
5753 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5754
5755 PR gdb/23203
5756 * gdb.base/bt-selected-frame.c: New file.
5757 * gdb.base/bt-selected-frame.exp: New file.
5758 * lib/gdb.exp (get_current_frame_number): New function.
5759
5760 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5761 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.threads/tls-core.c: Include <stdlib.h>
5764 (thread_proc): Call `abort'.
5765 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5766 (tls_core_test): New procedure, bits factored out from ...
5767 (top level): ... here. Test both native cores and gcore cores.
5768
5769 2018-05-23 Tom Tromey <tom@tromey.com>
5770
5771 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5772
5773 2018-05-23 Tom Tromey <tom@tromey.com>
5774
5775 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5776 symfile_complaints.
5777 (test_short_complaints): Likewise.
5778 (test_empty_complaints): Likewise.
5779 (test_initial_complaints): Update.
5780
5781 2018-05-23 Tom Tromey <tom@tromey.com>
5782
5783 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5784
5785 2018-05-23 Tom Tromey <tom@tromey.com>
5786
5787 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5788 (test_short_complaints): Update.
5789
5790 2018-05-22 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.base/remote.exp: Only gdb_start after compiling the
5793 testcase. Issue "disconnect" before testing "set remote" command
5794 defaults. Issue clean_restart before running to main.
5795
5796 2018-05-22 Pedro Alves <palves@redhat.com>
5797
5798 * gdb.base/remote.exp: Adjust expected output of "show remote
5799 memory-write-packet-size". Add tests for "set remote
5800 memory-write-packet-size 0" and "set remote
5801 memory-write-packet-size fixed/limit".
5802
5803 2018-05-22 Pedro Alves <palves@redhat.com>
5804
5805 PR gdb/22973
5806 * gdb.base/utf8-identifiers.c: New file.
5807 * gdb.base/utf8-identifiers.exp: New file.
5808
5809 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5810
5811 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5812
5813 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5814
5815 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5816
5817 2018-05-18 Tom Tromey <tom@tromey.com>
5818
5819 * gdb.base/ptype-offsets.exp: Update.
5820
5821 2018-05-17 Keith Seitz <keiths@redhat.com>
5822
5823 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5824 in expected breakpoint stop locations.
5825 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5826 move to proper scope to test variable values.
5827 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5828 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5829 New functions.
5830 (main): Call not_inline_func3.
5831 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5832 inline_func1, inline_func2, and inline_func3. Test that when each
5833 breakpoint is hit, GDB properly reports both the stop location
5834 and the backtrace. Repeat tests for temporary breakpoints.
5835
5836 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5837
5838 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5839 rather then trying to access it in determining whether the PID
5840 of `gdbserver' could have been retrieved.
5841
5842 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5843
5844 * gdb.arch/amd64-init-x87-values.S: New file.
5845 * gdb.arch/amd64-init-x87-values.exp: New file.
5846
5847 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5848
5849 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5850
5851 2018-05-04 Tom Tromey <tom@tromey.com>
5852
5853 PR python/22730:
5854 * gdb.python/python.exp: Test multi-line execute.
5855
5856 2018-05-04 Tom Tromey <tom@tromey.com>
5857
5858 PR python/22731:
5859 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5860
5861 2018-05-04 Tom Tromey <tom@tromey.com>
5862
5863 PR gdb/11750:
5864 * gdb.base/define.exp: Test defining a user command inside a user
5865 command.
5866 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5867
5868 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5869 Pedro Alves <palves@redhat.com>
5870
5871 PR breakpoints/19806 and support for PR external/20207.
5872 * gdb.base/watchpoint-unaligned.c: New file.
5873 * gdb.base/watchpoint-unaligned.exp: New file.
5874
5875 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5876
5877 * gdb.base/maint.exp: Make test names unique, use
5878 test_prefix_command_help to test 'help maint info', and remove
5879 repeated test of 'help maint'.
5880
5881 2018-05-04 Tom Tromey <tom@tromey.com>
5882
5883 PR gdb/22619:
5884 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5885 behavior.
5886
5887 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5888
5889 * gdb.base/maint.exp: Process output from 'maint print registers'
5890 line at a time.
5891
5892 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5893
5894 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5895 timeout.
5896
5897 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5898
5899 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5900 filter pattern.
5901
5902 2018-05-02 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5905 to_log_command renames.
5906 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5907
5908 2018-05-02 Tom Tromey <tom@tromey.com>
5909
5910 * gdb.python/py-parameter.exp: Set test message.
5911
5912 2018-05-02 Tom Tromey <tom@tromey.com>
5913
5914 PR python/20084:
5915 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5916 PARAM_ZUINTEGER_UNLIMITED tests.
5917
5918 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5919
5920 PR rust/23124
5921 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5922 when casting.
5923
5924 2018-04-30 Tom Tromey <tom@tromey.com>
5925
5926 * gdb.python/py-type.exp: Check align attribute.
5927 * gdb.python/py-type.c: New "aligncheck" global.
5928
5929 2018-04-30 Tom Tromey <tom@tromey.com>
5930
5931 PR exp/17095:
5932 * gdb.dwarf2/dw2-align.exp: New file.
5933 * gdb.cp/align.exp: New file.
5934 * gdb.base/align.exp: New file.
5935 * lib/gdb.exp (gdb_int128_helper): New proc.
5936 (has_int128_c, has_int128_cxx): New caching procs.
5937
5938 2018-04-27 Tom Tromey <tom@tromey.com>
5939
5940 PR rust/22545:
5941 * gdb.rust/simple.exp: Add inclusive range tests.
5942
5943 2018-04-26 Pedro Alves <palves@redhat.com>
5944
5945 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5946 ifunc breakpoint locations correctly of ifunc breakpoints set
5947 while the program resolves the ifunc.
5948
5949 2018-04-26 Pedro Alves <palves@redhat.com>
5950
5951 * gdb.base/gnu-ifunc-final.c: New file.
5952 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5953 * gdb.base/gnu-ifunc.exp (executable): Delete.
5954 (staticexecutable): Adjust.
5955 (lib_opts, exec_opts): Delete.
5956 (make_binsuffix, build, set-break): New procedures.
5957 (misc_tests): New, with tests factored out from the top level.
5958 (top level): Test different combinations of ifunc resolver name,
5959 resolver with and with debug info, and ifunc target with and
5960 without debug info. Wrap static tests with with_target_prefix.
5961
5962 2018-04-26 Pedro Alves <palves@redhat.com>
5963
5964 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5965 return type" warnings.
5966
5967 2018-04-25 Pedro Alves <palves@redhat.com>
5968
5969 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5970 killed".
5971 * gdb.base/kill-after-signal.exp: Likewise.
5972 * gdb.threads/kill.exp: Likewise.
5973
5974 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5975 Sergio Durigan Junior <sergiodj@redhat.com>
5976 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5979 regexps to expect for '[Inferior ... detached]' as well.
5980 * gdb.base/attach.exp: Likewise.
5981 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5982 "gdb_continue_to_end".
5983 (test_catch_syscall_with_wrong_args): Likewise.
5984 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5985 ']'. Don't set 'verbose' on.
5986 * gdb.base/foll-vfork.exp: Likewise.
5987 * gdb.base/fork-print-inferior-events.c: New file.
5988 * gdb.base/fork-print-inferior-events.exp: New file.
5989 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5990 '[Inferior ... has been killed]' message.
5991 * gdb.base/kill-after-signal.exp: Likewise.
5992 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5993 detach message.
5994 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5995 message.
5996 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5997 regexps to expect for '[Inferior ... detached]' as well.
5998 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5999
6000 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6001
6002 PR gdb/23104
6003 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6004
6005 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6006
6007 PR gdb/23095
6008 * gdb.base/break-probes.exp: Pass shlib_load to
6009 prepare_for_testing. Set normal_bp to r_debug_state if target is
6010 bsd.
6011
6012 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6013
6014 * gdb.threads/multiple-successive-infcall.c: New test.
6015 * gdb.threads/multiple-successive-infcall.exp: New file.
6016
6017 2018-04-17 Tom Tromey <tom@tromey.com>
6018
6019 * gdb.rust/simple.rs (Union): New type.
6020 (main): New local "u".
6021 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6022
6023 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6024
6025 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6026 number information in output of "whereis" command.
6027 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6028
6029 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6030
6031 * gdb.ada/info_types.exp: Adjust expected output to the line
6032 numbers now printed by "info var/func/type".
6033 * gdb.base/completion.exp: Likewise.
6034 * gdb.base/included.exp: Likewise.
6035 * gdb.cp/cp-relocate.exp: Likewise.
6036 * gdb.cp/cplusfuncs.exp: Likewise.
6037 * gdb.cp/namespace.exp: Likewise.
6038 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6039
6040 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6041
6042 * gdb.btrace/cpu.exp: New.
6043
6044 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6045
6046 * gdb.base/step-indirect-call-thunk.exp: New.
6047 * gdb.base/step-indirect-call-thunk.c: New.
6048 * gdb.reverse/step-indirect-call-thunk.exp: New.
6049 * gdb.reverse/step-indirect-call-thunk.c: New.
6050
6051 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6052
6053 * gdb.base/pie-fork.c: New file.
6054 * gdb.base/pie-fork.exp: New file.
6055
6056 2018-04-11 Tom Tromey <tom@tromey.com>
6057
6058 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6059
6060 2018-04-10 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6063 exits. Instead loop running forever.
6064 (fork_parent): Run forever too.
6065
6066 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6067
6068 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6069 mi_continue_to_line.
6070 * gdb.mi/mi-stack.c (callee4): Add comment.
6071
6072 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6073
6074 * gdb.mi/mi-stack.exp: Fix indentation.
6075
6076 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6077
6078 PR gdb/22979
6079 * gdb.arch/amd64-osabi.exp: New file.
6080
6081 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6082
6083 PR gdb/22980
6084 * gdb.base/osabi.exp: New file.
6085
6086 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6087
6088 * gdb.cp/static-typedef-print.exp: New file.
6089 * gdb.cp/static-typedef-print.cc: New file.
6090
6091 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6092
6093 * gdb.ada/varsize_limit: New testcase.
6094
6095 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6096
6097 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6098
6099 * gdb.ada/notcplusplus: New testcase.
6100
6101 * gdb.base/c-linkage-name.c: New file.
6102 * gdb.base/c-linkage-name.exp: New testcase.
6103
6104 2018-03-26 Tom Tromey <tom@tromey.com>
6105
6106 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6107 * gdb.python/py-framefilter.py (name_error): New global.
6108 (ErrorInName.function): Use name_error.
6109
6110 2018-03-26 Tom Tromey <tom@tromey.com>
6111
6112 PR backtrace/15582:
6113 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6114
6115 2018-03-23 Keith Seitz <keiths@redhat.com>
6116
6117 PR c++/22968
6118 * gdb.cp/subtypes.exp: New file.
6119 * gdb.cp/subtypes.h: New file.
6120 * gdb.cp/subtypes.cc: New file.
6121 * gdb.cp/subtypes-2.cc: New file.
6122
6123 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6124
6125 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6126 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6127 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6128 -nostartfiles when compiling the test. Confirm that all registers
6129 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6130
6131 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6132
6133 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6134 option, syntax was wrong anyway.
6135 * gdb.arch/arm-disp-step.exp: Likewise.
6136 * gdb.arch/sparc64-regs.exp: Likewise.
6137 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6138 option, syntax was wrong anyway, switch to use
6139 prepare_for_testing.
6140 * gdb.arch/i386-disp-step.exp: Likewise.
6141
6142 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6143
6144 * gdb.ada/exec_changed.exp: Replace "target_info exists
6145 use_gdb_stub" by "use_gdb_stub".
6146 * gdb.ada/start.exp: Likewise.
6147 * gdb.base/async-shell.exp: Likewise.
6148 * gdb.base/attach-pie-misread.exp: Likewise.
6149 * gdb.base/attach-wait-input.exp: Likewise.
6150 * gdb.base/break-entry.exp: Likewise.
6151 * gdb.base/break-interp.exp: Likewise.
6152 * gdb.base/dprintf-detach.exp: Likewise.
6153 * gdb.base/nostdlib.exp: Likewise.
6154 * gdb.base/solib-nodir.exp: Likewise.
6155 * gdb.base/statistics.exp: Likewise.
6156 * gdb.base/testenv.exp: Likewise.
6157 * gdb.mi/mi-exec-run.exp: Likewise.
6158 * gdb.mi/mi-start.exp: Likewise.
6159 * gdb.multi/dummy-frame-restore.exp: Likewise.
6160 * gdb.multi/multi-arch-exec.exp: Likewise.
6161 * gdb.multi/multi-arch.exp: Likewise.
6162 * gdb.multi/tids.exp: Likewise.
6163 * gdb.multi/watchpoint-multi.exp: Likewise.
6164 * gdb.python/py-events.exp: Likewise.
6165 * gdb.threads/attach-into-signal.exp: Likewise.
6166 * gdb.threads/attach-stopped.exp: Likewise.
6167 * gdb.threads/threadapply.exp: Likewise.
6168 * lib/selftest-support.exp: Likewise.
6169
6170 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6171
6172 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6173
6174 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6175
6176 * gdb.perf/template-breakpoints.cc: New file.
6177 * gdb.perf/template-breakpoints.exp: New file.
6178 * gdb.perf/template-breakpoints.py: New file.
6179
6180 2018-03-19 Tom Tromey <tom@tromey.com>
6181
6182 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6183 y0.
6184 * gdb.rust/simple.exp: Test bare identifier form of struct
6185 initializer.
6186
6187 2018-03-19 Tom Tromey <tom@tromey.com>
6188
6189 * gdb.gdb/observer.exp: Remove.
6190
6191 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6192
6193 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6194 "qualified" option when setting breakpoints.
6195 * gdb.trace/backtrace.exp: Likewise.
6196 * gdb.trace/circ.exp: Likewise.
6197 * gdb.trace/collection.exp: Likewise.
6198 * gdb.trace/disconnected-tracing.exp: Likewise.
6199 * gdb.trace/ftrace-lock.exp: Likewise.
6200 * gdb.trace/ftrace.exp: Likewise.
6201 * gdb.trace/infotrace.exp: Likewise.
6202 * gdb.trace/packetlen.exp: Likewise.
6203 * gdb.trace/passc-dyn.exp: Likewise.
6204 * gdb.trace/qtro.exp: Likewise.
6205 * gdb.trace/read-memory.exp: Likewise.
6206 * gdb.trace/report.exp: Likewise.
6207 * gdb.trace/signal.exp: Likewise.
6208 * gdb.trace/status-stop.exp: Likewise.
6209 * gdb.trace/strace.exp: Likewise.
6210 * gdb.trace/tfind.exp: Likewise.
6211 * gdb.trace/trace-break.exp: Likewise.
6212 * gdb.trace/trace-condition.exp: Likewise.
6213 * gdb.trace/trace-mt.exp: Likewise.
6214 * gdb.trace/tstatus.exp: Likewise.
6215 * gdb.trace/tsv.exp: Likewise.
6216 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6217 * gdb.trace/unavailable.exp: Likewise.
6218 * gdb.trace/while-dyn.exp: Likewise.
6219
6220 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6221
6222 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6223 that libinproctrace is copied to the target.
6224
6225 2018-03-14 Tom Tromey <tom@tromey.com>
6226
6227 PR cli/14977:
6228 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6229 a null pointer.
6230 * gdb.base/wchar.exp: Likewise.
6231
6232 2018-03-14 Tom Tromey <tom@tromey.com>
6233
6234 PR cli/19918:
6235 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6236 flag.
6237
6238 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6239
6240 PR gdb/22841
6241 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6242 "target" to remote_exec.
6243
6244 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6245
6246 PR gdb/22841
6247 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6248 ${board}_upload): Remove.
6249
6250 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6251
6252 * gdb.cp/watch-cp.cc: New test.
6253 * gdb.cp/watch-cp.exp: New file.
6254
6255 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6256
6257 * gdb.base/infcall-nested-structs.exp: New file.
6258 * gdb.base/infcall-nested-structs.c: New file.
6259 * gdb.base/float.exp: Add riscv support.
6260
6261 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6262
6263 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6264 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6265
6266 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6267
6268 * gdb.server/abspath.exp: New file.
6269 * lib/gdb.exp (with_cwd): New procedure.
6270
6271 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6272
6273 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6274 use it.
6275 (gdb_is_target_remote_prompt): New proc.
6276 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6277 (gdb_is_target_native): Pass prompt parameter to
6278 gdb_is_target_1.
6279
6280 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6281
6282 * gdb.base/load-command.c: New file.
6283 * gdb.base/load-command.exp: New file.
6284 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6285 (gdb_is_target_1): ...this, and generalize for other targets
6286 than just remote.
6287 (gdb_is_target_remote): Use gdb_is_target_1.
6288 (gdb_is_target_native): use gdb_is_target_1.
6289
6290 2018-02-26 Tom Tromey <tom@tromey.com>
6291
6292 PR python/16497:
6293 * gdb.python/py-framefilter.exp: Update test.
6294
6295 2018-02-26 Tom Tromey <tom@tromey.com>
6296
6297 * gdb.dwarf2/variant.c: New file.
6298 * gdb.dwarf2/variant.exp: New file.
6299
6300 2018-02-26 Tom Tromey <tom@tromey.com>
6301
6302 * gdb.rust/simple.exp: Accept more possible results in enum test.
6303
6304 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6305
6306 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6307 parentheses.
6308
6309 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6310
6311 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6312 name of a variable: $actual_linejj -> $actual_line.
6313
6314 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6315
6316 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6317
6318 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6319
6320 * gdb.btrace/buffer-size.exp: Do not force BTS.
6321
6322 2018-02-14 Pedro Alves <palves@redhat.com>
6323
6324 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6325 getting a "Quit".
6326
6327 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6328
6329 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6330 Fix test name.
6331
6332 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6333
6334 * gdb.cp/m-static.exp: Check type of optimized out static
6335 member.
6336
6337 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6338
6339 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6340 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6341
6342 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6343 Leszek Swirski <leszeks@google.com>
6344
6345 * gdb.python/py-prettyprint.c
6346 (struct to_string_returns_value_inner,
6347 struct to_string_returns_value_wrapper): New.
6348 (main): Add tsrvw variable.
6349 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6350 ToStringReturnsValueWrapper): New classes.
6351 (register_pretty_printers): Register new pretty-printers.
6352 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6353 recursive pretty printer.
6354 * gdb.python/py-mi.exp: Likewise.
6355
6356 2018-02-01 Leszek Swirski <leszeks@google.com>
6357
6358 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6359 functions with the same name as an include file are parsed
6360 correctly.
6361
6362 2018-02-01 Yao Qi <yao.qi@linaro.org>
6363
6364 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6365 "\[^\r\n\]*".
6366
6367 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6368
6369 * gdb.arch/powerpc-prologue-frame.s: New file.
6370 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6371 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6372
6373 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6374
6375 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6376
6377 2018-01-30 Pedro Alves <palves@redhat.com>
6378
6379 PR gdb/13211
6380 * gdb.base/interrupt-daemon.c: New.
6381 * gdb.base/interrupt-daemon.exp: New.
6382 * gdb.multi/multi-term-settings.c: New.
6383 * gdb.multi/multi-term-settings.exp: New.
6384
6385 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6386
6387 * gdb.base/break.exp: Save the location where the breakpoint
6388 on break.c:47 was actually inserted when debugging the version
6389 compiled at -O2 and use it in the expected output of the "info
6390 break" test performed soon after.
6391
6392 2018-01-22 Pedro Alves <palves@redhat.com>
6393 Sergio Durigan Junior <sergiodj@redhat.com>
6394
6395 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6396 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6397
6398 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6399
6400 * gdb.base/break-include.c, gdb.base/break-include.inc,
6401 gdb.base/break-include.exp: New files.
6402 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6403 line number now being the actual line number where the breakpoint
6404 was inserted.
6405 * gdb.mi/mi-break.exp: Likewise.
6406 * gdb.mi/mi-reverse.exp: Likewise.
6407 * gdb.mi/mi-simplerun.exp: Ditto.
6408
6409 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6410
6411 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6412 varobj.
6413 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6414
6415 2018-01-21 Don Breazeal <donb@codesourcery.com>
6416 Andrew Burgess <andrew.burgess@embecosm.com>
6417
6418 * gdb.mi/basics.c: Add new global.
6419 * gdb.mi/mi-frame-regs.exp: New file.
6420 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6421 case.
6422
6423 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6424
6425 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6426 non-parameter, and on an unknown symbol.
6427
6428 2018-01-19 Tom Tromey <tom@tromey.com>
6429
6430 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6431 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6432
6433 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6434
6435 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6436 setrlimit and chdir to int.
6437
6438 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6439
6440 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6441 function.
6442 (my_tend): Likewise.
6443 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6444 rationale of avoiding FP- and vector instructions.
6445
6446 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6447
6448 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6449 "info reg" with "\[ \t\]*".
6450 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6451 "\[ \t\]+".
6452 * gdb.arch/s390-multiarch.exp: Ditto.
6453 * gdb.base/pc-fp.exp: Ditto.
6454 * gdb.reverse/i386-precsave.exp: Ditto.
6455 * gdb.reverse/i386-reverse.exp: Ditto.
6456 * gdb.reverse/i387-env-reverse.exp: Ditto.
6457 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6458
6459 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6460
6461 * lib/gdb.exp (gdb_compile): Re-enable use of
6462 universal_compile_options for languages other than Rust.
6463
6464 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6465
6466 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6467
6468 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6469
6470 PR gdb/16577
6471 * gdb.base/solib-vanish.exp: New.
6472 * gdb.base/solib-vanish-main.c: New.
6473 * gdb.base/solib-vanish-lib1.c: New.
6474 * gdb.base/solib-vanish-lib2.c: New.
6475
6476 2018-01-17 Yao Qi <yao.qi@linaro.org>
6477
6478 * gdb.compile/compile.exp: Match the address printed for
6479 frame in the output of command "bt".
6480
6481 2018-01-15 Tom Tromey <tom@tromey.com>
6482
6483 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6484 compute sp_reg.
6485
6486 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6487
6488 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6489 to prepare.
6490 (prepare): Return 0 on error, 1 on success.
6491
6492 2018-01-12 Pedro Alves <palves@redhat.com>
6493
6494 * gdb.base/continue-after-aborted-step-over.c: New.
6495 * gdb.base/continue-after-aborted-step-over.exp: New.
6496
6497 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6498
6499 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6500 options when not creating an executable.
6501
6502 2018-01-11 Pedro Alves <palves@redhat.com>
6503
6504 PR remote/22597
6505 * gdb.server/stop-reply-no-thread.c: New file.
6506 * gdb.server/stop-reply-no-thread.exp: New file.
6507
6508 2018-01-10 Pedro Alves <palves@redhat.com>
6509
6510 PR gdb/22670
6511 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6512 functions too. Test setting breakpoints and printing C functions
6513 with no debug info too.
6514 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6515
6516 2018-01-10 Pedro Alves <palves@redhat.com>
6517
6518 PR gdb/22670
6519 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6520 a fail.
6521
6522 2018-01-10 Pedro Alves <palves@redhat.com>
6523
6524 PR gdb/22670
6525 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6526
6527 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6528
6529 * gdb.server/unittest.exp: Match the output in non-development
6530 mode.
6531
6532 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6533
6534 * gdb.gdb/unittest.exp: Match output in non-development mode.
6535
6536 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6537
6538 * gdb.ada/access_tagged_param.exp: Relax expected output
6539 for value of "ObjL" in "continue" to pck.inspect breakpoint
6540 test.
6541
6542 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6543
6544 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6545 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6546
6547 2018-01-05 Pedro Alves <palves@redhat.com>
6548
6549 PR gdb/18653
6550 * gdb.base/libsegfault.exp: New.
6551
6552 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6553
6554 PR gdb/22670
6555 * gdb.ada/access_tagged_param.exp: New file.
6556 * gdb.ada/access_tagged_param/foo.adb: New file.
6557
6558 2018-01-05 Pedro Alves <palves@redhat.com>
6559
6560 PR gdb/22670
6561 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6562 exercise lower case too, and to exercise both full matching and
6563 wild matching.
6564
6565 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6566
6567 * gdb.ada/rename_subscript_param: New testcase.
6568
6569 2018-01-05 Jerome Guitton <guitton@adacore.com>
6570
6571 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6572
6573 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6574
6575 * gdb.ada/convvar_comp: New testcase.
6576
6577 2018-01-05 Xavier Roirand <roirand@adacore.com>
6578
6579 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6580 (My_Table): New global variable.
6581 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6582
6583 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6584
6585 PR gdb/22670
6586 * gdb.ada/maint_with_ada: New testcase.
6587
6588 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6589
6590 PR gdb/22670
6591 * gdb.ada/bp_c_mixed_case: New testcase.
6592
6593 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6594
6595 PR gdb/22670
6596 * gdb.ada/complete.exp: Add "complete break ada" test.
6597
6598 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6599
6600 PR gdb/22670
6601 * gdb.ada/info_addr_mixed_case: New testcase.
6602
6603 2018-01-03 Xavier Roirand <roirand@adacore.com>
6604
6605 * gdb.ada/excep_handle.exp: New testcase.
6606 * gdb.ada/excep_handle/foo.adb: New file.
6607 * gdb.ada/excep_handle/pck.ads: New file.
6608
6609 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6610
6611 * gdb.base/step-line.c: Add extra empty line in copyright header.
6612 * gdb.base/step-line.inp: Likewise.
6613
6614 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6615
6616 * gdb.ada/dyn_stride.exp: Add slice test.
6617
6618 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6619
6620 * gdb.ada/dyn_stride: New testcase.
6621
6622 2017-12-27 Stafford Horne <shorne@gmail.com>
6623
6624 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6625 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6626
6627 2017-12-27 Stafford Horne <shorne@gmail.com>
6628
6629 * gdb.base/reggroups.c: New file.
6630 * gdb.base/reggroups.exp: New file.
6631
6632 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6633
6634 * gdb.dwarf2/ada-valprint-error.c: New file.
6635 * gdb.dwarf2/ada-valprint-error.exp: New file.
6636
6637 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6638
6639 * gdb.ada/assign_arr: New testcase.
6640
6641 2017-12-18 Xavier Roirand <roirand@adacore.com>
6642
6643 * gdb.ada/funcall_ptr: New testcase.
6644
6645 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6646
6647 PR cli/16224
6648 * gdb.base/ptype-offsets.cc: New file.
6649 * gdb.base/ptype-offsets.exp: New file.
6650
6651 2017-12-15 Yao Qi <yao.qi@linaro.org>
6652
6653 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6654 if XML is disabled.
6655
6656 2017-12-15 Xavier Roirand <roirand@adacore.com>
6657
6658 * gdb.ada/same_component_name: New testcase.
6659
6660 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6661
6662 * gdb.ada/str_binop_equal: New testcase.
6663
6664 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6665
6666 * gdb.ada/task_switch_in_core: New testcase.
6667
6668 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6669
6670 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6671 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6672 call test_bkpt_qualified.
6673 (test_bkpt_qualified): New proc.
6674
6675 2017-12-13 Pedro Alves <palves@redhat.com>
6676
6677 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6678 Tighten regexp by matching with an anchor.
6679
6680 2017-12-13 Pedro Alves <palves@redhat.com>
6681
6682 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6683 ("expression with namespace"): New set of tests.
6684 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6685 (Nested::Test_NS::qux): New.
6686 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6687 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6688
6689 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6690
6691 * gdb.base/server-del-break.c: New file.
6692 * gdb.base/server-del-break.exp: New file.
6693
6694 2017-12-12 Stafford Horne <shorne@gmail.com>
6695
6696 * gdb.xml/tdesc-regs.exp: Add or1k support.
6697
6698 2017-12-12 Stafford Horne <shorne@gmail.com>
6699
6700 * gdb.base/bp-permanent.c: Define nop of or1k.
6701
6702 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6703
6704 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6705 output with components being reordered.
6706
6707 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6708
6709 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6710 output with components being reordered.
6711
6712 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6713 Pedro Alves <palves@redhat.com>
6714
6715 * gdb.base/maint.exp (check for .gdb_index): Check also for
6716 .debug_names.
6717 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6718 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6719 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6720 (.gdb_index used after symbol reloading): Support also .debug_names.
6721 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6722
6723 2017-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 tests for watchpoint.
6727
6728 2017-12-08 Yao Qi <yao.qi@linaro.org>
6729
6730 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6731 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6732
6733 2017-12-08 Yao Qi <yao.qi@linaro.org>
6734
6735 * gdb.arch/aarch64-tagged-pointer.c: New file.
6736 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6737
6738 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6739
6740 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6741 "int".
6742
6743 2017-12-07 Keith Seitz <keiths@redhat.com>
6744
6745 PR breakpoints/22569
6746 * gdb.linespec/ls-errs.exp: Change expected result of "break
6747 -source this file has spaces.c -line 3".
6748 Check that an explicit source file followed by whitespace is
6749 identified as an invalid explicit location.
6750
6751 2017-12-07 Keith Seitz <keiths@redhat.com>
6752
6753 * gdb.cp/nested-types.cc: New file.
6754 * gdb.cp/nested-types.exp: New file.
6755 * lib/cp-support.exp: Load data-structures.exp library.
6756 (debug_cp_test_ptype_class): New global.
6757 (cp_ptype_class_verbose, next_line): New procedures.
6758 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6759 Add and document new return value.
6760 Switch the list of lines to a queue.
6761 Add support for new `type' key for nested type definitions.
6762 Add debugging/troubleshooting messages.
6763 * lib/data-structures.exp: New file.
6764
6765 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6766
6767 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6768 with proc_with_prefix, don't use with_test_prefix.
6769
6770 2017-12-07 Tom Tromey <tom@tromey.com>
6771
6772 * gdb.base/break.exp: Add test for empty "commands".
6773
6774 2017-12-07 Yao Qi <yao.qi@linaro.org>
6775
6776 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6777 malloc and catch syscall.
6778
6779 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6780
6781 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6782 tests for explicit locations.
6783
6784 2017-12-06 Pedro Alves <palves@redhat.com>
6785
6786 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6787 force-disabling XML descriptions.
6788
6789 2017-12-04 Pedro Alves <palves@redhat.com>
6790
6791 PR gdb/22499
6792 * gdb.arch/amd64-disp-step-avx.S: New file.
6793 * gdb.arch/amd64-disp-step-avx.exp: New file.
6794
6795 2017-12-03 Pedro Alves <palves@redhat.com>
6796
6797 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6798 and <string.h>.
6799 (parent_function): Print distinct messages when waitpid fails, or
6800 the child exits with a signal, or the child exits for an unhandled
6801 reason.
6802 * gdb.threads/process-dies-while-detaching.exp
6803 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6804 it. Wait for both inferior output and GDB's prompt. Use an
6805 indirect spawn id list.
6806 (do_detach): New parameter 'child_exit'. Use it to compute
6807 expected inferior output.
6808 (test_detach, test_detach_watch, test_detach_killed_outside):
6809 Adjust to pass down the expected child exit kind.
6810
6811 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6812 Sergio Durigan Junior <sergiodj@redhat.com>
6813 Pedro Alves <palves@redhat.com>
6814
6815 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6816
6817 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6818
6819 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6820 to 'symbol-file' and 'add-symbol-file' can be
6821 position-independent.
6822
6823 2017-12-01 Yao Qi <yao.qi@linaro.org>
6824
6825 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6826 the URL in copyright header.
6827 * gdb.arch/aarch64-fp.exp: Likewise.
6828 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6829 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6830 * gdb.base/expand-psymtabs.exp: Likewise.
6831 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6832 * gdb.fortran/common-block.exp: Likewise.
6833 * gdb.fortran/common-block.f90: Likewise.
6834 * gdb.fortran/logical.exp: Likewise.
6835 * gdb.fortran/vla-datatypes.f90: Likewise.
6836 * gdb.fortran/vla-sub.f90: Likewise.
6837
6838 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6839
6840 * gdb.ada/repeat_dyn: New testcase.
6841
6842 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6843
6844 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6845 Update for changed thread numbering.
6846 * gdb.cell/bt.exp: Update for changed GDB output.
6847
6848 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6849
6850 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6851 setting isremote by hand.
6852 * boards/dwarf4-gdb-index.exp: Likewise.
6853 * boards/fission.exp: Likewise.
6854 * boards/stabs.exp: Likewise.
6855
6856 2017-11-30 Pedro Alves <palves@redhat.com>
6857
6858 * gdb.linespec/cpls-ops.exp
6859 (check_explicit_skips_function_argument): Extract the underlying
6860 type of size_t instead of hardcoding it.
6861
6862 2017-11-29 Pedro Alves <palves@redhat.com>
6863
6864 PR c++/19436
6865 * gdb.linespec/cpls-abi-tag.cc: New file.
6866 * gdb.linespec/cpls-abi-tag.exp: New file.
6867
6868 2017-11-29 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.base/langs.exp: Use -qualified.
6871 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6872 it.
6873 * gdb.cp/namespace.exp: Use -qualified.
6874 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6875 (overload-3, template-overload, template-ret-type, const-overload)
6876 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6877 procedures.
6878 (test_driver): Call them.
6879 * gdb.cp/save-bp-qualified.cc: New.
6880 * gdb.cp/save-bp-qualified.exp: New.
6881 * gdb.linespec/explicit.exp: Test -qualified.
6882 * lib/completion-support.exp (completion::explicit_opts_list): Add
6883 "-qualified".
6884 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6885
6886 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6887
6888 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6889
6890 2017-11-29 Tom Tromey <tom@tromey.com>
6891
6892 * gdb.base/relocate.exp: Update invalid argument test.
6893 Add new tests for invalid arguments.
6894
6895 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6896
6897 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6898 Return 0 as a long.
6899 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6900
6901 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6902
6903 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6904 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6905 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6906 func ().
6907 * gdb.cp/shadow.cc (B.func): Return 0.
6908
6909 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6910
6911 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6912 expected output in gdb_expect call to allow the exception
6913 message to be present as well. Fix syntax confusion to avoid
6914 TCL thinking that exception_name is an array.
6915
6916 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6917
6918 * gdb.arch/spu-info.c: Include <unistd.h>.
6919 (do_signal_test): Fix broken calls to write.
6920 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6921 Fix checks for empty mailboxes. Update signal tests for corrected
6922 do_signal_test routine. Allow nonzero event status.
6923 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6924 * gdb.cell/arch.exp: Use standard_output_file.
6925 * gdb.cell/break.exp: Likewise.
6926 * gdb.cell/bt.exp: Likewise.
6927 * gdb.cell/core.exp: Likewise.
6928 * gdb.cell/dwarfaddr.exp: Likewise.
6929 * gdb.cell/ea-cache.exp: Likewise.
6930 * gdb.cell/ea-standalone.exp: Likewise.
6931 * gdb.cell/f-regs.exp: Likewise.
6932 * gdb.cell/fork.exp: Likewise.
6933 * gdb.cell/gcore.exp: Likewise.
6934 * gdb.cell/mem-access.exp: Likewise.
6935 * gdb.cell/ptype.exp: Likewise.
6936 * gdb.cell/registers.exp: Likewise.
6937 * gdb.cell/sizeof.exp: Likewise.
6938 * gdb.cell/solib-symbol.exp: Likewise.
6939 * gdb.cell/solib.exp: Likewise.
6940
6941 2017-11-25 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.base/complete-empty.exp: New file.
6944 * gdb.base/completion.exp: Adjust.
6945
6946 2017-11-25 Pedro Alves <palves@redhat.com>
6947
6948 * gdb.linespec/cpls-ops.cc: New file.
6949 * gdb.linespec/cpls-ops.exp: New file.
6950 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6951 factored out from ...
6952 (test_complete_prefix_range): ... this.
6953
6954 2017-11-24 Pedro Alves <palves@redhat.com>
6955
6956 * gdb.linespec/cpcompletion.exp: New file.
6957 * gdb.linespec/cpls-hyphen.cc: New file.
6958 * gdb.linespec/cpls.cc: New file.
6959 * gdb.linespec/cpls2.cc: New file.
6960 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6961 test to use test_gdb_complete_unique. Add label completion,
6962 keyword completion and explicit location completion tests.
6963 * lib/completion-support.exp: New file.
6964
6965 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6966
6967 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6968 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6969 when hitting an exception catchpoint.
6970
6971 2017-11-22 Yao Qi <yao.qi@linaro.org>
6972
6973 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6974
6975 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6976
6977 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6978 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6979 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6980
6981 2017-11-22 Yao Qi <yao.qi@linaro.org>
6982
6983 * gdb.base/info-os.exp: Pass pthreads.
6984 * gdb.multi/multi-attach.exp: Likewise.
6985
6986 2017-11-22 Yao Qi <yao.qi@linaro.org>
6987
6988 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6989 compiler.
6990
6991 2017-11-22 Yao Qi <yao.qi@linaro.org>
6992
6993 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6994 * gdb.base/break-interp.exp: Likewise.
6995 * gdb.base/jit-attach-pie.exp: Likewise.
6996
6997 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6998
6999 * gdb.base/float128.c (large128): New variable.
7000 * gdb.base/float128.exp: Add test to print largest __float128 value.
7001
7002 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7003
7004 * gdb.arch/vsx-regs.exp: Update register content checks.
7005
7006 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7007
7008 * gdb.arch/ppc-longdouble.exp: New file.
7009 * gdb.arch/ppc-longdouble.c: Likewise.
7010
7011 2017-11-21 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7014
7015 2017-11-20 Pedro Alves <palves@redhat.com>
7016
7017 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7018 (long_double_typedef): New typedefs.
7019 Use DEF on double and long double.
7020 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7021 cases.
7022 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7023 and 'long_double_ptr_same_size' locals. Use them to decide
7024 whether cast from array/function to float is valid/invalid.
7025
7026 2017-11-17 Tom Tromey <tom@tromey.com>
7027
7028 * gdb.rust/traits.rs: New file.
7029 * gdb.rust/traits.exp: New file.
7030
7031 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7032
7033 * gdb.ada/minsyms: New testcase.
7034
7035 2017-11-16 Pedro Alves <palves@redhat.com>
7036
7037 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7038 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7039
7040 2017-11-16 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7043 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7044
7045 2017-11-16 Pedro Alves <palves@redhat.com>
7046
7047 * gdb.server/reconnect-ctrl-c.c: New file.
7048 * gdb.server/reconnect-ctrl-c.exp: New file.
7049
7050 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7051
7052 * gdb.python/py-rbreak.exp: New file.
7053 * gdb.python/py-rbreak.c: New file.
7054 * gdb.python/py-rbreak-func2.c: New file.
7055
7056 2017-11-16 Pedro Alves <palves@redhat.com>
7057
7058 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7059 pattern.
7060 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7061 GDB.
7062
7063 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7064
7065 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7066 regex.
7067
7068 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7069
7070 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7071 test names.
7072
7073 2017-11-09 Pedro Alves <palves@redhat.com>
7074
7075 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7076 factored out from ...
7077 (top level): ... here, and adjusted to avoid expecting beyond the
7078 prompt in a single gdb_test_multiple.
7079
7080 2017-11-09 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7083 output.
7084 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7085 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7086 * gdb.server/ext-run.exp ("kill" test): Likewise.
7087 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7088
7089 2017-11-09 Pedro Alves <palves@redhat.com>
7090
7091 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7092 match till end of line.
7093
7094 2017-11-09 Pedro Alves <palves@redhat.com>
7095
7096 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7097
7098 2017-11-09 Pedro Alves <palves@redhat.com>
7099
7100 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7101 New procedures, factored out from ...
7102 (top level): ... here, and adjusted to avoid expecting beyond the
7103 prompt in one go.
7104
7105 2017-11-09 Pedro Alves <palves@redhat.com>
7106
7107 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7108 output. Fix '?' match.
7109
7110 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7111
7112 * gdb.ada/scoped_watch: New testcase.
7113 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7114 which is actually correct.
7115 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7116 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7117
7118 2017-11-08 Pedro Alves <palves@redhat.com>
7119
7120 * gdb.gdb/complaints.exp (test_initial_complaints)
7121 (test_serial_complaints, test_short_complaints): Call
7122 complaint_internal instead of complaint.
7123
7124 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7125
7126 * gdb.threads/tls-core.c: New file.
7127 * gdb.threads/tls-core.exp: Likewise.
7128
7129 2017-11-08 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7132 (p Exported_Capitalized): New test.
7133 (p exported_capitalized): New test.
7134
7135 2017-11-07 Pedro Alves <palves@redhat.com>
7136
7137 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7138
7139 2017-11-07 Pedro Alves <palves@redhat.com>
7140
7141 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7142 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7143 (disable_invalid, disable_inverted, disable_negative): New
7144 procedures.
7145 ("bad numbers"): New set of tests.
7146
7147 2017-11-07 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.cp/ena-dis-br-range.exp: Add tests.
7150
7151 2017-11-07 Pedro Alves <palves@redhat.com>
7152
7153 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7154
7155 2017-11-07 Xavier Roirand <roirand@adacore.com>
7156 Pedro Alves <palves@redhat.com>
7157
7158 * gdb.base/ena-dis-br.exp: Add reference to
7159 gdb.cp/ena-dis-br-range.exp.
7160 * gdb.cp/ena-dis-br-range.exp: New file.
7161 * gdb.cp/ena-dis-br-range.cc: New file.
7162
7163 2017-11-06 Pedro Alves <palves@redhat.com>
7164
7165 * gdb.base/attach-non-pgrp-leader.c: New.
7166 * gdb.base/attach-non-pgrp-leader.exp: New.
7167
7168 2017-11-06 Pedro Alves <palves@redhat.com>
7169
7170 * configure.ac: No longer check for termio.h and sgtty.h.
7171 * configure: Regenerate.
7172 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7173 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7174 Remove termio and sgtty code.
7175
7176 2017-11-03 Yao Qi <yao.qi@linaro.org>
7177
7178 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7179 in GDB is disabled.
7180
7181 2017-11-03 Yao Qi <yao.qi@linaro.org>
7182
7183 * gdb.python/py-thrhandle.exp: Skip it if python is not
7184 enabled.
7185
7186 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7187
7188 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7189 as a breakpoint command.
7190
7191 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7192
7193 PR python/21213
7194 * gdb.python/py-infthread.exp: Test calling
7195 InferiorThread.inferior () multiple times in a row.
7196
7197 2017-10-27 Keith Seitz <keiths@redhat.com>
7198
7199 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7200 Test "info break" for every inlined function breakpoint.
7201
7202 2017-10-27 Yao Qi <yao.qi@linaro.org>
7203
7204 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7205
7206 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7207
7208 * gdb.cp/classes.exp (test_static_members): Test printing
7209 Outer::instance.
7210 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7211 (Inner::instance, Outer::instance): New.
7212
7213 2017-10-24 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7216 extra console" test in two stages.
7217
7218 2017-10-24 Pedro Alves <palves@redhat.com>
7219
7220 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7221
7222 2017-10-24 Pedro Alves <palves@redhat.com>
7223
7224 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7225 loop.
7226
7227 2017-10-24 Pedro Alves <palves@redhat.com>
7228
7229 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7230 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7231
7232 2017-10-24 Pedro Alves <palves@redhat.com>
7233
7234 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7235 parameter and handle it. Don't output read value in test name.
7236
7237 2017-10-24 Pedro Alves <palves@redhat.com>
7238
7239 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7240 custom test name.
7241
7242 2017-10-24 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7245 include the unstable output directory name in the test's name.
7246 (initial_setup_simple) <'set args'>: Use custom test name.
7247
7248 2017-10-24 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7251 with explicit test name.
7252
7253 2017-10-20 Pedro Alves <palves@redhat.com>
7254
7255 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7256 'wait -i'. Use gdb_assert and remote_close.
7257
7258 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7259
7260 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7261 number from variable rather than hard-coded.
7262
7263 2017-10-19 Pedro Alves <palves@redhat.com>
7264
7265 * gdb.base/long-inferior-output.c: New file.
7266 * gdb.base/long-inferior-output.exp: New file.
7267
7268 2017-11-18 Keith Seitz <keiths@redhat.com>
7269
7270 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7271 method.
7272 (main): Call it.
7273 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7274 Add additional user-defined conversion operator tests.
7275
7276 2017-10-17 Pedro Alves <palves@redhat.com>
7277
7278 * boards/native-stdio-gdbserver.exp: Load "local-board".
7279
7280 2017-10-17 Pedro Alves <palves@redhat.com>
7281
7282 * gdb.base/quit-live.c: New file.
7283 * gdb.base/quit-live.exp: New file.
7284
7285 2017-10-16 Keith Seitz <keiths@redhat.com>
7286
7287 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7288 (class_with_protected_typedef, class_with_private_typedef)
7289 (struct_with_public_typedef, struct_with_protected_typedef)
7290 (struct_with_private_typedef): New classes/structs.
7291 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7292 typedefs and access specifiers.
7293
7294 2017-10-16 Pedro Alves <palves@redhat.com>
7295 Simon Marchi <simon.marchi@polymtl.ca>
7296
7297 * README (Local vs Remote vs Native): New section.
7298 * boards/local-board.exp: New file, with bits factored out from
7299 ...
7300 * boards/native-extended-gdbserver.exp: ... here. Load
7301 "local-board".
7302 * boards/native-gdbserver.exp: Load "local-board".
7303 (${board}_spawn, ${board}_exec): Delete.
7304 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7305 ...
7306 * boards/stdio-gdbserver-base.exp: ... this new file.
7307 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7308 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7309 procedure.
7310 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7311 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7312 stdio_gdbserver_command.
7313 (${board}_get_remote_address, ${board}_get_comm_port)
7314 (${board}_download, ${board}_upload): Delete.
7315 (get_target_remote_pipe_cmd): New.
7316
7317 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7318
7319 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7320 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7321 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7322 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7323 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7324 remove with_test_prefix.
7325
7326 2017-10-13 Pedro Alves <palves@redhat.com>
7327
7328 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7329 * gdb.base/annota1.exp: Use it instead of is_remote.
7330 * gdb.base/annota3.exp: Use it instead of is_remote.
7331 * gdb.cp/annota2.exp: Use it instead of is_remote.
7332 * gdb.cp/annota3.exp: Use it instead of is_remote.
7333 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7334
7335 2017-10-13 Pedro Alves <palves@redhat.com>
7336
7337 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7338 (test_num_test_vars, run_and_count_vars, find_env)
7339 (test_set_unset_env, test_inherit_env_var): New procedures.
7340 (top level): Use them.
7341
7342 2017-10-13 Pedro Alves <palves@redhat.com>
7343
7344 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7345 also skip on stub-like targets.
7346
7347 2017-10-13 Pedro Alves <palves@redhat.com>
7348
7349 PR gdb/22293
7350 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7351 (top level): Move some tests to ...
7352 (test_not_found): ... this new procedure.
7353 (top level): Call it.
7354
7355 2017-10-13 Pedro Alves <palves@redhat.com>
7356
7357 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7358 expect different "info terminal" output if testing with a
7359 non-native target.
7360
7361 2017-10-13 Pedro Alves <palves@redhat.com>
7362 Simon Marchi <simon.marchi@polymtl.ca>
7363
7364 PR python/12966
7365 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7366
7367 2017-10-13 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7370 already.
7371
7372 2017-10-13 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7375 is_remote.
7376
7377 2017-10-13 Pedro Alves <palves@redhat.com>
7378
7379 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7380 is_remote.
7381
7382 2017-10-13 Pedro Alves <palves@redhat.com>
7383
7384 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7385 is set.
7386 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7387 instead of is_remote.
7388
7389 2017-10-13 Pedro Alves <palves@redhat.com>
7390
7391 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7392 (top level): Add comment.
7393
7394 2017-10-13 Pedro Alves <palves@redhat.com>
7395
7396 * gdb.base/remote.exp (top level): Fix comment typo and add
7397 missing return.
7398
7399 2017-10-13 Pedro Alves <palves@redhat.com>
7400 Simon Marchi <simon.marchi@polymtl.ca>
7401
7402 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7403 calls and add comments. Skip test if use_gdb_stub is set.
7404 (top level): Use "set cwd" command instead of "cd" command.
7405
7406 2017-10-13 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7409 is_remote target check.
7410
7411 2017-10-13 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.base/scope.exp: Use build_executable + clean_restart +
7414 gdb_file_cmd instead of prepare_for_testing and no longer skip
7415 "before run" tests on is_remote target boards. Update comments.
7416 * boards/native-extended-gdbserver.exp
7417 (extended_gdbserver_load_last_file): New, factored out from ...
7418 (gdb_load): ... this. Move further below and add comment.
7419 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7420
7421 2017-10-12 Pedro Alves <palves@redhat.com>
7422
7423 * gdb.base/attach.exp: Remove references to gdb64.
7424 * gdb.base/dbx.exp: Remove references to gdb64.
7425
7426 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7427 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.base/label.exp: Remove is_remote target check.
7430
7431 2017-10-12 Pedro Alves <palves@redhat.com>
7432
7433 * gdb.base/auvx.exp (coredir): Update comment.
7434 (top level) <core_works>: Use "set cwd" command instead of "cd"
7435 command.
7436
7437 2017-10-12 Pedro Alves <palves@redhat.com>
7438 Simon Marchi <simon.marchi@polymtl.ca>
7439
7440 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7441 target boards.
7442
7443 2017-10-12 Pedro Alves <palves@redhat.com>
7444 Simon Marchi <simon.marchi@polymtl.ca>
7445
7446 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7447 Instead skip if there's any gdb_protocol set.
7448
7449 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7450 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7453
7454 2017-10-12 Pedro Alves <palves@redhat.com>
7455 Simon Marchi <simon.marchi@polymtl.ca>
7456
7457 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7458 instead of on dejagnu remote boards.
7459
7460 2017-10-12 Pedro Alves <palves@redhat.com>
7461 Simon Marchi <simon.marchi@polymtl.ca>
7462
7463 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7464 checks. Use build_executable + clean_restart instead of
7465 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7466 of enabling non-stop after starting gdb.
7467
7468 2017-10-12 Pedro Alves <palves@redhat.com>
7469
7470 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7471 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7472 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7473 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7474
7475 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7476
7477 * gdb.arch/arc-tdesc-cpu.exp: New file.
7478 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7479
7480 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7481
7482 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7483
7484 2017-10-10 Pedro Alves <palves@redhat.com>
7485
7486 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7487 expect CLI output.
7488
7489 2017-10-10 Pedro Alves <palves@redhat.com>
7490
7491 * lib/selftest-support.exp (selftest_setup): Update for
7492 captured_command_loop's prototype change.
7493
7494 2017-10-09 Pedro Alves <palves@redhat.com>
7495
7496 Test both arch1=>arch2 and arch2=>arch1.
7497
7498 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7499 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7500 factored out to...
7501 (append_arch1_options, append_arch2_options, append_arch_options)
7502 (build_executables): New procedures.
7503 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7504 local.
7505 (top level): Add new 'first_arch' testing axis.
7506
7507 2017-10-09 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7510 (barrier): New.
7511 (thread_start, all_started): New functions.
7512 (main): Spawn new thread and wait until it is scheduled.
7513 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7514 option.
7515 (do_test): Add 'selected_thread' parameter. Run to all_started
7516 instead of main. Explicitly set the breakpoint at main. Switch
7517 to the SELECTED_THREAD thread.
7518 (top level): Test handling the exec event with either the main
7519 thread or the second thread selected.
7520
7521 2017-10-09 Pedro Alves <palves@redhat.com>
7522
7523 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7524 logic. Move STOP marker after the value checks.
7525 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7526 regexp.
7527
7528 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7529
7530 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7531
7532 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7533
7534 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7535 integer-to-dfp conversion.
7536 * gdb.base/dfp-test.exp: Likewise.
7537
7538 2017-10-04 Pedro Alves <palves@redhat.com>
7539
7540 * gdb.multi/hangout.c: Include <unistd.h>.
7541 (hangout_loop): New function.
7542 (main): Call alarm. Call hangout_loop in a loop.
7543 * gdb.multi/hello.c: Include <unistd.h>.
7544 (hello_loop): New function.
7545 (main): Call alarm. Call hangout_loop in a loop.
7546 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7547 inferior with the other selected.
7548
7549 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7550
7551 * gdb.mi/list-thread-groups-available.exp: New file.
7552 * gdb.mi/list-thread-groups-available.c: New file.
7553
7554 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7555
7556 * gdb.base/set-cwd.exp: Make it available on
7557 native-extended-gdbserver.
7558
7559 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7560
7561 * gdb.base/set-cwd.c: New file.
7562 * gdb.base/set-cwd.exp: Likewise.
7563
7564 2017-10-02 Tom Tromey <tom@tromey.com>
7565
7566 PR rust/22236:
7567 * gdb.rust/simple.rs (main): New variable "fslice".
7568 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7569
7570 2017-10-02 Tom Tromey <tom@tromey.com>
7571
7572 * gdb.rust/simple.exp: Test ptype of a slice.
7573
7574 2017-10-02 Tom Tromey <tom@tromey.com>
7575
7576 * gdb.rust/simple.exp: Test index of slice.
7577
7578 2017-09-27 Tom Tromey <tom@tromey.com>
7579
7580 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7581
7582 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7583 Pedro Alves <palves@redhat.com>
7584
7585 * gdb.base/compare-sections.exp (get value of read-only section): Read
7586 as unsigned value.
7587 (corrupt read-only section): Likewise and don't set written if patching
7588 failed.
7589
7590 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7591
7592 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7593 files.
7594
7595 2017-09-20 Pedro Alves <palves@redhat.com>
7596
7597 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7598 symbol names in gdb's output.
7599 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7600
7601 2017-09-20 Pedro Alves <palves@redhat.com>
7602
7603 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7604 Rename to ...
7605 (test_list_ambiguous_symbol): ... this and add a symbol name
7606 parameter. Adjust.
7607 (test_list_ambiguous_function): Reimplement on top of
7608 test_list_ambiguous_symbol and also test listing ambiguous
7609 variables.
7610 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7611 (ambiguous_fun): ... this.
7612 (ambiguous_var): New.
7613 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7614 (ambiguous_fun): ... this.
7615 (ambiguous_var): New.
7616
7617 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7618
7619 * gdb.base/starti.c: New file.
7620 * gdb.base/starti.exp: New file.
7621 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7622
7623 2017-09-14 Pedro Alves <palves@redhat.com>
7624
7625 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7626 (top level): Use it instead of runto.
7627
7628 2017-09-11 Tom Tromey <tom@tromey.com>
7629
7630 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7631
7632 2017-09-11 Tom Tromey <tom@tromey.com>
7633
7634 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7635 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7636
7637 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7638
7639 * gdb.fortran/printing-types.exp: New file.
7640 * gdb.fortran/printing-types.exp: New file.
7641
7642 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7643
7644 * gdb.fortran/vla-ptype.exp: Fix typos.
7645 * gdb.fortran/vla-value.exp: Same.
7646
7647 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7648
7649 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7650 * gdb.mi/mi-var-child-f.exp: Likewise.
7651 * gdb.mi/mi-vla-fortran.exp: Likewise.
7652
7653 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7654 Christoph Weinmann <christoph.t.weinmann@intel.com>
7655 Bernhard Heckel <bernhard.heckel@intel.com>
7656
7657 * gdb.fortran/ptr-indentation.f90: New file.
7658 * gdb.fortran/ptr-indentation.exp: New file.
7659
7660 2017-09-05 Tom Tromey <tom@tromey.com>
7661
7662 PR gdb/22010:
7663 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7664
7665 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7666
7667 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7668
7669 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7670
7671 * gdb.threads/tls-nodebug-pie.c: New file.
7672 * gdb.threads/tls-nodebug-pie.exp: New file.
7673
7674 2017-09-05 Tom Tromey <tom@tromey.com>
7675
7676 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7677 for rust.
7678
7679 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7680
7681 * gdb.multi/multi-arch-exec.exp: Test with different
7682 "follow-exec-mode" settings.
7683 (do_test): New procedure.
7684
7685 2017-09-04 Pedro Alves <palves@redhat.com>
7686
7687 * gdb.base/func-static.c (S::method const, S::method volatile)
7688 (S::method volatile const): New methods.
7689 (c_s, v_s, cv_s): New instances.
7690 (main): Call method() on them.
7691 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7692 (cannot_resolve): New procedure.
7693 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7694 print-quote-unquoted columns.
7695 (do_test): Test printing each scope too.
7696
7697 2017-09-04 Pedro Alves <palves@redhat.com>
7698
7699 * gdb.base/local-static.exp: Also test with
7700 class::method::variable wholly quoted.
7701 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7702
7703 2017-09-04 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.base/local-static.c: New.
7706 * gdb.base/local-static.cc: New.
7707 * gdb.base/local-static.exp: New.
7708
7709 2017-09-04 Pedro Alves <palves@redhat.com>
7710
7711 * gdb.asm/asm-source.exp: Add casts to int.
7712 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7713 (dataglobal64_1, dataglobal64_2): New globals.
7714 * gdb.base/nodebug.exp: Test different expressions involving the
7715 new globals, with print, whatis and ptype. Add casts to int.
7716 * gdb.base/solib-display.exp: Add casts to int.
7717 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7718 * gdb.cp/m-static.exp: Add cast to int.
7719 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7720 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7721 tls variable with no debug info without a cast. Test with a cast
7722 to int too.
7723 * gdb.trace/entry-values.exp: Add casts.
7724
7725 2017-09-04 Pedro Alves <palves@redhat.com>
7726
7727 * gdb.base/nodebug.exp: Test that ptype's error about functions
7728 with unknown return type includes the function name too.
7729
7730 2017-09-04 Pedro Alves <palves@redhat.com>
7731
7732 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7733 return type of munmap in infcall.
7734 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7735 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7736 type of ftell in infcall.
7737 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7738 type of getpid in infcall.
7739 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7740 infcall.
7741 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7742 Bail on failure to extract the pid.
7743 * gdb.base/nodebug.c: #include <stdint.h>.
7744 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7745 New functions.
7746 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7747 Change expected output of print/whatis/ptype with functions with
7748 no debug info. Test all supported languages. Call
7749 test_call_promotion.
7750 * gdb.compile/compile.exp: Adjust expected output to expect
7751 warning.
7752 * gdb.threads/siginfo-threads.exp: Likewise.
7753
7754 2017-09-04 Pedro Alves <palves@redhat.com>
7755
7756 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7757 "prototypes". Test calling float functions via prototyped and
7758 unprototyped function pointers.
7759 (perform_all_tests): New parameter "prototypes". Pass it down.
7760 (top level): Pass down "prototypes" parameter to
7761 perform_all_tests.
7762
7763 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7764
7765 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7766 Test with nested loops.
7767
7768 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7769
7770 * gdb.base/commands.exp: Call the new procedures.
7771 (loop_break_test, loop_continue_test): New procedures.
7772
7773 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7774
7775 * gdb.base/commands.exp: Call new procedure.
7776 (define_if_without_arg_test): New procedure.
7777
7778 2017-09-04 Pedro Alves <palves@redhat.com>
7779
7780 * gdb.base/list-ambiguous.exp: New file.
7781 * gdb.base/list-ambiguous0.c: New file.
7782 * gdb.base/list-ambiguous1.c: New file.
7783 * gdb.base/list.exp (test_list_range): Adjust expected output.
7784
7785 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7786
7787 * gdb.base/share-env-with-gdbserver.c: New file.
7788 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7789
7790 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7791
7792 * gdb.base/commands.exp (gdbvar_simple_if_test,
7793 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7794 progvar_simple_if_test, progvar_simple_while_test,
7795 progvar_complex_if_while_test, user_defined_command_test,
7796 user_defined_command_args_eval,
7797 user_defined_command_args_stack_test,
7798 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7799 temporary_breakpoint_commands,
7800 gdb_test_no_prompt, redefine_hook_test,
7801 redefine_backtrace_test): Remove "global gdb_prompt".
7802
7803 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7804
7805 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7806 New proc, call it from toplevel.
7807
7808 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7809
7810 PR remote/21852
7811 * gdb.server/normal.c: New file, copied from gdb.base.
7812 * gdb.server/run-without-local-binary.exp: New file.
7813
7814 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7815
7816 * gdb.arch/sparc64-adi.exp: New file.
7817 * gdb.arch/sparc64-adi.c: New file.
7818
7819 2017-08-22 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7822 (top level): Add "list all overloads" tests.
7823
7824 2017-08-22 Tom Tromey <tom@tromey.com>
7825
7826 * gdb.gdb/xfullpath.exp: Remove.
7827
7828 2017-08-21 Pedro Alves <palves@redhat.com>
7829
7830 PR gdb/19487
7831 * gdb.base/symbol-alias.c: New.
7832 * gdb.base/symbol-alias2.c: New.
7833 * gdb.base/symbol-alias.exp: New.
7834
7835 2017-08-21 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.base/dfp-test.c
7838 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7839 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7840 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7841 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7842 * gdb.base/whatis-ptype-typedefs.c: New.
7843 * gdb.base/whatis-ptype-typedefs.exp: New.
7844 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7845 (an_int, an_int_type, an_int_type2): New globals.
7846 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7847 involving typedefs and cast expressions.
7848 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7849 (lookup_typedefs_function): New.
7850 (typedefs_pretty_printers_dict): New.
7851 (top level): Register lookup_typedefs_function in
7852 gdb.pretty_printers.
7853
7854 2017-08-18 Yao Qi <yao.qi@linaro.org>
7855
7856 * gdb.server/unittest.exp: New.
7857
7858 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7859
7860 PR gdb/21954
7861 * gdb.base/environ.exp: Add test to check if 'unset environment'
7862 works.
7863
7864 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7865
7866 * lib/gdb.exp (universal_compile_options): New caching proc.
7867 (gdb_compile): Suppress GCC's coloring of messages.
7868
7869 2017-08-14 Tom Tromey <tom@tromey.com>
7870
7871 PR gdb/21675:
7872 * gdb.base/printcmds.exp (test_radices): New function.
7873 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7874 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7875 * lib/gdb.exp (get_integer_valueof): Use p/d.
7876
7877 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7878
7879 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7880 characters.
7881
7882 2017-08-05 Tom Tromey <tom@tromey.com>
7883
7884 * gdb.rust/simple.exp: Allow String to appear in a different
7885 namespace.
7886
7887 2017-07-26 Yao Qi <yao.qi@linaro.org>
7888
7889 * gdb.gdb/unittest.exp: Invoke command
7890 "maintenance check xml-descriptions".
7891
7892 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7893
7894 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7895 calling context.
7896 (hex128): Drop erroneous calculation of parameters.
7897
7898 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7899
7900 * gdb.python/py-unwind.exp: Disable stack protection when
7901 building test file.
7902
7903 2017-07-20 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.base/default.exp (set language): Adjust expected output.
7906
7907 2017-07-20 Pedro Alves <palves@redhat.com>
7908
7909 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7910 (test_minsym): ... this, and make static.
7911 (get_pck__foo__bar__minsym): Rename to ...
7912 (get_test_minsym): ... this.
7913 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7914 symbol names and comments.
7915 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7916 (get_test_minsym): ... this.
7917 (pck__foo__bar__minsym__2): Rename to ...
7918 (test_minsym): ... this.
7919 (main): Adjust.
7920
7921 2017-07-17 Pedro Alves <palves@redhat.com>
7922
7923 * gdb.base/completion.exp: Adjust expected output.
7924 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7925 the completer works.
7926
7927 2017-07-17 Pedro Alves <palves@redhat.com>
7928
7929 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7930
7931 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7932
7933 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7934
7935 2017-07-14 Tom Tromey <tom@tromey.com>
7936
7937 PR rust/21764:
7938 * gdb.rust/simple.exp: Add tests.
7939
7940 2017-07-14 Tom Tromey <tom@tromey.com>
7941
7942 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7943
7944 2017-07-14 Pedro Alves <palves@redhat.com>
7945
7946 * gdb.linespec/base/one/thefile.cc (z1): New function.
7947 * gdb.linespec/base/two/thefile.cc (z2): New function.
7948 * gdb.linespec/linespec.exp: Add tests.
7949
7950 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7951
7952 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7953 to mi_create_breakpoint.
7954
7955 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7956
7957 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7958 mi_create_breakpoint.
7959
7960 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7961
7962 * gdb.dlang/demangle.exp: Update for demangling changes.
7963
7964 2017-07-09 Tom Tromey <tom@tromey.com>
7965
7966 * gdb.dwarf2/shortpiece.exp: New file.
7967
7968 2017-07-06 David Blaikie <dblaikie@gmail.com>
7969
7970 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7971 built from fissiont-multi-cu{1,2}.c.
7972 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7973 except putting 'main' and 'func' in separate CUs in the same DWO file.
7974 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7975 test.
7976 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7977 test.
7978
7979 2017-07-06 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.python/py-unwind.exp: Test flushregs.
7982
7983 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7984
7985 PR cli/21688
7986 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7987 tests for alias commands and trailing whitespace.
7988
7989 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7990
7991 PR cli/21688
7992 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7993 procedure. Call it.
7994
7995 2017-06-29 Pedro Alves <palves@redhat.com>
7996
7997 * gdb.base/printcmds.exp: Add tests.
7998
7999 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8000
8001 PR gdb/21337
8002 * gdb.base/reread-readsym.exp: New file.
8003 * gdb.base/reread-readsym.c: New file.
8004
8005 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8006
8007 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8008 subpattern.
8009
8010 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8011
8012 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8013 extended mnemonic.
8014 * gdb.arch/powerpc-power9.s: Likewise.
8015
8016 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8017
8018 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8019 on 32-bit x86 targets. Exploit is_*_target macros where
8020 appropriate.
8021
8022 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8023
8024 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8025 register pieces.
8026
8027 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8028
8029 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8030 located in one or more DWARF pieces.
8031
8032 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8033
8034 * lib/gdb.exp (get_endianness): New proc.
8035 * gdb.arch/aarch64-fp.exp: Use it.
8036 * gdb.arch/altivec-regs.exp: Likewise.
8037 * gdb.arch/e500-regs.exp: Likewise.
8038 * gdb.arch/vsx-regs.exp: Likewise.
8039 * gdb.base/dump.exp: Likewise.
8040 * gdb.base/funcargs.exp: Likewise.
8041 * gdb.base/gnu_vector.exp: Likewise.
8042 * gdb.dwarf2/formdata16.exp: Likewise.
8043 * gdb.dwarf2/implptrpiece.exp: Likewise.
8044 * gdb.dwarf2/nonvar-access.exp: Likewise.
8045 * gdb.python/py-inferior.exp: Likewise.
8046 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8047
8048 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8049
8050 PR gdb/21226
8051 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8052 stack value pieces are taken from the LSB end.
8053
8054 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8055
8056 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8057 variable at nonzero offset.
8058
8059 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8060
8061 * gdb.dwarf2/var-access.c: New file.
8062 * gdb.dwarf2/var-access.exp: New test.
8063 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8064
8065 2017-06-12 Tom Tromey <tom@tromey.com>
8066
8067 * gdb.dwarf2/formdata16.exp: Add tests.
8068
8069 2017-06-12 Tom Tromey <tom@tromey.com>
8070
8071 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8072
8073 2017-06-12 Tom Tromey <tom@tromey.com>
8074
8075 PR exp/16225:
8076 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8077 * gdb.arch/vsx-regs.exp: Update tests.
8078 * gdb.arch/s390-vregs.exp (hex128): New proc.
8079 Update test.
8080 * gdb.arch/altivec-regs.exp: Update tests.
8081
8082 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8083
8084 * gdb.base/startup-with-shell.c: New file.
8085 * gdb.base/startup-with-shell.exp: Likewise.
8086
8087 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8088
8089 * gdb.server/non-existing-program.exp: Update regex in order to
8090 reflect the fact that gdbserver is now using fork_inferior (with a
8091 shell) to startup the inferior.
8092
8093 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8094
8095 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8096 support function calls from GDB.
8097
8098 2017-05-21 Tom Tromey <tom@tromey.com>
8099
8100 PR rust/21466:
8101 * gdb.rust/unsized.exp: New file.
8102 * gdb.rust/unsized.rs: New file.
8103
8104 2017-05-19 Tom Tromey <tom@tromey.com>
8105
8106 PR rust/21484:
8107 * gdb.rust/watch.exp: New file.
8108 * gdb.rust/watch.rs: New file.
8109
8110 2017-05-18 Tom Tromey <tom@tromey.com>
8111
8112 * gdb.rust/simple.exp: Allow Box to be qualified.
8113
8114 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8115
8116 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8117
8118 2017-05-18 Pedro Alves <palves@redhat.com>
8119
8120 * gdb.base/fileio.c (test_write, test_read, test_close)
8121 (test_fstat): Don't print 'ret' in the fail path.
8122
8123 2017-05-18 Pedro Alves <palves@redhat.com>
8124
8125 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8126 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8127 (test_system, test_rename, test_unlink, test_time): Change
8128 prototypes.
8129 * gdb.base/fileio.exp (stop_msg): Adjust.
8130
8131 2017-05-18 Pedro Alves <palves@redhat.com>
8132
8133 * gdb.base/fileio.c (null_str): New global.
8134 (test_stat): Use it.
8135 * gdb.base/fileio.exp: Remove nowarnings.
8136
8137 2017-05-17 Yao Qi <yao.qi@linaro.org>
8138
8139 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8140
8141 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8142
8143 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8144 argument command.
8145 (top-level): Invoke test_set_inferior_tty.
8146
8147 2017-05-04 Pedro Alves <palves@redhat.com>
8148
8149 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8150 Add parens to print call for Python 3.
8151
8152 2017-05-03 Keith Seitz <keiths@redhat.com>
8153
8154 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8155 (main): Call it.
8156
8157 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8158
8159 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8160 to prev and next.
8161
8162 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8163
8164 * gdb.python/py-record-btrace.exp: Remove test for
8165 gdb.BtraceInstruction.error.
8166
8167 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8168
8169 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8170
8171 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8172
8173 * gdb.python/py-record-btrace-threads.c: New file.
8174 * gdb.python/py-record-btrace-threads.exp: New file.
8175
8176 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8177
8178 PR testsuite/8595
8179 * gdb.base/environ.exp: Make test available in all architectures.
8180 Move bits related to "info program" testing to
8181 gdb.base/info-program.exp. Rewrite tests to use the two new
8182 procedures mentione below.
8183 (test_set_show_env_var) New procedure.
8184 (test_set_show_env_var_equal): Likewise.
8185 * gdb.base/info-program.exp: New file.
8186
8187 2017-04-27 Keith Seitz <keiths@redhat.com>
8188
8189 * gdb.cp/oranking.cc (test15): New function.
8190 (main): Call test15 and declare additional variables for testing.
8191 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8192 "p foo101('abc')" tests.
8193 Add tests for cv qualifier overloads.
8194 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8195 "lvalue reference overload" test.
8196 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8197 "print value of f1 on Child&& in f2" test.
8198
8199 2017-04-19 Pedro Alves <palves@redhat.com>
8200
8201 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8202 procedure.
8203 (top level): Call it.
8204 * lib/gdb.exp (gdb_define_cmd): New procedure.
8205
8206 2017-04-12 Pedro Alves <palves@redhat.com>
8207
8208 PR gdb/21323
8209 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8210 (wchar): New global.
8211 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8212 (do_test_wide_char, wide_char_types_no_program, top level): Add
8213 wchar_t testing.
8214
8215 2017-04-12 Pedro Alves <palves@redhat.com>
8216
8217 PR c++/21323
8218 * gdb.cp/wide_char_types.c: New file.
8219 * gdb.cp/wide_char_types.exp: New file.
8220
8221 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8222
8223 PR gdb/21352
8224 * gdb.trace/tsv.exp: Add test for "tsave -r".
8225
8226 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8227
8228 * gdb.dlang/watch-loc.c: New file.
8229 * gdb.dlang/watch-loc.exp: New file.
8230
8231 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8232
8233 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8234
8235 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8236
8237 * gdb.arch/arc-analyze-prologue.S: New file.
8238 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8239
8240 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8241
8242 * gdb.arch/arc-decode-insn.S: New file.
8243 * gdb.arch/arc-decode-insn.exp: Likewise.
8244
8245 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8246
8247 PR tdep/20928
8248 * gdb.arch/sparc64-regs.exp: New file.
8249 * gdb.arch/sparc64-regs.S: Likewise.
8250
8251 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8252
8253 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8254 and memory view on Python 3.
8255
8256 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8257 Keith Seitz <keiths@redhat.com>
8258
8259 PR gdb/14441
8260 * gdb.cp/demangle.exp: Add rvalue reference tests.
8261 * gdb.cp/rvalue-ref-casts.cc: New file.
8262 * gdb.cp/rvalue-ref-casts.exp: New file.
8263 * gdb.cp/rvalue-ref-overload.cc: New file.
8264 * gdb.cp/rvalue-ref-overload.exp: New file.
8265 * gdb.cp/rvalue-ref-params.cc: New file.
8266 * gdb.cp/rvalue-ref-params.exp: New file.
8267 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8268 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8269 * gdb.cp/rvalue-ref-types.cc: New file.
8270 * gdb.cp/rvalue-ref-types.exp: New file.
8271 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8272 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8273
8274 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8275
8276 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8277 New procedure.
8278
8279 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8280
8281 * lib/mi-support.exp (mi_gdb_test): Add additional message
8282 for unexpected output.
8283
8284 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8285
8286 * gdb.base/examine-backward.c (Barrier): New character array
8287 constant, to ensure that TestStrings is preceded by a string
8288 terminator.
8289
8290 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8291
8292 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8293 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8294 and implicit pointer into such a location.
8295
8296 2017-03-16 Doug Evans <dje@google.com>
8297
8298 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8299
8300 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8301
8302 * gdb.cp/m-static.exp: Fix expectation for prototype of
8303 test5.single_constructor and single_constructor::single_constructor.
8304
8305 2017-03-16 Doug Evans <dje@google.com>
8306
8307 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8308 * gdb.guile/scm-lazy-string.c: New file.
8309 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8310 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8311 for pointer, array, typedef lazy strings.
8312
8313 2017-03-16 Doug Evans <dje@google.com>
8314
8315 PR python/17728, python/18439, python/18779
8316 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8317 * gdb.python/py-lazy-string.c (pointer): New typedef.
8318 (main): New locals ptr, array, typedef_ptr.
8319 * gdb.python/py-value.exp: Move lazy string tests to ...
8320 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8321 array, typedef lazy strings.
8322
8323 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8324
8325 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8326 Add optional 'test' parameter.
8327
8328 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8329
8330 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8331 Skip for versions of DejaGnu < 1.5.
8332
8333 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8334
8335 * lib/gdb.exp (dejagnu_version): New proc.
8336 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8337 Use dejagnu_version.
8338
8339 2017-03-10 Keith Seitz <keiths@redhat.com>
8340
8341 PR c++/8128
8342 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8343 type from destructor regexps.
8344 Add a branch which actually passes the test.
8345 Adjust "ptype t5i" test names.
8346
8347 2017-03-08 Pedro Alves <palves@redhat.com>
8348
8349 * gdb.base/step-over-exit.exp: Add explicit test message.
8350
8351 2017-03-08 Pedro Alves <palves@redhat.com>
8352
8353 PR gdb/18360
8354 * gdb.threads/interrupt-while-step-over.c: New file.
8355 * gdb.threads/interrupt-while-step-over.exp: New file.
8356
8357 2017-03-08 Pedro Alves <palves@redhat.com>
8358
8359 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8360 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8361
8362 2017-03-08 Pedro Alves <palves@redhat.com>
8363
8364 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8365 PKRU as not supported as a PASS.
8366
8367 2017-03-08 Pedro Alves <palves@redhat.com>
8368
8369 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8370 prefix instead of $binfile1/$binfile2.
8371 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8372 in test message.
8373 * gdb.python/py-completion.exp: Use "load python file" as test
8374 messages instead of unstable path names.
8375
8376 2017-03-08 Pedro Alves <palves@redhat.com>
8377 Jan Kratochvil <jan.kratochvil@redhat.com>
8378
8379 PR cli/21218
8380 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8381 New proc.
8382 (top level): Call it.
8383
8384 2017-03-08 Pedro Alves <palves@redhat.com>
8385
8386 PR tui/21216
8387 * gdb.tui/tui-nl-filtered-output.exp: New file.
8388
8389 2017-03-08 Pedro Alves <palves@redhat.com>
8390
8391 * gdb.base/completion.exp: Move TUI completion tests to ...
8392 * gdb.tui/completion.exp: ... this new file.
8393
8394 2017-03-08 Pedro Alves <palves@redhat.com>
8395
8396 * gdb.base/tui-disasm-long-lines.c,
8397 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8398 gdb.base/tui-layout.exp: Move to ...
8399 * gdb.tui/: ... this new directory.
8400
8401 2017-03-07 Pedro Alves <palves@redhat.com>
8402
8403 * gdb.base/tui-layout.c: New file.
8404 * gdb.base/tui-layout.exp: New file.
8405
8406 2017-03-07 Pedro Alves <palves@redhat.com>
8407
8408 * gdb.base/tui-layout.c: Rename to ...
8409 * gdb.base/tui-disasm-long-lines.c: ... this.
8410 * gdb.base/tui-layout.exp: Rename to ...
8411 * gdb.base/tui-disasm-long-lines.exp: ... this.
8412
8413 2017-03-07 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8416
8417 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8418
8419 * i386-mpx-call.c: New file.
8420 * i386-mpx-call.exp: New file.
8421
8422 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8423
8424 * gdb.arch/powerpc-power.exp: Delete test.
8425 * gdb.arch/powerpc-power.s: Likewise.
8426 * gdb.disasm/disassembler-options.exp: New test.
8427 * gdb.arch/powerpc-altivec.exp: Likewise.
8428 * gdb.arch/powerpc-altivec.s: Likewise.
8429 * gdb.arch/powerpc-altivec2.exp: Likewise.
8430 * gdb.arch/powerpc-altivec2.s: Likewise.
8431 * gdb.arch/powerpc-altivec3.exp: Likewise.
8432 * gdb.arch/powerpc-altivec3.s: Likewise.
8433 * gdb.arch/powerpc-power7.exp: Likewise.
8434 * gdb.arch/powerpc-power7.s: Likewise.
8435 * gdb.arch/powerpc-power8.exp: Likewise.
8436 * gdb.arch/powerpc-power8.s: Likewise.
8437 * gdb.arch/powerpc-power9.exp: Likewise.
8438 * gdb.arch/powerpc-power9.s: Likewise.
8439 * gdb.arch/powerpc-vsx.exp: Likewise.
8440 * gdb.arch/powerpc-vsx.s: Likewise.
8441 * gdb.arch/powerpc-vsx2.exp: Likewise.
8442 * gdb.arch/powerpc-vsx2.s: Likewise.
8443 * gdb.arch/powerpc-vsx3.exp: Likewise.
8444 * gdb.arch/powerpc-vsx3.s: Likewise.
8445 * gdb.arch/arm-disassembler-options.exp: Likewise.
8446 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8447 * gdb.arch/s390-disassembler-options.exp: Likewise.
8448
8449 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8450
8451 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8452 (check_supported_features): ... this. Changed return type to void.
8453 (supports_rdseed): New static global.
8454 (rdseed): Check supports_rdseed.
8455 (initialize): Call check_supported_features.
8456
8457 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8458
8459 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8460 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8461 and lqarx/stqcx.
8462 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8463 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8464
8465 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8466
8467 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8468 uppercase.
8469
8470 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8471
8472 * gdb.dwarf2/formdata16.c: New file.
8473 * gdb.dwarf2/formdata16.exp: New file.
8474 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8475
8476 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8477
8478 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8479 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8480 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8481 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8482 DW_AT_GNU_*.
8483
8484 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8485
8486 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8487
8488 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8489
8490 PR gdb/21164
8491 * gdb.base/maint.exp: Add testcases for when the commands do
8492 not have arguments.
8493
8494 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8495
8496 * gdb.cp/chained-calls.exp: Use p instead of P.
8497
8498 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8499
8500 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8501 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8502
8503 2017-02-14 Tom Tromey <tom@tromey.com>
8504
8505 PR python/13598:
8506 * gdb.python/py-events.exp: Add before_prompt event tests.
8507
8508 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8509
8510 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8511
8512 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8513
8514 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8515 (main): Call my_unique_function_name.
8516 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8517 completion of patterns with a single match.
8518 Add missing -re switches to gdb_test_multiple calls.
8519
8520 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8521
8522 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8523 return if core file is not recognized.
8524
8525 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8526
8527 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8528 and extra UIs.
8529
8530 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8531
8532 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8533 proc_with_prefix.
8534
8535 2017-02-10 Tom Tromey <tom@tromey.com>
8536
8537 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8538
8539 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8540
8541 PR gdb/21122
8542 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8543
8544 2017-02-08 Jerome Guitton <guitton@adacore.com>
8545
8546 * gdb.base/define.exp: Add test for command abbreviations
8547 in define.
8548
8549 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8550
8551 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8552 * gdb.reverse/insn-reverse-x86.c: New file.
8553
8554 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8555
8556 PR tdep/20936
8557 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8558
8559 2017-02-03 Tom Tromey <tom@tromey.com>
8560
8561 PR rust/21097:
8562 * gdb.rust/simple.exp: Add new tests.
8563
8564 2017-02-02 Pedro Alves <palves@redhat.com>
8565
8566 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8567 tests.
8568
8569 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8570
8571 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8572 taking a 2-byte value out of a 4-byte DWARF implicit value on
8573 big-endian targets.
8574 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8575 logic. Add test cases for DW_OP_implicit.
8576
8577 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8578
8579 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8580
8581 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8582
8583 * gdb.btrace/enable.exp: Call gdb_exit before
8584 skip_gdbserver_tests.
8585
8586 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8587
8588 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8589 GDBFLAGS.
8590
8591 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8592
8593 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8594 the test is skipped.
8595 * gdb.btrace/data.exp: Likewise.
8596 * gdb.btrace/delta.exp: Likewise.
8597 * gdb.btrace/dlopen.exp: Likewise.
8598 * gdb.btrace/enable-running.exp: Likewise.
8599 * gdb.btrace/enable.exp: Likewise.
8600 * gdb.btrace/exception.exp: Likewise.
8601 * gdb.btrace/function_call_history.exp: Likewise.
8602 * gdb.btrace/gcore.exp: Likewise.
8603 * gdb.btrace/instruction_history.exp: Likewise.
8604 * gdb.btrace/multi-thread-step.exp: Likewise.
8605 * gdb.btrace/nohist.exp: Likewise.
8606 * gdb.btrace/non-stop.exp: Likewise.
8607 * gdb.btrace/reconnect.exp: Likewise.
8608 * gdb.btrace/record_goto-step.exp: Likewise.
8609 * gdb.btrace/record_goto.exp: Likewise.
8610 * gdb.btrace/rn-dl-bind.exp: Likewise.
8611 * gdb.btrace/segv.exp: Likewise.
8612 * gdb.btrace/step.exp: Likewise.
8613 * gdb.btrace/stepi.exp: Likewise.
8614 * gdb.btrace/tailcall-only.exp: Likewise.
8615 * gdb.btrace/tailcall.exp: Likewise.
8616 * gdb.btrace/tsx.exp: Likewise.
8617 * gdb.btrace/unknown_functions.exp: Likewise.
8618 * gdb.btrace/vdso.exp: Likewise.
8619
8620 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8621
8622 * gdb.btrace/enable-running.c: New.
8623 * gdb.btrace/enable-running.exp: New.
8624
8625 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8626
8627 * gdb.arch/amd64-gs_base.c: New file.
8628 * gdb.arch/amd64-gs_base.exp: New file.
8629
8630 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8631
8632 * lib/memory.exp: Remove spurious empty newlines.
8633
8634 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8635
8636 * gdb.python/py-bad-printers.exp: Load python file using "source".
8637 * gdb.python/py-events.exp: Likewise.
8638 * gdb.python/py-evsignal.exp: Likewise.
8639 * gdb.python/py-evthreads.exp: Likewise.
8640 * gdb.python/py-frame-args.exp: Likewise.
8641 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8642 * gdb.python/py-framefilter-mi.exp: Likewise.
8643 * gdb.python/py-framefilter.exp: Likewise.
8644 * gdb.python/py-mi.exp: Likewise.
8645 * gdb.python/py-pp-maint.exp: Likewise.
8646 * gdb.python/py-pp-registration.exp: Likewise.
8647 * gdb.python/py-prettyprint.exp: Likewise.
8648 (run_lang_tests): Likewise.
8649 * gdb.python/py-typeprint.exp: Likewise.
8650
8651 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8652
8653 * lib/memory.exp: New file.
8654 * lib/gdb.exp: Load memory.exp.
8655 * gdb.base/memattr.exp (delete_memory): Move proc to
8656 lib/memory.exp and rename to delete_memory_regions.
8657 Replace delete_memory with delete_memory_regions.
8658 Cleanup memory regions before tests.
8659 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8660 before tests.
8661
8662 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8663
8664 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8665 files.
8666 (initialize): New function conditionally defined.
8667 (testcases): Move within conditional block.
8668 (main): Call initialize.
8669 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8670 of gdb.reverse/insn-reverse.c.
8671 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8672 gdb.reverse/insn-reverse.c.
8673
8674 2017-01-26 Yao Qi <yao.qi@linaro.org>
8675
8676 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8677 disassemble on address 0.
8678
8679 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8680 Yao Qi <yao.qi@linaro.org>
8681
8682 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8683 * gdb.dwarf2/implptr-64bit.S: Remove.
8684 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8685 variables in caller's context. Add DW_OP_implicit_value.
8686
8687 2017-01-25 Yao Qi <yao.qi@linaro.org>
8688
8689 * lib/dwarf.exp (Dwarf::_location): Handle
8690 DW_OP_GNU_implicit_pointer with proper size.
8691
8692 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8693
8694 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8695 and add untested calls.
8696
8697 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8698
8699 * gdb.python/python.exp: Check line number against what GDB thinks
8700 the line number is for func1.
8701
8702 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8703
8704 * gdb.dlang/debug-expr.exp: New file.
8705
8706 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8707
8708 Fix test names for the following files:
8709
8710 * gdb.ada/exec_changed.exp
8711 * gdb.ada/info_types.exp
8712 * gdb.arch/aarch64-atomic-inst.exp
8713 * gdb.arch/aarch64-fp.exp
8714 * gdb.arch/altivec-abi.exp
8715 * gdb.arch/altivec-regs.exp
8716 * gdb.arch/amd64-byte.exp
8717 * gdb.arch/amd64-disp-step.exp
8718 * gdb.arch/amd64-dword.exp
8719 * gdb.arch/amd64-entry-value-inline.exp
8720 * gdb.arch/amd64-entry-value-param.exp
8721 * gdb.arch/amd64-entry-value-paramref.exp
8722 * gdb.arch/amd64-entry-value.exp
8723 * gdb.arch/amd64-i386-address.exp
8724 * gdb.arch/amd64-invalid-stack-middle.exp
8725 * gdb.arch/amd64-invalid-stack-top.exp
8726 * gdb.arch/amd64-optimout-repeat.exp
8727 * gdb.arch/amd64-prologue-skip.exp
8728 * gdb.arch/amd64-prologue-xmm.exp
8729 * gdb.arch/amd64-stap-special-operands.exp
8730 * gdb.arch/amd64-stap-wrong-subexp.exp
8731 * gdb.arch/amd64-tailcall-cxx.exp
8732 * gdb.arch/amd64-tailcall-noret.exp
8733 * gdb.arch/amd64-tailcall-ret.exp
8734 * gdb.arch/amd64-tailcall-self.exp
8735 * gdb.arch/amd64-word.exp
8736 * gdb.arch/arm-bl-branch-dest.exp
8737 * gdb.arch/arm-disp-step.exp
8738 * gdb.arch/arm-neon.exp
8739 * gdb.arch/arm-single-step-kernel-helper.exp
8740 * gdb.arch/avr-flash-qualifier.exp
8741 * gdb.arch/disp-step-insn-reloc.exp
8742 * gdb.arch/e500-abi.exp
8743 * gdb.arch/e500-regs.exp
8744 * gdb.arch/ftrace-insn-reloc.exp
8745 * gdb.arch/i386-avx512.exp
8746 * gdb.arch/i386-bp_permanent.exp
8747 * gdb.arch/i386-byte.exp
8748 * gdb.arch/i386-cfi-notcurrent.exp
8749 * gdb.arch/i386-disp-step.exp
8750 * gdb.arch/i386-dr3-watch.exp
8751 * gdb.arch/i386-float.exp
8752 * gdb.arch/i386-gnu-cfi.exp
8753 * gdb.arch/i386-mpx-map.exp
8754 * gdb.arch/i386-mpx-sigsegv.exp
8755 * gdb.arch/i386-mpx-simple_segv.exp
8756 * gdb.arch/i386-mpx.exp
8757 * gdb.arch/i386-permbkpt.exp
8758 * gdb.arch/i386-prologue.exp
8759 * gdb.arch/i386-signal.exp
8760 * gdb.arch/i386-size-overlap.exp
8761 * gdb.arch/i386-unwind.exp
8762 * gdb.arch/i386-word.exp
8763 * gdb.arch/mips-fcr.exp
8764 * gdb.arch/powerpc-d128-regs.exp
8765 * gdb.arch/powerpc-stackless.exp
8766 * gdb.arch/ppc64-atomic-inst.exp
8767 * gdb.arch/s390-stackless.exp
8768 * gdb.arch/s390-tdbregs.exp
8769 * gdb.arch/s390-vregs.exp
8770 * gdb.arch/sparc-sysstep.exp
8771 * gdb.arch/thumb-bx-pc.exp
8772 * gdb.arch/thumb-singlestep.exp
8773 * gdb.arch/thumb2-it.exp
8774 * gdb.arch/vsx-regs.exp
8775 * gdb.asm/asm-source.exp
8776 * gdb.base/a2-run.exp
8777 * gdb.base/advance.exp
8778 * gdb.base/all-bin.exp
8779 * gdb.base/anon.exp
8780 * gdb.base/args.exp
8781 * gdb.base/arithmet.exp
8782 * gdb.base/async-shell.exp
8783 * gdb.base/async.exp
8784 * gdb.base/attach-pie-noexec.exp
8785 * gdb.base/attach-twice.exp
8786 * gdb.base/auto-load.exp
8787 * gdb.base/bang.exp
8788 * gdb.base/bitfields.exp
8789 * gdb.base/break-always.exp
8790 * gdb.base/break-caller-line.exp
8791 * gdb.base/break-entry.exp
8792 * gdb.base/break-inline.exp
8793 * gdb.base/break-on-linker-gcd-function.exp
8794 * gdb.base/break-probes.exp
8795 * gdb.base/break.exp
8796 * gdb.base/breakpoint-shadow.exp
8797 * gdb.base/call-ar-st.exp
8798 * gdb.base/call-sc.exp
8799 * gdb.base/call-signal-resume.exp
8800 * gdb.base/call-strs.exp
8801 * gdb.base/callfuncs.exp
8802 * gdb.base/catch-fork-static.exp
8803 * gdb.base/catch-gdb-caused-signals.exp
8804 * gdb.base/catch-load.exp
8805 * gdb.base/catch-signal-fork.exp
8806 * gdb.base/catch-signal.exp
8807 * gdb.base/catch-syscall.exp
8808 * gdb.base/charset.exp
8809 * gdb.base/checkpoint.exp
8810 * gdb.base/chng-syms.exp
8811 * gdb.base/code-expr.exp
8812 * gdb.base/code_elim.exp
8813 * gdb.base/commands.exp
8814 * gdb.base/completion.exp
8815 * gdb.base/complex.exp
8816 * gdb.base/cond-expr.exp
8817 * gdb.base/condbreak.exp
8818 * gdb.base/consecutive.exp
8819 * gdb.base/continue-all-already-running.exp
8820 * gdb.base/coredump-filter.exp
8821 * gdb.base/corefile.exp
8822 * gdb.base/dbx.exp
8823 * gdb.base/debug-expr.exp
8824 * gdb.base/define.exp
8825 * gdb.base/del.exp
8826 * gdb.base/disabled-location.exp
8827 * gdb.base/disasm-end-cu.exp
8828 * gdb.base/disasm-optim.exp
8829 * gdb.base/display.exp
8830 * gdb.base/duplicate-bp.exp
8831 * gdb.base/ena-dis-br.exp
8832 * gdb.base/ending-run.exp
8833 * gdb.base/enumval.exp
8834 * gdb.base/environ.exp
8835 * gdb.base/eu-strip-infcall.exp
8836 * gdb.base/eval-avoid-side-effects.exp
8837 * gdb.base/eval-skip.exp
8838 * gdb.base/exitsignal.exp
8839 * gdb.base/expand-psymtabs.exp
8840 * gdb.base/filesym.exp
8841 * gdb.base/find-unmapped.exp
8842 * gdb.base/finish.exp
8843 * gdb.base/float.exp
8844 * gdb.base/foll-exec-mode.exp
8845 * gdb.base/foll-exec.exp
8846 * gdb.base/foll-fork.exp
8847 * gdb.base/fortran-sym-case.exp
8848 * gdb.base/freebpcmd.exp
8849 * gdb.base/func-ptr.exp
8850 * gdb.base/func-ptrs.exp
8851 * gdb.base/funcargs.exp
8852 * gdb.base/gcore-buffer-overflow.exp
8853 * gdb.base/gcore-relro-pie.exp
8854 * gdb.base/gcore-relro.exp
8855 * gdb.base/gcore.exp
8856 * gdb.base/gdb1090.exp
8857 * gdb.base/gdb11530.exp
8858 * gdb.base/gdb11531.exp
8859 * gdb.base/gdb1821.exp
8860 * gdb.base/gdbindex-stabs.exp
8861 * gdb.base/gdbvars.exp
8862 * gdb.base/hbreak.exp
8863 * gdb.base/hbreak2.exp
8864 * gdb.base/included.exp
8865 * gdb.base/infcall-input.exp
8866 * gdb.base/inferior-died.exp
8867 * gdb.base/infnan.exp
8868 * gdb.base/info-macros.exp
8869 * gdb.base/info-os.exp
8870 * gdb.base/info-proc.exp
8871 * gdb.base/info-shared.exp
8872 * gdb.base/info-target.exp
8873 * gdb.base/infoline.exp
8874 * gdb.base/interp.exp
8875 * gdb.base/interrupt.exp
8876 * gdb.base/jit-reader.exp
8877 * gdb.base/jit-simple.exp
8878 * gdb.base/kill-after-signal.exp
8879 * gdb.base/kill-detach-inferiors-cmd.exp
8880 * gdb.base/label.exp
8881 * gdb.base/langs.exp
8882 * gdb.base/ldbl_e308.exp
8883 * gdb.base/line-symtabs.exp
8884 * gdb.base/linespecs.exp
8885 * gdb.base/list.exp
8886 * gdb.base/long_long.exp
8887 * gdb.base/longest-types.exp
8888 * gdb.base/maint.exp
8889 * gdb.base/max-value-size.exp
8890 * gdb.base/memattr.exp
8891 * gdb.base/mips_pro.exp
8892 * gdb.base/morestack.exp
8893 * gdb.base/moribund-step.exp
8894 * gdb.base/multi-forks.exp
8895 * gdb.base/nested-addr.exp
8896 * gdb.base/nextoverexit.exp
8897 * gdb.base/noreturn-finish.exp
8898 * gdb.base/noreturn-return.exp
8899 * gdb.base/nostdlib.exp
8900 * gdb.base/offsets.exp
8901 * gdb.base/opaque.exp
8902 * gdb.base/pc-fp.exp
8903 * gdb.base/permissions.exp
8904 * gdb.base/print-symbol-loading.exp
8905 * gdb.base/prologue-include.exp
8906 * gdb.base/psymtab.exp
8907 * gdb.base/ptype.exp
8908 * gdb.base/random-signal.exp
8909 * gdb.base/randomize.exp
8910 * gdb.base/range-stepping.exp
8911 * gdb.base/readline-ask.exp
8912 * gdb.base/recpar.exp
8913 * gdb.base/recurse.exp
8914 * gdb.base/relational.exp
8915 * gdb.base/restore.exp
8916 * gdb.base/return-nodebug.exp
8917 * gdb.base/return.exp
8918 * gdb.base/run-after-attach.exp
8919 * gdb.base/save-bp.exp
8920 * gdb.base/scope.exp
8921 * gdb.base/sect-cmd.exp
8922 * gdb.base/set-lang-auto.exp
8923 * gdb.base/set-noassign.exp
8924 * gdb.base/setvar.exp
8925 * gdb.base/sigall.exp
8926 * gdb.base/sigbpt.exp
8927 * gdb.base/siginfo-addr.exp
8928 * gdb.base/siginfo-infcall.exp
8929 * gdb.base/siginfo-obj.exp
8930 * gdb.base/siginfo.exp
8931 * gdb.base/signals-state-child.exp
8932 * gdb.base/signest.exp
8933 * gdb.base/sigstep.exp
8934 * gdb.base/sizeof.exp
8935 * gdb.base/skip.exp
8936 * gdb.base/solib-corrupted.exp
8937 * gdb.base/solib-nodir.exp
8938 * gdb.base/solib-search.exp
8939 * gdb.base/stack-checking.exp
8940 * gdb.base/stale-infcall.exp
8941 * gdb.base/stap-probe.exp
8942 * gdb.base/start.exp
8943 * gdb.base/step-break.exp
8944 * gdb.base/step-bt.exp
8945 * gdb.base/step-line.exp
8946 * gdb.base/step-over-exit.exp
8947 * gdb.base/step-over-syscall.exp
8948 * gdb.base/step-resume-infcall.exp
8949 * gdb.base/step-test.exp
8950 * gdb.base/store.exp
8951 * gdb.base/structs3.exp
8952 * gdb.base/sym-file.exp
8953 * gdb.base/symbol-without-target_section.exp
8954 * gdb.base/term.exp
8955 * gdb.base/testenv.exp
8956 * gdb.base/ui-redirect.exp
8957 * gdb.base/until.exp
8958 * gdb.base/unwindonsignal.exp
8959 * gdb.base/value-double-free.exp
8960 * gdb.base/vla-datatypes.exp
8961 * gdb.base/vla-ptr.exp
8962 * gdb.base/vla-sideeffect.exp
8963 * gdb.base/volatile.exp
8964 * gdb.base/watch-cond-infcall.exp
8965 * gdb.base/watch-cond.exp
8966 * gdb.base/watch-non-mem.exp
8967 * gdb.base/watch-read.exp
8968 * gdb.base/watch-vfork.exp
8969 * gdb.base/watchpoint-cond-gone.exp
8970 * gdb.base/watchpoint-delete.exp
8971 * gdb.base/watchpoint-hw-hit-once.exp
8972 * gdb.base/watchpoint-hw.exp
8973 * gdb.base/watchpoint-stops-at-right-insn.exp
8974 * gdb.base/watchpoints.exp
8975 * gdb.base/wchar.exp
8976 * gdb.base/whatis-exp.exp
8977 * gdb.btrace/buffer-size.exp
8978 * gdb.btrace/data.exp
8979 * gdb.btrace/delta.exp
8980 * gdb.btrace/dlopen.exp
8981 * gdb.btrace/enable.exp
8982 * gdb.btrace/exception.exp
8983 * gdb.btrace/function_call_history.exp
8984 * gdb.btrace/gcore.exp
8985 * gdb.btrace/instruction_history.exp
8986 * gdb.btrace/nohist.exp
8987 * gdb.btrace/reconnect.exp
8988 * gdb.btrace/record_goto-step.exp
8989 * gdb.btrace/record_goto.exp
8990 * gdb.btrace/rn-dl-bind.exp
8991 * gdb.btrace/segv.exp
8992 * gdb.btrace/step.exp
8993 * gdb.btrace/stepi.exp
8994 * gdb.btrace/tailcall-only.exp
8995 * gdb.btrace/tailcall.exp
8996 * gdb.btrace/tsx.exp
8997 * gdb.btrace/unknown_functions.exp
8998 * gdb.btrace/vdso.exp
8999 * gdb.compile/compile-ifunc.exp
9000 * gdb.compile/compile-ops.exp
9001 * gdb.compile/compile-print.exp
9002 * gdb.compile/compile-setjmp.exp
9003 * gdb.cp/abstract-origin.exp
9004 * gdb.cp/ambiguous.exp
9005 * gdb.cp/annota2.exp
9006 * gdb.cp/annota3.exp
9007 * gdb.cp/anon-ns.exp
9008 * gdb.cp/anon-struct.exp
9009 * gdb.cp/anon-union.exp
9010 * gdb.cp/arg-reference.exp
9011 * gdb.cp/baseenum.exp
9012 * gdb.cp/bool.exp
9013 * gdb.cp/breakpoint.exp
9014 * gdb.cp/bs15503.exp
9015 * gdb.cp/call-c.exp
9016 * gdb.cp/casts.exp
9017 * gdb.cp/chained-calls.exp
9018 * gdb.cp/class2.exp
9019 * gdb.cp/classes.exp
9020 * gdb.cp/cmpd-minsyms.exp
9021 * gdb.cp/converts.exp
9022 * gdb.cp/cp-relocate.exp
9023 * gdb.cp/cpcompletion.exp
9024 * gdb.cp/cpexprs.exp
9025 * gdb.cp/cplabel.exp
9026 * gdb.cp/cplusfuncs.exp
9027 * gdb.cp/cpsizeof.exp
9028 * gdb.cp/ctti.exp
9029 * gdb.cp/derivation.exp
9030 * gdb.cp/destrprint.exp
9031 * gdb.cp/dispcxx.exp
9032 * gdb.cp/enum-class.exp
9033 * gdb.cp/exception.exp
9034 * gdb.cp/exceptprint.exp
9035 * gdb.cp/expand-psymtabs-cxx.exp
9036 * gdb.cp/expand-sals.exp
9037 * gdb.cp/extern-c.exp
9038 * gdb.cp/filename.exp
9039 * gdb.cp/formatted-ref.exp
9040 * gdb.cp/fpointer.exp
9041 * gdb.cp/gdb1355.exp
9042 * gdb.cp/gdb2495.exp
9043 * gdb.cp/hang.exp
9044 * gdb.cp/impl-this.exp
9045 * gdb.cp/infcall-dlopen.exp
9046 * gdb.cp/inherit.exp
9047 * gdb.cp/iostream.exp
9048 * gdb.cp/koenig.exp
9049 * gdb.cp/local.exp
9050 * gdb.cp/m-data.exp
9051 * gdb.cp/m-static.exp
9052 * gdb.cp/mb-ctor.exp
9053 * gdb.cp/mb-inline.exp
9054 * gdb.cp/mb-templates.exp
9055 * gdb.cp/member-name.exp
9056 * gdb.cp/member-ptr.exp
9057 * gdb.cp/meth-typedefs.exp
9058 * gdb.cp/method.exp
9059 * gdb.cp/method2.exp
9060 * gdb.cp/minsym-fallback.exp
9061 * gdb.cp/misc.exp
9062 * gdb.cp/namelessclass.exp
9063 * gdb.cp/namespace-enum.exp
9064 * gdb.cp/namespace-nested-import.exp
9065 * gdb.cp/namespace.exp
9066 * gdb.cp/nextoverthrow.exp
9067 * gdb.cp/no-dmgl-verbose.exp
9068 * gdb.cp/non-trivial-retval.exp
9069 * gdb.cp/noparam.exp
9070 * gdb.cp/nsdecl.exp
9071 * gdb.cp/nsimport.exp
9072 * gdb.cp/nsnested.exp
9073 * gdb.cp/nsnoimports.exp
9074 * gdb.cp/nsrecurs.exp
9075 * gdb.cp/nsstress.exp
9076 * gdb.cp/nsusing.exp
9077 * gdb.cp/operator.exp
9078 * gdb.cp/oranking.exp
9079 * gdb.cp/overload-const.exp
9080 * gdb.cp/overload.exp
9081 * gdb.cp/ovldbreak.exp
9082 * gdb.cp/ovsrch.exp
9083 * gdb.cp/paren-type.exp
9084 * gdb.cp/parse-lang.exp
9085 * gdb.cp/pass-by-ref.exp
9086 * gdb.cp/pr-1023.exp
9087 * gdb.cp/pr-1210.exp
9088 * gdb.cp/pr-574.exp
9089 * gdb.cp/pr10687.exp
9090 * gdb.cp/pr12028.exp
9091 * gdb.cp/pr17132.exp
9092 * gdb.cp/pr17494.exp
9093 * gdb.cp/pr9067.exp
9094 * gdb.cp/pr9167.exp
9095 * gdb.cp/pr9631.exp
9096 * gdb.cp/printmethod.exp
9097 * gdb.cp/psmang.exp
9098 * gdb.cp/psymtab-parameter.exp
9099 * gdb.cp/ptype-cv-cp.exp
9100 * gdb.cp/ptype-flags.exp
9101 * gdb.cp/re-set-overloaded.exp
9102 * gdb.cp/ref-types.exp
9103 * gdb.cp/rtti.exp
9104 * gdb.cp/scope-err.exp
9105 * gdb.cp/shadow.exp
9106 * gdb.cp/smartp.exp
9107 * gdb.cp/static-method.exp
9108 * gdb.cp/static-print-quit.exp
9109 * gdb.cp/temargs.exp
9110 * gdb.cp/templates.exp
9111 * gdb.cp/try_catch.exp
9112 * gdb.cp/typedef-operator.exp
9113 * gdb.cp/typeid.exp
9114 * gdb.cp/userdef.exp
9115 * gdb.cp/using-crash.exp
9116 * gdb.cp/var-tag.exp
9117 * gdb.cp/virtbase.exp
9118 * gdb.cp/virtfunc.exp
9119 * gdb.cp/virtfunc2.exp
9120 * gdb.cp/vla-cxx.exp
9121 * gdb.disasm/t01_mov.exp
9122 * gdb.disasm/t02_mova.exp
9123 * gdb.disasm/t03_add.exp
9124 * gdb.disasm/t04_sub.exp
9125 * gdb.disasm/t05_cmp.exp
9126 * gdb.disasm/t06_ari2.exp
9127 * gdb.disasm/t07_ari3.exp
9128 * gdb.disasm/t08_or.exp
9129 * gdb.disasm/t09_xor.exp
9130 * gdb.disasm/t10_and.exp
9131 * gdb.disasm/t11_logs.exp
9132 * gdb.disasm/t12_bit.exp
9133 * gdb.disasm/t13_otr.exp
9134 * gdb.dlang/circular.exp
9135 * gdb.dwarf2/arr-stride.exp
9136 * gdb.dwarf2/arr-subrange.exp
9137 * gdb.dwarf2/atomic-type.exp
9138 * gdb.dwarf2/bad-regnum.exp
9139 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9140 * gdb.dwarf2/callframecfa.exp
9141 * gdb.dwarf2/clztest.exp
9142 * gdb.dwarf2/corrupt.exp
9143 * gdb.dwarf2/data-loc.exp
9144 * gdb.dwarf2/dup-psym.exp
9145 * gdb.dwarf2/dw2-anon-mptr.exp
9146 * gdb.dwarf2/dw2-anonymous-func.exp
9147 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9148 * gdb.dwarf2/dw2-bad-unresolved.exp
9149 * gdb.dwarf2/dw2-basic.exp
9150 * gdb.dwarf2/dw2-canonicalize-type.exp
9151 * gdb.dwarf2/dw2-case-insensitive.exp
9152 * gdb.dwarf2/dw2-common-block.exp
9153 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9154 * gdb.dwarf2/dw2-compressed.exp
9155 * gdb.dwarf2/dw2-const.exp
9156 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9157 * gdb.dwarf2/dw2-cu-size.exp
9158 * gdb.dwarf2/dw2-dup-frame.exp
9159 * gdb.dwarf2/dw2-entry-value.exp
9160 * gdb.dwarf2/dw2-icycle.exp
9161 * gdb.dwarf2/dw2-ifort-parameter.exp
9162 * gdb.dwarf2/dw2-inline-break.exp
9163 * gdb.dwarf2/dw2-inline-param.exp
9164 * gdb.dwarf2/dw2-intercu.exp
9165 * gdb.dwarf2/dw2-intermix.exp
9166 * gdb.dwarf2/dw2-lexical-block-bare.exp
9167 * gdb.dwarf2/dw2-linkage-name-trust.exp
9168 * gdb.dwarf2/dw2-minsym-in-cu.exp
9169 * gdb.dwarf2/dw2-noloc.exp
9170 * gdb.dwarf2/dw2-op-call.exp
9171 * gdb.dwarf2/dw2-op-out-param.exp
9172 * gdb.dwarf2/dw2-opt-structptr.exp
9173 * gdb.dwarf2/dw2-param-error.exp
9174 * gdb.dwarf2/dw2-producer.exp
9175 * gdb.dwarf2/dw2-ranges-base.exp
9176 * gdb.dwarf2/dw2-ref-missing-frame.exp
9177 * gdb.dwarf2/dw2-reg-undefined.exp
9178 * gdb.dwarf2/dw2-regno-invalid.exp
9179 * gdb.dwarf2/dw2-restore.exp
9180 * gdb.dwarf2/dw2-restrict.exp
9181 * gdb.dwarf2/dw2-single-line-discriminators.exp
9182 * gdb.dwarf2/dw2-strp.exp
9183 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9184 * gdb.dwarf2/dw2-unresolved.exp
9185 * gdb.dwarf2/dw2-var-zero-addr.exp
9186 * gdb.dwarf2/dw4-sig-types.exp
9187 * gdb.dwarf2/dwz.exp
9188 * gdb.dwarf2/dynarr-ptr.exp
9189 * gdb.dwarf2/enum-type.exp
9190 * gdb.dwarf2/gdb-index.exp
9191 * gdb.dwarf2/implptr-64bit.exp
9192 * gdb.dwarf2/implptr-optimized-out.exp
9193 * gdb.dwarf2/implptr.exp
9194 * gdb.dwarf2/implref-array.exp
9195 * gdb.dwarf2/implref-const.exp
9196 * gdb.dwarf2/implref-global.exp
9197 * gdb.dwarf2/implref-struct.exp
9198 * gdb.dwarf2/mac-fileno.exp
9199 * gdb.dwarf2/main-subprogram.exp
9200 * gdb.dwarf2/member-ptr-forwardref.exp
9201 * gdb.dwarf2/method-ptr.exp
9202 * gdb.dwarf2/missing-sig-type.exp
9203 * gdb.dwarf2/nonvar-access.exp
9204 * gdb.dwarf2/opaque-type-lookup.exp
9205 * gdb.dwarf2/pieces-optimized-out.exp
9206 * gdb.dwarf2/pieces.exp
9207 * gdb.dwarf2/pr10770.exp
9208 * gdb.dwarf2/pr13961.exp
9209 * gdb.dwarf2/staticvirtual.exp
9210 * gdb.dwarf2/subrange.exp
9211 * gdb.dwarf2/symtab-producer.exp
9212 * gdb.dwarf2/trace-crash.exp
9213 * gdb.dwarf2/typeddwarf.exp
9214 * gdb.dwarf2/valop.exp
9215 * gdb.dwarf2/watch-notconst.exp
9216 * gdb.fortran/array-element.exp
9217 * gdb.fortran/charset.exp
9218 * gdb.fortran/common-block.exp
9219 * gdb.fortran/complex.exp
9220 * gdb.fortran/derived-type-function.exp
9221 * gdb.fortran/derived-type.exp
9222 * gdb.fortran/logical.exp
9223 * gdb.fortran/module.exp
9224 * gdb.fortran/multi-dim.exp
9225 * gdb.fortran/nested-funcs.exp
9226 * gdb.fortran/print-formatted.exp
9227 * gdb.fortran/subarray.exp
9228 * gdb.fortran/vla-alloc-assoc.exp
9229 * gdb.fortran/vla-datatypes.exp
9230 * gdb.fortran/vla-history.exp
9231 * gdb.fortran/vla-ptr-info.exp
9232 * gdb.fortran/vla-ptype-sub.exp
9233 * gdb.fortran/vla-ptype.exp
9234 * gdb.fortran/vla-sizeof.exp
9235 * gdb.fortran/vla-type.exp
9236 * gdb.fortran/vla-value-sub-arbitrary.exp
9237 * gdb.fortran/vla-value-sub-finish.exp
9238 * gdb.fortran/vla-value-sub.exp
9239 * gdb.fortran/vla-value.exp
9240 * gdb.fortran/whatis_type.exp
9241 * gdb.go/chan.exp
9242 * gdb.go/handcall.exp
9243 * gdb.go/hello.exp
9244 * gdb.go/integers.exp
9245 * gdb.go/methods.exp
9246 * gdb.go/package.exp
9247 * gdb.go/strings.exp
9248 * gdb.go/types.exp
9249 * gdb.go/unsafe.exp
9250 * gdb.guile/scm-arch.exp
9251 * gdb.guile/scm-block.exp
9252 * gdb.guile/scm-breakpoint.exp
9253 * gdb.guile/scm-cmd.exp
9254 * gdb.guile/scm-disasm.exp
9255 * gdb.guile/scm-equal.exp
9256 * gdb.guile/scm-frame-args.exp
9257 * gdb.guile/scm-frame-inline.exp
9258 * gdb.guile/scm-frame.exp
9259 * gdb.guile/scm-iterator.exp
9260 * gdb.guile/scm-math.exp
9261 * gdb.guile/scm-objfile.exp
9262 * gdb.guile/scm-ports.exp
9263 * gdb.guile/scm-symbol.exp
9264 * gdb.guile/scm-symtab.exp
9265 * gdb.guile/scm-value-cc.exp
9266 * gdb.guile/types-module.exp
9267 * gdb.linespec/break-ask.exp
9268 * gdb.linespec/cpexplicit.exp
9269 * gdb.linespec/explicit.exp
9270 * gdb.linespec/keywords.exp
9271 * gdb.linespec/linespec.exp
9272 * gdb.linespec/ls-dollar.exp
9273 * gdb.linespec/ls-errs.exp
9274 * gdb.linespec/skip-two.exp
9275 * gdb.linespec/thread.exp
9276 * gdb.mi/mi-async.exp
9277 * gdb.mi/mi-basics.exp
9278 * gdb.mi/mi-break.exp
9279 * gdb.mi/mi-catch-load.exp
9280 * gdb.mi/mi-cli.exp
9281 * gdb.mi/mi-cmd-param-changed.exp
9282 * gdb.mi/mi-console.exp
9283 * gdb.mi/mi-detach.exp
9284 * gdb.mi/mi-disassemble.exp
9285 * gdb.mi/mi-eval.exp
9286 * gdb.mi/mi-file-transfer.exp
9287 * gdb.mi/mi-file.exp
9288 * gdb.mi/mi-fill-memory.exp
9289 * gdb.mi/mi-inheritance-syntax-error.exp
9290 * gdb.mi/mi-linespec-err-cp.exp
9291 * gdb.mi/mi-logging.exp
9292 * gdb.mi/mi-memory-changed.exp
9293 * gdb.mi/mi-read-memory.exp
9294 * gdb.mi/mi-record-changed.exp
9295 * gdb.mi/mi-reg-undefined.exp
9296 * gdb.mi/mi-regs.exp
9297 * gdb.mi/mi-return.exp
9298 * gdb.mi/mi-reverse.exp
9299 * gdb.mi/mi-simplerun.exp
9300 * gdb.mi/mi-solib.exp
9301 * gdb.mi/mi-stack.exp
9302 * gdb.mi/mi-stepi.exp
9303 * gdb.mi/mi-syn-frame.exp
9304 * gdb.mi/mi-until.exp
9305 * gdb.mi/mi-var-block.exp
9306 * gdb.mi/mi-var-child.exp
9307 * gdb.mi/mi-var-cmd.exp
9308 * gdb.mi/mi-var-cp.exp
9309 * gdb.mi/mi-var-display.exp
9310 * gdb.mi/mi-var-invalidate.exp
9311 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9312 * gdb.mi/mi-vla-fortran.exp
9313 * gdb.mi/mi-watch.exp
9314 * gdb.mi/mi2-var-child.exp
9315 * gdb.mi/user-selected-context-sync.exp
9316 * gdb.modula2/unbounded-array.exp
9317 * gdb.multi/dummy-frame-restore.exp
9318 * gdb.multi/multi-arch-exec.exp
9319 * gdb.multi/multi-arch.exp
9320 * gdb.multi/tids.exp
9321 * gdb.multi/watchpoint-multi.exp
9322 * gdb.opencl/callfuncs.exp
9323 * gdb.opencl/convs_casts.exp
9324 * gdb.opencl/datatypes.exp
9325 * gdb.opencl/operators.exp
9326 * gdb.opencl/vec_comps.exp
9327 * gdb.opt/clobbered-registers-O2.exp
9328 * gdb.opt/inline-break.exp
9329 * gdb.opt/inline-bt.exp
9330 * gdb.opt/inline-cmds.exp
9331 * gdb.opt/inline-locals.exp
9332 * gdb.pascal/case-insensitive-symbols.exp
9333 * gdb.pascal/floats.exp
9334 * gdb.pascal/gdb11492.exp
9335 * gdb.python/lib-types.exp
9336 * gdb.python/py-arch.exp
9337 * gdb.python/py-as-string.exp
9338 * gdb.python/py-bad-printers.exp
9339 * gdb.python/py-block.exp
9340 * gdb.python/py-breakpoint-create-fail.exp
9341 * gdb.python/py-breakpoint.exp
9342 * gdb.python/py-caller-is.exp
9343 * gdb.python/py-cmd.exp
9344 * gdb.python/py-explore-cc.exp
9345 * gdb.python/py-explore.exp
9346 * gdb.python/py-finish-breakpoint.exp
9347 * gdb.python/py-finish-breakpoint2.exp
9348 * gdb.python/py-frame-args.exp
9349 * gdb.python/py-frame-inline.exp
9350 * gdb.python/py-frame.exp
9351 * gdb.python/py-framefilter-mi.exp
9352 * gdb.python/py-infthread.exp
9353 * gdb.python/py-lazy-string.exp
9354 * gdb.python/py-linetable.exp
9355 * gdb.python/py-mi-events.exp
9356 * gdb.python/py-mi-objfile.exp
9357 * gdb.python/py-mi.exp
9358 * gdb.python/py-objfile.exp
9359 * gdb.python/py-pp-integral.exp
9360 * gdb.python/py-pp-maint.exp
9361 * gdb.python/py-pp-re-notag.exp
9362 * gdb.python/py-pp-registration.exp
9363 * gdb.python/py-recurse-unwind.exp
9364 * gdb.python/py-strfns.exp
9365 * gdb.python/py-symbol.exp
9366 * gdb.python/py-symtab.exp
9367 * gdb.python/py-sync-interp.exp
9368 * gdb.python/py-typeprint.exp
9369 * gdb.python/py-unwind-maint.exp
9370 * gdb.python/py-unwind.exp
9371 * gdb.python/py-value-cc.exp
9372 * gdb.python/py-xmethods.exp
9373 * gdb.reverse/amd64-tailcall-reverse.exp
9374 * gdb.reverse/break-precsave.exp
9375 * gdb.reverse/break-reverse.exp
9376 * gdb.reverse/consecutive-precsave.exp
9377 * gdb.reverse/consecutive-reverse.exp
9378 * gdb.reverse/finish-precsave.exp
9379 * gdb.reverse/finish-reverse-bkpt.exp
9380 * gdb.reverse/finish-reverse.exp
9381 * gdb.reverse/fstatat-reverse.exp
9382 * gdb.reverse/getresuid-reverse.exp
9383 * gdb.reverse/i386-precsave.exp
9384 * gdb.reverse/i386-reverse.exp
9385 * gdb.reverse/i386-sse-reverse.exp
9386 * gdb.reverse/i387-env-reverse.exp
9387 * gdb.reverse/i387-stack-reverse.exp
9388 * gdb.reverse/insn-reverse.exp
9389 * gdb.reverse/machinestate-precsave.exp
9390 * gdb.reverse/machinestate.exp
9391 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9392 * gdb.reverse/pipe-reverse.exp
9393 * gdb.reverse/readv-reverse.exp
9394 * gdb.reverse/recvmsg-reverse.exp
9395 * gdb.reverse/rerun-prec.exp
9396 * gdb.reverse/s390-mvcle.exp
9397 * gdb.reverse/step-precsave.exp
9398 * gdb.reverse/step-reverse.exp
9399 * gdb.reverse/time-reverse.exp
9400 * gdb.reverse/until-precsave.exp
9401 * gdb.reverse/until-reverse.exp
9402 * gdb.reverse/waitpid-reverse.exp
9403 * gdb.reverse/watch-precsave.exp
9404 * gdb.reverse/watch-reverse.exp
9405 * gdb.rust/generics.exp
9406 * gdb.rust/methods.exp
9407 * gdb.rust/modules.exp
9408 * gdb.rust/simple.exp
9409 * gdb.server/connect-with-no-symbol-file.exp
9410 * gdb.server/ext-attach.exp
9411 * gdb.server/ext-restart.exp
9412 * gdb.server/ext-wrapper.exp
9413 * gdb.server/file-transfer.exp
9414 * gdb.server/server-exec-info.exp
9415 * gdb.server/server-kill.exp
9416 * gdb.server/server-mon.exp
9417 * gdb.server/wrapper.exp
9418 * gdb.stabs/exclfwd.exp
9419 * gdb.stabs/gdb11479.exp
9420 * gdb.threads/clone-new-thread-event.exp
9421 * gdb.threads/corethreads.exp
9422 * gdb.threads/current-lwp-dead.exp
9423 * gdb.threads/dlopen-libpthread.exp
9424 * gdb.threads/gcore-thread.exp
9425 * gdb.threads/sigstep-threads.exp
9426 * gdb.threads/watchpoint-fork.exp
9427 * gdb.trace/actions-changed.exp
9428 * gdb.trace/backtrace.exp
9429 * gdb.trace/change-loc.exp
9430 * gdb.trace/circ.exp
9431 * gdb.trace/collection.exp
9432 * gdb.trace/disconnected-tracing.exp
9433 * gdb.trace/ftrace.exp
9434 * gdb.trace/mi-trace-frame-collected.exp
9435 * gdb.trace/mi-trace-unavailable.exp
9436 * gdb.trace/mi-traceframe-changed.exp
9437 * gdb.trace/mi-tsv-changed.exp
9438 * gdb.trace/no-attach-trace.exp
9439 * gdb.trace/passc-dyn.exp
9440 * gdb.trace/qtro.exp
9441 * gdb.trace/range-stepping.exp
9442 * gdb.trace/read-memory.exp
9443 * gdb.trace/save-trace.exp
9444 * gdb.trace/signal.exp
9445 * gdb.trace/status-stop.exp
9446 * gdb.trace/tfile.exp
9447 * gdb.trace/trace-break.exp
9448 * gdb.trace/trace-buffer-size.exp
9449 * gdb.trace/trace-condition.exp
9450 * gdb.trace/tracefile-pseudo-reg.exp
9451 * gdb.trace/tstatus.exp
9452 * gdb.trace/unavailable.exp
9453 * gdb.trace/while-dyn.exp
9454 * gdb.trace/while-stepping.exp
9455
9456 2016-12-22 Doug Evans <xdje42@gmail.com>
9457
9458 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9459 and msymbols.
9460
9461 2016-12-19 Yao Qi <yao.qi@linaro.org>
9462
9463 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9464 (test_with_self): Don't call do_steps_and_nexts, and remove
9465 code about stepping into xmalloc.
9466
9467 2016-12-09 Yao Qi <yao.qi@linaro.org>
9468
9469 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9470
9471 2016-12-09 Yao Qi <yao.qi@linaro.org>
9472
9473 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9474
9475 2016-12-09 Pedro Alves <palves@redhat.com>
9476
9477 * gdb.base/all-architectures-0.exp: New file.
9478 * gdb.base/all-architectures-1.exp: New file.
9479 * gdb.base/all-architectures-2.exp: New file.
9480 * gdb.base/all-architectures-3.exp: New file.
9481 * gdb.base/all-architectures-4.exp: New file.
9482 * gdb.base/all-architectures-5.exp: New file.
9483 * gdb.base/all-architectures-6.exp: New file.
9484 * gdb.base/all-architectures-7.exp: New file.
9485 * gdb.base/all-architectures.exp.in: New file.
9486
9487 2016-12-09 Yao Qi <yao.qi@linaro.org>
9488
9489 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9490
9491 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9492
9493 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9494 possible.
9495 Remove useless pattern-matching code.
9496
9497 2016-12-02 Pedro Alves <palves@redhat.com>
9498
9499 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9500 procedure.
9501 (top level): Call it.
9502
9503 2016-12-02 Pedro Alves <palves@redhat.com>
9504
9505 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9506 New procedure.
9507 (top level): Call it.
9508
9509 2016-12-02 Pedro Alves <palves@redhat.com>
9510
9511 PR cli/20559
9512 * gdb.base/commands.exp (user_defined_command_args_eval): New
9513 procedure.
9514 (top level): Call it.
9515
9516 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9517
9518 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9519 timeout handling.
9520
9521 2016-12-02 Tom Tromey <tom@tromey.com>
9522
9523 * gdb.dwarf2/main-subprogram.c: New file.
9524 * gdb.dwarf2/main-subprogram.exp: New file.
9525
9526 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9527
9528 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9529 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9530 gdb_test_no_output for a couple of cases.
9531 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9532
9533 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9534
9535 Fix test names and standardize compilation error messages throughout
9536 the following files:
9537
9538 * gdb.ada/start.exp
9539 * gdb.arch/alpha-step.exp
9540 * gdb.arch/e500-prologue.exp
9541 * gdb.arch/ftrace-insn-reloc.exp
9542 * gdb.arch/gdb1291.exp
9543 * gdb.arch/gdb1431.exp
9544 * gdb.arch/gdb1558.exp
9545 * gdb.arch/i386-dr3-watch.exp
9546 * gdb.arch/i386-sse-stack-align.exp
9547 * gdb.arch/ia64-breakpoint-shadow.exp
9548 * gdb.arch/pa-nullify.exp
9549 * gdb.arch/powerpc-aix-prologue.exp
9550 * gdb.arch/thumb-bx-pc.exp
9551 * gdb.base/annota1.exp
9552 * gdb.base/annota3.exp
9553 * gdb.base/arrayidx.exp
9554 * gdb.base/assign.exp
9555 * gdb.base/attach.exp
9556 * gdb.base/auxv.exp
9557 * gdb.base/bang.exp
9558 * gdb.base/bfp-test.exp
9559 * gdb.base/bigcore.exp
9560 * gdb.base/bitfields2.exp
9561 * gdb.base/break-fun-addr.exp
9562 * gdb.base/break-probes.exp
9563 * gdb.base/call-rt-st.exp
9564 * gdb.base/callexit.exp
9565 * gdb.base/catch-fork-kill.exp
9566 * gdb.base/charset.exp
9567 * gdb.base/checkpoint.exp
9568 * gdb.base/comprdebug.exp
9569 * gdb.base/constvars.exp
9570 * gdb.base/coredump-filter.exp
9571 * gdb.base/cursal.exp
9572 * gdb.base/cvexpr.exp
9573 * gdb.base/detach.exp
9574 * gdb.base/display.exp
9575 * gdb.base/dmsym.exp
9576 * gdb.base/dprintf-pending.exp
9577 * gdb.base/dso2dso.exp
9578 * gdb.base/dtrace-probe.exp
9579 * gdb.base/dump.exp
9580 * gdb.base/enum_cond.exp
9581 * gdb.base/exe-lock.exp
9582 * gdb.base/exec-invalid-sysroot.exp
9583 * gdb.base/execl-update-breakpoints.exp
9584 * gdb.base/exprs.exp
9585 * gdb.base/fileio.exp
9586 * gdb.base/find.exp
9587 * gdb.base/finish.exp
9588 * gdb.base/fixsection.exp
9589 * gdb.base/foll-vfork.exp
9590 * gdb.base/frame-args.exp
9591 * gdb.base/gcore.exp
9592 * gdb.base/gdb1250.exp
9593 * gdb.base/global-var-nested-by-dso.exp
9594 * gdb.base/gnu-ifunc.exp
9595 * gdb.base/hashline1.exp
9596 * gdb.base/hashline2.exp
9597 * gdb.base/hashline3.exp
9598 * gdb.base/hbreak-in-shr-unsupported.exp
9599 * gdb.base/huge.exp
9600 * gdb.base/infcall-input.exp
9601 * gdb.base/info-fun.exp
9602 * gdb.base/info-shared.exp
9603 * gdb.base/jit-simple.exp
9604 * gdb.base/jit-so.exp
9605 * gdb.base/jit.exp
9606 * gdb.base/jump.exp
9607 * gdb.base/label.exp
9608 * gdb.base/lineinc.exp
9609 * gdb.base/logical.exp
9610 * gdb.base/longjmp.exp
9611 * gdb.base/macscp.exp
9612 * gdb.base/miscexprs.exp
9613 * gdb.base/new-ui-echo.exp
9614 * gdb.base/new-ui-pending-input.exp
9615 * gdb.base/new-ui.exp
9616 * gdb.base/nodebug.exp
9617 * gdb.base/nofield.exp
9618 * gdb.base/offsets.exp
9619 * gdb.base/overlays.exp
9620 * gdb.base/pending.exp
9621 * gdb.base/pointers.exp
9622 * gdb.base/pr11022.exp
9623 * gdb.base/printcmds.exp
9624 * gdb.base/prologue.exp
9625 * gdb.base/ptr-typedef.exp
9626 * gdb.base/realname-expand.exp
9627 * gdb.base/relativedebug.exp
9628 * gdb.base/relocate.exp
9629 * gdb.base/remote.exp
9630 * gdb.base/reread.exp
9631 * gdb.base/return2.exp
9632 * gdb.base/savedregs.exp
9633 * gdb.base/sep.exp
9634 * gdb.base/sepdebug.exp
9635 * gdb.base/sepsymtab.exp
9636 * gdb.base/set-inferior-tty.exp
9637 * gdb.base/setshow.exp
9638 * gdb.base/shlib-call.exp
9639 * gdb.base/sigaltstack.exp
9640 * gdb.base/siginfo-addr.exp
9641 * gdb.base/signals.exp
9642 * gdb.base/signull.exp
9643 * gdb.base/sigrepeat.exp
9644 * gdb.base/so-impl-ld.exp
9645 * gdb.base/solib-display.exp
9646 * gdb.base/solib-overlap.exp
9647 * gdb.base/solib-search.exp
9648 * gdb.base/solib-symbol.exp
9649 * gdb.base/structs.exp
9650 * gdb.base/structs2.exp
9651 * gdb.base/symtab-search-order.exp
9652 * gdb.base/twice.exp
9653 * gdb.base/unload.exp
9654 * gdb.base/varargs.exp
9655 * gdb.base/watchpoint-solib.exp
9656 * gdb.base/watchpoint.exp
9657 * gdb.base/whatis.exp
9658 * gdb.base/wrong_frame_bt_full.exp
9659 * gdb.btrace/dlopen.exp
9660 * gdb.cell/ea-standalone.exp
9661 * gdb.cell/ea-test.exp
9662 * gdb.cp/dispcxx.exp
9663 * gdb.cp/gdb2384.exp
9664 * gdb.cp/method2.exp
9665 * gdb.cp/nextoverthrow.exp
9666 * gdb.cp/pr10728.exp
9667 * gdb.disasm/am33.exp
9668 * gdb.disasm/h8300s.exp
9669 * gdb.disasm/mn10300.exp
9670 * gdb.disasm/sh3.exp
9671 * gdb.dwarf2/dw2-dir-file-name.exp
9672 * gdb.fortran/complex.exp
9673 * gdb.fortran/library-module.exp
9674 * gdb.guile/scm-pretty-print.exp
9675 * gdb.guile/scm-symbol.exp
9676 * gdb.guile/scm-type.exp
9677 * gdb.guile/scm-value.exp
9678 * gdb.linespec/linespec.exp
9679 * gdb.mi/gdb701.exp
9680 * gdb.mi/gdb792.exp
9681 * gdb.mi/mi-breakpoint-changed.exp
9682 * gdb.mi/mi-dprintf-pending.exp
9683 * gdb.mi/mi-dprintf.exp
9684 * gdb.mi/mi-exit-code.exp
9685 * gdb.mi/mi-pending.exp
9686 * gdb.mi/mi-solib.exp
9687 * gdb.mi/new-ui-mi-sync.exp
9688 * gdb.mi/pr11022.exp
9689 * gdb.mi/user-selected-context-sync.exp
9690 * gdb.opt/solib-intra-step.exp
9691 * gdb.python/py-events.exp
9692 * gdb.python/py-finish-breakpoint.exp
9693 * gdb.python/py-mi.exp
9694 * gdb.python/py-prettyprint.exp
9695 * gdb.python/py-shared.exp
9696 * gdb.python/py-symbol.exp
9697 * gdb.python/py-template.exp
9698 * gdb.python/py-type.exp
9699 * gdb.python/py-value.exp
9700 * gdb.reverse/solib-precsave.exp
9701 * gdb.reverse/solib-reverse.exp
9702 * gdb.server/solib-list.exp
9703 * gdb.stabs/weird.exp
9704 * gdb.threads/reconnect-signal.exp
9705 * gdb.threads/stepi-random-signal.exp
9706 * gdb.trace/actions.exp
9707 * gdb.trace/ax.exp
9708 * gdb.trace/backtrace.exp
9709 * gdb.trace/change-loc.exp
9710 * gdb.trace/deltrace.exp
9711 * gdb.trace/ftrace-lock.exp
9712 * gdb.trace/ftrace.exp
9713 * gdb.trace/infotrace.exp
9714 * gdb.trace/mi-tracepoint-changed.exp
9715 * gdb.trace/packetlen.exp
9716 * gdb.trace/passcount.exp
9717 * gdb.trace/pending.exp
9718 * gdb.trace/range-stepping.exp
9719 * gdb.trace/report.exp
9720 * gdb.trace/stap-trace.exp
9721 * gdb.trace/tfind.exp
9722 * gdb.trace/trace-break.exp
9723 * gdb.trace/trace-condition.exp
9724 * gdb.trace/trace-enable-disable.exp
9725 * gdb.trace/trace-mt.exp
9726 * gdb.trace/tracecmd.exp
9727 * gdb.trace/tspeed.exp
9728 * gdb.trace/tsv.exp
9729 * lib/perftest.exp
9730
9731 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9732
9733 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9734 with gdb_test_no_output.
9735 Use command as test name.
9736
9737 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9738
9739 Fix test names starting with uppercase throughout the files.
9740
9741 * gdb.ada/assign_1.exp
9742 * gdb.ada/boolean_expr.exp
9743 * gdb.base/arrayidx.exp
9744 * gdb.base/del.exp
9745 * gdb.base/gcore-buffer-overflow.exp
9746 * gdb.base/testenv.exp
9747 * gdb.compile/compile.exp
9748 * gdb.python/py-framefilter-invalidarg.exp
9749 * gdb.python/py-framefilter.exp
9750
9751 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9752
9753 Fix test names starting with uppercase throughout the files.
9754
9755 * gdb.ada/array_return.exp
9756 * gdb.ada/expr_delims.exp
9757 * gdb.ada/mi_dyn_arr.exp
9758 * gdb.ada/mi_interface.exp
9759 * gdb.ada/mi_var_array.exp
9760 * gdb.ada/watch_arg.exp
9761 * gdb.arch/alpha-step.exp
9762 * gdb.arch/altivec-regs.exp
9763 * gdb.arch/e500-regs.exp
9764 * gdb.arch/powerpc-d128-regs.exp
9765 * gdb.base/arrayidx.exp
9766 * gdb.base/break.exp
9767 * gdb.base/checkpoint.exp
9768 * gdb.base/debug-expr.exp
9769 * gdb.base/dmsym.exp
9770 * gdb.base/radix.exp
9771 * gdb.base/sepdebug.exp
9772 * gdb.base/testenv.exp
9773 * gdb.base/watch_thread_num.exp
9774 * gdb.base/watchpoint-cond-gone.exp
9775 * gdb.cell/break.exp
9776 * gdb.cell/ea-cache.exp
9777 * gdb.compile/compile.exp
9778 * gdb.cp/gdb2495.exp
9779 * gdb.gdb/selftest.exp
9780 * gdb.gdb/xfullpath.exp
9781 * gdb.go/hello.exp
9782 * gdb.go/integers.exp
9783 * gdb.objc/basicclass.exp
9784 * gdb.pascal/hello.exp
9785 * gdb.pascal/integers.exp
9786 * gdb.python/py-breakpoint.exp
9787 * gdb.python/py-cmd.exp
9788 * gdb.python/py-linetable.exp
9789 * gdb.python/py-xmethods.exp
9790 * gdb.python/python.exp
9791 * gdb.reverse/consecutive-precsave.exp
9792 * gdb.reverse/finish-precsave.exp
9793 * gdb.reverse/i386-precsave.exp
9794 * gdb.reverse/machinestate-precsave.exp
9795 * gdb.reverse/sigall-precsave.exp
9796 * gdb.reverse/solib-precsave.exp
9797 * gdb.reverse/step-precsave.exp
9798 * gdb.reverse/until-precsave.exp
9799 * gdb.reverse/watch-precsave.exp
9800 * gdb.threads/leader-exit.exp
9801 * gdb.threads/pthreads.exp
9802 * gdb.threads/wp-replication.exp
9803 * gdb.trace/actions.exp
9804 * gdb.trace/mi-tsv-changed.exp
9805 * gdb.trace/tsv.exp
9806
9807 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9808
9809 Fix test names starting with uppercase throughout the files.
9810
9811 * gdb.arch/i386-bp_permanent.exp
9812 * gdb.arch/i386-gnu-cfi.exp
9813 * gdb.base/disasm-end-cu.exp
9814 * gdb.base/macscp.exp
9815 * gdb.base/pending.exp
9816 * gdb.base/watch_thread_num.exp
9817 * gdb.cp/exception.exp
9818 * gdb.cp/gdb2495.exp
9819 * gdb.cp/local.exp
9820 * gdb.python/py-evsignal.exp
9821 * gdb.python/python.exp
9822 * gdb.trace/tracecmd.exp
9823
9824 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9825
9826 Fix test names starting with uppercase throughout the files.
9827
9828 * gdb.base/charset.exp
9829 * gdb.base/eval.exp
9830 * gdb.base/multi-forks.exp
9831 * gdb.guile/scm-progspace.exp
9832 * gdb.opencl/datatypes.exp
9833 * gdb.python/py-block.exp
9834 * gdb.python/py-function.exp
9835 * gdb.python/py-symbol.exp
9836 * gdb.python/py-symtab.exp
9837 * gdb.python/py-xmethods.exp
9838 * gdb.reverse/break-precsave.exp
9839 * gdb.reverse/break-reverse.exp
9840 * gdb.reverse/consecutive-precsave.exp
9841 * gdb.reverse/consecutive-reverse.exp
9842 * gdb.reverse/finish-precsave.exp
9843 * gdb.reverse/finish-reverse-bkpt.exp
9844 * gdb.reverse/finish-reverse.exp
9845 * gdb.reverse/fstatat-reverse.exp
9846 * gdb.reverse/getresuid-reverse.exp
9847 * gdb.reverse/i386-precsave.exp
9848 * gdb.reverse/i386-reverse.exp
9849 * gdb.reverse/i386-sse-reverse.exp
9850 * gdb.reverse/i387-stack-reverse.exp
9851 * gdb.reverse/insn-reverse.exp
9852 * gdb.reverse/machinestate-precsave.exp
9853 * gdb.reverse/machinestate.exp
9854 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9855 * gdb.reverse/pipe-reverse.exp
9856 * gdb.reverse/readv-reverse.exp
9857 * gdb.reverse/recvmsg-reverse.exp
9858 * gdb.reverse/rerun-prec.exp
9859 * gdb.reverse/s390-mvcle.exp
9860 * gdb.reverse/sigall-precsave.exp
9861 * gdb.reverse/sigall-reverse.exp
9862 * gdb.reverse/solib-precsave.exp
9863 * gdb.reverse/solib-reverse.exp
9864 * gdb.reverse/step-precsave.exp
9865 * gdb.reverse/step-reverse.exp
9866 * gdb.reverse/time-reverse.exp
9867 * gdb.reverse/until-precsave.exp
9868 * gdb.reverse/until-reverse.exp
9869 * gdb.reverse/waitpid-reverse.exp
9870 * gdb.reverse/watch-precsave.exp
9871 * gdb.reverse/watch-reverse.exp
9872
9873 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9874
9875 Fix test names starting with uppercase throughout the files.
9876
9877 * gdb.arch/i386-mpx-simple_segv.exp
9878 * gdb.arch/i386-mpx.exp
9879 * gdb.arch/i386-permbkpt.exp
9880 * gdb.arch/pa-nullify.exp
9881 * gdb.arch/powerpc-d128-regs.exp
9882 * gdb.arch/vsx-regs.exp
9883 * gdb.base/bfp-test.exp
9884 * gdb.base/break.exp
9885 * gdb.base/breakpoint-shadow.exp
9886 * gdb.base/callfuncs.exp
9887 * gdb.base/charset.exp
9888 * gdb.base/commands.exp
9889 * gdb.base/completion.exp
9890 * gdb.base/dfp-test.exp
9891 * gdb.base/echo.exp
9892 * gdb.base/ending-run.exp
9893 * gdb.base/eval.exp
9894 * gdb.base/expand-psymtabs.exp
9895 * gdb.base/float128.exp
9896 * gdb.base/floatn.exp
9897 * gdb.base/foll-exec-mode.exp
9898 * gdb.base/gdb1056.exp
9899 * gdb.base/gdb11531.exp
9900 * gdb.base/kill-after-signal.exp
9901 * gdb.base/multi-forks.exp
9902 * gdb.base/overlays.exp
9903 * gdb.base/pending.exp
9904 * gdb.base/sepdebug.exp
9905 * gdb.base/testenv.exp
9906 * gdb.base/valgrind-db-attach.exp
9907 * gdb.base/watch_thread_num.exp
9908 * gdb.base/watchpoint-cond-gone.exp
9909 * gdb.base/watchpoint.exp
9910 * gdb.base/watchpoints.exp
9911 * gdb.cp/arg-reference.exp
9912 * gdb.cp/baseenum.exp
9913 * gdb.cp/operator.exp
9914 * gdb.cp/shadow.exp
9915 * gdb.dwarf2/dw2-op-out-param.exp
9916 * gdb.dwarf2/dw2-reg-undefined.exp
9917 * gdb.go/chan.exp
9918 * gdb.go/hello.exp
9919 * gdb.go/integers.exp
9920 * gdb.go/methods.exp
9921 * gdb.go/package.exp
9922 * gdb.guile/scm-parameter.exp
9923 * gdb.guile/scm-progspace.exp
9924 * gdb.guile/scm-value.exp
9925 * gdb.mi/mi-pending.exp
9926 * gdb.mi/user-selected-context-sync.exp
9927 * gdb.multi/multi-attach.exp
9928 * gdb.multi/tids.exp
9929 * gdb.opt/clobbered-registers-O2.exp
9930 * gdb.pascal/floats.exp
9931 * gdb.pascal/integers.exp
9932 * gdb.python/py-block.exp
9933 * gdb.python/py-events.exp
9934 * gdb.python/py-parameter.exp
9935 * gdb.python/py-symbol.exp
9936 * gdb.python/py-symtab.exp
9937 * gdb.python/py-type.exp
9938 * gdb.python/py-value.exp
9939 * gdb.python/py-xmethods.exp
9940 * gdb.python/python.exp
9941 * gdb.reverse/break-precsave.exp
9942 * gdb.reverse/consecutive-precsave.exp
9943 * gdb.reverse/finish-precsave.exp
9944 * gdb.reverse/i386-precsave.exp
9945 * gdb.reverse/machinestate-precsave.exp
9946 * gdb.reverse/sigall-precsave.exp
9947 * gdb.reverse/solib-precsave.exp
9948 * gdb.reverse/step-precsave.exp
9949 * gdb.reverse/until-precsave.exp
9950 * gdb.reverse/watch-precsave.exp
9951 * gdb.server/ext-attach.exp
9952 * gdb.server/ext-restart.exp
9953 * gdb.server/ext-run.exp
9954 * gdb.server/ext-wrapper.exp
9955 * gdb.stabs/gdb11479.exp
9956 * gdb.stabs/weird.exp
9957 * gdb.threads/attach-many-short-lived-threads.exp
9958 * gdb.threads/kill.exp
9959 * gdb.threads/watchpoint-fork.exp
9960
9961 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9962
9963 Fix test names starting with uppercase throughout all the files below.
9964
9965 * gdb.ada/array_return.exp
9966 * gdb.ada/catch_ex.exp
9967 * gdb.ada/info_exc.exp
9968 * gdb.ada/mi_catch_ex.exp
9969 * gdb.ada/mi_dyn_arr.exp
9970 * gdb.ada/mi_ex_cond.exp
9971 * gdb.ada/mi_exc_info.exp
9972 * gdb.ada/mi_interface.exp
9973 * gdb.ada/mi_task_arg.exp
9974 * gdb.ada/mi_task_info.exp
9975 * gdb.ada/mi_var_array.exp
9976 * gdb.arch/alpha-step.exp
9977 * gdb.arch/amd64-disp-step.exp
9978 * gdb.arch/arm-disp-step.exp
9979 * gdb.arch/disp-step-insn-reloc.exp
9980 * gdb.arch/e500-prologue.exp
9981 * gdb.arch/ftrace-insn-reloc.exp
9982 * gdb.arch/gdb1558.exp
9983 * gdb.arch/i386-bp_permanent.exp
9984 * gdb.arch/i386-disp-step.exp
9985 * gdb.arch/i386-float.exp
9986 * gdb.arch/i386-gnu-cfi.exp
9987 * gdb.arch/ia64-breakpoint-shadow.exp
9988 * gdb.arch/mips16-thunks.exp
9989 * gdb.arch/pa-nullify.exp
9990 * gdb.arch/powerpc-aix-prologue.exp
9991 * gdb.arch/powerpc-power.exp
9992 * gdb.arch/ppc-dfp.exp
9993 * gdb.arch/s390-tdbregs.exp
9994 * gdb.arch/spu-info.exp
9995 * gdb.arch/spu-ls.exp
9996 * gdb.arch/thumb-bx-pc.exp
9997 * gdb.base/advance.exp
9998 * gdb.base/annota-input-while-running.exp
9999 * gdb.base/arrayidx.exp
10000 * gdb.base/asmlabel.exp
10001 * gdb.base/async.exp
10002 * gdb.base/attach-wait-input.exp
10003 * gdb.base/auto-connect-native-target.exp
10004 * gdb.base/batch-preserve-term-settings.exp
10005 * gdb.base/bfp-test.exp
10006 * gdb.base/bigcore.exp
10007 * gdb.base/bp-permanent.exp
10008 * gdb.base/break-always.exp
10009 * gdb.base/break-fun-addr.exp
10010 * gdb.base/break-idempotent.exp
10011 * gdb.base/break-main-file-remove-fail.exp
10012 * gdb.base/break-probes.exp
10013 * gdb.base/break-unload-file.exp
10014 * gdb.base/break.exp
10015 * gdb.base/call-ar-st.exp
10016 * gdb.base/call-rt-st.exp
10017 * gdb.base/call-sc.exp
10018 * gdb.base/call-signal-resume.exp
10019 * gdb.base/call-strs.exp
10020 * gdb.base/callexit.exp
10021 * gdb.base/callfuncs.exp
10022 * gdb.base/catch-gdb-caused-signals.exp
10023 * gdb.base/catch-signal-siginfo-cond.exp
10024 * gdb.base/catch-syscall.exp
10025 * gdb.base/compare-sections.exp
10026 * gdb.base/cond-eval-mode.exp
10027 * gdb.base/condbreak-call-false.exp
10028 * gdb.base/consecutive-step-over.exp
10029 * gdb.base/cursal.exp
10030 * gdb.base/disabled-location.exp
10031 * gdb.base/disasm-end-cu.exp
10032 * gdb.base/display.exp
10033 * gdb.base/double-prompt-target-event-error.exp
10034 * gdb.base/dprintf-bp-same-addr.exp
10035 * gdb.base/dprintf-detach.exp
10036 * gdb.base/dprintf-next.exp
10037 * gdb.base/dprintf-non-stop.exp
10038 * gdb.base/dprintf-pending.exp
10039 * gdb.base/dso2dso.exp
10040 * gdb.base/ending-run.exp
10041 * gdb.base/enum_cond.exp
10042 * gdb.base/examine-backward.exp
10043 * gdb.base/exe-lock.exp
10044 * gdb.base/exec-invalid-sysroot.exp
10045 * gdb.base/execl-update-breakpoints.exp
10046 * gdb.base/execution-termios.exp
10047 * gdb.base/fileio.exp
10048 * gdb.base/fixsection.exp
10049 * gdb.base/foll-exec-mode.exp
10050 * gdb.base/foll-exec.exp
10051 * gdb.base/fork-running-state.exp
10052 * gdb.base/frame-args.exp
10053 * gdb.base/fullpath-expand.exp
10054 * gdb.base/func-ptr.exp
10055 * gdb.base/gcore-relro-pie.exp
10056 * gdb.base/gdb1090.exp
10057 * gdb.base/gdb1555.exp
10058 * gdb.base/global-var-nested-by-dso.exp
10059 * gdb.base/gnu-ifunc.exp
10060 * gdb.base/hbreak-in-shr-unsupported.exp
10061 * gdb.base/hbreak-unmapped.exp
10062 * gdb.base/hook-stop.exp
10063 * gdb.base/infcall-input.exp
10064 * gdb.base/info-fun.exp
10065 * gdb.base/info-shared.exp
10066 * gdb.base/interrupt-noterm.exp
10067 * gdb.base/jit-so.exp
10068 * gdb.base/jit.exp
10069 * gdb.base/line-symtabs.exp
10070 * gdb.base/list.exp
10071 * gdb.base/longjmp.exp
10072 * gdb.base/macscp.exp
10073 * gdb.base/max-value-size.exp
10074 * gdb.base/nodebug.exp
10075 * gdb.base/nofield.exp
10076 * gdb.base/overlays.exp
10077 * gdb.base/paginate-after-ctrl-c-running.exp
10078 * gdb.base/paginate-bg-execution.exp
10079 * gdb.base/paginate-inferior-exit.exp
10080 * gdb.base/pending.exp
10081 * gdb.base/pr11022.exp
10082 * gdb.base/printcmds.exp
10083 * gdb.base/ptr-typedef.exp
10084 * gdb.base/ptype.exp
10085 * gdb.base/randomize.exp
10086 * gdb.base/range-stepping.exp
10087 * gdb.base/realname-expand.exp
10088 * gdb.base/relativedebug.exp
10089 * gdb.base/remote.exp
10090 * gdb.base/savedregs.exp
10091 * gdb.base/sepdebug.exp
10092 * gdb.base/set-noassign.exp
10093 * gdb.base/shlib-call.exp
10094 * gdb.base/shreloc.exp
10095 * gdb.base/sigaltstack.exp
10096 * gdb.base/sigbpt.exp
10097 * gdb.base/siginfo-addr.exp
10098 * gdb.base/siginfo-obj.exp
10099 * gdb.base/siginfo-thread.exp
10100 * gdb.base/signest.exp
10101 * gdb.base/signull.exp
10102 * gdb.base/sigrepeat.exp
10103 * gdb.base/skip.exp
10104 * gdb.base/so-impl-ld.exp
10105 * gdb.base/solib-corrupted.exp
10106 * gdb.base/solib-disc.exp
10107 * gdb.base/solib-display.exp
10108 * gdb.base/solib-overlap.exp
10109 * gdb.base/solib-search.exp
10110 * gdb.base/solib-symbol.exp
10111 * gdb.base/source-execution.exp
10112 * gdb.base/sss-bp-on-user-bp-2.exp
10113 * gdb.base/sss-bp-on-user-bp.exp
10114 * gdb.base/stack-checking.exp
10115 * gdb.base/stale-infcall.exp
10116 * gdb.base/step-break.exp
10117 * gdb.base/step-line.exp
10118 * gdb.base/step-over-exit.exp
10119 * gdb.base/step-test.exp
10120 * gdb.base/structs.exp
10121 * gdb.base/sym-file.exp
10122 * gdb.base/symtab-search-order.exp
10123 * gdb.base/term.exp
10124 * gdb.base/type-opaque.exp
10125 * gdb.base/unload.exp
10126 * gdb.base/until-nodebug.exp
10127 * gdb.base/until.exp
10128 * gdb.base/unwindonsignal.exp
10129 * gdb.base/watch-cond.exp
10130 * gdb.base/watch-non-mem.exp
10131 * gdb.base/watch_thread_num.exp
10132 * gdb.base/watchpoint-reuse-slot.exp
10133 * gdb.base/watchpoint-solib.exp
10134 * gdb.base/watchpoint.exp
10135 * gdb.btrace/dlopen.exp
10136 * gdb.cell/arch.exp
10137 * gdb.cell/break.exp
10138 * gdb.cell/bt.exp
10139 * gdb.cell/core.exp
10140 * gdb.cell/data.exp
10141 * gdb.cell/dwarfaddr.exp
10142 * gdb.cell/ea-cache.exp
10143 * gdb.cell/ea-standalone.exp
10144 * gdb.cell/ea-test.exp
10145 * gdb.cell/f-regs.exp
10146 * gdb.cell/fork.exp
10147 * gdb.cell/gcore.exp
10148 * gdb.cell/mem-access.exp
10149 * gdb.cell/ptype.exp
10150 * gdb.cell/registers.exp
10151 * gdb.cell/sizeof.exp
10152 * gdb.cell/solib-symbol.exp
10153 * gdb.cell/solib.exp
10154 * gdb.compile/compile-tls.exp
10155 * gdb.cp/exception.exp
10156 * gdb.cp/gdb2495.exp
10157 * gdb.cp/local.exp
10158 * gdb.cp/mb-inline.exp
10159 * gdb.cp/mb-templates.exp
10160 * gdb.cp/pr10687.exp
10161 * gdb.cp/pr9167.exp
10162 * gdb.cp/scope-err.exp
10163 * gdb.cp/templates.exp
10164 * gdb.cp/virtfunc.exp
10165 * gdb.dwarf2/dw2-dir-file-name.exp
10166 * gdb.dwarf2/dw2-single-line-discriminators.exp
10167 * gdb.fortran/complex.exp
10168 * gdb.fortran/library-module.exp
10169 * gdb.guile/guile.exp
10170 * gdb.guile/scm-cmd.exp
10171 * gdb.guile/scm-frame-inline.exp
10172 * gdb.guile/scm-objfile.exp
10173 * gdb.guile/scm-pretty-print.exp
10174 * gdb.guile/scm-symbol.exp
10175 * gdb.guile/scm-type.exp
10176 * gdb.guile/scm-value.exp
10177 * gdb.linespec/keywords.exp
10178 * gdb.linespec/ls-errs.exp
10179 * gdb.linespec/macro-relative.exp
10180 * gdb.linespec/thread.exp
10181 * gdb.mi/mi-breakpoint-changed.exp
10182 * gdb.mi/mi-dprintf-pending.exp
10183 * gdb.mi/mi-fullname-deleted.exp
10184 * gdb.mi/mi-logging.exp
10185 * gdb.mi/mi-pending.exp
10186 * gdb.mi/mi-solib.exp
10187 * gdb.mi/new-ui-mi-sync.exp
10188 * gdb.mi/user-selected-context-sync.exp
10189 * gdb.multi/dummy-frame-restore.exp
10190 * gdb.multi/multi-arch-exec.exp
10191 * gdb.multi/remove-inferiors.exp
10192 * gdb.multi/watchpoint-multi-exit.exp
10193 * gdb.opt/solib-intra-step.exp
10194 * gdb.perf/backtrace.exp
10195 * gdb.perf/single-step.exp
10196 * gdb.perf/skip-command.exp
10197 * gdb.perf/skip-prologue.exp
10198 * gdb.perf/solib.exp
10199 * gdb.python/lib-types.exp
10200 * gdb.python/py-as-string.exp
10201 * gdb.python/py-bad-printers.exp
10202 * gdb.python/py-block.exp
10203 * gdb.python/py-breakpoint.exp
10204 * gdb.python/py-cmd.exp
10205 * gdb.python/py-events.exp
10206 * gdb.python/py-evthreads.exp
10207 * gdb.python/py-finish-breakpoint.exp
10208 * gdb.python/py-finish-breakpoint2.exp
10209 * gdb.python/py-frame-inline.exp
10210 * gdb.python/py-frame.exp
10211 * gdb.python/py-inferior.exp
10212 * gdb.python/py-infthread.exp
10213 * gdb.python/py-mi.exp
10214 * gdb.python/py-objfile.exp
10215 * gdb.python/py-pp-maint.exp
10216 * gdb.python/py-pp-registration.exp
10217 * gdb.python/py-prettyprint.exp
10218 * gdb.python/py-recurse-unwind.exp
10219 * gdb.python/py-shared.exp
10220 * gdb.python/py-symbol.exp
10221 * gdb.python/py-symtab.exp
10222 * gdb.python/py-template.exp
10223 * gdb.python/py-type.exp
10224 * gdb.python/py-unwind-maint.exp
10225 * gdb.python/py-unwind.exp
10226 * gdb.python/py-value.exp
10227 * gdb.python/python.exp
10228 * gdb.reverse/finish-reverse-bkpt.exp
10229 * gdb.reverse/insn-reverse.exp
10230 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10231 * gdb.reverse/solib-precsave.exp
10232 * gdb.reverse/solib-reverse.exp
10233 * gdb.stabs/gdb11479.exp
10234 * gdb.stabs/weird.exp
10235 * gdb.threads/fork-child-threads.exp
10236 * gdb.threads/fork-plus-threads.exp
10237 * gdb.threads/fork-thread-pending.exp
10238 * gdb.threads/forking-threads-plus-breakpoint.exp
10239 * gdb.threads/hand-call-in-threads.exp
10240 * gdb.threads/interrupted-hand-call.exp
10241 * gdb.threads/linux-dp.exp
10242 * gdb.threads/local-watch-wrong-thread.exp
10243 * gdb.threads/next-while-other-thread-longjmps.exp
10244 * gdb.threads/non-ldr-exit.exp
10245 * gdb.threads/pending-step.exp
10246 * gdb.threads/print-threads.exp
10247 * gdb.threads/process-dies-while-detaching.exp
10248 * gdb.threads/process-dies-while-handling-bp.exp
10249 * gdb.threads/pthreads.exp
10250 * gdb.threads/queue-signal.exp
10251 * gdb.threads/reconnect-signal.exp
10252 * gdb.threads/signal-command-handle-nopass.exp
10253 * gdb.threads/signal-command-multiple-signals-pending.exp
10254 * gdb.threads/signal-delivered-right-thread.exp
10255 * gdb.threads/signal-sigtrap.exp
10256 * gdb.threads/sigthread.exp
10257 * gdb.threads/staticthreads.exp
10258 * gdb.threads/stepi-random-signal.exp
10259 * gdb.threads/thread-unwindonsignal.exp
10260 * gdb.threads/thread_check.exp
10261 * gdb.threads/thread_events.exp
10262 * gdb.threads/tid-reuse.exp
10263 * gdb.threads/tls-nodebug.exp
10264 * gdb.threads/tls-shared.exp
10265 * gdb.threads/tls-so_extern.exp
10266 * gdb.threads/tls.exp
10267 * gdb.threads/wp-replication.exp
10268 * gdb.trace/actions-changed.exp
10269 * gdb.trace/actions.exp
10270 * gdb.trace/backtrace.exp
10271 * gdb.trace/change-loc.exp
10272 * gdb.trace/collection.exp
10273 * gdb.trace/deltrace.exp
10274 * gdb.trace/disconnected-tracing.exp
10275 * gdb.trace/entry-values.exp
10276 * gdb.trace/ftrace-lock.exp
10277 * gdb.trace/ftrace.exp
10278 * gdb.trace/infotrace.exp
10279 * gdb.trace/mi-trace-frame-collected.exp
10280 * gdb.trace/mi-trace-unavailable.exp
10281 * gdb.trace/mi-traceframe-changed.exp
10282 * gdb.trace/mi-tracepoint-changed.exp
10283 * gdb.trace/mi-tsv-changed.exp
10284 * gdb.trace/no-attach-trace.exp
10285 * gdb.trace/packetlen.exp
10286 * gdb.trace/passc-dyn.exp
10287 * gdb.trace/passcount.exp
10288 * gdb.trace/pending.exp
10289 * gdb.trace/pr16508.exp
10290 * gdb.trace/qtro.exp
10291 * gdb.trace/range-stepping.exp
10292 * gdb.trace/read-memory.exp
10293 * gdb.trace/report.exp
10294 * gdb.trace/save-trace.exp
10295 * gdb.trace/signal.exp
10296 * gdb.trace/stap-trace.exp
10297 * gdb.trace/status-stop.exp
10298 * gdb.trace/strace.exp
10299 * gdb.trace/tfile.exp
10300 * gdb.trace/tfind.exp
10301 * gdb.trace/trace-break.exp
10302 * gdb.trace/trace-condition.exp
10303 * gdb.trace/trace-enable-disable.exp
10304 * gdb.trace/trace-mt.exp
10305 * gdb.trace/tracecmd.exp
10306 * gdb.trace/tracefile-pseudo-reg.exp
10307 * gdb.trace/tspeed.exp
10308 * gdb.trace/tstatus.exp
10309 * gdb.trace/tsv.exp
10310 * gdb.trace/unavailable.exp
10311 * gdb.trace/while-dyn.exp
10312 * gdb.trace/while-stepping.exp
10313 * lib/gdb-guile.exp
10314 * lib/gdb.exp
10315 * lib/mi-support.exp
10316 * lib/pascal.exp
10317 * lib/perftest.exp
10318 * lib/prelink-support.exp
10319 * lib/selftest-support.exp
10320
10321 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10322
10323 * Makefile.in: Include disable-implicit-rules.mk.
10324
10325 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10326
10327 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10328 non-byte-aligned bit fields.
10329
10330 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10331
10332 PR gdb/12616
10333 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10334 respects the DW_AT_data_bit_offset attribute.
10335
10336 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10337
10338 * gdb.base/default.exp: Fix output of "set language".
10339
10340 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10341
10342 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10343 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10344 make.
10345 * configure.ac: Remove checks for the make program.
10346 * configure: Re-generate.
10347
10348 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10349
10350 * gdb.python/py-recurse-unwind.c (main): Add loop.
10351 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10352 to read_register() and gdb.parse_and_eval(). Make each code
10353 call a separate case that can be individually tested.
10354 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10355 proc. Call cont_and_backtrace for each of the code paths that
10356 we want to test in the unwinder.
10357
10358 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10359
10360 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10361 the definition of struct S.
10362
10363 2016-11-11 Catherine Moore <clm@codesourcery.com>
10364
10365 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10366
10367 2016-11-09 Pedro Alves <palves@redhat.com>
10368
10369 * gdb.base/commands.exp (runto_or_return): New procedure.
10370 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10371 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10372 (progvar_simple_while_test, progvar_complex_if_while_test)
10373 (if_while_breakpoint_command_test)
10374 (infrun_breakpoint_command_test, breakpoint_command_test)
10375 (user_defined_command_test, watchpoint_command_test)
10376 (test_command_prompt_position, redefine_hook_test)
10377 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10378 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10379 multi_line_input and multi_line. Remove gdb_expect and
10380 gdb_stop_suppressing_tests uses.
10381 * lib/gdb.exp (valnum_re): New global.
10382 (multi_line_input): New procedure.
10383
10384 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10385
10386 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10387 Remove.
10388 (test_setup): Define with proc_with_prefix.
10389 (test_cli_inferior): Likewise.
10390 (test_cli_thread): Likewise.
10391 (test_cli_frame): Likewise.
10392 (test_cli_select_frame): Likewise.
10393 (test_cli_up_down): Likewise.
10394 (test_mi_thread_select): Likewise.
10395 (test_mi_stack_select_frame): Likewise.
10396 (test_cli_in_mi_inferior): Likewise.
10397 (test_cli_in_mi_thread): Likewise.
10398 (test_cli_in_mi_frame): Likewise.
10399 (top level): Do not use with_test_prefix_procname.
10400
10401 2016-11-09 Pedro Alves <palves@redhat.com>
10402
10403 * gdb.base/commands.exp (gdbvar_simple_if_test)
10404 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10405 (progvar_simple_if_test, progvar_simple_while_test)
10406 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10407 (infrun_breakpoint_command_test, breakpoint_command_test)
10408 (user_defined_command_test, watchpoint_command_test)
10409 (test_command_prompt_position, deprecated_command_test)
10410 (bp_deleted_in_command, temporary_breakpoint_commands)
10411 (stray_arg0_test, source_file_with_indented_comment)
10412 (recursive_source_test, if_commands_test)
10413 (error_clears_commands_left, redefine_hook_test)
10414 (redefine_backtrace_test): Use proc_with_prefix.
10415 * lib/gdb.exp (proc_with_prefix): New proc.
10416
10417 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10418
10419 * gdb.base/tui-layout.c: New file.
10420 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10421 disassembly window contains very long lines.
10422
10423 2016-11-08 Tom Tromey <tom@tromey.com>
10424
10425 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10426 depend on Python 2.
10427
10428 2016-11-08 Tom Tromey <tom@tromey.com>
10429
10430 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10431 New method.
10432
10433 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10434
10435 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10436
10437 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10438
10439 * gdb.rust/simple.rs: Add test for univariant enums without
10440 discriminants and for encoded struct-like enums.
10441
10442 2016-10-28 Pedro Alves <palves@redhat.com>
10443
10444 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10445 gdb_test_multiple, tighten regexps and match symtabs and line
10446 tables incrementally.
10447
10448 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10449
10450 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10451 general.
10452
10453 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10454
10455 * gdb.base/exec-invalid-sysroot.exp: New file.
10456
10457 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10458
10459 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10460
10461 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10462
10463 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10464
10465 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10466
10467 * gdb.base/killed-outside.exp: Remove $options from a call to
10468 `prepare_for_testing'.
10469
10470 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10471
10472 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10473 Change test message.
10474
10475 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10476
10477 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10478 Update comment.
10479
10480 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10481
10482 * gdb.trace/mi-trace-save.exp: New file.
10483
10484 2016-10-13 Yao Qi <yao.qi@linaro.org>
10485
10486 * gdb.base/code_elim.exp (get_var_address): Remove.
10487 * gdb.base/relocate.exp: Likewise.
10488 * gdb.base/shreloc.exp: Likewise.
10489 * lib/gdb.exp (get_var_address): New.
10490
10491 2016-10-13 Yao Qi <yao.qi@linaro.org>
10492
10493 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10494 floating point tests if $skip_float_test is false.
10495
10496 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10497
10498 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10499 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10500 argc values.
10501 Add 1 to argc so we guarantee distinct initial/modified argc values.
10502
10503 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10504
10505 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10506
10507 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10508
10509 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10510 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10511 * gdb.arch/vsx-regs.exp: Likewise.
10512
10513 2016-10-07 Yao Qi <yao.qi@linaro.org>
10514
10515 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10516
10517 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10518
10519 * gdb.python/python.exp: Test decode_line("*0").
10520
10521 2016-10-06 Doug Evans <dje@google.com>
10522
10523 * gdb.python/py-value.exp (test_value_creation): Add test for large
10524 unsigned 64-bit value.
10525
10526 2016-10-06 Tom Tromey <tom@tromey.com>
10527
10528 * gdb.compile/compile.exp: Change java tests to rust.
10529 * gdb.base/setshow.exp: Change java tests to rust.
10530 * gdb.base/default.exp: Remove java from language list.
10531 * README (Examples): Update language example.
10532 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10533 test.
10534 * lib/gdb.exp (skip_java_tests): Remove.
10535 * lib/java.exp: Remove.
10536 * gdb.java: Remove.
10537
10538 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10539
10540 * gdb.arch/mips-fcr.exp: New test.
10541 * gdb.arch/mips-fcr.c: Source for the new test.
10542
10543 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10544
10545 * gdb.base/solib-disc.exp: Use `standard_output_file'
10546 throughout.
10547
10548 2016-10-06 Pedro Alves <palves@redhat.com>
10549
10550 * gdb.base/jit-simple-dl.c: New file.
10551 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10552 * gdb.base/jit-simple.c: ... this.
10553 * gdb.base/jit-simple.exp (jit_run): Delete.
10554 (build_jit): New proc.
10555 (jit_test_reread): Recompile either the main program or the shared
10556 library, depending on what is being tested. Skip changing address
10557 if caller wants to. Compare before/after addresses. If testing
10558 standalone, explicitly load the binary. Test "maint info
10559 breakpoints".
10560 (top level): Add "standalone vs shared lib" and "change address"
10561 vs "same address" axes.
10562
10563 2016-10-06 Pedro Alves <palves@redhat.com>
10564
10565 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10566 call.
10567 (jit_run): Delete.
10568 (jit_test_reread): Use with_test_prefix. Reload the main binary
10569 explicitly. Compare the before/after addresses of the JIT
10570 descriptor.
10571
10572 2016-08-15 Doug Evans <dje@google.com>
10573
10574 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10575 for single bitfields is bool.
10576 * gdb.xml/tdesc-regs.exp: Ditto.
10577
10578 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10579
10580 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10581
10582 2016-10-05 Yao Qi <yao.qi@linaro.org>
10583
10584 * lib/gdb.exp (support_complex_tests): Return zero if
10585 gdb_skip_float_test return true.
10586
10587 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10588 Simon Marchi <simon.marchi@ericsson.com>
10589
10590 PR gdb/20487
10591 * gdb.mi/user-selected-context-sync.exp: New file.
10592 * gdb.mi/user-selected-context-sync.c: New file.
10593
10594 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10595 Simon Marchi <simon.marchi@ericsson.com>
10596
10597 PR gdb/20487
10598 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10599 =thread-select-event check.
10600
10601 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10602
10603 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10604 the compulsory L operand changes.
10605 * gdb.arch/powerpc-power.s: Likewise.
10606
10607 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10608
10609 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10610 * gdb.base/jit-attach-pie.c: New file.
10611 * gdb.base/jit-attach-pie.exp: New file.
10612
10613 2016-09-28 Pedro Alves <palves@redhat.com>
10614
10615 * gdb.base/infcall-input.c: New file.
10616 * gdb.base/infcall-input.exp: New file.
10617
10618 2016-09-22 Yao Qi <yao.qi@linaro.org>
10619
10620 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10621 (gdb_exit): Rename it to ...
10622 (gdbserver_gdb_exit): ... Close GDBserver.
10623 (gdb_exit): New proc, call gdbserver_gdb_exit.
10624 (mi_gdb_exit): Likewise.
10625
10626 2016-09-22 Yao Qi <yao.qi@linaro.org>
10627
10628 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10629 path.
10630 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10631 Remove duplication.
10632
10633 2016-09-22 Yao Qi <yao.qi@linaro.org>
10634
10635 * lib/gdbserver-support.exp: Check the existence of
10636 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10637
10638 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10639
10640 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10641
10642 2016-09-21 Tom Tromey <tom@tromey.com>
10643
10644 PR gdb/20604:
10645 * gdb.base/quit.exp: New file.
10646
10647 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10648
10649 * .gitignore: New file.
10650
10651 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10652
10653 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10654 throughout.
10655
10656 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10657
10658 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10659
10660 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10661
10662 * gdb.cp/casts.cc (decltype): Move it ...
10663 (main): ... with its call to ...
10664 * gdb.cp/casts03.cc: ... a new file.
10665 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10666
10667 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10668
10669 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10670
10671 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10672
10673 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10674 and sync up the test with tests in gas/testsuite/gas/ppc.
10675 * gdb.arch/powerpc-power.exp: Likewise.
10676
10677 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10678
10679 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10680
10681 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10682 Jan Kratochvil <jan.kratochvil@redhat.com>
10683
10684 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10685 make m1's definition to be different from m2's. Use 'dummy' as an
10686 argument for probe 'two'.
10687
10688 2016-09-10 Jon Beniston <jon@beniston.com>
10689
10690 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10691 for sim target.
10692
10693 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10694
10695 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10696 variable declaration.
10697 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10698 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10699 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10700 received HWCAP as its argument.
10701
10702 2016-09-06 Pedro Alves <palves@redhat.com>
10703
10704 * gdb.base/new-ui-pending-input.c: New file.
10705 * gdb.base/new-ui-pending-input.exp: New file.
10706 * gdb.exp (clear_gdb_spawn_id): New procedure.
10707 (with_spawn_id): Check whether gdb_spawn_id exists before
10708 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10709 on exit.
10710
10711 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10712
10713 * gdb.base/float128.c: New file.
10714 * gdb.base/float128.exp: Likewise.
10715 * gdb.base/floatn.c: Likewise.
10716 * gdb.base/floatn.exp: Likewise.
10717
10718 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10719
10720 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10721
10722 2016-09-05 Pedro Alves <palves@redhat.com>
10723
10724 PR backtrace/19927
10725 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10726 unwinders are immediately called as side effect of "source" or
10727 "disable unwinder" commands.
10728 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10729
10730 2016-09-02 Yao Qi <yao.qi@linaro.org>
10731
10732 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10733 is true and $type is "float" or "double".
10734
10735 2016-09-02 Yao Qi <yao.qi@linaro.org>
10736
10737 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10738 true.
10739 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10740 * gdb.base/call-rt-st.exp: Likewise.
10741 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10742 return value instead of gdb,skip_float_test.
10743 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10744 (do_function_calls): Use its return value instead of
10745 gdb,skip_float_test.
10746 * gdb.base/finish.exp: Likewise.
10747 * gdb.base/funcargs.exp: Likewise.
10748 * gdb.base/return.exp: Likewise.
10749 * gdb.base/return2.exp: Likewise.
10750 * gdb.base/varargs.exp: Likewise.
10751 * lib/gdb.exp (gdb_skip_float_test): Change it to
10752 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10753
10754 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10755
10756 * gdb.multi/tids.exp: Test "thread apply all".
10757
10758 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10759
10760 * gdb.base/default.exp (tty): Remove.
10761
10762 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10763
10764 * gdb.python/py-recurse-unwind.c: New file.
10765 * gdb.python/py-recurse-unwind.py: New file.
10766 * gdb.python/py-recurse-unwind.exp: New file.
10767
10768 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10769
10770 * gdb.base/set-inferior-tty.exp: New file.
10771 * gdb.base/set-inferior-tty.c: New file.
10772
10773 2016-08-23 Pedro Alves <palves@redhat.com>
10774
10775 PR gdb/20494
10776 * gdb.base/new-ui-echo.c: New file.
10777 * gdb.base/new-ui-echo.exp: New file.
10778
10779 2016-08-23 Yao Qi <yao.qi@linaro.org>
10780
10781 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10782 gdbserver_spawn.
10783 * gdb.server/connect-without-multi-process.exp (do_test):
10784 Likewise.
10785
10786 2016-08-23 Yao Qi <yao.qi@linaro.org>
10787
10788 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10789 standalone_txt. Delete gdb_txt and standalone_txt on host
10790 and target. Spawn the binary on target. Copy files from
10791 target to host.
10792
10793 2016-08-22 Pedro Alves <palves@redhat.com>
10794
10795 PR gdb/20505
10796 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10797 with_test_prefix. Factor out bits to ...
10798 (test_no_vdso): ... this new procedure.
10799
10800 2016-08-19 Carl Love <cel@us.ibm.com>
10801
10802 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10803 maintaining separate logic for constructing the output path.
10804 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10805 * gdb.arch/ppc-dfp.exp: Likewise.
10806 * gdb.arch/ppc-fp.exp: Likewise.
10807 * gdb.arch/vsx-regs.exp: Likewise.
10808 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10809 binprefix for generating the additional binary files.
10810
10811 2016-08-19 Pedro Alves <palves@redhat.com>
10812
10813 * gdb.trace/mi-trace-frame-collected.exp
10814 (test_trace_frame_collected): On x32, expect two registers.
10815
10816 2016-08-18 Carl Love <cel@us.ibm.com>
10817
10818 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10819 and sync up the test with tests in gas/testsuite/gas/ppc.
10820 * gdb.arch/powerpc-power.exp: Likewise.
10821
10822 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10823
10824 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10825 expected error message.
10826
10827 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10828
10829 * gdb.multi/remove-inferiors.exp: New file.
10830 * gdb.multi/remove-inferiors.c: New file.
10831
10832 2016-08-12 Yao Qi <yao.qi@linaro.org>
10833
10834 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10835 argument list.
10836
10837 2016-08-10 Pedro Alves <palves@redhat.com>
10838
10839 PR gdb/19187
10840 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10841 setup_kfails.
10842
10843 2016-08-09 Pedro Alves <palves@redhat.com>
10844 Simon Marchi <simon.marchi@ericsson.com>
10845
10846 PR gdb/20418
10847 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10848 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10849
10850 2016-08-09 Pedro Alves <palves@redhat.com>
10851
10852 PR mi/20431
10853 * gdb.mi/mi-cmd-error.exp: New file.
10854
10855 2016-08-09 Pedro Alves <palves@redhat.com>
10856
10857 PR gdb/18653
10858 * gdb.base/signals-state-child.c: New file.
10859 * gdb.base/signals-state-child.exp: New file.
10860 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10861
10862 2016-08-09 Pedro Alves <palves@redhat.com>
10863
10864 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10865
10866 2016-08-03 Tom Tromey <tom@tromey.com>
10867
10868 PR python/18565:
10869 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10870
10871 2016-08-01 Yao Qi <yao.qi@linaro.org>
10872
10873 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10874 variable mode to "multi-process" if $multi_process is 1, otherwise
10875 set it to "single-process".
10876
10877 2016-08-01 Yao Qi <yao.qi@linaro.org>
10878
10879 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10880 * gdb.cp/cpexprs.exp: Likewise.
10881 * gdb.cp/m-static.exp: Likewise.
10882
10883 2016-07-26 Tom Tromey <tom@tromey.com>
10884
10885 PR python/20190:
10886 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10887 test.
10888
10889 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10890
10891 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10892 selecting assembly source files.
10893 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10894 assembly source files.
10895 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10896 assembly source files.
10897 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10898 selecting assembly source files.
10899
10900 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10901
10902 * gdb.base/new-ui.exp (do_test_invalid_args): New
10903 procedure.
10904
10905 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10906
10907 * gdb.btrace/reconnect.c: New file.
10908 * gdb.btrace/reconnect.exp: New file.
10909
10910 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10911
10912 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10913 to test_catch_syscall_group.
10914 (test_catch_syscall_group): New.
10915
10916 2016-07-21 Tom Tromey <tom@tromey.com>
10917
10918 * gdb.rust/simple.rs (main): Use empty struct expression.
10919 * gdb.rust/simple.exp: Add tests for empty struct expression.
10920
10921 2016-07-21 Yao Qi <yao.qi@linaro.org>
10922
10923 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10924 if gdb_skip_xml_test is true on some targets.
10925
10926 2016-07-21 Yao Qi <yao.qi@linaro.org>
10927
10928 * gdb.server/solib-list.exp: Unset last_loaded_file.
10929
10930 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10931
10932 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10933 "step into captured_main (args)".
10934
10935 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10936
10937 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10938
10939 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10940
10941 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10942
10943 2016-07-19 Pedro Alves <palves@redhat.com>
10944
10945 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10946 * gdb.opt/inline-bt.exp: Likewise.
10947 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10948 additional_flags=-Winline.
10949 * gdb.opt/inline-locals.exp: Likewise.
10950 * gdb.opt/inline-markers.c (ATTR): Define.
10951 (inlined_fn): Use it.
10952
10953 2016-07-19 Yao Qi <yao.qi@linaro.org>
10954
10955 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10956 (test_with_self): Remove some code. Remove argument executable.
10957 (top-level): Use do_self_tests.
10958
10959 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10960 Don Breazeal <donb@codesourcery.com>
10961
10962 * gdb.base/maint.exp: Escape paths used in regular expressions.
10963 * gdb.stabs/weird.exp: Likewise.
10964
10965 2016-07-13 Tom Tromey <tom@tromey.com>
10966
10967 PR python/15620, PR python/18620:
10968 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10969 (test_bkpt_events): New procs.
10970
10971 2016-07-13 Tom Tromey <tom@tromey.com>
10972
10973 PR python/17698:
10974 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10975 test.
10976 (test_watchpoints): Likewise.
10977 (test_bkpt_pending): New proc.
10978
10979 2016-07-13 Tom Tromey <tom@tromey.com>
10980
10981 PR cli/18053:
10982 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10983 completion test.
10984
10985 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10986
10987 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10988 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10989 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10990 f_label.
10991 (g): Rename g_end_lbl to g_label.
10992 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10993 low_pc and high_pc.
10994 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10995
10996 2016-07-12 Tom Tromey <tom@tromey.com>
10997
10998 PR python/19293:
10999 * gdb.python/py-unwind-maint.exp: Update tests.
11000
11001 2016-07-12 Yao Qi <yao.qi@linaro.org>
11002
11003 * lib/selftest-support.exp (selftest_setup): Match the output
11004 when captured_main is inlined.
11005
11006 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11007
11008 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11009 New variables.
11010 (print this%a, print this%b, print this): New tests.
11011 * gdb.fortran/derived-types.f90 (this): New object and
11012 initialization.
11013
11014 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11015
11016 * gdb.ada/arraydim.exp: Remove extra directory level in build
11017 directory.
11018
11019 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11020
11021 * lib/ada.exp: Remove extra directory level in build directory.
11022 * gdb.ada/cond_lang.exp: Likewise.
11023 * gdb.ada/exec_changed.exp: Likewise.
11024 * gdb.ada/lang_switch.exp: Likewise.
11025
11026 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11027
11028 * simple.rs: Add test for raw pointer subscripting.
11029 * simple.exp: Add test expectations.
11030
11031 2016-07-05 Yao Qi <yao.qi@linaro.org>
11032
11033 * gdb.mi/mi-reverse.exp: Match =record-started output.
11034
11035 2016-07-01 Pedro Alves <palves@redhat.com>
11036
11037 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11038 procedure.
11039 (jit_reader_test): Test the jit reader's unwinder.
11040 * gdb.base/jithost.c (jit_function_00_code): New global.
11041 (main): Use memcpy to fill in the mmapped code, instead of poking
11042 bytes manually here.
11043 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11044 value.
11045 (read_debug_info): Save the function's range.
11046 (read_sp): New function.
11047 (unwind_frame): Use it. Also unwind RBP.
11048 (get_frame_id): Use read_sp.
11049 (gdb_init_reader): Use calloc instead of malloc.
11050 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11051 parameter. Use gdb_test_multiple.
11052
11053 2016-07-01 Pedro Alves <palves@redhat.com>
11054 Antoine Tremblay <antoine.tremblay@ericsson.com>
11055
11056 * gdb.threads/process-dies-while-detaching.c: New file.
11057 * gdb.threads/process-dies-while-detaching.exp: New file.
11058
11059 2016-07-01 Pedro Alves <palves@redhat.com>
11060
11061 * gdb.multi/watchpoint-multi-exit.c: New file.
11062 * gdb.multi/watchpoint-multi-exit.exp: New file.
11063
11064 2016-06-30 Pedro Alves <palves@redhat.com>
11065
11066 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11067 unset inferior_spawn_id.
11068
11069 2016-06-30 Pedro Alves <palves@redhat.com>
11070
11071 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11072 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11073
11074 2016-06-29 Yao Qi <yao.qi@linaro.org>
11075
11076 * gdb.base/return.c: Add copyright header.
11077
11078 2016-06-29 Tom Tromey <tom@tromey.com>
11079
11080 PR python/20129:
11081 * gdb.python/py-framefilter.exp: Add tests for setting priority
11082 and disabling of non-existent frame filter.
11083
11084 2016-06-29 Yao Qi <yao.qi@linaro.org>
11085
11086 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11087 0x0f07ff.
11088
11089 2016-06-28 Yao Qi <yao.qi@linaro.org>
11090
11091 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11092 triplets. Start gdb, execute catch syscall, and continue. Check
11093 gdb's output to determine catch syscall is supported.
11094
11095 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11096
11097 * gdb.rust/simple.rs: Add test for returning unit in a function.
11098 * gdb.rust/simple.exp: Add expectation for functions returning
11099 unit.
11100
11101 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11102
11103 * gdb.python/py-breakpoint-create-fail.c,
11104 gdb.python/py-breakpoint-create-fail.exp,
11105 gdb.python/py-breakpoint-create-fail.py: New testcase.
11106
11107 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11108
11109 PR gdb/20239
11110 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11111 * gdb.rust/simple.exp: Add test expectations for new NonZero
11112 tests.
11113
11114 2016-06-24 David Taylor <dtaylor@emc.com>
11115
11116 * gdb.base/offsets.exp: New file.
11117 * gdb.base/offsets.c: New file.
11118
11119 2016-06-23 Tom Tromey <tom@tromey.com>
11120
11121 PR gdb/16483:
11122 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11123 before any filters are loaded.
11124
11125 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11126
11127 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11128 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11129 structs.
11130 * gdb.fortran/derived-type-function.exp: New file.
11131 * gdb.fortran/derived-type-function.f90: New file.
11132
11133
11134 2016-06-21 Pedro Alves <palves@redhat.com>
11135
11136 * gdb.base/new-ui.exp: New file.
11137 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11138 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11139 (with_spawn_id): New procedure.
11140
11141 2016-06-21 Pedro Alves <palves@redhat.com>
11142
11143 * gdb.mi/mi-exec-run.exp: New file.
11144
11145 2016-06-21 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11148 breakpoint command's output on the main UI.
11149 (test_break): New procedure, factored out from calls in the top
11150 level.
11151 (top level): Use foreach_with_prefix to test MI as main UI and as
11152 separate UI.
11153
11154 2016-06-21 Pedro Alves <palves@redhat.com>
11155
11156 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11157 (test_awatch_creation_and_listing)
11158 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11159 Remove 'type' parameter.
11160 (test_watchpoint_all): New parameter mi_mode. Remove
11161 with_test_prefix.
11162 (top level): Use foreach_with_prefix, and add main/separate UI MI
11163 testing axis.
11164
11165 2016-06-21 Pedro Alves <palves@redhat.com>
11166
11167 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11168 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11169 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11170 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11171 (gdb_main_spawn_id, mi_spawn_id): Declare and
11172 comment.
11173 (mi_create_inferior_pty): New procedure,
11174 factored out from default_mi_gdb_start.
11175 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11176 procedures.
11177 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11178 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11179 Use mi_create_inferior_pty.
11180 (mi_gdb_start): Use eval to pass down args list.
11181
11182 2016-06-21 Pedro Alves <palves@redhat.com>
11183
11184 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11185 * gdb.opt/inline-cmds.exp: Add MI tests.
11186
11187 2016-06-21 Pedro Alves <palves@redhat.com>
11188
11189 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11190
11191 2016-06-21 Pedro Alves <palves@redhat.com>
11192
11193 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11194 (top level): Use it instead of mi_execute_to.
11195
11196 2016-06-21 Pedro Alves <palves@redhat.com>
11197
11198 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11199 (cont_handler_str): New.
11200 (signal_stop_handler): Set stop_handler_str instead of printing to
11201 stdout.
11202 (continue_handler): Set cont_handler_str instead of printing to
11203 stdout.
11204 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11205 mi_send_resuming_command. Print stop_handler_str and
11206 cont_handler_str instead of expecting the python events print
11207 directly.
11208
11209 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11210
11211 * gdb.base/jit-reader.exp: New file.
11212 * gdb.base/jithost.c: New file.
11213 * gdb.base/jithost.h: New file.
11214 * gdb.base/jitreader.c : New file.
11215 * gdb.base/jit-protocol.h: New file.
11216
11217 2016-06-17 Yao Qi <yao.qi@linaro.org>
11218
11219 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11220 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11221 and detach-on-fork. Adjust tests.
11222 (top level): Invoke break_cond_on_syscall with combinations of
11223 syscall, follow-fork-mode and detach-on-fork.
11224
11225 2016-06-17 Yao Qi <yao.qi@linaro.org>
11226
11227 * gdb.base/step-over-exit.c: New.
11228 * gdb.base/step-over-exit.exp: New.
11229
11230 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11231
11232 * gdb.base/float.exp: Add target check for nds32*-*-*.
11233 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11234
11235 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11236
11237 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11238 for unsupported target features.
11239 * gdb.base/call-rt-st.exp: Likewise.
11240 * gdb.base/call-sc.exp: Likewise.
11241 * gdb.base/call-signal-resume.exp: Likewise.
11242 * gdb.base/call-strs.exp: Likewise.
11243 * gdb.base/callexit.exp: Likewise.
11244 * gdb.base/callfuncs.exp: Likewise.
11245 * gdb.base/nodebug.exp: Likewise.
11246 * gdb.base/printcmds.exp: Likewise.
11247 * gdb.base/ptype.exp: Likewise.
11248 * gdb.base/structs.exp: Likewise.
11249 * gdb.base/unwindonsignal.exp: Likewise.
11250 * gdb.cp/gdb2495.exp: Likewise.
11251 * gdb.cp/templates.exp: Likewise.
11252 * gdb.cp/virtfunc.exp: Likewise.
11253 * gdb.threads/hand-call-in-threads.exp: Likewise.
11254 * gdb.threads/interrupted-hand-call.exp: Likewise.
11255 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11256
11257 2016-06-10 Tom Tromey <tom@tromey.com>
11258
11259 PR rust/20110:
11260 * gdb.rust/expr.exp: Add test for integer constant larger than
11261 i32.
11262
11263 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11264
11265 * gdb.fortran/nested-funcs.exp: New.
11266 * gdb.fortran/nested-funcs.f90: New.
11267
11268 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11269
11270 * gdb.base/examine-backward.c: New file.
11271 * gdb.base/examine-backward.exp: New file.
11272
11273 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11274
11275 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11276 matching.
11277
11278 2016-06-02 Tom Tromey <tom@tromey.com>
11279
11280 PR python/18984:
11281 * gdb.python/py-shared.exp: Add solib_name test.
11282
11283 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11284
11285 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11286
11287 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11288
11289 PR c++/19893
11290 * gdb.dwarf2/implref.exp: Rename to...
11291 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11292 * gdb.dwarf2/implref-array.c: New file.
11293 * gdb.dwarf2/implref-array.exp: Likewise.
11294 * gdb.dwarf2/implref-global.c: Likewise.
11295 * gdb.dwarf2/implref-global.exp: Likewise.
11296 * gdb.dwarf2/implref-struct.c: Likewise.
11297 * gdb.dwarf2/implref-struct.exp: Likewise.
11298
11299 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11300
11301 * gdb.trace/trace-condition.exp: Add 64bit tests.
11302
11303 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11304
11305 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11306 bits types.
11307 (main): Adapt to 8 to 64 bits types.
11308 * gdb.trace/trace-condition.exp: Add new tests.
11309
11310 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11311
11312 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11313
11314 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11315
11316 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11317 Move condition tests...
11318 * gdb.trace/trace-condition.exp: Here.
11319
11320 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11321
11322 * gdb.trace/trace-condition.exp: Add counter-case tests.
11323
11324 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11325
11326 PR c++/15231
11327 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11328 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11329
11330 2016-05-27 Pedro Alves <palves@redhat.com>
11331
11332 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11333 New procedure.
11334 (top level): Call it, and bail out of DejaGnu is known to be bad.
11335
11336 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11337
11338 * gdb.base/whatis.c: Extend the test case.
11339 * gdb.base/whatis.exp: Add additional tests.
11340
11341 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11342
11343 * gdb.fortran/type.f90: Add pointer variable.
11344 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11345
11346 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11347
11348 * gdb.fortran/vla-type.exp: Fix testcase name.
11349
11350 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11351
11352 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11353
11354 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11355
11356 * gdb.fortran/type.f90: Add nested structures.
11357 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11358 * gdb.fortran/derived-type.exp: Adapt expected output.
11359 * gdb.fortran/vla-type.exp: Adapt expected output.
11360
11361 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11362
11363 * gdb.fortran/whatis_type.exp: Adapt expected output.
11364
11365 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11366
11367 * gdb.fortran/print_type.exp: Fix expected output.
11368 * gdb.fortran/whatis_type.exp: Fix expected output.
11369
11370 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11371
11372 * gdb.fortran/whatis_type.exp: Use multi_line.
11373
11374 2016-05-24 Tom Tromey <tom@tromey.com>
11375
11376 PR python/17386:
11377 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11378 use value as an index.
11379
11380 2016-05-23 Tom Tromey <tom@tromey.com>
11381
11382 PR python/17981:
11383 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11384 no-breakpoint case.
11385
11386 2016-05-24 Pedro Alves <palves@redhat.com>
11387
11388 PR gdb/19828
11389 * gdb.threads/clone-attach-detach.c: New file.
11390 * gdb.threads/clone-attach-detach.exp: New file.
11391
11392 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11393
11394 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11395
11396 2016-05-23 Tom Tromey <tom@tromey.com>
11397
11398 PR python/19438, PR python/18393:
11399 * gdb.python/py-progspace.exp: Add "dir" test.
11400 * gdb.python/py-objfile.exp: Add "dir" test.
11401
11402 2016-05-23 Yao Qi <yao.qi@linaro.org>
11403
11404 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11405 * gdb.arch/thumb2-it.exp: Likewise.
11406
11407 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11408
11409 * gdb.mi/mi-threads-interrupt.c: New file.
11410 * gdb.mi/mi-threads-interrupt.exp: New file.
11411
11412 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11413
11414 PR gdb/18077
11415 * gdb.mi/mi-async-run.exp: New file.
11416 * gdb.mi/mi-async-run.c: New file.
11417
11418 2016-05-17 Tom Tromey <tom@tromey.com>
11419 Manish Goregaokar <manishsmail@gmail.com>
11420
11421 * lib/rust-support.exp: New file.
11422 * lib/gdb.exp (skip_rust_tests): New proc.
11423 (build_executable_from_specs): Handle rust.
11424 * lib/future.exp (gdb_find_rustc): New proc.
11425 (gdb_default_target_compile): Handle rust.
11426 * gdb.rust/expr.exp: New file.
11427 * gdb.rust/generics.exp: New file.
11428 * gdb.rust/generics.rs: New file.
11429 * gdb.rust/methods.exp: New file.
11430 * gdb.rust/methods.rs: New file.
11431 * gdb.rust/modules.exp: New file.
11432 * gdb.rust/modules.rs: New file.
11433 * gdb.rust/simple.exp: New file.
11434 * gdb.rust/simple.rs: New file.
11435
11436 2016-05-17 Tom Tromey <tom@tromey.com>
11437
11438 * gdb.base/default.exp (set language): Add rust.
11439
11440 2016-05-17 Tom Tromey <tom@tromey.com>
11441
11442 * gdb.gdb/unittest.exp: New file.
11443
11444 2016-05-16 Yao Qi <yao.qi@linaro.org>
11445
11446 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11447 shell_prompt. Update shell_prompt_re.
11448
11449 2016-05-12 Doug Evans <dje@google.com>
11450
11451 PR symtab/19999
11452 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11453 $options when building executable.
11454 * gdb.dwarf2/fission-loclists-pie.S: New file.
11455 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11456
11457 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11458
11459 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11460 of [is_remote target],
11461
11462 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11463
11464 * lib/gdb.exp (use_gdb_stub): New procedure.
11465
11466 2016-05-03 Yunlian Jiang <yunlian@google.com>
11467 Doug Evans <dje@google.com>
11468
11469 PR symtab/19914
11470 * gdb.dwarf2/dwp-sepdebug.c: New file.
11471 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11472
11473 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11474
11475 * gdb.base/detach.exp: Remove is_remote check.
11476
11477 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11478
11479 * gdb.base/annota-input-while-running.exp: Don't check for
11480 [is_remote target]. Enable annotations after running to main.
11481 Remove unused "set test..." line.
11482
11483 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11484
11485 * gdb.trace/trace-enable-disable.exp: New file.
11486 * gdb.trace/trace-enable-disable.c: New file.
11487
11488 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11489
11490 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11491 use it in info sharedlibrary test.
11492 * gdb.trace/ftrace-lock.exp: Likewise.
11493 * gdb.trace/ftrace.exp: Likewise.
11494 * gdb.trace/range-stepping.exp: Likewise.
11495 * gdb.trace/trace-break.exp: Likewise.
11496 * gdb.trace/trace-condition.exp: Likewise.
11497 * gdb.trace/trace-mt.exp: Likewise.
11498
11499 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11500
11501 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11502 (gdb_load_shlib): ... this.
11503 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11504 gdb_load_shlib.
11505 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11506 * gdb.base/ctxobj.exp: Likewise.
11507 * gdb.base/dprintf-pending.exp: Likewise.
11508 * gdb.base/dso2dso.exp: Likewise.
11509 * gdb.base/fixsection.exp: Likewise.
11510 * gdb.base/gcore-relro.exp: Likewise.
11511 * gdb.base/gdb1555.exp: Likewise.
11512 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11513 * gdb.base/gnu-ifunc.exp: Likewise.
11514 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11515 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11516 * gdb.base/pending.exp: Likewise.
11517 * gdb.base/print-file-var.exp: Likewise.
11518 * gdb.base/print-symbol-loading.exp: Likewise.
11519 * gdb.base/shlib-call.exp: Likewise.
11520 * gdb.base/shreloc.exp: Likewise.
11521 * gdb.base/so-impl-ld.exp: Likewise.
11522 * gdb.base/solib-disc.exp: Likewise.
11523 * gdb.base/solib-nodir.exp: Likewise.
11524 * gdb.base/solib-overlap.exp: Likewise.
11525 * gdb.base/solib-symbol.exp: Likewise.
11526 * gdb.base/solib-weak.exp (do_test): Likewise.
11527 * gdb.base/sym-file.exp: Likewise.
11528 * gdb.base/symtab-search-order.exp: Likewise.
11529 * gdb.base/type-opaque.exp: Likewise.
11530 * gdb.base/unload.exp: Likewise.
11531 * gdb.base/watchpoint-solib.exp: Likewise.
11532 * gdb.compile/compile.exp: Likewise.
11533 * gdb.cp/gdb2384.exp: Likewise.
11534 * gdb.cp/infcall-dlopen.exp: Likewise.
11535 * gdb.cp/re-set-overloaded.exp: Likewise.
11536 * gdb.fortran/library-module.exp: Likewise.
11537 * gdb.opt/solib-intra-step.exp: Likewise.
11538 * gdb.python/py-finish-breakpoint.exp: Likewise.
11539 * gdb.python/py-shared.exp: Likewise.
11540 * gdb.reverse/solib-precsave.exp: Likewise.
11541 * gdb.reverse/solib-reverse.exp: Likewise.
11542 * gdb.server/solib-list.exp: Likewise.
11543 * gdb.threads/dlopen-libpthread.exp: Likewise.
11544 * gdb.threads/tls-shared.exp: Likewise.
11545 * gdb.threads/tls-so_extern.exp: Likewise.
11546 * gdb.trace/change-loc.exp: Likewise.
11547 * gdb.trace/ftrace-lock.exp: Likewise.
11548 * gdb.trace/ftrace.exp: Likewise.
11549 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11550 * gdb.trace/pending.exp: Likewise.
11551 * gdb.trace/range-stepping.exp: Likewise.
11552 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11553 (strace_info_marker): Likewise.
11554 (strace_probe_marker): Likewise.
11555 (strace_trace_on_same_addr): Likewise.
11556 (strace_trace_on_diff_addr): Likewise.
11557 * gdb.trace/trace-break.exp: Likewise.
11558 * gdb.trace/trace-condition.exp: Likewise.
11559 * gdb.trace/trace-mt.exp: Likewise.
11560
11561 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11562
11563 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11564 result of gdb_remote_download.
11565 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11566 * gdb.base/dso2dso.exp: Likewise.
11567 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11568 * gdb.base/print-file-var.exp: Likewise.
11569 * gdb.base/shlib-call.exp: Likewise.
11570 * gdb.base/shreloc.exp: Likewise.
11571 * gdb.base/solib-overlap.exp: Likewise.
11572 * gdb.base/solib-weak.exp (do_test): Likewise.
11573 * gdb.base/unload.exp: Likewise.
11574
11575 2016-04-27 Yao Qi <yao.qi@linaro.org>
11576
11577 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11578 exists.
11579
11580 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11581
11582 * vla-type.exp: Print structure from toplevel.
11583
11584 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11585
11586 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11587 of dynamic types.
11588 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11589 of dynamic types.
11590
11591 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11592
11593 * gdb.fortran/vla-type.f90: New file.
11594 * gdb.fortran/vla-type.exp: New file.
11595
11596 2016-04-25 Yao Qi <yao.qi@linaro.org>
11597
11598 * gdb.base/branch-to-self.c: New file.
11599 * gdb.base/branch-to-self.exp: New file.
11600
11601 2016-04-22 Yao Qi <yao.qi@linaro.org>
11602
11603 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11604 more after $hex.
11605
11606 2016-04-22 Yao Qi <yao.qi@linaro.org>
11607
11608 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11609 * gdb.base/annota3.exp: Likewise.
11610
11611 2016-04-22 Yao Qi <yao.qi@linaro.org>
11612
11613 * gdb.reverse/step-precsave.exp: Do one step and test program
11614 stops in "callee" and do multiple steps until program goes out
11615 of "callee".
11616 * gdb.reverse/step-reverse.exp: Likewise.
11617
11618 2016-04-22 Yao Qi <yao.qi@linaro.org>
11619
11620 * gdb.trace/signal.exp: Also pass if
11621 $tracepoint_hits($i) > $iterations.
11622
11623 2016-04-22 Yao Qi <yao.qi@linaro.org>
11624
11625 * gdb.trace/signal.c: New file.
11626 * gdb.trace/signal.exp: New file.
11627
11628 2016-04-19 Doug Evans <xdje42@gmail.com>
11629
11630 * gdb.base/bad-file.exp: New file.
11631
11632 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11633
11634 * gdb.dwarf2/implref.exp: New file.
11635
11636 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11637
11638 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11639 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11640 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11641 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11642 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11643 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11644 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11645 * lib/fortran.exp (fortran_int4): New procedure.
11646 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11647 (fortran_logical4): Likewise.
11648
11649 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11650
11651 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11652
11653 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11654
11655 * lib/compiler.c: Add Intel specific preprocessor macros.
11656 * lib/compiler.cc: Likewise.
11657
11658 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11659
11660 * gdb.server/connect-with-no-symbol-file.c: New file.
11661 * gdb.server/connect-with-no-symbol-file.exp: New file.
11662
11663 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11664
11665 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11666
11667 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11668
11669 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11670 standard output directory.
11671
11672 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11673
11674 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11675
11676 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11677
11678 * gdb.btrace/instruction_history.c (loop): Add declaration.
11679
11680 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11681
11682 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11683
11684 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11685
11686 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11687 parentheses to print.
11688 (continue_handler): Likewise.
11689
11690 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11691
11692 * gdb.server/solib-list.exp: Remove is_remote check.
11693 Pass shlib= to gdb_compile. Don't link shared library with
11694 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11695 Run binary filename through "readlink -f" on the target.
11696
11697 2016-04-08 Pedro Alves <palves@redhat.com>
11698
11699 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11700 interpreter filename as argument to gdbserver_spawn.
11701 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11702 Return empty if $last_loaded_file does not exist.
11703
11704 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11705
11706 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11707 * gdb.base/jit-main.c: Use exit after usage.
11708
11709 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11710
11711 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11712 GDBHISTSIZE prior to the tests.
11713 * gdb.base/gdbinit-history.exp: Likewise.
11714
11715 2016-04-07 Pedro Alves <palves@redhat.com>
11716
11717 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11718 instead of build_executable. Use gdb_load_shlibs.
11719
11720 2016-04-07 Yao Qi <yao.qi@linaro.org>
11721
11722 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11723 Execute "si" command.
11724
11725 2016-04-07 Yao Qi <yao.qi@linaro.org>
11726
11727 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11728 number instead of the comments on some line.
11729
11730 2016-04-06 Don Breazeal <donb@codesourcery.com>
11731
11732 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11733 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11734
11735 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11736
11737 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11738 standard_output_file. Remove unused binfile variable.
11739
11740 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11741
11742 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11743 * gdb.python/py-mi-objfile.exp: Match "list main" output
11744 in console format.
11745
11746 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11747
11748 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11749 absolute.
11750
11751 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11752
11753 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11754 absolute.
11755 * gdb.trace/ftrace.exp: Likewise.
11756 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11757 targets as well.
11758 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11759 (gdb_load_shlibs): Copy libraries to test directory when testing
11760 natively. Only set solib-search-path if testing remotely.
11761 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11762
11763 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11764
11765 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11766 gdb_download. Use it even if the target is not remote.
11767 * gdb.base/jit.exp (compile_jit_test): Likewise.
11768 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11769 output directory if the destination board is local, otherwise use
11770 the standard remote_download from DejaGnu.
11771 (gdb_download): Remove.
11772 (gdb_load_shlibs): Use gdb_remote_download instead of
11773 gdb_download.
11774 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11775 Use gdb_remote_download instead of gdb_download. Use it even if
11776 the target is not remote.
11777 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11778 instead of gdb_download.
11779
11780 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11781
11782 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11783 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11784 run.
11785
11786 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11787
11788 PR gdb/19820
11789 * gdb.base/printcmds.exp: Add artificial arrays tests.
11790
11791 2016-03-31 Pedro Alves <palves@redhat.com>
11792
11793 PR gdb/19858
11794 * gdb.base/jit-main.c: Include unistd.h.
11795 (ATTACH): Define to 0 if not already defined.
11796 (wait_for_gdb, mypid): New globals.
11797 (WAIT_FOR_GDB): New macro.
11798 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11799 some breakpoint locations.
11800 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11801 New procedures.
11802 (one_jit_test): Add REATTACH parameter, and handle it. Use
11803 continue_to_test_location.
11804 (top level): Test attach, and adjusts calls to one_jit_test.
11805
11806 2016-03-31 Pedro Alves <palves@redhat.com>
11807
11808 PR gdb/19858
11809 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11810 BINSUFFIX parameter, and handle it.
11811 (top level): Adjust calls compile_jit_test.
11812
11813 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11814
11815 PR python/19743
11816 * gdb.python/py-mi-events-gdb.py: New file.
11817 * gdb.python/py-mi-events.c: New file.
11818 * gdb.python/py-mi-events.exp: New file.
11819
11820 2016-03-30 Yao Qi <yao.qi@linaro.org>
11821
11822 * gdb.reverse/until-precsave.exp: Match function name only.
11823 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11824 Move malloc to a condition block.
11825 * gdb.reverse/until-reverse.exp: Match function name only.
11826
11827 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11828
11829 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11830 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11831 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11832 variable for GPR 0 instead of assuming it is register 0.
11833 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11834 * lib/trace-support.exp: Add s390 registers.
11835
11836 2016-03-29 Yao Qi <yao.qi@linaro.org>
11837
11838 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11839
11840 2016-03-24 Yao Qi <yao.qi@linaro.org>
11841
11842 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11843 test message.
11844
11845 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11846
11847 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11848 maintaining separate logic for constructing the output path.
11849
11850 2016-03-16 Don Breazeal <donb@codesourcery.com>
11851
11852 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11853 Retry fork and waitpid on interrupted system call errors.
11854 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11855 Use with_timeout_factor to increase timeout by factor of 10.
11856
11857 2016-03-15 Don Breazeal <donb@codesourcery.com>
11858
11859 * gdb.cp/scope-err.cc: New test program.
11860 * gdb.cp/scope-err.exp: New test script.
11861 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11862 lines and "set breakpoint here" comment.
11863 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11864 Fixed some whitespace and format issues.
11865 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11866 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11867
11868 2016-03-15 Doug Evans <dje@google.com>
11869
11870 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11871 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11872 All callers updated. Add tests for enums, mixed flags register.
11873
11874 2016-03-15 Doug Evans <dje@google.com>
11875
11876 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11877 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11878
11879 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11880
11881 * gdb.base/default.exp: Add $_as_string to the list of expected
11882 convenience functions.
11883
11884 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11885
11886 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11887
11888 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11889
11890 * gdb.python/py-as-string.exp: New file.
11891 * gdb.python/py-as-string.c: New file.
11892
11893 2016-03-09 Pedro Alves <palves@redhat.com>
11894
11895 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11896 signal" -> "Thread NN received signal" output change.
11897 * gdb.threads/ia64-sigill.exp: Likewise.
11898 * gdb.threads/linux-dp.exp: Likewise.
11899 * gdb.threads/manythreads.exp: Likewise.
11900 * gdb.threads/pending-step.exp: Likewise.
11901 * gdb.threads/print-threads.exp: Likewise.
11902 * gdb.threads/sigstep-threads.exp: Likewise.
11903 * gdb.threads/staticthreads.exp: Likewise.
11904 * gdb.threads/tls.exp: Likewise.
11905
11906 2016-03-09 Pedro Alves <palves@redhat.com>
11907
11908 * gdb.base/command-line-input.exp: New file.
11909
11910 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11911
11912 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11913 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11914 * gdb.trace/pending.exp: Accept leading dot before function name.
11915 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11916 * lib/trace-support.exp: Set registers for ppc.
11917
11918 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11919
11920 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11921 use it for disassembly; accept .main in addition to main in backtrace.
11922
11923 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11924 Marcin Kościelnicki <koriakin@0x04.net>
11925
11926 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11927 (gdb_recursion_test_ptr): New global variable.
11928 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11929 gdb_recursion_test.
11930 (gdb_c_test): Ditto.
11931
11932 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11933
11934 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11935 ordering.
11936
11937 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11938
11939 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11940 (bar): Add bar_start_lbl label.
11941 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11942 of foo/bar for emitting DWARF and tracing.
11943
11944 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11945
11946 * analyze-racy-logs.py: Set executable bit.
11947
11948 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11949
11950 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11951 (CHECK_TARGET_TMP): Likewise.
11952 (check-single-racy): New rule.
11953 (check-parallel-racy): Likewise.
11954 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11955 (do-check-parallel-racy): New rule.
11956 (check-racy/%.exp): Likewise.
11957 * README (Racy testcases): New section.
11958 * analyze-racy-logs.py: New file.
11959
11960 2016-03-03 Doug Evans <dje@google.com>
11961
11962 * gdb.base/skip.exp: Use with_test_prefix.
11963
11964 2016-03-03 Yao Qi <yao.qi@linaro.org>
11965
11966 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11967 Invoke step_over_syscall "clone" and break_cond_on_syscall
11968 "clone".
11969 * gdb.base/step-over-clone.c: New file.
11970
11971 2016-03-03 Yao Qi <yao.qi@linaro.org>
11972
11973 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11974 code format.
11975
11976 2016-03-03 Yao Qi <yao.qi@linaro.org>
11977
11978 * gdb.base/disp-step-fork.c: Rename to ...
11979 * gdb.base/step-over-fork.c: ... it. New file.
11980 * gdb.base/disp-step-vfork.c: Rename to ...
11981 * gdb.base/step-over-vfork.c: ... it. New file.
11982 * gdb.base/disp-step-syscall.exp: Rename to ...
11983 * gdb.base/step-over-syscall.exp: ... it. New file.
11984 (disp_step_cross_syscall): Rename to ...
11985 (step_over_syscall): ... it.
11986
11987 2016-03-03 Yao Qi <yao.qi@linaro.org>
11988
11989 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11990 If target supports condition evaluation on target, invoke
11991 break_cond_on_syscall for fork and vfork.
11992
11993 2016-03-03 Yao Qi <yao.qi@linaro.org>
11994
11995 * gdb.base/disp-step-syscall.exp: Don't invoke
11996 support_displaced_stepping.
11997 (disp_step_cross_syscall): Test with displaced stepping off and
11998 on if supported.
11999
12000 2016-03-03 Yao Qi <yao.qi@linaro.org>
12001
12002 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12003 proc.
12004 (setup): New proc.
12005 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12006 and setup.
12007
12008 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12009
12010 * gdb.fortran/vla-history.exp: Remove breakpoint.
12011
12012 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12013
12014 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12015 exceeds timeout.
12016
12017 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12018
12019 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12020 breakpoint.
12021
12022 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12023
12024 * gdb.mi/vla.f90: Nullify pointer after declaration.
12025
12026 2016-03-01 Pedro Alves <palves@redhat.com>
12027
12028 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12029
12030 2016-03-01 Pedro Alves <palves@redhat.com>
12031
12032 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12033 before anything else.
12034 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12035 _GNU_SOURCE here.
12036 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12037 before anything else.
12038 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12039
12040 2016-03-01 Pedro Alves <palves@redhat.com>
12041
12042 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12043
12044 2016-03-01 Yao Qi <yao.qi@linaro.org>
12045
12046 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12047 prepare_for_testing.
12048
12049 2016-03-01 Yao Qi <yao.qi@linaro.org>
12050
12051 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12052
12053 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12054
12055 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12056 manually constructing the output path.
12057
12058 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12059
12060 * gdb.arch/s390-stackless.S: New.
12061 * gdb.arch/s390-stackless.exp: New.
12062
12063 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12064
12065 * gdb.dlang/circular.c: New file.
12066 * gdb.dlang/circular.exp: New file.
12067
12068 2016-02-26 Yao Qi <yao.qi@linaro.org>
12069
12070 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12071 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12072 (testcases): Update.
12073
12074 2016-02-26 Yao Qi <yao.qi@linaro.org>
12075
12076 * gdb.reverse/aarch64.c: Rename to ...
12077 * gdb.reverse/insn-reverse.c: ... it.
12078 * gdb.reverse/aarch64.exp: Rename to ...
12079 * gdb.reverse/insn-reverse.exp: ... it.
12080
12081 2016-02-26 Yao Qi <yao.qi@linaro.org>
12082
12083 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12084 (testcase_ftype): New.
12085 (testcases): New array.
12086 (n_testcases): New.
12087 (main): Call each element in testcases.
12088 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12089 (read_testcase): New.
12090 Do the tests in a loop.
12091
12092 2016-02-25 Yao Qi <yao.qi@linaro.org>
12093
12094 * gdb.base/branches.c: Remove.
12095
12096 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12097
12098 PR gdb/13808
12099 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12100
12101 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12102
12103 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12104
12105 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12106
12107 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12108 change x86_64 call_insn to 'callq'.
12109
12110 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12111
12112 * gdb.trace/tfile-avx.c: Move to...
12113 * gdb.trace/tracefile-pseudo-reg.c: Here.
12114 * gdb.trace/tfile-avx.exp: Move to...
12115 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12116
12117 2016-02-24 Gary Benson <gbenson@redhat.com>
12118
12119 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12120 message on attach.
12121
12122 2016-02-23 Doug Evans <dje@google.com>
12123
12124 * gdb.base/skip.c (test_skip): New function.
12125 (end_test_skip_file_and_function): New function.
12126 (test_skip_file_and_function): New function.
12127 * gdb.base/skip1.c (test_skip): New function.
12128 (skip1_test_skip_file_and_function): New function.
12129 * gdb.base/skip.exp: Add tests for new skip options.
12130 * gdb.base/skip-solib.exp: Update expected output.
12131 * gdb.perf/skip-command.cc: New file.
12132 * gdb.perf/skip-command.exp: New file.
12133 * gdb.perf/skip-command.py: New file.
12134
12135 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12136
12137 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12138 info registers pattern.
12139
12140 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12141
12142 * lib/future.exp: Add D support.
12143 (gdb_find_gdc): New proc.
12144 (gdb_default_target_compile): Add D support.
12145
12146 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12147
12148 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12149 user+system time.
12150 (trace_speed_test): Determine the iteration count for a time
12151 between 15..30 seconds.
12152
12153 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12154
12155 * gdb.arch/i386-mpx-sigsegv.c: New file.
12156 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12157 * gdb.arch/i386-mpx-simple_segv.c: New file.
12158 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12159
12160 2016-02-18 Yao Qi <yao.qi@linaro.org>
12161
12162 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12163 Don't call setup_kfail.
12164
12165 2016-02-18 Yao Qi <yao.qi@linaro.org>
12166
12167 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12168 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12169
12170 2016-02-16 Doug Evans <dje@google.com>
12171
12172 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12173 * gdb.base/skip1.c: Ditto.
12174 * gdb.base/skip.exp: Whitespace cleanup.
12175
12176 2016-02-16 Don Breazeal <donb@codesourcery.com>
12177
12178 PR remote/19496
12179 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12180 Remove kfail for PR remote/19496.
12181
12182 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12183
12184 * lib/gdb.exp (standard_temp_file): Return a path specific to
12185 the runtest invocation.
12186
12187 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12188
12189 * gdb.trace/save-trace.exp: Change relative path to be in the
12190 standard output directory.
12191
12192 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12193
12194 * gdb.arch/i386-prologue.c: Add missing prototypes.
12195
12196 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12197
12198 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12199 * gdb.arch/i386-prologue.exp: Likewise.
12200 * gdb.arch/i386-size.exp: Likewise.
12201
12202 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12203
12204 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12205 define object file path.
12206 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12207 file path.
12208 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12209 standard_output_file to define binfile.
12210
12211 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12212
12213 Fix compatibility with recent gfortran-5.3.1.
12214 * gdb.fortran/vla-history.exp (print vla1 allocated)
12215 (print vla2 allocated, print $2, print $3): Remove
12216 (print $4): Rename to ...
12217 (print $2): ... here.
12218 (print $9): Rename to ...
12219 (print $5): ... here.
12220 (print $10): Rename to ...
12221 (print $6): ... here.
12222 * gdb.fortran/vla.f90: Add pvla initialization.
12223
12224 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12225
12226 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12227 New test.
12228 * gdb.fortran/vla-value-sub.exp: Likewise.
12229
12230 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12231
12232 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12233
12234 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12235
12236 * i386-biarch-core.exp: Define corefile using
12237 standard_output_file.
12238
12239 2016-02-12 Yao Qi <yao.qi@linaro.org>
12240
12241 * gdb.arch/arm-single-step-kernel-helper.c: New.
12242 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12243
12244 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12245
12246 * gdb.btrace/tailcall-only.exp: New.
12247 * gdb.btrace/tailcall-only.c: New.
12248 * gdb.btrace/x86_64-tailcall-only.S: New.
12249 * gdb.btrace/i686-tailcall-only.S: New.
12250
12251 2016-02-11 Pedro Alves <palves@redhat.com>
12252
12253 * README (Parallel testing): Add missing double quotes.
12254
12255 2016-02-11 Pedro Alves <palves@redhat.com>
12256
12257 * README (Parallel testing): New section.
12258 (GDB_PARALLEL): Rewrite.
12259 (FORCE_PARALLEL): Document.
12260
12261 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12262
12263 * gdb.trace/tfile-avx.c: New test.
12264 * gdb.trace/tfile-avx.exp: New test.
12265
12266 2016-02-09 Keith Seitz <keiths@redhat.com>
12267
12268 PR breakpoints/19546
12269 * gdb.base/infcall-exec.c: New file.
12270 * gdb.base/infcall-exec2.c: New file.
12271 * gdb.base/infcall-exec.exp: New file.
12272
12273 2016-02-09 Keith Seitz <keiths@redhat.com>
12274
12275 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12276 (toplevel): Call test_bkpt_address.
12277
12278 2016-02-09 Keith Seitz <keiths@redhat.com>
12279
12280 PR python/19506
12281 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12282 (toplevel): Call test_bkpt_address.
12283
12284 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12285
12286 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12287 to AC_OUTPUT.
12288 * configure: Regenerate.
12289
12290 2016-02-09 Pedro Alves <palves@redhat.com>
12291
12292 PR breakpoints/19548
12293 * gdb.base/execl-update-breakpoints.c (some_function): New
12294 function.
12295 (main): Call it.
12296 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12297 Tighten expected GDB output.
12298
12299 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12300
12301 * Makefile.in (ALL_SUBDIRS): Remove.
12302 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12303 (distclean maintainer-clean realclean): Likewise.
12304 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12305 * configure: Regenerate.
12306 * gdb.ada/Makefile.in: Delete.
12307 * gdb.arch/Makefile.in: Likewise.
12308 * gdb.asm/Makefile.in: Likewise.
12309 * gdb.base/Makefile.in: Likewise.
12310 * gdb.btrace/Makefile.in: Likewise.
12311 * gdb.cell/Makefile.in: Likewise.
12312 * gdb.compile/Makefile.in: Likewise.
12313 * gdb.cp/Makefile.in: Likewise.
12314 * gdb.disasm/Makefile.in: Likewise.
12315 * gdb.dlang/Makefile.in: Likewise.
12316 * gdb.dwarf2/Makefile.in: Likewise.
12317 * gdb.fortran/Makefile.in: Likewise.
12318 * gdb.gdb/Makefile.in: Likewise.
12319 * gdb.go/Makefile.in: Likewise.
12320 * gdb.guile/Makefile.in: Likewise.
12321 * gdb.java/Makefile.in: Likewise.
12322 * gdb.linespec/Makefile.in: Likewise.
12323 * gdb.mi/Makefile.in: Likewise.
12324 * gdb.modula2/Makefile.in: Likewise.
12325 * gdb.multi/Makefile.in: Likewise.
12326 * gdb.objc/Makefile.in: Likewise.
12327 * gdb.opencl/Makefile.in: Likewise.
12328 * gdb.opt/Makefile.in: Likewise.
12329 * gdb.pascal/Makefile.in: Likewise.
12330 * gdb.perf/Makefile.in: Likewise.
12331 * gdb.python/Makefile.in: Likewise.
12332 * gdb.reverse/Makefile.in: Likewise.
12333 * gdb.server/Makefile.in: Likewise.
12334 * gdb.stabs/Makefile.in: Likewise.
12335 * gdb.threads/Makefile.in: Likewise.
12336 * gdb.trace/Makefile.in: Likewise.
12337 * gdb.xml/Makefile.in: Likewise.
12338 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12339 GDB_PARALLEL.
12340 (standard_output_file): Remove check for GDB_PARALLEL, always
12341 return path in outputs/$subdir/$testname.
12342
12343 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12344
12345 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12346 (site.exp): Assign abs_srcdir to tcl's srcdir.
12347
12348 2016-02-04 Yao Qi <yao.qi@linaro.org>
12349
12350 * gdb.base/foll-exec-mode.c: Include limits.h.
12351 (main): Add parameters argc and argv. Get directory from
12352 argv[0].
12353 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12354 compilation.
12355 * gdb.base/foll-exec.c: Include limits.h.
12356 (main): Add parameters argc and argv.
12357 Get directory from argv[0].
12358 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12359 Adjust tests on the number of lines as source code changed.
12360 * gdb.base/foll-vfork-exit.c: Include limits.h.
12361 (main): Add one line of statement before vfork.
12362 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12363 (main): Add parameters argc and argv. Get directory from
12364 argv[0].
12365 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12366 (setup_gdb): Set tbreak to skip some source lines.
12367 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12368 (main): Add parameters argc and argv. Get directory from
12369 argv[0].
12370 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12371 compilation.
12372 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12373 (main): Add parameters argc and argv. Get directory from
12374 argv[0].
12375 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12376 compilation.
12377
12378 2016-02-01 Doug Evans <dje@google.com>
12379
12380 * gdb.base/skip.exp: Clean up multiple references to same test name.
12381
12382 2016-02-01 Pedro Alves <palves@redhat.com>
12383
12384 PR remote/19496
12385 * gdb.threads/forking-threads-plus-breakpoint.exp
12386 (displaced_stepping_supported): New global.
12387 (probe_displaced_stepping_support): New procedure.
12388 (do_test): Add 'displaced' parameter, and use it.
12389 (top level): Check for displaced stepping support. Add displaced
12390 stepping on/off testing axis.
12391
12392 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12393
12394 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12395 pointer. Don't perform further tests on the unassociated pointer
12396 if the first test fails.
12397
12398 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12399
12400 * gdb.base/max-value-size.c: New file.
12401 * gdb.base/max-value-size.exp: New file.
12402 * gdb.base/huge.exp: Disable max-value-size for this test.
12403
12404 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12405
12406 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12407
12408 2016-01-28 Yao Qi <yao.qi@linaro.org>
12409
12410 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12411
12412 2016-01-25 Pedro Alves <palves@redhat.com>
12413
12414 PR threads/19461
12415 * gdb.base/fork-running-state.c: New file.
12416 * gdb.base/fork-running-state.exp: New file.
12417
12418 2016-01-25 Pedro Alves <palves@redhat.com>
12419
12420 PR gdb/19494
12421 * gdb.base/catch-fork-kill.c: New file.
12422 * gdb.base/catch-fork-kill.exp: New file.
12423
12424 2016-01-25 Pedro Alves <palves@redhat.com>
12425
12426 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12427 Delete, moved to lib/gdb.exp.
12428 * gdb.threads/forking-threads-plus-breakpoint.exp
12429 (foreach_with_prefix): Likewise.
12430 * gdb.threads/process-dies-while-handling-bp.exp
12431 (foreach_with_prefix): Likewise.
12432 * lib/gdb.exp (foreach_with_prefix): New procedure.
12433
12434 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12435
12436 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12437 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12438
12439 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12440
12441 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12442 endian targets.
12443
12444 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12445 Pedro Alves <palves@redhat.com>
12446
12447 Fix testsuite compatibility with Guile.
12448 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12449 number.
12450
12451 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12452
12453 Fix testsuite compatibility with Guile.
12454 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12455 (thread 1): New test for backtrace through signal handler.
12456
12457 2016-01-22 Yao Qi <yao.qi@linaro.org>
12458
12459 PR testsuite/19491
12460 * gdb.base/multi-forks.c: Include
12461 ../lib/unbuffer_output.c
12462 (main): Call gdb_unbuffer_output.
12463
12464 2016-01-21 Doug Evans <dje@google.com>
12465
12466 * lib/ada.exp (gdb_compile_ada): Fix typo.
12467
12468 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12469
12470 * gdb.base/break-fun-addr.exp: New file.
12471 * gdb.base/break-fun-addr1.c: New file.
12472 * gdb.base/break-fun-addr2.c: New file.
12473
12474 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12475
12476 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12477 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12478 enum flag values.
12479
12480 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12481
12482 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12483 when GDB can not set the vector return value. Add more comments
12484 for clarification.
12485
12486 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12487
12488 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12489 command.
12490
12491 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12492
12493 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12494
12495 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12496
12497 * Makefile.in (check-single): Pass --status to runtest.
12498 (check/%.exp): Likewise.
12499
12500 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12501
12502 * Makefile.in (check-parallel): Propagate return code from make
12503 do-check-parallel.
12504
12505 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12506
12507 * gdb.trace/ftrace.exp: Fix expected message on continue.
12508 * gdb.trace/pending.exp: Fix expected message on continue.
12509 * gdb.trace/trace-break.exp: Fix expected message on continue.
12510
12511 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12512
12513 * lib/gdb.exp (gdb_test): Remove unused global references.
12514
12515 2016-01-18 Pedro Alves <palves@redhat.com>
12516
12517 * gdb.base/async-shell.exp: Adjust expected output.
12518 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12519 * gdb.base/siginfo-thread.exp: Adjust expected output.
12520 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12521 * gdb.java/jnpe.exp: Adjust expected output.
12522 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12523 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12524 * gdb.threads/leader-exit.exp: Adjust expected output.
12525 * gdb.threads/manythreads.exp: Adjust expected output.
12526 * gdb.threads/pthreads.exp: Adjust expected output.
12527 * gdb.threads/schedlock.exp: Adjust expected output.
12528 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12529 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12530 expected output.
12531 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12532 output.
12533 * gdb.threads/sigthread.exp: Adjust expected output.
12534 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12535
12536 2016-01-18 Yao Qi <yao.qi@linaro.org>
12537
12538 * gdb.guile/scm-section-script.c: Replace @progbits with
12539 %progbits.
12540 * gdb.python/py-section-script.c: Likewise.
12541
12542 2016-01-15 Pedro Alves <palves@redhat.com>
12543
12544 * gdb.multi/tids.exp: Test star wildcard ranges.
12545
12546 2016-01-15 Pedro Alves <palves@redhat.com>
12547
12548 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12549 command from "thread apply" invocation.
12550 (thr_apply_info_thr_invalid): Default the expected output to the
12551 input tid list.
12552 (top level): Add tests that use convenience variables. Add tests
12553 for "thread apply" with a valid TID list, but missing the command.
12554
12555 2016-01-13 Pedro Alves <palves@redhat.com>
12556
12557 * gdb.base/default.exp: Expect $_gthread as well.
12558 * gdb.multi/tids.exp: Test $_gthread.
12559 * gdb.threads/thread-specific.exp: Test $_gthread.
12560
12561 2016-01-13 Pedro Alves <palves@redhat.com>
12562
12563 * gdb.multi/tids.exp: Test "info threads -gid".
12564
12565 2016-01-13 Pedro Alves <palves@redhat.com>
12566
12567 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12568 Breakpoint.thread.
12569 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12570
12571 2016-01-07 Pedro Alves <palves@redhat.com>
12572
12573 * gdb.base/break.exp: Adjust to output changes.
12574 * gdb.base/hbreak2.exp: Likewise.
12575 * gdb.base/sepdebug.exp: Likewise.
12576 * gdb.base/watch_thread_num.exp: Likewise.
12577 * gdb.linespec/keywords.exp: Likewise.
12578 * gdb.multi/info-threads.exp: Likewise.
12579 * gdb.threads/thread-find.exp: Likewise.
12580 * gdb.multi/tids.c: New file.
12581 * gdb.multi/tids.exp: New file.
12582
12583 2016-01-13 Pedro Alves <palves@redhat.com>
12584
12585 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12586
12587 2016-01-13 Pedro Alves <palves@redhat.com>
12588
12589 * gdb.base/default.exp: Expect $_inferior as well.
12590 * gdb.multi/base.exp: Test $_inferior.
12591
12592 2016-01-13 Pedro Alves <palves@redhat.com>
12593
12594 PR breakpoints/19388
12595 * gdb.base/catch-signal-siginfo-cond.c: New file.
12596 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12597
12598 2016-01-12 Josh Stone <jistone@redhat.com>
12599 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12600
12601 * gdb.base/catch-syscall.c (do_execve): New variable.
12602 (main): Conditionally trigger an execve.
12603 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12604 (test_catch_syscall_execve): New, check entry/return across execve.
12605 (do_syscall_tests): Call test_catch_syscall_execve.
12606
12607 2016-01-12 Pedro Alves <palves@redhat.com>
12608
12609 * gdb.base/random-signal.exp (do_test): New procedure, with body
12610 of testcase moved in.
12611
12612 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12613 Pedro Alves <palves@redhat.com>
12614
12615 * gdb.base/funcargs.exp (finish from indirectly called function):
12616 Reintroduce the case for 'First'.
12617
12618 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12619 Pedro Alves <palves@redhat.com>
12620
12621 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12622 (tcatch_vfork_then_child_follow_exec)
12623 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12624 identification.
12625
12626 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12627
12628 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12629 and repeats to unlimited.
12630 * gdb.python/py-value.exp: Likewise.
12631 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12632 and repeats to unlimited.
12633
12634 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12635
12636 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12637 and reordering the functions.
12638 * gdb.multi/hangout.c: Likewise.
12639 * gdb.multi/hello.c: Likewise.
12640
12641 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12642
12643 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12644 absolute.
12645 (SingleStatisticTestResult.report): Use dict.keys instead of
12646 dict.iterkeys.
12647
12648 2016-01-06 Pedro Alves <palves@redhat.com>
12649
12650 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12651
12652 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12653
12654 * gdb.btrace/dlopen.exp: New.
12655 * gdb.btrace/dlopen.c: New.
12656 * gdb.btrace/dlopen-dso.c: New.
12657
12658 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12659
12660 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12661 PATTERN argument is optional.
12662
12663 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12664
12665 * lib/ada.exp (target_compile_ada_from_dir): New function.
12666 (gdb_compile_ada): Reimplement avoiding the use of project files.
12667 * gdb.ada/gnat_ada.gpr: Delete.
12668 * gdb.ada/cond_lang.exp: Adjust test to make path before
12669 filename optional.
12670 * gdb.ada/small_reg_param.exp: Likewise.
12671
12672 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12673
12674 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12675
12676 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12677
12678 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12679 case.
12680
12681 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12682
12683 * gdb.base/break.exp: Remove dead code.
12684 * gdb.base/sepdebug.exp: Likewise.
12685
12686 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12687
12688 * gdb.asm/asm-source.exp: Remove HP-UX references.
12689 * gdb.base/annota1.exp: Likewise.
12690 * gdb.base/annota3.exp: Likewise.
12691 * gdb.base/attach.exp: Likewise.
12692 * gdb.base/bigcore.exp: Likewise.
12693 * gdb.base/break.exp: Likewise.
12694 * gdb.base/call-ar-st.exp: Likewise.
12695 * gdb.base/callfuncs.exp: Likewise.
12696 * gdb.base/catch-fork-static.exp: Likewise.
12697 * gdb.base/display.exp: Likewise.
12698 * gdb.base/foll-exec-mode.exp: Likewise.
12699 * gdb.base/foll-exec.exp: Likewise.
12700 * gdb.base/foll-fork.exp: Likewise.
12701 * gdb.base/foll-vfork.exp: Likewise.
12702 * gdb.base/funcargs.exp: Likewise.
12703 * gdb.base/hbreak2.exp: Likewise.
12704 * gdb.base/inferior-died.exp: Likewise.
12705 * gdb.base/interrupt.exp: Likewise.
12706 * gdb.base/multi-forks.exp: Likewise.
12707 * gdb.base/nodebug.exp: Likewise.
12708 * gdb.base/sepdebug.exp: Likewise.
12709 * gdb.base/solib1.c: Likewise.
12710 * gdb.base/step-test.exp: Likewise.
12711 * gdb.mi/non-stop.c: Likewise.
12712 * gdb.mi/pthreads.c: Likewise.
12713 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12714 * gdb.threads/pthreads.c: Likewise.
12715 * gdb.threads/staticthreads.exp: Likewise.
12716 * lib/future.exp: Likewise.
12717 * lib/gdb.exp: Likewise.
12718 * gdb.base/so-indr-cl.c: Remove.
12719 * gdb.base/so-indr-cl.exp: Likewise.
12720 * gdb.base/solib.c: Likewise.
12721 * gdb.base/solib.exp: Likewise.
12722 * gdb.base/solib2.c: Likewise.
12723
12724 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12725
12726 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12727 * gdb.base/call-ar-st.exp: Likewise.
12728 * gdb.base/callfuncs.exp: Likewise.
12729 * gdb.base/condbreak.exp: Likewise.
12730 * gdb.base/constvars.exp: Likewise.
12731 * gdb.base/hbreak2.exp: Likewise.
12732 * gdb.base/langs.exp: Likewise.
12733 * gdb.base/list.exp: Likewise.
12734 * gdb.base/long_long.exp: Likewise.
12735 * gdb.base/ptype.exp: Likewise.
12736 * gdb.base/scope.exp: Likewise.
12737 * gdb.base/signals.exp: Likewise.
12738 * gdb.base/so-impl-ld.exp: Likewise.
12739 * gdb.base/varargs.exp: Likewise.
12740 * gdb.base/volatile.exp: Likewise.
12741 * gdb.base/whatis.exp: Likewise.
12742 * gdb.cp/cplusfuncs.exp: Likewise.
12743 * gdb.cp/inherit.exp: Likewise.
12744 * gdb.cp/local.exp: Likewise.
12745 * gdb.cp/member-ptr.exp: Likewise.
12746 * gdb.cp/method.exp: Likewise.
12747 * gdb.cp/overload.exp: Likewise.
12748 * gdb.cp/templates.exp: Likewise.
12749 * gdb.stabs/weird.exp: Likewise.
12750 * lib/compiler.c: Likewise.
12751 * lib/compiler.cc: Likewise.
12752 * lib/cp-support.exp: Likewise.
12753 * lib/gdb.exp: Likewise.
12754
12755 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12756
12757 * configure.ac: Remove HP-UX case.
12758 * configure: Regenerate.
12759
12760 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12761
12762 * lib/gdb.exp (gdb_compile): Add function doc.
12763
12764 2015-12-17 Pedro Alves <palves@redhat.com>
12765
12766 PR threads/19354
12767 * gdb.multi/info-threads.exp: New file.
12768
12769 2015-12-15 Yao Qi <yao.qi@linaro.org>
12770
12771 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12772 is aarch64*-*-*.
12773
12774 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12775
12776 * gdb.base/history-duplicates.exp: Skip if no readline support.
12777
12778 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12779
12780 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12781
12782 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12783
12784 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12785
12786 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12787
12788 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12789 ctrl-C if nointerrupts target property is set.
12790 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12791 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12792 * gdb.base/paginate-bg-execution.exp: Likewise.
12793 * gdb.base/paginate-execution-startup.exp: Likewise.
12794 * gdb.base/random-signal.exp: Likewise.
12795 * gdb.base/range-stepping.exp: Likewise.
12796 * gdb.cp/annota2.exp: Likewise.
12797 * gdb.cp/annota3.exp: Likewise.
12798 * gdb.gdb/selftest.exp: Likewise.
12799 * gdb.threads/continue-pending-status.exp: Likewise.
12800 * gdb.threads/leader-exit.exp: Likewise.
12801 * gdb.threads/manythreads.exp: Likewise.
12802 * gdb.threads/pthreads.exp: Likewise.
12803 * gdb.threads/schedlock.exp: Likewise.
12804 * gdb.threads/sigthread.exp: Likewise.
12805
12806 2015-12-11 Don Breazeal <donb@codesourcery.com>
12807
12808 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12809 remote.
12810 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12811 * gdb.base/foll-exec.exp (main): Enable for target remote.
12812 * gdb.base/foll-fork.exp (main): Likewise.
12813 * gdb.base/foll-vfork.exp (main): Likewise.
12814 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12815 (proc continue_to_exit_bp_loc): Use clean_restart.
12816 * gdb.base/pie-execl.exp (main): Disable for target remote.
12817 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12818 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12819 * gdb.threads/execl.exp (main): Likewise.
12820 * gdb.threads/fork-child-threads.exp (main): Likewise.
12821 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12822 remote.
12823 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12824 remote.
12825 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12826 pid.tid style ptids, instead of just tid.
12827 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12828 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12829 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12830 ptids, instead of just tid.
12831
12832 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12833
12834 * gdb.base/list.exp (test_list_forward): Add end of file error
12835 test.
12836 (test_repeat_list_command): Add end of file error test.
12837 (test_list_backwards): Add beginning of file error test.
12838
12839 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12840
12841 * gdb.base/list.exp (test_list_invalid_args): New function,
12842 defined, and called.
12843
12844 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12845
12846 * gdb.base/list.exp (test_list): Make test names unique.
12847
12848 2015-12-11 Yao Qi <yao.qi@linaro.org>
12849
12850 * gdb.base/coremaker2.c: Remove.
12851
12852 2015-12-10 Pedro Alves <palves@redhat.com>
12853
12854 * gdb.multi/base.exp: Remove stale "spaces" references.
12855
12856 2015-12-10 Pedro Alves <palves@redhat.com>
12857
12858 * gdb.multi/base.exp: Don't use nowarnings.
12859 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12860 * gdb.multi/hangout.c: Include stdio.h.
12861 * gdb.multi/hello.c: Include stdlib.h.
12862 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12863 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12864 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12865
12866 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12867
12868 * gdb.dwarf2/dw2-ranges-base.c: New file.
12869 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12870 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12871 support additional line table, and debug ranges generation.
12872 (Dwarf::ranges): New function, generate .debug_ranges.
12873 (Dwarf::lines): Support generating simple line table programs.
12874 (Dwarf::assemble): Initialise new namespace variables.
12875
12876 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12877
12878 * gdb.base/async.exp (proc test_background): Add case for
12879 asynchronous execution not supported.
12880
12881 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12882
12883 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12884 format and change test names to make them unique.
12885
12886 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12887 Pedro Alves <pedro@redhat.com>
12888
12889 PR gdb/18702
12890 Add checking of floatformats setup on x86_64 hosts.
12891 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12892 (smallval, bigval): New labels/constants.
12893 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12894 float" after loading bigval and smallval.
12895
12896 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12897
12898 * gdb.ada/fun_overload_menu.exp: New testcase.
12899 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12900
12901 2015-12-04 Josh Stone <jistone@redhat.com>
12902
12903 * gdb.base/catch-fork-static.exp: New.
12904
12905 2015-12-03 Yao Qi <yao.qi@linaro.org>
12906
12907 * gdb.base/sizeof.c: Don't include stdio.h and
12908 ../lib/unbuffer_output.c.
12909 (main): New variable 'size' and 'value'. Remove printf and
12910 gdb_unbuffer_output. Assign return value to size and value.
12911 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12912 at the beginning.
12913 (check_sizeof): Check the result by printing variable 'size'.
12914 (check_valueof): Check the result by printing variable 'value'.
12915
12916 2015-12-01 Yao Qi <yao.qi@linaro.org>
12917
12918 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12919 for aarch64*-*-linux* target.
12920
12921 2015-11-30 Pedro Alves <palves@redhat.com>
12922
12923 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12924
12925 2015-11-30 Pedro Alves <palves@redhat.com>
12926
12927 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12928 Handle non-stop mode vCont replies.
12929
12930 2015-11-30 Pedro Alves <palves@redhat.com>
12931
12932 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12933 prepare_for_testing. Start gdb with "set non-stop on" appended to
12934 GDBFLAGS. Lax expected stop output.
12935
12936 2015-11-27 Yao Qi <yao.qi@linaro.org>
12937
12938 * gdb.arch/arm-neon.exp: New.
12939 * gdb.arch/arm-neon.c: New.
12940
12941 2015-11-27 Yao Qi <yao.qi@linaro.org>
12942
12943 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12944
12945 2015-11-27 Yao Qi <yao.qi@linaro.org>
12946
12947 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12948 frames-invalid annotation.
12949
12950 2015-11-27 Yao Qi <yao.qi@linaro.org>
12951
12952 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12953
12954 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12955
12956 * gdb.threads/names.exp: New file.
12957 * gdb.threads/names.c: New file.
12958 * README: Mention gdb,no_thread_names.
12959
12960 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12961
12962 PR 19297
12963 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12964 support" error.
12965
12966 2015-11-24 Pedro Alves <palves@redhat.com>
12967
12968 PR 17539
12969 * gdb.base/display.exp: Expect displays to be sorted in ascending
12970 order. Use multi_line.
12971 * gdb.base/solib-display.exp: Likewise.
12972
12973 2015-11-24 Pedro Alves <palves@redhat.com>
12974
12975 PR 17539
12976 * gdb.base/display.exp: Expect displays to be sorted in ascending
12977 order. Use multi_line.
12978 * gdb.base/solib-display.exp: Likewise.
12979
12980 2015-11-24 Pedro Alves <palves@redhat.com>
12981
12982 PR 17539
12983 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12984 threads in ascending order.
12985 * gdb.base/foll-fork.exp: Likewise.
12986 * gdb.base/foll-vfork.exp: Likewise.
12987 * gdb.base/multi-forks.exp: Likewise.
12988 * gdb.mi/mi-nonstop.exp: Likewise.
12989 * gdb.mi/mi-nsintrall.exp: Likewise.
12990 * gdb.multi/base.exp: Likewise.
12991 * gdb.multi/multi-arch.exp: Likewise.
12992 * gdb.python/py-inferior.exp: Likewise.
12993 * gdb.threads/break-while-running.exp: Likewise.
12994 * gdb.threads/execl.exp: Likewise.
12995 * gdb.threads/gcore-thread.exp: Likewise.
12996 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12997 * gdb.threads/kill.exp: Likewise.
12998 * gdb.threads/linux-dp.exp: Likewise.
12999 * gdb.threads/multiple-step-overs.exp: Likewise.
13000 * gdb.threads/next-bp-other-thread.exp: Likewise.
13001 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13002 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13003 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13004 * gdb.threads/thread-find.exp: Likewise.
13005 * gdb.threads/tls.exp: Likewise.
13006 * lib/mi-support.exp (mi_reverse_list): Delete.
13007 (mi_check_thread_states): No longer reverse list.
13008
13009 2015-11-24 Pedro Alves <palves@redhat.com>
13010
13011 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13012 use lowercase.
13013
13014 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13015
13016 * gdb.trace/actions.c: Include trace-common.h.
13017 (main): Add a location for a fast tracepoint.
13018 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13019 the normal tracepoints.
13020 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13021
13022 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13023
13024 * save-trace.exp: Factor out code to these...
13025 (gdb_save_tracepoints): New.
13026 (gdb_load_tracepoints): New.
13027 (do_save_load_test): New.
13028
13029 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13030
13031 * gdb.base/asmlabel.exp: New test.
13032 * gdb.base/asmlabel.c: New test case.
13033
13034 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13035
13036 * gdb.base/wrong_frame_bt_full-main.c: New file.
13037 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13038 * gdb.base/wrong_frame_bt_full.exp: New file.
13039
13040 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13041
13042 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13043
13044 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13045
13046 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13047 pstate register when comparing registers values in
13048 sparc64-*-linux-gnu targets to avoid spurious differences.
13049
13050 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13051
13052 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13053
13054 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13055
13056 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13057 as type argument to gdb_compile.
13058 * gdb.base/nested-subp2.exp: Likewise.
13059 * gdb.base/nested-subp3.exp: Likewise.
13060
13061 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13062
13063 * lib/dwarf.exp (_note): Fix left shift of negative value.
13064 * gdb.trace/trace-condition.exp: Likewise.
13065
13066 2015-11-13 Yao Qi <yao.qi@linaro.org>
13067
13068 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13069 comments about d10v.
13070 (test_scalar_returns): Likewise.
13071 * gdb.base/d10v.ld: Remove.
13072 * gdb.base/overlays.exp: Remove the target triplet checking for
13073 d10v-*-*.
13074 * gdb.base/structs.exp (test_struct_returns): Remove the
13075 comments about d10v.
13076 (test_struct_calls): Likewise.
13077
13078 2015-11-13 Yao Qi <yao.qi@linaro.org>
13079
13080 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13081 * gdb.base/gnu_vector.c: Don't include stdio.h.
13082 (main): Don't print res and call add_some_intvecs.
13083
13084 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13085
13086 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13087 macro.
13088 (func5): Removed.
13089 (func4): Use FAST_TRACEPOINT_LABEL.
13090 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13091 macro.
13092 (func): Removed.
13093 (thread_function): Use FAST_TRACEPOINT_LABEL.
13094 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13095 (func): Remove.
13096 (marker): Use FAST_TRACEPOINT_LABEL.
13097 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13098 (pendfunc1): Remove.
13099 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13100 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13101 (foo): Remove.
13102 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13103 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13104 macro.
13105 (func): Remove.
13106 (marker): Use FAST_TRACEPOINT_LABEL.
13107 * gdb.trace/trace-common.h: New header.
13108 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13109 macro.
13110 (func): Remove.
13111 (marker): Use FAST_TRACEPOINT_LABEL.
13112 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13113 (func): Remove.
13114 (thread_function): Use FAST_TRACEPOINT_LABEL.
13115
13116 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13117
13118 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13119 in front.
13120 * gdb.trace/change-loc.exp: Use global pcreg definition.
13121 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13122 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13123 in front.
13124 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13125 * gdb.trace/pending.exp: Likewise.
13126 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13127 * gdb.trace/trace-break.exp: Likewise.
13128 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13129 in front.
13130 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13131 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13132 in front.
13133 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13134
13135 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13136
13137 * gdb.ada/fin_fun_out: New testcase.
13138
13139 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13140
13141 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13142 value associated with DW_AT_byte_size.
13143 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13144 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13145 DW_AT_upper_bound.
13146
13147 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13148
13149 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13150 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13151 version.
13152 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13153 gdb.dwarf2/dw2-canonicalize-type.exp,
13154 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13155 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13156 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13157 provided by gdb_target_symbol_prefix_flags_asm.
13158 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13159 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13160 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13161 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13162 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13163 macros where needed). Use this macro for symbols which require
13164 the prefix provided by SYMBOL_PREFIX.
13165
13166 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13167
13168 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13169 New procs.
13170 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13171 representing expressions, of more than one list element.
13172 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13173 to prepend linker symbol prefix to f.
13174 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13175 table_1 and table_2.
13176 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13177 Likewise, for f and g.
13178 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13179 for ptr.
13180 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13181 for main.
13182 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13183 table_1_ptr and table_2_ptr.
13184
13185 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13186 Joel Brobecker <brobecker@adacore.com>
13187
13188 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13189
13190 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13191
13192 * gdb.reverse/s390-mvcle.c: New test.
13193 * gdb.reverse/s390-mvcle.exp: New file.
13194 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13195
13196 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13197
13198 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13199
13200 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13201
13202 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13203 reaching marker2.
13204 * gdb.reverse/getresuid-reverse.exp: Likewise.
13205 * gdb.reverse/pipe-reverse.exp: Likewise.
13206 * gdb.reverse/readv-reverse.exp: Likewise.
13207 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13208 * gdb.reverse/time-reverse.exp: Likewise.
13209 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13210
13211 2015-10-30 Yao Qi <yao.qi@linaro.org>
13212
13213 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13214 (empty_cycle): Remove.
13215 (main): Don't call empty_cycle. Don't use watch_count_done.
13216 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13217 empty_cycle. Rewrite the code counting HW watchpoints.
13218
13219 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13220
13221 * gdb.reverse/fstatat-reverse.c: New test.
13222 * gdb.reverse/fstatat-reverse.exp: New file.
13223 * gdb.reverse/getresuid-reverse.c: New test.
13224 * gdb.reverse/getresuid-reverse.exp: New file.
13225 * gdb.reverse/pipe-reverse.c: New test.
13226 * gdb.reverse/pipe-reverse.exp: New file.
13227 * gdb.reverse/readv-reverse.c: New test.
13228 * gdb.reverse/readv-reverse.exp: New file.
13229 * gdb.reverse/recvmsg-reverse.c: New test.
13230 * gdb.reverse/recvmsg-reverse.exp: New file.
13231 * gdb.reverse/time-reverse.c: New test.
13232 * gdb.reverse/time-reverse.exp: New file.
13233 * gdb.reverse/waitpid-reverse.c: New test.
13234 * gdb.reverse/waitpid-reverse.exp: New file.
13235
13236 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13237
13238 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13239
13240 2015-10-26 Doug Evans <dje@google.com>
13241
13242 PR symtab/17391
13243 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13244 * gdb.dwarf2/bad-regnum.c: New file.
13245 * gdb.dwarf2/bad-regnum.exp: New file.
13246
13247 2015-10-26 Doug Evans <dje@google.com>
13248
13249 PR python/18938
13250 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13251 file.
13252
13253 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13254
13255 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13256 for a change by "Mention language in compile error message".
13257
13258 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13259
13260 PR python/18073
13261 * gdb.python/py-type.c (C::a_method): New.
13262 (C::a_const_method): New.
13263 (C::a_static_method): New.
13264 (a_function): New.
13265 * gdb.python/py-type.exp (test_fields): Test getting fields
13266 from function and method.
13267
13268 2015-10-21 Keven Boell <keven.boell@intel.com>
13269
13270 * gdb.fortran/vla-alloc-assoc.exp: New file.
13271 * gdb.fortran/vla-datatypes.exp: New file.
13272 * gdb.fortran/vla-datatypes.f90: New file.
13273 * gdb.fortran/vla-history.exp: New file.
13274 * gdb.fortran/vla-ptype-sub.exp: New file.
13275 * gdb.fortran/vla-ptype.exp: New file.
13276 * gdb.fortran/vla-sizeof.exp: New file.
13277 * gdb.fortran/vla-sub.f90: New file.
13278 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13279 * gdb.fortran/vla-value-sub-finish.exp: New file.
13280 * gdb.fortran/vla-value-sub.exp: New file.
13281 * gdb.fortran/vla-value.exp: New file.
13282 * gdb.fortran/vla-ptr-info.exp: New file.
13283 * gdb.mi/mi-vla-fortran.exp: New file.
13284 * gdb.mi/vla.f90: New file.
13285
13286 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13287
13288 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13289 of hardwired timeout value.
13290
13291 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13292 Pedro Alves <palves@redhat.com>
13293
13294 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13295 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13296
13297 2015-10-19 Josh Stone <jistone@redhat.com>
13298
13299 * gdb.base/catch-syscall.c: Include <sched.h>.
13300 (unknown_syscall): New variable.
13301 (main): Trigger a vfork and an unknown syscall.
13302 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13303 (unknown_syscall_number): Likewise.
13304 (check_call_to_syscall): Accept an optional syscall pattern.
13305 (check_return_from_syscall): Likewise.
13306 (check_continue): Likewise.
13307 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13308 (test_catch_syscall_skipping_return): New test toggling off 'catch
13309 syscall' to step over the syscall return, then toggling back on.
13310 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13311 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13312 (do_syscall_tests): Call test_catch_syscall_without_args and
13313 test_catch_syscall_mid_vfork.
13314 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13315 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13316
13317 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13318
13319 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13320 print g_vE): Add new pass patterns.
13321 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13322 print various symbol names for vptr fields.
13323
13324 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13325
13326 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13327 results.
13328
13329 2015-10-12 Yao Qi <yao.qi@linaro.org>
13330
13331 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13332
13333 2015-10-12 Yao Qi <yao.qi@linaro.org>
13334
13335 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13336 is aarch64*-*-linux*.
13337
13338 2015-10-12 Yao Qi <yao.qi@linaro.org>
13339
13340 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13341 (can_relocate_bcond_true): ... it.
13342 (can_relocate_bcond_false): New function.
13343 (foo): Likewise.
13344 (can_relocate_bl): Likewise.
13345 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13346 can_relocate_bl.
13347
13348 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13349
13350 * gdb.base/nested-addr.c: New file.
13351 * gdb.base/nested-addr.exp: New testcase.
13352
13353 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13354
13355 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13356 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13357 its output. Ignore the output of "record goto begin" and instead
13358 check that GDB is replaying.
13359
13360 2015-10-09 Pedro Alves <palves@redhat.com>
13361
13362 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13363 (top level): Use it in the run with no args test.
13364
13365 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13366
13367 * gdb.dlang/properties.exp: New file.
13368
13369 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13370
13371 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13372 whether or not address 0x1000 is mapped on the target.
13373
13374 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13375
13376 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13377 build.
13378
13379 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13380
13381 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13382 instruction-history test.
13383
13384 2015-09-28 Doug Evans <dje@google.com>
13385
13386 * gdb.base/gcore.c (array_func): Add reference to static_array.
13387
13388 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13389
13390 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13391 source line.
13392
13393 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13394
13395 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13396 short or char as base type.
13397
13398 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13399
13400 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13401 to allow any size enum.
13402
13403 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13404
13405 * gdb.ada/array_ptr_renaming.exp: New testcase.
13406 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13407 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13408
13409 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13410
13411 * gdb.trace/ftrace-lock.c: New file.
13412 * gdb.trace/ftrace-lock.exp: New file.
13413
13414 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13415
13416 * gdb.arch/insn-reloc.c: New file.
13417 * gdb.arch/ftrace-insn-reloc.exp: New file.
13418
13419 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13420
13421 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13422 instruction.
13423 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13424 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13425 * gdb.trace/range-stepping.c: Likewise.
13426 * gdb.trace/trace-break.c: Likewise.
13427 * gdb.trace/trace-mt.c (thread_function): Likewise.
13428 * gdb.trace/ftrace.c (marker): Likewise.
13429 * gdb.trace/trace-condition.c (marker): Likewise.
13430 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13431 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13432 is_aarch64_target.
13433
13434 2015-09-18 Doug Evans <xdje42@gmail.com>
13435
13436 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13437 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13438
13439 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13440
13441 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13442 the breakpoint.
13443
13444 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13445
13446 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13447 the pending breakpoint. Remove timeout override for "Run till
13448 MI pending breakpoint on pendfunc3 on thread 2" test.
13449
13450 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13451
13452 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13453 filename pattern.
13454
13455 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13456
13457 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13458 in breakpoint filename pattern.
13459
13460 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13461
13462 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13463
13464 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13465
13466 * gdb.linespec/explicit.exp: Check for readline support for
13467 tab-completion tests. Fix obvious typo.
13468
13469 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13470
13471 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13472 and replay.
13473
13474 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13475
13476 * gdb.btrace/non-stop.c: New.
13477 * gdb.btrace/non-stop.exp: New.
13478
13479 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13480 Yao Qi <yao.qi@linaro.org>
13481
13482 * gdb.trace/trace-condition.c: New file.
13483 * gdb.trace/trace-condition.exp: New file.
13484
13485 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13486
13487 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13488 for testing bytecode compilation.
13489
13490 2015-09-16 Pedro Alves <palves@redhat.com>
13491 Sandra Loosemore <sandra@codesourcery.com>
13492
13493 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13494 (SECONDS): Redefine.
13495 (main): Call pthread_kill and alarm early.
13496 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13497 support.
13498 (test): If the target can't hardware step and doesn't support
13499 displaced stepping, increase the timeout.
13500
13501 2015-09-16 Pedro Alves <palves@redhat.com>
13502
13503 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13504 (enable_debug): New procedures.
13505 (test): Use them. Bail out if waiting for threads fails.
13506 (top level): Bail out if a test fails.
13507
13508 2015-09-16 Yao Qi <yao.qi@linaro.org>
13509
13510 * gdb.asm/asm-source.exp: Set asm-arch for
13511 aarch64*-*-* target.
13512 * gdb.asm/aarch64.inc: New file.
13513
13514 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13515
13516 * gdb.ada/array_of_variable_length.exp: New testcase.
13517 * gdb.ada/array_of_variable_length/foo.adb: New file.
13518 * gdb.ada/array_of_variable_length/pck.adb: New file.
13519 * gdb.ada/array_of_variable_length/pck.ads: New file.
13520
13521 2015-09-15 Doug Evans <dje@google.com>
13522
13523 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13524 of function static local variable.
13525
13526 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13527
13528 * gdb.threads/tls-so_extern.exp: New test file.
13529 * gdb.threads/tls-so_extern.c: New test file.
13530 * gdb.threads/tls-so_extern_main.c: New test file.
13531
13532 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13533
13534 * gdb.opt/solib-intra-step-lib.c: New file.
13535 * gdb.opt/solib-intra-step-main.c: New file.
13536 * gdb.opt/solib-intra-step.exp: New file.
13537
13538 2015-09-15 Pedro Alves <palves@redhat.com>
13539
13540 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13541 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13542
13543 2015-09-14 Pedro Alves <palves@redhat.com>
13544
13545 * gdb.base/hook-stop-continue.c: Delete.
13546 * gdb.base/hook-stop-continue.exp: Delete.
13547 * gdb.base/hook-stop-frame.c: Delete.
13548 * gdb.base/hook-stop-frame.exp: Delete.
13549 * gdb.base/hook-stop.c: New file.
13550 * gdb.base/hook-stop.exp: New file.
13551
13552 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13553
13554 * gdb.ada/access_to_packed_array.exp: New testcase.
13555 * gdb.ada/access_to_packed_array/foo.adb: New file.
13556 * gdb.ada/access_to_packed_array/pack.adb: New file.
13557 * gdb.ada/access_to_packed_array/pack.ads: New file.
13558
13559 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13560
13561 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13562 buffer size test.
13563
13564 2015-09-11 Don Breazeal <donb@codesourcery.com>
13565
13566 * gdb.base/foll-exec.c: Add copyright header. Fix
13567 formatting issues.
13568 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13569 (do_exec_tests): Use clean_restart in place of zap_session,
13570 and for test initialization. Fix formatting issues. Use
13571 fail in place of perror.
13572 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13573 an expect statement to match an expression with output from
13574 the program under debug.
13575 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13576 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13577 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13578 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13579 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13580
13581 2015-09-09 Doug Evans <dje@google.com>
13582
13583 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13584
13585 2015-09-09 Doug Evans <dje@google.com>
13586
13587 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13588
13589 2015-09-09 Doug Evans <dje@google.com>
13590
13591 * gdb.base/savedregs.exp: Fix typo.
13592
13593 2015-09-09 Pedro Alves <palves@redhat.com>
13594
13595 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13596
13597 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13598
13599 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13600 command actually switches threads. Give up on remaining
13601 tests if target fails to stop at breakpoint.
13602
13603 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13604
13605 * gdb.ada/funcall_char.exp: New testcase.
13606 * gdb.ada/funcall_char/foo.adb: New file.
13607
13608 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13609
13610 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13611 expected outputs. Add two testcases for completing ambiguous
13612 functions.
13613 * gdb.ada/complete/aux_pck.adb: New file.
13614 * gdb.ada/complete/aux_pck.ads: New file.
13615 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13616 Ambiguous_Func functions.
13617 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13618 * gdb.ada/complete/pck.adb: Likewise.
13619
13620 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13621
13622 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13623 failures to run the test program under GDB.
13624
13625 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13626
13627 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13628 to C.
13629
13630 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13631
13632 * gdb.base/run-after-attach.exp: New test file.
13633 * gdb.base/run-after-attach.c: New test file.
13634
13635 2015-08-26 Don Breazeal <donb@codesourcery.com>
13636
13637 * gdb.base/foll-exec-2.c: New test program.
13638 * gdb.base/foll-exec-2.exp: New test.
13639
13640 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13641
13642 * gdb.base/nested-subp1.exp: New file.
13643 * gdb.base/nested-subp1.c: New file.
13644 * gdb.base/nested-subp2.exp: New file.
13645 * gdb.base/nested-subp2.c: New file.
13646 * gdb.base/nested-subp3.exp: New file.
13647 * gdb.base/nested-subp3.c: New file.
13648
13649 2015-08-24 Pedro Alves <palves@redhat.com>
13650
13651 * gdb.server/connect-without-multi-process.c: New file.
13652 * gdb.server/connect-without-multi-process.exp: New file.
13653
13654 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13655
13656 * gdb.opt/inline-markers.c: Make z int.
13657
13658 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13659
13660 * gdb.opt/inline-markers.c: Make z volatile.
13661
13662 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13663
13664 * gdb.opt/inline-bt.c: New volatile global z.
13665 * gdb.opt/inline-cmds.c: Likewise.
13666 * gdb.opt/inline-locals.c: Likewise.
13667 * gdb.opt/inline-markers.c: New extern global z.
13668 (marker): Use z.
13669 (inline_fn): Likewise.
13670
13671 2015-08-24 Pedro Alves <palves@redhat.com>
13672
13673 * config/m32r-stub.exp: Remove file.
13674 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13675 * gdb.base/call-rt-st.exp: Likewise.
13676 * gdb.base/call-strs.exp: Likewise.
13677 * gdb.base/default.exp: Remove references to h8300-*-hms and
13678 *-*-udi*.
13679 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13680
13681 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13682
13683 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13684 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13685 and "return" use KFAIL when GDB can not read/write the vector
13686 return value.
13687
13688 2015-08-21 Gary Benson <gbenson@redhat.com>
13689
13690 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13691
13692 2015-08-20 Pedro Alves <palves@redhat.com>
13693
13694 * gdb.server/solib-list.exp: No longer expect an interior stop in
13695 non-stop mode.
13696
13697 2015-08-20 Pedro Alves <palves@redhat.com>
13698
13699 * gdb.server/connect-stopped-target.c: New file.
13700 * gdb.server/connect-stopped-target.exp: New file.
13701
13702 2015-08-20 Pedro Alves <palves@redhat.com>
13703
13704 * gdb.dwarf2/comp-unit-lang.exp: New file.
13705 * gdb.dwarf2/comp-unit-lang.c: New file.
13706
13707 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13708
13709 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13710 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13711
13712 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13713
13714 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13715 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13716
13717 2015-08-18 Doug Evans <dje@google.com>
13718 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13719
13720 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13721 skip_python_tests. New arg prompt_regexp.
13722 (skip_python_tests): New function.
13723 * lib/mi-support.exp (mi_skip_python_tests): New function.
13724 * gdb.python/py-mi-objfile-gdb.py: New file.
13725 * gdb.python/py-mi-objfile.c: New file.
13726 * gdb.python/py-mi-objfile.exp: New file.
13727
13728 2015-08-17 Keith Seitz <keiths@redhat.com>
13729
13730 * gdb.linespec/explicit.exp: Move strace test from here ...
13731 * gdb.trace/strace.exp: ... to here.
13732
13733 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13734
13735 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13736 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13737
13738 2015-08-14 Doug Evans <xdje42@gmail.com>
13739
13740 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13741 inferior before selecting a new file.
13742
13743 2015-08-14 Doug Evans <xdje42@gmail.com>
13744
13745 * gdb.mi/mi-disassemble.exp: Update.
13746 * gdb.base/disasm-optim.S: New file.
13747 * gdb.base/disasm-optim.c: New file.
13748 * gdb.base/disasm-optim.h: New file.
13749 * gdb.base/disasm-optim.exp: New file.
13750
13751 2015-08-14 Keith Seitz <keiths@redhat.com>
13752
13753 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13754 "evaluated-by".
13755
13756 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13757
13758 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13759
13760 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13761
13762 * gdb.ada/fun_renaming.exp: New testcase.
13763 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13764 * gdb.ada/fun_renaming/pack.adb: New file.
13765 * gdb.ada/fun_renaming/pack.ads: New file.
13766
13767 2015-08-12 Keith Seitz <keiths@redhat.com>
13768
13769 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13770 gdb_get_line_number.
13771
13772 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13773
13774 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13775 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13776 gdb.base/dso2dso.exp: New files.
13777
13778 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13779 Pedro Alves <palves@redhat.com>
13780 Keith Seitz <keiths@redhat.com>
13781
13782 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13783 GDBFLAGS.
13784
13785 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13786
13787 * gdb.base/gdbhistsize-history.exp
13788 (test_histsize_history_setting): Use save_vars.
13789 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13790 Use save_vars.
13791 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13792 * gdb.base/readline.exp: Use save_vars.
13793
13794 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13795
13796 * lib/gdb.exp (save_vars): New proc.
13797
13798 2015-08-11 Keith Seitz <keiths@redhat.com>
13799
13800 * gdb.base/help.exp: Update help_breakpoint_text.
13801
13802 2015-08-11 Keith Seitz <keiths@redhat.com>
13803
13804 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13805 (at toplevel): Call test_explicit_breakpoints.
13806 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13807 breakpoints.
13808 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13809 breakpoint conditions, "-cond".
13810
13811 2015-08-11 Keith Seitz <keiths@redhat.com>
13812
13813 * gdb.linespec/3explicit.c: New file.
13814 * gdb.linespec/cpexplicit.cc: New file.
13815 * gdb.linespec/cpexplicit.exp: New file.
13816 * gdb.linespec/explicit.c: New file.
13817 * gdb.linespec/explicit.exp: New file.
13818 * gdb.linespec/explicit2.c: New file.
13819 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13820 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13821 before using in the matching pattern.
13822 Clarify that `prefix' is a regular expression.
13823
13824 2015-08-11 Keith Seitz <keiths@redhat.com>
13825
13826 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13827 test.
13828 Add tests for missing ",FMT" and ",".
13829
13830 2015-08-10 Doug Evans <dje@google.com>
13831 Keith Seitz <keiths@redhat.com>
13832
13833 PR gdb/17960
13834 * gdb.base/completion.exp: Add location completer tests.
13835
13836 2015-08-07 Pedro Alves <palves@redhat.com>
13837
13838 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13839 tests here.
13840 (top level): Run do_test with and without displaced stepping.
13841
13842 2015-08-07 Pedro Alves <palves@redhat.com>
13843
13844 * gdb.base/valgrind-disp-step.c: New file.
13845 * gdb.base/valgrind-disp-step.exp: New file.
13846
13847 2015-08-07 Pedro Alves <palves@redhat.com>
13848
13849 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13850 Delete function.
13851 (main): Add alarm. Run an infinite loop instead of calling
13852 wait_threads.
13853 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13854 comment.
13855 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13856 Delete function.
13857 (main): Add alarm. Run an infinite loop instead of calling
13858 wait_threads.
13859 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13860 comment.
13861
13862 2015-08-07 Pedro Alves <palves@redhat.com>
13863
13864 * gdb.base/checkpoint-ns.exp: New file.
13865 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13866 standard_testfile.
13867
13868 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13869
13870 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13871 * gdb.btrace/instruction_history.exp: Update.
13872 * gdb.btrace/tsx.exp: New.
13873 * gdb.btrace/tsx.c: New.
13874
13875 2015-08-06 Pedro Alves <palves@redhat.com>
13876
13877 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13878 increase timeout.
13879 * gdb.reverse/until-precsave.exp: Bump timeouts.
13880
13881 2015-08-06 Pedro Alves <palves@redhat.com>
13882
13883 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13884
13885 2015-08-06 Pedro Alves <palves@redhat.com>
13886
13887 PR gdb/18749
13888 * gdb.threads/process-dies-while-handling-bp.c: New file.
13889 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13890
13891 2015-08-06 Pedro Alves <palves@redhat.com>
13892
13893 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13894 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13895
13896 2015-08-05 Pedro Alves <palves@redhat.com>
13897
13898 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13899 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13900
13901 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13902
13903 * gdb.base/bp-permanent.exp: Report test as unsupported if
13904 the target cannot stop at the permanent breakpoint.
13905
13906 2015-08-03 Doug Evans <dje@google.com>
13907
13908 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13909 10000.
13910
13911 2015-08-03 Doug Evans <dje@google.com>
13912
13913 * Makefile.in (workers/%.worker, build-perf): New rule.
13914 (GDB_PERFTEST_MODE): New variable.
13915 (check-perf): Use it.
13916 (clean): Clean up gdb.perf parallel build subdirs.
13917 * lib/build-piece.exp: New file.
13918 * lib/gdb.exp (make_gdb_parallel_path): New function
13919 (standard_output_file, standard_temp_file): Call it.
13920 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13921 of $GDB_PARALLEL.
13922 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13923
13924 2015-08-03 Doug Evans <dje@google.com>
13925
13926 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13927 (LOG_FILE_NAME): New global.
13928 (TextReporter.__init__): Initialize self.txt_sum.
13929 (TextReporter.report): Add support for multiple data-points.
13930 Move report to perftest.sum, put raw data in perftest.log.
13931 (TextReporter.start): Open sum and log files.
13932 (TextReporter.end): Close sum and log files.
13933 * gdb.perf/lib/perftest/testresult.py
13934 (SingleStatisticTestResult.record): Handle multiple data-points.
13935
13936 2015-07-31 Pedro Alves <palves@redhat.com>
13937
13938 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13939 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13940 kill_wait_spawned_process instead of explicit "kill -9".
13941 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13942 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13943 kill_wait_spawned_process.
13944 * gdb.base/attach-twice.exp: Likewise.
13945 * gdb.base/attach.exp: Likewise.
13946 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13947 gdb_test_multiple.
13948 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13949 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13950 kill_wait_spawned_process.
13951 * gdb.base/valgrind-infcall.exp: Likewise.
13952 * gdb.multi/multi-attach.exp: Likewise.
13953 * gdb.python/py-prompt.exp: Likewise.
13954 * gdb.python/py-sync-interp.exp: Likewise.
13955 * gdb.server/ext-attach.exp: Likewise.
13956 * gdb.threads/attach-into-signal.exp (corefunc): Use
13957 spawn_wait_for_attach, spawn_id_get_pid and
13958 kill_wait_spawned_process.
13959 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13960 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13961 spawn_id_get_pid and kill_wait_spawned_process.
13962 * gdb.threads/attach-stopped.exp (corefunc): Use
13963 spawn_wait_for_attach, spawn_id_get_pid and
13964 kill_wait_spawned_process.
13965 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13966 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13967 kill_wait_spawned_process instead of explicit "kill -9".
13968 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13969 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13970 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13971 processes. Don't map cygwin/windows pids here. Now returns a
13972 spawn id list.
13973
13974 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13975
13976 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13977 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13978 correct patch.
13979
13980 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13981
13982 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13983
13984 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13985
13986 Reapply:
13987 2014-05-21 Mark Wielaard <mjw@redhat.com>
13988
13989 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13990
13991 2015-07-30 Pedro Alves <palves@redhat.com>
13992
13993 * linux-low.c (handle_extended_wait): Set the child's last
13994 reported status to TARGET_WAITKIND_STOPPED.
13995
13996 2015-07-30 Pedro Alves <palves@redhat.com>
13997
13998 PR threads/18600
13999 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14000 only shows inferior 1.
14001
14002 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14003 Pedro Alves <palves@redhat.com>
14004
14005 PR threads/18600
14006 * gdb.threads/fork-plus-threads.c: New file.
14007 * gdb.threads/fork-plus-threads.exp: New file.
14008
14009 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14010
14011 * gdb.base/batch-preserve-term-settings.exp
14012 (test_terminal_settings_preserved_after_cli_exit): Use
14013 send_quit_command.
14014
14015 2015-07-29 Pedro Alves <palves@redhat.com>
14016 Don Breazeal <donb@codesourcery.com>
14017
14018 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14019 output from both inferior_spawn_id and gdb_spawn_id.
14020
14021 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14022
14023 * gdb.threads/attach-into-signal.exp (corefunc): Use
14024 with_test_prefix on nested loops, uniquefying the test messages.
14025
14026 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14027
14028 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14029 commit.
14030
14031 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14032
14033 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14034 New proc.
14035 (test_terminal_settings_preserved_after_sigterm): New test.
14036
14037 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14038
14039 * gdb.base/batch-preserve-term-settings.exp
14040 (test_terminal_settings_preserved_after_cli_exit): New test.
14041
14042 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14043
14044 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14045 manipulation of saved_gdbflags.
14046 (test_terminal_settings_preserved): Remove global declaration of
14047 the unused variable pagination_prompt. Remove manipulation of
14048 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14049 GDBFLAGS.
14050
14051 2015-07-29 Pedro Alves <palves@redhat.com>
14052
14053 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14054
14055 2015-07-29 Pedro Alves <palves@redhat.com>
14056
14057 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14058 at the top.
14059
14060 2015-07-29 Pedro Alves <palves@redhat.com>
14061
14062 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14063 (main): Call gdb_unbuffer_output.
14064 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14065 (main): Call gdb_unbuffer_output.
14066 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14067 (main): Call gdb_unbuffer_output.
14068 * gdb.base/call-strs.exp: Adjust to step over the
14069 gdb_unbuffer_output call.
14070 * gdb.base/catch-gdb-caused-signals.c: Include
14071 "../lib/unbuffer_output.c".
14072 (main): Call gdb_unbuffer_output.
14073 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14074 (main): Call gdb_unbuffer_output.
14075 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14076 (main): Call gdb_unbuffer_output.
14077 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14078 (main): Call gdb_unbuffer_output.
14079 * gdb.base/shlib-call.exp: Adjust to step over the
14080 gdb_unbuffer_output call.
14081 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14082 (main): Call gdb_unbuffer_output.
14083 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14084 (main): Call gdb_unbuffer_output.
14085 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14086 (main): Rename to ...
14087 (test): ... this.
14088 (main): Reimplement.
14089 * gdb.base/varargs.exp: Run to test instead of to main.
14090 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14091 (main): Call gdb_unbuffer_output.
14092
14093 2015-07-29 Pedro Alves <palves@redhat.com>
14094
14095 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14096 factore out from mi_continue_dprintf. For call-style dprintfs,
14097 expect dprintf output out of $inferior_spawn_id.
14098 (mi_continue_dprintf): Use mi_expect_dprintf.
14099 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14100 (main): Call gdb_unbuffer_output.
14101
14102 2015-07-29 Pedro Alves <palves@redhat.com>
14103
14104 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14105 (default_mi_gdb_start): Set inferior_spawn_id instead of
14106 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14107 gdb_spawn_id.
14108 (mi_gdb_test): Always expect inferior output from both
14109 $inferior_spawn_id and $gdb_spawn_id.
14110
14111 2015-07-29 Pedro Alves <palves@redhat.com>
14112
14113 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14114 send_inferior and $inferior_spawn_id.
14115
14116 2015-07-29 Pedro Alves <palves@redhat.com>
14117
14118 * gdb.gdb/complaints.exp (test_initial_complaints)
14119 (test_serial_complaints, test_short_complaints): Use
14120 gdb_test_stdio.
14121 (test_empty_complaint): Handle $inferior_spawn_id !=
14122 $gdb_spawn_id.
14123
14124 2015-07-29 Pedro Alves <palves@redhat.com>
14125
14126 * gdb.base/varargs.exp: Use gdb_test_stdio.
14127
14128 2015-07-29 Pedro Alves <palves@redhat.com>
14129
14130 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14131
14132 2015-07-29 Pedro Alves <palves@redhat.com>
14133
14134 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14135
14136 2015-07-29 Pedro Alves <palves@redhat.com>
14137
14138 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14139 parameter into two new parameters, "inf_result" and "gdb_result".
14140 Expect inferior output and gdb output from $inferior_spawn_id and
14141 $gdb_spawn_id, respectively. Adjust all callers.
14142
14143 2015-07-29 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14146 of gdb_test_sequence.
14147
14148 2015-07-29 Pedro Alves <palves@redhat.com>
14149
14150 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14151 (saw_spurious_output): Expect inferior output from
14152 $inferior_spawn_id. Use gdb_test_stdio.
14153
14154 2015-07-29 Pedro Alves <palves@redhat.com>
14155
14156 * gdb.base/dprintf.exp: Use standard_testfile. Change
14157 prepare_for_testing call.
14158 (srcfile): Don't set.
14159 (restart): New procedure.
14160 (test_dprintf): New procecure, use to continue over dprintfs.
14161 (test_call, test_agent): New procedures, tests moved here.
14162 Restart gdb and recreate dprintfs. Adjust expected output.
14163
14164 2015-07-29 Pedro Alves <palves@redhat.com>
14165
14166 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14167
14168 2015-07-29 Pedro Alves <palves@redhat.com>
14169
14170 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14171
14172 2015-07-29 Pedro Alves <palves@redhat.com>
14173
14174 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14175 gdb_test_stdio.
14176
14177 2015-07-29 Pedro Alves <palves@redhat.com>
14178
14179 * lib/gdb.exp (gdb_test_stdio): New procedure.
14180
14181 2015-07-29 Pedro Alves <palves@redhat.com>
14182
14183 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14184
14185 2015-07-29 Pedro Alves <palves@redhat.com>
14186
14187 * gdb.base/call-signal-resume.exp: Remove check for
14188 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14189 * gdb.base/unwindonsignal.exp: Likewise.
14190 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14191 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14192
14193 2015-07-29 Pedro Alves <palves@redhat.com>
14194
14195 * gdb.base/siginfo-addr.c (pass): New function.
14196 (handler): Call it iff si_addr is correct.
14197 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14198 Set a breakpoint at "pass" and continue to it.
14199
14200 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14201
14202 * gdb.python/py-objfile.exp: Make some tests have unique names.
14203 * gdb.python/py-pp-registration.exp: Likewise.
14204
14205 2015-07-28 Pedro Alves <palves@redhat.com>
14206
14207 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14208
14209 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14210
14211 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14212
14213 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14214
14215 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14216
14217 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14218
14219 * gdb.base/gdb-sigterm-2.exp: New test.
14220
14221 2015-07-25 Doug Evans <xdje42@gmail.com>
14222
14223 Revert:
14224 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14225 (workers/%.worker, build-perf): New rule.
14226 (GDB_PERFTEST_MODE): New variable.
14227 (check-perf): Use it.
14228 (clean): Clean up gdb.perf parallel build subdirs.
14229 * lib/build-piece.exp: New file.
14230 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14231 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14232 name.
14233 (standard_temp_file): Ditto.
14234 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14235 of $GDB_PARALLEL.
14236
14237 2015-07-24 Doug Evans <dje@google.com>
14238
14239 * gdb.perf/lib/perftest/utils.py: New file.
14240 * gdb.perf/gm-hello.cc: New file.
14241 * gdb.perf/gm-pervasive-typedef.cc: New file.
14242 * gdb.perf/gm-pervasive-typedef.h: New file.
14243 * gdb.perf/gm-std.cc: New file.
14244 * gdb.perf/gm-std.h: New file.
14245 * gdb.perf/gm-use-cerr.cc: New file.
14246 * gdb.perf/gm-utils.h: New file.
14247 * gdb.perf/gmonster-null-lookup.py: New file.
14248 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14249 * gdb.perf/gmonster-print-cerr.py: New file.
14250 * gdb.perf/gmonster-ptype-string.py: New file.
14251 * gdb.perf/gmonster-runto-main.py: New file.
14252 * gdb.perf/gmonster-select-file.py: New file.
14253 * gdb.perf/gmonster1-null-lookup.exp: New file.
14254 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14255 * gdb.perf/gmonster1-print-cerr.exp: New file.
14256 * gdb.perf/gmonster1-ptype-string.exp: New file.
14257 * gdb.perf/gmonster1-runto-main.exp: New file.
14258 * gdb.perf/gmonster1-select-file.exp: New file.
14259 * gdb.perf/gmonster1.cc: New file.
14260 * gdb.perf/gmonster1.exp: New file.
14261 * gdb.perf/gmonster2-null-lookup.exp: New file.
14262 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14263 * gdb.perf/gmonster2-print-cerr.exp: New file.
14264 * gdb.perf/gmonster2-ptype-string.exp: New file.
14265 * gdb.perf/gmonster2-runto-main.exp: New file.
14266 * gdb.perf/gmonster2-select-file.exp: New file.
14267 * gdb.perf/gmonster2.cc: New file.
14268 * gdb.perf/gmonster2.exp: New file.
14269
14270 2015-07-24 Doug Evans <dje@google.com>
14271
14272 * gdb.perf/README: New file.
14273 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14274 * lib/gen-perf-test.exp: New file.
14275
14276 2015-07-24 Doug Evans <dje@google.com>
14277
14278 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14279 (PerfTest::startup): New function.
14280 (PerfTest::run): Return result of calling body.
14281 (PerfTest::assemble): Rewrite.
14282 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14283 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14284 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14285 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14286 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14287
14288 2015-07-24 Doug Evans <dje@google.com>
14289
14290 * lib/gdb.exp (clean_restart): Make executable optional.
14291
14292 2015-07-24 Doug Evans <dje@google.com>
14293
14294 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14295 compiler_info references.
14296 * gdb.cp/temargs.exp: Ditto.
14297 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14298 (get_compiler_info): Early exit if already computed. Set compiler_info
14299 to "unknown" if there was a problem.
14300 (test_compiler_info): Add function comment. Call get_compiler_info.
14301
14302 2015-07-24 Doug Evans <dje@google.com>
14303
14304 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14305 (workers/%.worker, build-perf): New rule.
14306 (GDB_PERFTEST_MODE): New variable.
14307 (check-perf): Use it.
14308 (clean): Clean up gdb.perf parallel build subdirs.
14309 * lib/build-piece.exp: New file.
14310 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14311 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14312 name.
14313 (standard_temp_file): Ditto.
14314 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14315 of $GDB_PARALLEL.
14316
14317 2015-07-24 Doug Evans <dje@google.com>
14318
14319 * lib/future.exp (gdb_default_target_compile): New option
14320 "early_flags".
14321 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14322 --as-needed.
14323
14324 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14325
14326 * gdb.base/catch-syscall.exp: Call gdb_exit before
14327 gdb_skip_xml_test.
14328
14329 2015-07-24 Pedro Alves <palves@redhat.com>
14330
14331 * gdb.python/py-events.exp: Accept output between the stop event
14332 and the prompt.
14333 * gdb.python/py-evsignal.exp: Likewise.
14334 * gdb.python/py-evthreads.exp: Likewise.
14335
14336 2015-07-24 Pedro Alves <palves@redhat.com>
14337
14338 PR gdb/18717
14339 * gdb.threads/non-ldr-exit.c: New file.
14340 * gdb.threads/non-ldr-exit.exp: New file.
14341
14342 2015-07-24 Yao Qi <yao.qi@linaro.org>
14343
14344 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14345 restarting process.
14346
14347 2015-07-24 Yao Qi <yao.qi@linaro.org>
14348
14349 * gdb.server/ext-restart.exp: New file.
14350
14351 2015-07-24 Yao Qi <yao.qi@linaro.org>
14352
14353 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14354 argument options.
14355 * gdb.server/ext-wrapper.exp: New file.
14356
14357 2015-07-23 Doug Evans <dje@google.com>
14358
14359 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14360 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14361
14362 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14363
14364 * gdb.ada/var_arr_typedef.exp: New testcase.
14365 * gdb.ada/var_arr_typedef/pack.adb: New file.
14366 * gdb.ada/var_arr_typedef/pack.ads: New file.
14367 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14368
14369 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14370
14371 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14372
14373 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14374
14375 * gdb.arch/i386-biarch-core.exp: Replace istarget
14376 by "complete set gnutarget". Remove expectation for the "core-file"
14377 command.
14378
14379 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14380
14381 Revert the previous commit:
14382 Tests for validate symbol file using build-id.
14383
14384 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14385
14386 Tests for validate symbol file using build-id.
14387 * gdb.base/solib-mismatch-lib.c: New file.
14388 * gdb.base/solib-mismatch-libmod.c: New file.
14389 * gdb.base/solib-mismatch.c: New file.
14390 * gdb.base/solib-mismatch.exp: New file.
14391
14392 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14393
14394 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14395 nios2-*-linux*.
14396 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14397 * gdb.base/siginfo.exp: Likewise.
14398 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14399
14400 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14401
14402 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14403 Move it to ...
14404 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14405 ... here.
14406 * gdb.trace/range-stepping.exp: Check that the target supports
14407 range stepping.
14408
14409 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14410
14411 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14412
14413 2015-07-14 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.base/killed-outside.exp: New file.
14416 * gdb.base/killed-outside.c: New file.
14417
14418 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14419
14420 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14421 (n at main): New.
14422 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14423
14424 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14425
14426 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14427 infcall tests instead of setting up for KFAIL.
14428
14429 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14430
14431 * gdb.btrace/record_goto-step.exp: New.
14432
14433 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14434
14435 PR compile/18484
14436 * gdb.compile/compile.c (struct struct_type): Add volatile to
14437 selffield's type.
14438 * gdb.compile/compile.exp
14439 (compile code struct_object.selffield = &struct_object): Skip further
14440 struct_object tests if this one xfails.
14441
14442 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14443
14444 PR exp/18617
14445 * gdb.trace/ax.exp: Add test.
14446
14447 2015-07-07 Yao Qi <yao.qi@linaro.org>
14448
14449 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14450 instead of istarget "aarch64*-*-*".
14451 * gdb.arch/aarch64-fp.exp: Likewise.
14452 * gdb.base/float.exp: Likewise.
14453 * gdb.reverse/aarch64.exp: Likewise.
14454 * lib/gdb.exp (is_aarch64_target): New proc.
14455
14456 2015-07-07 Yao Qi <yao.qi@linaro.org>
14457
14458 * lib/gdb.exp (is_aarch32_target): New proc.
14459 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14460 instead of "istarget "arm*-*-*"".
14461 * gdb.arch/arm-disp-step.exp: Likewise.
14462 * gdb.arch/thumb-bx-pc.exp: Likewise.
14463 * gdb.arch/thumb-prologue.exp: Likewise.
14464 * gdb.arch/thumb-singlestep.exp: Likewise.
14465 * gdb.base/disp-step-syscall.exp: Likewise.
14466 * gdb.base/float.exp: Likewise.
14467
14468 2015-07-07 Yao Qi <yao.qi@linaro.org>
14469
14470 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14471 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14472
14473 2015-07-07 Yao Qi <yao.qi@linaro.org>
14474
14475 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14476 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14477 if it exists.
14478 * gdb.multi/multi-arch.exp: Likewise.
14479
14480 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14481
14482 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14483 print.
14484
14485 2015-07-07 Yao Qi <yao.qi@linaro.org>
14486
14487 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14488
14489 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14490
14491 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14492 '[' and ']' characters.
14493
14494 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14495
14496 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14497
14498 2015-06-29 Pedro Alves <palves@redhat.com>
14499
14500 PR threads/18127
14501 * gdb.threads/hand-call-new-thread.c: New file.
14502 * gdb.threads/hand-call-new-thread.c: New file.
14503
14504 2015-06-26 Keith Seitz <keiths@redhat.com>
14505 Doug Evans <dje@google.com>
14506
14507 PR 16253
14508 * gdb.cp/var-tag-2.cc: New file.
14509 * gdb.cp/var-tag-3.cc: New file.
14510 * gdb.cp/var-tag-4.cc: New file.
14511 * gdb.cp/var-tag.cc: New file.
14512 * gdb.cp/var-tag.exp: New file.
14513
14514 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14515
14516 * gdb.base/history-duplicates.exp: New test.
14517
14518 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14519
14520 * gdb.base/completion.exp: Test the completion of the "focus"
14521 command.
14522
14523 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14524
14525 * gdb.arch/amd64-prologue-skip.S: New file.
14526 * gdb.arch/amd64-prologue-skip.exp: New file.
14527
14528 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14529
14530 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14531 is_address_zero_readable check.
14532
14533 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14534
14535 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14536 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14537
14538 2015-06-24 Yao Qi <yao.qi@linaro.org>
14539
14540 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14541 linux targets.
14542
14543 2015-06-24 Yao Qi <yao.qi@linaro.org>
14544
14545 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14546 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14547 * gdb.base/siginfo-thread.exp: Likewise.
14548
14549 2015-06-22 Yao Qi <yao.qi@linaro.org>
14550
14551 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14552
14553 2015-06-22 Yao Qi <yao.qi@linaro.org>
14554
14555 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14556 aarch64*-*-*.
14557 (skip_hw_watchpoint_tests): Likewise.
14558
14559 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14560
14561 * gdb.base/gdbinit-history.exp: Test the interaction between
14562 setting GDBHISTSIZE and setting the history size via .gdbinit.
14563
14564 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14565
14566 PR gdb/16999
14567 * gdb.base/gdbhistsize-history.exp: New test.
14568
14569 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14570
14571 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14572 with GDBHISTSIZE.
14573 * gdb.base/readline.exp: Likewise.
14574
14575 2015-06-17 Yao Qi <yao.qi@linaro.org>
14576
14577 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14578 line.
14579
14580 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14581
14582 * gdb.base/gdbinit-history.exp: Add test case to check that
14583 an unlimited history file does not get truncated on exit.
14584
14585 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14586
14587 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14588 (VECTOR): New macro. Use it...
14589 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14590 ...for these typedefs.
14591 (int8, char1, int1, double1): New typedefs.
14592 (struct just_int2, struct two_int2): New structures.
14593 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14594 (add_structvecs, add_singlevecs): New functions.
14595 (main): Call add_some_intvecs twice.
14596 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14597 the compile and exit upon failure. Try compiling for the "native"
14598 architecture. Test inferior function calls with vector arguments
14599 and vector return value handling with "finish" and "return".
14600
14601 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14602
14603 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14604 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14605 PE file.
14606 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14607
14608 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14609
14610 PR breakpoints/16465
14611 * gdb.mi/mi-dprintf-pending.c: New file.
14612 * gdb.mi/mi-dprintf-pending.exp: New test.
14613 * gdb.mi/mi-dprintf-pendshr.c: New file.
14614
14615 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14616 Mircea Gherzan <mircea.gherzan@intel.com>
14617
14618 * gdb.arch/i386-mpx-map.c: New file.
14619 * gdb.arch/i386-mpx-map.exp: New File.
14620
14621 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14622
14623 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14624 * gdb.arch/i386-mpx.exp: Indentation fixed.
14625
14626 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14627
14628 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14629 function and improved indentation.
14630 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14631 gdb_test_multiple. Added additional tests to skip the test.
14632
14633 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14634
14635 * gdb.arch/i386-avx512.c: Change path in include file.
14636 * gdb.arch/i386-avx512.exp: Change include dir path
14637 compilation flag.
14638 * gdb.arch/i386-mpx.c: Change path in include file.
14639 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14640 flag.
14641
14642 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14643
14644 * gdb.compile/compile-print.exp (compile print *vararray@3)
14645 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14646
14647 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14648
14649 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14650 (do not keep jit in memory): ... this.
14651 (expect 5): Change it to ...
14652 (expect no 5): ... this.
14653
14654 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14655
14656 PR gdb/15564
14657 * gdb.mi/mi-detach.exp: New file.
14658
14659 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14660
14661 PR symtab/18392
14662 * gdb.arch/amd64-tailcall-self.S: New file.
14663 * gdb.arch/amd64-tailcall-self.c: New file.
14664 * gdb.arch/amd64-tailcall-self.exp: New file.
14665
14666 2015-05-28 Don Breazeal <donb@codesourcery.com>
14667
14668 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14669 tests for remote targets by checking is_target_gdbserver.
14670
14671 2015-05-27 Doug Evans <dje@google.com>
14672
14673 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14674 * gdb.dwarf2/opaque-type-lookup.c: New file.
14675 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14676
14677 2015-05-26 Doug Evans <dje@google.com>
14678
14679 * gdb.cp/iostream.cc: New file.
14680 * gdb.cp/iostream.exp: New file.
14681
14682 2015-05-26 Doug Evans <dje@google.com>
14683
14684 * gdb.dwarf2/dw2-op-call.exp: Update.
14685 * gdb.dwarf2/dw4-sig-types.exp: Update.
14686 * gdb.dwarf2/implptr.exp: Update.
14687 * gdb.mi/mi-cmd-param-changed.exp: Update.
14688
14689 2015-05-26 Doug Evans <dje@google.com>
14690
14691 * gdb.python/py-lazy-string.c: New file.
14692 * gdb.python/py-lazy-string.exp: New file.
14693 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14694 (main): Update. Add estring3.
14695 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14696 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14697
14698 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14699 Yao Qi <yao.qi@linaro.org>
14700
14701 * gdb.reverse/aarch64.c: New.
14702 * gdb.reverse/aarch64.exp: New.
14703
14704 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14705
14706 * lib/gdb.exp (supports_process_record): Return true for
14707 aarch64*-linux*.
14708 (supports_reverse): Likewise.
14709
14710 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14711
14712 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14713 Use with_test_prefix.
14714
14715 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14716
14717 * gdb.base/completion.exp: Add test for completion of layout
14718 names.
14719
14720 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14721
14722 * lib/gdb.exp (skip_tui_tests): New proc.
14723 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14724
14725 2015-05-19 Pedro Alves <palves@redhat.com>
14726
14727 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14728 Save the whole env array instead of just HOME. Unset HISTSIZE in
14729 the environment while testing. Restore whole environment
14730 afterwards.
14731
14732 2015-05-16 Doug Evans <xdje42@gmail.com>
14733
14734 * gdb.guile/scm-ports.c: New file.
14735 * gdb.guile/scm-ports.exp: Add memory port tests.
14736
14737 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14738
14739 * gdb.compile/compile-print.c: New file.
14740 * gdb.compile/compile-print.exp: New file.
14741
14742 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14743
14744 * gdb.compile/compile-ops.exp: Cast param to void.
14745 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14746 (compile code struct_object.selffield = &struct_object): Add xfail.
14747
14748 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14749
14750 * gdb.ada/arr_enum_with_gap: New testcase.
14751
14752 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14753
14754 * gdb.ada/byte_packed_arr: New testcase.
14755
14756 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14757
14758 * gdb.ada/pckd_neg: New testcase.
14759
14760 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14761
14762 PR gdb/17820
14763 * gdb.base/gdbinit-history.exp: New test.
14764 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14765 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14766
14767 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14768
14769 * gdb.python/py-xmethods.cc: Enhance test case.
14770 * gdb.python/py-xmethods.exp: New tests.
14771 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14772 function.
14773 (B_indexoper): Likewise.
14774 (global_dm_list) : Add new xmethod worker functions.
14775
14776 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14777
14778 * gdb.base/coredump-filter.exp: Correctly unset
14779 "coredump_var_addr" array.
14780
14781 2015-05-08 Pedro Alves <palves@redhat.com>
14782
14783 * gdb.server/non-existing-program.exp: Unset spawn_id.
14784
14785 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14786
14787 PR python/18291
14788 * gdb.python/py-xmethods.exp: Add tests.
14789
14790 2015-05-08 Yao Qi <yao.qi@linaro.org>
14791
14792 PR gdb/18208
14793 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14794 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14795 function set_coredump_filter, and remove remote_exec call.
14796 Remove argument ipid. Callers update.
14797 (top level): Don't get inferior's PID.
14798
14799 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14800
14801 * gdb.base/watch_thread_num.exp: Skip test on targets without
14802 access watchpoints.
14803
14804 2015-05-06 Pedro Alves <palves@redhat.com>
14805
14806 PR server/18081
14807 * gdb.server/non-existing-program.exp: New file.
14808
14809 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14810
14811 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14812
14813 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14814
14815 * gdb.ada/out_of_line_in_inlined: New testcase.
14816
14817 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14818
14819 * gdb.ada/var_rec_arr: New testcase.
14820
14821 2015-04-30 Yao Qi <yao.qi@linaro.org>
14822
14823 * gdb.base/break-idempotent.exp: If
14824 skip_hw_watchpoint_multi_tests returns true, skip the tests
14825 on "rwatch" and "awatch".
14826
14827 2015-04-30 Yao Qi <yao.qi@linaro.org>
14828
14829 * gdb.base/relativedebug.exp: Invoke gdb command
14830 "info sharedlibrary", and if libc.so doesn't have debug info,
14831 skip the test.
14832
14833 2015-04-29 Doug Evans <dje@google.com>
14834
14835 * gdb.python/py-xmethods.exp: Add ptype tests.
14836 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14837 get_result_type method.
14838
14839 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14840
14841 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14842 the target does not support hardware watchpoints.
14843
14844 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14845
14846 * gdb.base/break-always.exp: Abort testing if writing to memory
14847 causes an error.
14848
14849 2015-04-28 Doug Evans <dje@google.com>
14850
14851 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14852 * gdb.python/py-pp-registration.exp: ... here. New file.
14853 * gdb.python/py-pp-registration.c: New file.
14854 * gdb.python/py-pp-registration.py: New file.
14855
14856 2015-04-28 Doug Evans <dje@google.com>
14857
14858 * gdb.python/py-bad-printers.c: New file.
14859 * gdb.python/py-bad-printers.py: New file.
14860 * gdb.python/py-bad-printers.exp: New file.
14861
14862 2015-04-28 Sasha Smundak <asmundak@google.com>
14863
14864 * gdb.python/py-type.exp: New test.
14865
14866 2015-04-28 Andy Wingo <wingo@igalia.com>
14867
14868 * gdb.python/py-parameter.exp:
14869 * gdb.guile/scm-parameter.exp: Escape the path that we are
14870 matching against, as it might contain characters that are special
14871 to regular expressions.
14872
14873 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14874
14875 * gdb.ada/rec_comp: New testcase.
14876
14877 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14878
14879 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14880 before using it.
14881
14882 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14883
14884 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14885 new tests for verilog output.
14886
14887 2015-04-24 Yao Qi <yao.qi@linaro.org>
14888
14889 * boards/remote-gdbserver-on-localhost.exp: New file.
14890
14891 2015-04-23 Pedro Alves <palves@redhat.com>
14892
14893 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14894 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14895 "end of file", remove $inferior_spawn_id from the indirect list.
14896
14897 2015-04-23 Pedro Alves <palves@redhat.com>
14898
14899 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14900
14901 2015-04-23 Pedro Alves <palves@redhat.com>
14902
14903 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14904 on $any_spawn_id instead of only on $gdb_spawn_id.
14905
14906 2015-04-21 Pierre Muller <muller@sourceware.org>
14907
14908 PR pascal/17815
14909 * lib/pascal.exp (gpc_compile): Add new option "class".
14910 (fpc_compile): Likewise.
14911 * gdb.pascal/case-insensitive-symbols.pas: New file.
14912 * gdb.pascal/case-insensitive-symbols.exp: New file.
14913
14914 2015-04-20 Gary Benson <gbenson@redhat.com>
14915
14916 * gdb.base/attach.exp: Fix three extended remote failures.
14917
14918 2015-04-17 Gary Benson <gbenson@redhat.com>
14919
14920 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14921 the main executable over the remote protocol.
14922
14923 2015-04-16 Pedro Alves <palves@redhat.com>
14924
14925 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14926 a new gdbserver if gdbserver_reconnect_p is set.
14927
14928 2015-04-16 Pedro Alves <palves@redhat.com>
14929
14930 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14931 is set, don't exit gdbserver.
14932
14933 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14934
14935 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14936 appropriate .insn, such that an older assembler can be used.
14937 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14938 the z/Architecture instruction set on 31-bit targets as well.
14939
14940 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14941
14942 * gdb.go/handcall.exp: Remove all logic related to the first
14943 breakpoint and rely on go_runto_main instead.
14944 * gdb.go/strings.exp: Likewise.
14945 * gdb.go/unsafe.exp: Likewise.
14946 * gdb.go/hello.exp: Likewise. Also rename the remaining
14947 breakpoint marker to "breakpoint 1".
14948 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14949 * gdb.go/strings.go: Likewise.
14950 * gdb.go/unsafe.go: Likewise.
14951 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14952 "set breakpoint 2 here" and rename the remaining breakpoint marker
14953 to "breakpoint 1".
14954
14955 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14956
14957 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14958 if itertools.imap is not present.
14959 * gdb.python/py-objfile.exp: Add parentheses.
14960 * gdb.python/py-type.exp: Same.
14961 * gdb.python/py-unwind-maint.py: Same.
14962
14963 2015-04-15 Yao Qi <yao.qi@linaro.org>
14964
14965 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14966 of ":$ptr_size" and set its form explicitly.
14967
14968 2015-04-15 Pedro Alves <palves@redhat.com>
14969 Yao Qi <yao.qi@linaro.org>
14970
14971 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14972 timeout by factor of 4.
14973 (test_regular_watch): Likewise.
14974 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14975 * gdb.reverse/sigall-reverse.exp: Likewise.
14976 * gdb.reverse/until-precsave.exp: Likewise.
14977 * lib/gdb.exp (with_timeout_factor): New proc.
14978 (gdb_expect): Move some code to ...
14979 (get_largest_timeout): ... here. New procedure.
14980
14981 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14982
14983 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14984
14985 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14986
14987 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14988 to write to the .text section.
14989
14990 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14991
14992 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14993 Handle the case of targets that do not provide PID information.
14994
14995 2015-04-13 Yao Qi <yao.qi@linaro.org>
14996
14997 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14998 and use expect instead of gdb_expect.
14999
15000 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15001
15002 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15003 "coredump_var_addr" to avoid naming conflict with other testcases.
15004
15005 2015-04-10 Pedro Alves <palves@redhat.com>
15006
15007 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15008 gdb_test_sequence and gdb_assert.
15009
15010 2015-04-10 Pedro Alves <palves@redhat.com>
15011
15012 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15013 test messages that don't include the breakpoint address.
15014
15015 2015-04-10 Yao Qi <yao.qi@linaro.org>
15016
15017 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15018 false for some offset and width combinations which aren't
15019 supported by linux kernel.
15020
15021 2015-04-10 Pedro Alves <palves@redhat.com>
15022
15023 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15024 procedure, factored out from ...
15025 (top level): ... here. Add "set displaced-stepping" testing axis.
15026 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15027 parameter "displaced". Use it.
15028 (top level): Use foreach and add "set displaced-stepping" testing
15029 axis.
15030
15031 2015-04-10 Pedro Alves <palves@redhat.com>
15032
15033 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15034 Remove comment.
15035 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15036 both the address of the instruction that triggers the watchpoint
15037 and the address of the instruction immediately after, and use
15038 those addresses for the test. Fix comment.
15039
15040 2015-04-10 Pedro Alves <palves@redhat.com>
15041
15042 * gdb.base/sigstep.exp (breakpoint_to_handler)
15043 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15044 Test "backtrace" in handler.
15045 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15046 (top level): Add new "displaced" test axis to
15047 breakpoint_to_handler, breakpoint_to_handler_entry and
15048 breakpoint_over_handler.
15049
15050 2015-04-10 Pedro Alves <palves@redhat.com>
15051
15052 PR gdb/18216
15053 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15054
15055 2015-04-10 Yao Qi <yao.qi@linaro.org>
15056
15057 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15058 (test_add_rn_pc): New function.
15059 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15060 (top level): Invoke test_add_rn_pc.
15061
15062 2015-04-10 Pedro Alves <palves@redhat.com>
15063
15064 PR gdb/13858
15065 * gdb.base/step-over-no-symbols.exp: New file.
15066
15067 2015-04-09 Andy Wingo <wingo@igalia.com>
15068
15069 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15070 after the Python tests.
15071
15072 2015-04-08 Keith Seitz <keiths@redhat.com>
15073
15074 PR python/16699
15075 * gdb.python/py-completion.exp: New tests for completion.
15076 * gdb.python/py-completion.py (CompleteLimit1): New class.
15077 (CompleteLimit2): Likewise.
15078 (CompleteLimit3): Likewise.
15079 (CompleteLimit4): Likewise.
15080 (CompleteLimit5): Likewise.
15081 (CompleteLimit6): Likewise.
15082 (CompleteLimit7): Likewise.
15083
15084 2015-04-08 Pedro Alves <palves@redhat.com>
15085
15086 PR gdb/18214
15087 PR gdb/18216
15088 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15089 function.
15090 (main): Install it as SIGUSR1 handler.
15091 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15092 parameter. Always use "setup" as prefix. Toggle "set
15093 displaced-stepping" off/on depending on global. Don't switch to
15094 thread 1 here.
15095 (top level): Add displaced stepping "off/on" test axis. Update
15096 "setup" calls. Wrap each subtest with with_test_prefix. Test
15097 continuing with a queued signal in each thread.
15098
15099 2015-04-08 Pedro Alves <palves@redhat.com>
15100
15101 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15102 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15103 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15104 Return early if running to main fails.
15105 * gdb.trace/while-stepping.exp: Likewise.
15106
15107 2015-04-07 Pedro Alves <palves@redhat.com>
15108
15109 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15110 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15111 interact with inferior program.
15112
15113 2015-04-07 Pedro Alves <palves@redhat.com>
15114
15115 * lib/gdb.exp (inferior_spawn_id): New global.
15116 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15117 spawn id after processing the user code.
15118 (default_gdb_start): Set inferior_spawn_id.
15119 (send_inferior): New procedure.
15120 * lib/gdbserver-support.exp (gdbserver_start): Set
15121 inferior_spawn_id.
15122 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15123
15124 2015-04-07 Pedro Alves <palves@redhat.com>
15125
15126 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15127 * lib/gdbserver-support.exp (gdbserver_start): Make
15128 $server_spawn_id global.
15129 (gdbserver_start): Don't wait for gdbserver's spawn id with
15130 expect_background.
15131 (close_gdbserver): New procedure.
15132 (gdb_exit): Rename the default version and reimplement.
15133
15134 2015-04-07 Pedro Alves <palves@redhat.com>
15135
15136 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15137 append the substituted item, not the original item.
15138
15139 2015-04-07 Pedro Alves <palves@redhat.com>
15140
15141 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15142 gdb_expect.
15143
15144 2015-04-07 Pedro Alves <palves@redhat.com>
15145
15146 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15147 output appearing once only.
15148
15149 2015-04-07 Pedro Alves <palves@redhat.com>
15150
15151 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15152 that doesn't expect anything. Return early if running to main
15153 fails.
15154
15155 2015-04-07 Yao Qi <yao.qi@linaro.org>
15156
15157 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15158 (child_function): Call alarm.
15159 (main): Move call to alarm into the loop.
15160 * gdb.threads/non-stop-fair-events.exp: Build program with
15161 -DTIMEOUT=$timeout.
15162
15163 2015-04-06 Doug Evans <xdje42@gmail.com>
15164
15165 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15166 Fix dest parameter to board_info.
15167 (fpc_compile): Ditto.
15168 (gdb_compile_pascal): Rename dest arg to destfile.
15169
15170 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15171
15172 * gdb.ada/funcall_ref.exp: New file.
15173 * gdb.ada/funcall_ref/foo.adb: New file.
15174
15175 2015-04-02 Yao Qi <yao.qi@linaro.org>
15176
15177 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15178 is remote.
15179
15180 2015-04-02 Gary Benson <gbenson@redhat.com>
15181
15182 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15183
15184 2015-04-01 Sasha Smundak <asmundak@google.com>
15185
15186 * gdb.python/py-unwind-maint.c: New file.
15187 * gdb.python/py-unwind-maint.exp: New test.
15188 * gdb.python/py-unwind-maint.py: New file.
15189 * gdb.python/py-unwind.c: New file.
15190 * gdb.python/py-unwind.exp: New test.
15191 * gdb.python/py-unwind.py: New test.
15192
15193 2015-04-01 Pedro Alves <palves@redhat.com>
15194
15195 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15196 to fail instead of non-existent $test.
15197
15198 2015-04-01 Pedro Alves <palves@redhat.com>
15199
15200 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15201 GDBFLAGS if not empty.
15202
15203 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15204
15205 * gdb.ada/complete.exp: Remove "multi_line".
15206 * gdb.ada/info_exc.exp: Remove "multi_line".
15207 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15208 * gdb.ada/ptype_field.exp: Remove "multi_line".
15209 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15210 * gdb.ada/tagged.exp: Remove "multi_line".
15211 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15212 [multi_line ...]
15213 * gdb.btrace/delta.exp: Likewise.
15214 * gdb.btrace/exception.exp: Likewise.
15215 * gdb.btrace/function_call_history.exp: Likewise.
15216 * gdb.btrace/instruction_history.exp: Likewise.
15217 * gdb.btrace/nohist.exp: Likewise.
15218 * gdb.btrace/record_goto.exp: Likewise.
15219 * gdb.btrace/segv.exp: Likewise.
15220 * gdb.btrace/stepi.exp: Likewise.
15221 * gdb.btrace/tailcall.exp: Likewise.
15222 * gdb.btrace/unknown_functions.exp: Likewise.
15223 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15224 * lib/gdb.exp: Add the "multi_line" helper.
15225
15226 2015-04-01 Pedro Alves <palves@redhat.com>
15227
15228 * gdb.threads/tid-reuse.c: New file.
15229 * gdb.threads/tid-reuse.exp: New file.
15230
15231 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15232
15233 PR corefiles/16092
15234 * gdb.base/coredump-filter.c: New file.
15235 * gdb.base/coredump-filter.exp: Likewise.
15236
15237 2015-03-27 Petr Machata <pmachata@redhat.com>
15238
15239 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15240 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15241 (Dwarf::assemble): Initialize them.
15242 (Dwarf::lines): New function.
15243
15244 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15245
15246 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15247 SYMBOL_PREFIX for x86_64-*-cygwin.
15248
15249 2015-03-26 Andy Wingo <wingo@igalia.com>
15250
15251 PR symtab/18148
15252 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15253 const_value but not a location.
15254 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15255 location defined in non-main CUs are visible.
15256
15257 2015-03-26 Yao Qi <yao.qi@linaro.org>
15258
15259 PR testsuite/18139
15260 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15261 Add a line number entry for the same line.
15262 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15263 Add a line number entry for the same line.
15264
15265 2015-03-26 Yao Qi <yao.qi@linaro.org>
15266
15267 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15268 .int 0.
15269 (func): Likewise. Add .Lfunc_1 label.
15270 Use .Lfunc_1 label.
15271 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15272 .int 0.
15273 (func): Likewise.
15274 Use .Lfunc_1 label.
15275
15276 2015-03-26 Yao Qi <yao.qi@linaro.org>
15277
15278 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15279 Call gdb_compile instead to compile each .s files without debug
15280 information.
15281
15282 2015-03-26 Yao Qi <yao.qi@linaro.org>
15283
15284 * gdb.base/savedregs.exp (process_saved_regs): Make
15285 "Saved registers:" optional in the pattern.
15286
15287 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15288
15289 * gdb.btrace/next.exp: Merged into step.exp.
15290 * gdb.btrace/finish.exp: Merged into step.exp.
15291 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15292 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15293 "record goto" and checking the exact replay position.
15294 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15295 check for "Recording format" in "info record" output.
15296 * gdb.btrace/record_goto.exp: Choose test file based on target.
15297 * gdb.btrace/x86-record_goto.S: Renamed into ...
15298 * gdb.btrace/x86_64-record_goto.S: ... this.
15299 * gdb.btrace/i686-record_goto.S: New.
15300 * gdb.btrace/x86-tailcall.S: Renamed into ...
15301 * gdb.btrace/x86_64-tailcall.S: ... this.
15302 * gdb.btrace/i686-tailcall.S: New.
15303 * gdb.btrace/x86-tailcall.c: Renamed into ...
15304 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15305 separate statements. Update test.
15306 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15307 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15308 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15309 * gdb.btrace/tailcall.exp: Choose test file based on target.
15310 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15311
15312 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15313
15314 * gdb.btrace/exception.exp: Increase BTS buffer size.
15315
15316 2015-03-24 Pedro Alves <palves@redhat.com>
15317
15318 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15319
15320 2015-03-24 Pedro Alves <palves@redhat.com>
15321
15322 * gdb.threads/schedlock.exp (test_step): No longer expect that
15323 "set scheduler-locking step" with "next" over a function call runs
15324 threads unlocked.
15325
15326 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15327
15328 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15329
15330 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15331
15332 PR breakpoints/16466
15333 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15334 * gdb.mi/mi-pending.c (thread_func): New function.
15335 (int main): Add threading support required.
15336 * gdb.mi/mi-pending.exp: Add tests for this issue.
15337 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15338 (pendfunc2): Remove stdio dependency.
15339 * gdb.mi/mi-pendshr2.c: New file.
15340
15341 2015-03-23 Keith Seitz <keiths@redhat.com>
15342
15343 * gdb.linespec/keywords.c: New file.
15344 * gdb.linespec/keywords.exp: New file.
15345
15346 2015-03-23 Keith Seitz <keiths@redhat.com>
15347
15348 PR gdb/18021
15349 * gdb.dwarf2/staticvirtual.exp: New test.
15350
15351 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15352
15353 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15354 * README: Remove HP-UX and gdb.hp.
15355 (configuration):
15356 * configure: Regenerate.
15357 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15358 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15359 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15360 gdb.hp/gdb.defects/Makefile.
15361 * gdb.hp/Makefile.in: File deleted.
15362 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15363 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15364 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15365 * gdb.hp/gdb.aCC/run.c: File deleted.
15366 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15367 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15368 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15369 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15370 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15371 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15372 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15373 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15374 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15375 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15376 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15377 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15378 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15379 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15380 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15381 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15382 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15383 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15384 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15385 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15386 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15387 * gdb.hp/gdb.compat/average.c: File deleted.
15388 * gdb.hp/gdb.compat/sum.c: File deleted.
15389 * gdb.hp/gdb.compat/xdb.c: File deleted.
15390 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15391 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15392 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15393 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15394 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15395 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15396 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15397 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15398 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15399 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15400 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15401 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15402 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15403 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15404 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15405 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15406 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15407 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15408 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15409 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15410 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15411 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15412 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15413 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15414 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15415 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15416 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15417 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15418 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15419 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15420 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15421 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15422 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15423 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15424 * gdb.hp/tools/odump: File deleted.
15425
15426 2015-03-19 Pedro Alves <palves@redhat.com>
15427
15428 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15429 (saw_thread_3): New globals.
15430 (top level): Increment them when an event for the corresponding
15431 thread is seen.
15432 (no thread starvation): New test.
15433
15434 2015-03-19 Pedro Alves <palves@redhat.com>
15435
15436 * gdb.threads/continue-pending-status.c: New file.
15437 * gdb.threads/continue-pending-status.exp: New file.
15438
15439 2015-03-18 Pedro Alves <palves@redhat.com>
15440
15441 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15442 Use gdb_is_target_remote instead of is_remote. Use
15443 gdb_test_multiple instead of gdb_expect. Exit early if
15444 gdb_test_multiple hits its internal matches. Tighten stepi tests
15445 expected output. Fail on exit with any signal, instead of just
15446 SIGILL.
15447
15448 2015-03-18 Yao Qi <yao.qi@linaro.org>
15449
15450 PR tdep/18107
15451 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15452 variable.
15453 * gdb.base/catch-syscall.exp: Don't skip it on
15454 aarch64*-*-linux* target. Remove elements in all_syscalls.
15455 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15456 target.
15457 (setup_all_syscalls): New proc.
15458
15459 2015-03-16 Yao Qi <yao.qi@linaro.org>
15460
15461 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15462 (top level): Skip tests if valid_addr_p returns false for
15463 $cmd1 or $cmd2.
15464
15465 2015-03-11 Andy Wingo <wingo@igalia.com>
15466
15467 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15468
15469 2015-03-11 Yao Qi <yao.qi@linaro.org>
15470
15471 * gdb.base/catch-syscall.exp: Fix typo in comments.
15472
15473 2015-03-11 Yao Qi <yao.qi@linaro.org>
15474
15475 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15476
15477 2015-03-09 Pedro Alves <palves@redhat.com>
15478
15479 * dg-extract-results.py: Delete.
15480
15481 2015-03-09 Pedro Alves <palves@redhat.com>
15482
15483 Merge dg-extract-results.sh from GCC upstream (r218843).
15484
15485 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15486 * dg-extract-results.sh: Use --text with grep to avoid issues with
15487 binary files. Fall back to cat -v, if that doesn't work.
15488
15489 2015-03-05 Pedro Alves <palves@redhat.com>
15490
15491 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15492
15493 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15494
15495 * lib/mi-support.exp (mi_expect_interrupt): Accept
15496 alternative event for when in all-stop mode.
15497
15498 2015-03-04 Pedro Alves <palves@redhat.com>
15499
15500 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15501
15502 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15503
15504 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15505
15506 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15507
15508 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15509 regexps for GDB's current line display, accept a hex address
15510 preceding the line number.
15511
15512 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15513
15514 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15515 the 'arch1' variable for "s390*-linux*" targets.
15516
15517 2015-03-04 Pedro Alves <palves@redhat.com>
15518
15519 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15520 (main): Pass missing retval argument to pthread_join call.
15521
15522 2015-03-02 Pedro Alves <palves@redhat.com>
15523
15524 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15525 (top level): Call do_test with non-stop as well.
15526
15527 2015-03-02 Pedro Alves <palves@redhat.com>
15528
15529 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15530 -1.
15531
15532 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15533
15534 * gdb.arch/s390-vregs.exp: New test.
15535 * gdb.arch/s390-vregs.S: New file.
15536
15537 2015-02-27 Pedro Alves <palves@redhat.com>
15538
15539 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15540 call to catch_command_errors.
15541 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15542 catch_command_errors.
15543
15544 2015-02-27 Pedro Alves <palves@redhat.com>
15545
15546 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15547 "true" for boolean result.
15548 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15549 prototype of main.
15550
15551 2015-02-27 Pedro Alves <palves@redhat.com>
15552
15553 * lib/unbuffer_output.c: New file.
15554 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15555 (main): Call gdb_unbuffer_output.
15556
15557 2015-02-27 Yao Qi <yao.qi@linaro.org>
15558
15559 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15560 target.
15561
15562 2015-02-26 Doug Evans <dje@google.com>
15563
15564 * gdb.cp/class2.cc (Dbase, D): New classes.
15565 (main): New local delta.
15566 * gdb.cp/class2.exp: Test printing delta.
15567 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15568 (dynbar): New global.
15569 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15570
15571 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15572
15573 * gdb.compile/compile-ifunc.c: New file.
15574 * gdb.compile/compile-ifunc.exp: New file.
15575
15576 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15577
15578 * gdb.base/structs.exp: Check for correct struct on finish.
15579
15580 2015-02-26 Yao Qi <yao.qi@linaro.org>
15581
15582 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15583 is zero.
15584
15585 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15586
15587 * gdb.arch/cordic.ko.bz2: New file.
15588 * gdb.arch/cordic.ko.debug.bz2: New file.
15589 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15590
15591 2015-02-25 Yao Qi <yao.qi@linaro.org>
15592
15593 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15594 aarch64*-*-* target.
15595
15596 2015-02-23 Pedro Alves <palves@redhat.com>
15597
15598 * lib/gdb.exp (delete_breakpoints): Rewrite using
15599 gdb_test_multiple.
15600
15601 2015-02-23 Pedro Alves <palves@redhat.com>
15602
15603 * gdb.base/info-os.c: Include stdlib.h.
15604
15605 2015-02-22 Doug Evans <xdje42@gmail.com>
15606
15607 PR symtab/17855
15608 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15609 is read after symbols have been re-read.
15610 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15611 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15612
15613 2015-02-21 Doug Evans <dje@google.com>
15614
15615 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15616
15617 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15618
15619 PR corefiles/17808
15620 * gdb.arch/i386-biarch-core.core.bz2: New file.
15621 * gdb.arch/i386-biarch-core.exp: New file.
15622
15623 2015-02-21 Pedro Alves <palves@redhat.com>
15624
15625 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15626 runto_main fails.
15627
15628 2015-02-20 Pedro Alves <palves@redhat.com>
15629
15630 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15631 info probes.
15632
15633 2015-02-20 Pedro Alves <palves@redhat.com>
15634
15635 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15636
15637 2015-02-20 Pedro Alves <palves@redhat.com>
15638
15639 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15640 clean_restart before gdb_target_supports_trace.
15641
15642 2015-02-20 Pedro Alves <palves@redhat.com>
15643
15644 PR threads/18006
15645 * gdb.threads/clone-thread_db.c: New file.
15646 * gdb.threads/clone-thread_db.exp: New file.
15647
15648 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15649
15650 PR breakpoints/16812
15651 * gdb.base/catch-gdb-caused-signals.c: New file.
15652 * gdb.base/catch-gdb-caused-signals.exp: New file.
15653
15654 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15655
15656 * configure: Regenerated.
15657 * configure.ac: Use GDB_AC_TRANSFORM.
15658 * aclocal.m4: sinclude ../transform.m4.
15659
15660 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15661
15662 * lib/dtrace.exp: New file.
15663 * gdb.base/dtrace-probe.exp: Likewise.
15664 * gdb.base/dtrace-probe.d: Likewise.
15665 * gdb.base/dtrace-probe.c: Likewise.
15666 * lib/pdtrace.in: Likewise.
15667 * configure.ac: Output variables with the transformed names of
15668 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15669 * configure: Regenerated.
15670
15671 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15672
15673 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15674 expected message when trying to access $_probe_* convenience
15675 variables while not on a probe.
15676
15677 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15678
15679 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15680
15681 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15682
15683 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15684 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15685
15686 2015-02-10 Doug Evans <xdje42@gmail.com>
15687
15688 * lib/gdb.exp (gdb_load): Always return a result.
15689
15690 2015-02-10 Pedro Alves <palves@redhat.com>
15691
15692 * gdb.threads/signal-sigtrap.c: New file.
15693 * gdb.threads/signal-sigtrap.exp: New file.
15694
15695 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15696
15697 * gdb.trace/no-attach-trace.c: New file.
15698 * gdb.trace/no-attach-trace.exp: New file.
15699
15700 2015-02-09 Mark Wielaard <mjw@redhat.com>
15701
15702 * gdb.dwarf2/atomic.c: New file.
15703 * gdb.dwarf2/atomic-type.exp: Likewise.
15704
15705 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15706
15707 * gdb.btrace/buffer-size.exp: Update "info record" output.
15708 * gdb.btrace/delta.exp: Update "info record" output.
15709 * gdb.btrace/enable.exp: Update "info record" output.
15710 * gdb.btrace/finish.exp: Update "info record" output.
15711 * gdb.btrace/instruction_history.exp: Update "info record" output.
15712 * gdb.btrace/next.exp: Update "info record" output.
15713 * gdb.btrace/nexti.exp: Update "info record" output.
15714 * gdb.btrace/step.exp: Update "info record" output.
15715 * gdb.btrace/stepi.exp: Update "info record" output.
15716 * gdb.btrace/nohist.exp: Update "info record" output.
15717
15718 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15719
15720 * gdb.btrace/buffer-size: New.
15721
15722 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15723
15724 * gdb.btrace/delta.exp: Update "info record" output.
15725 * gdb.btrace/enable.exp: Update "info record" output.
15726 * gdb.btrace/finish.exp: Update "info record" output.
15727 * gdb.btrace/instruction_history.exp: Update "info record" output.
15728 * gdb.btrace/next.exp: Update "info record" output.
15729 * gdb.btrace/nexti.exp: Update "info record" output.
15730 * gdb.btrace/step.exp: Update "info record" output.
15731 * gdb.btrace/stepi.exp: Update "info record" output.
15732 * gdb.btrace/nohist.exp: Update "info record" output.
15733
15734 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15735
15736 PR gdb/15678
15737 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15738
15739 2015-02-06 Pedro Alves <palves@redhat.com>
15740
15741 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15742 macro.
15743 (seconds_left, again): New globals.
15744 (main): Wait seconds_left in a 1-second sleep loop instead of
15745 sleeping 180 seconds. If 'again' is set, reset the seconds
15746 counter.
15747 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15748 'again' in the inferior before detaching. Print the seconds left.
15749 (options): New global.
15750 (top level): Build program with -DTIMEOUT=$timeout.
15751
15752 2015-02-06 Pedro Alves <palves@redhat.com>
15753
15754 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15755 determine how many seconds to pass to 'alarm'.
15756 * gdb.base/gdb-sigterm.exp (top level): Build program with
15757 -DTIMEOUT=$timeout.
15758 (do_test): Return success/failure indication. Add more verbose
15759 logging. Don't fail if 200 single steps are seen. Instead, fail
15760 when the test times out.
15761 (passes): New global.
15762 (top level): Break the testing loop if testing fails on any
15763 iteration. Use gdb_assert.
15764
15765 2015-02-04 Don Breazeal <donb@codesourcery.com>
15766
15767 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15768 and initialize them.
15769 (ipc_cleanup): New function.
15770 (main): Don't declare shmid, semid, and msqid. Add a call to
15771 atexit so that we call ipc_cleanup on exit.
15772
15773 2015-02-04 Pedro Alves <palves@redhat.com>
15774
15775 * boards/native-extended-gdbserver.exp: Remove any target variant
15776 specifications from the board name before clearing the isremote
15777 flag from board_info.
15778
15779 2015-01-31 Doug Evans <xdje42@gmail.com>
15780
15781 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15782
15783 2015-01-31 Gary Benson <gbenson@redhat.com>
15784
15785 * gdb.base/completion.exp: Disable completion limiting for
15786 existing tests. Add new tests to check completion limiting.
15787 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15788
15789 2015-01-31 Doug Evans <xdje42@gmail.com>
15790
15791 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15792
15793 2015-01-31 Doug Evans <xdje42@gmail.com>
15794
15795 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15796 entries. Duplicate file section script entries.
15797 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15798 inlined entries. Add test for safe-path rejection.
15799 * gdb.python/py-section-script.c: Add duplicate inlined section script
15800 entries. Duplicate file section script entries.
15801 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15802 inlined entries. Add test for safe-path rejection.
15803
15804 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15805
15806 * gdb.ada/disc_arr_bound: New testcase.
15807
15808 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15809
15810 * gdb.ada/mi_var_array: New testcase.
15811
15812 2015-01-27 Doug Evans <dje@google.com>
15813
15814 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15815 Add test for objfile.filename, objfile.username after objfile
15816 has been unloaded.
15817
15818 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15819
15820 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15821 the second test to print the name attribute of value
15822 returned by the call to gdb.lookup_type, and adjust
15823 the expected output accordingly.
15824
15825 2015-01-25 Mark Wielaard <mjw@redhat.com>
15826
15827 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15828 * gdb.base/disp-step-fork.c: Include unistd.h.
15829 * gdb.base/siginfo-obj.c: Include stdio.h.
15830 * gdb.base/siginfo-thread.c: Likewise.
15831 * gdb.mi/non-stop.c: Include unistd.h.
15832 * gdb.mi/nsthrexec.c: Include stdio.h.
15833 * gdb.mi/pthreads.c: Include unistd.h.
15834 * gdb.modula2/unbounded1.c (main): Declare returns int.
15835 * gdb.reverse/consecutive-reverse.c: Likewise.
15836 * gdb.threads/create-fail.c: Include unistd.h.
15837 * gdb.threads/killed.c: Likewise.
15838 * gdb.threads/linux-dp.c: Likewise.
15839 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15840 * gdb.threads/non-ldr-exc-2.c: Likewise.
15841 * gdb.threads/non-ldr-exc-3.c: Likewise.
15842 * gdb.threads/non-ldr-exc-4.c: Likewise.
15843 * gdb.threads/pthreads.c: Include unistd.h.
15844 (main): Declare returns int.
15845 * gdb.threads/tls-main.c (foo): New declaration.
15846 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15847
15848 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15849
15850 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15851 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15852
15853 2015-01-15 Mark Wielaard <mjw@redhat.com>
15854
15855 * gdb.base/noreturn-return.c: New file.
15856 * gdb.base/noreturn-return.exp: New file.
15857 * gdb.base/noreturn-finish.c: New file.
15858 * gdb.base/noreturn-finish.exp: New file.
15859
15860 2015-01-23 Pedro Alves <palves@redhat.com>
15861
15862 * gdb.threads/continue-pending-after-query.c: New file.
15863 * gdb.threads/continue-pending-after-query.exp: New file.
15864
15865 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15866 Simon Marchi <simon.marchi@ericsson.com>
15867
15868 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15869 * gdb.base/valgrind-db-attach.exp: Same.
15870 * gdb.base/valgrind-infcall.exp: Same.
15871 * lib/mi-support.exp (default_mi_gdb_start): Same.
15872 * lib/prompt.exp (default_prompt_gdb_start): Same.
15873 * lib/gdb.exp (default_gdb_spawn): Same.
15874 (gdb_interact): New.
15875
15876
15877 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15878
15879 * gdb.compile/compile.exp (pointer to jit function): New test.
15880
15881 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15882
15883 * lib/gdb.exp (supports_process_record): Return true for
15884 powerpc*-*-linux*.
15885 (supports_reverse): Likewise.
15886
15887 2015-01-15 Don Breazeal <donb@codesourcery.com>
15888
15889 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15890 instead of checking whether the target board is remote and
15891 use spawn_wait_for_attach instead of exec/sleep.
15892 * gdb.base/attach-twice.exp: Likewise.
15893
15894 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15895
15896 * gdb.ada/var_arr_attrs: New testcase.
15897
15898 2015-01-14 Pedro Alves <palves@redhat.com>
15899 Joel Brobecker <brobecker@adacore.com>
15900
15901 PR gdb/17525
15902 * gdb.base/bp-cmds-execution-x-script.c: New file.
15903 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15904 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15905
15906 2015-01-14 Pedro Alves <palves@redhat.com>
15907
15908 PR cli/17828
15909 * gdb.base/batch-preserve-term-settings.c: New file.
15910 * gdb.base/batch-preserve-term-settings.exp: New file.
15911
15912 2015-01-13 Doug Evans <dje@google.com>
15913
15914 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15915 binary.
15916
15917 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15918
15919 * Makefile.in (clean mostlyclean): Do not delete *.py.
15920
15921 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15922
15923 * gdb.python/py-lookup-type.exp: New file.
15924
15925 2015-01-12 Pedro Alves <palves@redhat.com>
15926
15927 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15928 restore GDBFLAGS before returning.
15929
15930 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15931
15932 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15933 is_amd64_regs_target and is_x86_like_target.
15934
15935 2015-01-11 Doug Evans <xdje42@gmail.com>
15936
15937 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15938 is given without an explicit form.
15939 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15940 attributes.
15941 * gdb.dwarf/corrupt.exp: Ditto.
15942 * gdb.dwarf2/enum-type.exp: Ditto.
15943 * gdb.trace/entry-values.exp: Ditto.
15944 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15945
15946 2015-01-11 Doug Evans <xdje42@gmail.com>
15947
15948 PR gdb/15830
15949 * gdb.base/maint.exp: Remove references to "maint demangle".
15950 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15951 Add tests for explicitly specifying language to demangle.
15952 * gdb.dlang/demangle.exp: Ditto.
15953
15954 2015-01-09 Pedro Alves <palves@redhat.com>
15955
15956 * gdb.threads/non-stop-fair-events.c: New file.
15957 * gdb.threads/non-stop-fair-events.exp: New file.
15958
15959 2015-01-09 Pedro Alves <palves@redhat.com>
15960
15961 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15962 the global scope. Set a breakpoint after all threads are started
15963 rather than stepping over two source lines. Expect the prompt.
15964 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15965 global.
15966 (NUM): Now 15.
15967 (main): Use threads_started_barrier to wait for all threads to
15968 start. Main thread no longer calls thread_function. Exit after
15969 180 seconds.
15970 (loop): New function.
15971 (thread_function): Wait on threads_started_barrier barrier. Call
15972 'loop' at each iteration.
15973 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15974 threads have started, instead of hardcoding number of "next"
15975 steps. Use an access watchpoint instead of a write watchpoint.
15976
15977 2015-01-09 Pedro Alves <palves@redhat.com>
15978
15979 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15980 (thread_func): Wait on barrier.
15981 (main): Wait for all threads to start before stopping GDB.
15982 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15983 global.
15984 (thread1_func, thread2_func): Wait on barrier.
15985 (main): Wait for all threads to start before stopping GDB.
15986 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15987 New global.
15988 (thread1_func, thread2_func): Wait on barrier.
15989 (main): Wait for all threads to start before stopping GDB.
15990
15991 2015-01-09 Pedro Alves <palves@redhat.com>
15992
15993 * gdb.threads/attach-many-short-lived-threads.c: New file.
15994 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15995
15996 2014-01-09 Pedro Alves <palves@redhat.com>
15997
15998 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15999 instead of to thread 2.
16000 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16001 Add barrier around each pthread_create call instead of around all
16002 calls.
16003 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16004 Set a break on thread_function and have the child threads hit it
16005 one at at a time.
16006
16007 2015-01-09 Pedro Alves <palves@redhat.com>
16008
16009 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16010 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16011 false.
16012 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16013 checking whether the target board is remote.
16014 * gdb.multi/multi-attach.exp: Likewise.
16015 * gdb.python/py-sync-interp.exp: Likewise.
16016 * gdb.server/ext-attach.exp: Likewise.
16017 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16018 tests that need to attach, instead of checking whether the target
16019 board is remote at the top of the file.
16020
16021 2015-01-08 Yao Qi <yao@codesourcery.com>
16022
16023 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16024
16025 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16026
16027 Fix testcase compilation.
16028 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16029
16030 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16031
16032 * gdb.python/py-type.exp: Add a couple test about empty
16033 array creation, and negative-length array creation.
16034
16035 2015-01-02 Doug Evans <xdje42@gmail.com>
16036
16037 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16038
16039 2015-01-02 Doug Evans <dje@google.com>
16040
16041 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16042
16043 2014-12-29 Yao Qi <yao@codesourcery.com>
16044
16045 * gdb.trace/entry-values.exp: Update comments. Rename variable
16046 bar_call_foo to returned_from_foo.
16047
16048 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16049
16050 PR gdb/17394
16051 * gdb.linespec/break-asm-file.c: New file.
16052 * gdb.linespec/break-asm-file.exp: New file.
16053 * gdb.linespec/break-asm-file0.s: New file.
16054 * gdb.linespec/break-asm-file1.s: New file.
16055
16056 2014-12-18 Nigel Stephens <nigel@mips.com>
16057 Maciej W. Rozycki <macro@codesourcery.com>
16058
16059 * gdb.base/float.exp: Handle the new output from "info float" on
16060 MIPS targets.
16061
16062 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16063
16064 Fix MinGW compilation.
16065 * gdb.compile/compile-ops.exp: Update untested message if
16066 !skip_compile_feature_tests.
16067 * gdb.compile/compile-setjmp.exp: Likewise.
16068 * gdb.compile/compile-tls.exp: Likewise.
16069 * gdb.compile/compile.exp: Likewise.
16070 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16071 supported on this host".
16072
16073 2014-12-16 Doug Evans <xdje42@gmail.com>
16074
16075 * boards/stabs.exp: New file.
16076
16077 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16078
16079 * gdb.base/completion.exp: Adjust to format changes of "maint
16080 print user-registers".
16081
16082 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16083
16084 PR server/17457
16085 * gdb.arch/aarch64-fp.c: New file.
16086 * gdb.arch/aarch64-fp.exp: New file.
16087
16088 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16089
16090 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16091 r210637, r210913, r211666, r215400, r215817).
16092
16093 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16094 * dg-extract-results.py: New file.
16095 * dg-extract-results.sh: Use it if the environment seems
16096 suitable.
16097
16098 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16099
16100 * dg-extract-results.py (parse_run): Handle warnings that
16101 are printed before a test harness is run.
16102
16103 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16104
16105 * dg-extract-results.py (Named): Remove __cmp__ method.
16106 (output_variation): Use a key to sort variation.harnesses.
16107
16108 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16109
16110 * dg-extract-results.py: For Python 3, force sys.stdout to
16111 handle surrogate escape sequences.
16112 (safe_open): New function.
16113 (output_segment, main): Use it.
16114
16115 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16116
16117 * dg-extract-results.py (Prog.result_re): Include options
16118 in test name.
16119
16120 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16121
16122 * dg-extract-results.py (output_variation): Always sort if
16123 do_sum.
16124
16125 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16126
16127 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16128 as long as we get pagination notifications.
16129
16130 2014-12-15 Jason Merrill <jason@redhat.com>
16131
16132 * Makefile.in (check-gdb.%): Restore.
16133 * README: Mention it.
16134
16135 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16136
16137 * gdb.ada/str_uninit: New testcase.
16138
16139 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16140
16141 PR symtab/17642
16142 * gdb.base/vla-stub-define.c: New file.
16143 * gdb.base/vla-stub.c: New file.
16144 * gdb.base/vla-stub.exp: New file.
16145
16146 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16147 Jan Kratochvil <jan.kratochvil@redhat.com>
16148 Tom Tromey <tromey@redhat.com>
16149
16150 * configure.ac: Add gdb.compile/.
16151 * configure: Regenerate.
16152 * gdb.compile/Makefile.in: New file.
16153 * gdb.compile/compile-ops.exp: New file.
16154 * gdb.compile/compile-ops.c: New file.
16155 * gdb.compile/compile-tls.c: New file.
16156 * gdb.compile/compile-tls.exp: New file.
16157 * gdb.compile/compile-constvar.S: New file.
16158 * gdb.compile/compile-constvar.c: New file.
16159 * gdb.compile/compile-mod.c: New file.
16160 * gdb.compile/compile-nodebug.c: New file.
16161 * gdb.compile/compile-setjmp-mod.c: New file.
16162 * gdb.compile/compile-setjmp.c: New file.
16163 * gdb.compile/compile-setjmp.exp: New file.
16164 * gdb.compile/compile-shlib.c: New file.
16165 * gdb.compile/compile.c: New file.
16166 * gdb.compile/compile.exp: New file.
16167 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16168
16169 2014-12-12 Tom Tromey <tromey@redhat.com>
16170
16171 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16172 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16173
16174 2014-12-12 Doug Evans <dje@google.com>
16175
16176 * lib/gdb-python.exp (get_python_valueof): New function.
16177 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16178
16179 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16180
16181 * gdb.base/completion.exp: Add test for completion of "info
16182 registers ".
16183
16184 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16185
16186 * gdb.base/func-ptrs.c: New file.
16187 * gdb.base/func-ptrs.exp: New file.
16188
16189 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16190
16191 PR breakpoints/17012
16192 * gdb.base/dprintf-detach.c: New file.
16193 * gdb.base/dprintf-detach.exp: New file.
16194
16195 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16196
16197 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16198 * lib/gdb.exp (target_is_gdbserver): New procedure.
16199
16200 2014-12-08 Doug Evans <dje@google.com>
16201
16202 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16203
16204 2014-12-05 Yao Qi <yao@codesourcery.com>
16205
16206 * gdb.guile/scm-error.exp: Remove the third argument to
16207 gdb_remote_download.
16208 * gdb.guile/scm-frame-args.exp: Likewise.
16209 * gdb.guile/scm-section-script.exp: Likewise.
16210
16211 2014-12-05 Yao Qi <yao@codesourcery.com>
16212
16213 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16214
16215 2014-12-04 Doug Evans <dje@google.com>
16216
16217 * gdb.python/py-objfile.exp: Add tests for
16218 objfile.add_separate_debug_file.
16219
16220 2014-12-04 Doug Evans <dje@google.com>
16221
16222 * lib/gdb.exp (get_build_id): New function.
16223 (build_id_debug_filename_get): Rewrite to use it.
16224 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16225
16226 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16227
16228 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16229 `method(long)', not just 0x0.
16230 * gdb.cp/nsalias.exp: Align code labels to 4.
16231 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16232 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16233 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16234 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16235 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16236 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16237
16238 2014-12-02 Doug Evans <dje@google.com>
16239
16240 PR symtab/17602
16241 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16242 * gdb.cp/anon-ns2.cc: ... here. New file.
16243 * gdb.cp/anon-ns.exp: Update.
16244
16245 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16246
16247 * gdb.python/py-events.py (inferior_call_handler): New.
16248 (register_changed_handler, memory_changed_handler): New.
16249 (test_events.invoke): Register new handlers.
16250 * gdb.python/py-events.exp: Add tests for inferior call,
16251 memory_changed and register_changed events.
16252
16253 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16254
16255 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16256 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16257 if the linker doesn't understand this.
16258
16259 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16260
16261 * gdb.python/python.exp: Change expected reply to help().
16262
16263 2014-12-01 Yao Qi <yao@codesourcery.com>
16264
16265 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16266 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16267 * configure: Re-generated.
16268
16269 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16270
16271 * gdb.cp/chained-calls.cc: New file.
16272 * gdb.cp/chained-calls.exp: New file.
16273 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16274
16275 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16276
16277 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16278 * gdb.dwarf2/symtab-producer.exp: Same.
16279 * gdb.gdb/python-interrupts.exp: Same.
16280 * gdb.gdb/python-selftest.exp: Same.
16281 * gdb.python/py-linetable.exp: Same.
16282 * gdb.python/py-type.exp: Same.
16283 * gdb.python/py-value-cc.exp: Same.
16284 * gdb.python/py-value.exp: Same.
16285
16286 2014-11-28 Yao Qi <yao@codesourcery.com>
16287
16288 * gdb.base/break-probes.exp: Match library name prefixed with
16289 sysroot.
16290
16291 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16292
16293 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16294 test expected output. Add parentheses for the call to print.
16295 Remove L suffix from integers.
16296
16297 2014-11-26 Doug Evans <dje@google.com>
16298
16299 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16300
16301 2014-11-22 Yao Qi <yao@codesourcery.com>
16302
16303 * gdb.trace/entry-values.c: Remove asms.
16304 (foo): Add foo_label.
16305 (bar): Add bar_label.
16306 * gdb.trace/entry-values.exp: Remove code computing foo's
16307 length and bar's length.
16308 (Dwarf::assemble): Invoke function_range for bar and use
16309 MACRO_AT_func for foo.
16310
16311 2014-11-22 Yao Qi <yao@codesourcery.com>
16312
16313 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16314 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16315 Use .Lgcc43_procstart instead of gcc43.
16316
16317 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16318
16319 * gdb.ada/n_arr_bound: New testcase.
16320
16321 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16322
16323 PR breakpoints/10737
16324 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16325 test_catch_syscall_multi_arch.
16326 (test_catch_syscall_multi_arch): New function.
16327
16328 2014-11-20 Doug Evans <xdje42@gmail.com>
16329
16330 * gdb.base/maint.exp: Update expected output.
16331
16332 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16333
16334 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16335 4-byte instruction on S390.
16336
16337 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16338
16339 * gdb.ada/arr_arr: New testcase.
16340
16341 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16342
16343 * gdb.ada/pkd_arr_elem: New Testcase.
16344
16345 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16346
16347 * gdb.reverse/break-precsave: Expect completion message for
16348 core file reads.
16349 * gdb.reverse/consecutive-precsave.exp: Likewise.
16350 * gdb.reverse/finish-precsave.exp: Likewise.
16351 * gdb.reverse/i386-precsave.exp: Likewise.
16352 * gdb.reverse/machinestate-precsave.exp: Likewise.
16353 * gdb.reverse/sigall-precsave.exp: Likewise.
16354 * gdb.reverse/solib-precsave.exp: Likewise.
16355 * gdb.reverse/step-precsave.exp: Likewise.
16356 * gdb.reverse/until-precsave.exp: Likewise.
16357 * gdb.reverse/watch-precsave.exp: Likewise.
16358
16359 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16360
16361 * gdb.base/bp-permanent.c: Include unistd.h.
16362 * gdb.python/py-framefilter-mi.c (main): Add return type.
16363 * gdb.python/py-framefilter.c (main): Likewise.
16364 * gdb.trace/actions-changed.c (main): Likewise.
16365
16366 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16367
16368 * gdb.mi/until.c: Add eye-catchers.
16369 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16370 line numbers.
16371
16372 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16373
16374 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16375 function header variants in break1.c.
16376 * gdb.base/ena-dis-br.exp: Likewise.
16377 * gdb.base/hbreak2.exp: Likewise.
16378 * gdb.reverse/until-precsave.exp: Drop references to removed
16379 non-prototype function header variants in ur1.c.
16380 * gdb.reverse/until-reverse.exp: Likewise.
16381
16382 2014-11-17 Petr Machata <pmachata@redhat.com>
16383
16384 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16385 ${_cu_offset_size} bytes abbrev offset.
16386
16387 2014-11-15 Doug Evans <xdje42@gmail.com>
16388
16389 PR symtab/17559
16390 * gdb.base/line-symtabs.exp: New file.
16391 * gdb.base/line-symtabs.c: New file.
16392 * gdb.base/line-symtabs.h: New file.
16393
16394 2014-11-14 Yao Qi <yao@codesourcery.com>
16395
16396 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16397 (func): Add label func_label.
16398 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16399 Replace low_pc and high_pc with MACRO_AT_range.
16400 Replace name, low_pc and high_pc with MACRO_AT_func.
16401
16402 2014-11-14 Yao Qi <yao@codesourcery.com>
16403
16404 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16405 Replace name, low_pc and high_pc with MACRO_AT_func.
16406
16407 2014-11-14 Yao Qi <yao@codesourcery.com>
16408
16409 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16410 produce debug information.
16411 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16412
16413 2014-11-14 Yao Qi <yao@codesourcery.com>
16414
16415 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16416 object and get function length.
16417 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16418 with MACRO_AT_func.
16419 (top-level): Replace gdb_compile and clean_restart with
16420 prepare_for_testing.
16421 * gdb.dwarf2/main.c (main): Add label main_label.
16422
16423 2014-11-14 Yao Qi <yao@codesourcery.com>
16424
16425 * lib/dwarf.exp (function_range): New procedure.
16426 (Dwarf::_handle_macro_at_func): New procedure.
16427 (Dwarf::_handle_macro_at_range): New procedure.
16428 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16429
16430 2014-11-14 Yao Qi <yao@codesourcery.com>
16431
16432 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16433 (_handle_attribute): New procedure.
16434
16435 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16436
16437 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16438 * gdb.base/call-sc.c (zed): Likewise.
16439 * gdb.base/checkpoint.c (main): Likewise.
16440 * gdb.base/dump.c (main): Likewise.
16441 * gdb.base/gcore.c (main): Likewise.
16442 * gdb.base/huge.c (main): Likewise.
16443 * gdb.base/multi-forks.c (main): Likewise.
16444 * gdb.base/pr10179-a.c (main): Likewise.
16445 * gdb.base/savedregs.c (main): Likewise.
16446 * gdb.base/sigaltstack.c (main): Likewise.
16447 * gdb.base/siginfo.c (main): Likewise.
16448 * gdb.base/structs.c (zed): Likewise.
16449 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16450 * gdb.mi/mi-syn-frame.c (main): Likewise.
16451 * gdb.mi/until.c (foo, main): Likewise.
16452 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16453 * gdb.base/solib-weak.c (foo): Declare.
16454 * gdb.base/attach-twice.c: Include stdio.h.
16455 * gdb.base/weaklib1.c: Likewise.
16456 * gdb.base/weaklib2.c: Likewise.
16457 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16458 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16459 unistd.h.
16460 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16461 * gdb.mi/mi-exit-code.c: Likewise.
16462 * gdb.base/break-interp-lib.c: Include string.h.
16463 * gdb.base/coremaker.c: Likewise.
16464 * gdb.base/testenv.c: Likewise.
16465 * gdb.python/py-finish-breakpoint.c: Likewise.
16466 * gdb.base/inferior-died.c: Include sys/wait.h.
16467 * gdb.base/fileio.c: Include time.h.
16468 * gdb.base/async-shell.c: Include unistd.h.
16469 * gdb.base/dprintf-non-stop.c: Likewise.
16470 * gdb.base/info-os.c: Likewise.
16471 * gdb.mi/mi-console.c: Likewise.
16472 * gdb.mi/watch-nonstop.c: Likewise.
16473 * gdb.python/py-events.c: Likewise.
16474 * gdb.base/async.c (baz): Move up before its invocation.
16475 * gdb.base/code_elim2.c (my_global_func): Likewise.
16476 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16477 * gdb.base/advance.c (func2): Likewise.
16478
16479 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16480
16481 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16482 variant.
16483 * gdb.base/annota3.c: Likewise.
16484 * gdb.base/async.c: Likewise.
16485 * gdb.base/average.c: Likewise.
16486 * gdb.base/call-ar-st.c: Likewise.
16487 * gdb.base/call-rt-st.c: Likewise.
16488 * gdb.base/call-sc.c: Likewise.
16489 * gdb.base/call-strs.c: Likewise.
16490 * gdb.base/ending-run.c: Likewise.
16491 * gdb.base/execd-prog.c: Likewise.
16492 * gdb.base/exprs.c: Likewise.
16493 * gdb.base/foll-exec.c: Likewise.
16494 * gdb.base/foll-fork.c: Likewise.
16495 * gdb.base/foll-vfork.c: Likewise.
16496 * gdb.base/funcargs.c: Likewise.
16497 * gdb.base/gcore.c: Likewise.
16498 * gdb.base/jump.c: Likewise.
16499 * gdb.base/langs0.c: Likewise.
16500 * gdb.base/langs1.c: Likewise.
16501 * gdb.base/langs2.c: Likewise.
16502 * gdb.base/mips_pro.c: Likewise.
16503 * gdb.base/nodebug.c: Likewise.
16504 * gdb.base/opaque0.c: Likewise.
16505 * gdb.base/opaque1.c: Likewise.
16506 * gdb.base/recurse.c: Likewise.
16507 * gdb.base/run.c: Likewise.
16508 * gdb.base/scope0.c: Likewise.
16509 * gdb.base/scope1.c: Likewise.
16510 * gdb.base/setshow.c: Likewise.
16511 * gdb.base/setvar.c: Likewise.
16512 * gdb.base/shmain.c: Likewise.
16513 * gdb.base/shr1.c: Likewise.
16514 * gdb.base/shr2.c: Likewise.
16515 * gdb.base/sigall.c: Likewise.
16516 * gdb.base/signals.c: Likewise.
16517 * gdb.base/so-indr-cl.c: Likewise.
16518 * gdb.base/solib2.c: Likewise.
16519 * gdb.base/structs.c: Likewise.
16520 * gdb.base/sum.c: Likewise.
16521 * gdb.base/vforked-prog.c: Likewise.
16522 * gdb.base/watchpoint.c: Likewise.
16523 * gdb.reverse/shr2.c: Likewise.
16524 * gdb.reverse/until-reverse.c: Likewise.
16525 * gdb.reverse/ur1.c: Likewise.
16526 * gdb.reverse/watch-reverse.c: Likewise.
16527
16528 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16529
16530 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16531 variant.
16532 * gdb.base/sepdebug.exp: Drop references to removed code.
16533
16534 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16535
16536 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16537 variant. Preserve original line numbering.
16538 * gdb.base/list1.c: Likewise.
16539
16540 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16541
16542 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16543 variant.
16544 * gdb.base/break1.c: Likewise.
16545 * gdb.base/break.exp: Drop references to removed code.
16546
16547 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16548
16549 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16550 variant.
16551
16552 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16553
16554 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16555
16556 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16557
16558 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16559 logic into perform_all_tests() and invoke it with and without
16560 function header prototypes.
16561 (do_function_calls): Remove conditional XFAIL for PR 5318.
16562 (rerun_and_prepare): Remove duplicate code.
16563 (perform_all_tests): New. Main logic moved here.
16564
16565 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16566
16567 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16568 code guarded by #ifdef NO_PROTOTYPES.
16569 (t_double_many_args): Likewise.
16570 (DEF_FUNC_MANY_ARGS_1): Likewise.
16571 (DEF_FUNC_VALUES_1): Likewise.
16572 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16573 guarded by #ifdef PROTOTYPES.
16574
16575 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16576
16577 * gdb.mi/mi-console.c: Add eye-catcher.
16578 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16579 instead of literal line number.
16580
16581 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16582
16583 * gdb.base/shr2.c: Add eye-catcher.
16584 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16585 line number.
16586
16587 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16588
16589 * gdb.base/jump.c: Add eye-catchers.
16590 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16591 numbers.
16592
16593 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16594
16595 * gdb.base/execd-prog.c: Add eye-catchers.
16596 * gdb.base/foll-exec.c: Likewise.
16597 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16598 line numbers.
16599
16600 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16601
16602 * gdb.base/ending-run.c: Add eye-catchers.
16603 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16604 literal line numbers.
16605
16606 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16607
16608 * gdb.base/call-rt-st.c: Add eye-catchers.
16609 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16610 literal line numbers.
16611
16612 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16613
16614 * gdb.base/call-ar-st.c: Add eye-catchers.
16615 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16616 literal line numbers.
16617
16618 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16619
16620 * gdb.base/average.c: Add eye-catchers.
16621 * gdb.base/sum.c: Likewise.
16622 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16623 regexps dynamically.
16624
16625 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16626
16627 * gdb.base/solib1.c: Add eye-catchers.
16628 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16629 literal line numbers.
16630
16631 2014-11-12 Pedro Alves <palves@redhat.com>
16632
16633 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16634 leader has exited.
16635
16636 2014-11-12 Pedro Alves <palves@redhat.com>
16637
16638 * gdb.arch/i386-bp_permanent.c: New file.
16639 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16640 (srcfile): Set to i386-bp_permanent.c.
16641 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16642 that stepi does not execute the 'leave' instruction, instead of
16643 testing it does execute.
16644 * gdb.base/bp-permanent.c: New file.
16645 * gdb.base/bp-permanent.exp: New file.
16646
16647 2014-11-10 Doug Evans <xdje42@gmail.com>
16648
16649 PR symtab/17564
16650 * gdb.base/symtab-search-order.exp: New file.
16651 * gdb.base/symtab-search-order.c: New file.
16652 * gdb.base/symtab-search-order-1.c: New file.
16653 * gdb.base/symtab-search-order-shlib-1.c: New file.
16654
16655 2014-11-07 Pedro Alves <palves@redhat.com>
16656
16657 PR gdb/17511
16658 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16659 i?86-*-linux*.
16660
16661 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16662
16663 PR c++/17494
16664 * gdb.cp/pr17494.cc: New file.
16665 * gdb.cp/pr17494.exp: New file.
16666
16667 2014-11-02 Yao Qi <yao@codesourcery.com>
16668
16669 * gdb.python/python.exp: Get working directory and match the
16670 output of "set extended-prompt \\w " with it.
16671
16672 2014-10-30 Doug Evans <dje@google.com>
16673
16674 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16675 in objfiles.
16676 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16677 in progspaces.
16678
16679 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16680
16681 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16682 * gdb.base/realname-expand.exp: Likewise.
16683 * gdb.linespec/macro-relative.exp: Likewise.
16684
16685 2014-10-29 Pedro Alves <palves@redhat.com>
16686
16687 PR gdb/17408
16688 * gdb.threads/schedlock.c (some_function): New function.
16689 (call_function): New global.
16690 (MAYBE_CALL_SOME_FUNCTION): New macro.
16691 (thread_function): Call it.
16692 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16693 and use it instead of a global counter. Adjust all callers.
16694 (get_current_thread): Use "find current thread" for test message
16695 here rather than having all callers pass down the same string.
16696 (goto_loop): New procedure, factored out from ...
16697 (my_continue): ... this.
16698 (step_ten_loops): Change parameter from test message to command to
16699 use. Adjust.
16700 (list_count): Delete global.
16701 (check_result): New procedure, factored out from duplicate top
16702 level code.
16703 (continue tests): Wrap in with_test_prefix.
16704 (test_step): New procedure, factored out from duplicate top level
16705 code.
16706 (top level): Test "step" in combination with all scheduler-locking
16707 modes. Test "next" in combination with all scheduler-locking
16708 modes, and in combination with stepping over a function call or
16709 not.
16710 * gdb.threads/next-bp-other-thread.c: New file.
16711 * gdb.threads/next-bp-other-thread.exp: New file.
16712
16713 2014-10-29 Pedro Alves <palves@redhat.com>
16714
16715 PR python/17372
16716 * gdb.python/python.exp: Test a multi-line command that spawns
16717 interactive Python.
16718 * gdb.base/multi-line-starts-subshell.exp: New file.
16719
16720 2014-10-29 Yao Qi <yao@codesourcery.com>
16721
16722 * gdb.base/fileio.exp: Make directories on host.
16723
16724 2014-10-29 Yao Qi <yao@codesourcery.com>
16725
16726 * gdb.base/fileio.c (test_write): Close the file.
16727
16728 2014-10-28 Pedro Alves <palves@redhat.com>
16729
16730 PR gdb/12623
16731 * gdb.base/sigstep.c (no_handler): New global.
16732 (main): If 'no_handler is true, set the signal handlers to
16733 SIG_IGN.
16734 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16735 with_sw_watch and no_handler parameters. Handle them.
16736 (top level) <stepping over handler when stopped at a breakpoint
16737 test>: Add a test axis for testing with a software watchpoint, and
16738 another for testing with the signal handler set to SIG_IGN.
16739 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16740 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16741
16742 2014-10-28 Pedro Alves <palves@redhat.com>
16743
16744 PR gdb/17511
16745 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16746 * gdb.base/sigstep.exp (other_handler_location): New global.
16747 (advance): Support stepping into the signal handler, and running
16748 commands while in the handler.
16749 (in_handler_map): New global.
16750 (top level): In the advance test, add combinations for getting
16751 into the handler with stepping commands, and for running commands
16752 in the handler. Add comment descripting the advancei tests.
16753
16754 2014-10-28 Pedro Alves <palves@redhat.com>
16755
16756 * gdb.base/sigstep.exp: Use build_executable instead of
16757 prepare_for_testing.
16758 (top level): Move code that starts GDB, runs to main and creates a
16759 display to ...
16760 (restart): ... this new procedure.
16761 (top level): Move backtrace from signal handler test to ...
16762 (validate_backtrace): ... this new procedure.
16763 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16764 with_test_prefix. Always restart GDB.
16765 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16766 with_test_prefix. Always restart GDB. No need to delete
16767 breakpoints after the test.
16768 (test_skip_handler): Remove prefix parameter.
16769 (skip_over_handler, breakpoint_to_handler)
16770 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16771 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16772 restart GDB. No need to delete breakpoints after the test.
16773 (top level): Use foreach to call the test procedures with
16774 different commands.
16775
16776 2014-10-28 Pedro Alves <palves@redhat.com>
16777
16778 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16779 instead of GNATS numbers.
16780 * gdb.base/sigbpt.exp: Likewise.
16781 * gdb.base/siginfo.exp: Likewise.
16782 * gdb.base/sigstep.exp: Likewise.
16783
16784 2014-10-27 Pedro Alves <palves@redhat.com>
16785
16786 * gdb.base/sigstep.c (dummy): New global.
16787 (main): Issue a couple writes to the new global.
16788 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16789 procedures.
16790 (skip_over_handler): Use test_skip_handler.
16791 (top level): Call skip_over_handler for stepi and nexti too.
16792 (breakpoint_over_handler): Use test_skip_handler.
16793 (top level): Call breakpoint_over_handler for stepi and nexti too.
16794
16795 2014-10-27 Yao Qi <yao@codesourcery.com>
16796
16797 * gdb.trace/tfile.c (adjust_function_address)
16798 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16799 function descriptor.
16800
16801 2014-10-24 Don Breazeal <donb@codesourcery.com>
16802
16803 * gdb.base/foll-fork.exp (test_follow_fork,
16804 catch_fork_child_follow): Check for updated fork messages emitted
16805 from infrun.c.
16806 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16807 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16808 vfork_and_exec_child_follow_through_step): Check for updated vfork
16809 messages emitted from infrun.c.
16810
16811 2014-10-24 Pedro Alves <palves@redhat.com>
16812
16813 * gdb.base/corefile.exp: Remove references to ultrix.
16814 * gdb.base/interrupt.exp: Likewise.
16815 * gdb.base/whatis.exp: Likewise.
16816 * gdb.gdb/selftest.exp: Likewise.
16817 * gdb.threads/manythreads.exp: Likewise.
16818 * gdb.threads/print-threads.exp: Likewise.
16819 * gdb.threads/pthreads.exp:: Likewise.
16820 * gdb.threads/schedlock.exp: Likewise.
16821
16822 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16823
16824 * gdb.cp/non-trivial-retval.cc: Add a test case.
16825 * gdb.cp/non-trivial-retval.exp: Add a test.
16826
16827 2014-10-20 Yao Qi <yao@codesourcery.com>
16828
16829 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16830 * gdb.python/py-objfile-script-gdb.py: New file.
16831 * gdb.python/py-objfile-script.exp: Update reference to
16832 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16833 of remote_download. Remove the dest file.
16834
16835 2014-10-20 Yao Qi <yao@codesourcery.com>
16836
16837 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16838 * gdb.base/step-line.exp: Likewise.
16839 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16840 * gdb.dwarf2/dw2-basic.exp: Likewise.
16841 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16842 * gdb.dwarf2/dw2-filename.exp: Likewise.
16843 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16844 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16845 * gdb.dwarf2/dw2-producer.exp: Likewise.
16846 * gdb.dwarf2/mac-fileno.exp: Likewise.
16847 * gdb.python/py-frame-args.exp: Likewise.
16848 * gdb.python/py-framefilter.exp: Likewise.
16849 * gdb.python/py-mi.exp: Likewise.
16850 * gdb.python/py-objfile-script.exp: Likewise
16851 * gdb.python/py-pp-integral.exp: Likewise.
16852 * gdb.python/py-pp-re-notag.exp: Likewise.
16853 * gdb.python/py-prettyprint.exp: Likewise.
16854 * gdb.python/py-section-script.exp: Likewise.
16855 * gdb.python/py-typeprint.exp: Likewise.
16856 * gdb.python/py-xmethods.exp: Likewise.
16857 * gdb.stabs/weird.exp: Likewise.
16858 * gdb.xml/tdesc-regs.exp: Likewise.
16859
16860 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16861
16862 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16863 (out_cu): Use addr_len for the size of addresses.
16864 (out_line): Likewise. Size DW_LNE_set_address instruction
16865 according to addr_len.
16866 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16867 (FUNC): Add START_INSNS to definition.
16868
16869 2014-10-18 Yao Qi <yao@codesourcery.com>
16870
16871 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16872 gdb_has_argv0 return true.
16873 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16874 check [target_info exists noargs], check [gdb_has_argv0]
16875 instead.
16876 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16877 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16878 procedures.
16879
16880 2014-10-17 Doug Evans <dje@google.com>
16881
16882 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16883 event.
16884 * gdb.python/py-events.py: Add clear_objfiles event.
16885
16886 2014-10-17 Doug Evans <dje@google.com>
16887
16888 * gdb.python/py-objfile.exp: Test progspace attribute.
16889
16890 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16891
16892 * gdb.guile/scm-breakpoint.exp: Do not assume any
16893 directory separators when matching source file paths.
16894 * gdb.python/py-breakpoint.exp: Likewise.
16895 * gdb.reverse/break-precsave.exp: Likewise.
16896 * gdb.reverse/break-reverse.exp: Likewise.
16897 * gdb.reverse/consecutive-precsave.exp: Likewise.
16898 * gdb.reverse/finish-precsave.exp: Likewise.
16899 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16900 * gdb.reverse/finish-reverse.exp: Likewise.
16901 * gdb.reverse/i386-precsave.exp: Likewise.
16902 * gdb.reverse/i387-env-reverse.exp: Likewise.
16903 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16904 * gdb.reverse/machinestate-precsave.exp: Likewise.
16905 * gdb.reverse/machinestate.exp: Likewise.
16906 * gdb.reverse/sigall-precsave.exp: Likewise.
16907 * gdb.reverse/solib-precsave.exp: Likewise.
16908 * gdb.reverse/step-precsave.exp: Likewise.
16909 * gdb.reverse/until-precsave.exp: Likewise.
16910 * gdb.reverse/watch-precsave.exp: Likewise.
16911 * gdb.reverse/watch-reverse.exp: Likewise.
16912
16913 2014-10-17 Yao Qi <yao@codesourcery.com>
16914
16915 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16916 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16917
16918 2014-10-17 Pedro Alves <palves@redhat.com>
16919
16920 PR gdb/17471
16921 * gdb.base/bg-execution-repeat.c: New file.
16922 * gdb.base/bg-execution-repeat.exp: New file.
16923
16924 2014-10-17 Pedro Alves <palves@redhat.com>
16925
16926 PR gdb/17300
16927 * gdb.base/continue-all-already-running.c: New file.
16928 * gdb.base/continue-all-already-running.exp: New file.
16929
16930 2014-10-17 Pedro Alves <palves@redhat.com>
16931
16932 PR gdb/17472
16933 * gdb.base/annota-input-while-running.c: New file.
16934 * gdb.base/annota-input-while-running.exp: New file.
16935
16936 2014-10-17 Pedro Alves <palves@redhat.com>
16937
16938 * gdb.base/callfuncs.exp: emove references to osf.
16939 * gdb.base/sigall.exp: Likewise.
16940 * gdb.gdb/selftest.exp: Likewise.
16941 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16942 * gdb.mi/non-stop.c: Likewise.
16943 * gdb.mi/pthreads.c: Likewise.
16944 * gdb.reverse/sigall-precsave.exp: Likewise.
16945 * gdb.reverse/sigall-reverse.exp: Likewise.
16946 * gdb.threads/pthreads.c: Likewise.
16947 * gdb.threads/pthreads.exp: Likewise.
16948
16949 2014-10-17 Yao Qi <yao@codesourcery.com>
16950
16951 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16952 check 'target_info exists noargs'.
16953 (test_command_prompt_position): Likewise.
16954 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16955 Remove "set args".
16956 (progvar_simple_while_test): Likewise.
16957 (progvar_complex_if_while_test): Likewise.
16958 (if_while_breakpoint_command_test): Likewise.
16959 (infrun_breakpoint_command_test): Likewise.
16960 (breakpoint_command_test): Likewise.
16961 (watchpoint_command_test): Likewise.
16962 (bp_deleted_in_command_test): Likewise.
16963 (temporary_breakpoint_commands): Likewise.
16964
16965 2014-10-16 Yao Qi <yao@codesourcery.com>
16966
16967 * gdb.base/remotetimeout.exp: Remove noargs checking.
16968
16969 2014-10-15 Pedro Alves <palves@redhat.com>
16970
16971 PR breakpoints/9649
16972 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16973 * gdb.base/breakpoint-in-ro-region.exp
16974 (probe_target_hardware_step): New procedure.
16975 (top level): Probe hardware stepping and hardware breakpoint
16976 support. Test stepping through a read-only region, with both
16977 "breakpoint auto-hw" on and off and both "always-inserted" on and
16978 off.
16979
16980 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16981
16982 * gdb.dlang/demangle.exp: Update for demangling changes.
16983
16984 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16985
16986 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16987 * gdb.cp/non-trivial-retval.exp: Add new tests.
16988
16989 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16990
16991 PR c++/13403
16992 PR c++/15154
16993 * gdb.cp/non-trivial-retval.cc: New file.
16994 * gdb.cp/non-trivial-retval.exp: New file.
16995
16996 2014-10-15 Yao Qi <yao@codesourcery.com>
16997
16998 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16999 remote host.
17000
17001 2014-10-15 Yao Qi <yao@codesourcery.com>
17002
17003 * gdb.python/py-symbol.exp: Match file base name if host is
17004 remote, otherwise match file name with dir name.
17005 * gdb.python/py-symtab.exp: Likewise.
17006 * gdb.python/python.exp: Likewise.
17007
17008 2014-10-15 Yao Qi <yao@codesourcery.com>
17009
17010 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17011 pattern.
17012 * gdb.python/py-symtab.exp: Likewise.
17013 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17014 locationn.
17015
17016 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17017
17018 * gdb.ada/addr_arith: New testcase.
17019
17020 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17021
17022 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17023 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17024 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17025 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17026
17027 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17028
17029 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17030 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17031 * gdb.arch/stap-eval-lang-ada.exp: New file.
17032
17033 2014-10-14 Yao Qi <yao@codesourcery.com>
17034
17035 * gdb.mi/mi-var-child.c (nothing1): New function.
17036 (nothing2): New function.
17037 (do_children_tests): Set function pointers by nothing1 and
17038 nothing2.
17039 * gdb.mi/mi-var-child.exp: Step over new added statements.
17040 Update test to match the new output.
17041 * gdb.mi/var-cmd.c (nothing1): New function.
17042 (nothing2): New function.
17043 (do_children_tests): Set function pointers by nothing1 and
17044 nothing2.
17045 * gdb.mi/mi-var-display.exp: Update test to match output.
17046 Step to the line specified by $line_dct_nothing.
17047 Increase the number of lines to step.
17048
17049 2014-10-14 Yao Qi <yao@codesourcery.com>
17050
17051 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17052 tests.
17053 * gdb.mi/mi2-var-child.exp: Likewise.
17054
17055 2014-10-13 Doug Evans <dje@google.com>
17056
17057 * gdb.python/py-objfile.exp: Change name of file name test.
17058
17059 2014-10-13 Doug Evans <dje@google.com>
17060
17061 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17062 from the start of the CU.
17063
17064 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17065 Yao Qi <yao@codesourcery.com>
17066
17067 Fix "save breakpoints" for "catch" command.
17068 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17069 Remove -nonewline. Match also the added "main" line.
17070
17071 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17072
17073 Fix "save breakpoints" for "disable $bpnum" command.
17074 * gdb.base/save-bp.c (main): Add label.
17075 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17076
17077 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17078
17079 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17080
17081 2014-10-11 Yao Qi <yao@codesourcery.com>
17082
17083 * gdb.server/server-kill.exp: Execute command
17084 "set remote trace-status-packet on" before "tstatus".
17085
17086 2014-10-11 Yao Qi <yao@codesourcery.com>
17087
17088 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17089 (main): Call getppid.
17090 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17091 and continue to it. Read variable "server_pid".
17092
17093 2014-10-11 Yao Qi <yao@codesourcery.com>
17094
17095 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17096
17097 2014-10-11 Yao Qi <yao@codesourcery.com>
17098
17099 * gdb.threads/thread-find.exp: Don't execute command
17100 "info threads".
17101 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17102 * gdb.threads/linux-dp.exp: Don't check the condition
17103 $threads_created equals to zero.
17104
17105 2014-10-10 Pedro Alves <palves@redhat.com>
17106
17107 * gdb.base/bigcore.exp: Remove references to IRIX.
17108 * gdb.base/funcargs.exp: Likewise.
17109 * gdb.base/interrupt.exp: Likewise.
17110 * gdb.base/mips_pro.exp: Likewise.
17111 * gdb.base/nodebug.exp: Likewise.
17112 * gdb.base/setvar.exp: Likewise.
17113 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17114
17115 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17116 Pedro Alves <palves@redhat.com>
17117
17118 PR symtab/14466
17119 * gdb.base/vdso-warning.c: New file.
17120 * gdb.base/vdso-warning.exp: New file.
17121
17122 2014-10-02 Doug Evans <dje@google.com>
17123
17124 * gdb.base/structs.c (main): Don't run forever.
17125
17126 2014-10-02 Pedro Alves <palves@redhat.com>
17127
17128 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17129 (top level) <stop threads 1, stop threads 2>: Use it.
17130
17131 2014-10-02 Pedro Alves <palves@redhat.com>
17132
17133 * gdb.threads/break-while-running.exp (test): Add new
17134 'update_thread_list' argument. Skip "info threads" if false.
17135 (top level): Add new 'update_thread_list' axis.
17136
17137 2014-10-02 Pedro Alves <palves@redhat.com>
17138
17139 PR breakpoints/17431
17140 * gdb.base/execl-update-breakpoints.c: New file.
17141 * gdb.base/execl-update-breakpoints.exp: New file.
17142
17143 2014-10-01 Pedro Alves <palves@redhat.com>
17144
17145 * gdb.base/breakpoint-in-ro-region.c: New file.
17146 * gdb.base/breakpoint-in-ro-region.exp: New file.
17147
17148 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17149
17150 * gdb.mi/mi-exit-code.exp: New file.
17151 * gdb.mi/mi-exit-code.c: New file.
17152
17153 2014-09-30 Yao Qi <yao@codesourcery.com>
17154
17155 * lib/prelink-support.exp (build_executable_own_libs): Error if
17156 the target isn't native.
17157
17158 2014-09-30 Yao Qi <yao@codesourcery.com>
17159
17160 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17161 false.
17162
17163 2014-09-22 Pedro Alves <palves@redhat.com>
17164
17165 * gdb.threads/break-while-running.exp: New file.
17166 * gdb.threads/break-while-running.c: New file.
17167
17168 2014-09-19 Yao Qi <yao@codesourcery.com>
17169
17170 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17171 Invoke test. Restart GDB with --readnow and invoke test again.
17172
17173 2014-09-19 Yao Qi <yao@codesourcery.com>
17174
17175 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17176 proc set_breakpoint_on_gcd_function. Invoke
17177 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17178 invoke set_breakpoint_on_gcd_function again.
17179
17180 2014-09-18 Doug Evans <dje@google.com>
17181
17182 * gdb.dwarf2/symtab-producer.exp: New file.
17183
17184 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17185
17186 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17187 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17188 * gdb.base/global-var-nested-by-dso.c: Likewise.
17189 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17190
17191 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17192 Pedro Alves <palves@redhat.com>
17193
17194 * gdb.base/watch-bitfields.exp: Pass string other than test file
17195 name to prepare_for_testing.
17196 (watch): New procedure.
17197 (expect_watchpoint): Use with_test_prefix.
17198 (top level): Factor out tests to ...
17199 (test_watch_location, test_regular_watch): ... these new
17200 procedures, and use with_test_prefix and gdb_continue_to_end.
17201
17202 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17203
17204 PR breakpoints/12526
17205 * gdb.base/watch-bitfields.exp: New file.
17206 * gdb.base/watch-bitfields.c: New file.
17207
17208 2014-09-16 Pedro Alves <palves@redhat.com>
17209
17210 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17211 software and hardware addresses, not software address against
17212 itself.
17213
17214 2014-09-16 Pedro Alves <palves@redhat.com>
17215
17216 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17217 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17218
17219 2014-09-16 Pedro Alves <palves@redhat.com>
17220
17221 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17222 files.
17223 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17224 "*-*-vxworks*" throughout.
17225 * gdb.base/break.exp: Likewise.
17226 * gdb.base/default.exp: Likewise.
17227 * gdb.base/scope.exp: Likewise.
17228 * gdb.base/sepdebug.exp: Likewise.
17229 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17230 throughout.
17231 * gdb.base/run.c: Likewise.
17232 * gdb.base/sepdebug.c: Likewise.
17233 * gdb.hp/gdb.aCC/run.c: Likewise.
17234 * gdb.reverse/until-reverse.c: Likewise.
17235 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17236
17237 2014-09-16 Yao Qi <yao@codesourcery.com>
17238
17239 * boards/local-remote-host-native.exp: New file.
17240
17241 2014-09-14 Doug Evans <xdje42@gmail.com>
17242
17243 * gdb.threads/queue-signal.c (thread_count): New variable.
17244 (thread_count_mutex, thread_count_condvar): New variables.
17245 (incr_thread_count, wait_all_threads_running): New functions.
17246 (main): Wait for all threads to be in their thread functions.
17247
17248 2014-09-13 Doug Evans <xdje42@gmail.com>
17249
17250 * gdb.threads/queue-signal.c: New file.
17251 * gdb.threads/queue-signal.exp: New file.
17252
17253 2014-09-13 Doug Evans <xdje42@gmail.com>
17254
17255 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17256 be consistent with what default_gdb_init uses.
17257 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17258 the plain text of the prompt. Add some logging printfs.
17259 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17260
17261 2014-09-12 Pedro Alves <palves@redhat.com>
17262
17263 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17264 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17265 * gdb.arch/i386-size-overlap.exp: Likewise.
17266 * gdb.arch/i386-size.exp: Likewise.
17267 * gdb.arch/i386-unwind.exp: Likewise.
17268 * gdb.base/a2-run.exp: Likewise.
17269 * gdb.base/break.exp: Likewise.
17270 * gdb.base/charset.exp: Likewise.
17271 * gdb.base/chng-syms.exp: Likewise.
17272 * gdb.base/commands.exp: Likewise.
17273 * gdb.base/dbx.exp: Likewise.
17274 * gdb.base/find.exp: Likewise.
17275 * gdb.base/funcargs.exp: Likewise.
17276 * gdb.base/jit-simple.exp: Likewise.
17277 * gdb.base/reread.exp: Likewise.
17278 * gdb.base/sepdebug.exp: Likewise.
17279 * gdb.base/step-bt.exp: Likewise.
17280 * gdb.cp/mb-inline.exp: Likewise.
17281 * gdb.cp/mb-templates.exp: Likewise.
17282 * gdb.objc/basicclass.exp: Likewise.
17283 * gdb.threads/killed.exp: Likewise.
17284
17285 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17286
17287 PR tdep/17379
17288 * gdb.arch/powerpc-stackless.S: New file.
17289 * gdb.arch/powerpc-stackless.exp: New file.
17290
17291 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17292
17293 * gdb.base/attach.c: Include unistd.h.
17294 (main): Call alarm. Add label postloop.
17295 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17296 gdb_breakpoint, gdb_continue_to_breakpoint.
17297 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17298
17299 2014-09-11 Pedro Alves <palves@redhat.com>
17300
17301 PR gdb/17347
17302 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17303 * gdb.base/attach.exp (test_command_line_attach_run): New
17304 procedure.
17305 (top level): Call it.
17306
17307 2014-09-11 Pedro Alves <palves@redhat.com>
17308
17309 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17310 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17311 (do_command_attach_tests): Use spawn_wait_for_attach.
17312 * gdb.base/solib-overlap.exp: Likewise.
17313 * gdb.multi/multi-attach.exp: Likewise.
17314 * gdb.python/py-prompt.exp: Likewise.
17315 * gdb.python/py-sync-interp.exp: Likewise.
17316 * gdb.server/ext-attach.exp: Likewise.
17317
17318 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17319
17320 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17321 command in testcase. Simplify testcase.
17322
17323 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17324
17325 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17326
17327 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17328
17329 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17330
17331 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17332
17333 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17334
17335 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17336
17337 * gdb.dwarf2/dynarr-ptr.c: New file.
17338 * gdb.dwarf2/dynarr-ptr.exp: New file.
17339
17340 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17341
17342 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17343 of 30 rather than hardcoding 120 for a slow test case. Take the
17344 `gdb,timeout' target setting into account for this calculation.
17345 Don't extend the timeout for the test cases that don't need it.
17346
17347 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17348
17349 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17350 a factor of 2 for a slow test case. Take the `gdb,timeout'
17351 target setting into account for this calculation.
17352 * gdb.reverse/until-precsave.exp: Increase the timeout by
17353 a factor of 15 and 3 respectively rather than adding 120
17354 for a pair of slow test cases. Take the `gdb,timeout'
17355 target setting into account for this calculation.
17356
17357 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17358
17359 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17360 timeout, don't pass one down to gdb_expect.
17361 (gdb_expect): Rework timeout selection.
17362
17363 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17364
17365 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17366 exception on timeout.
17367 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17368 (gdbserver_start_extended): Catch any `gdbserver_start' error
17369 exceptions.
17370 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17371 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17372 `gdbserver_gdb_load' error exceptions.
17373
17374 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17375
17376 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17377 120 on waiting for the TCP socket to open.
17378
17379 2014-09-09 Doug Evans <xdje42@gmail.com>
17380
17381 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17382 _caller_matches, _any_caller_is, _any_caller_matches.
17383
17384 2014-09-09 Doug Evans <xdje42@gmail.com>
17385
17386 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17387
17388 2014-09-09 Yao Qi <yao@codesourcery.com>
17389
17390 * gdb.mi/mi-var-display.exp: Set print symbol off.
17391
17392 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17393
17394 PR gdb/17035
17395 * gdb.base/commands.exp: Add tests to verify user-defined
17396 commands with empty bodies.
17397 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17398 python commands in `show user command`.
17399 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17400 scheme commands in `show user command`.
17401
17402 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17403
17404 PR python/17355
17405 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17406 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17407 * gdb.python/py-framefilter-invalidarg.exp: New file.
17408 * gdb.python/py-framefilter-invalidarg.py: New file.
17409
17410 2014-09-06 Doug Evans <xdje42@gmail.com>
17411
17412 PR 15276
17413 * gdb.python/py-caller-is.c: New file.
17414 * gdb.python/py-caller-is.exp: New file.
17415
17416 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17417
17418 PR gdb/17235
17419 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17420 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17421
17422 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17423
17424 PR fortran/17237
17425 * gdb.fortran/print-formatted.exp: New file.
17426 * gdb.fortran/print-formatted.f90: Likewise.
17427
17428 2014-09-03 Sasha Smundak <asmundak@google.com>
17429
17430 * gdb.python/py-frame.exp: Test Frame.read_register.
17431
17432 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17433
17434 PR python/16699
17435 * gdb.python/py-completion.exp: New file.
17436 * gdb.python/py-completion.py: Likewise.
17437
17438 2014-08-28 Doug Evans <dje@google.com>
17439
17440 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17441 eax,etc. are live with values set by gdb and thus the compiler can't
17442 use them.
17443 * gdb.arch/i386-pseudo.c (main): Ditto.
17444
17445 2014-08-27 Doug Evans <dje@google.com>
17446
17447 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17448
17449 2014-08-25 Doug Evans <dje@google.com>
17450
17451 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17452 (main): Ditto.
17453
17454 2014-08-25 Doug Evans <dje@google.com>
17455
17456 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17457
17458 2014-08-24 Yao Qi <yao@codesourcery.com>
17459
17460 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17461 symbol off.
17462 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17463
17464 2014-08-22 Doug Evans <dje@google.com>
17465
17466 PR 17276
17467 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17468 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17469 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17470
17471 2014-08-22 Yao Qi <yao@codesourcery.com>
17472
17473 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17474 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17475 * gdb.python/python.exp: Likewise. Use .py file on the host
17476 instead of the build.
17477
17478 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17479
17480 * gdb.threads/gcore-stale-thread.c: New file.
17481 * gdb.threads/gcore-stale-thread.exp: New file.
17482
17483 2014-08-21 Pedro Alves <palves@redhat.com>
17484
17485 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17486 * gdb.base/gcore-relro-pie.exp: Likewise.
17487 * gdb.base/gcore-relro.exp: Likewise.
17488 * gdb.base/gcore.exp: Likewise.
17489 * gdb.base/print-symbol-loading.exp: Likewise.
17490 * gdb.threads/gcore-thread.exp: Likewise.
17491 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17492
17493 2014-08-20 Pedro Alves <palves@redhat.com>
17494 Jan Kratochvil <jan.kratochvil@redhat.com>
17495
17496 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17497 configure.
17498 (EXPECT): Handle READ1 being set.
17499 (all): Depend on EXTRA_RULES.
17500 (check-read1, expect-read1, read1.so, read1): New rules.
17501 * README (Testsuite Parameters): Document the READ1 make variable.
17502 (Race detection): New section.
17503 * configure: Regenerate.
17504 * configure.ac: If build==host==target, and running under a
17505 GNU/glibc system, add read1 to the extra Makefile rules.
17506 (EXTRA_RULES): AC_SUBST it.
17507 * lib/read1.c: New file.
17508
17509 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17510
17511 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17512 the handling of variables declared as a typedef to an array
17513 which a DW_AT_data_location attribute.
17514
17515 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17516 Pedro Alves <palves@redhat.com>
17517
17518 PR symtab/14604
17519 PR symtab/14605
17520 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17521 gdb_test.
17522
17523 2014-08-19 Pedro Alves <palves@redhat.com>
17524
17525 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17526
17527 2014-08-19 Yao Qi <yao@codesourcery.com>
17528
17529 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17530 right line.
17531
17532 2014-08-18 David Blaikie <dblaikie@gmail.com>
17533
17534 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17535
17536 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17537
17538 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17539 attribute in array range.
17540
17541 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17542
17543 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17544
17545 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17546
17547 PR c++/17132
17548 * gdb.cp/pr17132.cc: New file.
17549 * gdb.cp/pr17132.exp: New file.
17550
17551 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17552
17553 * gdb.python/py-xmethods.py (A_getarrayind)
17554 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17555 Use 'print' with function call syntax.
17556 (E_method_matcher.match): Fix tab vs space indentation mixup.
17557
17558 2014-08-15 Yao Qi <yao@codesourcery.com>
17559
17560 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17561 false.
17562
17563 2014-08-15 Yao Qi <yao@codesourcery.com>
17564
17565 * gdb.cp/casts.exp: Set print symbol off.
17566 * gdb.cp/class2.exp: Likewise.
17567 * gdb.cp/overload.exp: Likewise.
17568 * gdb.cp/templates.exp: Likewise.
17569
17570 2014-08-11 Doug Evans <dje@google.com>
17571
17572 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17573 (test_load_shlib): Update.
17574
17575 2014-08-09 Yao Qi <yao@codesourcery.com>
17576
17577 * gdb.base/display.exp: Invoke is_address_zero_readable.
17578 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17579 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17580 * gdb.base/hbreak-unmapped.exp: Return if
17581 is_address_zero_readable returns true.
17582 * gdb.base/signest.exp: Likewise.
17583 * gdb.base/signull.exp: Likewise.
17584 * gdb.base/sigbpt.exp: Likewise.
17585 * gdb.guile/scm-disasm.exp: Do the test if
17586 is_address_zero_readable returns false.
17587 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17588 * gdb.python/py-arch.exp: Likewise.
17589 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17590 * lib/gdb.exp (is_address_zero_readable): New proc.
17591
17592 2014-08-09 Yao Qi <yao@codesourcery.com>
17593
17594 PR testsuite/13443
17595 * gdb.mi/mi-var-display.exp: Make test messages unique.
17596
17597 2014-08-04 Tom Tromey <tromey@redhat.com>
17598
17599 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17600 target 0".
17601
17602 2014-08-04 Tom Tromey <tromey@redhat.com>
17603
17604 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17605 "target_resume".
17606
17607 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17608
17609 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17610 inner_vla_struct_object_size.
17611 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17612 as xfail.
17613
17614 2014-07-30 Pedro Alves <palves@redhat.com>
17615
17616 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17617 comment.
17618
17619 2014-07-29 Yao Qi <yao@codesourcery.com>
17620
17621 PR gdb/17206
17622 * gdb.base/until-nodebug.exp: New.
17623
17624 2014-07-28 Doug Evans <xdje42@gmail.com>
17625
17626 PR guile/17203
17627 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17628 previously existing parameter, and previously ambiguously spelled
17629 parameter.
17630
17631 2014-07-28 Will Newton <will.newton@linaro.org>
17632
17633 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17634
17635 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17636 Doug Evans <xdje42@gmail.com>
17637
17638 PR guile/17146
17639 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17640
17641 2014-07-25 Pedro Alves <palves@redhat.com>
17642
17643 * gdb.threads/signal-command-handle-nopass.c: New file.
17644 * gdb.threads/signal-command-handle-nopass.exp: New file.
17645 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17646 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17647 * gdb.threads/signal-delivered-right-thread.c: New file.
17648 * gdb.threads/signal-delivered-right-thread.exp: New file.
17649
17650 2014-07-25 Pedro Alves <palves@redhat.com>
17651
17652 * gdb.base/double-prompt-target-event-error.exp
17653 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17654 match.
17655 (cancel_pagination_in_target_event): Rework double prompt
17656 detection.
17657 * gdb.base/paginate-after-ctrl-c-running.exp
17658 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17659 <return>' match.
17660 * gdb.base/paginate-bg-execution.exp
17661 (test_bg_execution_pagination_return)
17662 (test_bg_execution_pagination_cancel): Remove '-notransfer
17663 <return>' matches.
17664 * gdb.base/paginate-execution-startup.exp
17665 (test_fg_execution_pagination_return)
17666 (test_fg_execution_pagination_cancel): Remove '-notransfer
17667 <return>' matches.
17668 * gdb.base/paginate-inferior-exit.exp
17669 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17670 match.
17671 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17672 * lib/gdb.exp (pagination_prompt): Run text through
17673 string_to_regexp.
17674 (gdb_test_multiple): Match $pagination_prompt instead of
17675 "<return>".
17676 (string_to_regexp): Move to lib/gdb-utils.exp.
17677
17678 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17679
17680 * gdb.arch/amd64-entry-value-paramref.S: New file.
17681 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17682 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17683 * gdb.arch/amd64-optimout-repeat.S: New file.
17684 * gdb.arch/amd64-optimout-repeat.c: New file.
17685 * gdb.arch/amd64-optimout-repeat.exp: New file.
17686
17687 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17688
17689 PR gdb/17170
17690 * gdb.base/statistics.exp: New file.
17691
17692 2014-07-17 Doug Evans <dje@google.com>
17693
17694 PR gdb/17170
17695 * gdb.base/maint.exp: Update testing of per-command stats.
17696
17697 2014-07-16 Pedro Alves <palves@redhat.com>
17698
17699 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17700 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17701 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17702 (tfile_write_buf): New functions.
17703 (add_memory_block): Rewrite using the above.
17704 (adjust_function_address): New function.
17705 (FUNCTION_ADDRESS): New macro.
17706 (write_basic_trace_file): Remove short_x local, and use
17707 tfile_write_16. Change type of func_addr local to unsigned long
17708 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17709 here. Cast argument of add_memory_block to char pointer.
17710 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17711 (main): Remove parameters.
17712 * gdb.trace/tfile.exp: Remove nowarnings.
17713
17714 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17715
17716 * gdb.base/debug-expr.exp: Test string evaluation with
17717 "debug expression" on.
17718
17719 2014-07-15 Pedro Alves <palves@redhat.com>
17720
17721 * gdb.base/reread.exp: Use clean_restart.
17722
17723 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17724
17725 * gdb.arch/avr-flash-qualifer.c: New.
17726 * gdb.arch/avr-flash-qualifer.exp: New.
17727
17728 2014-07-14 Pedro Alves <palves@redhat.com>
17729
17730 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17731 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17732
17733 2014-07-14 Pedro Alves <palves@redhat.com>
17734
17735 * gdb.base/double-prompt-target-event-error.c: New file.
17736 * gdb.base/double-prompt-target-event-error.exp: New file.
17737
17738 2014-07-14 Pedro Alves <palves@redhat.com>
17739
17740 PR gdb/17072
17741 * gdb.base/paginate-inferior-exit.c: New file.
17742 * gdb.base/paginate-inferior-exit.exp: New file.
17743
17744 2014-07-14 Pedro Alves <palves@redhat.com>
17745
17746 PR gdb/17072
17747 * gdb.base/paginate-bg-execution.c: New file.
17748 * gdb.base/paginate-bg-execution.exp: New file.
17749
17750 2014-07-14 Pedro Alves <palves@redhat.com>
17751
17752 PR gdb/17072
17753 * gdb.base/paginate-execution-startup.c: New file.
17754 * gdb.base/paginate-execution-startup.exp: New file.
17755 * lib/gdb.exp (pagination_prompt): New global.
17756 (default_gdb_spawn): New procedure, factored out from
17757 default_gdb_spawn.
17758 (default_gdb_start): Adjust to call default_gdb_spawn.
17759 (gdb_spawn): New procedure.
17760
17761 2014-07-14 Pedro Alves <palves@redhat.com>
17762
17763 * lib/gdb.exp (gdb_assert): New procedure.
17764 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17765
17766 2014-07-14 Pedro Alves <palves@redhat.com>
17767
17768 * gdb.base/execution-termios.c: New file.
17769 * gdb.base/execution-termios.exp: New file.
17770
17771 2014-07-14 Tom Tromey <tromey@redhat.com>
17772
17773 * gdb.cp/vla-cxx.cc: New file.
17774 * gdb.cp/vla-cxx.exp: New file.
17775
17776 2014-07-14 Tom Tromey <tromey@redhat.com>
17777
17778 * gdb.reverse/rerun-prec.c: New file.
17779 * gdb.reverse/rerun-prec.exp: New file.
17780
17781 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17782 Maciej W. Rozycki <macro@codesourcery.com>
17783
17784 * lib/gdb-utils.exp: New file.
17785 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17786 inline `gdb_init_command' processing.
17787 (gdb_start_cmd): Likewise.
17788 * lib/mi-support.exp (mi_run_cmd): Likewise.
17789 * README: Document `gdb_init_command' and `gdb_init_commands'.
17790
17791 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17792
17793 Fix false FAIL running under a very long directory name.
17794 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17795 and "set print elements 10000". Twice.
17796
17797 2014-07-11 Yao Qi <yao@codesourcery.com>
17798
17799 * gdb.base/exprs.exp: "set print symbol off".
17800
17801 2014-07-11 Pedro Alves <palves@redhat.com>
17802
17803 * gdb.threads/kill.c: New file.
17804 * gdb.threads/kill.exp: New file.
17805
17806 2014-07-10 Yao Qi <yao@codesourcery.com>
17807
17808 * gdb.trace/tfile.c (write_basic_trace_file)
17809 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17810 address written to trace file.
17811
17812 2014-07-09 Pedro Alves <palves@redhat.com>
17813
17814 * gdb.base/attach-wait-input.exp: New file.
17815 * gdb.base/attach-wait-input.c: New file.
17816
17817 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17818
17819 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17820 setting up test structures.
17821 (main): Call new test function.
17822 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17823 test function, continue into test function and walk test
17824 structures.
17825
17826 2014-07-02 Yao Qi <yao@codesourcery.com>
17827
17828 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17829 'bar_start' at the beginning of functions 'foo' and 'bar'
17830 respectively.
17831 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17832 instead of 'foo' and 'bar'.
17833
17834 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17835
17836 * gdb.btrace/segv.exp: New.
17837 * gdb.btrace/segv.c: New.
17838
17839 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17840
17841 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17842 instruction.
17843
17844 2014-06-30 Mark Wielaard <mjw@redhat.com>
17845
17846 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17847 vulture, vilify, villar): New volatile array constants.
17848 (vindictive, vegetation): New const volatile array constants.
17849 * gdb.base/volatile.exp: Test volatile and const volatile array
17850 types.
17851
17852 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17853
17854 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17855 target lacks support for awatch, rwatch, or hbreak.
17856
17857 2014-06-27 Yao Qi <yao@codesourcery.com>
17858
17859 * gdb.multi/dummy-frame-restore.exp: New.
17860 * gdb.multi/dummy-frame-restore.c: New.
17861
17862 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17863
17864 * gdb.btrace/gcore.exp: New.
17865
17866 2014-06-23 Pedro Alves <palves@redhat.com>
17867
17868 * gdb.base/watchpoint-reuse-slot.c: New file.
17869 * gdb.base/watchpoint-reuse-slot.exp: New file.
17870
17871 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17872
17873 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17874 progspace's filename in 'info', 'enable' and 'disable' command
17875 tests.
17876
17877 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17878
17879 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17880 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17881 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17882
17883 2014-06-20 Gary Benson <gbenson@redhat.com>
17884
17885 * gdb.arch/i386-avx.exp: Fix include file location.
17886 * gdb.arch/i386-sse.exp: Likewise.
17887
17888 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17889
17890 * gdb.dlang/expression.exp: New file.
17891
17892 2014-06-19 Pedro Alves <palves@redhat.com>
17893
17894 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17895 out from ...
17896 (top level): ... here. Iterate running tests under different
17897 scheduler-locking settings.
17898
17899 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17900
17901 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17902 to DW_FORM_addr and use non-zero addresses.
17903
17904 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17905
17906 PR gdb/17017
17907 * gdb.python/py-xmethods.cc: Add global function call counters and
17908 increment them in their respective functions. Remove "cout"
17909 statements.
17910 * gdb.python/py-xmethods.exp: Make tests check the global function
17911 call counters instead of depending on inferior IO.
17912
17913 2014-06-18 Don Breazeal <donb@codesourcery.com>
17914
17915 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17916 Deleted procedure.
17917 (explicit_fork_parent_follow): Deleted procedure.
17918 (explicit_fork_child_follow): Deleted procedure.
17919 (test_follow_fork): New procedure.
17920 (do_fork_tests): Replace calls to deleted procedures with
17921 calls to test_follow_fork and reset GDB for subsequent
17922 procedure calls.
17923
17924 2014-06-17 Yao Qi <yao@codesourcery.com>
17925
17926 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17927 CP1252.
17928
17929 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17930
17931 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17932 Initialize ptr and S explicitly.
17933 (skip_type_update_when_not_use_rtti_test): Likewise.
17934
17935 2014-06-16 Keith Seitz <keiths@redhat.com>
17936
17937 PR mi/15863
17938 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17939 the inferior is started.
17940
17941 2014-06-16 Pedro Alves <palves@redhat.com>
17942
17943 * gdb.base/break-main-file-remove-fail.c: New file.
17944 * gdb.base/break-main-file-remove-fail.exp: New file.
17945 * gdb.base/break-unload-file.exp: Use build_executable instead of
17946 prepare_for_testing.
17947 (test_break): New parameter "initial_load". Handle it.
17948 (top level): Add initial_load cmdline/file axis.
17949
17950 2014-06-12 Tom Tromey <tromey@redhat.com>
17951
17952 * gdb.base/completion.exp: Don't use directory name in test.
17953
17954 2014-06-09 Gary Benson <gbenson@redhat.com>
17955
17956 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17957 separate the always-available ANSI-standard signals from the
17958 signals that require checking.
17959 (main): Likewise.
17960 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17961 Likewise.
17962 (main): Likewise.
17963
17964 2014-06-07 Keith Seitz <keiths@redhat.com>
17965
17966 Revert:
17967 PR c++/16253
17968 * gdb.cp/var-tag.cc: New file.
17969 * gdb.cp/var-tag.exp: New file.
17970 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17971 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17972 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17973 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17974
17975 2014-06-06 Doug Evans <xdje42@gmail.com>
17976
17977 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17978
17979 2014-06-06 Pedro Alves <palves@redhat.com>
17980
17981 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17982 in target debug output instead of looking at RSP packets,
17983 disabling the test on any target that uses hardware stepping.
17984 Update comments.
17985
17986 2014-06-06 Pedro Alves <palves@redhat.com>
17987
17988 * gdb.base/break-unload-file.exp: Fix typo.
17989
17990 2014-06-06 Yao Qi <yao@codesourcery.com>
17991
17992 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17993 from "jit_function" to "^jit_function".
17994
17995 2014-06-06 Yao Qi <yao@codesourcery.com>
17996
17997 * gdb.base/async.c (foo): Add one statement.
17998 * gdb.base/async.exp: Get the next instruction address and
17999 match the output of "nexti" by instruction address. Match
18000 the hex address in the output of "finish".
18001
18002 2014-06-06 Gary Benson <gbenson@redhat.com>
18003
18004 * gdb.base/call-signals.c: Remove preprocessor conditionals
18005 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18006 SIGSEGV and SIGTERM.
18007 * gdb.base/sigall.c: Likewise.
18008 * gdb.base/unwindonsignal.c: Likewise.
18009 * gdb.reverse/sigall-reverse.c: Likewise.
18010
18011 2014-06-06 Yao Qi <yao@codesourcery.com>
18012
18013 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18014 readable, skip the test.
18015
18016 2014-06-06 Yao Qi <yao@codesourcery.com>
18017
18018 * gdb.threads/staticthreads.c (thread_function): Move the line
18019 setting breakpoint on forward.
18020 * gdb.threads/staticthreads.exp: Update comments.
18021
18022 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18023
18024 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18025 "history-append! type error".
18026
18027 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18028
18029 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18030 erroneous dprintf expected input.
18031
18032 2014-06-04 Doug Evans <xdje42@gmail.com>
18033
18034 * gdb.guile/scm-generics.exp: Delete.
18035
18036 2014-06-04 Doug Evans <xdje42@gmail.com>
18037
18038 * gdb.guile/scm-breakpoint.exp: Update.
18039 Add tests for breakpoint registration.
18040
18041 2014-06-04 Tom Tromey <tromey@redhat.com>
18042
18043 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18044 VLA-in-union.
18045 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18046 inner_vla_struct, vla_union types. Initialize objects of those
18047 types and compute their sizes.
18048
18049 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18050 Hui Zhu <hui@codesourcery.com>
18051
18052 * gdb.base/fileio.exp: Add test for shell not available as well as
18053 available.
18054 * gdb.base/fileio.c (test_system): Check for shell twice.
18055
18056 2014-06-04 Yao Qi <yao@codesourcery.com>
18057
18058 * gdb.base/auto-connect-native-target.exp: Remove redundant
18059 space from the regexp pattern.
18060
18061 2014-06-04 Yao Qi <yao@codesourcery.com>
18062
18063 * gdb.base/default.exp: Replace "child" with "native" in
18064 regexp pattern.
18065
18066 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18067
18068 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18069 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18070 * gdb.python/py-xmethods.py: Python script supporting the
18071 new testcase and tests.
18072
18073 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18074 Pedro Alves <palves@redhat.com>
18075
18076 PR breakpoints/17000
18077 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18078 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18079
18080 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18081
18082 * gdb.base/subst.exp: Add tests to verify partial path matching
18083 output.
18084
18085 2014-06-03 Pedro Alves <palves@redhat.com>
18086
18087 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18088 target that doesn't use software single-stepping.
18089
18090 2014-06-03 Pedro Alves <palves@redhat.com>
18091
18092 PR breakpoints/17000
18093 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18094 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18095
18096 2014-06-02 Doug Evans <xdje42@gmail.com>
18097
18098 * gdb.guile/scm-parameter.exp: New file.
18099
18100 2014-06-02 Doug Evans <xdje42@gmail.com>
18101
18102 * gdb.guile/scm-cmd.c: New file.
18103 * gdb.guile/scm-cmd.exp: New file.
18104
18105 2014-06-02 Doug Evans <xdje42@gmail.com>
18106
18107 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18108 pretty-printer lookup.
18109 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18110 (make-pp_s-printer): Call it.
18111 (make-pretty-printer-from-dict): New function.
18112 (lookup-pretty-printer-maker-from-dict): New function.
18113 (*pretty-printer*): Simplify.
18114 (make-objfile-pp_s-printer): New function.
18115 (install-objfile-pretty-printers!): New function.
18116 (make-progspace-pp_s-printer): New function.
18117 (install-progspace-pretty-printers!): New function.
18118 * gdb.guile/scm-progspace.c: New file.
18119 * gdb.guile/scm-progspace.exp: New file.
18120
18121 2014-06-02 Pedro Alves <palves@redhat.com>
18122
18123 * gdb.base/dprintf-bp-same-addr.c: New file.
18124 * gdb.base/dprintf-bp-same-addr.exp: New file.
18125
18126 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18127
18128 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18129 * gdb.arch/powerpc-power.s: Likewise.
18130
18131 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18132
18133 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18134
18135 2014-06-01 Yao Qi <yao@codesourcery.com>
18136
18137 * gdb.base/watchpoint.exp (test_watch_location): Check null
18138 pointer can be dereferenced. If not, do the test, otherwise
18139 skip it.
18140
18141 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18142
18143 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18144 results.
18145 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18146
18147 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18148
18149 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18150 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18151 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18152 * gdb.arch/amd64-invalid-stack-top.c: New file.
18153 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18154
18155 2014-05-30 Pedro Alves <palves@redhat.com>
18156
18157 PR breakpoints/17000
18158 * gdb.base/sss-bp-on-user-bp.c: New file.
18159 * gdb.base/sss-bp-on-user-bp.exp: New file.
18160
18161 2014-05-30 David Blaikie <dblaikie@gmail.com>
18162
18163 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18164 gnu_inline semantics via attribute.
18165 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18166 source explicitly specifies the required semantics.
18167
18168 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18169
18170 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18171
18172 2014-05-29 Pedro Alves <palves@redhat.com>
18173 Tom Tromey <tromey@redhat.com>
18174
18175 * gdb.base/async-shell.exp: Don't enable target-async.
18176 * gdb.base/async.exp
18177 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18178 parameter. Adjust.
18179 (top level): Don't test with "target-async".
18180 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18181 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18182 * gdb.base/inferior-died.exp: Don't enable target-async.
18183 * gdb.base/interrupt-noterm.exp: Likewise.
18184 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18185 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18186 * gdb.mi/mi-nonstop.exp: Likewise.
18187 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18188 * gdb.mi/mi-nsintrall.exp: Likewise.
18189 * gdb.mi/mi-nsmoribund.exp: Likewise.
18190 * gdb.mi/mi-nsthrexec.exp: Likewise.
18191 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18192 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18193 * gdb.python/py-evsignal.exp: Don't enable target-async.
18194 * gdb.python/py-evthreads.exp: Likewise.
18195 * gdb.python/py-prompt.exp: Likewise.
18196 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18197 * gdb.server/solib-list.exp: Don't enable target-async.
18198 * gdb.threads/thread-specific-bp.exp: Likewise.
18199 * lib/mi-support.exp: Adjust to use mi-async.
18200
18201 2014-05-29 Pedro Alves <palves@redhat.com>
18202
18203 PR gdb/13860
18204 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18205 reason, even in sync mode.
18206
18207 2014-05-29 Pedro Alves <palves@redhat.com>
18208 Hui Zhu <hui@codesourcery.com>
18209
18210 PR PR15693
18211 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18212 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18213 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18214 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18215
18216 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18217
18218 * config/monitor.exp (gdb_target_monitor): Replace use of
18219 "set remotebaud" by "set serial baud".
18220
18221 2014-05-26 Andy Wingo <wingo@igalia.com>
18222
18223 * gdb.guile/scm-breakpoint.exp:
18224 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18225 properties instead of gdb-object-properties.
18226
18227 2014-05-26 Yao Qi <yao@codesourcery.com>
18228
18229 * gdb.server/no-thread-db.exp: Specify source file name
18230 explicitly when setting a breakpoint.
18231
18232 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18233
18234 * gdb.btrace/vdso.c: New.
18235 * gdb.btrace/vdso.exp: New.
18236
18237 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18238
18239 * gdb.base/gcore.exp (capture_command_output): Move ...
18240 * lib/gdb.exp (capture_command_output): ... here.
18241
18242 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18243
18244 * gdb.btrace/data.exp: Test memory access during btrace replay.
18245
18246 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18247
18248 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18249
18250 2014-05-21 Pedro Alves <palves@redhat.com>
18251
18252 PR gdb/13860
18253 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18254 (top level): Test that output related to execution commands is
18255 sent to the console with CLI commands, but not with MI commands.
18256 Test that breakpoint events are always mirrored to the console.
18257 Also expect the new source line to be output after a "next" in
18258 async mode too. Make it a pass/fail test.
18259 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18260 output.
18261 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18262
18263 2014-05-21 Pedro Alves <palves@redhat.com>
18264
18265 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18266 Use them to test variations of "list" after reaching a breakpoint.
18267 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18268 Test "list" with listsize 10 after reaching a breakpoint.
18269 * gdb.python/python.exp (decode_line current location line
18270 number): Adjust expected line number.
18271
18272 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18273
18274 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18275 behavior for $args, pass it directly to "run".
18276
18277 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18278
18279 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18280 30000 to 65536.
18281
18282 2014-05-21 Pedro Alves <palves@redhat.com>
18283
18284 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18285 auto-connect-native-target off".
18286 * gdb.base/auto-connect-native-target.c: New file.
18287 * gdb.base/auto-connect-native-target.exp: New file.
18288
18289 2014-05-21 Pedro Alves <palves@redhat.com>
18290
18291 * gdb.base/default.exp: Test "target native" instead of "target
18292 child".
18293
18294 2014-05-21 Mark Wielaard <mjw@redhat.com>
18295
18296 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18297
18298 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18299
18300 Fix TLS access for -static -pthread.
18301 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18302 <HAVE_TLS> (thread_function, main): Initialize it.
18303 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18304 Add clean_restart.
18305 <$have_tls != "">: Check TLSVAR.
18306
18307 2014-05-21 Pedro Alves <palves@redhat.com>
18308
18309 * gdb.base/dcache-line-read-error.c: New.
18310 * gdb.base/dcache-line-read-error.exp: New.
18311
18312 2014-05-20 Pedro Alves <palves@redhat.com>
18313
18314 * gdb.base/compare-sections.c: New file.
18315 * gdb.base/compare-sections.exp: New file.
18316
18317 2014-05-20 Pedro Alves <palves@redhat.com>
18318
18319 * gdb.base/break-idempotent.c: New file.
18320 * gdb.base/break-idempotent.exp: New file.
18321
18322 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18323
18324 * gdb.btrace/nohist.exp: New.
18325
18326 2014-05-20 Yao Qi <yao@codesourcery.com>
18327
18328 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18329 gdb.reverse directory and gdb_reverse_timeout exists in board
18330 setting.
18331 * README: Document gdb_reverse_timeout.
18332
18333 2014-05-20 Yao Qi <yao@codesourcery.com>
18334
18335 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18336 'test_file_name'. Treat args as a string instead of a list.
18337 (gdb_init): Rename argument 'args' by 'test_file_name'.
18338
18339 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18340
18341 * gdb.arch/powerpc-power.exp: New file.
18342 * gdb.arch/powerpc-power.s: New file.
18343
18344 2014-05-16 Doug Evans <dje@google.com>
18345
18346 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18347 * gdb.base/completion.exp: Check that all expected files exist
18348 before doing file completion.
18349
18350 2014-05-16 Doug Evans <dje@google.com>
18351
18352 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18353 Update.
18354 (do_syscall_tests_without_xml): Update.
18355
18356 2014-05-16 Pedro Alves <palves@redhat.com>
18357
18358 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18359 instead of "unknown output after running".
18360
18361 2014-05-16 Yao Qi <yao@codesourcery.com>
18362
18363 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18364 file1.txt from host at the end.
18365 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18366
18367 2014-05-15 Doug Evans <dje@google.com>
18368
18369 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18370 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18371 loading file. Add test for TU lookup.
18372
18373 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18374
18375 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18376 calling "-exec-arguments" or "set args" before running the
18377 inferior.
18378
18379 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18380
18381 * lib/mi-support.exp (mi_expect_stop): Expect message for
18382 inferiors that exit with non-zero exit code.
18383
18384 2014-05-14 Yao Qi <yao@codesourcery.com>
18385
18386 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18387 match absolute path on remote host.
18388 (test_file_list_exec_source_files): Remove "/" from the
18389 pattern.
18390
18391 2014-05-14 Yao Qi <yao@codesourcery.com>
18392
18393 * boards/local-remote-host-notty.exp (${board}_file): New
18394 proc.
18395
18396 2014-05-07 Kyle McMartin <kyle@redhat.com>
18397
18398 Pushed by Joel Brobecker <brobecker@adacore.com>.
18399 * gdb.arch/aarch64-atomic-inst.c: New file.
18400 * gdb.arch/aarch64-atomic-inst.exp: New file.
18401
18402 2014-05-07 Yao Qi <yao@codesourcery.com>
18403
18404 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18405 in current context" too.
18406
18407 2014-05-05 Keith Seitz <keiths@redhat.com>
18408
18409 * gdb.linespec/ls-dollar.exp: Add test for linespec
18410 file:convenience_variable.
18411
18412 2014-05-05 Yao Qi <yao@codesourcery.com>
18413
18414 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18415 traceframes into tfile and ctf trace files. Read data from
18416 trace file and test collected data.
18417 (gdb_collect_locals_test): Likewise.
18418 (gdb_unavailable_registers_test): Likewise.
18419 (gdb_unavailable_floats): Likewise.
18420 (gdb_collect_globals_test): Likewise.
18421 (top-level): Append "ctf" to trace_file_targets if GDB
18422 supports.
18423
18424 2014-05-05 Yao Qi <yao@codesourcery.com>
18425
18426 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18427 code to ...
18428 (gdb_collect_args_test_1): ... it. New proc.
18429 (gdb_collect_locals_test): Move some code to ...
18430 (gdb_collect_locals_test_1): ... it. New proc.
18431 (gdb_unavailable_registers_test): Move some code to ...
18432 (gdb_unavailable_registers_test_1): ... it. New proc.
18433 (gdb_unavailable_floats): Move some code to ...
18434 (gdb_unavailable_floats_1): ... it. New proc.
18435
18436 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18437
18438 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18439 probes to test for bitness recognition.
18440 * gdb.arch/amd64-stap-optional-prefix.exp
18441 (test_probe_value_without_reg): New procedure.
18442 Add code to test for different kinds of bitness.
18443
18444 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18445
18446 PR breakpoints/16889
18447 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18448 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18449
18450 2014-05-01 Pedro Alves <palves@redhat.com>
18451
18452 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18453 gdb_file_cmd if no file is specified.
18454 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18455 last_loaded_file to set the remote exec-file.
18456
18457 2014-05-01 Pedro Alves <palves@redhat.com>
18458
18459 * boards/local-remote-host.exp: New file.
18460
18461 2014-05-01 Pedro Alves <palves@redhat.com>
18462
18463 * boards/local-remote-host.exp: Rename to ...
18464 * boards/local-remote-host-notty.exp: ... this.
18465
18466 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18467
18468 * gdb.ada/dyn_arrayidx: New testcase.
18469
18470 2014-04-26 Yao Qi <yao@codesourcery.com>
18471
18472 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18473 and compute the length of function main. Save it in
18474 $main_length.
18475 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18476 (top-level): Use gdb_compile to compile objects into
18477 executable and restart GDB. Remove invocation to
18478 prepare_for_testing.
18479
18480 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18481 Pedro Alves <palves@redhat.com>
18482
18483 PR server/16255
18484 * gdb.multi/multi-attach.c: New file.
18485 * gdb.multi/multi-attach.exp: New file.
18486
18487 2014-04-25 Pedro Alves <palves@redhat.com>
18488
18489 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18490 user.
18491 (top level): Test that "set remote conditional-breakpoints-packet
18492 off" works as intended.
18493 * gdb.base/dprintf.exp: Test that "set remote
18494 breakpoint-commands-packet off" works as intended.
18495 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18496 New function.
18497 (top level): Call it.
18498 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18499 remote fast-tracepoints-packet off" works as intended.
18500 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18501 * lib/gdb.exp (gdb_is_target_remote): ... here.
18502
18503 2014-04-24 David Blaikie <dblaikie@gmail.com>
18504
18505 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18506 ensure clang would not discard them.
18507 * gdb.base/gdbvars.c: Ditto.
18508 * gdb.base/memattr.c: Ditto.
18509 * gdb.base/whatis.c: Ditto.
18510 * gdb.python/py-prettyprint.c: Ditto.
18511 * gdb.trace/actions.c: Ditto.
18512 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18513 ensure clang would not discard it.
18514
18515 2014-04-24 David Blaikie <dblaikie@gmail.com>
18516
18517 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18518 clang to emit the full definition of type required by the test
18519 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18520
18521 2014-04-24 David Blaikie <dblaikie@gmail.com>
18522
18523 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18524 coax Clang into emitting the definition of the type.
18525 * gdb.cp/pr10728-x.h (y): Ditto.
18526 * gdb.cp/pr10728-y.cc (y): Ditto.
18527
18528 2014-04-24 David Blaikie <dblaikie@gmail.com>
18529
18530 * gdb.base/label.exp: XFAIL label related tests under Clang.
18531 * gdb.cp/cplabel.exp: Ditto.
18532 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18533 under Clang those using labels.
18534
18535 2014-04-25 Yao Qi <yao@codesourcery.com>
18536
18537 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18538 double_label.
18539 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18540 partial_label and double_label.
18541
18542 2014-04-24 David Blaikie <dblaikie@gmail.com>
18543
18544 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18545
18546 2014-04-24 David Blaikie <dblaikie@gmail.com>
18547
18548 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18549 of the function to work across GCC and Clang.
18550 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18551 pointer types (const void ** const V void **).
18552
18553 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18554 Walfred Tedeschi <walfred.tedeschi@intel.com>
18555
18556 * Makefile.in (EXECUTABLES): Added i386-avx512.
18557 * gdb.arch/i386-avx512.c: New file.
18558 * gdb.arch/i386-avx512.exp: Likewise.
18559
18560 2014-04-23 Keith Seitz <keiths@redhat.com>
18561
18562 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18563 (mi_make_breakpoint_table): New procedure.
18564 (mi_create_breakpoint): Use mi_make_breakpoint
18565 and return the result.
18566 (mi_make_breakpoint): New procedure.
18567 (mi_build_kv_pairs): New procedure.
18568
18569 * gdb.mi/mi-break.exp: Remove unused globals,
18570 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18571 All callers updated.
18572 * gdb.mi/mi-dprintf.exp: Use variable to track command
18573 number.
18574 Update all callers of mi_create_breakpoint and use
18575 mi_make_breakpoint_table.
18576 Remove any unused global variables.
18577 * gdb.mi/mi-nonstop.exp: Likewise.
18578 * gdb.mi/mi-nsintrall.exp: Likewise.
18579 * gdb.mi/mi-nsmoribund.exp: Likewise.
18580 * gdb.mi/mi-nsthrexec.exp: Likewise.
18581 * gdb.mi/mi-reverse.exp: Likewise.
18582 * gdb.mi/mi-simplerun.exp: Likewise.
18583 * gdb.mi/mi-stepn.exp: Likewise.
18584 * gdb.mi/mi-syn-frame.exp: Likewise.
18585 * gdb.mi/mi-until.exp: Likewise.
18586 * gdb.mi/mi-var-cp.exp: Likewise.
18587 * gdb.mi/mi-var-display.exp: Likewise.
18588 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18589 * gdb.mi/mi2-var-child.exp: Likewise.
18590 * gdb.mi/mi-vla-c99.exp: Likewise.
18591 * lib/mi-support.exp: Likewise.
18592
18593 From Ian Lance Taylor <iant@cygnus.com>:
18594 * lib/gdb.exp (parse_args): New procedure.
18595
18596 2014-04-23 Pedro Alves <palves@redhat.com>
18597
18598 * gdb.base/break-unload-file.c: New file.
18599 * gdb.base/break-unload-file.exp: New file.
18600 * gdb.base/sym-file-lib.c (baz): New function.
18601 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18602 field.
18603 (load): Store the segment's mapped size.
18604 (unload): New function.
18605 (unload_shlib): New function.
18606 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18607 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18608 set a breakpoint at baz, and call it.
18609 * gdb.base/sym-file.exp: New tests for stale breakpoint
18610 instructions.
18611
18612 2014-04-23 Pedro Alves <palves@redhat.com>
18613
18614 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18615 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18616 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18617 * gdb.base/hbreak-unmapped.c: New file.
18618 * gdb.base/hbreak-unmapped.exp: New file.
18619 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18620 * lib/gdb.exp (gdb_is_target_remote): ... here.
18621
18622 2014-04-22 Pedro Alves <palves@redhat.com>
18623
18624 * gdb.base/consecutive-step-over.c: New file.
18625 * gdb.base/consecutive-step-over.exp: New file.
18626
18627 2014-04-22 Pedro Alves <palves@redhat.com>
18628
18629 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18630 instead of send_gdb/gdb_expect.
18631
18632 2014-04-22 Yao Qi <yao@codesourcery.com>
18633
18634 * lib/trace-support.exp (generate_tracefile): New procedure.
18635 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18636 return 0.
18637 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18638 if generate_tracefile returns 1.
18639
18640 2014-04-18 Tom Tromey <palves@redhat.com>
18641 Pedro alves <tromey@redhat.com>
18642
18643 PR backtrace/15558
18644 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18645 with a backtrace limit.
18646 * gdb.python/py-frame-inline.exp: Test running to an inline
18647 function with a backtrace limit, and printing the newest frame.
18648 * gdb.python/py-frame-inline.c (main): Call f.
18649
18650 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18651
18652 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18653
18654 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18655
18656 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18657 Drop prefix from unsupported source file path.
18658
18659 2014-04-17 Yao Qi <yao@codesourcery.com>
18660
18661 * lib/gdb.exp (with_target_charset): New proc.
18662 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18663 with_target_charset.
18664 (test_print_strings): Likewise.
18665 (test_repeat_bytes): Likewise.
18666 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18667 for some tests.
18668
18669 2014-04-16 Keith Seitz <keiths@redhat.com>
18670
18671 PR gdb/15827
18672 * gdb.dwarf2/corrupt.c: New file.
18673 * gdb.dwarf2/corrupt.exp: New file.
18674
18675 2014-04-16 Keith Seitz <keiths@redhat.com>
18676
18677 PR c++/16597
18678 * gdb.cp/namelessclass.cc: New file.
18679 * gdb.cp/namelessclass.exp: New file.
18680 * gdb.cp/namelessclass.S: New file.
18681
18682 2014-04-16 Doug Evans <dje@google.com>
18683
18684 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18685 Add comment.
18686 (gdbserver_default_get_comm_port): New function.
18687 (gdbserver_start): Check if board file provided
18688 "gdbserver,get_comm_port" and use it if so.
18689 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18690 (gdb,socketport): Set to "stdio".
18691 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18692 (stdio_gdbserver_template): Delete.
18693 (${board}_get_remote_address): Update.
18694 (${board}_build_remote_cmd): Delete.
18695 (${board}_get_comm_port): New function.
18696 (${board}_spawn): Update.
18697 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18698 Delete.
18699 (${board}_get_remote_address): Update.
18700 (${board}_get_comm_port): New function.
18701
18702 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18703
18704 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18705 appearing in any order.
18706
18707 2014-04-15 Doug Evans <dje@google.com>
18708
18709 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18710 uninitialized value of "description".
18711
18712 2014-04-15 Keith Seitz <keiths@redhat.com>
18713
18714 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18715 Remove unused globals.
18716 (test_running_the_program): Likewise.
18717 (test_controlled_execution): Likewise.
18718 (test_controlling_breakpoints): Likewise.
18719 (test_program_termination): Likewise.
18720
18721 2014-04-15 Keith Seitz <keiths@redhat.com>
18722
18723 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18724 unused globals.
18725 (test_rbreak_creation_and_listing): Likewise.
18726 (test_ignore_count): Likewise.
18727 (test_error): Likewise.
18728
18729 2014-04-15 Pedro Alves <palves@redhat.com>
18730
18731 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18732 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18733 sym-file-loader.c.
18734 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18735 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18736 to sym-file-loader.c.
18737 (struct library): Forward declare.
18738 (load_shlib, lookup_function): Change prototypes.
18739 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18740 (translate_offset): Remove declarations.
18741 (get_text_addr): New declaration.
18742 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18743 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18744 sym-file-loader.h.
18745 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18746 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18747 here from sym-file-loader.h.
18748 (struct library): New structure.
18749 (load_shlib, lookup_function): Change prototypes and adjust to
18750 work with a struct library.
18751 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18752 (translate_offset): Make static.
18753 (get_text_addr): New function.
18754 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18755
18756 2014-04-15 Pedro Alves <palves@redhat.com>
18757
18758 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18759
18760 2014-04-15 Pedro Alves <palves@redhat.com>
18761
18762 * gdb.base/sym-file-loader.c: Include <limits.h>.
18763 (SELF_LINK): New define.
18764 (get_origin): New function.
18765 (load_shlib): Use it.
18766 * gdb.base/sym-file.exp: Don't early return if the target is
18767 remote. Use runto_main, and issue fail is that fails. Use
18768 gdb_load_shlibs.
18769 (shlib_name): Delete.
18770 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18771
18772 2014-04-15 Pedro Alves <palves@redhat.com>
18773
18774 * gdb.base/sym-file.exp: Remove regex characters from test
18775 message. Don't refer to breakpoint numbers in test messages.
18776
18777 2014-04-14 Keith Seitz <keiths@redhat.com>
18778
18779 PR c++/16253
18780 * gdb.cp/var-tag.cc: New file.
18781 * gdb.cp/var-tag.exp: New file.
18782 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18783 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18784 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18785 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18786
18787 2014-04-14 Tom Tromey <tromey@redhat.com>
18788
18789 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18790 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18791 type.
18792 * gdb.cp/enum-class.exp: New file.
18793 * gdb.cp/enum-class.cc: New file.
18794
18795 2014-04-14 Tom Tromey <tromey@redhat.com>
18796
18797 * gdb.dwarf2/enum-type.exp: New file.
18798
18799 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18800
18801 * gdb.mi/mi-vla-c99.exp: New file.
18802 * gdb.mi/vla.c: New file.
18803
18804 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18805
18806 * gdb.base/vla-datatypes.c: New file.
18807 * gdb.base/vla-datatypes.exp: New file.
18808
18809 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18810
18811 * gdb.base/vla-ptr.c: New file.
18812 * gdb.base/vla-ptr.exp: New file.
18813
18814 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18815
18816 * gdb.dwarf2/count.exp: New file.
18817
18818 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18819
18820 * gdb.base/vla-sideeffect.c: New file.
18821 * gdb.base/vla-sideeffect.exp: New file.
18822
18823 2014-04-14 David Blaikie <dblaikie@gmail.com>
18824
18825 * gdb.mi/non-stop.c: Add return value for non-void function return
18826 statement.
18827 * gdb.threads/staticthreads.c: Ditto.
18828
18829 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18830 Doug Evans <xdje42@gmail.com>
18831
18832 * gdb.guile/scm-value.c: Improve test case.
18833 * gdb.guile/scm-value.exp: Add new test.
18834
18835 2014-04-11 David Blaikie <dblaikie@gmail.com>
18836
18837 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18838 override Clang's default.
18839
18840 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18841
18842 Revert the following changes (regressions):
18843
18844 * gdb.base/vla-sideeffect.c: New file.
18845 * gdb.base/vla-sideeffect.exp: New file.
18846
18847 * gdb.dwarf2/count.exp: New file.
18848
18849 * gdb.base/vla-multi.c: New file.
18850 * gdb.base/vla-multi.exp: New file.
18851
18852 * gdb.base/vla-ptr.c: New file.
18853 * gdb.base/vla-ptr.exp: New file.
18854
18855 * gdb.base/vla-datatypes.c: New file.
18856 * gdb.base/vla-datatypes.exp: New file.
18857
18858 * gdb.mi/mi-vla-c99.exp: New file.
18859 * gdb.mi/vla.c: New file.
18860
18861 2014-04-11 Keith Seitz <keiths@redhat.com>
18862
18863 PR c++/16675
18864 * gdb.cp/cpsizeof.exp: New file.
18865 * gdb.cp/cpsizeof.cc: New file.
18866
18867 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18868
18869 * gdb.mi/mi-vla-c99.exp: New file.
18870 * gdb.mi/vla.c: New file.
18871
18872 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18873
18874 * gdb.base/vla-datatypes.c: New file.
18875 * gdb.base/vla-datatypes.exp: New file.
18876
18877 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18878
18879 * gdb.base/vla-ptr.c: New file.
18880 * gdb.base/vla-ptr.exp: New file.
18881
18882 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18883
18884 * gdb.base/vla-multi.c: New file.
18885 * gdb.base/vla-multi.exp: New file.
18886
18887 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18888
18889 * gdb.dwarf2/count.exp: New file.
18890
18891 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18892
18893 * gdb.base/vla-sideeffect.c: New file.
18894 * gdb.base/vla-sideeffect.exp: New file.
18895
18896 2014-04-11 Yao Qi <yao@codesourcery.com>
18897
18898 * gdb.base/completion.exp: Check file exists before running tests
18899 on file completion.
18900
18901 2014-04-10 Pedro Alves <palves@redhat.com>
18902
18903 * gdb.base/cond-eval-mode.c: New file.
18904 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18905 prepare_for_testing to build the new file. Check result of
18906 runto_main.
18907 (test_break, test_watch): New procedures.
18908 (top level): Use them.
18909
18910 2014-04-08 Pierre Muller <muller@sourceware.org>
18911
18912 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18913 Ctrl-V use for mingw hosts.
18914
18915 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18916
18917 * gdb.python/py-value.c: Improve test case.
18918 * gdb.python/py-value.exp: Add new test.
18919
18920 2014-04-07 David Blaikie <dblaikie@gmail.com>
18921
18922 * lib/compiler.c: Identify the clang compiler.
18923 * lib/compiler.cc: Ditto.
18924
18925 2014-04-03 Yao Qi <yao@codesourcery.com>
18926
18927 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18928
18929 2014-04-01 Anton Blanchard <anton@samba.org>
18930
18931 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18932 messages unique.
18933
18934 2014-04-01 Anton Blanchard <anton@samba.org>
18935
18936 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18937 prepare_for_testing.
18938
18939 2014-04-01 Anton Blanchard <anton@samba.org>
18940
18941 * gdb.arch/ppc64-atomic-inst.c: Remove.
18942 * gdb.arch/ppc64-atomic-inst.S: New file.
18943 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18944
18945 2014-03-31 Doug Evans <dje@google.com>
18946
18947 * gdb.base/print-symbol-loading-lib.c: New file.
18948 * gdb.base/print-symbol-loading-main.c: New file.
18949 * gdb.base/print-symbol-loading.exp: New file.
18950
18951 2014-03-31 Yao Qi <yao@codesourcery.com>
18952
18953 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18954
18955 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18956
18957 * gdb.ada/mi_dyn_arr: New testcase.
18958
18959 2014-03-27 Doug Evans <dje@google.com>
18960
18961 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18962
18963 2014-03-27 Yao Qi <yao@codesourcery.com>
18964
18965 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18966 if target is nios2-*-*.
18967
18968 2014-03-26 Yao Qi <yao@codesourcery.com>
18969
18970 * lib/gdb.exp (readline_is_used): New proc.
18971 * gdb.base/completion.exp: Move tests on command complete up.
18972 Skip the rest of tests if readline is not used.
18973 * gdb.ada/complete.exp: Skp the test if readline is not
18974 used.
18975 * gdb.base/filesym.exp: Likewise.
18976 * gdb.base/macscp.exp: Likewise.
18977 * gdb.base/readline-ask.exp: Likewise.
18978 * gdb.base/readline.exp: Likewise.
18979 * gdb.python/py-cmd.exp: Likewise.
18980 * gdb.trace/tfile.exp: Likewise.
18981
18982 2014-03-26 Yao Qi <yao@codesourcery.com>
18983
18984 * gdb.base/macscp.exp: Fix code format issues.
18985
18986 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18987
18988 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18989 * gdb.asm/powerpc64le.inc: New file.
18990
18991 2014-03-25 Pedro Alves <palves@redhat.com>
18992 Doug Evans <dje@google.com>
18993
18994 * gdb.base/source-execution.c: New file.
18995 * gdb.base/source-execution.exp: New file.
18996 * gdb.base/source-execution.gdb: New file.
18997
18998 2014-03-24 Doug Evans <dje@google.com>
18999
19000 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19001 using fission.
19002
19003 2014-03-24 Hui Zhu <hui@codesourcery.com>
19004 Pedro Alves <palves@redhat.com>
19005
19006 PR breakpoints/16101
19007 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19008 test pass/fail messages. Detect missing support for dprintf when
19009 breakpoints are actually inserted.
19010 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19011 breakpoints are actually inserted.
19012 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19013 fails.
19014
19015 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19016
19017 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19018
19019 2014-03-22 Doug Evans <xdje42@gmail.com>
19020
19021 * gdb.python/python.exp (python not supported): Verify multi-line
19022 python command issues an error.
19023 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19024 guile command issues an error.
19025
19026 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19027
19028 * gdb.threads/thread-specific.exp: Handle the lack of usable
19029 $this_breakpoint and $this_thread.
19030
19031 2014-03-21 Hui Zhu <hui@codesourcery.com>
19032
19033 * gdb.base/attach.exp (do_command_attach_tests): New.
19034
19035 2014-03-20 Tom Tromey <tromey@redhat.com>
19036 Pedro Alves <palves@redhat.com>
19037
19038 PR cli/15718
19039 * gdb.base/condbreak-call-false.c: New file.
19040 * gdb.base/condbreak-call-false.exp: New file.
19041
19042 2014-03-20 Pedro Alves <palves@redhat.com>
19043
19044 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19045 Delete.
19046 (block_signals, unblock_signals): Delete.
19047 (child_function_2, main): Remove references to deleted variable
19048 and functions.
19049
19050 2014-03-20 Pedro Alves <palves@redhat.com>
19051
19052 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19053 Use pthread_kill to signal thread 2.
19054 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19055 Adjust to make the test send itself a signal rather than using the
19056 host's "kill" command.
19057
19058 2014-03-20 Pedro Alves <palves@redhat.com>
19059
19060 * gdb.threads/multiple-step-overs.c: New file.
19061 * gdb.threads/multiple-step-overs.exp: New file.
19062 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19063 Adjust expected infrun debug output.
19064
19065 2014-03-20 Pedro Alves <palves@redhat.com>
19066
19067 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19068 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19069
19070 2014-03-20 Pedro Alves <palves@redhat.com>
19071
19072 PR breakpoints/7143
19073 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19074 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19075 of gdb_test_multiple.
19076 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19077 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19078
19079 2014-03-20 Pedro Alves <palves@redhat.com>
19080
19081 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19082 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19083
19084 2014-03-19 Pedro Alves <palves@redhat.com>
19085
19086 * gdb.base/async.exp: Remove early return.
19087
19088 2014-03-19 Pedro Alves <palves@redhat.com>
19089
19090 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19091
19092 2014-03-19 Pedro Alves <palves@redhat.com>
19093
19094 * gdb.base/async.exp (test_background): Expect \r\n after
19095 "completed." in the fail pattern.
19096
19097 2014-03-19 Pedro Alves <palves@redhat.com>
19098
19099 * gdb.base/async.exp (test_background): New procedure.
19100 Use it for all background execution command tests.
19101
19102 2014-03-19 Pedro Alves <palves@redhat.com>
19103
19104 * gdb.base/async.exp: Use prepare_for_testing.
19105
19106 2014-03-19 Pedro Alves <palves@redhat.com>
19107
19108 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19109 the same line.
19110
19111 2014-03-19 Pedro Alves <palves@redhat.com>
19112
19113 * gdb.base/async.c (main): Add "jump here" and "until here" line
19114 marker comments.
19115 * gdb.base/async.exp (jump_here): New global.
19116 (jump& test): Use it.
19117 (until_here): New global.
19118 (until& test): Use it.
19119
19120 2014-03-19 Pedro Alves <palves@redhat.com>
19121
19122 * gdb.base/async.exp: Don't frob gdb_protocol.
19123
19124 2014-03-18 Doug Evans <xdje42@gmail.com>
19125
19126 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19127 Fix spelling of exec-done-display.
19128
19129 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19130
19131 PR gdb/15358
19132 * gdb.base/gdb-sigterm.c: New file.
19133 * gdb.base/gdb-sigterm.exp: New file.
19134
19135 2014-03-18 Pedro Alves <palves@redhat.com>
19136
19137 PR gdb/13860
19138 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19139 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19140 solib-event.
19141
19142 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19143
19144 * gdb.ada/pckd_arr_ren: New testcase.
19145
19146 2014-03-13 Doug Evans <xdje42@gmail.com>
19147
19148 PR guile/16612
19149 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19150 collect after discarding symbols.
19151
19152 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19153 Doug Evans <xdje42@gmail.com>
19154
19155 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19156 to history survives a gc.
19157
19158 2014-03-13 Pedro Alves <palves@redhat.com>
19159
19160 * gdb.base/default.exp: Don't test "target procfs".
19161
19162 2014-03-13 Pedro Alves <palves@redhat.com>
19163
19164 * gdb.base/default.exp: Update "target child" and "target procfs"
19165 tests to not expect "Unix".
19166
19167 2014-03-12 Tom Tromey <tromey@redhat.com>
19168
19169 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19170 New procs. Add target-async tests.
19171 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19172 Add target-async tests.
19173
19174 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19175
19176 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19177 'func_start' and 'func_end' for the beginning and end of the
19178 function code, respectively.
19179 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19180 'func_end' instead of 'func' and 'main'.
19181
19182 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19183
19184 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19185 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19186 generate the debug info assembler source.
19187
19188 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19189
19190 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19191 * gdb.dwarf2/arr-subrange.exp: Likewise.
19192 * gdb.dwarf2/dwz.exp: Likewise.
19193 * gdb.dwarf2/method-ptr.exp: Likewise.
19194 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19195 * gdb.dwarf2/subrange.exp: Likewise.
19196 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19197 * gdb.dwarf2/implptrpiece.exp: Likewise.
19198 * gdb.dwarf2/nostaticblock.exp: Likewise.
19199
19200 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19201
19202 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19203 directory to absolute path name arguments.
19204
19205 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19206
19207 * gdb.ada/tagged_access: New testcase.
19208
19209 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19210
19211 * gdb.btrace/data.exp: Update expected output.
19212
19213 2014-03-06 Yao Qi <yao@codesourcery.com>
19214
19215 * gdb.trace/pr16508.exp: New file.
19216
19217 2014-03-05 Pedro Alves <palves@redhat.com>
19218
19219 PR gdb/16575
19220 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19221 procedure.
19222 (top level): Adjust to use it. Add tests that exercise breakpoint
19223 interaction with the code-cache.
19224
19225 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19226
19227 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19228 test for 'history-append!'.
19229
19230 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19231
19232 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19233 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19234 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19235 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19236 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19237 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19238
19239 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19240
19241 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19242 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19243 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19244
19245 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19246
19247 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19248
19249 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19250
19251 * gdb.dwarf2/arr-stride.c: New file.
19252 * gdb.dwarf2/arr-stride.exp: New file.
19253
19254 2014-02-26 Pedro Alves <palves@redhat.com>
19255
19256 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19257 that won't ever trigger. Make sure that GDB reports the correct
19258 breakpoint that caused the stop.
19259
19260 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19261
19262 PR gdb/16626
19263 * gdb.base/auto-load-script: New file.
19264 * gdb.base/auto-load.c: New file.
19265 * gdb.base/auto-load.exp: New file.
19266
19267 PR gdb/16626
19268 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19269
19270 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19271
19272 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19273 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19274
19275 2014-02-24 Doug Evans <dje@google.com>
19276
19277 * lib/gdb.exp (run_on_host): Log error output if program fails.
19278
19279 2014-02-21 Pedro Alves <palves@redhat.com>
19280
19281 * gdb.threads/step-after-sr-lock.c: Rename to ...
19282 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19283 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19284 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19285 ... this.
19286
19287 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19288
19289 PR tdep/16397
19290 * gdb.arch/amd64-stap-special-operands.exp: New file.
19291 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19292 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19293 * gdb.arch/amd64-stap-triplet.S: Likewise.
19294 * gdb.arch/amd64-stap-triplet.c: Likewise.
19295
19296 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19297
19298 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19299 in .section pseudo-op.
19300
19301 2014-02-20 lin zuojian <manjian2006@gmail.com>
19302 Joel Brobecker <brobecker@adacore.com>
19303 Doug Evans <xdje42@gmail.com>
19304
19305 PR symtab/16581
19306 * gdb.dwarf2/dw2-icycle.S: New file.
19307 * gdb.dwarf2/dw2-icycle.c: New file.
19308 * gdb.dwarf2/dw2-icycle.exp: New file.
19309
19310 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19311
19312 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19313 operations on gdb.Value objects.
19314 * gdb.python/py-value-cc.exp: Add new test to test operations on
19315 gdb.Value objects.
19316
19317 2014-02-18 Doug Evans <dje@google.com>
19318
19319 * Makefile.in (TESTS): New variable.
19320 (expanded_tests, expanded_tests_or_none): New variables
19321 (check-single): Pass $(expanded_tests_or_none) to runtest.
19322 (check-parallel): Only run tests in $(TESTS) if non-empty.
19323 (check/no-matching-tests-found): New rule.
19324 * README: Document TESTS makefile variable.
19325
19326 2014-02-18 Doug Evans <dje@google.com>
19327
19328 * Makefile.in (check-parallel): rm -rf outputs temp.
19329
19330 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19331
19332 Fix "ERROR: no fileid for" in the testsuite.
19333 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19334
19335 2014-02-12 Doug Evans <dje@google.com>
19336
19337 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19338 (MISCELLANEOUS): New variable.
19339 (clean): rm -rf $(MISCELLANEOUS).
19340 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19341 dwp live in the same directory as symlinks, with each symlink pointed
19342 to a differently named file in a different directory.
19343
19344 2014-02-11 Doug Evans <dje@google.com>
19345
19346 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19347 of Tcl file commands.
19348
19349 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19350
19351 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19352 "kill -SIGUSR1 -1".
19353
19354 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19355
19356 * gdb.ada/tick_length_array_enum_idx: New testcase.
19357
19358 2014-02-10 Doug Evans <xdje42@gmail.com>
19359
19360 * configure.ac (AC_OUTPUT): Add gdb.guile.
19361 * configure: Regenerate.
19362 * lib/gdb-guile.exp: New file.
19363 * lib/gdb.exp (get_target_charset): New function.
19364 * gdb.base/help.exp: Update expected output from "apropos apropos".
19365 * gdb.guile/Makefile.in: New file.
19366 * gdb.guile/guile.exp: New file.
19367 * gdb.guile/scm-arch.c: New file.
19368 * gdb.guile/scm-arch.exp: New file.
19369 * gdb.guile/scm-block.c: New file.
19370 * gdb.guile/scm-block.exp: New file.
19371 * gdb.guile/scm-breakpoint.c: New file.
19372 * gdb.guile/scm-breakpoint.exp: New file.
19373 * gdb.guile/scm-disasm.c: New file.
19374 * gdb.guile/scm-disasm.exp: New file.
19375 * gdb.guile/scm-equal.c: New file.
19376 * gdb.guile/scm-equal.exp: New file.
19377 * gdb.guile/scm-error.exp: New file.
19378 * gdb.guile/scm-error.scm: New file.
19379 * gdb.guile/scm-frame-args.c: New file.
19380 * gdb.guile/scm-frame-args.exp: New file.
19381 * gdb.guile/scm-frame-args.scm: New file.
19382 * gdb.guile/scm-frame-inline.c: New file.
19383 * gdb.guile/scm-frame-inline.exp: New file.
19384 * gdb.guile/scm-frame.c: New file.
19385 * gdb.guile/scm-frame.exp: New file.
19386 * gdb.guile/scm-generics.exp: New file.
19387 * gdb.guile/scm-gsmob.exp: New file.
19388 * gdb.guile/scm-iterator.c: New file.
19389 * gdb.guile/scm-iterator.exp: New file.
19390 * gdb.guile/scm-math.c: New file.
19391 * gdb.guile/scm-math.exp: New file.
19392 * gdb.guile/scm-objfile-script-gdb.in: New file.
19393 * gdb.guile/scm-objfile-script.c: New file.
19394 * gdb.guile/scm-objfile-script.exp: New file.
19395 * gdb.guile/scm-objfile.c: New file.
19396 * gdb.guile/scm-objfile.exp: New file.
19397 * gdb.guile/scm-ports.exp: New file.
19398 * gdb.guile/scm-pretty-print.c: New file.
19399 * gdb.guile/scm-pretty-print.exp: New file.
19400 * gdb.guile/scm-pretty-print.scm: New file.
19401 * gdb.guile/scm-section-script.c: New file.
19402 * gdb.guile/scm-section-script.exp: New file.
19403 * gdb.guile/scm-section-script.scm: New file.
19404 * gdb.guile/scm-symbol.c: New file.
19405 * gdb.guile/scm-symbol.exp: New file.
19406 * gdb.guile/scm-symtab-2.c: New file.
19407 * gdb.guile/scm-symtab.c: New file.
19408 * gdb.guile/scm-symtab.exp: New file.
19409 * gdb.guile/scm-type.c: New file.
19410 * gdb.guile/scm-type.exp: New file.
19411 * gdb.guile/scm-value-cc.cc: New file.
19412 * gdb.guile/scm-value-cc.exp: New file.
19413 * gdb.guile/scm-value.c: New file.
19414 * gdb.guile/scm-value.exp: New file.
19415 * gdb.guile/source2.scm: New file.
19416 * gdb.guile/types-module.cc: New file.
19417 * gdb.guile/types-module.exp: New file.
19418
19419 2014-02-10 Yao Qi <yao@codesourcery.com>
19420
19421 PR testsuite/16543
19422 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19423 * configure: Regenerated.
19424 * Makefile.in: New file.
19425
19426 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19427
19428 * gdb.python/py-framefilter.exp: Fix typo.
19429
19430 2014-02-08 Yao Qi <yao@codesourcery.com>
19431
19432 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19433 that no =breakpoint-modified is emitted when breakpoints are
19434 modified through MI commands.
19435
19436 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19437 Pedro Alves <palves@redhat.com>
19438
19439 * gdb.threads/step-after-sr-lock.c: New file.
19440 * gdb.threads/step-after-sr-lock.exp: New file.
19441
19442 2014-02-07 Pedro Alves <palves@redhat.com>
19443
19444 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19445
19446 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19447
19448 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19449 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19450
19451 2014-02-06 Doug Evans <xdje42@gmail.com>
19452
19453 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19454 output.
19455
19456 * gdb.gdb/python-interrupts.exp: New file.
19457
19458 2014-02-05 Yao Qi <yao@codesourcery.com>
19459
19460 * gdb.trace/report.exp (use_collected_data): Test the output
19461 of "info threads" and "info inferiors".
19462
19463 2014-02-05 Yao Qi <yao@codesourcery.com>
19464
19465 Revert this patch:
19466
19467 2013-05-24 Yao Qi <yao@codesourcery.com>
19468
19469 * gdb.trace/tfile.exp: Test inferior and thread.
19470
19471 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19472
19473 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19474 on a function.
19475 * gdb.base/step-bt.c: Call hello via function pointer to make
19476 sure its first instruction is executed on powerpc64le-linux.
19477
19478 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19479
19480 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19481
19482 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19483
19484 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19485 of the test patterns for use on little-endian systems.
19486
19487 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19488
19489 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19490 (decimal_vector): Fix for little-endian.
19491
19492 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19493
19494 * gdb.arch/sparc-sysstep.exp: New file.
19495 * gdb.arch/sparc-sysstep.c: Likewise.
19496
19497 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19498
19499 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19500
19501 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19502
19503 2014-01-23 Tom Tromey <tromey@redhat.com>
19504
19505 * gdb.ada/array_char_idx: New testcase.
19506
19507 2014-01-23 Tom Tromey <tromey@redhat.com>
19508
19509 PR python/16487:
19510 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19511 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19512 classes.
19513
19514 2014-01-23 Tom Tromey <tromey@redhat.com>
19515
19516 PR python/16491:
19517 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19518 string from an inferior frame.
19519 * gdb.python/py-framefilter-mi.exp: Update.
19520
19521 2014-01-22 Doug Evans <dje@google.com>
19522
19523 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19524
19525 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19526
19527 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19528
19529 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19530
19531 * gdb.trace/entry-values.exp: Remove excess space character from
19532 regex patterns. Handle s390 call instruction.
19533
19534 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19535
19536 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19537 define "*_start" label. Make "name" static.
19538 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19539 ${name} by references to ${name}_start.
19540
19541 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19542
19543 * gdb.base/info-macros.exp: Remove "debug" from the compile
19544 options.
19545
19546 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19547
19548 * gdb.dlang/demangle.exp: New file.
19549
19550 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19551
19552 * gdb.dlang/primitive-types.exp: New file.
19553
19554 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19555
19556 * configure.ac: Create gdb.dlang/Makefile.
19557 * configure: Regenerate.
19558 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19559 * gdb.dlang/Makefile.in: New file.
19560 * lib/d-support.exp: New file.
19561 * lib/gdb.exp (skip_d_tests): New proc.
19562
19563 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19564
19565 * gdb.btrace/delta.exp: Check reverse stepi.
19566 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19567 * gdb.btrace/finish.exp: New.
19568 * gdb.btrace/next.exp: New.
19569 * gdb.btrace/nexti.exp: New.
19570 * gdb.btrace/record_goto.c: Add comments.
19571 * gdb.btrace/step.exp: New.
19572 * gdb.btrace/stepi.exp: New.
19573 * gdb.btrace/multi-thread-step.c: New.
19574 * gdb.btrace/multi-thread-step.exp: New.
19575 * gdb.btrace/rn-dl-bind.c: New.
19576 * gdb.btrace/rn-dl-bind.exp: New.
19577 * gdb.btrace/data.c: New.
19578 * gdb.btrace/data.exp: New.
19579 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19580
19581 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19582
19583 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19584 * gdb.btrace/exception.exp: Update.
19585 * gdb.btrace/instruction_history.exp: Update.
19586 * gdb.btrace/record_goto.exp: Update.
19587 * gdb.btrace/tailcall.exp: Update.
19588 * gdb.btrace/unknown_functions.exp: Update.
19589 * gdb.btrace/delta.exp: New.
19590
19591 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19592
19593 * gdb.btrace/record_goto.exp: Add backtrace test.
19594 * gdb.btrace/tailcall.exp: Add backtrace test.
19595
19596 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19597
19598 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19599 * gdb.btrace/record_goto.c: New.
19600 * gdb.btrace/record_goto.exp: New.
19601 * gdb.btrace/x86-record_goto.S: New.
19602
19603 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19604
19605 * gdb.btrace/function_call_history.exp: Update tests.
19606 * gdb.btrace/instruction_history.exp: Update tests.
19607
19608 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19609
19610 * gdb.btrace/function_call_history.exp: Fix expected field
19611 order for "record function-call-history".
19612 Add new tests for "record function-call-history /c".
19613 * gdb.btrace/exception.cc: New.
19614 * gdb.btrace/exception.exp: New.
19615 * gdb.btrace/tailcall.exp: New.
19616 * gdb.btrace/x86-tailcall.S: New.
19617 * gdb.btrace/x86-tailcall.c: New.
19618 * gdb.btrace/unknown_functions.c: New.
19619 * gdb.btrace/unknown_functions.exp: New.
19620 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19621
19622 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19623
19624 * gdb.btrace/instruction_history.exp: Update.
19625 * gdb.btrace/function_call_history.exp: Update.
19626
19627 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19628
19629 * gdb.btrace/function_call_history.exp: Fix expected function
19630 trace.
19631 * gdb.btrace/instruction_history.exp: Initialize traced.
19632 Remove traced_functions.
19633
19634 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19635
19636 * gdb.btrace/function_call_history.exp: Update
19637 * gdb.btrace/instruction_history.exp: Update.
19638
19639 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19640
19641 * gdb.btrace/enable.exp: Update expected text.
19642
19643 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19644
19645 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19646 bytes.
19647
19648 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19649
19650 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19651
19652 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19653
19654 * lib/gdb.exp (supports_process_record): Return true for
19655 arm*-linux*. (supports_reverse): Likewise.
19656
19657 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19658
19659 PR python/15464
19660 PR python/16113
19661 * gdb.python/py-type.c: Enhance test case.
19662 * gdb.python/py-value-cc.cc: Likewise
19663 * gdb.python/py-type.exp: Add new tests.
19664 * gdb.python/py-value-cc.exp: Likewise
19665
19666 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19667 Pedro Alves <palves@redhat.com>
19668
19669 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19670 Make "name" extern.
19671 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19672 references to ${name}_start by references to ${name}.
19673
19674 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19675
19676 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19677
19678 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19679
19680 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19681
19682 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19683 Pedro Alves <palves@redhat.com>
19684
19685 * gdb.mi/mi-info-os.exp: Connect to the target with
19686 mi_gdb_target_load.
19687
19688 2014-01-08 Pedro Alves <palves@redhat.com>
19689
19690 * gdb.threads/reconnect-signal.c: New file.
19691 * gdb.threads/reconnect-signal.exp: New file.
19692
19693 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19694
19695 * gdb.base/source-dir.exp: New file.
19696
19697 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19698
19699 * gdb.ada/mi_interface: New testcase.
19700
19701 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19702
19703 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19704 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19705 gdb.ada/pp-rec-component/pck.ads: New files.
19706
19707 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19708
19709 * gdb.python/py-pp-integral.c: New file.
19710 * gdb.python/py-pp-integral.py: New file.
19711 * gdb.python/py-pp-integral.exp: New file.
19712
19713 For older changes see ChangeLog-1993-2013.
19714 \f
19715 ;; Local Variables:
19716 ;; mode: change-log
19717 ;; left-margin: 8
19718 ;; fill-column: 74
19719 ;; version-control: never
19720 ;; End:
19721
19722 Copyright 2014-2020 Free Software Foundation, Inc.
19723 Copying and distribution of this file, with or without modification,
19724 are permitted provided the copyright notice and this notice are preserved.
This page took 0.445296 seconds and 4 git commands to generate.