gdb: change duplicate test name in gdb.base/jit-so.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4
5 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * lib/check-test-names.exp (all_test_names): New module variable.
8 (counts): Add 'duplicates' field.
9 (_check_duplicates): New procedure.
10 (check): Also check for duplicates.
11 (do_log_summary): Print duplicates count.
12 (do_reset_vars): Reset counter for duplicate test names, and
13 discard all know test names.
14
15 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * lib/gdb.exp: Include check-test-names.exp library.
18 * lib/check-test-names.exp: New file.
19
20 2020-05-11 Tom de Vries <tdevries@suse.de>
21
22 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
23
24 2020-05-11 Keith Seitz <keiths@redhat.com>
25
26 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
27
28 2020-05-11 Tom de Vries <tdevries@suse.de>
29
30 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
31 * gdb.cp/cpexprs.exp.in: .. here.
32 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
33 cpexprs.exp.
34
35 2020-05-11 Keith Seitz <keiths@redhat.com>
36
37 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
38 test names.
39 * gdb.ada/arrayptr.exp: Likewise.
40 * gdb.ada/assign_arr.exp: Likewise.
41 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
42 * gdb.ada/bp_on_var.exp: Likewise.
43 * gdb.ada/call_pn.exp: Likewise.
44 * gdb.ada/complete.exp: Likewise.
45 * gdb.ada/fun_overload_menu.exp: Likewise.
46 * gdb.ada/funcall_param.exp: Likewise.
47 * gdb.ada/funcall_ref.exp: Likewise.
48 * gdb.ada/packed_array_assign.exp: Likewise.
49 * gdb.ada/same_component_name.exp: Likewise.
50 * gdb.ada/type_coercion.exp: Likewise.
51 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
52 * gdb.ada/variant_record_packed_array.exp: Likewise.
53
54 2020-05-11 Tom de Vries <tdevries@suse.de>
55
56 PR symtab/25941
57 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
58 out of ...
59 * gdb.dwarf2/clang-debug-names.exp: ... here.
60 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
61 clang-debug-names.exp.in.
62 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
63 * gdb.dwarf2/clang-debug-names-2.c: New test.
64
65 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
66
67 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
68 (fortran_runto_main): New Proc, fortran version of runto_main.
69 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
70 * gdb.fortran/array-bounds.exp: Likewise.
71 * gdb.fortran/array-slices.exp: Likewise.
72 * gdb.fortran/block-data.exp: Likewise.
73 * gdb.fortran/charset.exp: Likewise.
74 * gdb.fortran/common-block.exp: Likewise.
75 * gdb.fortran/complex.exp: Likewise.
76 * gdb.fortran/derived-type-function.exp: Likewise.
77 * gdb.fortran/derived-type.exp: Likewise.
78 * gdb.fortran/info-modules.exp: Likewise.
79 * gdb.fortran/info-types.exp: Likewise.
80 * gdb.fortran/intrinsics.exp: Likewise.
81 * gdb.fortran/library-module.exp: Likewise.
82 * gdb.fortran/logical.exp: Likewise.
83 * gdb.fortran/max-depth.exp: Likewise.
84 * gdb.fortran/module.exp: Likewise.
85 * gdb.fortran/multi-dim.exp: Likewise.
86 * gdb.fortran/nested-funcs.exp: Likewise.
87 * gdb.fortran/print-formatted.exp: Likewise.
88 * gdb.fortran/print_type.exp: Likewise.
89 * gdb.fortran/printing-types.exp: Likewise.
90 * gdb.fortran/ptr-indentation.exp: Likewise.
91 * gdb.fortran/ptype-on-functions.exp: Likewise.
92 * gdb.fortran/subarray.exp: Likewise.
93 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
94 * gdb.fortran/vla-datatypes.exp: Likewise.
95 * gdb.fortran/vla-history.exp: Likewise.
96 * gdb.fortran/vla-ptr-info.exp: Likewise.
97 * gdb.fortran/vla-ptype-sub.exp: Likewise.
98 * gdb.fortran/vla-ptype.exp: Likewise.
99 * gdb.fortran/vla-sizeof.exp: Likewise.
100 * gdb.fortran/vla-type.exp: Likewise.
101 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
102 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
103 * gdb.fortran/vla-value-sub.exp: Likewise.
104 * gdb.fortran/vla-value.exp: Likewise.
105 * gdb.fortran/whatis_type.exp: Likewise.
106 * gdb.mi/mi-var-child-f.exp: Likewise.
107
108 2020-05-09 Tom de Vries <tdevries@suse.de>
109
110 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
111
112 2020-05-08 Tom de Vries <tdevries@suse.de>
113
114 * gdb.dwarf2/clang-debug-names.c: New test.
115 * gdb.dwarf2/clang-debug-names.exp: New file.
116
117 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
118
119 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
120 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
121
122 2020-05-06 Tom de Vries <tdevries@suse.de>
123
124 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
125 breakpoint is at a "recommended breakpoint location".
126 * gdb.reverse/consecutive-reverse.exp: Same.
127
128 2020-05-06 Tom de Vries <tdevries@suse.de>
129
130 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
131 address.
132
133 2020-05-06 Tom de Vries <tdevries@suse.de>
134
135 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
136
137 2020-05-06 Tom de Vries <tdevries@suse.de>
138
139 * gdb.base/store.exp (check_set, up_set): Allowing missing location
140 info for r.
141
142 2020-05-06 Tom de Vries <tdevries@suse.de>
143
144 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
145 necessary.
146
147 2020-05-06 Tom de Vries <tdevries@suse.de>
148
149 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
150 void.
151
152 2020-05-06 Tom de Vries <tdevries@suse.de>
153
154 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
155 of ...
156 * gdb.base/async.exp: ... here.
157 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
158 "recommended breakpoint location".
159
160 2020-05-06 Tom de Vries <tdevries@suse.de>
161
162 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
163
164 2020-05-04 Tom de Vries <tdevries@suse.de>
165
166 * gdb.base/async.exp: Check whether instruction addresses are a
167 "recommended breakpoint location".
168
169 2020-05-03 Tom Tromey <tom@tromey.com>
170
171 * gdb.base/sepdebug.exp: Remove "catch" test.
172 * gdb.base/break.exp: Remove "catch" test.
173 * gdb.base/default.exp: Update expected output.
174
175 2020-05-02 Tom de Vries <tdevries@suse.de>
176
177 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
178 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
179 * gdb.arch/i386-mpx-map.exp: Same.
180 * gdb.arch/i386-mpx-sigsegv.exp: Same.
181 * gdb.arch/i386-mpx-simple_segv.exp: Same.
182 * gdb.arch/i386-mpx.exp: Same.
183
184 2020-05-02 Tom de Vries <tdevries@suse.de>
185
186 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
187
188 2020-05-01 Tom de Vries <tdevries@suse.de>
189
190 * gdb.ada/operator_bp.exp: Allow more than required amount of
191 breakpoint.
192
193 2020-05-01 Tom de Vries <tdevries@suse.de>
194
195 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
196
197 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
198
199 PR gdb/18706
200 * gdb.cp/stub-array-size.cc: New test.
201 * gdb.cp/stub-array-size.exp: New file.
202 * gdb.cp/stub-array-size.h: New test.
203 * gdb.cp/stub-array-size2.cc: New test.
204
205 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
206
207 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
208 output to the new format.
209
210 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
211
212 * gdb.base/break.exp: Use with_test_prefix.
213
214 2020-04-29 Tom de Vries <tdevries@suse.de>
215
216 * lib/gdb.exp (debug_types): New proc.
217 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
218 * gdb.python/py-symtab.exp: Same.
219
220 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
221
222 PR gdb/17320
223 * gdb.base/pretty-array.c: New test.
224 * gdb.base/pretty-array.exp: New file.
225
226 2020-04-29 Tom de Vries <tdevries@suse.de>
227
228 PR symtab/25889
229 * gdb.cp/cpexprs.exp: Adapt for inclusion.
230 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
231 and include cpexprs.exp.
232
233 2020-04-28 Mark Williams <mark@myosotissp.com>
234
235 PR gdb/24480
236 * dw4-toplevel-types.exp: Test for top level types.
237 * dw4-toplevel-types.cc: Test for top level types.
238
239 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
240
241 * gdb.threads/stop-with-handle.exp: Fix typo in comment
242 (theads -> threads).
243
244 2020-04-28 Tom de Vries <tdevries@suse.de>
245
246 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
247
248 2020-04-28 Tom de Vries <tdevries@suse.de>
249
250 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
251
252 2020-04-28 Tom de Vries <tdevries@suse.de>
253
254 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
255
256 2020-04-28 Tom de Vries <tdevries@suse.de>
257
258 * gdb.dwarf2/main-foo.c: New test.
259 * gdb.dwarf2/struct-with-sig.exp: New file.
260
261 2020-04-25 Tom de Vries <tdevries@suse.de>
262
263 * boards/debug-types.exp: New file.
264
265 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
268
269 2020-04-24 Tom Tromey <tom@tromey.com>
270
271 PR symtab/12707:
272 * gdb.python/py-symbol.exp: Update expected results for
273 linkage_name test.
274 * gdb.cp/print-demangle.exp: New file.
275 * gdb.base/c-linkage-name.exp: Fix test.
276 * gdb.guile/scm-symbol.exp: Update expected results for
277 linkage_name test.
278
279 2020-04-24 Tom Tromey <tom@tromey.com>
280
281 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
282 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
283 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
284 assembler.
285
286 2020-04-24 Tom de Vries <tdevries@suse.de>
287
288 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
289 C++.
290
291 2020-04-24 Tom Tromey <tromey@adacore.com>
292
293 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
294 values.
295 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
296 values. Update test for minimal encodings.
297 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
298 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
299 values. Update test for minimal encodings.
300
301 2020-04-24 Tom Tromey <tromey@adacore.com>
302
303 PR python/23662:
304 * gdb.ada/variant.exp: Add Python checks.
305 * gdb.rust/simple.exp: Add dynamic type checks.
306
307 2020-04-24 Tom Tromey <tromey@adacore.com>
308
309 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
310 Make array type matching more lax.
311 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
312 * gdb.ada/mi_variant.exp: New file.
313 * gdb.ada/mi_variant/pck.ads: New file.
314 * gdb.ada/mi_variant/pkg.adb: New file.
315 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
316 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
317
318 2020-04-24 Tom Tromey <tromey@adacore.com>
319
320 * gdb.ada/variant.exp: Add dynamic field offset tests.
321 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
322 * gdb.ada/variant/pkg.adb: Add new variables.
323
324 2020-04-24 Tom Tromey <tromey@adacore.com>
325
326 * gdb.ada/variant.exp: New file
327 * gdb.ada/variant/pkg.adb: New file
328 * gdb.ada/variant/pck.adb: New file
329
330 2020-04-24 Tom de Vries <tdevries@suse.de>
331
332 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
333
334 2020-04-24 Tom de Vries <tdevries@suse.de>
335
336 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
337 flags.
338
339 2020-04-24 Tom de Vries <tdevries@suse.de>
340
341 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
342
343 2020-04-24 Tom de Vries <tdevries@suse.de>
344
345 * lib/gdb.exp (default_gdb_start): Handle eof.
346 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
347 failure.
348 * gdb.base/readnever.exp: Handle clean_restart failure.
349
350 2020-04-23 Tom de Vries <tdevries@suse.de>
351
352 * gdb.base/decl-before-def.exp: Run to main and print a again.
353
354 2020-04-23 Tom de Vries <tdevries@suse.de>
355
356 * gdb.base/decl-before-def-decl.c: New test.
357 * gdb.base/decl-before-def-def.c: New test.
358 * gdb.base/decl-before-def.exp: New file.
359
360 2020-04-23 Tom de Vries <tdevries@suse.de>
361
362 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
363
364 2020-04-22 Tom de Vries <tdevries@suse.de>
365
366 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
367 debug_info_offset.
368 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
369 before $objsfile in the line line.
370
371 2020-04-22 Tom de Vries <tdevries@suse.de>
372
373 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
374
375 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
376
377 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
378 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
379 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
380 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
381 * gdb.base/jit-protocol.h: Update definitions to match all usage
382 contexts.
383
384 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
385
386 * gdb.base: Rename all jit related test and source files.
387
388 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
389
390 * gdb.base/jit-reader.exp: Relax register output check.
391
392 2020-04-22 Tom de Vries <tdevries@suse.de>
393
394 PR symtab/25764
395 * gdb.base/psym-external-decl-2.c: New test.
396 * gdb.base/psym-external-decl.c: New test.
397 * gdb.base/psym-external-decl.exp: New file.
398 * gdb.threads/tls.exp: Add PR25807 kfail.
399
400 2020-04-22 Tom de Vries <tdevries@suse.de>
401
402 PR symtab/25801
403 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
404 in "info source" output.
405
406 2020-04-22 Tom de Vries <tdevries@suse.de>
407
408 PR symtab/25700
409 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
410 symtab for imported_unit.c.
411
412 2020-04-21 Gary Benson <gbenson@redhat.com>
413
414 * gdb.base/advance.c (func): New argument, to match call site.
415 (func2, func3): Add return statements.
416
417 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
418
419 * gdb.multi/run-only-second-inf.c: New file.
420 * gdb.multi/run-only-second-inf.exp: New file.
421
422 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
423
424 * gdb.btrace/multi-inferior.c: New test.
425 * gdb.btrace/multi-inferior.exp: New file.
426
427 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
428
429 * gdb.btrace/enable-new-thread.c: New test.
430 * gdb.btrace/enable-new-thread.exp: New file.
431
432 2020-04-21 Tom de Vries <tdevries@suse.de>
433
434 PR gdb/25471
435 * gdb.threads/killed-outside.c: New test.
436 * gdb.threads/killed-outside.exp: New file.
437
438 2020-04-20 Gary Benson <gbenson@redhat.com>
439
440 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
441 * gdb.base/nested-subp2.exp: Likewise.
442 * gdb.base/nested-subp3.exp: Likewise.
443
444 2020-04-20 Gary Benson <gbenson@redhat.com>
445
446 * gdb.base/nested-subp1.exp: Disable test when using clang.
447 * gdb.base/nested-subp2.exp: Likewise.
448 * gdb.base/nested-subp3.exp: Likewise.
449
450 2020-04-20 Gary Benson <gbenson@redhat.com>
451
452 * gdb.cp/exception.cc: Fix compilation error with clang.
453
454 2020-04-20 Gary Benson <gbenson@redhat.com>
455
456 * gdb.trace/tspeed.c: Fix compilation error with clang.
457
458 2020-04-20 Gary Benson <gbenson@redhat.com>
459
460 * gdb.base/jit-main.c: Fix compilation error with clang.
461
462 2020-04-17 Kamil Rytarowski <n54@gmx.com>
463
464 * gdb.base/attach-twice.c: Include "sys/types.h".
465 (PTRACE_ATTACH): Add fallback definition.
466 (main): Pass `0' to the 4th argument of `ptrace'.
467
468 2020-04-17 Kamil Rytarowski <n54@gmx.com>
469
470 * gdb.base/fork-running-state.c: Include "signal.h".
471
472 2020-04-17 Tom Tromey <tromey@adacore.com>
473
474 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
475 Update tests.
476 * gdb.btrace/cpu.exp: Update tests.
477 * gdb.base/maint.exp: Update tests.
478 * gdb.base/default.exp: Update tests.
479 * gdb.base/completion.exp: Update tests.
480
481 2020-04-16 Tom de Vries <tdevries@suse.de>
482
483 PR symtab/25791
484 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
485 (ensure_gdb_index): and factor out and move ...
486 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
487 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
488
489 2020-04-16 Tom de Vries <tdevries@suse.de>
490
491 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
492 loading exec.
493
494 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.base/many-completions.exp: New file.
497
498 2020-04-14 Tom de Vries <tdevries@suse.de>
499
500 PR symtab/25718
501 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
502
503 2020-04-14 Tom de Vries <tdevries@suse.de>
504
505 PR symtab/25720
506 * gdb.base/maint-expand-symbols-header-file.c: New test.
507 * gdb.base/maint-expand-symbols-header-file.exp: New file.
508 * gdb.base/maint-expand-symbols-header-file.h: New test.
509
510 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
513 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
514 get_func_info.
515 (get_func_info): Delete.
516 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
517 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
518 * lib/dwarf.exp (get_func_info): New function.
519
520 2020-04-13 Tom de Vries <tdevries@suse.de>
521
522 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
523 to what find_gnatmake does.
524
525 2020-04-10 Tom de Vries <tdevries@suse.de>
526
527 * gdb.base/style.exp: Expect "Expanding full symbols" message for
528 -readnow.
529
530 2020-04-10 Tom de Vries <tdevries@suse.de>
531
532 PR cli/25808
533 * gdb.base/style.c: Add leading newlines.
534 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
535 Check listing of main's one-line body.
536
537 2020-04-08 Tom de Vries <tdevries@suse.de>
538
539 * lib/gdb.exp (psymtabs_p): New proc.
540 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
541 importing unit" unsupported if there are no partial symbols.
542
543 2020-04-08 Tom de Vries <tdevries@suse.de>
544
545 PR testsuite/25760
546 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
547
548 2020-04-07 Tom de Vries <tdevries@suse.de>
549
550 PR symtab/25796
551 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
552
553 2020-04-07 Tom de Vries <tdevries@suse.de>
554
555 * gdb.base/check-psymtab.c: New test.
556 * gdb.base/check-psymtab.exp: New file.
557
558 2020-04-06 Tom Tromey <tromey@adacore.com>
559
560 * gdb.ada/variant-record/proc.adb: New file.
561 * gdb.ada/variant-record/value.adb: New file.
562 * gdb.ada/variant-record/value.s: New file.
563 * gdb.ada/variant-record.exp: New file.
564
565 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
566
567 PR gdb/25325
568 * gdb.cp/typed-enum.cc: New test.
569 * gdb.cp/typed-enum.exp: New file.
570
571 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
574 * gdb.dwarf2/dw2-inline-small-func.c: New file.
575 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
576 * gdb.dwarf2/dw2-inline-small-func.h: New file.
577 * gdb.opt/inline-small-func.c: New file.
578 * gdb.opt/inline-small-func.exp: New file.
579 * gdb.opt/inline-small-func.h: New file.
580
581 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
582
583 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
584 function.
585
586 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * lib/dwarf.exp (function_range): Allow compiler options to be
589 specified.
590
591 2020-04-02 Tom de Vries <tdevries@suse.de>
592
593 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
594 __attribute__((always_inline)).
595 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
596
597 2020-04-02 Tom de Vries <tdevries@suse.de>
598
599 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
600 (gdbserver_gdb_exit): ... here. Add timeout warning.
601 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
602 (connect_target_extended_remote): Append new server_spawn_id to
603 server_spawn_ids.
604 (cleanup): New proc.
605 (setup, <toplevel>): Call cleanup.
606
607 2020-04-02 Tom de Vries <tdevries@suse.de>
608
609 * gdb.base/main-psymtab.exp: New file.
610
611 2020-04-02 Tom de Vries <tdevries@suse.de>
612
613 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
614
615 2020-04-01 Tom Tromey <tom@tromey.com>
616
617 * gdb.base/complex-parts.exp: Add type tests.
618
619 2020-04-01 Tom Tromey <tom@tromey.com>
620
621 * gdb.base/complex-parts.exp: Add arithmetic tests.
622
623 2020-04-01 Tom Tromey <tom@tromey.com>
624
625 * gdb.compile/compile.exp: Update.
626 * gdb.compile/compile-cplus.exp: Update.
627 * gdb.base/varargs.exp: Update.
628 * gdb.base/floatn.exp: Update.
629 * gdb.base/endianity.exp: Update.
630 * gdb.base/callfuncs.exp (do_function_calls): Update.
631 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
632 (complex_float_integral_args): Update.
633 * gdb.base/complex.exp: Update.
634 * gdb.base/complex-parts.exp: Update.
635
636 2020-04-01 Tom Tromey <tromey@adacore.com>
637
638 * gdb.rust/union.rs: New file.
639 * gdb.rust/union.exp: New file.
640 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
641 (main): Update.
642 * gdb.rust/simple.exp: Move union tests to union.exp.
643
644 2020-04-01 Tom Tromey <tromey@adacore.com>
645
646 * gdb.rust/simple.rs (main): Remove "y0".
647
648 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
649
650 * gdb.multi/stop-all-on-exit.c: New test.
651 * gdb.multi/stop-all-on-exit.exp: New file.
652
653 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
654
655 PR gdb/24789
656 * gdb.cp/misc.cc: Add integer reference variable.
657 * gdb.cp/misc.exp: Add test.
658
659 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
660
661 * gdb.server/stop-reply-no-thread.exp: Enhance the test
662 scenario to cover execution until the end and also the case
663
664 2020-03-31 Tom de Vries <tdevries@suse.de>
665
666 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
667 c. Use "maint info symtabs" to check symtab expansion.
668
669 2020-03-30 Tom de Vries <tdevries@suse.de>
670
671 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
672 unsupported.
673 (verify_psymtab_expanded): Move ...
674 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
675 test.
676 (readnow): New proc.
677
678 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
681 with $hex.
682
683 2020-03-20 Tom Tromey <tromey@adacore.com>
684
685 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
686
687 2020-03-20 Tom Tromey <tromey@adacore.com>
688
689 * gdb.ada/sub_variant/subv.adb: New file.
690 * gdb.ada/sub_variant.exp: New file.
691
692 2020-03-20 Tom de Vries <tdevries@suse.de>
693
694 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
695 first break fails.
696 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
697
698 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.server/exit-multiple-threads.c: New file.
701 * gdb.server/exit-multiple-threads.exp: New file.
702
703 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
704
705 * gdb.fortran/mixed-lang-stack.c: New file.
706 * gdb.fortran/mixed-lang-stack.cpp: New file.
707 * gdb.fortran/mixed-lang-stack.exp: New file.
708 * gdb.fortran/mixed-lang-stack.f90: New file.
709
710 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
711
712 * gdb.linespec/cp-completion-aliases.cc: New file.
713 * gdb.linespec/cp-completion-aliases.exp: New file.
714
715 2020-03-19 Tom de Vries <tdevries@suse.de>
716
717 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
718 more precise.
719
720 2020-03-18 Tom de Vries <tdevries@suse.de>
721
722 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
723 * gdb.dwarf2/break-inline-psymtab.c: New test.
724 * gdb.dwarf2/break-inline-psymtab.exp: New file.
725
726 2020-03-16 Tom de Vries <tdevries@suse.de>
727
728 * lib/cache.exp (gdb_do_cache): Add and handle local variables
729 cache_verify and cache_verify_proc.
730
731 2020-03-15 Tom de Vries <tdevries@suse.de>
732
733 * gdb.server/solib-list.exp: Handle
734 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
735
736 2020-03-15 Tom de Vries <tdevries@suse.de>
737
738 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
739 objfiles".
740
741 2020-03-14 Tom Tromey <tom@tromey.com>
742
743 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
744
745 2020-03-14 Tom de Vries <tdevries@suse.de>
746
747 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
748
749 2020-03-14 Tom de Vries <tdevries@suse.de>
750
751 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
752 result in line-by-line fashion.
753
754 2020-03-14 Tom de Vries <tdevries@suse.de>
755
756 * lib/gdb.exp (supports_statement_frontiers): New proc.
757 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
758
759 2020-03-14 Tom de Vries <tdevries@suse.de>
760
761 * gdb.base/printcmds.exp: Add missing quoting for "print
762 teststring2".
763
764 2020-03-13 Tom Tromey <tom@tromey.com>
765
766 * gdb.base/printcmds.exp (test_print_strings): Add regression
767 test.
768 * gdb.base/printcmds.c (charptr): New typedef.
769 (teststring2): New global.
770
771 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
772
773 * gdb.base/break-interp.exp: Use the tail of the filename, not the
774 full path in the test name.
775 (test_ld): Add some with_test_prefix blocks to make test names
776 unique.
777
778 2020-03-13 Tom de Vries <tdevries@suse.de>
779
780 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
781
782 2020-03-13 Tom de Vries <tdevries@suse.de>
783
784 * gdb.mi/mi-sym-info.exp: Make matching more precise.
785
786 2020-03-13 Tom de Vries <tdevries@suse.de>
787
788 PR symtab/25646
789 * gdb.dwarf2/imported-unit.exp: Add test.
790
791 2020-03-13 Tom de Vries <tdevries@suse.de>
792
793 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
794 (var1, var2): New variable.
795 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
796 matching symbols.
797
798 2020-03-13 Tom de Vries <tdevries@suse.de>
799
800 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
801 (Term::command): Use prompt prefix.
802 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
803 * gdb.tui/tui-layout-asm-short-prog.exp: Use
804 command_no_prompt_prefix instead of prefix.
805 * gdb.tui/tui-layout-asm.exp: Same.
806
807 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
808
809 * gdb.base/break-interp.exp: Use foreach_with_prefix.
810
811 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
812
813 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
814 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
815 on" while stepping over the test instruction, match printed
816 message.
817
818 2020-03-12 Tom de Vries <tdevries@suse.de>
819
820 * gdb.base/info-types.exp: Use exp_continue during matching of output
821 of "info types".
822
823 2020-03-12 Tom de Vries <tdevries@suse.de>
824
825 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
826
827 2020-03-12 Tom de Vries <tdevries@suse.de>
828
829 * gdb.fortran/module.exp: Use exp_continue during matching of output
830 of "info variable -n".
831
832 2020-03-12 Tom de Vries <tdevries@suse.de>
833
834 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
835 gdb.dwarf2/dw2-ranges-base.c.
836
837 2020-03-12 Tom de Vries <tdevries@suse.de>
838
839 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
840 in presence of GLIBC debuginfo.
841
842 2020-03-12 Tom de Vries <tdevries@suse.de>
843
844 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
845 $core.
846
847 2020-03-12 Tom de Vries <tdevries@suse.de>
848
849 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
850 more precise.
851
852 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
853
854 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
855 from Unix to Windows path.
856
857 2020-03-11 Tom de Vries <tdevries@suse.de>
858
859 * gdb.ada/minsyms.exp: Set language to ada.
860
861 2020-03-11 Tom de Vries <tdevries@suse.de>
862
863 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
864
865 2020-03-11 Tom de Vries <tdevries@suse.de>
866
867 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
868
869 2020-03-11 Tom Tromey <tromey@adacore.com>
870
871 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
872
873 2020-03-11 Tom de Vries <tdevries@suse.de>
874
875 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
876
877 2020-03-11 Tom de Vries <tdevries@suse.de>
878
879 * gdb.base/break-interp.exp: Limit verbose scope.
880
881 2020-03-11 Tom de Vries <tdevries@suse.de>
882
883 * gdb.fortran/logical.f90: Define variable with character type.
884 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
885
886 2020-03-11 Tom de Vries <tdevries@suse.de>
887
888 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
889
890 2020-03-11 Tom de Vries <tdevries@suse.de>
891
892 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
893 symtabs.
894
895 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
896 Bernd Edlinger <bernd.edlinger@hotmail.de>
897
898 * gdb.cp/step-and-next-inline.cc: New file.
899 * gdb.cp/step-and-next-inline.exp: New file.
900 * gdb.cp/step-and-next-inline.h: New file.
901 * gdb.dwarf2/dw2-is-stmt.c: New file.
902 * gdb.dwarf2/dw2-is-stmt.exp: New file.
903 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
904 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
905 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
906
907 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
908
909 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
910 is-stmt flag in the line table.
911
912 2020-03-09 Tom de Vries <tdevries@suse.de>
913
914 * lib/gdb.exp (cached_file): Create cache dir.
915
916 2020-03-07 Tom de Vries <tdevries@suse.de>
917
918 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
919 * gdb.cp/rvalue-ref-params.exp: Same.
920
921 2020-03-06 Tom de Vries <tdevries@suse.de>
922
923 * lib/gdb.exp (tentative_rename, cached_file): New proc.
924 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
925
926 2020-03-06 Tom de Vries <tdevries@suse.de>
927
928 * README: Fix "the the".
929 * gdb.base/dprintf.exp: Same.
930
931 2020-03-05 Tom de Vries <tdevries@suse.de>
932
933 * gdb.base/maint.exp: Update "main print statistics" expected output.
934
935 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
936
937 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
938 (fortran_int8): Likewise.
939 (fortran_real4): Likewise.
940 (fortran_real8): Likewise.
941 (fortran_complex4): Likewise.
942 (fortran_logical4): Likewise.
943 (fortran_character1): Likewise.
944
945 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
946
947 * gdb.fortran/logical.exp: Add tests that any non-zero value is
948 printed as true.
949
950 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
951
952 * gdb.base/printcmds.exp: Add test to verify printf of a
953 variable holding an address.
954
955 2020-03-03 Tom de Vries <tdevries@suse.de>
956
957 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
958
959 2020-03-03 Tom de Vries <tdevries@suse.de>
960
961 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
962 gdb_test_multiple call.
963
964 2020-03-03 Tom de Vries <tdevries@suse.de>
965
966 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
967 gdb_test_multiple calls.
968
969 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.base/default.exp: Remove test of 'set history filename'.
972 * gdb.base/gdbinit-history.exp: Add tests for setting the history
973 filename to the empty string.
974 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
975 and GDBHISTSIZE.
976
977 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
980 disabled.
981
982 2020-03-02 Pedro Alves <palves@redhat.com>
983 Tom de Vries <tdevries@suse.de>
984
985 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
986 -prompt prefix, before user_code argument. Add -lbl option likewise.
987 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
988 (gdb_is_target_1): Add -prompt prefix and move to before user_code
989 argument.
990 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
991 have "\r\n" at start-of-line, instead of at end-of-line.
992
993 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
994
995 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
996 libinproctrace.so.
997
998 2020-02-28 Luis Machado <luis.machado@linaro.org>
999
1000 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1001 to "p/x".
1002
1003 2020-02-28 Luis Machado <luis.machado@linaro.org>
1004
1005 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1006 asm/ptrace.h and error.h.
1007
1008 2020-02-28 Tom de Vries <tdevries@suse.de>
1009
1010 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1011 (struct wrapper, do_something, mundane/symada__cS): Move ...
1012 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1013 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1014 Update "print symada__cS before partial symtab expansion" regexp.
1015 Update breakpoint location. Flush symbol cache after expansion.
1016
1017 2020-02-28 Luis Machado <luis.machado@linaro.org>
1018
1019 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1020
1021 2020-02-27 Tom de Vries <tdevries@suse.de>
1022
1023 * config/sid.exp: Remove unused globals.
1024 * gdb.base/attach.exp: Same.
1025 * gdb.base/catch-load.exp: Same.
1026 * gdb.base/dbx.exp: Same.
1027 * lib/gdb.exp: Same.
1028 * lib/mi-support.exp: Same.
1029 * lib/prompt.exp: Same.
1030
1031 2020-02-27 Tom de Vries <tdevries@suse.de>
1032
1033 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1034 not set.
1035
1036 2020-02-26 Aaron Merey <amerey@redhat.com>
1037
1038 * gdb.debuginfod: New directory for debuginfod tests.
1039 * gdb.debuginfod/main.c: New test file.
1040 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1041
1042 2020-02-26 Tom de Vries <tdevries@suse.de>
1043
1044 PR gdb/25603
1045 * gdb.base/persistent-lang.cc: New test.
1046 * gdb.base/persistent-lang.exp: New file.
1047
1048 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1049
1050 * gdb.fortran/derived-type-striding.exp: Add a new test.
1051 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1052 new test.
1053
1054 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1055
1056 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1057 names.
1058
1059 2020-02-25 Tom de Vries <tdevries@suse.de>
1060
1061 PR go/18926
1062 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1063
1064 2020-02-24 Tom de Vries <tdevries@suse.de>
1065
1066 PR gdb/25592
1067 * gdb.base/info-locals-unused-static-var.c: New test.
1068 * gdb.base/info-locals-unused-static-var.exp: New file.
1069
1070 2020-02-22 Tom Tromey <tom@tromey.com>
1071
1072 * gdb.python/tui-window.exp: New file.
1073 * gdb.python/tui-window.py: New file.
1074
1075 2020-02-22 Tom Tromey <tom@tromey.com>
1076
1077 PR tui/17850:
1078 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1079 tests.
1080
1081 2020-02-22 Tom Tromey <tom@tromey.com>
1082
1083 * gdb.tui/new-layout.exp: Add sub-layout tests.
1084
1085 2020-02-22 Tom Tromey <tom@tromey.com>
1086
1087 * gdb.tui/new-layout.exp: New file.
1088
1089 2020-02-22 Tom Tromey <tom@tromey.com>
1090
1091 * gdb.rust/rust-style.rs: New file.
1092 * gdb.rust/rust-style.exp: New file.
1093 * gdb.base/style.exp: Test structure printing.
1094 * gdb.base/style.c (struct some_struct): New type.
1095 (enum etype): New type.
1096 (struct_value): New global.
1097
1098 2020-02-21 Tom de Vries <tdevries@suse.de>
1099
1100 PR go/18926
1101 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1102 Remove blanket xfails. Use message argument for gdb_breakpoint.
1103 Make continuing to breakpoint test conditional on setting breakpoint.
1104 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1105 DW_AT_name attribute. Add xfail for GCC PR93866.
1106
1107 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1108
1109 * gdb.dwarf2/cpp-linkage-name.c: New file.
1110 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1111
1112 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1113
1114 * lib/gdb.exp (gdb_wrapper_init): Reset
1115 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1116 not exist.
1117
1118 2020-02-20 Tom de Vries <tdevries@suse.de>
1119
1120 PR go/17018
1121 * gdb.go/hello.exp: Copy ...
1122 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1123 print of st to print value of global definition. Add xfail for GCC
1124 PR93844.
1125 * gdb.go/hello.exp: Remove printing of st before definition.
1126 * gdb.go/hello.go: Copy ...
1127 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1128 to st.
1129 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1130
1131 2020-02-20 Tom de Vries <tdevries@suse.de>
1132
1133 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1134 (gdb_simple_compile): Handle compile_flags go by using .go extension
1135 for source file.
1136 * gdb.go/chan.exp: Use support_go_compile.
1137 * gdb.go/handcall.exp: Same.
1138 * gdb.go/hello.exp: Same.
1139 * gdb.go/integers.exp: Same.
1140 * gdb.go/max-depth.exp: Same.
1141 * gdb.go/methods.exp: Same.
1142 * gdb.go/package.exp: Same.
1143 * gdb.go/strings.exp: Same.
1144 * gdb.go/types.exp: Same.
1145 * gdb.go/unsafe.exp: Same.
1146
1147 2020-02-19 Tom de Vries <tdevries@suse.de>
1148
1149 * gdb.python/lib-types.exp: Make xfail more strict.
1150
1151 2020-02-19 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1154
1155 2020-02-19 Doug Evans <dje@google.com>
1156
1157 PR rust/25535
1158 * gdb.rust/simple.exp: Add test.
1159 * gdb.rust/simple.rs: Add test.
1160
1161 2020-02-19 Tom de Vries <tdevries@suse.de>
1162
1163 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1164 output line-by-line.
1165
1166 2020-02-19 Tom de Vries <tdevries@suse.de>
1167
1168 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1169
1170 2020-02-19 Tom de Vries <tdevries@suse.de>
1171
1172 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1173 prelink.
1174
1175 2020-02-19 Tom de Vries <tdevries@suse.de>
1176
1177 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1178 (gdb_do_cache): Use gdb_do_cache_wrap.
1179 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1180
1181 2020-02-19 Tom de Vries <tdevries@suse.de>
1182
1183 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1184 gdb_compile option.
1185
1186 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1187
1188 * gdb.base/printcmds.exp (test_print_enums): Update expected
1189 output.
1190
1191 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1192
1193 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1194 for "unknown".
1195
1196 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1197
1198 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1199 enumerator.
1200
1201 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1202
1203 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1204 FE_, add FE_NONE.
1205 (three): Update.
1206 (enum flag_enum_without_zero): New enum.
1207 (flag_enum_without_zero): New variable.
1208 (enum not_flag_enum): New enum.
1209 (three_not_flag): New variable.
1210 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1211 (test_print_enums): Add more tests for printing flag enums.
1212
1213 2020-02-18 Tom de Vries <tdevries@suse.de>
1214
1215 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1216 (gdb_compile_ada): ... here.
1217 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1218 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1219
1220 2020-02-14 Tom Tromey <tom@tromey.com>
1221
1222 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1223 build directory.
1224 * boards/gdbserver-base.exp: Update path to gdbserver.
1225
1226 2020-02-13 Tom de Vries <tdevries@suse.de>
1227
1228 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1229
1230 2020-02-13 Tom de Vries <tdevries@suse.de>
1231
1232 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1233 are missing.
1234
1235 2020-02-13 Tom de Vries <tdevries@suse.de>
1236
1237 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1238 call.
1239
1240 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1241
1242 PR tui/25126
1243 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1244 * gdb.base/cached-source-file.c: New file.
1245 * gdb.base/cached-source-file.exp: New file.
1246
1247 2020-02-11 Tom de Vries <tdevries@suse.de>
1248
1249 PR testsuite/25488
1250 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1251
1252 2020-02-10 Tom de Vries <tdevries@suse.de>
1253
1254 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1255
1256 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1257
1258 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1259 and $after_addr are both integers before making a comparison.
1260
1261 2020-02-09 Tom de Vries <tdevries@suse.de>
1262
1263 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1264 command output and paste it into gdb.log. If any, paste catch message
1265 to gdb.log.
1266
1267 2020-02-07 Tom Tromey <tromey@adacore.com>
1268
1269 PR breakpoints/24915:
1270 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1271
1272 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1273
1274 * gdb.tui/tui-missing-src.exp: Add the "missing source
1275 file" test for the TUI.
1276
1277 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1278
1279 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1280 including a port number in the output.
1281
1282 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1283
1284 * lib/fortran.exp (fortran_int4): Handle clang.
1285 (fortran_int8): Likewise.
1286 (fortran_real4): Likewise.
1287 (fortran_real8): Likewise.
1288 (fortran_complex4): Likewise.
1289 (fortran_logical4): Likewise.
1290 (fortran_character1): Likewise.
1291
1292 2020-02-04 Tom de Vries <tdevries@suse.de>
1293
1294 * README (Race detection): Add note.
1295
1296 2020-02-04 Tom de Vries <tdevries@suse.de>
1297
1298 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1299
1300 2020-02-04 Tom de Vries <tdevries@suse.de>
1301
1302 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1303
1304 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1305
1306 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1307 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1308 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1309 blttar, bnetarl.
1310 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1311 binary for blttar, bnetarl.
1312 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1313 wait instruction. Delete ldmx test.
1314 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1315
1316 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1317
1318 * gdb.fortran/array-bounds-high.exp: New file.
1319 * gdb.fortran/array-bounds-high.f90: New file.
1320
1321 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1322
1323 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1324 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1325
1326 2020-02-01 Tom de Vries <tdevries@suse.de>
1327
1328 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1329
1330 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1331
1332 PR tui/9765
1333 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1334 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1335
1336 2020-01-29 Luis Machado <luis.machado@linaro.org>
1337
1338 * gdb.arch/aarch64-brk-patterns.c: New source file.
1339 * gdb.arch/aarch64-brk-patterns.exp: New test.
1340
1341 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1342
1343 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1344 GCC/Clang version.
1345 * gdb.cp/pass-by-ref.exp: Ditto.
1346
1347 2020-01-29 Tom de Vries <tdevries@suse.de>
1348
1349 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1350 * gdb.threads/watchpoint-fork-mt.c: Same.
1351 * gdb.threads/watchpoint-fork-parent.c: Same.
1352 * gdb.threads/watchpoint-fork-st.c: Same.
1353 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1354
1355 2020-01-27 Luis Machado <luis.machado@linaro.org>
1356
1357 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1358 sitting at a syscall instruction when we hit the syscall function's
1359 breakpoint.
1360 Check PC against one obtained with the x command.
1361 Validate syscall number.
1362 (step_over_syscall): Don't continue to the syscall instruction if
1363 we're already there.
1364
1365 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1366
1367 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1368
1369 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1370
1371 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1372 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1373
1374 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1375
1376 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1377 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1378
1379 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1380
1381 * gdb.base/maint.exp: Update line table parsing test.
1382 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1383
1384 2020-01-24 Pedro Alves <palves@redhat.com>
1385
1386 PR gdb/25410
1387 * gdb.multi/multi-re-run-1.c: New.
1388 * gdb.multi/multi-re-run-2.c: New.
1389 * gdb.multi/multi-re-run.exp: New.
1390
1391 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1392
1393 PR gdb/23718
1394 * gdb.server/server-kill-python.exp: New file.
1395
1396 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1397
1398 * gdb.server/multi-ui-errors.c: New file.
1399 * gdb.server/multi-ui-errors.exp: New file.
1400
1401 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 PR tui/9765
1404 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1405
1406 2020-01-19 Tom Tromey <tom@tromey.com>
1407
1408 * gdb.tui/main.exp: Add check for plain "file".
1409
1410 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1411
1412 * lib/gdb.exp: Fix spelling error (seperatelly).
1413
1414 2020-01-14 Tom Tromey <tom@tromey.com>
1415
1416 PR symtab/12535:
1417 * gdb.python/python.exp: Test decode_line with empty string
1418 argument.
1419
1420 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1421
1422 * gdb.base/skip-inline.exp: Extend test.
1423
1424 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1427 * gdb.dwarf2/dw2-bad-elf.c: New file.
1428 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1429
1430 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1431
1432 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1433 _line_saw_file.
1434
1435 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1436
1437 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1438 border.
1439
1440 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1441
1442 * gdb.multi/multi-target.exp (setup): Factor out "info
1443 connections" and "info inferiors" tests to ...
1444 (test_info_inferiors): ... this new procedure.
1445 (top level): Run new "info-inferiors" tests.
1446
1447 2020-01-10 Pedro Alves <palves@redhat.com>
1448
1449 * gdb.server/bkpt-other-inferior.exp: New file.
1450
1451 2020-01-10 Pedro Alves <palves@redhat.com>
1452
1453 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1454 of "add-inferior".
1455 * gdb.base/quit-live.exp: Likewise.
1456 * gdb.base/remote-exec-file.exp: Likewise.
1457 * gdb.guile/scm-progspace.exp: Likewise.
1458 * gdb.linespec/linespec.exp: Likewise.
1459 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1460 * gdb.mi/user-selected-context-sync.exp: Likewise.
1461 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1462 "info inferiors" tests.
1463 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1464 "add-inferior".
1465 * gdb.multi/watchpoint-multi.exp: Likewise.
1466 * gdb.python/py-inferior.exp: Likewise.
1467 * gdb.server/extended-remote-restart.exp: Likewise.
1468 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1469 "info inferiors".
1470 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1471 * gdb.trace/report.exp: Likewise.
1472
1473 2020-01-10 Pedro Alves <palves@redhat.com>
1474
1475 * gdb.multi/multi-target.c: New file.
1476 * gdb.multi/multi-target.exp: New file.
1477 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1478 mode requested, but remote does not support non-stop".
1479
1480 2020-01-10 Pedro Alves <palves@redhat.com>
1481
1482 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1483 disconnect before reconnecting.
1484
1485 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1486 Pedro Alves <palves@redhat.com>
1487
1488 * gdb.server/connect-without-multi-process.exp: Also test
1489 continuing to end.
1490
1491 2020-01-10 Pedro Alves <palves@redhat.com>
1492
1493 * gdb.base/remote-exec-file.exp: New file.
1494
1495 2020-01-10 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1498 output.
1499 * gdb.threads/async.c: New.
1500 * gdb.threads/async.exp: New.
1501 * gdb.multi/tids-gid-reset.c: New.
1502 * gdb.multi/tids-gid-reset.exp: New.
1503
1504 2020-01-10 George Barrett <bob@bob131.so>
1505
1506 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1507 to help in finding the image relocation offset.
1508 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1509 options in arguments.
1510 (stap_test_no_debuginfo): Likewise.
1511 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1512 test variants.
1513 (stap_test): Add null semaphore relocation test.
1514
1515 2020-01-10 George Barrett <bob@bob131.so>
1516
1517 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1518 * gdb.base/stap-probe.exp: Likewise.
1519 (stap_test): Pass argument as an additional flag.
1520 (stap_test_no_debuginfo): Likewise.
1521 (stap_test): Check `info probes stap' output for semaphore
1522 addresses if the test binary is supposed to have them.
1523
1524 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1525
1526 * gdb.tui/basic.exp: Add more scrolling tests.
1527
1528 2020-01-09 Tom Tromey <tom@tromey.com>
1529
1530 PR tui/18932:
1531 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1532 meangingful value.
1533 (Term::command, Term::resize): Update.
1534 * gdb.tui/basic.exp: Add scrolling test.
1535
1536 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1537
1538 * gdb.tui/tui-layout-asm.exp: New file.
1539
1540 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1543
1544 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1545
1546 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1547 (Term::enter_tui): Use Term::prepare_for_tui.
1548
1549 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1552 called.
1553
1554 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1555
1556 * gdb.base/skip.exp: Fix race condition in test.
1557
1558 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1559
1560 * gdb.base/backtrace.c: New file.
1561 * gdb.base/backtrace.exp: New file.
1562
1563 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1564
1565 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1566
1567 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1568
1569 * gdb.base/style.exp: Test that warnings are styled.
1570
1571 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1572
1573 * gdb.base/line65535.exp: New file.
1574 * gdb.base/line65535.c: New file.
1575
1576 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1577
1578 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1579 * lib/gnat_debug_info_test.adb: New file.
1580 * gdb.ada/ptype_tagged_param.exp: Use
1581 gnat_runtime_has_debug_info, expect a different output if
1582 runtime does not have debug info.
1583
1584 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1585
1586 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1587 (another) quote in test name.
1588
1589 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1590
1591 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1592 Add quote in test name.
1593
1594 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1595
1596 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1597 directory instead.
1598 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1599 * gdb.cp/pass-by-ref-2.cc: New file.
1600 * gdb.cp/pass-by-ref-2.exp: New file.
1601
1602 2019-12-20 Tom Tromey <tom@tromey.com>
1603
1604 * gdb.tui/list-before.exp: New file.
1605
1606 2019-12-20 Tom Tromey <tom@tromey.com>
1607
1608 * gdb.tui/list.exp: Check for source on initial listing.
1609
1610 2019-12-11 Tom Tromey <tromey@adacore.com>
1611
1612 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1613 Add crlf test.
1614
1615 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1616
1617 * gdb.base/default.exp: Update value of $_gdb_major.
1618
1619 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1620
1621 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1622
1623 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1624
1625 * gdb.base/skip.exp: Whitespace fix.
1626
1627 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1628
1629 * gdb.base/skip-inline.c: New file.
1630 * gdb.base/skip-inline.exp: New file.
1631
1632 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1633
1634 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1635 jit_function_00 to jit_function_stack_mangle.
1636 * gdb.base/jithost.c (jit_function_t): Rename to...
1637 (jit_function_stack_mangle_t): ... this.
1638 (jit_function_add_t): New typedef.
1639 (jit_function_00_code): Rename to...
1640 (jit_function_stack_mangle_code): ... this, make static.
1641 (jit_function_add_code): New.
1642 (main): Generate "add" function and call it. Adjust to changes
1643 in jithost_abi.
1644 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1645 (struct jithost_abi) <begin, end>: Remove fields.
1646 <object, function_stack_mangle, function_add>: New fields.
1647 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1648 code_end>: Remove fields.
1649 <func_stack_mangle>: New field.
1650 (read_debug_info): Adjust to renaming, create block for "add"
1651 function.
1652 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1653
1654 2019-12-11 Tom Tromey <tom@tromey.com>
1655
1656 * gdb.tui/resize.exp: Fix regexp.
1657 * gdb.tui/regs.exp: Fix regexps.
1658 * gdb.tui/main.exp: Fix regexp.
1659
1660 2019-12-11 Tom Tromey <tom@tromey.com>
1661
1662 * gdb.tui/resize.exp: Update.
1663 * gdb.tui/empty.exp (layouts): Update.
1664
1665 2019-12-11 Tom Tromey <tom@tromey.com>
1666
1667 * gdb.tui/regs.exp: Update.
1668 * gdb.tui/empty.exp (layouts): Update.
1669 * gdb.tui/basic.exp: Update.
1670 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1671
1672 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1673
1674 * gdb.base/options.exp: Add -raw-values in the print completion list.
1675 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1676
1677 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1678
1679 * gdb.threads/omp-par-scope.c: New file.
1680 * gdb/threads/omp-par-scope.exp: New file.
1681
1682 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1683
1684 * lib/gdb.exp (support_nested_function_tests): New proc.
1685
1686 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1687
1688 * lib/gdb.exp (gdb_compile_openmp): New proc.
1689 (build_executable_from_specs): Add an "openmp" option.
1690 (gdb_compile_pthreads): Add non-executable case.
1691
1692 2019-12-10 Tom Tromey <tromey@adacore.com>
1693
1694 * gdb.ada/unchecked_union.exp: New file.
1695 * gdb.ada/unchecked_union/pck.adb: New file.
1696 * gdb.ada/unchecked_union/pck.ads: New file.
1697 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1698 * gdb-utils.exp (string_to_regexp): Also quote "?".
1699
1700 2019-12-10 George Barrett <bob@bob131.so>
1701
1702 Test scripted probe breakpoints.
1703 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1704 * gdb.python/py-breakpoint.c (main): Likewise.
1705 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1706 specifier test.
1707 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1708
1709 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1710
1711 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1712 an rvalue parameter.
1713 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1714 parameter.
1715
1716 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1717
1718 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1719 modules.
1720
1721 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1722
1723 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1724 broken version of GCC.
1725
1726 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1727
1728 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1729 sym-info-cmds library.
1730 * gdb.fortran/info-types.exp: Likewise.
1731 * lib/sym-info-cmds.exp: New file.
1732
1733 2019-12-08 Tom de Vries <tdevries@suse.de>
1734
1735 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1736
1737 2019-12-07 Keith Seitz <keiths@redhat.com>
1738
1739 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1740 * gdb.base/corefile-buildid-shlib.c: New file.
1741 * gdb.base/corefile-buildid.c: New file.
1742 * gdb.base/corefile-buildid.exp: New file.
1743
1744 2019-12-06 Tom de Vries <tdevries@suse.de>
1745
1746 * gdb.dwarf2/varval.exp: Add decl before def test.
1747
1748 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1749
1750 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1751
1752 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1753
1754 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1755 CV and reference conversion for overload resolution.
1756 * gdb.cp/rvalue-ref-overload.exp: Test it.
1757
1758 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1759
1760 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1761 * gdb.base/frameapply.exp: Test faas without command.
1762
1763 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1766 Fortran tests.
1767 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1768 order.
1769
1770 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1771
1772 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1773 casting to type with no kind specified.
1774 (test_basic_parsing_of_type_kinds): Additional tests for types
1775 with no kind specified, and add tests for single/double
1776 precision/complex types.
1777
1778 2019-12-04 Tom Tromey <tromey@adacore.com>
1779
1780 * gdb.base/endianity.c (struct other) <x>: New field.
1781 (main): Initialize it.
1782 * gdb.base/endianity.exp: Update.
1783
1784 2019-12-04 Tom Tromey <tromey@adacore.com>
1785
1786 * gdb.ada/scalar_storage/storage.adb: New file.
1787 * gdb.ada/scalar_storage/pck.adb: New file.
1788 * gdb.ada/scalar_storage/pck.ads: New file.
1789 * gdb.ada/scalar_storage.exp: New file.
1790
1791 2019-12-04 Tom Tromey <tromey@adacore.com>
1792
1793 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1794 (main): Initialize it.
1795 * gdb.base/endianity.exp: Update.
1796
1797 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1798
1799 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1800
1801 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1804 -symbol-info-module-functions and -symbol-info-module-variables.
1805
1806 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1807
1808 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1809
1810 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1811 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 * gdb.fortran/derived-type-striding.exp: New file.
1814 * gdb.fortran/derived-type-striding.f90: New file.
1815 * gdb.fortran/array-slices.exp: New file.
1816 * gdb.fortran/array-slices.f90: New file.
1817
1818 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1819
1820 * gdb.base/define.exp: Test . in command names.
1821 * gdb.base/setshow.exp: Update test, as . is now part of
1822 command name.
1823
1824 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1825
1826 * gdb.base/define-prefix.exp: New file.
1827
1828 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1831 compile.
1832 (skip_btrace_pt_tests): Likewise.
1833
1834 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1835
1836 * gdb.fortran/info-modules.exp: Compile source files in correct
1837 order.
1838
1839 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1840
1841 * gdb.dwarf2/imported-unit.exp: New file.
1842 * gdb.dwarf2/imported-unit.c: New file.
1843
1844 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1845
1846 * gdb.mi/mi-fortran-modules-2.f90: New file.
1847 * gdb.mi/mi-fortran-modules.exp: New file.
1848 * gdb.mi/mi-fortran-modules.f90: New file.
1849
1850 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1851
1852 * gdb.mi/mi-sym-info-1.c: New file.
1853 * gdb.mi/mi-sym-info-2.c: New file.
1854 * gdb.mi/mi-sym-info.exp: New file.
1855
1856 2019-11-22 Tom Tromey <tromey@adacore.com>
1857
1858 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1859 * gdb.ada/tasks/foo.adb: Add another stopping location.
1860
1861 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1862
1863 * gdb.base/endianity.c: New test.
1864 * gdb.base/endianity.exp: New file.
1865
1866 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1867
1868 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1869
1870 2019-11-21 Tom de Vries <tdevries@suse.de>
1871
1872 PR gdb/24956
1873 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1874
1875 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1876
1877 * gdb.python/py-progspace.exp: Add missing parentheses on some
1878 'print' commands.
1879
1880 2019-11-19 Tom Tromey <tom@tromey.com>
1881
1882 * gdb.tui/winheight.exp: New file.
1883
1884 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1885
1886 * gdb.base/ctf-whatis.c: Delete.
1887 * gdb.base/ctf-whatis.exp: Delete.
1888 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1889
1890 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1891
1892 * gdb.base/ctf-cvexpr.exp: Delete.
1893 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1894
1895 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1896
1897 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1898 the compiler. Clean up header comment a little.
1899 * gdb.base/ctf-ptype.exp: Likewise.
1900 * gdb.base/ctf-whatis.exp: Likewise.
1901 * lib/gdb.exp (skip_ctf_tests): New proc.
1902
1903 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1904
1905 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1906 * gdb.tui/corefile-run.exp: New file.
1907
1908 2019-11-14 Tom Tromey <tromey@adacore.com>
1909
1910 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1911 regression tests.
1912
1913 2019-11-12 Tom Tromey <tom@tromey.com>
1914
1915 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1916 after any command. Expect prompt after WAIT_FOR is seen.
1917 (enter_tui): Enable resize messages.
1918 (command): Expect command in output.
1919 (get_line): Avoid error when cursor appears to be off-screen.
1920 (dump_screen): Include screen size in title.
1921 (_do_resize): New proc, from "resize".
1922 (resize): Rewrite. Do resize in two steps.
1923 * gdb.tui/empty.exp (layouts): Fix entries.
1924 (check_boxes): Remove xfail.
1925 (check_text): Dump screen on failure.
1926
1927 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1928
1929 * gdb.python/py-symbol.exp: Add test for
1930 gdb.lookup_static_symbols.
1931
1932 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1933
1934 * gdb.python/py-symbol.c: Declare and call function from new
1935 py-symbol-2.c file.
1936 * gdb.python/py-symbol.exp: Compile both source files, and add new
1937 tests for gdb.lookup_static_symbol.
1938 * gdb.python/py-symbol-2.c: New file.
1939
1940 2019-11-02 Tom de Vries <tdevries@suse.de>
1941
1942 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1943 * gdb.base/anon.exp: Same.
1944 * gdb.base/auto-connect-native-target.exp: Same.
1945 * gdb.base/call-ar-st.exp: Same.
1946 * gdb.base/catch-syscall.exp: Same.
1947 * gdb.base/commands.exp: Same.
1948 * gdb.base/default.exp: Same.
1949 * gdb.base/display.exp: Same.
1950 * gdb.base/float.exp: Same.
1951 * gdb.base/foll-fork.exp: Same.
1952 * gdb.base/help.exp: Same.
1953 * gdb.base/info-macros.exp: Same.
1954 * gdb.base/info-proc.exp: Same.
1955 * gdb.base/info-target.exp: Same.
1956 * gdb.base/long_long.exp: Same.
1957 * gdb.base/macscp.exp: Same.
1958 * gdb.base/memattr.exp: Same.
1959 * gdb.base/nofield.exp: Same.
1960 * gdb.base/pointers.exp: Same.
1961 * gdb.base/printcmds.exp: Same.
1962 * gdb.base/ptype.exp: Same.
1963 * gdb.base/restore.exp: Same.
1964 * gdb.base/return.exp: Same.
1965 * gdb.base/scope.exp: Same.
1966 * gdb.base/set-noassign.exp: Same.
1967 * gdb.base/setshow.exp: Same.
1968 * gdb.base/shlib-call.exp: Same.
1969 * gdb.base/signals.exp: Same.
1970 * gdb.base/sigstep.exp: Same.
1971 * gdb.base/skip.exp: Same.
1972 * gdb.base/solib-symbol.exp: Same.
1973 * gdb.base/stap-probe.exp: Same.
1974 * gdb.base/step-line.exp: Same.
1975 * gdb.base/step-test.exp: Same.
1976 * gdb.base/style.exp: Same.
1977 * gdb.base/varargs.exp: Same.
1978 * gdb.base/vla-datatypes.exp: Same.
1979 * gdb.base/vla-ptr.exp: Same.
1980 * gdb.base/vla-sideeffect.exp: Same.
1981 * gdb.base/volatile.exp: Same.
1982 * gdb.base/watch-cond-infcall.exp: Same.
1983 * gdb.base/watchpoint.exp: Same.
1984
1985 2019-11-02 Tom de Vries <tdevries@suse.de>
1986
1987 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1988 * gdb.cp/cpexprs.exp: Same.
1989 * gdb.cp/except-multi-location.exp: Same.
1990 * gdb.cp/exceptprint.exp: Same.
1991 * gdb.cp/gdb2384.exp: Same.
1992 * gdb.cp/inherit.exp: Same.
1993 * gdb.cp/m-static.exp: Same.
1994 * gdb.cp/meth-typedefs.exp: Same.
1995 * gdb.cp/misc.exp: Same.
1996 * gdb.cp/namespace.exp: Same.
1997 * gdb.cp/non-trivial-retval.exp: Same.
1998 * gdb.cp/overload.exp: Same.
1999 * gdb.cp/pr17132.exp: Same.
2000 * gdb.cp/re-set-overloaded.exp: Same.
2001 * gdb.cp/rvalue-ref-types.exp: Same.
2002 * gdb.cp/templates.exp: Same.
2003
2004 2019-11-01 Luis Machado <luis.machado@linaro.org>
2005
2006 PR gdb/25124
2007
2008 * gdb.arch/pr25124.S: New file.
2009 * gdb.arch/pr25124.exp: New file.
2010
2011 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2012
2013 * gdb.fortran/info-modules.exp: Update expected results, and add
2014 additional tests for 'info module functinos', and 'info module
2015 variables'.
2016 * gdb.fortran/info-types.exp: Update expected results.
2017 * gdb.fortran/info-types.f90: Extend testcase with additional
2018 module variables and functions.
2019
2020 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2021
2022 * gdb.fortran/info-modules.exp: New file.
2023 * gdb.fortran/info-types.exp: Build with new file.
2024 * gdb.fortran/info-types.f90: Include and use new module.
2025 * gdb.fortran/info-types-2.f90: New file.
2026
2027 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2028
2029 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2030 * gdb.base/settings.exp: Test all settings types using
2031 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2032 that now verifies that the value of "maint show" is the same as
2033 returned by the settings functions. Test the type of the
2034 maintenance settings.
2035 * gdb.base/default.exp: Update show_conv_list.
2036
2037 2019-10-31 Tom de Vries <tdevries@suse.de>
2038
2039 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2040 gdb_test.
2041 * gdb.arch/amd64-disp-step.exp: Same.
2042 * gdb.asm/asm-source.exp: Same.
2043 * gdb.btrace/buffer-size.exp: Same.
2044 * gdb.btrace/cpu.exp: Same.
2045 * gdb.btrace/enable.exp: Same.
2046 * gdb.dwarf2/count.exp: Same.
2047 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2048 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2049 * gdb.fortran/vla-datatypes.exp: Same.
2050 * gdb.fortran/vla-history.exp: Same.
2051 * gdb.fortran/vla-ptype.exp: Same.
2052 * gdb.fortran/vla-value.exp: Same.
2053 * gdb.fortran/whatis_type.exp: Same.
2054 * gdb.guile/guile.exp: Same.
2055 * gdb.multi/tids.exp: Same.
2056 * gdb.python/py-finish-breakpoint.exp: Same.
2057 * gdb.python/py-framefilter.exp: Same.
2058 * gdb.python/py-pp-registration.exp: Same.
2059 * gdb.python/py-xmethods.exp: Same.
2060 * gdb.python/python.exp: Same.
2061 * gdb.server/connect-with-no-symbol-file.exp: Same.
2062 * gdb.server/no-thread-db.exp: Same.
2063 * gdb.server/run-without-local-binary.exp: Same.
2064 * gdb.stabs/weird.exp: Same.
2065 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2066 * gdb.threads/thread-find.exp: Same.
2067 * gdb.threads/tls-shared.exp: Same.
2068 * gdb.threads/tls.exp: Same.
2069 * gdb.threads/wp-replication.exp: Same.
2070 * gdb.trace/ax.exp: Same.
2071 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2072
2073 2019-10-31 Tom de Vries <tdevries@suse.de>
2074
2075 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2076 * gdb.ada/array_subscript_addr.exp: Same.
2077 * gdb.ada/arrayidx.exp: Same.
2078 * gdb.ada/arrayparam.exp: Same.
2079 * gdb.ada/arrayptr.exp: Same.
2080 * gdb.ada/boolean_expr.exp: Same.
2081 * gdb.ada/call_pn.exp: Same.
2082 * gdb.ada/complete.exp: Same.
2083 * gdb.ada/fixed_cmp.exp: Same.
2084 * gdb.ada/fun_addr.exp: Same.
2085 * gdb.ada/funcall_param.exp: Same.
2086 * gdb.ada/interface.exp: Same.
2087 * gdb.ada/mod_from_name.exp: Same.
2088 * gdb.ada/null_array.exp: Same.
2089 * gdb.ada/packed_array.exp: Same.
2090 * gdb.ada/packed_tagged.exp: Same.
2091 * gdb.ada/print_chars.exp: Same.
2092 * gdb.ada/print_pc.exp: Same.
2093 * gdb.ada/ptype_arith_binop.exp: Same.
2094 * gdb.ada/ptype_field.exp: Same.
2095 * gdb.ada/ptype_tagged_param.exp: Same.
2096 * gdb.ada/rec_return.exp: Same.
2097 * gdb.ada/ref_tick_size.exp: Same.
2098 * gdb.ada/str_ref_cmp.exp: Same.
2099 * gdb.ada/taft_type.exp: Same.
2100 * gdb.ada/tagged.exp: Same.
2101 * gdb.ada/type_coercion.exp: Same.
2102 * gdb.ada/uninitialized_vars.exp: Same.
2103
2104 2019-10-30 Tom de Vries <tdevries@suse.de>
2105
2106 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2107
2108 2019-10-26 Tom de Vries <tdevries@suse.de>
2109
2110 * gdb.base/bigcore.c: Fix typos in comments.
2111 * gdb.base/ctf-ptype.c: Same.
2112 * gdb.base/long_long.c: Same.
2113 * gdb.dwarf2/dw2-op-out-param.S: Same.
2114 * gdb.python/py-evthreads.c: Same.
2115 * gdb.reverse/i387-stack-reverse.c: Same.
2116 * gdb.trace/tfile.c: Same.
2117 * lib/compiler.c: Same.
2118 * lib/compiler.cc: Same.
2119
2120 2019-10-25 Tom de Vries <tdevries@suse.de>
2121
2122 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2123 gdb_test_multiple calls.
2124 * gdb.reverse/sigall-reverse.exp: Same.
2125 * gdb.reverse/solib-precsave.exp: Same.
2126 * gdb.reverse/solib-reverse.exp: Same.
2127 * gdb.reverse/until-precsave.exp: Same.
2128 * gdb.reverse/until-reverse.exp: Same.
2129
2130 2019-10-24 Tom de Vries <tdevries@suse.de>
2131
2132 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2133 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2134 kfail using -wrap pattern flag and convenience variable
2135 gdb_test_name.
2136
2137 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2138
2139 * gdb.python/py-progspace.exp: Add tests for the
2140 Progspace.block_for_pc method.
2141
2142 2019-10-23 Tom Tromey <tom@tromey.com>
2143
2144 * configure: Rebuild.
2145 * aclocal.m4: Use m4_include, not sinclude.
2146
2147 2019-10-21 Tom de Vries <tdevries@suse.de>
2148
2149 * gdb.base/infcall-nested-structs.c: Add
2150 __attribute__((noinline,noclone)) to all functions.
2151 (call_all): Add missing variable initialization. Simplify return value.
2152 (breakpt): Increment volatile variable, to prevent call from being
2153 optimized out.
2154 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2155
2156 2019-10-17 Tom de Vries <tdevries@suse.de>
2157
2158 * gdb.fortran/module.exp: Allow info variables to print info for files
2159 other than module.f90.
2160
2161 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2162
2163 * gdb.fortran/module.exp: Extend with 'info variables' test.
2164
2165 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2166
2167 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2168 F77_FOR_TARGET.
2169
2170 2019-10-16 Tom de Vries <tdevries@suse.de>
2171
2172 PR tdep/25096
2173 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2174
2175 2019-10-16 Tom de Vries <tdevries@suse.de>
2176
2177 PR tdep/24104
2178 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2179 Add KFAIL for PR tdep/25096.
2180
2181 2019-10-16 Tom de Vries <tdevries@suse.de>
2182
2183 PR testsuite/25059
2184 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2185
2186 2019-10-16 Tom de Vries <tdevries@suse.de>
2187
2188 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2189 as signed.
2190
2191 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2192
2193 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2194 one instead of increasing timeout.
2195
2196 2019-10-13 Tom de Vries <tdevries@suse.de>
2197
2198 PR record/25038
2199 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2200 * gdb.reverse/sigall-reverse.exp: Same.
2201 * gdb.reverse/solib-precsave.exp: Same.
2202 * gdb.reverse/solib-reverse.exp: Same.
2203 * gdb.reverse/step-precsave.exp: Same.
2204 * gdb.reverse/until-precsave.exp: Same.
2205 * gdb.reverse/until-reverse.exp: Same.
2206 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2207
2208 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2209
2210 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2211 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2212 (cmp_struct_05_01, cmp_struct_static_02_01)
2213 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2214 comparisons.
2215
2216 2019-10-10 Tom de Vries <tdevries@suse.de>
2217
2218 PR testsuite/24888
2219 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2220 gnatlink.
2221
2222 2019-10-09 Tom de Vries <tdevries@suse.de>
2223
2224 PR testsuite/25048
2225 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2226
2227 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2228
2229 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2230 exceptions due to missing debug information.
2231
2232 2019-10-07 Tom de Vries <tdevries@suse.de>
2233
2234 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2235
2236 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2237
2238 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2239 * gdb.base/annota1.exp: Update to use gdb_test_name.
2240
2241 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2242
2243 * gdb.base/ctf-whatis.exp: New file.
2244 * gdb.base/ctf-whatis.c: New file.
2245 * gdb.base/ctf-ptype.exp: New file.
2246 * gdb.base/ctf-ptype.c: New file.
2247 * gdb.base/ctf-constvars.exp: New file.
2248 * gdb.base/ctf-constvars.c: New file.
2249 * gdb.base/ctf-cvexpr.exp: New file.
2250
2251 2019-10-04 Tom de Vries <tdevries@suse.de>
2252
2253 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2254 for loop.
2255
2256 2019-10-03 Tom Tromey <tom@tromey.com>
2257
2258 PR rust/24976:
2259 * gdb.rust/simple.rs (Union2): New type.
2260 (main): Use Union2.
2261 * gdb.rust/simple.exp: Add test.
2262
2263 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2264
2265 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2266 nested function prefix.
2267
2268 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2269 Richard Bunt <richard.bunt@arm.com>
2270 Andrew Burgess <andrew.burgess@embecosm.com>
2271
2272 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2273 nested functions.
2274 * gdb.fortran/nested-funcs.f90: Update expected results.
2275 * gdb.fortran/nested-funcs-2.exp: New file.
2276 * gdb.fortran/nested-funcs-2.f90: New file.
2277
2278 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.python/py-parameter.exp: Make test names unique.
2281 * gdb.python/py-template.exp: Likewise.
2282 * gdb.python/py-value.exp: Likewise.
2283
2284 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 * gdb.base/break-interp.exp: Reduce test name duplication.
2287 * gdb.base/call-sc.exp: Likewise.
2288 * gdb.base/callfuncs.exp: Likewise.
2289 * gdb.base/charset.exp: Likewise.
2290 * gdb.base/dump.exp: Likewise.
2291 * gdb.base/ena-dis-br.exp: Likewise.
2292 * gdb.base/relational.exp: Likewise.
2293 * gdb.base/step-over-syscall.exp: Likewise.
2294 * gdb.base/structs.exp: Likewise.
2295
2296 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2297
2298 * gdb.linespec/explicit.exp: Make test names unique.
2299 * gdb.linespec/ls-errs.exp: Likewise.
2300
2301 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2302
2303 * gdb.reverse/break-precsave.exp: Make test names unique.
2304 * gdb.reverse/break-reverse.exp: Likewise.
2305 * gdb.reverse/finish-precsave.exp: Likewise.
2306 * gdb.reverse/finish-reverse.exp: Likewise.
2307 * gdb.reverse/machinestate-precsave.exp: Likewise.
2308 * gdb.reverse/machinestate.exp: Likewise.
2309 * gdb.reverse/readv-reverse.exp: Likewise.
2310 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2311 * gdb.reverse/sigall-precsave.exp: Likewise.
2312 * gdb.reverse/sigall-reverse.exp: Likewise.
2313 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2314 * gdb.reverse/watch-precsave.exp: Likewise.
2315 * gdb.reverse/watch-reverse.exp: Likewise.
2316
2317 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2318
2319 * gdb.threads/stop-with-handle.c: New file.
2320 * gdb.threads/stop-with-handle.exp: New file.
2321
2322 2019-10-03 Tom de Vries <tdevries@suse.de>
2323
2324 PR testsuite/25059
2325 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2326 directory" line to be missing.
2327
2328 2019-10-03 Tom de Vries <tdevries@suse.de>
2329
2330 PR testsuite/25059
2331 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2332 type optional.
2333
2334 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2335
2336 * gdb.python/py-format-string.c (string.h): New include.
2337 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2338 the same value, for endianness-independence.
2339 * gdb.python/py-format-string.exp (default_regexp_dict)
2340 (test_pretty_structs, test_format): Adjust expected output to the
2341 changed initialization.
2342
2343 2019-10-02 Tom Tromey <tromey@adacore.com>
2344
2345 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2346
2347 2019-10-02 Pedro Alves <palves@redhat.com>
2348 Andrew Burgess <andrew.burgess@embecosm.com>
2349
2350 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2351 "print-file-var.h".
2352 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2353 (get_version_1): Print this_version_id and its address.
2354 Add extern "C" wrappers around interface functions.
2355 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2356 "print-file-var.h".
2357 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2358 (get_version_2): Print this_version_id and its address.
2359 Add extern "C" wrappers around interface functions.
2360 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2361 <stddef.h> and "print-file-var.h".
2362 Add extern "C" wrappers around interface functions.
2363 [VERSION_ID_MAIN] (this_version_id): Define.
2364 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2365 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2366 up extern "C" blocks.
2367 * gdb.base/print-file-var.exp (test): New, factored out from top
2368 level.
2369 (top level): Test all combinations of attribute hidden or not,
2370 dlopen or not, and this_version_id symbol in main file or not.
2371 Compile tests as both C++ and C, make test names unique.
2372
2373 2019-10-01 Tom Tromey <tom@tromey.com>
2374
2375 * gdb.base/style.exp: Test "show logging filename".
2376
2377 2019-10-01 Tom Tromey <tom@tromey.com>
2378
2379 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2380 * gdb.base/style.exp: Add metadata style test.
2381
2382 2019-10-01 Tom Tromey <tom@tromey.com>
2383
2384 * gdb.base/style.exp: Test "pwd".
2385
2386 2019-10-01 Tom Tromey <tom@tromey.com>
2387
2388 * gdb.base/style.exp: Update tests.
2389
2390 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2391
2392 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2393 'six' to unsigned.
2394 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2395 'five'. Use an all-ones bit pattern for each.
2396 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2397 to its changed values.
2398
2399 2019-09-30 Tom Tromey <tromey@adacore.com>
2400
2401 * gdb.rust/traits.rs: Disable all warnings.
2402
2403 2019-09-29 Tom de Vries <tdevries@suse.de>
2404
2405 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2406
2407 2019-09-29 Tom de Vries <tdevries@suse.de>
2408
2409 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2410
2411 2019-09-27 Tom de Vries <tdevries@suse.de>
2412
2413 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2414
2415 2019-09-27 Tom de Vries <tdevries@suse.de>
2416
2417 PR record/23188
2418 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2419
2420 2019-09-26 Tom Tromey <tromey@adacore.com>
2421
2422 * gdb.ada/py_taft.exp: New file.
2423 * gdb.ada/py_taft/main.adb: New file.
2424 * gdb.ada/py_taft/pkg.adb: New file.
2425 * gdb.ada/py_taft/pkg.ads: New file.
2426
2427 2019-09-24 Tom de Vries <tdevries@suse.de>
2428
2429 PR gdb/24598
2430 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2431
2432 2019-09-22 Tom de Vries <tdevries@suse.de>
2433
2434 * gdb.base/restore.exp: Allow register variables to be optimized out at
2435 -O0.
2436
2437 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2438
2439 * gdb.arch/spu-info.exp: Remove file.
2440 * gdb.arch/spu-info.c: Remove file.
2441 * gdb.arch/spu-ls.exp: Remove file.
2442 * gdb.arch/spu-ls.c: Remove file.
2443
2444 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2445 * gdb.asm/spu.inc: Remove file.
2446
2447 * gdb.base/dump.exp: Remove support for spu*-*-*.
2448 * gdb.base/stack-checking.exp: Likewise.
2449 * gdb.base/overlays.exp: Likewise.
2450 * gdb.base/ovlymgr.c: Likewise.
2451 * gdb.base/spu.ld: Remove file.
2452
2453 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2454 * gdb.cp/cpexprs.exp: Likewise.
2455 * gdb.cp/exception.exp: Likewise.
2456 * gdb.cp/gdb2495.exp: Likewise.
2457 * gdb.cp/mb-templates.exp: Likewise.
2458 * gdb.cp/pr9167.exp: Likewise.
2459 * gdb.cp/userdef.exp: Likewise.
2460
2461 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2462
2463 * gdb.cell: Remove directory.
2464 * lib/cell.exp: Remove file.
2465
2466 2019-09-19 Tom de Vries <tdevries@suse.de>
2467
2468 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2469
2470 2019-09-19 Tom de Vries <tdevries@suse.de>
2471
2472 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2473
2474 2019-09-19 Tom de Vries <tdevries@suse.de>
2475
2476 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2477 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2478 (gdb_target_cmd): ... here.
2479 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2480 value 2.
2481
2482 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2483
2484 * gdb.base/source-dir.exp: Avoid having directory names in test
2485 names.
2486
2487 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2488
2489 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2490 directory.
2491
2492 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2493
2494 * gdb.base/list-missing-source.exp: New file.
2495
2496 2019-09-14 Tom de Vries <tdevries@suse.de>
2497
2498 PR teststuite/24599
2499 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2500 * lib/ada.exp (gnatmake_version_at_least): New proc.
2501
2502 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2503
2504 * gdb.base/maint.exp: Use exec_has_index_section.
2505
2506 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2507
2508 * gdb.base/maint.exp: Add test for 'maint info sections'.
2509
2510 2019-09-12 Tom de Vries <tdevries@suse.de>
2511
2512 * gdb.base/store.exp: Allow register variables to be optimized out at
2513 -O0.
2514
2515 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2516
2517 * gdb.ada/rdv_wait.exp: Update to new task names.
2518 * gdb.base/task_switch_in_core.exp: Likewise.
2519 * gdb.base/info_sources_base.c: Likewise.
2520
2521 2019-09-10 Tom Tromey <tromey@adacore.com>
2522
2523 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2524
2525 2019-09-10 Tom Tromey <tromey@adacore.com>
2526
2527 * gdb.ada/dgopt.exp: New file.
2528 * gdb.ada/dgopt/x.adb: New file.
2529
2530 2019-09-08 Tom Tromey <tom@tromey.com>
2531
2532 * gdb.tui/resize.exp: Remove setup_xfail.
2533 * gdb.tui/regs.exp: Remove setup_xfail.
2534 * gdb.tui/basic.exp: Remove setup_xfail.
2535
2536 2019-09-06 David Blaikie <dblaikie@gmail.com>
2537
2538 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2539 * gdb.cp/cplabel.exp: Ditto.
2540 * gdb.linespec/ls-errs.exp: Ditto.
2541
2542 2019-09-05 Tom de Vries <tdevries@suse.de>
2543
2544 * lib/gdb.exp (cmp_file_string): New proc.
2545 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2546 runto_main. Verify save breakpoints output.
2547
2548 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2549
2550 * gdb.base/info-var.exp: Test info variables without running
2551 to main, to avoid expect's buffer overflow.
2552
2553 2019-09-03 Tom Tromey <tromey@adacore.com>
2554
2555 * gdb.ada/bias.exp: New file.
2556 * gdb.ada/bias/bias.adb: New file.
2557 * gdb.ada/print_chars.exp: Add regression test.
2558 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2559 (MC): New variable.
2560
2561 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2562
2563 * gdb.base/argv0-symlink.exp: Run only on native target
2564 and local host.
2565
2566 2019-08-29 Tom de Vries <tdevries@suse.de>
2567
2568 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2569 diverse debug info.
2570 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2571
2572 2019-08-28 Tom de Vries <tdevries@suse.de>
2573
2574 * gdb.base/info-var.exp: Allow info variables to print info for files
2575 other than info-var-f1.c and info-var-f2.c.
2576
2577 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2578
2579 * gdb.fortran/info-types.exp: Add module.
2580 * gdb.fortran/info-types.f90: Update expected results.
2581
2582 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2583
2584 * gdb.fortran/info-types.exp: New file.
2585 * gdb.fortran/info-types.f90: New file.
2586 * lib/fortran.exp (fortran_character1): New proc.
2587
2588 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2589
2590 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2591 functions'. Reindent as needed.
2592 * gdb.base/info-var-f1.c: New file.
2593 * gdb.base/info-var-f2.c: New file.
2594 * gdb.base/info-var.exp: New file.
2595 * gdb.base/info-var.h: New file.
2596
2597 2019-08-26 Tom de Vries <tdevries@suse.de>
2598
2599 PR c++/24852
2600 * gdb.cp/no-libstdcxx-probe.exp: New test.
2601
2602 2019-08-26 Tom de Vries <tdevries@suse.de>
2603
2604 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2605 * tests need to be skipped.
2606 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2607 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2608 mi_skip_libstdcxx_probe_tests.
2609
2610 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2611
2612 * gdb.python/py-xmethods.exp: Use raw strings when passing
2613 arguments to SimpleXMethodMatcher.
2614
2615 2019-08-22 Tom de Vries <tdevries@suse.de>
2616
2617 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2618 more informative.
2619
2620 2019-08-21 Pedro Alves <palves@redhat.com>
2621
2622 * gdb.base/with.exp: Test "with" with no arguments.
2623
2624 2019-08-21 Tom de Vries <tdevries@suse.de>
2625
2626 * gdb.base/gdb-caching-proc.exp: Sort files.
2627
2628 2019-08-20 Tom de Vries <tdevries@suse.de>
2629
2630 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2631 compilation.
2632
2633 2019-08-16 Tom de Vries <tdevries@suse.de>
2634
2635 * gdb.base/compare-sections.exp ("after run to main"): Allow
2636 mismatched read-only sections for PIE executables.
2637
2638 2019-08-16 Tom Tromey <tom@tromey.com>
2639
2640 * lib/tuiterm.exp (_csi_Z): New proc.
2641 * gdb.tui/basic.exp: Update window positions.
2642 * gdb.tui/empty.exp: Update window positions.
2643
2644 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2645
2646 * gdb.base/examine-backward.exp: Correct regexp for
2647 "examine 3 bytes backward from ${address_zero}".
2648
2649 2019-08-15 Tom Tromey <tom@tromey.com>
2650
2651 * gdb.tui/empty.exp: Enable resizing tests.
2652
2653 2019-08-15 Tom Tromey <tromey@adacore.com>
2654
2655 * gdb.ada/char_enum.exp: Add regression tests.
2656 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2657 and '0'.
2658 (Char, Gchar): Update.
2659 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2660
2661 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2662
2663 * gdb.python/python.exp: Expect a leading underscore on
2664 GdbOutput{,Error}File.
2665
2666 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2667
2668 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2669 Windows host.
2670
2671 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2672
2673 * gdb.base/batch-preserve-term-settings.exp
2674 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2675
2676 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2677
2678 * lib/gdb.exp: When running on a mingw target, replace
2679 /x/ with x:/.
2680
2681 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2682
2683 * gdb.arch/aarch64-prologue.c: New test.
2684 * gdb.arch/aarch64-prologue.exp: New file.
2685
2686 2019-08-13 Tom de Vries <tdevries@suse.de>
2687
2688 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2689 Thread.
2690
2691 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2692
2693 * gdb.python/py-completion.exp: Download the .py file to the host
2694 and use its host pathname. Conditionalize tests that use
2695 tab completion and manipulate files on the build machine.
2696 * gdb.python/py-events.exp: Download the .py file to the host
2697 and use its host pathname.
2698 * gdb.python/py-evsignal.exp: Likewise.
2699 * gdb.python/py-evthreads.exp: Likewise.
2700 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2701 pathname syntax.
2702 * gdb.python/py-framefilter.exp: Download the .py file to the right
2703 place on the host. Match Windows pathname syntax.
2704 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2705 .py file to the host and use its host pathname.
2706 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2707 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2708 build pathname. Skip symlink test on Windows host. Add missing
2709 newline at end of file.
2710 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2711 and use its host pathname.
2712 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2713 * gdb.python/py-section-script.exp: Use host location of binfile
2714 on safe-path. Use correct path separator on Windows host.
2715 Reorder alternatives in gdb_test_multiple to prevent matching
2716 the wrong alternative on success.
2717 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2718
2719 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2720
2721 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2722 expect the GDB inferior to no longer immediately stop after
2723 being resumed with "signal SIGINT".
2724
2725 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2726
2727 * gdb.linespec/break-ask.exp: Generalize regexps to match
2728 Windows pathnames too.
2729
2730 2019-08-08 Tom de Vries <tdevries@suse.de>
2731
2732 PR testsuite/24862
2733 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2734
2735 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2736
2737 * gdb.base/style.exp: Update tests for help doc new invariants.
2738 * gdb.base/help.exp: Likewise.
2739
2740 2019-08-06 Tom Tromey <tom@tromey.com>
2741
2742 * gdb.base/style.exp: Add disassemble test.
2743 * gdb.base/style.c (some_called_function): New function.
2744 (main): Use it.
2745
2746 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2747
2748 * gdb.python/py-block.exp: Test dictionary access on blocks.
2749
2750 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2751
2752 PR gdb/24863
2753 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2754 -list-thread-groups --available test when running under
2755 check-read1.
2756
2757 2019-08-05 Tom de Vries <tdevries@suse.de>
2758
2759 PR testsuite/24863
2760 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2761 * gdb.base/help.exp: Use with_read1_timeout_factor.
2762 * gdb.base/info-macros.exp: Same.
2763 * gdb.cp/nested-types.exp: Same.
2764
2765 2019-08-05 Tom de Vries <tdevries@suse.de>
2766
2767 * lib/gdb.exp (version_at_least): Factor out of ...
2768 (tcl_version_at_least): ... here.
2769 (gdb_compile): Fail if pie results in non-PIE executable.
2770 (readelf_version, readelf_prints_pie): New proc.
2771 (exec_is_pie): Return -1 if unknown.
2772
2773 2019-08-05 Tom de Vries <tdevries@suse.de>
2774
2775 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2776
2777 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2778
2779 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2780
2781 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2782
2783 * lib/completion-support.exp (test_gdb_complete_none): Skip
2784 tab completion tests if no readline support.
2785 (test_gdb_complete_unique_re): Likewise.
2786 (test_gdb_complete_multiple): Likewise.
2787
2788 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2789
2790 * gdb.base/info_sources.exp: New file.
2791 * gdb.base/info_sources.c: New file.
2792 * gdb.base/info_sources_base.c: New file.
2793
2794 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2795
2796 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2797 prefix argument.
2798 (test_exit_status): Add prefix argument.
2799
2800 2019-08-01 Tom de Vries <tdevries@suse.de>
2801
2802 PR testsuite/24863
2803 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2804 calling exp_continue for new thread and thread exited messages.
2805
2806 2019-08-01 Tom de Vries <tdevries@suse.de>
2807
2808 PR testsuite/24863
2809 * gdb.base/structs.exp: Fix check-read1 timeout using
2810 gdb_test_sequence.
2811 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2812
2813 2019-08-01 Tom de Vries <tdevries@suse.de>
2814
2815 PR testsuite/24863
2816 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2817 line.
2818
2819 2019-08-01 Tom de Vries <tdevries@suse.de>
2820
2821 PR testsuite/24863
2822 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2823
2824 2019-07-30 Tom Tromey <tromey@adacore.com>
2825
2826 * gdb.ada/display_nested.exp: New file.
2827 * gdb.ada/display_nested/foo.adb: New file.
2828 * gdb.ada/display_nested/pack.adb: New file.
2829 * gdb.ada/display_nested/pack.ads: New file.
2830
2831 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2832
2833 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2834 namespace.
2835 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2836
2837 2019-07-30 Tom de Vries <tdevries@suse.de>
2838
2839 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2840 instead.
2841
2842 2019-07-30 Tom de Vries <tdevries@suse.de>
2843
2844 PR testsuite/24834
2845 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2846 (exec_is_pie): New proc.
2847
2848 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2849
2850 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2851
2852 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2853
2854 * gdb.python/py-objfile.c: Add global and static vars.
2855 * gdb.python/py-objfile.exp: Test new functions Objfile.
2856 lookup_global_symbol and lookup_static_symbol.
2857
2858 2019-07-29 Tom Tromey <tom@tromey.com>
2859
2860 * lib/tuiterm.exp (Term::_csi_@): New proc.
2861 (Term::_csi_X): Don't move cursor.
2862
2863 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2864
2865 * gdb.base/options.exp: Update backtrace - completion to
2866 new option -frame-info.
2867 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2868 Test new 'set print frame-info'. Test backtrace -frame-info
2869 overriding 'set print frame-info'.
2870 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2871 Test new 'set print frame-info'.
2872 Verify consistency of backtrace with and without filters, with and
2873 without -no-filters.
2874 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2875 default.
2876
2877 2019-07-29 Tom de Vries <tdevries@suse.de>
2878
2879 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2880 no arguments".
2881
2882 2019-07-29 Tom de Vries <tdevries@suse.de>
2883
2884 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2885 is a substring of the first for "complete non-unique file name".
2886
2887 2019-07-29 Tom de Vries <tdevries@suse.de>
2888
2889 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2890 with ".*".
2891
2892 2019-07-29 Tom de Vries <tdevries@suse.de>
2893
2894 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2895 Pass prompt_regexp parameter to gdb_test_multiple calls.
2896
2897 2019-07-29 Tom de Vries <tdevries@suse.de>
2898
2899 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2900 print registers" regexps.
2901
2902 2019-07-29 Tom de Vries <tdevries@suse.de>
2903
2904 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2905
2906 2019-07-29 Tom de Vries <tdevries@suse.de>
2907
2908 PR gdb/24855
2909 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2910 (skip_python_tests_prompt): Add prompt_regexp argument to
2911 gdb_test_multiple calls.
2912
2913 2019-07-27 Tom Tromey <tom@tromey.com>
2914
2915 * gdb.tui/main.exp: New file.
2916
2917 2019-07-27 Tom Tromey <tom@tromey.com>
2918
2919 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2920 optional.
2921 * gdb.tui/empty.exp: New file.
2922
2923 2019-07-27 Tom Tromey <tom@tromey.com>
2924
2925 * lib/tuiterm.exp (spawn): New proc.
2926 (Term::resize): New proc.
2927 * gdb.tui/resize.exp: New file.
2928
2929 2019-07-27 Tom Tromey <tom@tromey.com>
2930
2931 * gdb.tui/list.exp: New file.
2932
2933 2019-07-27 Tom Tromey <tom@tromey.com>
2934
2935 * gdb.tui/regs.exp: New file.
2936
2937 2019-07-27 Tom Tromey <tom@tromey.com>
2938
2939 * gdb.tui/basic.exp: Add "layout split" test.
2940
2941 2019-07-27 Tom Tromey <tom@tromey.com>
2942
2943 * gdb.tui/basic.exp: Add "layout asm" test.
2944
2945 2019-07-27 Tom Tromey <tom@tromey.com>
2946
2947 * lib/tuiterm.exp: New file.
2948 * gdb.tui/basic.exp: New file.
2949
2950 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2951
2952 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2953 Enable tests associated with this flag. Adjust regex
2954 referencing "foo_low" to now refer to "foo_cold" instead.
2955
2956 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2957
2958 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2959 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2960 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2961 foo_cold. Revise comments to match.
2962 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2963 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2964 were wrapped into this proc; Call do_test in loop from outermost
2965 level.
2966 (foo_low): Rename all occurrences to "foo_cold".
2967 (backtrace from baz): New test.
2968 (x2/i foo_cold): New test.
2969 (info line *foo_cold): New test.
2970
2971 2019-07-26 Tom de Vries <tdevries@suse.de>
2972
2973 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2974
2975 2019-07-25 Tom de Vries <tdevries@suse.de>
2976
2977 PR testsuite/24830
2978 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2979 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2980 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2981 (skip_libstdcxx_probe_tests): ... here.
2982 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2983
2984 2019-07-24 Tom de Vries <tdevries@suse.de>
2985
2986 PR testsuite/24807
2987 * gdb.objc/basicclass.m: Include stdio.h.
2988 * gdb.objc/nondebug.m: Same.
2989 * gdb.objc/objcdecode.m: Same.
2990
2991 2019-07-24 Tom de Vries <tdevries@suse.de>
2992
2993 PR testsuite/24612
2994 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2995 additional_flags.
2996
2997 2019-07-24 Tom de Vries <tdevries@suse.de>
2998
2999 PR testsuite/24831
3000 * gdb.multi/tids.exp: Update error messages for info threads.
3001
3002 2019-07-24 Tom de Vries <tdevries@suse.de>
3003
3004 * gdb.base/info-types.exp: Allow info types to print info for more than
3005 one file.
3006
3007 2019-07-23 Tom de Vries <tdevries@suse.de>
3008
3009 PR testsuite/24842
3010 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3011 gdb_spawn_with_cmdline_opts.
3012
3013 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3014
3015 * gdb.arch/arm-cmse-sgstubs.c: New test.
3016 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3017
3018 2019-07-23 Tom de Vries <tdevries@suse.de>
3019
3020 PR testsuite/24711
3021 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3022 issuing next command.
3023
3024 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3025
3026 * gdb.ada/info_auto_lang.exp: Update expected results.
3027 * gdb.base/info-types.c: Add additional types to check.
3028 * gdb.base/info-types.exp: Update expected results.
3029
3030 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3031
3032 * gdb.base/info-types.c: New file.
3033 * gdb.base/info-types.exp: New file.
3034
3035 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3036
3037 * gdb.arch/riscv-bp-infcall.c: New file.
3038 * gdb.arch/riscv-bp-infcall.exp: New file.
3039
3040 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3041
3042 PR breakpoints/24541
3043 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3044
3045 2019-07-14 Tom de Vries <tdevries@suse.de>
3046
3047 PR testsuite/24760
3048 * gdb.objc/basicclass.exp: Fix unterminated string.
3049
3050 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3051 Andrew Burgess <andrew.burgess@embecosm.com>
3052
3053 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3054 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3055 negative bounds.
3056 * gdb.fortran/vla-value.exp: Print elements of an array with
3057 negative bounds.
3058 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3059 testing.
3060
3061 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3062
3063 * gdb.base/options.exp (expect_string): Dequote strings in
3064 results.
3065 (test-string): Test strings with different quoting and reindent.
3066
3067 2019-07-10 Tom Tromey <tromey@adacore.com>
3068
3069 * gdb.ada/mi_ex_cond.exp: Update expected results.
3070 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3071 * gdb.ada/mi_catch_ex.exp: Update expected results.
3072 * gdb.ada/mi_catch_assert.exp: Update expected results.
3073 * gdb.ada/catch_ex.exp (catch_exception_info)
3074 (catch_exception_entry, catch_assert_entry)
3075 (catch_unhandled_entry): Update.
3076 * gdb.ada/catch_assert_if.exp: Update expected results.
3077
3078 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3079 Stephen Roberts <stephen.roberts@arm.com>
3080
3081 * gdb.base/define.exp: Restore original prompt.
3082
3083 2019-07-09 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3086 breakpoints" output.
3087 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3088 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3089 throw" creates breakpoint.
3090 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3091 'type="catchpoint"'.
3092
3093 2019-07-09 Pedro Alves <palves@redhat.com>
3094
3095 PR c++/15468
3096 * gdb.cp/except-multi-location-lib.cc: New.
3097 * gdb.cp/except-multi-location-main.cc: New.
3098 * gdb.cp/except-multi-location.exp: New.
3099
3100 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3101
3102 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3103 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3104 argument and update callers.
3105
3106 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3107
3108 * gdb.arch/amd64-break-on-asm-line.S: New file.
3109 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3110
3111 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3112
3113 * gdb.base/printcmds.exp: Test printing C string and
3114 C wide string convenience vars without transiting via the inferior.
3115 Also make test names unique.
3116
3117 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3118
3119 PR breakpoints/25011
3120 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3121
3122 2019-07-04 Pedro Alves <palves@redhat.com>
3123
3124 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3125 body returned ok(0), break(3) or continue(4).
3126 * gdb.testsuite/foreach_with_prefix.exp: New file.
3127
3128 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3129
3130 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3131
3132 2019-07-03 Pedro Alves <palves@redhat.com>
3133
3134 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3135 "return -code".
3136
3137 2019-07-03 Pedro Alves <palves@redhat.com>
3138
3139 PR cli/24732
3140 * gdb.base/shell.exp: Load completion-support.exp.
3141 Adjust expected error output. Add completion tests.
3142
3143 2019-07-03 Pedro Alves <palves@redhat.com>
3144
3145 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3146 string_to_regexp.
3147
3148 2019-07-03 Pedro Alves <palves@redhat.com>
3149
3150 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3151 (expect_integer): Adjust to expect "-string".
3152 (expect_string): New.
3153 (all_options): Expect "-string".
3154 (test-flag, test-boolean): Adjust to expect "-string".
3155 (test-string): New proc.
3156 (top level): Call it.
3157
3158 2019-07-03 Pedro Alves <palves@redhat.com>
3159
3160 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3161 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3162 the expected output in the success.
3163
3164 2019-07-03 Pedro Alves <palves@redhat.com>
3165
3166 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3167 Split one gdb_test_multiple call in two to avoid a race.
3168
3169 2019-07-03 Pedro Alves <palves@redhat.com>
3170
3171 * gdb.base/with.c: New file.
3172 * gdb.base/with.exp: New file.
3173
3174 2019-07-03 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.base/settings.exp: Replace all references to "maint
3177 test-settings set" with references to "maint set test-settings",
3178 and all references to "maint test-settings show" with references
3179 to "maint show test-settings".
3180
3181 2019-07-03 Pedro Alves <palves@redhat.com>
3182
3183 * gdb.base/settings.exp (test-string): Adjust expected out when
3184 testing "maint test-settings show filename"
3185
3186 2019-07-02 Pedro Alves <palves@redhat.com>
3187
3188 * gdb.base/options.exp (test-info-threads): New procedure.
3189 (top level): Call it.
3190
3191 2019-06-28 Tom Tromey <tromey@adacore.com>
3192
3193 * gdb.dwarf2/ada-linkage-name.c: New file.
3194 * gdb.dwarf2/ada-linkage-name.exp: New file.
3195
3196 2019-06-27 Tom Tromey <tromey@adacore.com>
3197
3198 PR c++/20020:
3199 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3200
3201 2019-06-26 Tom de Vries <tdevries@suse.de>
3202
3203 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3204
3205 2019-06-26 Tom de Vries <tdevries@suse.de>
3206
3207 * gdb.base/index-cache.exp: Add back missing debug option.
3208
3209 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3210
3211 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3212
3213 2019-06-25 Tom de Vries <tdevries@suse.de>
3214
3215 PR testsuite/24727
3216 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3217
3218 2019-06-24 Tom de Vries <tdevries@suse.de>
3219
3220 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3221
3222 2019-06-24 Tom de Vries <tdevries@suse.de>
3223
3224 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3225 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3226 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3227
3228 2019-06-24 Tom de Vries <tdevries@suse.de>
3229
3230 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3231
3232 2019-06-21 Tom de Vries <tdevries@suse.de>
3233
3234 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3235
3236 2019-06-21 Tom de Vries <tdevries@suse.de>
3237
3238 PR testsuite/24518
3239 PR ada/24713
3240 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3241 index.
3242
3243 2019-06-19 Tom Tromey <tromey@adacore.com>
3244
3245 * gdb.ada/length_cond.exp: Add intro comment.
3246
3247 2019-06-19 Tom Tromey <tromey@adacore.com>
3248
3249 * gdb.ada/length_cond.exp: New file.
3250 * gdb.ada/length_cond/length_cond.adb: New file.
3251 * gdb.ada/length_cond/pck.adb: New file.
3252 * gdb.ada/length_cond/pck.ads: New file.
3253
3254 2019-06-18 Tom de Vries <tdevries@suse.de>
3255
3256 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3257
3258 2019-06-18 Tom Tromey <tromey@adacore.com>
3259
3260 * gdb.base/list0.h: Add comment explaining control character.
3261
3262 2019-06-18 Tom de Vries <tdevries@suse.de>
3263
3264 * boards/fission.exp: Break up long debug_flags line.
3265
3266 2019-06-16 Tom de Vries <tdevries@suse.de>
3267
3268 PR gdb/24445
3269 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3270 generated index.
3271
3272 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3273
3274 PR gdb/24686
3275 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3276 improve detection of bug gdb/24541.
3277
3278 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3279
3280 PR gdb/24669
3281 * gdb.base/index-cache.exp (uses_readnow,
3282 expecting_index_cache_use): Define global variable.
3283 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3284 expecting_index_cache_use.
3285
3286 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3287 Andrew Burgess <andrew.burgess@embecosm.com>
3288
3289 * gdb.fortran/pointers.f90: New file.
3290 * gdb.fortran/print_type.exp: New file.
3291 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3292 * gdb.fortran/vla-type.exp: Likewise.
3293 * gdb.fortran/vla-value.exp: Likewise.
3294 * gdb.mi/mi-vla-fortran.exp: Likewise.
3295
3296 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3297
3298 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3299 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3300 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3301 as a stop reason.
3302
3303 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3304
3305 * gdb.base/annota1.exp: Update expected results.
3306 * gdb.cp/annota2.exp: Likewise.
3307 * gdb.cp/annota3.exp: Likewise.
3308
3309 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3310
3311 * gdb.base/style-logging.exp: Remove path from test name.
3312
3313 2019-06-14 Tom Tromey <tromey@adacore.com>
3314
3315 PR gdb/24502:
3316 * gdb.base/style-logging.exp: New file.
3317
3318 2019-06-14 Tom Tromey <tromey@adacore.com>
3319
3320 * gdb.base/symfile-warn.exp: New file.
3321 * gdb.base/symfile-warn.c: New file.
3322
3323 2019-06-14 Tom Tromey <tromey@adacore.com>
3324
3325 * gdb.base/annotate-symlink.exp: New file.
3326
3327 2019-06-14 Tom Tromey <tromey@adacore.com>
3328
3329 * gdb.ada/set_wstr.exp: Add reassignment test.
3330
3331 2019-06-14 Tom Tromey <tromey@adacore.com>
3332
3333 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3334 'unchecked_access and 'unrestricted_access as well.
3335
3336 2019-06-14 Tom Tromey <tromey@adacore.com>
3337
3338 PR ada/24539:
3339 * gdb.ada/vla.exp: Update tests.
3340 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3341 pragma.
3342
3343 2019-06-13 Pedro Alves <palves@redhat.com>
3344
3345 * gdb.base/settings.exp (test-integer): Test junk after
3346 "unlimited".
3347
3348 2019-06-13 Pedro Alves <palves@redhat.com>
3349
3350 * gdb.base/options.exp (test-thread-apply): New.
3351 (top level): Call it.
3352
3353 2019-06-13 Pedro Alves <palves@redhat.com>
3354
3355 * gdb.base/options.exp (test-frame-apply): New.
3356 (top level): Test print commands with different "frame apply"
3357 prefixes.
3358
3359 2019-06-13 Pedro Alves <palves@redhat.com>
3360
3361 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3362 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3363 'max_completions' parameter and handle it.
3364 (test_gdb_completion_offers_commands): New.
3365
3366 2019-06-13 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3369
3370 2019-06-13 Pedro Alves <palves@redhat.com>
3371
3372 * gdb.base/options.exp (test-backtrace): New.
3373 (top level): Call it.
3374
3375 2019-06-13 Pedro Alves <palves@redhat.com>
3376
3377 * gdb.guile/scm-frame-args.exp: Use "set print
3378 raw-frame-arguments" instead of "set print raw frame-arguments".
3379 * gdb.python/py-frame-args.exp: Likewise.
3380
3381 2019-06-13 Pedro Alves <palves@redhat.com>
3382
3383 * gdb.compile/compile.exp: Adjust expected output to option
3384 processing changes.
3385
3386 2019-06-13 Pedro Alves <palves@redhat.com>
3387
3388 * gdb.base/options.exp: Build executable.
3389 (test-print): New procedure.
3390 (top level): Call it, once for "print" and another for "compile
3391 print".
3392
3393 2019-06-13 Pedro Alves <palves@redhat.com>
3394
3395 * gdb.base/options.c: New file.
3396 * gdb.base/options.exp: New file.
3397
3398 2019-06-13 Pedro Alves <palves@redhat.com>
3399
3400 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3401 that "o" is ambiguous.
3402
3403 2019-06-13 Pedro Alves <palves@redhat.com>
3404
3405 * gdb.base/settings.c: New file.
3406 * gdb.base/settings.exp: New file.
3407
3408 2019-06-13 Pedro Alves <palves@redhat.com>
3409
3410 * gdb.base/completion.exp: Fix comment typo.
3411
3412 2019-06-13 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3415 foo --1" test.
3416
3417 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3418
3419 * gdb.fortran/block-data.f: New.
3420 * gdb.fortran/block-data.exp: New.
3421
3422 2019-06-11 Tom de Vries <tdevries@suse.de>
3423
3424 PR testsuite/24521
3425 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3426 message.
3427
3428 2019-06-11 Tom de Vries <tdevries@suse.de>
3429
3430 PR testsuite/24521
3431 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3432
3433 2019-06-11 Tom de Vries <tdevries@suse.de>
3434
3435 * boards/readnow.exp: New file.
3436
3437 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3438
3439 * gdb.fortran/vla-sizeof.exp: Update expected results.
3440
3441 2019-06-06 Amos Bird <amosbird@gmail.com>
3442
3443 * gdb.base/annota1.exp (thread_switch): Add test for
3444 thread-exited annotation.
3445
3446 2019-06-06 Tom Tromey <tromey@adacore.com>
3447
3448 * gdb.base/maint.exp: Expect command started/finished output.
3449
3450 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3451
3452 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3453 comment.
3454 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3455
3456 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3457
3458 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3459 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3460 * gdb.arch/riscv-unwind-long-insn.c: New file.
3461 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3462
3463 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3464
3465 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3466
3467 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3468
3469 * lib/gdb.exp (help_list_trailer): New regexp variable
3470 factorizing the help trailer message.
3471 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3472 arg to allow to better factorize various tests.
3473 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3474 (test_prefix_command_help): Use help_list_trailer.
3475 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3476 * gdb.guile/scm-cmd.exp: Likewise.
3477 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3478 * gdb.base/help.exp: Use test_user_defined_class_help.
3479 * gdb.base/style.exp: Add tests for styling of help and apropos.
3480 * lib/gdb-utils.exp (style): Add title and highlight styles.
3481
3482 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3483
3484 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3485 $_shell_exitsignal.
3486 * gdb.base/default.exp: Update for new convenience variables.
3487
3488 2019-05-29 Tom Tromey <tromey@adacore.com>
3489
3490 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3491 to "break complete ada" test case's regexp.
3492
3493 2019-05-29 Tom Tromey <tromey@adacore.com>
3494
3495 PR c++/20020:
3496 * gdb.cp/constexpr-field.exp: New file.
3497 * gdb.cp/constexpr-field.cc: New file.
3498
3499 2019-05-29 Tom Tromey <tromey@adacore.com>
3500
3501 * gdb.base/finish.exp (finish_no_print): New proc.
3502 (finish_tests): Call it.
3503
3504 2019-05-24 Tom de Vries <tdevries@suse.de>
3505
3506 * gdb.dwarf2/gdb-add-index.exp: New file.
3507
3508 2019-05-22 Tom Tromey <tromey@adacore.com>
3509
3510 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3511 * gdb.base/style.exp: Use "style".
3512 * lib/gdb-utils.exp (style): New proc.
3513
3514 2019-05-22 Tom de Vries <tdevries@suse.de>
3515
3516 * gdb.base/align.exp: Require c++11.
3517
3518 2019-05-22 Tom de Vries <tdevries@suse.de>
3519
3520 PR testsuite/24586
3521 * gdb.python/py-mi-var-info-path-expression.exp: Call
3522 mi_skip_python_tests to check if python is supported.
3523
3524 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3525
3526 * gdb.arch/aarch64-pauth.c: New test.
3527 * gdb.arch/aarch64-pauth.exp: New file.
3528
3529 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3530
3531 * README (Re-running Tests Outside The Testsuite): New section.
3532
3533 2019-05-21 Tom de Vries <tdevries@suse.de>
3534
3535 * gdb.arch/amd64-eval.exp: Require c++11.
3536 * gdb.base/max-depth.exp: Same.
3537 * gdb.compile/compile-cplus-array-decay.exp: Same.
3538 * gdb.cp/meth-typedefs.exp: Same.
3539 * gdb.cp/subtypes.exp: Same.
3540 * gdb.cp/temargs.exp: Same.
3541
3542 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3543
3544 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3545
3546 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3547
3548 PR gdb/18644
3549 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3550 * gdb.fortran/printing-types.exp: Add new test.
3551 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3552 testing.
3553 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3554 setup_kfail call.
3555
3556 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3557
3558 * README (Running the Testsuite): Change example.
3559 (Testsuite Parameters): Remove TRANSCRIPT.
3560 * lib/gdb.exp: Remove TRANSCRIPT check.
3561
3562 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3563
3564 * README (Testsuite Parameters): Add replay logging to
3565 GDBSERVER_DEBUG.
3566 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3567 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3568 as a comma separated list.
3569 (gdb_debug_init): Override procedure.
3570
3571 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3572
3573 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3574 (gdb_write_cmd_file): New procedure.
3575 * lib/gdbserver-support.exp (gdbserver_start): Call
3576 gdbserver_write_cmd_file.
3577 (gdbserver_write_cmd_file): New procedure.
3578
3579 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3580
3581 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3582 (delete_breakpoints): Likewise.
3583 (gdb_run_cmd): Likewise.
3584 (gdb_start_cmd): Likewise.
3585 (gdb_starti_cmd): Likewise.
3586 (gdb_internal_error_resync): Likewise.
3587 (gdb_test_multiple): Likewise.
3588 (gdb_reinitialize_dir): Likewise.
3589 (default_gdb_exit): Likewise.
3590 (gdb_file_cmd): Mark kill as optional.
3591 (default_gdb_start): Call gdb_stdin_log_init.
3592 (send_gdb): Call gdb_stdin_log_write.
3593 (rerun_to_main): Mark Y as an answer.
3594 (gdb_stdin_log_init): New function.
3595 (gdb_stdin_log_write): Likewise.
3596
3597 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3598
3599 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3600 * gdb.base/debug-expr.exp: Likewise.
3601 * gdb.base/foll-fork.exp: Likewise.
3602 * gdb.base/foll-vfork.exp: Likewise.
3603 * gdb.base/fork-print-inferior-events.exp: Likewise.
3604 * gdb.base/gdb-sigterm.exp: Likewise.
3605 * gdb.base/gdbinit-history.exp: Likewise.
3606 * gdb.base/osabi.exp: Likewise.
3607 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3608 * gdb.base/ui-redirect.exp: Likewise.
3609 * gdb.gdb/unittest.exp: Likewise.
3610 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3611 * gdb.mi/mi-watch.exp: Likewise.
3612 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3613 * gdb.mi/user-selected-context-sync.exp: Likewise.
3614 * gdb.python/python.exp: Disable debug test when debugging.
3615 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3616 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3617 Likewise.
3618 * gdb.threads/stepi-random-signal.exp: Likewise.
3619
3620 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3621
3622 * Makefile.in: Pass through GDB_DEBUG.
3623 * README (Testsuite Parameters): Add GDB_DEBUG.
3624 (gdb,debug): Add board setting.
3625 * lib/gdb.exp (default_gdb_start): Start debugging.
3626 (gdb_debug_enabled): New procedure.
3627 (gdb_debug_init): Likewise.
3628
3629 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3630
3631 * Makefile.in: Pass through GDB_DEBUG.
3632 * README (Testsuite Parameters): Add GDB_DEBUG.
3633 (gdb,debug): Add board setting.
3634 * lib/gdb.exp (default_gdb_start): Start debugging.
3635 (gdb_debug_enabled): New procedure.
3636 (gdb_debug_init): Likewise.
3637
3638 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3639
3640 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3641
3642 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3643
3644 * gdb.base/ui-redirect.exp: Test redirection.
3645
3646 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3647
3648 * gdb.mi/mi-complete.exp: New file.
3649 * gdb.mi/mi-complete.cc: Likewise.
3650
3651 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3652
3653 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3654 indexed and sliced arrays, and pointers to arrays.
3655
3656 2019-05-14 Tom Tromey <tromey@adacore.com>
3657
3658 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3659 styling test.
3660
3661 2019-05-14 Tom de Vries <tdevries@suse.de>
3662
3663 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3664 selection entry encoding.
3665
3666 2019-05-10 Tom Tromey <tromey@adacore.com>
3667
3668 * gdb.ada/info_exc.exp: Add "complete" test.
3669
3670 2019-05-09 Tom de Vries <tdevries@suse.de>
3671
3672 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3673 CU-relative.
3674
3675 2019-05-09 Tom de Vries <tdevries@suse.de>
3676
3677 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3678 CU-relative.
3679
3680 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3681
3682 * gdb.ada/frame_arg_lang.exp: New testcase.
3683 * gdb.ada/frame_arg_lang/bla.adb: New file.
3684 * gdb.ada/frame_arg_lang/pck.ads: New file.
3685 * gdb.ada/frame_arg_lang/pck.adb: New file.
3686 * gdb.ada/frame_arg_lang/foo.c: New file.
3687
3688 2019-05-08 Tom Tromey <tromey@adacore.com>
3689
3690 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3691
3692 2019-05-08 Tom Tromey <tromey@adacore.com>
3693
3694 * gdb.base/ptype-offsets.exp: Update tests.
3695
3696 2019-05-08 Tom Tromey <tromey@adacore.com>
3697
3698 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3699 cases.
3700 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3701 "short".
3702
3703 2019-05-08 Tom Tromey <tromey@adacore.com>
3704
3705 * gdb.ada/vla.exp: New file.
3706 * gdb.ada/vla/vla.adb: New file.
3707
3708 2019-05-07 Tom de Vries <tdevries@suse.de>
3709
3710 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3711
3712 2019-05-07 Tom de Vries <tdevries@suse.de>
3713
3714 PR testsuite/24522
3715 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3716 section.
3717
3718 2019-05-07 Tom de Vries <tdevries@suse.de>
3719
3720 PR testsuite/24522
3721 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3722 .debug_aranges section.
3723
3724 2019-05-07 Tom de Vries <tdevries@suse.de>
3725
3726 PR testsuite/24159
3727 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3728
3729 2019-05-06 Tom de Vries <tdevries@suse.de>
3730
3731 * lib/gdb.exp (exec_has_index_section): New proc.
3732 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3733 section.
3734
3735 2019-05-04 Tom de Vries <tdevries@suse.de>
3736
3737 * boards/cc-with-debug-names.exp: New file.
3738
3739 2019-05-03 Tom Tromey <tromey@adacore.com>
3740
3741 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3742 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3743 * gdb.ada/char_enum.exp: Add test.
3744
3745 2019-05-03 Tom de Vries <tdevries@suse.de>
3746
3747 * boards/cc-with-gdb-index.exp: New file.
3748
3749 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3750
3751 * gdb.rust/simple.exp: Add new test case.
3752 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3753 (main): Initialise an instance of the new struct.
3754
3755 2019-05-01 Tom Tromey <tromey@adacore.com>
3756
3757 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3758 record.
3759 (NPR): New variable.
3760 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3761 test.
3762
3763 2019-05-01 Tom Tromey <tromey@adacore.com>
3764
3765 * gdb.ada/packed_array_assign.exp: Add packed assignment
3766 regression test.
3767
3768 2019-05-01 Tom de Vries <tdevries@suse.de>
3769
3770 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3771
3772 2019-05-01 Tom de Vries <tdevries@suse.de>
3773
3774 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3775
3776 2019-04-30 Ali Tamur <tamur@google.com>
3777
3778 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3779
3780 2019-04-30 Tom Tromey <tromey@adacore.com>
3781
3782 * lib/ada.exp (find_ada_tool): New proc.
3783 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3784 * gdb.ada/catch_ex_std.exp: New file.
3785 * gdb.ada/catch_ex_std/foo.adb: New file.
3786 * gdb.ada/catch_ex_std/some_package.adb: New file.
3787 * gdb.ada/catch_ex_std/some_package.ads: New file.
3788
3789 2019-04-30 Tom Tromey <tromey@adacore.com>
3790
3791 PR c++/24470:
3792 * gdb.cp/temargs.cc: Add test code from PR.
3793
3794 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3795
3796 * gdb.fortran/vla-datatypes.exp: Update expected results.
3797 * gdb.fortran/vla-ptype.exp: Likewise.
3798 * gdb.fortran/vla-type.exp: Likewise.
3799 * gdb.fortran/vla-value.exp: Likewise.
3800
3801 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3802
3803 * gdb.fortran/ptr-indentation.exp: Update expected results.
3804 * gdb.fortran/ptype-on-functions.exp: Likewise.
3805 * gdb.fortran/vla-ptr-info.exp: Likewise.
3806 * gdb.fortran/vla-value.exp: Likewise.
3807
3808 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3809
3810 * gdb.fortran/ptype-on-functions.exp: New file.
3811 * gdb.fortran/ptype-on-functions.f90: New file.
3812
3813 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3814
3815 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3816 case void string.
3817
3818 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3819
3820 * gdb.fortran/complex.exp: Expand.
3821 * gdb.fortran/complex.f: Renamed to...
3822 * gdb.fortran/complex.f90: ...this, and extended to add more
3823 complex values.
3824
3825 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3826
3827 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3828 MODULO, CMPLX.
3829
3830 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3831 Richard Bunt <richard.bunt@arm.com>
3832
3833 * gdb.base/max-depth.c: New file.
3834 * gdb.base/max-depth.exp: New file.
3835 * gdb.python/py-nested-maps.c: New file.
3836 * gdb.python/py-nested-maps.exp: New file.
3837 * gdb.python/py-nested-maps.py: New file.
3838 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3839 (test_all_common): Call test_max_depth.
3840 * gdb.fortran/max-depth.exp: New file.
3841 * gdb.fortran/max-depth.f90: New file.
3842 * gdb.go/max-depth.exp: New file.
3843 * gdb.go/max-depth.go: New file.
3844 * gdb.modula2/max-depth.exp: New file.
3845 * gdb.modula2/max-depth.c: New file.
3846 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3847
3848 2019-04-29 Tom de Vries <tdevries@suse.de>
3849
3850 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3851
3852 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3853
3854 * gdb.base/callexit.exp: Test may-call-functions off.
3855
3856 2019-04-25 Keith Seitz <keiths@redhat.com>
3857
3858 PR c++/24367
3859 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3860 (another_incomplete_struct, test_incomplete): New definitions.
3861 (main): Use new definitions.
3862 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3863 functions.
3864
3865 2019-04-25 Ali Tamur <tamur@google.com>
3866
3867 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3868
3869 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3870
3871 PR corefiles/11608
3872 PR corefiles/18187
3873 * gdb.base/coredump-filter-build-id.exp: New file.
3874
3875 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3876
3877 * Makefile.in: Pass through GDBSERVER_DEBUG.
3878 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3879 (gdbserver,debug): Add board setting.
3880 * gdb.trace/tspeed.exp: Skip when debugging.
3881 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3882 * lib/gdbserver-support.exp: Likewise
3883
3884 2019-04-24 Tom Tromey <tromey@adacore.com>
3885
3886 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3887 Rust.
3888
3889 2019-04-24 Tom Tromey <tromey@adacore.com>
3890
3891 * gdb.arch/amd64-eval.exp: Test bitfield return.
3892 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3893 (class Foo) <return_bitfields>: New method.
3894 (main): Call it.
3895
3896 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3897
3898 * gdb.cp/many-args.cc: New file.
3899 * gdb.cp/many-args.exp: New file.
3900
3901 2019-04-23 Tom de Vries <tdevries@suse.de>
3902
3903 PR gdb/24433
3904 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3905
3906 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3907
3908 * gdb.trace/backtrace.exp: Use nopie flag.
3909 * gdb.trace/circ.exp: Likewise.
3910 * gdb.trace/collection.exp: Likewise.
3911 * gdb.trace/ftrace.exp: Likewise.
3912 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3913 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3914 * gdb.trace/qtro.exp: Likewise.
3915 * gdb.trace/read-memory.exp: Likewise.
3916 * gdb.trace/report.exp: Likewise.
3917 * gdb.trace/tfile.exp: Likewise.
3918 * gdb.trace/tfind.exp: Likewise.
3919 * gdb.trace/unavailable.exp: Likewise.
3920
3921 2019-04-22 Pedro Alves <palves@redhat.com>
3922
3923 * gdb.base/solib-probes-nosharedlibrary.c,
3924 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3925
3926 2019-04-19 Tom Tromey <tromey@adacore.com>
3927
3928 * gdb.ada/ptype_union.c: New file.
3929 * gdb.ada/ptype_union.exp: New file.
3930
3931 2019-04-19 Tom Tromey <tromey@adacore.com>
3932
3933 PR symtab/24423:
3934 * gdb.base/list0.h (foo): Add a control-l character.
3935
3936 2019-04-18 Tom de Vries <tdevries@suse.de>
3937
3938 PR gdb/24433
3939 * boards/local-board.exp: Set sysroot to "".
3940
3941 2019-04-18 Tom de Vries <tdevries@suse.de>
3942 Pedro Alves <palves@redhat.com>
3943
3944 PR gdb/24454
3945 * gdb.threads/vfork-follow-child-exec.c: New file.
3946 * gdb.threads/vfork-follow-child-exec.exp: New file.
3947 * gdb.threads/vfork-follow-child-exit.c: New file.
3948 * gdb.threads/vfork-follow-child-exit.exp: New file.
3949
3950 2019-04-15 Leszek Swirski <leszeks@google.com>
3951
3952 * gdb.arch/amd64-eval.cc: New file.
3953 * gdb.arch/amd64-eval.exp: New file.
3954
3955 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3956
3957 * gdb.server/sysroot.c: New test.
3958 * gdb.server/sysroot.exp: New file.
3959 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3960 matching param.
3961
3962 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3963
3964 * gdb.base/align.exp: Extend test to cover structures containing
3965 only static fields.
3966
3967 2019-04-11 Tom de Vries <tdevries@suse.de>
3968
3969 * boards/cc-with-dwz-m.exp: New file.
3970 * boards/cc-with-dwz.exp: New file.
3971 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3972
3973 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3974
3975 * gdb.base/start-cpp.exp: New file.
3976 * gdb.base/start-cpp.cc: New file.
3977
3978 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3979
3980 * gdb.python/py-thrhandle.exp: Adjust tests to call
3981 thread_from_handle instead of thread_from_thread_handle.
3982
3983 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3984
3985 * gdb.python/py-thrhandle.exp: Add tests for
3986 gdb.InferiorThread.handle.
3987
3988 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3989
3990 * gdb.python/py-function.exp: Check calling helper function from
3991 all languages.
3992 * lib/gdb.exp (gdb_supported_languages): New proc.
3993
3994 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3995
3996 * gdb.base/complex-parts.c: New file.
3997 * gdb.base/complex-parts.exp: New file.
3998
3999 2019-04-01 Tom Tromey <tromey@adacore.com>
4000
4001 PR symtab/23331:
4002 * gdb.dwarf2/dw2-ranges-main.c: New file.
4003 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4004 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4005
4006 2019-03-30 Simon Marchi <simark@simark.ca>
4007
4008 * gdb.base/default.exp: Add values for $_gdb_major and
4009 $_gdb_minor.
4010
4011 2019-03-29 Tom Tromey <tromey@adacore.com>
4012
4013 * gdb.base/help.exp: Tighten apropos regexp.
4014
4015 2019-03-29 Keith Seitz <keiths@redhat.com>
4016
4017 * gdb.fortran/array-bounds.exp: New file.
4018 * gdb.fortran/array-bounds.f90: New file.
4019
4020 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4021
4022 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4023
4024 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4025
4026 * gdb.multi/hello.c (main): Increase alarm timer.
4027
4028 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4029
4030 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4031 factor when no hardware watchpoint support.
4032
4033 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4034 Pedro Alves <palves@redhat.com>
4035
4036 * boards/local-board.exp: set sysroot to /.
4037
4038 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4039
4040 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4041 in child.
4042
4043 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4044
4045 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4046 field.
4047 (make_container): Initialise new field.
4048 * gdb.python/py-prettyprint.exp: Add new tests.
4049 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4050 <display_hint>: New method.
4051
4052 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4053
4054 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4055 gdb_continue_to_breakpoint more throughout this test.
4056 (run_lang_tests) Supply unique test names, and use
4057 gdb_test_no_output.
4058
4059 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4060
4061 * gdb.base/finish-pretty.exp: Update expected results.
4062 * gdb.base/pretty-print.c: New file.
4063 * gdb.base/pretty-print.exp: New file.
4064
4065 2019-03-25 Pedro Alves <palves@redhat.com>
4066
4067 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4068 move comments outside list. Append '-i "" eof' section.
4069
4070 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4071
4072 PR testsuite/25016
4073 * README: Add pie options.
4074 * gdb.base/break-interp.exp: Ensure pie is disabled.
4075 * gdb.base/dump.exp: Likewise.
4076 * lib/gdb.exp (gdb_compile): Add pie option.
4077
4078 2019-03-19 Tom Tromey <tromey@adacore.com>
4079
4080 * gdb.mi/mi2-cli-display.c: New file.
4081 * gdb.mi/mi2-cli-display.exp: New file.
4082
4083 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4084 Tom Tromey <tromey@adacore.com>
4085
4086 * gdb.ada/ptype_array/pck.adb: New file.
4087 * gdb.ada/ptype_array/pck.ads: New file.
4088 * gdb.ada/ptype_array/foo.adb: New file.
4089 * gdb.ada/ptype_array.exp: New file.
4090
4091 2019-03-14 Tom Tromey <tromey@adacore.com>
4092
4093 * gdb.base/style.exp: Add "set style sources" test.
4094
4095 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4096
4097 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4098 * mi-breakpoint-multiple-locations.exp: ... this.
4099 (make_breakpoints_pattern): New proc.
4100 (do_test): Add mi_version parameter, test -break-insert,
4101 -break-info and =breakpoint-created.
4102
4103 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4104
4105 * config/default.exp: Remove 'load_lib gdb.exp'.
4106 * config/monitor.exp: Likewise.
4107 * config/sid.exp: Likewise.
4108 * config/sim.exp: Likewise.
4109 * config/slite.exp: Likewise.
4110 * config/unix.exp: Likewise.
4111 * gdb.base/default.exp: Remove unhelpful comment.
4112
4113 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4114
4115 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4116
4117 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4118
4119 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4120
4121 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4122
4123 * gdb.fortran/type-kinds.exp: Update expected results.
4124
4125 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4126
4127 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4128
4129 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4130
4131 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4132 function.
4133 (test_basic_parsing_of_type_kinds): Expand types tested.
4134 (test_parsing_invalid_type_kinds): New function.
4135
4136 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4137
4138 * gdb.fortran/intrinsics.exp: New file.
4139 * gdb.fortran/intrinsics.f90: New file.
4140 * gdb.fortran/type-kinds.exp: New file.
4141
4142 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4143
4144 * gdb.fortran/dot-ops.exp: New file.
4145
4146 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4147
4148 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4149 Check upper and lower case logical literals.
4150
4151 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4152
4153 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4154 Remove duplicate tests.
4155
4156 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4157
4158 * lib/gdb.exp (builtin_cd): rename of cd.
4159 (cd): Override builtin.
4160
4161 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4162
4163 * gdb.fortran/function-calls.exp: New file.
4164 * gdb.fortran/function-calls.f90: New test.
4165
4166 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4167
4168 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4169 on user program standard output.
4170 * gdb.fortran/short-circuit-argument-list.f90: Record function
4171 calls.
4172
4173 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4174
4175 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4176 failure.
4177
4178 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4179
4180 PR gdb/8527
4181 * gdb.base/interrupt-daemon-attach.c,
4182 gdb.base/interrupt-daemon-attach.exp: New test.
4183
4184 2019-02-27 Pedro Alves <palves@redhat.com>
4185
4186 * gdb.base/page.exp: Add tests for "set width/height -1".
4187
4188 2019-02-27 Pedro Alves <palves@redhat.com>
4189
4190 * gdb.base/page.exp: Add tests for "set/show width/height" with
4191 "infinite" values.
4192
4193 2019-02-27 Tom Tromey <tromey@adacore.com>
4194
4195 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4196 2.4.
4197 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4198 workaround.
4199
4200 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4201
4202 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4203 tests for structs with static members.
4204
4205 2019-02-26 Tom Tromey <tromey@adacore.com>
4206
4207 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4208 ValueError, not TypeError.
4209
4210 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4211
4212 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4213 call from main program.
4214
4215 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4216
4217 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4218 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4219 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4220 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4221 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4222
4223 2019-02-22 Keith Seitz <keiths@redhat.com>
4224
4225 PR symtab/23853
4226 * gdb.base/symlink-sourcefile.c: New file.
4227 * gdb.base/symlink-sourcefile.exp: New file.
4228
4229 2019-02-20 Tom Tromey <tom@tromey.com>
4230
4231 * gdb.base/info_qt.exp: Update.
4232
4233 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4234
4235 * gdb.base/source.exp: Move "error in sourced script" code to
4236 the end.
4237 * gdb.base/source-error.gdb: Move contents to
4238 source-error-1.gdb. Add new code to source source-error-1.gdb.
4239 * gdb.base/source-error-1.gdb: New file, from previous
4240 source-error.gdb.
4241
4242 2019-02-17 Tom Tromey <tom@tromey.com>
4243
4244 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4245 for macro styling.
4246 * gdb.base/style.c (SOME_MACRO): New macro.
4247
4248 2019-02-17 Tom Tromey <tom@tromey.com>
4249
4250 * gdb.base/style.exp: Add line-wrapping tests.
4251 * gdb.base/page.exp: Add test for quitting during pagination.
4252
4253 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4254
4255 * gdb.ada/big_packed_array: New testcase.
4256 * gdb.ada/homonym.exp: Fix incorrect expected output for
4257 "break <homonym__get_value>" test.
4258
4259 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4260
4261 PR breakpoints/21870
4262 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4263 and prepare_for_testing. Add comment.
4264 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4265 redundant cleanup call. Clean up comment.
4266
4267 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4268
4269 PR breakpoints/21870
4270 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4271 * gdb.arch/aarch64-dbreg-contents.c: New file.
4272
4273 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4274
4275 * gdb.ada/mi_ref_changeable: New testcase.
4276
4277 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4278
4279 * gdb.base/attach.exp: Add double attach test.
4280
4281 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4282
4283 * lib/gdb.exp (default_gdb_start): Don't match pagination
4284 prompt.
4285 (gdb_init): Set stty_init.
4286
4287 2019-01-27 Tom Tromey <tom@tromey.com>
4288
4289 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4290 skip_python_tests.
4291
4292 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4293
4294 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4295 New structure.
4296 (struct struct_static_02_02): Likewise.
4297 (struct struct_static_02_03): Likewise.
4298 (struct struct_static_02_04): Likewise.
4299 (struct struct_static_04_01): Likewise.
4300 (struct struct_static_04_02): Likewise.
4301 (struct struct_static_04_03): Likewise.
4302 (struct struct_static_04_04): Likewise.
4303 (struct struct_static_06_01): Likewise.
4304 (struct struct_static_06_02): Likewise.
4305 (struct struct_static_06_03): Likewise.
4306 (struct struct_static_06_04): Likewise.
4307 (cmp_struct_static_02_01): Likewise.
4308 (cmp_struct_static_02_02): Likewise.
4309 (cmp_struct_static_02_03): Likewise.
4310 (cmp_struct_static_02_04): Likewise.
4311 (cmp_struct_static_04_01): Likewise.
4312 (cmp_struct_static_04_02): Likewise.
4313 (cmp_struct_static_04_03): Likewise.
4314 (cmp_struct_static_04_04): Likewise.
4315 (cmp_struct_static_06_01): Likewise.
4316 (cmp_struct_static_06_02): Likewise.
4317 (cmp_struct_static_06_03): Likewise.
4318 (cmp_struct_static_06_04): Likewise.
4319 (call_all): Test new structs.
4320 * gdb.base/infcall-nested-structs.exp: Likewise.
4321
4322 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4323 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4324
4325 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4326 * gdb.base/stack-protector.c: New test.
4327 * gdb.base/stack-protector.exp: New file.
4328 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4329 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4330 option.
4331 (gdb_compile): Remove stack protector for GCC and prevent
4332 recursion.
4333
4334 2019-01-16 Keith Seitz <keiths@redhat.com>
4335
4336 PR gdb/23773
4337 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4338
4339 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4340
4341 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4342 aliases.
4343 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4344 tests.
4345 * gdb.arch/powerpc-vector-regs.c: New file.
4346 * gdb.arch/powerpc-vector-regs.exp: New file.
4347
4348 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4349
4350 * gdb.arch/altivec-regs.exp: Fix the list passed to
4351 gdb_expect_list when testing "info vector".
4352
4353 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4354
4355 * gdb.base/style.exp: Don't include path in testname.
4356
4357 2019-01-10 Keith Seitz <keiths@redhat.com>
4358
4359 PR gdb/23712
4360 PR symtab/23010
4361 * gdb.dwarf2/multidictionary.exp: New file.
4362
4363 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4364
4365 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4366 (test_gnuv3_style_demangling): ... this.
4367 (test_lucid_style_demangling): Remove.
4368 (test_arm_style_demangling): Remove.
4369 (test_hp_style_demangling): Remove.
4370 (do_tests): Remove calls to the above.
4371
4372 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4373
4374 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4375 case.
4376
4377 2019-01-06 Tom Tromey <tom@tromey.com>
4378
4379 PR gdb/28155:
4380 * gdb.dwarf2/typedef-void-finish.exp: New file.
4381
4382 2018-12-28 Tom Tromey <tom@tromey.com>
4383 Simon Marchi <simark@simark.ca>
4384
4385 * gdb.base/jit-exec.exp: New file.
4386 * gdb.base/jit-exec.c: New file.
4387 * gdb.base/jit-execd.c: New file.
4388
4389 2018-12-28 Tom Tromey <tom@tromey.com>
4390
4391 * gdb.base/style.exp: Update test to check for address styling.
4392
4393 2018-12-28 Tom Tromey <tom@tromey.com>
4394
4395 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4396 message.
4397
4398 2018-12-28 Tom Tromey <tom@tromey.com>
4399
4400 * gdb.base/style.exp: Add test for version number styling.
4401
4402 2018-12-28 Tom Tromey <tom@tromey.com>
4403
4404 * gdb.base/style.exp: Add test for print_address_symbolic.
4405
4406 2018-12-28 Tom Tromey <tom@tromey.com>
4407
4408 * gdb.base/style.exp: Add test for breakpoint setting.
4409
4410 2018-12-28 Tom Tromey <tom@tromey.com>
4411
4412 * gdb.base/style.exp: Add test for variable names.
4413
4414 2018-12-28 Tom Tromey <tom@tromey.com>
4415
4416 * gdb.base/style.exp: New file.
4417 * gdb.base/style.c: New file.
4418
4419 2018-12-28 Tom Tromey <tom@tromey.com>
4420
4421 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4422 "dumb".
4423 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4424 the TERM environment variable.
4425
4426 2018-12-27 Tom Tromey <tom@tromey.com>
4427
4428 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4429 pagination test.
4430
4431 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4432
4433 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4434 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4435
4436 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4437
4438 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4439 Filename a.adb changed to bp_fun_addr.adb.
4440 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4441
4442 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4443
4444 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4445 non-PIE executables.
4446 * README: Mention the gdb,nopie_flag board setting.
4447 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4448 non-PIE executable.
4449 * gdb.arch/amd64-entry-value.exp: Likewise.
4450 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4451 * gdb.arch/i386-float.exp: Likewise.
4452 * gdb.arch/i386-signal.exp: Likewise.
4453 * gdb.mi/mi-reg-undefined.exp: Likewise.
4454
4455 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4456
4457 PR gdb/23974
4458 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4459
4460 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4461
4462 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4463 Update order of results accordingly.
4464
4465 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4466
4467 * gdb.base/annota1.exp: Update a test regexp.
4468
4469 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4470
4471 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4472
4473 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4474
4475 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4476 (reuse_time): Initialize to REUSE_TIME_CAP.
4477 (check_rc): New function.
4478 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4479 Check pthread_create rc.
4480 (spawner_thread_func): Check pthread_create and pthread_join rc.
4481
4482 2018-12-08 Pedro Alves <palves@redhat.com>
4483
4484 * gdb.base/list.exp (test_forward_search): Rename to ...
4485 (test_forward_reverse_search): ... this. Also test reverse-search
4486 and the forward-search alias.
4487
4488 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4489
4490 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4491 local timeout variable before return, and remove all local timeout
4492 variable entirely.
4493 (gdb_load): Likewise.
4494
4495 2018-12-01 Tom de Vries <tdevries@suse.de>
4496
4497 * gdb.base/gdb-caching-proc.exp: New file.
4498
4499 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4500
4501 * Makefile.in (TIMESTAMP): New variable.
4502 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4503 command.
4504 (check-single-racy): Likewise.
4505 (check/%.exp): Likewise.
4506 (check-racy/%.exp): Likewise.
4507 (workers/%.worker): Likewise.
4508 (build-perf): Likewise.
4509 (check-perf): Likewise.
4510 * README: Describe new "TS" and "TS_FORMAT" variables.
4511 * print-ts.py: New file.
4512
4513 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4514
4515 PR python/23714
4516 * gdb.python/python.exp: Test command repetition after
4517 gdb.execute.
4518
4519 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4520
4521 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4522 is correctly aligned.
4523
4524 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4525
4526 * gdb.ada/info_auto_lang.exp: New testcase.
4527 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4528 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4529 * gdb.ada/info_auto_lang/some_c.c: New file.
4530
4531 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4532
4533 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4534 FUNC_lang language syntax.
4535
4536 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4537
4538 * gdb.base/info_minsym.c: New file.
4539 * gdb.base/info_minsym.exp: New file.
4540
4541 2018-11-19 Tom Tromey <tom@tromey.com>
4542
4543 PR rust/23625:
4544 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4545 * gdb.rust/expr.exp: Update expected output. Change one test.
4546
4547 2018-11-19 Tom Tromey <tom@tromey.com>
4548
4549 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4550
4551 2018-11-19 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4554 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4555 see the expected warning.
4556
4557 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4558
4559 PR gdb/22736:
4560 * gdb.cp/infcall-nodebug-lib.c: New test.
4561 * gdb.cp/infcall-nodebug-main.c: New test.
4562 * gdb.cp/infcall-nodebug.exp: New file.
4563
4564 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4565
4566 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4567 completer tests.
4568
4569 2018-11-09 Tom de Vries <tdevries@suse.de>
4570
4571 * gdb.base/msym-lang.c: New test.
4572 * gdb.base/msym-lang.exp: New file.
4573 * gdb.base/msym-lang-main.c: New test.
4574
4575 2018-11-08 Tom Tromey <tom@tromey.com>
4576
4577 PR gdb/23555:
4578 PR gdb/23838:
4579 * gdb.base/warning.exp: New file.
4580
4581 2018-11-08 Jan Beulich <jbeulich@suse.com>
4582
4583 * testsuite/gdb.arch/i386-avx512.c,
4584 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4585
4586 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4587
4588 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4589 point hardware.
4590
4591 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4592
4593 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4594 * gdb.dwarf2/missing-type-name.exp: New file.
4595
4596 2018-11-06 Tom de Vries <tdevries@suse.de>
4597
4598 * gdb.base/many-headers.c: New test.
4599 * gdb.base/many-headers.exp: New file.
4600
4601 2018-11-06 Jim Wilson <jimw@sifive.com>
4602
4603 * gdb.base/code_elim.exp: For riscv, set additional_flags
4604 to include -msmall-data-limit=0.
4605
4606 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4607
4608 * gdb.ada/watch_minus_l: New testcase.
4609
4610 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4611
4612 * gdb.arch/aix-sighandle.c: New file.
4613 * gdb.arch/aix-sighandle.exp: New file.
4614
4615 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4616
4617 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4618 registers being unions.
4619
4620 2018-10-31 Tom de Vries <tdevries@suse.de>
4621
4622 * lib/valgrind.exp: New file.
4623 (vgdb_start, vgdb_stop): New procs, factored out of ...
4624 * gdb.base/valgrind-bt.exp: ... here, ...
4625 * gdb.base/valgrind-disp-step.exp: ... here and ...
4626 * gdb.base/valgrind-infcall.exp: ... here.
4627
4628 2018-10-31 Tom de Vries <tdevries@suse.de>
4629
4630 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4631
4632 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4633
4634 * gdb.dwarf2/void-type.c: New file.
4635 * gdb.dwarf2/void-type.exp: New file.
4636
4637 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4638
4639 * gdb.base/info_qt.c: New file.
4640 * gdb.base/info_qt.exp: New file.
4641
4642 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4643
4644 * gdb.arch/powerpc-htm-regs.c: New file.
4645 * gdb.arch/powerpc-htm-regs.exp: New file.
4646
4647 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4648
4649 * gdb.arch/powerpc-tar.c: New file.
4650 * gdb.arch/powerpc-tar.exp: New file.
4651
4652 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4653
4654 * gdb.arch/powerpc-ppr-dscr.c: New file.
4655 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4656
4657 2018-10-25 Tom de Vries <tdevries@suse.de>
4658
4659 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4660
4661 2018-10-24 Tom de Vries <tdevries@suse.de>
4662
4663 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4664 longer exists error.
4665
4666 2018-10-24 Tom de Vries <tdevries@suse.de>
4667
4668 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4669
4670 2018-10-24 Tom de Vries <tdevries@suse.de>
4671
4672 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4673 --db-attach in valgrind.
4674
4675 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4676
4677 * gdb.arch/riscv-reg-aliases.c: New file.
4678 * gdb.arch/riscv-reg-aliases.exp: New file.
4679
4680 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4681
4682 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4683
4684 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4685
4686 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4687
4688 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4689
4690 * gdb.cp/ovldbreak.exp: Fix regexps.
4691
4692 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4693
4694 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4695
4696 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4697
4698 PR cli/23785
4699 * gdb.base/restore.exp: New test to check if "restore" with an
4700 invalid file doesn't segfault.
4701
4702 2018-10-18 Tom de Vries <tdevries@suse.de>
4703
4704 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4705 * gdb.ada/excep_handle.exp: Same.
4706 * gdb.ada/mi_string_access.exp: Same.
4707 * gdb.ada/mi_var_union.exp: Same.
4708 * gdb.arch/arc-analyze-prologue.exp: Same.
4709 * gdb.arch/arc-decode-insn.exp: Same.
4710 * gdb.base/readnever.exp: Same.
4711 * gdb.fortran/printing-types.exp: Same.
4712 * gdb.guile/scm-lazy-string.exp: Same.
4713
4714 2018-10-16 Tom de Vries <tdevries@suse.de>
4715
4716 PR gdb/23730
4717 * gdb.base/catch-follow-exec.c: Add copyright notice.
4718 * gdb.base/catch-follow-exec.exp: Rewrite to use
4719 gdb_spawn_with_cmdline_opts. Require gdb-native.
4720
4721 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4722
4723 * gdb.trace/actions-changed.exp: Check for arch support.
4724 * gdb.trace/actions.exp: Likewise.
4725 * gdb.trace/ax.exp: Likewise.
4726 * gdb.trace/backtrace.exp: Likewise.
4727 * gdb.trace/change-loc.exp: Likewise.
4728 * gdb.trace/deltrace.exp: Likewise.
4729 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4730 * gdb.trace/ftrace.exp: Likewise.
4731 * gdb.trace/infotrace.exp: Check for arch support.
4732 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4733 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4734 * gdb.trace/mi-tsv-changed.exp: Likewise.
4735 * gdb.trace/packetlen.exp: Likewise.
4736 * gdb.trace/passc-dyn.exp: Likewise.
4737 * gdb.trace/passcount.exp: Likewise.
4738 * gdb.trace/pending.exp: Likewise.
4739 * gdb.trace/range-stepping.exp: Check for shlib support.
4740 * gdb.trace/report.exp: Check for arch support.
4741 * gdb.trace/save-trace.exp: Likewise.
4742 * gdb.trace/signal.exp: Check for signal support.
4743 * gdb.trace/tfind.exp: Check for arch support.
4744 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4745 * gdb.trace/trace-common.h: Add comment.
4746 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4747 * gdb.trace/trace-enable-disable.exp: Likewise.
4748 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4749 * gdb.trace/tracecmd.exp: Check for arch support.
4750 * gdb.trace/tspeed.exp: Check for shlib and target support.
4751 * gdb.trace/tstatus.exp: Check for arch support.
4752 * gdb.trace/tsv.exp: Likewise.
4753 * gdb.trace/while-dyn.exp: Likewise.
4754 * gdb.trace/while-stepping.exp: Likewise.
4755 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4756
4757 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4758
4759 * gdb.trace/tspeed.exp: Remove nowarnings.
4760 (prepare_for_trace_test): Declare "global ipalib".
4761 * gdb.trace/tspeed.c: Include unistd.h.
4762 (main): Remove superfluous printf argument.
4763
4764 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4765
4766 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4767 directory prefix on the filename.
4768
4769 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4770
4771 * gdb.gdb/unittest.exp: Update expected message informing that
4772 selftests have been disabled.
4773 * gdb.server/unittest.exp: Likewise.
4774
4775 2018-10-09 Tom de Vries <tdevries@suse.de>
4776
4777 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4778 with runto_main.
4779
4780 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4781
4782 PR c++/16841
4783 * gdb.cp/virtbase2.cc: New file.
4784 * gdb.cp/virtbase2.exp: New file.
4785
4786 2018-10-06 Tom Tromey <tom@tromey.com>
4787
4788 PR python/19399:
4789 * gdb.python/py-inferior.exp: Add architecture test.
4790
4791 2018-10-06 Tom Tromey <tom@tromey.com>
4792
4793 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4794 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4795
4796 2018-10-06 Tom Tromey <tom@tromey.com>
4797
4798 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4799 of a "throw" catchpoint.
4800
4801 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4802
4803 * gdb.base/info-proc.exp: Update string expected from "help info
4804 proc".
4805
4806 2018-10-04 Tom Tromey <tom@tromey.com>
4807
4808 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4809 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4810 (test_initial_complaints, test_empty_complaints): Update.
4811 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4812
4813 2018-10-04 Tom Tromey <tom@tromey.com>
4814
4815 PR cli/19551:
4816 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4817 * lib/gdb.exp (gdb_file_cmd): Update.
4818 * gdb.stabs/weird.exp (print_weird_var): Update.
4819 * gdb.server/solib-list.exp: Update.
4820 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4821 * gdb.mi/mi-cli.exp: Update.
4822 * gdb.linespec/linespec.exp: Update.
4823 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4824 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4825 * gdb.cp/cp-relocate.exp: Update.
4826 * gdb.base/sym-file.exp: Update.
4827 * gdb.base/relocate.exp: Update.
4828 * gdb.base/readnever.exp: Update.
4829 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4830 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4831 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4832 * gdb.base/code_elim.exp: Update.
4833 * gdb.base/break-unload-file.exp (test_break): Update.
4834 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4835 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4836 Update.
4837 * gdb.base/attach.exp (do_attach_tests): Update.
4838 * gdb.base/sepdebug.exp: Update.
4839 * gdb.python/py-section-script.exp: Update.
4840
4841 2018-10-04 Tom Tromey <tom@tromey.com>
4842
4843 PR cli/22234:
4844 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4845 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4846 output.
4847
4848 2018-10-04 Tom Tromey <tom@tromey.com>
4849
4850 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4851 set width and height to 0.
4852 (test_command_line_attach_run): Use -quiet.
4853
4854 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4855
4856 * lib/gdb.exp (skip_ifunc_tests): New.
4857 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4858 other compile failures.
4859 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4860
4861 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4862
4863 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4864 is_amd64_regs_target.
4865
4866 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4867
4868 * gdb.arch/aarch64-sighandler-regs.c: New test.
4869 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4870 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4871
4872 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4873
4874 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4875 assembly.
4876
4877 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4878
4879 * gdb.base/frame-selection.exp: New file.
4880 * gdb.base/frame-selection.c: New file.
4881
4882 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4883
4884 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4885 pthread barrier.
4886 (main): Likewise.
4887
4888 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4889
4890 * gdb.base/large-frame-1.c: New file.
4891 * gdb.base/large-frame-2.c: New file.
4892 * gdb.base/large-frame.exp: New file.
4893 * gdb.base/large-frame.h: New file.
4894
4895 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4896
4897 PR gdb/20948
4898 * gdb.base/write_mem.exp: New test.
4899 * gdb.base/write_mem.c: Likewise.
4900
4901 2018-09-23 Tom Tromey <tom@tromey.com>
4902
4903 PR python/18852:
4904 * gdb.python/py-parameter.exp: Add test for parameter that throws
4905 on "set".
4906
4907 2018-09-23 Tom Tromey <tom@tromey.com>
4908
4909 PR python/17284:
4910 * gdb.python/py-template.exp (test_template_arg): Add test for
4911 negative template argument number.
4912
4913 2018-09-23 Tom Tromey <tom@tromey.com>
4914
4915 PR python/14062:
4916 * gdb.python/python.exp: Add test for post_event error.
4917
4918 2018-09-23 Tom Tromey <tom@tromey.com>
4919
4920 PR python/18170:
4921 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4922 convert pointers to int and long.
4923
4924 2018-09-23 Tom Tromey <tom@tromey.com>
4925
4926 PR python/20126:
4927 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4928 signed-ness conversion tests.
4929
4930 2018-09-23 Tom Tromey <tom@tromey.com>
4931
4932 PR python/18352;
4933 * gdb.python/py-value.exp (test_float_conversion): New proc.
4934 Use it.
4935
4936 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4937
4938 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4939
4940 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4941
4942 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4943 no readline.
4944 * gdb.base/utf8-identifiers.exp: Likewise.
4945 * gdb.cp/cpcompletion.exp: Likewise.
4946 * gdb.linespec/cpcompletion.exp: Likewise.
4947 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4948 * gdb.linespec/cpls-ops.exp: Likewise.
4949
4950 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4951 Chris January <chris.january@arm.com>
4952
4953 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4954 * gdb.fortran/short-circuit-argument-list.exp: New file.
4955 * gdb.fortran/short-circuit-argument-list.f90: New test.
4956
4957 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4958
4959 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4960 "arch=" keyword when executing "-stack-list-frames".
4961
4962 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4963
4964 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4965 "arch=" keyword when executing "-stack-list-frames".
4966
4967 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4968
4969 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4970 break ada".
4971
4972 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4973
4974 PR python/23669
4975 * gdb.python/python.exp: Test gdb.execute("show commands").
4976
4977 2018-09-16 Tom Tromey <tom@tromey.com>
4978
4979 * gdb.base/new-ui.exp (do_execution_tests): Update.
4980 * gdb.base/dbx.exp (test_breakpoints): Update.
4981
4982 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4983
4984 * lib/gdb.exp (gdb_simple_compile): Add proc.
4985 (is_elf_target): Use gdb_simple_compile.
4986 (skip_altivec_tests): Likewise.
4987 (skip_vsx_tests): Likewise.
4988 (skip_tsx_tests): Likewise.
4989 (skip_btrace_tests): Likewise.
4990 (skip_btrace_pt_tests): Likewise.
4991 (gdb_can_simple_compile): Likewise.
4992 (gdb_has_argv0): Likewise.
4993 (gdb_target_symbol_prefix): Likewise.
4994 (target_supports_scheduler_locking): Likewise.
4995
4996 2018-09-13 Tom Tromey <tom@tromey.com>
4997
4998 * Makefile.in (TAGS): Recognize proc_with_prefix and
4999 gdb_caching_proc.
5000
5001 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5002
5003 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5004 method.
5005
5006 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5007
5008 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5009 and a few other Inferior properties when the Inferior is no
5010 longer valid.
5011
5012 2018-09-13 Tom Tromey <tom@tromey.com>
5013
5014 PR rust/23650:
5015 * gdb.rust/simple.exp: Add test for enum field access error.
5016
5017 2018-09-13 Tom Tromey <tom@tromey.com>
5018
5019 PR rust/23626:
5020 * gdb.rust/simple.rs (EmptyEnum): New type.
5021 (main): Use it.
5022 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5023
5024 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5025
5026 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5027 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5028 * gdb.python/py-symtab.exp: Update test printing an objfile.
5029
5030 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5031
5032 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5033 object.
5034
5035 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5036
5037 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5038 (support_complex_tests): Use gdb_can_simple_compile.
5039 (is_ilp32_target): Likewise.
5040 (is_lp64_target): Likewise.
5041 (is_64_target): Likewise.
5042 (is_amd64_regs_target): Likewise.
5043 (is_aarch32_target): Likewise.
5044 (gdb_int128_helper): Likewise.
5045
5046 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5047
5048 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5049
5050 2018-09-10 Jerome Guitton <guitton@adacore.com>
5051
5052 * gdb.ada/same_component_name: Add test for case of tagged record
5053 with variable-length fields.
5054
5055 2018-09-10 Xavier Roirand <roirand@adacore.com>
5056
5057 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5058 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5059 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5060 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5061
5062 2018-09-10 Xavier Roirand <roirand@adacore.com>
5063
5064 * gdb.ada/mi_string_access.exp: New testcase.
5065 * gdb.ada/mi_string_access/bar.adb: New file.
5066 * gdb.ada/mi_string_access/pck.adb: New file.
5067 * gdb.ada/mi_string_access/pck.asd: New file.
5068
5069 2018-09-10 Xavier Roirand <roirand@adacore.com>
5070
5071 * gdb.ada/mi_var_union.exp: New testcase.
5072 * gdb.ada/mi_var_union/bar.adb: New file.
5073 * gdb.ada/mi_var_union/pck.adb: New file.
5074 * gdb.ada/mi_var_union/pck.asd: New file.
5075
5076 2018-09-08 Tom Tromey <tom@tromey.com>
5077
5078 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5079
5080 2018-09-08 Tom Tromey <tom@tromey.com>
5081
5082 PR python/16047:
5083 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5084 (register_pretty_printers): Register new printer.
5085 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5086 test.
5087 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5088 (an_int_type3): New global.
5089
5090 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5091
5092 * gdb.ada/expr_with_funcall: New testcase.
5093
5094 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5095
5096 * gdb.ada/packed_array_assign: New testcase.
5097
5098 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5099
5100 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5101 names, and add test prefixes to make test names unique.
5102
5103 2018-09-05 Tom de Vries <tdevries@suse.de>
5104
5105 * gdb.dwarf2/varval.exp: Add test.
5106
5107 2018-09-04 Gary Benson <gbenson@redhat.com>
5108
5109 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5110 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5111
5112 2018-08-31 Tom Tromey <tom@tromey.com>
5113
5114 * gdb.rust/simple.rs: Rename second variable "v".
5115
5116 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5117
5118 * gdb.base/funcargs.c (use_a): New function.
5119 (recurse): Call use_a.
5120
5121 2018-08-29 Keith Seitz <keiths@redhat.com>
5122
5123 * gdb.compile/compile-cplus-anonymous.cc: New file.
5124 * gdb.compile/compile-cplus-anonymous.exp: New file.
5125 * gdb.compile/compile-cplus-array-decay.cc: New file.
5126 * gdb.compile/compile-cplus-array-decay.exp: New file.
5127 * gdb.compile/compile-cplus-inherit.cc: New file.
5128 * gdb.compile/compile-cplus-inherit.exp: New file.
5129 * gdb.compile/compile-cplus-member.cc: New file.
5130 * gdb.compile/compile-cplus-member.exp: New file.
5131 * gdb.compile/compile-cplus-method.cc: New file.
5132 * gdb.compile/compile-cplus-method.exp: New file.
5133 * gdb.compile/compile-cplus-mod.c: "New" file.
5134 * gdb.compile/compile-cplus-namespace.cc: New file.
5135 * gdb.compile/compile-cplus-namespace.exp: New file.
5136 * gdb.compile/compile-cplus-nested.cc: New file.
5137 * gdb.compile/compile-cplus-nested.exp: New file.
5138 * gdb.compile/compile-cplus-print.c: "New" file.
5139 * gdb.compile/compile-cplus-print.exp: "New" file.
5140 * gdb.compile/compile-cplus-virtual.cc: New file.
5141 * gdb.compile/compile-cplus-virtual.exp: New file.
5142 * gdb.compile/compile-cplus.c: "New" file.
5143 * gdb.compile/compile-cplus.exp: "New" file.
5144 * lib/compile-support.exp: New file.
5145
5146 2018-08-16 Gary Benson <gbenson@redhat.com>
5147
5148 PR gdb/13000:
5149 * gdb.base/batch-exit-status.exp: New file.
5150 * gdb.base/batch-exit-status.good-commands: Likewise.
5151 * gdb.base/batch-exit-status.bad-commands: Likewise.
5152
5153 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5154
5155 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5156 (struct struct02): Likewise.
5157 (struct struct03): Likewise.
5158 (struct struct04): Likewise.
5159 (struct struct_01_01): New struct.
5160 (struct struct_01_02): Likewise.
5161 (struct struct_01_03): Likewise.
5162 (struct struct_01_04): Likewise.
5163 (struct struct_02_01): Likewise.
5164 (struct struct_02_02): Likewise.
5165 (struct struct_02_03): Likewise.
5166 (struct struct_02_04): Likewise.
5167 (struct struct_04_01): Likewise.
5168 (struct struct_04_02): Likewise.
5169 (struct struct_04_03): Likewise.
5170 (struct struct_04_04): Likewise.
5171 (struct struct_05_01): Likewise.
5172 (struct struct_05_02): Likewise.
5173 (struct struct_05_03): Likewise.
5174 (struct struct_05_04): Likewise.
5175 (cmp_struct01): Remove function.
5176 (cmp_struct02): Likewise.
5177 (cmp_struct03): Likewise.
5178 (cmp_struct04): Likewise.
5179 (cmp_struct_01_01): Add Function.
5180 (cmp_struct_01_02): Likewise.
5181 (cmp_struct_01_03): Likewise.
5182 (cmp_struct_01_04): Likewise.
5183 (cmp_struct_02_01): Likewise.
5184 (cmp_struct_02_02): Likewise.
5185 (cmp_struct_02_03): Likewise.
5186 (cmp_struct_02_04): Likewise.
5187 (cmp_struct_04_01): Likewise.
5188 (cmp_struct_04_02): Likewise.
5189 (cmp_struct_04_03): Likewise.
5190 (cmp_struct_04_04): Likewise.
5191 (cmp_struct_05_01): Likewise.
5192 (cmp_struct_05_02): Likewise.
5193 (cmp_struct_05_03): Likewise.
5194 (cmp_struct_05_04): Likewise.
5195 (call_all): Add new structs.
5196 * gdb.base/infcall-nested-structs.exp: Likewise.
5197
5198 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5199
5200 * gdb.python/py-framefilter-mi.exp: Update regexp to
5201 check for "arch" field in frame output.
5202
5203 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5204
5205 * gdb.dwarf2/dw2-ranges-func.c: New file.
5206 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5207
5208 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5209
5210 * gdb.base/term.exp: Compare terminal settings with values from
5211 the inferior.
5212 * gdb.base/term.c: Get and set terminal settings.
5213
5214 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5215
5216 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5217 accommodate new "arch" field in frame output.
5218 * gdb.mi/mi-return.exp: Likewise.
5219 * gdb.mi/mi-stack.exp: Likewise.
5220 * gdb.mi/mi-syn-frame.exp: Likewise.
5221 * gdb.mi/user-selected-context-sync.exp: Likewise.
5222
5223 2018-08-19 Michael Spang <spang@google.com>
5224
5225 PR gdb/11786
5226 * gdb.base/gcore-tls-pie.c: New file.
5227 * gdb.base/gcore-tls-pie.exp: New file.
5228
5229 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5230
5231 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5232 * gdb.dwarf2/varval.c: New file.
5233 * gdb.dwarf2/varval.exp: New file.
5234
5235 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5236
5237 PR gdb/18931
5238 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5239
5240 2018-08-16 Keith Seitz <keiths@redhat.com>
5241
5242 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5243 tests expected to pass.
5244
5245 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5246
5247 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5248 -data-disassemble -a.
5249 (test_disassembly_bogus_args): Likewise.
5250
5251 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5252
5253 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5254
5255 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5256
5257 * gdb.base/vla-optimized-out.exp: Add new test.
5258
5259 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5260
5261 * gdb.base/vla-optimized-out-o3.exp: Delete.
5262 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5263 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5264 deleted tests.
5265
5266 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5267
5268 PR gdb/18050:
5269 * gdb.server/extended-remote-restart.c: New file.
5270 * gdb.server/extended-remote-restart.exp: New file.
5271
5272 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5273
5274 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5275 "set variable index = 42".
5276
5277 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5278
5279 * boards/index-cache-gdb.exp: New file.
5280 * gdb.dwarf2/index-cache.exp: New file.
5281 * gdb.dwarf2/index-cache.c: New file.
5282 * gdb.base/maint.exp: Check if we are using the index cache.
5283
5284 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5285
5286 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5287 MAKEFLAGS.
5288
5289 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5290
5291 * dg-extract-results.sh: Move to toplevel contrib.
5292 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5293 * Makefile.in (check-parallel-racy): Likewise.
5294
5295 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5296
5297 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5298 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5299 tests if the target supports scheduler locking.
5300
5301 2018-08-04 Tom de Vries <tdevries@suse.de>
5302
5303 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5304
5305 2018-08-02 Tom Tromey <tom@tromey.com>
5306
5307 PR symtab/16842.
5308 * gdb.cp/temargs.exp: Test "info address" of a template
5309 parameter.
5310
5311 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5312
5313 * gdb.python/py-mi-var-info-path-expression.c: New file.
5314 * gdb.python/py-mi-var-info-path-expression.py: New file.
5315 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5316
5317 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5318
5319 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5320 error after "cannot resolve name" string.
5321
5322 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5323
5324 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5325 started.
5326 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5327
5328 2018-07-28 Tom de Vries <tdevries@suse.de>
5329
5330 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5331
5332 2018-07-26 Tom de Vries <tdevries@suse.de>
5333
5334 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5335
5336 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5337
5338 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5339 is visible.
5340
5341 2018-07-26 Tom de Vries <tdevries@suse.de>
5342
5343 PR breakpoints/23366
5344 * gdb.base/catch-follow-exec.c: New test.
5345 * gdb.base/catch-follow-exec.exp: New file.
5346
5347 2018-07-25 Tom de Vries <tdevries@suse.de>
5348
5349 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5350 vla-optimized-out.c.
5351
5352 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5353
5354 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5355 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5356
5357 2018-07-20 Tom de Vries <tdevries@suse.de>
5358
5359 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5360 NOCLONE macro.
5361 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5362
5363 2018-07-19 Tom de Vries <tdevries@suse.de>
5364
5365 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5366 regular expression.
5367
5368 2018-07-18 Tom de Vries <tdevries@suse.de>
5369
5370 * gdb.base/vla-optimized-out.c: New test.
5371 * gdb.base/vla-optimized-out.exp: New file.
5372
5373 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5374
5375 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5376 message "No address associated with hostname" when gdbserver
5377 cannot resolve the hostname.
5378
5379 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5380
5381 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5382 Add some test prefixes to make tests unique.
5383
5384 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5385
5386 * gdb.base/frameapply.c: New file.
5387 * gdb.base/frameapply.exp: New file.
5388
5389 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5390
5391 * gdb.base/skip.exp: Update expected error message.
5392
5393 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5394 Jan Kratochvil <jan.kratochvil@redhat.com>
5395 Paul Fertser <fercerpav@gmail.com>
5396 Tsutomu Seki <sekiriki@gmail.com>
5397
5398 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5399 parameter.
5400 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5401 by default.
5402 * boards/native-gdbserver.exp: Likewise.
5403 * gdb.server/run-without-local-binary.exp: Improve regexp used
5404 for detecting when a remote debugging connection succeeds.
5405 * gdb.server/server-connect.exp: New file.
5406 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5407 Do not prefix the port number with ":".
5408 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5409 support for detecting and using it. Add '$debughost_gdbserver'
5410 to the list of arguments used to start gdbserver. Handle case
5411 when gdbserver cannot resolve a network name.
5412
5413 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5414
5415 PR c++/23373
5416 * gdb.base/ptype-offsets.cc (struct static_member): New
5417 struct.
5418 (main) <stmember>: New variable.
5419 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5420 with a static member in it.
5421
5422 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5423
5424 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5425 watchpoints enabled and disabled.
5426
5427 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5428
5429 * gdb.base/examine-backward.exp: Still run tests around address
5430 0x0, even if address 0x0 is not readable. Update the pattern for
5431 matching address 0x0 in expected output.
5432
5433 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5434
5435 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5436 malloc/free.
5437
5438 2018-07-04 Tom de Vries <tdevries@suse.de>
5439
5440 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5441
5442 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5443
5444 PR tdep/8282
5445 * gdb.arch/mips-disassembler-options.exp: New test.
5446 * gdb.arch/mips-disassembler-options.s: New test source.
5447
5448 2018-06-29 Pedro Alves <palves@redhat.com>
5449
5450 * gdb.threads/names.exp: Adjust expected "info threads" output.
5451
5452 2018-06-29 Pedro Alves <palves@redhat.com>
5453
5454 * gdb.opt/inline-break.exp (line number, address): Add "info
5455 break" tests.
5456
5457 2018-06-29 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5460 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5461 number and address and running to them.
5462
5463 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5464
5465 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5466
5467 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5468
5469 * lib/compiler.c: Remove executable permission flag.
5470
5471 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5472
5473 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5474 code.
5475 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5476
5477 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5478
5479 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5480
5481 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5482
5483 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5484 address argument is omitted.
5485
5486 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5487
5488 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5489
5490 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5491
5492 PR gdb/21695
5493 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5494 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5495
5496 2018-06-26 Tom Tromey <tom@tromey.com>
5497
5498 PR rust/22574:
5499 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5500 * gdb.rust/simple.rs (struct SimpleLayout): New.
5501
5502 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5503
5504 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5505 "info registers" output.
5506
5507 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5508
5509 * gdb.base/watchpoint-hw-attach.c: New test.
5510 * gdb.base/watchpoint-hw-attach.exp: New file.
5511
5512 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5513
5514 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5515 through /bin/sh.
5516 * boards/dwarf4-gdb-index.exp: Likewise.
5517 * boards/fission-dwp.exp: Likewise.
5518
5519 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5520
5521 * gdb.base/float128.exp: Add comment and improved fail message
5522 to the failure case of "print large128" test.
5523
5524 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5525
5526 * configure.ac: Remove AC_PREREQ.
5527 * configure: Re-generate.
5528
5529 2018-06-19 Pedro Alves <palves@redhat.com>
5530
5531 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5532 (func_extern_caller): New.
5533 (main): Call func_extern_caller.
5534 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5535 logic change.
5536
5537 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5538
5539 PR gdb/16841
5540 * gdb.cp/typedef-base.cc: New file.
5541 * gdb.cp/typedef-base.exp: New file.
5542
5543 2018-06-18 Tom de Vries <tdevries@suse.de>
5544
5545 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5546
5547 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5548 Richard Bunt <Richard.Bunt@arm.com>
5549
5550 * gdb.threads/attach-slow-waitpid.c: New file.
5551 * gdb.threads/attach-slow-waitpid.exp: New file.
5552 * gdb.threads/slow-waitpid.c: New file.
5553
5554 2018-06-14 Pedro Alves <palves@redhat.com>
5555
5556 * gdb.base/fork-running-state.c: Include <errno.h>.
5557 (exit_if_relative_exits): New.
5558 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5559 exits.
5560 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5561 child exits.
5562
5563 2018-06-14 Tom de Vries <tdevries@suse.de>
5564
5565 PR cli/22573
5566 * gdb.base/finish-pretty.c: New test.
5567 * gdb.base/finish-pretty.exp: New file.
5568
5569 2018-06-14 Pedro Alves <palves@redhat.com>
5570
5571 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5572 gdb's expected startup output.
5573
5574 2018-06-14 Pedro Alves <palves@redhat.com>
5575
5576 * lib/selftest-support.exp (selftest_setup): Remove inlined
5577 function handling.
5578
5579 2018-06-14 Tom de Vries <tdevries@suse.de>
5580
5581 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5582 matching of breakpoint printing.
5583
5584 2018-06-13 Tom de Vries <tdevries@suse.de>
5585
5586 PR testsuite/23269
5587 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5588 (fork_child): ... here, and ...
5589 (fork_parent): ... here.
5590
5591 2018-06-12 Tom de Vries <tdevries@suse.de>
5592
5593 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5594
5595 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5596 Stephen Roberts <stephen.roberts@arm.com>
5597
5598 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5599 rewrite test to describe action performed, rather than possible
5600 failure.
5601
5602 2018-06-08 Gary Benson <gbenson@redhat.com>
5603
5604 * gdb.threads/check-libthread-db.exp: New file.
5605 * gdb.threads/check-libthread-db.c: Likewise.
5606
5607 2018-06-05 Tom Tromey <tom@tromey.com>
5608
5609 * gdb.base/default.exp: Update expected "show version" output.
5610
5611 2018-06-05 Tom Tromey <tom@tromey.com>
5612
5613 PR cli/12326:
5614 * gdb.cp/static-print-quit.exp: Update.
5615 * lib/gdb.exp (pagination_prompt): Update.
5616 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5617 * gdb.python/python.exp: Update.
5618
5619 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5620
5621 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5622
5623 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5624
5625 * gdb.ada/bp_fun_addr: New testcase.
5626
5627 2018-06-01 Tom Tromey <tom@tromey.com>
5628
5629 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5630 results.
5631 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5632 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5633 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5634 * gdb.base/maint.exp (maint_pass_if): Update.
5635
5636 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5637
5638 * gdb.base/endian.exp: New test.
5639 * gdb.base/endian.c: New test source.
5640
5641 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5642
5643 PR gdb/23203
5644 * gdb.base/bt-selected-frame.c: New file.
5645 * gdb.base/bt-selected-frame.exp: New file.
5646 * lib/gdb.exp (get_current_frame_number): New function.
5647
5648 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5649 Pedro Alves <palves@redhat.com>
5650
5651 * gdb.threads/tls-core.c: Include <stdlib.h>
5652 (thread_proc): Call `abort'.
5653 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5654 (tls_core_test): New procedure, bits factored out from ...
5655 (top level): ... here. Test both native cores and gcore cores.
5656
5657 2018-05-23 Tom Tromey <tom@tromey.com>
5658
5659 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5660
5661 2018-05-23 Tom Tromey <tom@tromey.com>
5662
5663 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5664 symfile_complaints.
5665 (test_short_complaints): Likewise.
5666 (test_empty_complaints): Likewise.
5667 (test_initial_complaints): Update.
5668
5669 2018-05-23 Tom Tromey <tom@tromey.com>
5670
5671 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5672
5673 2018-05-23 Tom Tromey <tom@tromey.com>
5674
5675 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5676 (test_short_complaints): Update.
5677
5678 2018-05-22 Pedro Alves <palves@redhat.com>
5679
5680 * gdb.base/remote.exp: Only gdb_start after compiling the
5681 testcase. Issue "disconnect" before testing "set remote" command
5682 defaults. Issue clean_restart before running to main.
5683
5684 2018-05-22 Pedro Alves <palves@redhat.com>
5685
5686 * gdb.base/remote.exp: Adjust expected output of "show remote
5687 memory-write-packet-size". Add tests for "set remote
5688 memory-write-packet-size 0" and "set remote
5689 memory-write-packet-size fixed/limit".
5690
5691 2018-05-22 Pedro Alves <palves@redhat.com>
5692
5693 PR gdb/22973
5694 * gdb.base/utf8-identifiers.c: New file.
5695 * gdb.base/utf8-identifiers.exp: New file.
5696
5697 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5698
5699 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5700
5701 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5702
5703 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5704
5705 2018-05-18 Tom Tromey <tom@tromey.com>
5706
5707 * gdb.base/ptype-offsets.exp: Update.
5708
5709 2018-05-17 Keith Seitz <keiths@redhat.com>
5710
5711 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5712 in expected breakpoint stop locations.
5713 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5714 move to proper scope to test variable values.
5715 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5716 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5717 New functions.
5718 (main): Call not_inline_func3.
5719 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5720 inline_func1, inline_func2, and inline_func3. Test that when each
5721 breakpoint is hit, GDB properly reports both the stop location
5722 and the backtrace. Repeat tests for temporary breakpoints.
5723
5724 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5725
5726 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5727 rather then trying to access it in determining whether the PID
5728 of `gdbserver' could have been retrieved.
5729
5730 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5731
5732 * gdb.arch/amd64-init-x87-values.S: New file.
5733 * gdb.arch/amd64-init-x87-values.exp: New file.
5734
5735 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5736
5737 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5738
5739 2018-05-04 Tom Tromey <tom@tromey.com>
5740
5741 PR python/22730:
5742 * gdb.python/python.exp: Test multi-line execute.
5743
5744 2018-05-04 Tom Tromey <tom@tromey.com>
5745
5746 PR python/22731:
5747 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5748
5749 2018-05-04 Tom Tromey <tom@tromey.com>
5750
5751 PR gdb/11750:
5752 * gdb.base/define.exp: Test defining a user command inside a user
5753 command.
5754 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5755
5756 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5757 Pedro Alves <palves@redhat.com>
5758
5759 PR breakpoints/19806 and support for PR external/20207.
5760 * gdb.base/watchpoint-unaligned.c: New file.
5761 * gdb.base/watchpoint-unaligned.exp: New file.
5762
5763 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5764
5765 * gdb.base/maint.exp: Make test names unique, use
5766 test_prefix_command_help to test 'help maint info', and remove
5767 repeated test of 'help maint'.
5768
5769 2018-05-04 Tom Tromey <tom@tromey.com>
5770
5771 PR gdb/22619:
5772 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5773 behavior.
5774
5775 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5776
5777 * gdb.base/maint.exp: Process output from 'maint print registers'
5778 line at a time.
5779
5780 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5781
5782 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5783 timeout.
5784
5785 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5786
5787 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5788 filter pattern.
5789
5790 2018-05-02 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5793 to_log_command renames.
5794 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5795
5796 2018-05-02 Tom Tromey <tom@tromey.com>
5797
5798 * gdb.python/py-parameter.exp: Set test message.
5799
5800 2018-05-02 Tom Tromey <tom@tromey.com>
5801
5802 PR python/20084:
5803 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5804 PARAM_ZUINTEGER_UNLIMITED tests.
5805
5806 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5807
5808 PR rust/23124
5809 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5810 when casting.
5811
5812 2018-04-30 Tom Tromey <tom@tromey.com>
5813
5814 * gdb.python/py-type.exp: Check align attribute.
5815 * gdb.python/py-type.c: New "aligncheck" global.
5816
5817 2018-04-30 Tom Tromey <tom@tromey.com>
5818
5819 PR exp/17095:
5820 * gdb.dwarf2/dw2-align.exp: New file.
5821 * gdb.cp/align.exp: New file.
5822 * gdb.base/align.exp: New file.
5823 * lib/gdb.exp (gdb_int128_helper): New proc.
5824 (has_int128_c, has_int128_cxx): New caching procs.
5825
5826 2018-04-27 Tom Tromey <tom@tromey.com>
5827
5828 PR rust/22545:
5829 * gdb.rust/simple.exp: Add inclusive range tests.
5830
5831 2018-04-26 Pedro Alves <palves@redhat.com>
5832
5833 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5834 ifunc breakpoint locations correctly of ifunc breakpoints set
5835 while the program resolves the ifunc.
5836
5837 2018-04-26 Pedro Alves <palves@redhat.com>
5838
5839 * gdb.base/gnu-ifunc-final.c: New file.
5840 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5841 * gdb.base/gnu-ifunc.exp (executable): Delete.
5842 (staticexecutable): Adjust.
5843 (lib_opts, exec_opts): Delete.
5844 (make_binsuffix, build, set-break): New procedures.
5845 (misc_tests): New, with tests factored out from the top level.
5846 (top level): Test different combinations of ifunc resolver name,
5847 resolver with and with debug info, and ifunc target with and
5848 without debug info. Wrap static tests with with_target_prefix.
5849
5850 2018-04-26 Pedro Alves <palves@redhat.com>
5851
5852 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5853 return type" warnings.
5854
5855 2018-04-25 Pedro Alves <palves@redhat.com>
5856
5857 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5858 killed".
5859 * gdb.base/kill-after-signal.exp: Likewise.
5860 * gdb.threads/kill.exp: Likewise.
5861
5862 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5863 Sergio Durigan Junior <sergiodj@redhat.com>
5864 Pedro Alves <palves@redhat.com>
5865
5866 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5867 regexps to expect for '[Inferior ... detached]' as well.
5868 * gdb.base/attach.exp: Likewise.
5869 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5870 "gdb_continue_to_end".
5871 (test_catch_syscall_with_wrong_args): Likewise.
5872 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5873 ']'. Don't set 'verbose' on.
5874 * gdb.base/foll-vfork.exp: Likewise.
5875 * gdb.base/fork-print-inferior-events.c: New file.
5876 * gdb.base/fork-print-inferior-events.exp: New file.
5877 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5878 '[Inferior ... has been killed]' message.
5879 * gdb.base/kill-after-signal.exp: Likewise.
5880 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5881 detach message.
5882 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5883 message.
5884 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5885 regexps to expect for '[Inferior ... detached]' as well.
5886 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5887
5888 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5889
5890 PR gdb/23104
5891 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5892
5893 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5894
5895 PR gdb/23095
5896 * gdb.base/break-probes.exp: Pass shlib_load to
5897 prepare_for_testing. Set normal_bp to r_debug_state if target is
5898 bsd.
5899
5900 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5901
5902 * gdb.threads/multiple-successive-infcall.c: New test.
5903 * gdb.threads/multiple-successive-infcall.exp: New file.
5904
5905 2018-04-17 Tom Tromey <tom@tromey.com>
5906
5907 * gdb.rust/simple.rs (Union): New type.
5908 (main): New local "u".
5909 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5910
5911 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5912
5913 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5914 number information in output of "whereis" command.
5915 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5916
5917 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5918
5919 * gdb.ada/info_types.exp: Adjust expected output to the line
5920 numbers now printed by "info var/func/type".
5921 * gdb.base/completion.exp: Likewise.
5922 * gdb.base/included.exp: Likewise.
5923 * gdb.cp/cp-relocate.exp: Likewise.
5924 * gdb.cp/cplusfuncs.exp: Likewise.
5925 * gdb.cp/namespace.exp: Likewise.
5926 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5927
5928 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5929
5930 * gdb.btrace/cpu.exp: New.
5931
5932 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5933
5934 * gdb.base/step-indirect-call-thunk.exp: New.
5935 * gdb.base/step-indirect-call-thunk.c: New.
5936 * gdb.reverse/step-indirect-call-thunk.exp: New.
5937 * gdb.reverse/step-indirect-call-thunk.c: New.
5938
5939 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5940
5941 * gdb.base/pie-fork.c: New file.
5942 * gdb.base/pie-fork.exp: New file.
5943
5944 2018-04-11 Tom Tromey <tom@tromey.com>
5945
5946 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5947
5948 2018-04-10 Pedro Alves <palves@redhat.com>
5949
5950 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5951 exits. Instead loop running forever.
5952 (fork_parent): Run forever too.
5953
5954 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5955
5956 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5957 mi_continue_to_line.
5958 * gdb.mi/mi-stack.c (callee4): Add comment.
5959
5960 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5961
5962 * gdb.mi/mi-stack.exp: Fix indentation.
5963
5964 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5965
5966 PR gdb/22979
5967 * gdb.arch/amd64-osabi.exp: New file.
5968
5969 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5970
5971 PR gdb/22980
5972 * gdb.base/osabi.exp: New file.
5973
5974 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5975
5976 * gdb.cp/static-typedef-print.exp: New file.
5977 * gdb.cp/static-typedef-print.cc: New file.
5978
5979 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5980
5981 * gdb.ada/varsize_limit: New testcase.
5982
5983 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5984
5985 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5986
5987 * gdb.ada/notcplusplus: New testcase.
5988
5989 * gdb.base/c-linkage-name.c: New file.
5990 * gdb.base/c-linkage-name.exp: New testcase.
5991
5992 2018-03-26 Tom Tromey <tom@tromey.com>
5993
5994 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5995 * gdb.python/py-framefilter.py (name_error): New global.
5996 (ErrorInName.function): Use name_error.
5997
5998 2018-03-26 Tom Tromey <tom@tromey.com>
5999
6000 PR backtrace/15582:
6001 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6002
6003 2018-03-23 Keith Seitz <keiths@redhat.com>
6004
6005 PR c++/22968
6006 * gdb.cp/subtypes.exp: New file.
6007 * gdb.cp/subtypes.h: New file.
6008 * gdb.cp/subtypes.cc: New file.
6009 * gdb.cp/subtypes-2.cc: New file.
6010
6011 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6012
6013 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6014 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6015 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6016 -nostartfiles when compiling the test. Confirm that all registers
6017 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6018
6019 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6020
6021 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6022 option, syntax was wrong anyway.
6023 * gdb.arch/arm-disp-step.exp: Likewise.
6024 * gdb.arch/sparc64-regs.exp: Likewise.
6025 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6026 option, syntax was wrong anyway, switch to use
6027 prepare_for_testing.
6028 * gdb.arch/i386-disp-step.exp: Likewise.
6029
6030 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6031
6032 * gdb.ada/exec_changed.exp: Replace "target_info exists
6033 use_gdb_stub" by "use_gdb_stub".
6034 * gdb.ada/start.exp: Likewise.
6035 * gdb.base/async-shell.exp: Likewise.
6036 * gdb.base/attach-pie-misread.exp: Likewise.
6037 * gdb.base/attach-wait-input.exp: Likewise.
6038 * gdb.base/break-entry.exp: Likewise.
6039 * gdb.base/break-interp.exp: Likewise.
6040 * gdb.base/dprintf-detach.exp: Likewise.
6041 * gdb.base/nostdlib.exp: Likewise.
6042 * gdb.base/solib-nodir.exp: Likewise.
6043 * gdb.base/statistics.exp: Likewise.
6044 * gdb.base/testenv.exp: Likewise.
6045 * gdb.mi/mi-exec-run.exp: Likewise.
6046 * gdb.mi/mi-start.exp: Likewise.
6047 * gdb.multi/dummy-frame-restore.exp: Likewise.
6048 * gdb.multi/multi-arch-exec.exp: Likewise.
6049 * gdb.multi/multi-arch.exp: Likewise.
6050 * gdb.multi/tids.exp: Likewise.
6051 * gdb.multi/watchpoint-multi.exp: Likewise.
6052 * gdb.python/py-events.exp: Likewise.
6053 * gdb.threads/attach-into-signal.exp: Likewise.
6054 * gdb.threads/attach-stopped.exp: Likewise.
6055 * gdb.threads/threadapply.exp: Likewise.
6056 * lib/selftest-support.exp: Likewise.
6057
6058 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6059
6060 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6061
6062 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6063
6064 * gdb.perf/template-breakpoints.cc: New file.
6065 * gdb.perf/template-breakpoints.exp: New file.
6066 * gdb.perf/template-breakpoints.py: New file.
6067
6068 2018-03-19 Tom Tromey <tom@tromey.com>
6069
6070 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6071 y0.
6072 * gdb.rust/simple.exp: Test bare identifier form of struct
6073 initializer.
6074
6075 2018-03-19 Tom Tromey <tom@tromey.com>
6076
6077 * gdb.gdb/observer.exp: Remove.
6078
6079 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6080
6081 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6082 "qualified" option when setting breakpoints.
6083 * gdb.trace/backtrace.exp: Likewise.
6084 * gdb.trace/circ.exp: Likewise.
6085 * gdb.trace/collection.exp: Likewise.
6086 * gdb.trace/disconnected-tracing.exp: Likewise.
6087 * gdb.trace/ftrace-lock.exp: Likewise.
6088 * gdb.trace/ftrace.exp: Likewise.
6089 * gdb.trace/infotrace.exp: Likewise.
6090 * gdb.trace/packetlen.exp: Likewise.
6091 * gdb.trace/passc-dyn.exp: Likewise.
6092 * gdb.trace/qtro.exp: Likewise.
6093 * gdb.trace/read-memory.exp: Likewise.
6094 * gdb.trace/report.exp: Likewise.
6095 * gdb.trace/signal.exp: Likewise.
6096 * gdb.trace/status-stop.exp: Likewise.
6097 * gdb.trace/strace.exp: Likewise.
6098 * gdb.trace/tfind.exp: Likewise.
6099 * gdb.trace/trace-break.exp: Likewise.
6100 * gdb.trace/trace-condition.exp: Likewise.
6101 * gdb.trace/trace-mt.exp: Likewise.
6102 * gdb.trace/tstatus.exp: Likewise.
6103 * gdb.trace/tsv.exp: Likewise.
6104 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6105 * gdb.trace/unavailable.exp: Likewise.
6106 * gdb.trace/while-dyn.exp: Likewise.
6107
6108 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6109
6110 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6111 that libinproctrace is copied to the target.
6112
6113 2018-03-14 Tom Tromey <tom@tromey.com>
6114
6115 PR cli/14977:
6116 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6117 a null pointer.
6118 * gdb.base/wchar.exp: Likewise.
6119
6120 2018-03-14 Tom Tromey <tom@tromey.com>
6121
6122 PR cli/19918:
6123 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6124 flag.
6125
6126 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6127
6128 PR gdb/22841
6129 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6130 "target" to remote_exec.
6131
6132 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6133
6134 PR gdb/22841
6135 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6136 ${board}_upload): Remove.
6137
6138 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6139
6140 * gdb.cp/watch-cp.cc: New test.
6141 * gdb.cp/watch-cp.exp: New file.
6142
6143 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6144
6145 * gdb.base/infcall-nested-structs.exp: New file.
6146 * gdb.base/infcall-nested-structs.c: New file.
6147 * gdb.base/float.exp: Add riscv support.
6148
6149 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6150
6151 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6152 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6153
6154 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6155
6156 * gdb.server/abspath.exp: New file.
6157 * lib/gdb.exp (with_cwd): New procedure.
6158
6159 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6160
6161 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6162 use it.
6163 (gdb_is_target_remote_prompt): New proc.
6164 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6165 (gdb_is_target_native): Pass prompt parameter to
6166 gdb_is_target_1.
6167
6168 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6169
6170 * gdb.base/load-command.c: New file.
6171 * gdb.base/load-command.exp: New file.
6172 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6173 (gdb_is_target_1): ...this, and generalize for other targets
6174 than just remote.
6175 (gdb_is_target_remote): Use gdb_is_target_1.
6176 (gdb_is_target_native): use gdb_is_target_1.
6177
6178 2018-02-26 Tom Tromey <tom@tromey.com>
6179
6180 PR python/16497:
6181 * gdb.python/py-framefilter.exp: Update test.
6182
6183 2018-02-26 Tom Tromey <tom@tromey.com>
6184
6185 * gdb.dwarf2/variant.c: New file.
6186 * gdb.dwarf2/variant.exp: New file.
6187
6188 2018-02-26 Tom Tromey <tom@tromey.com>
6189
6190 * gdb.rust/simple.exp: Accept more possible results in enum test.
6191
6192 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6193
6194 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6195 parentheses.
6196
6197 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6198
6199 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6200 name of a variable: $actual_linejj -> $actual_line.
6201
6202 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6203
6204 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6205
6206 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6207
6208 * gdb.btrace/buffer-size.exp: Do not force BTS.
6209
6210 2018-02-14 Pedro Alves <palves@redhat.com>
6211
6212 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6213 getting a "Quit".
6214
6215 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6216
6217 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6218 Fix test name.
6219
6220 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6221
6222 * gdb.cp/m-static.exp: Check type of optimized out static
6223 member.
6224
6225 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6226
6227 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6228 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6229
6230 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6231 Leszek Swirski <leszeks@google.com>
6232
6233 * gdb.python/py-prettyprint.c
6234 (struct to_string_returns_value_inner,
6235 struct to_string_returns_value_wrapper): New.
6236 (main): Add tsrvw variable.
6237 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6238 ToStringReturnsValueWrapper): New classes.
6239 (register_pretty_printers): Register new pretty-printers.
6240 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6241 recursive pretty printer.
6242 * gdb.python/py-mi.exp: Likewise.
6243
6244 2018-02-01 Leszek Swirski <leszeks@google.com>
6245
6246 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6247 functions with the same name as an include file are parsed
6248 correctly.
6249
6250 2018-02-01 Yao Qi <yao.qi@linaro.org>
6251
6252 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6253 "\[^\r\n\]*".
6254
6255 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6256
6257 * gdb.arch/powerpc-prologue-frame.s: New file.
6258 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6259 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6260
6261 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6262
6263 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6264
6265 2018-01-30 Pedro Alves <palves@redhat.com>
6266
6267 PR gdb/13211
6268 * gdb.base/interrupt-daemon.c: New.
6269 * gdb.base/interrupt-daemon.exp: New.
6270 * gdb.multi/multi-term-settings.c: New.
6271 * gdb.multi/multi-term-settings.exp: New.
6272
6273 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6274
6275 * gdb.base/break.exp: Save the location where the breakpoint
6276 on break.c:47 was actually inserted when debugging the version
6277 compiled at -O2 and use it in the expected output of the "info
6278 break" test performed soon after.
6279
6280 2018-01-22 Pedro Alves <palves@redhat.com>
6281 Sergio Durigan Junior <sergiodj@redhat.com>
6282
6283 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6284 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6285
6286 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6287
6288 * gdb.base/break-include.c, gdb.base/break-include.inc,
6289 gdb.base/break-include.exp: New files.
6290 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6291 line number now being the actual line number where the breakpoint
6292 was inserted.
6293 * gdb.mi/mi-break.exp: Likewise.
6294 * gdb.mi/mi-reverse.exp: Likewise.
6295 * gdb.mi/mi-simplerun.exp: Ditto.
6296
6297 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6298
6299 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6300 varobj.
6301 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6302
6303 2018-01-21 Don Breazeal <donb@codesourcery.com>
6304 Andrew Burgess <andrew.burgess@embecosm.com>
6305
6306 * gdb.mi/basics.c: Add new global.
6307 * gdb.mi/mi-frame-regs.exp: New file.
6308 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6309 case.
6310
6311 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6312
6313 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6314 non-parameter, and on an unknown symbol.
6315
6316 2018-01-19 Tom Tromey <tom@tromey.com>
6317
6318 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6319 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6320
6321 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6322
6323 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6324 setrlimit and chdir to int.
6325
6326 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6327
6328 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6329 function.
6330 (my_tend): Likewise.
6331 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6332 rationale of avoiding FP- and vector instructions.
6333
6334 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6335
6336 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6337 "info reg" with "\[ \t\]*".
6338 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6339 "\[ \t\]+".
6340 * gdb.arch/s390-multiarch.exp: Ditto.
6341 * gdb.base/pc-fp.exp: Ditto.
6342 * gdb.reverse/i386-precsave.exp: Ditto.
6343 * gdb.reverse/i386-reverse.exp: Ditto.
6344 * gdb.reverse/i387-env-reverse.exp: Ditto.
6345 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6346
6347 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6348
6349 * lib/gdb.exp (gdb_compile): Re-enable use of
6350 universal_compile_options for languages other than Rust.
6351
6352 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6353
6354 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6355
6356 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6357
6358 PR gdb/16577
6359 * gdb.base/solib-vanish.exp: New.
6360 * gdb.base/solib-vanish-main.c: New.
6361 * gdb.base/solib-vanish-lib1.c: New.
6362 * gdb.base/solib-vanish-lib2.c: New.
6363
6364 2018-01-17 Yao Qi <yao.qi@linaro.org>
6365
6366 * gdb.compile/compile.exp: Match the address printed for
6367 frame in the output of command "bt".
6368
6369 2018-01-15 Tom Tromey <tom@tromey.com>
6370
6371 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6372 compute sp_reg.
6373
6374 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6375
6376 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6377 to prepare.
6378 (prepare): Return 0 on error, 1 on success.
6379
6380 2018-01-12 Pedro Alves <palves@redhat.com>
6381
6382 * gdb.base/continue-after-aborted-step-over.c: New.
6383 * gdb.base/continue-after-aborted-step-over.exp: New.
6384
6385 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6386
6387 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6388 options when not creating an executable.
6389
6390 2018-01-11 Pedro Alves <palves@redhat.com>
6391
6392 PR remote/22597
6393 * gdb.server/stop-reply-no-thread.c: New file.
6394 * gdb.server/stop-reply-no-thread.exp: New file.
6395
6396 2018-01-10 Pedro Alves <palves@redhat.com>
6397
6398 PR gdb/22670
6399 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6400 functions too. Test setting breakpoints and printing C functions
6401 with no debug info too.
6402 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6403
6404 2018-01-10 Pedro Alves <palves@redhat.com>
6405
6406 PR gdb/22670
6407 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6408 a fail.
6409
6410 2018-01-10 Pedro Alves <palves@redhat.com>
6411
6412 PR gdb/22670
6413 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6414
6415 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6416
6417 * gdb.server/unittest.exp: Match the output in non-development
6418 mode.
6419
6420 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6421
6422 * gdb.gdb/unittest.exp: Match output in non-development mode.
6423
6424 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6425
6426 * gdb.ada/access_tagged_param.exp: Relax expected output
6427 for value of "ObjL" in "continue" to pck.inspect breakpoint
6428 test.
6429
6430 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6431
6432 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6433 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6434
6435 2018-01-05 Pedro Alves <palves@redhat.com>
6436
6437 PR gdb/18653
6438 * gdb.base/libsegfault.exp: New.
6439
6440 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6441
6442 PR gdb/22670
6443 * gdb.ada/access_tagged_param.exp: New file.
6444 * gdb.ada/access_tagged_param/foo.adb: New file.
6445
6446 2018-01-05 Pedro Alves <palves@redhat.com>
6447
6448 PR gdb/22670
6449 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6450 exercise lower case too, and to exercise both full matching and
6451 wild matching.
6452
6453 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6454
6455 * gdb.ada/rename_subscript_param: New testcase.
6456
6457 2018-01-05 Jerome Guitton <guitton@adacore.com>
6458
6459 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6460
6461 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6462
6463 * gdb.ada/convvar_comp: New testcase.
6464
6465 2018-01-05 Xavier Roirand <roirand@adacore.com>
6466
6467 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6468 (My_Table): New global variable.
6469 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6470
6471 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6472
6473 PR gdb/22670
6474 * gdb.ada/maint_with_ada: New testcase.
6475
6476 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6477
6478 PR gdb/22670
6479 * gdb.ada/bp_c_mixed_case: New testcase.
6480
6481 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6482
6483 PR gdb/22670
6484 * gdb.ada/complete.exp: Add "complete break ada" test.
6485
6486 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6487
6488 PR gdb/22670
6489 * gdb.ada/info_addr_mixed_case: New testcase.
6490
6491 2018-01-03 Xavier Roirand <roirand@adacore.com>
6492
6493 * gdb.ada/excep_handle.exp: New testcase.
6494 * gdb.ada/excep_handle/foo.adb: New file.
6495 * gdb.ada/excep_handle/pck.ads: New file.
6496
6497 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6498
6499 * gdb.base/step-line.c: Add extra empty line in copyright header.
6500 * gdb.base/step-line.inp: Likewise.
6501
6502 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6503
6504 * gdb.ada/dyn_stride.exp: Add slice test.
6505
6506 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6507
6508 * gdb.ada/dyn_stride: New testcase.
6509
6510 2017-12-27 Stafford Horne <shorne@gmail.com>
6511
6512 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6513 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6514
6515 2017-12-27 Stafford Horne <shorne@gmail.com>
6516
6517 * gdb.base/reggroups.c: New file.
6518 * gdb.base/reggroups.exp: New file.
6519
6520 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6521
6522 * gdb.dwarf2/ada-valprint-error.c: New file.
6523 * gdb.dwarf2/ada-valprint-error.exp: New file.
6524
6525 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6526
6527 * gdb.ada/assign_arr: New testcase.
6528
6529 2017-12-18 Xavier Roirand <roirand@adacore.com>
6530
6531 * gdb.ada/funcall_ptr: New testcase.
6532
6533 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6534
6535 PR cli/16224
6536 * gdb.base/ptype-offsets.cc: New file.
6537 * gdb.base/ptype-offsets.exp: New file.
6538
6539 2017-12-15 Yao Qi <yao.qi@linaro.org>
6540
6541 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6542 if XML is disabled.
6543
6544 2017-12-15 Xavier Roirand <roirand@adacore.com>
6545
6546 * gdb.ada/same_component_name: New testcase.
6547
6548 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6549
6550 * gdb.ada/str_binop_equal: New testcase.
6551
6552 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6553
6554 * gdb.ada/task_switch_in_core: New testcase.
6555
6556 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6557
6558 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6559 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6560 call test_bkpt_qualified.
6561 (test_bkpt_qualified): New proc.
6562
6563 2017-12-13 Pedro Alves <palves@redhat.com>
6564
6565 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6566 Tighten regexp by matching with an anchor.
6567
6568 2017-12-13 Pedro Alves <palves@redhat.com>
6569
6570 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6571 ("expression with namespace"): New set of tests.
6572 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6573 (Nested::Test_NS::qux): New.
6574 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6575 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6576
6577 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6578
6579 * gdb.base/server-del-break.c: New file.
6580 * gdb.base/server-del-break.exp: New file.
6581
6582 2017-12-12 Stafford Horne <shorne@gmail.com>
6583
6584 * gdb.xml/tdesc-regs.exp: Add or1k support.
6585
6586 2017-12-12 Stafford Horne <shorne@gmail.com>
6587
6588 * gdb.base/bp-permanent.c: Define nop of or1k.
6589
6590 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6591
6592 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6593 output with components being reordered.
6594
6595 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6596
6597 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6598 output with components being reordered.
6599
6600 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6601 Pedro Alves <palves@redhat.com>
6602
6603 * gdb.base/maint.exp (check for .gdb_index): Check also for
6604 .debug_names.
6605 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6606 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6607 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6608 (.gdb_index used after symbol reloading): Support also .debug_names.
6609 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6610
6611 2017-12-08 Yao Qi <yao.qi@linaro.org>
6612
6613 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6614 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6615
6616 2017-12-08 Yao Qi <yao.qi@linaro.org>
6617
6618 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6619 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6620
6621 2017-12-08 Yao Qi <yao.qi@linaro.org>
6622
6623 * gdb.arch/aarch64-tagged-pointer.c: New file.
6624 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6625
6626 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6627
6628 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6629 "int".
6630
6631 2017-12-07 Keith Seitz <keiths@redhat.com>
6632
6633 PR breakpoints/22569
6634 * gdb.linespec/ls-errs.exp: Change expected result of "break
6635 -source this file has spaces.c -line 3".
6636 Check that an explicit source file followed by whitespace is
6637 identified as an invalid explicit location.
6638
6639 2017-12-07 Keith Seitz <keiths@redhat.com>
6640
6641 * gdb.cp/nested-types.cc: New file.
6642 * gdb.cp/nested-types.exp: New file.
6643 * lib/cp-support.exp: Load data-structures.exp library.
6644 (debug_cp_test_ptype_class): New global.
6645 (cp_ptype_class_verbose, next_line): New procedures.
6646 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6647 Add and document new return value.
6648 Switch the list of lines to a queue.
6649 Add support for new `type' key for nested type definitions.
6650 Add debugging/troubleshooting messages.
6651 * lib/data-structures.exp: New file.
6652
6653 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6654
6655 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6656 with proc_with_prefix, don't use with_test_prefix.
6657
6658 2017-12-07 Tom Tromey <tom@tromey.com>
6659
6660 * gdb.base/break.exp: Add test for empty "commands".
6661
6662 2017-12-07 Yao Qi <yao.qi@linaro.org>
6663
6664 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6665 malloc and catch syscall.
6666
6667 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6668
6669 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6670 tests for explicit locations.
6671
6672 2017-12-06 Pedro Alves <palves@redhat.com>
6673
6674 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6675 force-disabling XML descriptions.
6676
6677 2017-12-04 Pedro Alves <palves@redhat.com>
6678
6679 PR gdb/22499
6680 * gdb.arch/amd64-disp-step-avx.S: New file.
6681 * gdb.arch/amd64-disp-step-avx.exp: New file.
6682
6683 2017-12-03 Pedro Alves <palves@redhat.com>
6684
6685 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6686 and <string.h>.
6687 (parent_function): Print distinct messages when waitpid fails, or
6688 the child exits with a signal, or the child exits for an unhandled
6689 reason.
6690 * gdb.threads/process-dies-while-detaching.exp
6691 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6692 it. Wait for both inferior output and GDB's prompt. Use an
6693 indirect spawn id list.
6694 (do_detach): New parameter 'child_exit'. Use it to compute
6695 expected inferior output.
6696 (test_detach, test_detach_watch, test_detach_killed_outside):
6697 Adjust to pass down the expected child exit kind.
6698
6699 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6700 Sergio Durigan Junior <sergiodj@redhat.com>
6701 Pedro Alves <palves@redhat.com>
6702
6703 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6704
6705 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6706
6707 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6708 to 'symbol-file' and 'add-symbol-file' can be
6709 position-independent.
6710
6711 2017-12-01 Yao Qi <yao.qi@linaro.org>
6712
6713 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6714 the URL in copyright header.
6715 * gdb.arch/aarch64-fp.exp: Likewise.
6716 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6717 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6718 * gdb.base/expand-psymtabs.exp: Likewise.
6719 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6720 * gdb.fortran/common-block.exp: Likewise.
6721 * gdb.fortran/common-block.f90: Likewise.
6722 * gdb.fortran/logical.exp: Likewise.
6723 * gdb.fortran/vla-datatypes.f90: Likewise.
6724 * gdb.fortran/vla-sub.f90: Likewise.
6725
6726 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6727
6728 * gdb.ada/repeat_dyn: New testcase.
6729
6730 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6731
6732 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6733 Update for changed thread numbering.
6734 * gdb.cell/bt.exp: Update for changed GDB output.
6735
6736 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6737
6738 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6739 setting isremote by hand.
6740 * boards/dwarf4-gdb-index.exp: Likewise.
6741 * boards/fission.exp: Likewise.
6742 * boards/stabs.exp: Likewise.
6743
6744 2017-11-30 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.linespec/cpls-ops.exp
6747 (check_explicit_skips_function_argument): Extract the underlying
6748 type of size_t instead of hardcoding it.
6749
6750 2017-11-29 Pedro Alves <palves@redhat.com>
6751
6752 PR c++/19436
6753 * gdb.linespec/cpls-abi-tag.cc: New file.
6754 * gdb.linespec/cpls-abi-tag.exp: New file.
6755
6756 2017-11-29 Pedro Alves <palves@redhat.com>
6757
6758 * gdb.base/langs.exp: Use -qualified.
6759 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6760 it.
6761 * gdb.cp/namespace.exp: Use -qualified.
6762 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6763 (overload-3, template-overload, template-ret-type, const-overload)
6764 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6765 procedures.
6766 (test_driver): Call them.
6767 * gdb.cp/save-bp-qualified.cc: New.
6768 * gdb.cp/save-bp-qualified.exp: New.
6769 * gdb.linespec/explicit.exp: Test -qualified.
6770 * lib/completion-support.exp (completion::explicit_opts_list): Add
6771 "-qualified".
6772 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6773
6774 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6775
6776 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6777
6778 2017-11-29 Tom Tromey <tom@tromey.com>
6779
6780 * gdb.base/relocate.exp: Update invalid argument test.
6781 Add new tests for invalid arguments.
6782
6783 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6784
6785 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6786 Return 0 as a long.
6787 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6788
6789 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6790
6791 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6792 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6793 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6794 func ().
6795 * gdb.cp/shadow.cc (B.func): Return 0.
6796
6797 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6798
6799 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6800 expected output in gdb_expect call to allow the exception
6801 message to be present as well. Fix syntax confusion to avoid
6802 TCL thinking that exception_name is an array.
6803
6804 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6805
6806 * gdb.arch/spu-info.c: Include <unistd.h>.
6807 (do_signal_test): Fix broken calls to write.
6808 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6809 Fix checks for empty mailboxes. Update signal tests for corrected
6810 do_signal_test routine. Allow nonzero event status.
6811 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6812 * gdb.cell/arch.exp: Use standard_output_file.
6813 * gdb.cell/break.exp: Likewise.
6814 * gdb.cell/bt.exp: Likewise.
6815 * gdb.cell/core.exp: Likewise.
6816 * gdb.cell/dwarfaddr.exp: Likewise.
6817 * gdb.cell/ea-cache.exp: Likewise.
6818 * gdb.cell/ea-standalone.exp: Likewise.
6819 * gdb.cell/f-regs.exp: Likewise.
6820 * gdb.cell/fork.exp: Likewise.
6821 * gdb.cell/gcore.exp: Likewise.
6822 * gdb.cell/mem-access.exp: Likewise.
6823 * gdb.cell/ptype.exp: Likewise.
6824 * gdb.cell/registers.exp: Likewise.
6825 * gdb.cell/sizeof.exp: Likewise.
6826 * gdb.cell/solib-symbol.exp: Likewise.
6827 * gdb.cell/solib.exp: Likewise.
6828
6829 2017-11-25 Pedro Alves <palves@redhat.com>
6830
6831 * gdb.base/complete-empty.exp: New file.
6832 * gdb.base/completion.exp: Adjust.
6833
6834 2017-11-25 Pedro Alves <palves@redhat.com>
6835
6836 * gdb.linespec/cpls-ops.cc: New file.
6837 * gdb.linespec/cpls-ops.exp: New file.
6838 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6839 factored out from ...
6840 (test_complete_prefix_range): ... this.
6841
6842 2017-11-24 Pedro Alves <palves@redhat.com>
6843
6844 * gdb.linespec/cpcompletion.exp: New file.
6845 * gdb.linespec/cpls-hyphen.cc: New file.
6846 * gdb.linespec/cpls.cc: New file.
6847 * gdb.linespec/cpls2.cc: New file.
6848 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6849 test to use test_gdb_complete_unique. Add label completion,
6850 keyword completion and explicit location completion tests.
6851 * lib/completion-support.exp: New file.
6852
6853 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6854
6855 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6856 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6857 when hitting an exception catchpoint.
6858
6859 2017-11-22 Yao Qi <yao.qi@linaro.org>
6860
6861 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6862
6863 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6864
6865 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6866 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6867 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6868
6869 2017-11-22 Yao Qi <yao.qi@linaro.org>
6870
6871 * gdb.base/info-os.exp: Pass pthreads.
6872 * gdb.multi/multi-attach.exp: Likewise.
6873
6874 2017-11-22 Yao Qi <yao.qi@linaro.org>
6875
6876 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6877 compiler.
6878
6879 2017-11-22 Yao Qi <yao.qi@linaro.org>
6880
6881 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6882 * gdb.base/break-interp.exp: Likewise.
6883 * gdb.base/jit-attach-pie.exp: Likewise.
6884
6885 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6886
6887 * gdb.base/float128.c (large128): New variable.
6888 * gdb.base/float128.exp: Add test to print largest __float128 value.
6889
6890 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6891
6892 * gdb.arch/vsx-regs.exp: Update register content checks.
6893
6894 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6895
6896 * gdb.arch/ppc-longdouble.exp: New file.
6897 * gdb.arch/ppc-longdouble.c: Likewise.
6898
6899 2017-11-21 Pedro Alves <palves@redhat.com>
6900
6901 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6902
6903 2017-11-20 Pedro Alves <palves@redhat.com>
6904
6905 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6906 (long_double_typedef): New typedefs.
6907 Use DEF on double and long double.
6908 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6909 cases.
6910 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6911 and 'long_double_ptr_same_size' locals. Use them to decide
6912 whether cast from array/function to float is valid/invalid.
6913
6914 2017-11-17 Tom Tromey <tom@tromey.com>
6915
6916 * gdb.rust/traits.rs: New file.
6917 * gdb.rust/traits.exp: New file.
6918
6919 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6920
6921 * gdb.ada/minsyms: New testcase.
6922
6923 2017-11-16 Pedro Alves <palves@redhat.com>
6924
6925 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6926 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6927
6928 2017-11-16 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6931 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6932
6933 2017-11-16 Pedro Alves <palves@redhat.com>
6934
6935 * gdb.server/reconnect-ctrl-c.c: New file.
6936 * gdb.server/reconnect-ctrl-c.exp: New file.
6937
6938 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6939
6940 * gdb.python/py-rbreak.exp: New file.
6941 * gdb.python/py-rbreak.c: New file.
6942 * gdb.python/py-rbreak-func2.c: New file.
6943
6944 2017-11-16 Pedro Alves <palves@redhat.com>
6945
6946 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6947 pattern.
6948 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6949 GDB.
6950
6951 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6952
6953 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6954 regex.
6955
6956 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6957
6958 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6959 test names.
6960
6961 2017-11-09 Pedro Alves <palves@redhat.com>
6962
6963 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6964 factored out from ...
6965 (top level): ... here, and adjusted to avoid expecting beyond the
6966 prompt in a single gdb_test_multiple.
6967
6968 2017-11-09 Pedro Alves <palves@redhat.com>
6969
6970 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6971 output.
6972 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6973 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6974 * gdb.server/ext-run.exp ("kill" test): Likewise.
6975 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6976
6977 2017-11-09 Pedro Alves <palves@redhat.com>
6978
6979 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6980 match till end of line.
6981
6982 2017-11-09 Pedro Alves <palves@redhat.com>
6983
6984 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6985
6986 2017-11-09 Pedro Alves <palves@redhat.com>
6987
6988 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6989 New procedures, factored out from ...
6990 (top level): ... here, and adjusted to avoid expecting beyond the
6991 prompt in one go.
6992
6993 2017-11-09 Pedro Alves <palves@redhat.com>
6994
6995 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6996 output. Fix '?' match.
6997
6998 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6999
7000 * gdb.ada/scoped_watch: New testcase.
7001 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7002 which is actually correct.
7003 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7004 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7005
7006 2017-11-08 Pedro Alves <palves@redhat.com>
7007
7008 * gdb.gdb/complaints.exp (test_initial_complaints)
7009 (test_serial_complaints, test_short_complaints): Call
7010 complaint_internal instead of complaint.
7011
7012 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7013
7014 * gdb.threads/tls-core.c: New file.
7015 * gdb.threads/tls-core.exp: Likewise.
7016
7017 2017-11-08 Pedro Alves <palves@redhat.com>
7018
7019 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7020 (p Exported_Capitalized): New test.
7021 (p exported_capitalized): New test.
7022
7023 2017-11-07 Pedro Alves <palves@redhat.com>
7024
7025 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7026
7027 2017-11-07 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7030 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7031 (disable_invalid, disable_inverted, disable_negative): New
7032 procedures.
7033 ("bad numbers"): New set of tests.
7034
7035 2017-11-07 Pedro Alves <palves@redhat.com>
7036
7037 * gdb.cp/ena-dis-br-range.exp: Add tests.
7038
7039 2017-11-07 Pedro Alves <palves@redhat.com>
7040
7041 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7042
7043 2017-11-07 Xavier Roirand <roirand@adacore.com>
7044 Pedro Alves <palves@redhat.com>
7045
7046 * gdb.base/ena-dis-br.exp: Add reference to
7047 gdb.cp/ena-dis-br-range.exp.
7048 * gdb.cp/ena-dis-br-range.exp: New file.
7049 * gdb.cp/ena-dis-br-range.cc: New file.
7050
7051 2017-11-06 Pedro Alves <palves@redhat.com>
7052
7053 * gdb.base/attach-non-pgrp-leader.c: New.
7054 * gdb.base/attach-non-pgrp-leader.exp: New.
7055
7056 2017-11-06 Pedro Alves <palves@redhat.com>
7057
7058 * configure.ac: No longer check for termio.h and sgtty.h.
7059 * configure: Regenerate.
7060 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7061 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7062 Remove termio and sgtty code.
7063
7064 2017-11-03 Yao Qi <yao.qi@linaro.org>
7065
7066 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7067 in GDB is disabled.
7068
7069 2017-11-03 Yao Qi <yao.qi@linaro.org>
7070
7071 * gdb.python/py-thrhandle.exp: Skip it if python is not
7072 enabled.
7073
7074 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7075
7076 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7077 as a breakpoint command.
7078
7079 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7080
7081 PR python/21213
7082 * gdb.python/py-infthread.exp: Test calling
7083 InferiorThread.inferior () multiple times in a row.
7084
7085 2017-10-27 Keith Seitz <keiths@redhat.com>
7086
7087 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7088 Test "info break" for every inlined function breakpoint.
7089
7090 2017-10-27 Yao Qi <yao.qi@linaro.org>
7091
7092 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7093
7094 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7095
7096 * gdb.cp/classes.exp (test_static_members): Test printing
7097 Outer::instance.
7098 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7099 (Inner::instance, Outer::instance): New.
7100
7101 2017-10-24 Pedro Alves <palves@redhat.com>
7102
7103 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7104 extra console" test in two stages.
7105
7106 2017-10-24 Pedro Alves <palves@redhat.com>
7107
7108 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7109
7110 2017-10-24 Pedro Alves <palves@redhat.com>
7111
7112 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7113 loop.
7114
7115 2017-10-24 Pedro Alves <palves@redhat.com>
7116
7117 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7118 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7119
7120 2017-10-24 Pedro Alves <palves@redhat.com>
7121
7122 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7123 parameter and handle it. Don't output read value in test name.
7124
7125 2017-10-24 Pedro Alves <palves@redhat.com>
7126
7127 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7128 custom test name.
7129
7130 2017-10-24 Pedro Alves <palves@redhat.com>
7131
7132 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7133 include the unstable output directory name in the test's name.
7134 (initial_setup_simple) <'set args'>: Use custom test name.
7135
7136 2017-10-24 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7139 with explicit test name.
7140
7141 2017-10-20 Pedro Alves <palves@redhat.com>
7142
7143 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7144 'wait -i'. Use gdb_assert and remote_close.
7145
7146 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7147
7148 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7149 number from variable rather than hard-coded.
7150
7151 2017-10-19 Pedro Alves <palves@redhat.com>
7152
7153 * gdb.base/long-inferior-output.c: New file.
7154 * gdb.base/long-inferior-output.exp: New file.
7155
7156 2017-11-18 Keith Seitz <keiths@redhat.com>
7157
7158 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7159 method.
7160 (main): Call it.
7161 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7162 Add additional user-defined conversion operator tests.
7163
7164 2017-10-17 Pedro Alves <palves@redhat.com>
7165
7166 * boards/native-stdio-gdbserver.exp: Load "local-board".
7167
7168 2017-10-17 Pedro Alves <palves@redhat.com>
7169
7170 * gdb.base/quit-live.c: New file.
7171 * gdb.base/quit-live.exp: New file.
7172
7173 2017-10-16 Keith Seitz <keiths@redhat.com>
7174
7175 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7176 (class_with_protected_typedef, class_with_private_typedef)
7177 (struct_with_public_typedef, struct_with_protected_typedef)
7178 (struct_with_private_typedef): New classes/structs.
7179 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7180 typedefs and access specifiers.
7181
7182 2017-10-16 Pedro Alves <palves@redhat.com>
7183 Simon Marchi <simon.marchi@polymtl.ca>
7184
7185 * README (Local vs Remote vs Native): New section.
7186 * boards/local-board.exp: New file, with bits factored out from
7187 ...
7188 * boards/native-extended-gdbserver.exp: ... here. Load
7189 "local-board".
7190 * boards/native-gdbserver.exp: Load "local-board".
7191 (${board}_spawn, ${board}_exec): Delete.
7192 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7193 ...
7194 * boards/stdio-gdbserver-base.exp: ... this new file.
7195 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7196 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7197 procedure.
7198 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7199 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7200 stdio_gdbserver_command.
7201 (${board}_get_remote_address, ${board}_get_comm_port)
7202 (${board}_download, ${board}_upload): Delete.
7203 (get_target_remote_pipe_cmd): New.
7204
7205 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7206
7207 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7208 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7209 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7210 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7211 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7212 remove with_test_prefix.
7213
7214 2017-10-13 Pedro Alves <palves@redhat.com>
7215
7216 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7217 * gdb.base/annota1.exp: Use it instead of is_remote.
7218 * gdb.base/annota3.exp: Use it instead of is_remote.
7219 * gdb.cp/annota2.exp: Use it instead of is_remote.
7220 * gdb.cp/annota3.exp: Use it instead of is_remote.
7221 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7222
7223 2017-10-13 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7226 (test_num_test_vars, run_and_count_vars, find_env)
7227 (test_set_unset_env, test_inherit_env_var): New procedures.
7228 (top level): Use them.
7229
7230 2017-10-13 Pedro Alves <palves@redhat.com>
7231
7232 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7233 also skip on stub-like targets.
7234
7235 2017-10-13 Pedro Alves <palves@redhat.com>
7236
7237 PR gdb/22293
7238 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7239 (top level): Move some tests to ...
7240 (test_not_found): ... this new procedure.
7241 (top level): Call it.
7242
7243 2017-10-13 Pedro Alves <palves@redhat.com>
7244
7245 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7246 expect different "info terminal" output if testing with a
7247 non-native target.
7248
7249 2017-10-13 Pedro Alves <palves@redhat.com>
7250 Simon Marchi <simon.marchi@polymtl.ca>
7251
7252 PR python/12966
7253 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7254
7255 2017-10-13 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7258 already.
7259
7260 2017-10-13 Pedro Alves <palves@redhat.com>
7261
7262 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7263 is_remote.
7264
7265 2017-10-13 Pedro Alves <palves@redhat.com>
7266
7267 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7268 is_remote.
7269
7270 2017-10-13 Pedro Alves <palves@redhat.com>
7271
7272 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7273 is set.
7274 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7275 instead of is_remote.
7276
7277 2017-10-13 Pedro Alves <palves@redhat.com>
7278
7279 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7280 (top level): Add comment.
7281
7282 2017-10-13 Pedro Alves <palves@redhat.com>
7283
7284 * gdb.base/remote.exp (top level): Fix comment typo and add
7285 missing return.
7286
7287 2017-10-13 Pedro Alves <palves@redhat.com>
7288 Simon Marchi <simon.marchi@polymtl.ca>
7289
7290 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7291 calls and add comments. Skip test if use_gdb_stub is set.
7292 (top level): Use "set cwd" command instead of "cd" command.
7293
7294 2017-10-13 Pedro Alves <palves@redhat.com>
7295
7296 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7297 is_remote target check.
7298
7299 2017-10-13 Pedro Alves <palves@redhat.com>
7300
7301 * gdb.base/scope.exp: Use build_executable + clean_restart +
7302 gdb_file_cmd instead of prepare_for_testing and no longer skip
7303 "before run" tests on is_remote target boards. Update comments.
7304 * boards/native-extended-gdbserver.exp
7305 (extended_gdbserver_load_last_file): New, factored out from ...
7306 (gdb_load): ... this. Move further below and add comment.
7307 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7308
7309 2017-10-12 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.base/attach.exp: Remove references to gdb64.
7312 * gdb.base/dbx.exp: Remove references to gdb64.
7313
7314 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7315 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.base/label.exp: Remove is_remote target check.
7318
7319 2017-10-12 Pedro Alves <palves@redhat.com>
7320
7321 * gdb.base/auvx.exp (coredir): Update comment.
7322 (top level) <core_works>: Use "set cwd" command instead of "cd"
7323 command.
7324
7325 2017-10-12 Pedro Alves <palves@redhat.com>
7326 Simon Marchi <simon.marchi@polymtl.ca>
7327
7328 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7329 target boards.
7330
7331 2017-10-12 Pedro Alves <palves@redhat.com>
7332 Simon Marchi <simon.marchi@polymtl.ca>
7333
7334 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7335 Instead skip if there's any gdb_protocol set.
7336
7337 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7338 Pedro Alves <palves@redhat.com>
7339
7340 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7341
7342 2017-10-12 Pedro Alves <palves@redhat.com>
7343 Simon Marchi <simon.marchi@polymtl.ca>
7344
7345 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7346 instead of on dejagnu remote boards.
7347
7348 2017-10-12 Pedro Alves <palves@redhat.com>
7349 Simon Marchi <simon.marchi@polymtl.ca>
7350
7351 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7352 checks. Use build_executable + clean_restart instead of
7353 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7354 of enabling non-stop after starting gdb.
7355
7356 2017-10-12 Pedro Alves <palves@redhat.com>
7357
7358 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7359 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7360 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7361 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7362
7363 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7364
7365 * gdb.arch/arc-tdesc-cpu.exp: New file.
7366 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7367
7368 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7369
7370 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7371
7372 2017-10-10 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7375 expect CLI output.
7376
7377 2017-10-10 Pedro Alves <palves@redhat.com>
7378
7379 * lib/selftest-support.exp (selftest_setup): Update for
7380 captured_command_loop's prototype change.
7381
7382 2017-10-09 Pedro Alves <palves@redhat.com>
7383
7384 Test both arch1=>arch2 and arch2=>arch1.
7385
7386 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7387 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7388 factored out to...
7389 (append_arch1_options, append_arch2_options, append_arch_options)
7390 (build_executables): New procedures.
7391 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7392 local.
7393 (top level): Add new 'first_arch' testing axis.
7394
7395 2017-10-09 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7398 (barrier): New.
7399 (thread_start, all_started): New functions.
7400 (main): Spawn new thread and wait until it is scheduled.
7401 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7402 option.
7403 (do_test): Add 'selected_thread' parameter. Run to all_started
7404 instead of main. Explicitly set the breakpoint at main. Switch
7405 to the SELECTED_THREAD thread.
7406 (top level): Test handling the exec event with either the main
7407 thread or the second thread selected.
7408
7409 2017-10-09 Pedro Alves <palves@redhat.com>
7410
7411 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7412 logic. Move STOP marker after the value checks.
7413 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7414 regexp.
7415
7416 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7417
7418 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7419
7420 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7421
7422 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7423 integer-to-dfp conversion.
7424 * gdb.base/dfp-test.exp: Likewise.
7425
7426 2017-10-04 Pedro Alves <palves@redhat.com>
7427
7428 * gdb.multi/hangout.c: Include <unistd.h>.
7429 (hangout_loop): New function.
7430 (main): Call alarm. Call hangout_loop in a loop.
7431 * gdb.multi/hello.c: Include <unistd.h>.
7432 (hello_loop): New function.
7433 (main): Call alarm. Call hangout_loop in a loop.
7434 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7435 inferior with the other selected.
7436
7437 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7438
7439 * gdb.mi/list-thread-groups-available.exp: New file.
7440 * gdb.mi/list-thread-groups-available.c: New file.
7441
7442 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7443
7444 * gdb.base/set-cwd.exp: Make it available on
7445 native-extended-gdbserver.
7446
7447 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7448
7449 * gdb.base/set-cwd.c: New file.
7450 * gdb.base/set-cwd.exp: Likewise.
7451
7452 2017-10-02 Tom Tromey <tom@tromey.com>
7453
7454 PR rust/22236:
7455 * gdb.rust/simple.rs (main): New variable "fslice".
7456 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7457
7458 2017-10-02 Tom Tromey <tom@tromey.com>
7459
7460 * gdb.rust/simple.exp: Test ptype of a slice.
7461
7462 2017-10-02 Tom Tromey <tom@tromey.com>
7463
7464 * gdb.rust/simple.exp: Test index of slice.
7465
7466 2017-09-27 Tom Tromey <tom@tromey.com>
7467
7468 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7469
7470 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7471 Pedro Alves <palves@redhat.com>
7472
7473 * gdb.base/compare-sections.exp (get value of read-only section): Read
7474 as unsigned value.
7475 (corrupt read-only section): Likewise and don't set written if patching
7476 failed.
7477
7478 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7479
7480 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7481 files.
7482
7483 2017-09-20 Pedro Alves <palves@redhat.com>
7484
7485 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7486 symbol names in gdb's output.
7487 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7488
7489 2017-09-20 Pedro Alves <palves@redhat.com>
7490
7491 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7492 Rename to ...
7493 (test_list_ambiguous_symbol): ... this and add a symbol name
7494 parameter. Adjust.
7495 (test_list_ambiguous_function): Reimplement on top of
7496 test_list_ambiguous_symbol and also test listing ambiguous
7497 variables.
7498 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7499 (ambiguous_fun): ... this.
7500 (ambiguous_var): New.
7501 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7502 (ambiguous_fun): ... this.
7503 (ambiguous_var): New.
7504
7505 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7506
7507 * gdb.base/starti.c: New file.
7508 * gdb.base/starti.exp: New file.
7509 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7510
7511 2017-09-14 Pedro Alves <palves@redhat.com>
7512
7513 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7514 (top level): Use it instead of runto.
7515
7516 2017-09-11 Tom Tromey <tom@tromey.com>
7517
7518 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7519
7520 2017-09-11 Tom Tromey <tom@tromey.com>
7521
7522 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7523 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7524
7525 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7526
7527 * gdb.fortran/printing-types.exp: New file.
7528 * gdb.fortran/printing-types.exp: New file.
7529
7530 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7531
7532 * gdb.fortran/vla-ptype.exp: Fix typos.
7533 * gdb.fortran/vla-value.exp: Same.
7534
7535 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7536
7537 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7538 * gdb.mi/mi-var-child-f.exp: Likewise.
7539 * gdb.mi/mi-vla-fortran.exp: Likewise.
7540
7541 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7542 Christoph Weinmann <christoph.t.weinmann@intel.com>
7543 Bernhard Heckel <bernhard.heckel@intel.com>
7544
7545 * gdb.fortran/ptr-indentation.f90: New file.
7546 * gdb.fortran/ptr-indentation.exp: New file.
7547
7548 2017-09-05 Tom Tromey <tom@tromey.com>
7549
7550 PR gdb/22010:
7551 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7552
7553 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7554
7555 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7556
7557 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7558
7559 * gdb.threads/tls-nodebug-pie.c: New file.
7560 * gdb.threads/tls-nodebug-pie.exp: New file.
7561
7562 2017-09-05 Tom Tromey <tom@tromey.com>
7563
7564 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7565 for rust.
7566
7567 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7568
7569 * gdb.multi/multi-arch-exec.exp: Test with different
7570 "follow-exec-mode" settings.
7571 (do_test): New procedure.
7572
7573 2017-09-04 Pedro Alves <palves@redhat.com>
7574
7575 * gdb.base/func-static.c (S::method const, S::method volatile)
7576 (S::method volatile const): New methods.
7577 (c_s, v_s, cv_s): New instances.
7578 (main): Call method() on them.
7579 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7580 (cannot_resolve): New procedure.
7581 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7582 print-quote-unquoted columns.
7583 (do_test): Test printing each scope too.
7584
7585 2017-09-04 Pedro Alves <palves@redhat.com>
7586
7587 * gdb.base/local-static.exp: Also test with
7588 class::method::variable wholly quoted.
7589 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7590
7591 2017-09-04 Pedro Alves <palves@redhat.com>
7592
7593 * gdb.base/local-static.c: New.
7594 * gdb.base/local-static.cc: New.
7595 * gdb.base/local-static.exp: New.
7596
7597 2017-09-04 Pedro Alves <palves@redhat.com>
7598
7599 * gdb.asm/asm-source.exp: Add casts to int.
7600 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7601 (dataglobal64_1, dataglobal64_2): New globals.
7602 * gdb.base/nodebug.exp: Test different expressions involving the
7603 new globals, with print, whatis and ptype. Add casts to int.
7604 * gdb.base/solib-display.exp: Add casts to int.
7605 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7606 * gdb.cp/m-static.exp: Add cast to int.
7607 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7608 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7609 tls variable with no debug info without a cast. Test with a cast
7610 to int too.
7611 * gdb.trace/entry-values.exp: Add casts.
7612
7613 2017-09-04 Pedro Alves <palves@redhat.com>
7614
7615 * gdb.base/nodebug.exp: Test that ptype's error about functions
7616 with unknown return type includes the function name too.
7617
7618 2017-09-04 Pedro Alves <palves@redhat.com>
7619
7620 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7621 return type of munmap in infcall.
7622 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7623 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7624 type of ftell in infcall.
7625 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7626 type of getpid in infcall.
7627 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7628 infcall.
7629 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7630 Bail on failure to extract the pid.
7631 * gdb.base/nodebug.c: #include <stdint.h>.
7632 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7633 New functions.
7634 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7635 Change expected output of print/whatis/ptype with functions with
7636 no debug info. Test all supported languages. Call
7637 test_call_promotion.
7638 * gdb.compile/compile.exp: Adjust expected output to expect
7639 warning.
7640 * gdb.threads/siginfo-threads.exp: Likewise.
7641
7642 2017-09-04 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7645 "prototypes". Test calling float functions via prototyped and
7646 unprototyped function pointers.
7647 (perform_all_tests): New parameter "prototypes". Pass it down.
7648 (top level): Pass down "prototypes" parameter to
7649 perform_all_tests.
7650
7651 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7652
7653 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7654 Test with nested loops.
7655
7656 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7657
7658 * gdb.base/commands.exp: Call the new procedures.
7659 (loop_break_test, loop_continue_test): New procedures.
7660
7661 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7662
7663 * gdb.base/commands.exp: Call new procedure.
7664 (define_if_without_arg_test): New procedure.
7665
7666 2017-09-04 Pedro Alves <palves@redhat.com>
7667
7668 * gdb.base/list-ambiguous.exp: New file.
7669 * gdb.base/list-ambiguous0.c: New file.
7670 * gdb.base/list-ambiguous1.c: New file.
7671 * gdb.base/list.exp (test_list_range): Adjust expected output.
7672
7673 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7674
7675 * gdb.base/share-env-with-gdbserver.c: New file.
7676 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7677
7678 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7679
7680 * gdb.base/commands.exp (gdbvar_simple_if_test,
7681 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7682 progvar_simple_if_test, progvar_simple_while_test,
7683 progvar_complex_if_while_test, user_defined_command_test,
7684 user_defined_command_args_eval,
7685 user_defined_command_args_stack_test,
7686 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7687 temporary_breakpoint_commands,
7688 gdb_test_no_prompt, redefine_hook_test,
7689 redefine_backtrace_test): Remove "global gdb_prompt".
7690
7691 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7692
7693 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7694 New proc, call it from toplevel.
7695
7696 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7697
7698 PR remote/21852
7699 * gdb.server/normal.c: New file, copied from gdb.base.
7700 * gdb.server/run-without-local-binary.exp: New file.
7701
7702 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7703
7704 * gdb.arch/sparc64-adi.exp: New file.
7705 * gdb.arch/sparc64-adi.c: New file.
7706
7707 2017-08-22 Pedro Alves <palves@redhat.com>
7708
7709 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7710 (top level): Add "list all overloads" tests.
7711
7712 2017-08-22 Tom Tromey <tom@tromey.com>
7713
7714 * gdb.gdb/xfullpath.exp: Remove.
7715
7716 2017-08-21 Pedro Alves <palves@redhat.com>
7717
7718 PR gdb/19487
7719 * gdb.base/symbol-alias.c: New.
7720 * gdb.base/symbol-alias2.c: New.
7721 * gdb.base/symbol-alias.exp: New.
7722
7723 2017-08-21 Pedro Alves <palves@redhat.com>
7724
7725 * gdb.base/dfp-test.c
7726 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7727 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7728 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7729 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7730 * gdb.base/whatis-ptype-typedefs.c: New.
7731 * gdb.base/whatis-ptype-typedefs.exp: New.
7732 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7733 (an_int, an_int_type, an_int_type2): New globals.
7734 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7735 involving typedefs and cast expressions.
7736 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7737 (lookup_typedefs_function): New.
7738 (typedefs_pretty_printers_dict): New.
7739 (top level): Register lookup_typedefs_function in
7740 gdb.pretty_printers.
7741
7742 2017-08-18 Yao Qi <yao.qi@linaro.org>
7743
7744 * gdb.server/unittest.exp: New.
7745
7746 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7747
7748 PR gdb/21954
7749 * gdb.base/environ.exp: Add test to check if 'unset environment'
7750 works.
7751
7752 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7753
7754 * lib/gdb.exp (universal_compile_options): New caching proc.
7755 (gdb_compile): Suppress GCC's coloring of messages.
7756
7757 2017-08-14 Tom Tromey <tom@tromey.com>
7758
7759 PR gdb/21675:
7760 * gdb.base/printcmds.exp (test_radices): New function.
7761 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7762 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7763 * lib/gdb.exp (get_integer_valueof): Use p/d.
7764
7765 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7766
7767 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7768 characters.
7769
7770 2017-08-05 Tom Tromey <tom@tromey.com>
7771
7772 * gdb.rust/simple.exp: Allow String to appear in a different
7773 namespace.
7774
7775 2017-07-26 Yao Qi <yao.qi@linaro.org>
7776
7777 * gdb.gdb/unittest.exp: Invoke command
7778 "maintenance check xml-descriptions".
7779
7780 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7781
7782 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7783 calling context.
7784 (hex128): Drop erroneous calculation of parameters.
7785
7786 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7787
7788 * gdb.python/py-unwind.exp: Disable stack protection when
7789 building test file.
7790
7791 2017-07-20 Pedro Alves <palves@redhat.com>
7792
7793 * gdb.base/default.exp (set language): Adjust expected output.
7794
7795 2017-07-20 Pedro Alves <palves@redhat.com>
7796
7797 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7798 (test_minsym): ... this, and make static.
7799 (get_pck__foo__bar__minsym): Rename to ...
7800 (get_test_minsym): ... this.
7801 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7802 symbol names and comments.
7803 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7804 (get_test_minsym): ... this.
7805 (pck__foo__bar__minsym__2): Rename to ...
7806 (test_minsym): ... this.
7807 (main): Adjust.
7808
7809 2017-07-17 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.base/completion.exp: Adjust expected output.
7812 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7813 the completer works.
7814
7815 2017-07-17 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7818
7819 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7820
7821 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7822
7823 2017-07-14 Tom Tromey <tom@tromey.com>
7824
7825 PR rust/21764:
7826 * gdb.rust/simple.exp: Add tests.
7827
7828 2017-07-14 Tom Tromey <tom@tromey.com>
7829
7830 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7831
7832 2017-07-14 Pedro Alves <palves@redhat.com>
7833
7834 * gdb.linespec/base/one/thefile.cc (z1): New function.
7835 * gdb.linespec/base/two/thefile.cc (z2): New function.
7836 * gdb.linespec/linespec.exp: Add tests.
7837
7838 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7839
7840 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7841 to mi_create_breakpoint.
7842
7843 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7844
7845 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7846 mi_create_breakpoint.
7847
7848 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7849
7850 * gdb.dlang/demangle.exp: Update for demangling changes.
7851
7852 2017-07-09 Tom Tromey <tom@tromey.com>
7853
7854 * gdb.dwarf2/shortpiece.exp: New file.
7855
7856 2017-07-06 David Blaikie <dblaikie@gmail.com>
7857
7858 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7859 built from fissiont-multi-cu{1,2}.c.
7860 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7861 except putting 'main' and 'func' in separate CUs in the same DWO file.
7862 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7863 test.
7864 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7865 test.
7866
7867 2017-07-06 Pedro Alves <palves@redhat.com>
7868
7869 * gdb.python/py-unwind.exp: Test flushregs.
7870
7871 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7872
7873 PR cli/21688
7874 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7875 tests for alias commands and trailing whitespace.
7876
7877 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7878
7879 PR cli/21688
7880 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7881 procedure. Call it.
7882
7883 2017-06-29 Pedro Alves <palves@redhat.com>
7884
7885 * gdb.base/printcmds.exp: Add tests.
7886
7887 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7888
7889 PR gdb/21337
7890 * gdb.base/reread-readsym.exp: New file.
7891 * gdb.base/reread-readsym.c: New file.
7892
7893 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7894
7895 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7896 subpattern.
7897
7898 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7899
7900 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7901 extended mnemonic.
7902 * gdb.arch/powerpc-power9.s: Likewise.
7903
7904 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7905
7906 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7907 on 32-bit x86 targets. Exploit is_*_target macros where
7908 appropriate.
7909
7910 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7911
7912 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7913 register pieces.
7914
7915 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7916
7917 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7918 located in one or more DWARF pieces.
7919
7920 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7921
7922 * lib/gdb.exp (get_endianness): New proc.
7923 * gdb.arch/aarch64-fp.exp: Use it.
7924 * gdb.arch/altivec-regs.exp: Likewise.
7925 * gdb.arch/e500-regs.exp: Likewise.
7926 * gdb.arch/vsx-regs.exp: Likewise.
7927 * gdb.base/dump.exp: Likewise.
7928 * gdb.base/funcargs.exp: Likewise.
7929 * gdb.base/gnu_vector.exp: Likewise.
7930 * gdb.dwarf2/formdata16.exp: Likewise.
7931 * gdb.dwarf2/implptrpiece.exp: Likewise.
7932 * gdb.dwarf2/nonvar-access.exp: Likewise.
7933 * gdb.python/py-inferior.exp: Likewise.
7934 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7935
7936 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7937
7938 PR gdb/21226
7939 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7940 stack value pieces are taken from the LSB end.
7941
7942 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7943
7944 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7945 variable at nonzero offset.
7946
7947 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7948
7949 * gdb.dwarf2/var-access.c: New file.
7950 * gdb.dwarf2/var-access.exp: New test.
7951 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7952
7953 2017-06-12 Tom Tromey <tom@tromey.com>
7954
7955 * gdb.dwarf2/formdata16.exp: Add tests.
7956
7957 2017-06-12 Tom Tromey <tom@tromey.com>
7958
7959 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7960
7961 2017-06-12 Tom Tromey <tom@tromey.com>
7962
7963 PR exp/16225:
7964 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7965 * gdb.arch/vsx-regs.exp: Update tests.
7966 * gdb.arch/s390-vregs.exp (hex128): New proc.
7967 Update test.
7968 * gdb.arch/altivec-regs.exp: Update tests.
7969
7970 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7971
7972 * gdb.base/startup-with-shell.c: New file.
7973 * gdb.base/startup-with-shell.exp: Likewise.
7974
7975 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7976
7977 * gdb.server/non-existing-program.exp: Update regex in order to
7978 reflect the fact that gdbserver is now using fork_inferior (with a
7979 shell) to startup the inferior.
7980
7981 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7982
7983 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7984 support function calls from GDB.
7985
7986 2017-05-21 Tom Tromey <tom@tromey.com>
7987
7988 PR rust/21466:
7989 * gdb.rust/unsized.exp: New file.
7990 * gdb.rust/unsized.rs: New file.
7991
7992 2017-05-19 Tom Tromey <tom@tromey.com>
7993
7994 PR rust/21484:
7995 * gdb.rust/watch.exp: New file.
7996 * gdb.rust/watch.rs: New file.
7997
7998 2017-05-18 Tom Tromey <tom@tromey.com>
7999
8000 * gdb.rust/simple.exp: Allow Box to be qualified.
8001
8002 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8003
8004 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8005
8006 2017-05-18 Pedro Alves <palves@redhat.com>
8007
8008 * gdb.base/fileio.c (test_write, test_read, test_close)
8009 (test_fstat): Don't print 'ret' in the fail path.
8010
8011 2017-05-18 Pedro Alves <palves@redhat.com>
8012
8013 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8014 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8015 (test_system, test_rename, test_unlink, test_time): Change
8016 prototypes.
8017 * gdb.base/fileio.exp (stop_msg): Adjust.
8018
8019 2017-05-18 Pedro Alves <palves@redhat.com>
8020
8021 * gdb.base/fileio.c (null_str): New global.
8022 (test_stat): Use it.
8023 * gdb.base/fileio.exp: Remove nowarnings.
8024
8025 2017-05-17 Yao Qi <yao.qi@linaro.org>
8026
8027 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8028
8029 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8030
8031 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8032 argument command.
8033 (top-level): Invoke test_set_inferior_tty.
8034
8035 2017-05-04 Pedro Alves <palves@redhat.com>
8036
8037 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8038 Add parens to print call for Python 3.
8039
8040 2017-05-03 Keith Seitz <keiths@redhat.com>
8041
8042 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8043 (main): Call it.
8044
8045 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8046
8047 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8048 to prev and next.
8049
8050 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8051
8052 * gdb.python/py-record-btrace.exp: Remove test for
8053 gdb.BtraceInstruction.error.
8054
8055 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8056
8057 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8058
8059 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8060
8061 * gdb.python/py-record-btrace-threads.c: New file.
8062 * gdb.python/py-record-btrace-threads.exp: New file.
8063
8064 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8065
8066 PR testsuite/8595
8067 * gdb.base/environ.exp: Make test available in all architectures.
8068 Move bits related to "info program" testing to
8069 gdb.base/info-program.exp. Rewrite tests to use the two new
8070 procedures mentione below.
8071 (test_set_show_env_var) New procedure.
8072 (test_set_show_env_var_equal): Likewise.
8073 * gdb.base/info-program.exp: New file.
8074
8075 2017-04-27 Keith Seitz <keiths@redhat.com>
8076
8077 * gdb.cp/oranking.cc (test15): New function.
8078 (main): Call test15 and declare additional variables for testing.
8079 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8080 "p foo101('abc')" tests.
8081 Add tests for cv qualifier overloads.
8082 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8083 "lvalue reference overload" test.
8084 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8085 "print value of f1 on Child&& in f2" test.
8086
8087 2017-04-19 Pedro Alves <palves@redhat.com>
8088
8089 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8090 procedure.
8091 (top level): Call it.
8092 * lib/gdb.exp (gdb_define_cmd): New procedure.
8093
8094 2017-04-12 Pedro Alves <palves@redhat.com>
8095
8096 PR gdb/21323
8097 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8098 (wchar): New global.
8099 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8100 (do_test_wide_char, wide_char_types_no_program, top level): Add
8101 wchar_t testing.
8102
8103 2017-04-12 Pedro Alves <palves@redhat.com>
8104
8105 PR c++/21323
8106 * gdb.cp/wide_char_types.c: New file.
8107 * gdb.cp/wide_char_types.exp: New file.
8108
8109 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8110
8111 PR gdb/21352
8112 * gdb.trace/tsv.exp: Add test for "tsave -r".
8113
8114 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8115
8116 * gdb.dlang/watch-loc.c: New file.
8117 * gdb.dlang/watch-loc.exp: New file.
8118
8119 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8120
8121 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8122
8123 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8124
8125 * gdb.arch/arc-analyze-prologue.S: New file.
8126 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8127
8128 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8129
8130 * gdb.arch/arc-decode-insn.S: New file.
8131 * gdb.arch/arc-decode-insn.exp: Likewise.
8132
8133 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8134
8135 PR tdep/20928
8136 * gdb.arch/sparc64-regs.exp: New file.
8137 * gdb.arch/sparc64-regs.S: Likewise.
8138
8139 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8140
8141 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8142 and memory view on Python 3.
8143
8144 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8145 Keith Seitz <keiths@redhat.com>
8146
8147 PR gdb/14441
8148 * gdb.cp/demangle.exp: Add rvalue reference tests.
8149 * gdb.cp/rvalue-ref-casts.cc: New file.
8150 * gdb.cp/rvalue-ref-casts.exp: New file.
8151 * gdb.cp/rvalue-ref-overload.cc: New file.
8152 * gdb.cp/rvalue-ref-overload.exp: New file.
8153 * gdb.cp/rvalue-ref-params.cc: New file.
8154 * gdb.cp/rvalue-ref-params.exp: New file.
8155 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8156 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8157 * gdb.cp/rvalue-ref-types.cc: New file.
8158 * gdb.cp/rvalue-ref-types.exp: New file.
8159 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8160 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8161
8162 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8163
8164 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8165 New procedure.
8166
8167 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8168
8169 * lib/mi-support.exp (mi_gdb_test): Add additional message
8170 for unexpected output.
8171
8172 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8173
8174 * gdb.base/examine-backward.c (Barrier): New character array
8175 constant, to ensure that TestStrings is preceded by a string
8176 terminator.
8177
8178 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8179
8180 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8181 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8182 and implicit pointer into such a location.
8183
8184 2017-03-16 Doug Evans <dje@google.com>
8185
8186 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8187
8188 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8189
8190 * gdb.cp/m-static.exp: Fix expectation for prototype of
8191 test5.single_constructor and single_constructor::single_constructor.
8192
8193 2017-03-16 Doug Evans <dje@google.com>
8194
8195 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8196 * gdb.guile/scm-lazy-string.c: New file.
8197 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8198 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8199 for pointer, array, typedef lazy strings.
8200
8201 2017-03-16 Doug Evans <dje@google.com>
8202
8203 PR python/17728, python/18439, python/18779
8204 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8205 * gdb.python/py-lazy-string.c (pointer): New typedef.
8206 (main): New locals ptr, array, typedef_ptr.
8207 * gdb.python/py-value.exp: Move lazy string tests to ...
8208 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8209 array, typedef lazy strings.
8210
8211 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8212
8213 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8214 Add optional 'test' parameter.
8215
8216 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8217
8218 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8219 Skip for versions of DejaGnu < 1.5.
8220
8221 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8222
8223 * lib/gdb.exp (dejagnu_version): New proc.
8224 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8225 Use dejagnu_version.
8226
8227 2017-03-10 Keith Seitz <keiths@redhat.com>
8228
8229 PR c++/8128
8230 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8231 type from destructor regexps.
8232 Add a branch which actually passes the test.
8233 Adjust "ptype t5i" test names.
8234
8235 2017-03-08 Pedro Alves <palves@redhat.com>
8236
8237 * gdb.base/step-over-exit.exp: Add explicit test message.
8238
8239 2017-03-08 Pedro Alves <palves@redhat.com>
8240
8241 PR gdb/18360
8242 * gdb.threads/interrupt-while-step-over.c: New file.
8243 * gdb.threads/interrupt-while-step-over.exp: New file.
8244
8245 2017-03-08 Pedro Alves <palves@redhat.com>
8246
8247 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8248 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8249
8250 2017-03-08 Pedro Alves <palves@redhat.com>
8251
8252 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8253 PKRU as not supported as a PASS.
8254
8255 2017-03-08 Pedro Alves <palves@redhat.com>
8256
8257 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8258 prefix instead of $binfile1/$binfile2.
8259 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8260 in test message.
8261 * gdb.python/py-completion.exp: Use "load python file" as test
8262 messages instead of unstable path names.
8263
8264 2017-03-08 Pedro Alves <palves@redhat.com>
8265 Jan Kratochvil <jan.kratochvil@redhat.com>
8266
8267 PR cli/21218
8268 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8269 New proc.
8270 (top level): Call it.
8271
8272 2017-03-08 Pedro Alves <palves@redhat.com>
8273
8274 PR tui/21216
8275 * gdb.tui/tui-nl-filtered-output.exp: New file.
8276
8277 2017-03-08 Pedro Alves <palves@redhat.com>
8278
8279 * gdb.base/completion.exp: Move TUI completion tests to ...
8280 * gdb.tui/completion.exp: ... this new file.
8281
8282 2017-03-08 Pedro Alves <palves@redhat.com>
8283
8284 * gdb.base/tui-disasm-long-lines.c,
8285 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8286 gdb.base/tui-layout.exp: Move to ...
8287 * gdb.tui/: ... this new directory.
8288
8289 2017-03-07 Pedro Alves <palves@redhat.com>
8290
8291 * gdb.base/tui-layout.c: New file.
8292 * gdb.base/tui-layout.exp: New file.
8293
8294 2017-03-07 Pedro Alves <palves@redhat.com>
8295
8296 * gdb.base/tui-layout.c: Rename to ...
8297 * gdb.base/tui-disasm-long-lines.c: ... this.
8298 * gdb.base/tui-layout.exp: Rename to ...
8299 * gdb.base/tui-disasm-long-lines.exp: ... this.
8300
8301 2017-03-07 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8304
8305 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8306
8307 * i386-mpx-call.c: New file.
8308 * i386-mpx-call.exp: New file.
8309
8310 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8311
8312 * gdb.arch/powerpc-power.exp: Delete test.
8313 * gdb.arch/powerpc-power.s: Likewise.
8314 * gdb.disasm/disassembler-options.exp: New test.
8315 * gdb.arch/powerpc-altivec.exp: Likewise.
8316 * gdb.arch/powerpc-altivec.s: Likewise.
8317 * gdb.arch/powerpc-altivec2.exp: Likewise.
8318 * gdb.arch/powerpc-altivec2.s: Likewise.
8319 * gdb.arch/powerpc-altivec3.exp: Likewise.
8320 * gdb.arch/powerpc-altivec3.s: Likewise.
8321 * gdb.arch/powerpc-power7.exp: Likewise.
8322 * gdb.arch/powerpc-power7.s: Likewise.
8323 * gdb.arch/powerpc-power8.exp: Likewise.
8324 * gdb.arch/powerpc-power8.s: Likewise.
8325 * gdb.arch/powerpc-power9.exp: Likewise.
8326 * gdb.arch/powerpc-power9.s: Likewise.
8327 * gdb.arch/powerpc-vsx.exp: Likewise.
8328 * gdb.arch/powerpc-vsx.s: Likewise.
8329 * gdb.arch/powerpc-vsx2.exp: Likewise.
8330 * gdb.arch/powerpc-vsx2.s: Likewise.
8331 * gdb.arch/powerpc-vsx3.exp: Likewise.
8332 * gdb.arch/powerpc-vsx3.s: Likewise.
8333 * gdb.arch/arm-disassembler-options.exp: Likewise.
8334 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8335 * gdb.arch/s390-disassembler-options.exp: Likewise.
8336
8337 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8338
8339 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8340 (check_supported_features): ... this. Changed return type to void.
8341 (supports_rdseed): New static global.
8342 (rdseed): Check supports_rdseed.
8343 (initialize): Call check_supported_features.
8344
8345 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8346
8347 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8348 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8349 and lqarx/stqcx.
8350 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8351 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8352
8353 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8354
8355 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8356 uppercase.
8357
8358 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8359
8360 * gdb.dwarf2/formdata16.c: New file.
8361 * gdb.dwarf2/formdata16.exp: New file.
8362 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8363
8364 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8365
8366 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8367 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8368 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8369 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8370 DW_AT_GNU_*.
8371
8372 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8373
8374 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8375
8376 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8377
8378 PR gdb/21164
8379 * gdb.base/maint.exp: Add testcases for when the commands do
8380 not have arguments.
8381
8382 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8383
8384 * gdb.cp/chained-calls.exp: Use p instead of P.
8385
8386 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8387
8388 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8389 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8390
8391 2017-02-14 Tom Tromey <tom@tromey.com>
8392
8393 PR python/13598:
8394 * gdb.python/py-events.exp: Add before_prompt event tests.
8395
8396 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8397
8398 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8399
8400 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8401
8402 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8403 (main): Call my_unique_function_name.
8404 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8405 completion of patterns with a single match.
8406 Add missing -re switches to gdb_test_multiple calls.
8407
8408 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8409
8410 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8411 return if core file is not recognized.
8412
8413 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8414
8415 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8416 and extra UIs.
8417
8418 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8419
8420 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8421 proc_with_prefix.
8422
8423 2017-02-10 Tom Tromey <tom@tromey.com>
8424
8425 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8426
8427 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8428
8429 PR gdb/21122
8430 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8431
8432 2017-02-08 Jerome Guitton <guitton@adacore.com>
8433
8434 * gdb.base/define.exp: Add test for command abbreviations
8435 in define.
8436
8437 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8438
8439 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8440 * gdb.reverse/insn-reverse-x86.c: New file.
8441
8442 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8443
8444 PR tdep/20936
8445 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8446
8447 2017-02-03 Tom Tromey <tom@tromey.com>
8448
8449 PR rust/21097:
8450 * gdb.rust/simple.exp: Add new tests.
8451
8452 2017-02-02 Pedro Alves <palves@redhat.com>
8453
8454 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8455 tests.
8456
8457 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8458
8459 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8460 taking a 2-byte value out of a 4-byte DWARF implicit value on
8461 big-endian targets.
8462 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8463 logic. Add test cases for DW_OP_implicit.
8464
8465 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8466
8467 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8468
8469 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8470
8471 * gdb.btrace/enable.exp: Call gdb_exit before
8472 skip_gdbserver_tests.
8473
8474 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8475
8476 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8477 GDBFLAGS.
8478
8479 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8480
8481 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8482 the test is skipped.
8483 * gdb.btrace/data.exp: Likewise.
8484 * gdb.btrace/delta.exp: Likewise.
8485 * gdb.btrace/dlopen.exp: Likewise.
8486 * gdb.btrace/enable-running.exp: Likewise.
8487 * gdb.btrace/enable.exp: Likewise.
8488 * gdb.btrace/exception.exp: Likewise.
8489 * gdb.btrace/function_call_history.exp: Likewise.
8490 * gdb.btrace/gcore.exp: Likewise.
8491 * gdb.btrace/instruction_history.exp: Likewise.
8492 * gdb.btrace/multi-thread-step.exp: Likewise.
8493 * gdb.btrace/nohist.exp: Likewise.
8494 * gdb.btrace/non-stop.exp: Likewise.
8495 * gdb.btrace/reconnect.exp: Likewise.
8496 * gdb.btrace/record_goto-step.exp: Likewise.
8497 * gdb.btrace/record_goto.exp: Likewise.
8498 * gdb.btrace/rn-dl-bind.exp: Likewise.
8499 * gdb.btrace/segv.exp: Likewise.
8500 * gdb.btrace/step.exp: Likewise.
8501 * gdb.btrace/stepi.exp: Likewise.
8502 * gdb.btrace/tailcall-only.exp: Likewise.
8503 * gdb.btrace/tailcall.exp: Likewise.
8504 * gdb.btrace/tsx.exp: Likewise.
8505 * gdb.btrace/unknown_functions.exp: Likewise.
8506 * gdb.btrace/vdso.exp: Likewise.
8507
8508 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8509
8510 * gdb.btrace/enable-running.c: New.
8511 * gdb.btrace/enable-running.exp: New.
8512
8513 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8514
8515 * gdb.arch/amd64-gs_base.c: New file.
8516 * gdb.arch/amd64-gs_base.exp: New file.
8517
8518 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8519
8520 * lib/memory.exp: Remove spurious empty newlines.
8521
8522 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8523
8524 * gdb.python/py-bad-printers.exp: Load python file using "source".
8525 * gdb.python/py-events.exp: Likewise.
8526 * gdb.python/py-evsignal.exp: Likewise.
8527 * gdb.python/py-evthreads.exp: Likewise.
8528 * gdb.python/py-frame-args.exp: Likewise.
8529 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8530 * gdb.python/py-framefilter-mi.exp: Likewise.
8531 * gdb.python/py-framefilter.exp: Likewise.
8532 * gdb.python/py-mi.exp: Likewise.
8533 * gdb.python/py-pp-maint.exp: Likewise.
8534 * gdb.python/py-pp-registration.exp: Likewise.
8535 * gdb.python/py-prettyprint.exp: Likewise.
8536 (run_lang_tests): Likewise.
8537 * gdb.python/py-typeprint.exp: Likewise.
8538
8539 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8540
8541 * lib/memory.exp: New file.
8542 * lib/gdb.exp: Load memory.exp.
8543 * gdb.base/memattr.exp (delete_memory): Move proc to
8544 lib/memory.exp and rename to delete_memory_regions.
8545 Replace delete_memory with delete_memory_regions.
8546 Cleanup memory regions before tests.
8547 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8548 before tests.
8549
8550 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8551
8552 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8553 files.
8554 (initialize): New function conditionally defined.
8555 (testcases): Move within conditional block.
8556 (main): Call initialize.
8557 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8558 of gdb.reverse/insn-reverse.c.
8559 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8560 gdb.reverse/insn-reverse.c.
8561
8562 2017-01-26 Yao Qi <yao.qi@linaro.org>
8563
8564 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8565 disassemble on address 0.
8566
8567 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8568 Yao Qi <yao.qi@linaro.org>
8569
8570 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8571 * gdb.dwarf2/implptr-64bit.S: Remove.
8572 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8573 variables in caller's context. Add DW_OP_implicit_value.
8574
8575 2017-01-25 Yao Qi <yao.qi@linaro.org>
8576
8577 * lib/dwarf.exp (Dwarf::_location): Handle
8578 DW_OP_GNU_implicit_pointer with proper size.
8579
8580 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8581
8582 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8583 and add untested calls.
8584
8585 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8586
8587 * gdb.python/python.exp: Check line number against what GDB thinks
8588 the line number is for func1.
8589
8590 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8591
8592 * gdb.dlang/debug-expr.exp: New file.
8593
8594 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8595
8596 Fix test names for the following files:
8597
8598 * gdb.ada/exec_changed.exp
8599 * gdb.ada/info_types.exp
8600 * gdb.arch/aarch64-atomic-inst.exp
8601 * gdb.arch/aarch64-fp.exp
8602 * gdb.arch/altivec-abi.exp
8603 * gdb.arch/altivec-regs.exp
8604 * gdb.arch/amd64-byte.exp
8605 * gdb.arch/amd64-disp-step.exp
8606 * gdb.arch/amd64-dword.exp
8607 * gdb.arch/amd64-entry-value-inline.exp
8608 * gdb.arch/amd64-entry-value-param.exp
8609 * gdb.arch/amd64-entry-value-paramref.exp
8610 * gdb.arch/amd64-entry-value.exp
8611 * gdb.arch/amd64-i386-address.exp
8612 * gdb.arch/amd64-invalid-stack-middle.exp
8613 * gdb.arch/amd64-invalid-stack-top.exp
8614 * gdb.arch/amd64-optimout-repeat.exp
8615 * gdb.arch/amd64-prologue-skip.exp
8616 * gdb.arch/amd64-prologue-xmm.exp
8617 * gdb.arch/amd64-stap-special-operands.exp
8618 * gdb.arch/amd64-stap-wrong-subexp.exp
8619 * gdb.arch/amd64-tailcall-cxx.exp
8620 * gdb.arch/amd64-tailcall-noret.exp
8621 * gdb.arch/amd64-tailcall-ret.exp
8622 * gdb.arch/amd64-tailcall-self.exp
8623 * gdb.arch/amd64-word.exp
8624 * gdb.arch/arm-bl-branch-dest.exp
8625 * gdb.arch/arm-disp-step.exp
8626 * gdb.arch/arm-neon.exp
8627 * gdb.arch/arm-single-step-kernel-helper.exp
8628 * gdb.arch/avr-flash-qualifier.exp
8629 * gdb.arch/disp-step-insn-reloc.exp
8630 * gdb.arch/e500-abi.exp
8631 * gdb.arch/e500-regs.exp
8632 * gdb.arch/ftrace-insn-reloc.exp
8633 * gdb.arch/i386-avx512.exp
8634 * gdb.arch/i386-bp_permanent.exp
8635 * gdb.arch/i386-byte.exp
8636 * gdb.arch/i386-cfi-notcurrent.exp
8637 * gdb.arch/i386-disp-step.exp
8638 * gdb.arch/i386-dr3-watch.exp
8639 * gdb.arch/i386-float.exp
8640 * gdb.arch/i386-gnu-cfi.exp
8641 * gdb.arch/i386-mpx-map.exp
8642 * gdb.arch/i386-mpx-sigsegv.exp
8643 * gdb.arch/i386-mpx-simple_segv.exp
8644 * gdb.arch/i386-mpx.exp
8645 * gdb.arch/i386-permbkpt.exp
8646 * gdb.arch/i386-prologue.exp
8647 * gdb.arch/i386-signal.exp
8648 * gdb.arch/i386-size-overlap.exp
8649 * gdb.arch/i386-unwind.exp
8650 * gdb.arch/i386-word.exp
8651 * gdb.arch/mips-fcr.exp
8652 * gdb.arch/powerpc-d128-regs.exp
8653 * gdb.arch/powerpc-stackless.exp
8654 * gdb.arch/ppc64-atomic-inst.exp
8655 * gdb.arch/s390-stackless.exp
8656 * gdb.arch/s390-tdbregs.exp
8657 * gdb.arch/s390-vregs.exp
8658 * gdb.arch/sparc-sysstep.exp
8659 * gdb.arch/thumb-bx-pc.exp
8660 * gdb.arch/thumb-singlestep.exp
8661 * gdb.arch/thumb2-it.exp
8662 * gdb.arch/vsx-regs.exp
8663 * gdb.asm/asm-source.exp
8664 * gdb.base/a2-run.exp
8665 * gdb.base/advance.exp
8666 * gdb.base/all-bin.exp
8667 * gdb.base/anon.exp
8668 * gdb.base/args.exp
8669 * gdb.base/arithmet.exp
8670 * gdb.base/async-shell.exp
8671 * gdb.base/async.exp
8672 * gdb.base/attach-pie-noexec.exp
8673 * gdb.base/attach-twice.exp
8674 * gdb.base/auto-load.exp
8675 * gdb.base/bang.exp
8676 * gdb.base/bitfields.exp
8677 * gdb.base/break-always.exp
8678 * gdb.base/break-caller-line.exp
8679 * gdb.base/break-entry.exp
8680 * gdb.base/break-inline.exp
8681 * gdb.base/break-on-linker-gcd-function.exp
8682 * gdb.base/break-probes.exp
8683 * gdb.base/break.exp
8684 * gdb.base/breakpoint-shadow.exp
8685 * gdb.base/call-ar-st.exp
8686 * gdb.base/call-sc.exp
8687 * gdb.base/call-signal-resume.exp
8688 * gdb.base/call-strs.exp
8689 * gdb.base/callfuncs.exp
8690 * gdb.base/catch-fork-static.exp
8691 * gdb.base/catch-gdb-caused-signals.exp
8692 * gdb.base/catch-load.exp
8693 * gdb.base/catch-signal-fork.exp
8694 * gdb.base/catch-signal.exp
8695 * gdb.base/catch-syscall.exp
8696 * gdb.base/charset.exp
8697 * gdb.base/checkpoint.exp
8698 * gdb.base/chng-syms.exp
8699 * gdb.base/code-expr.exp
8700 * gdb.base/code_elim.exp
8701 * gdb.base/commands.exp
8702 * gdb.base/completion.exp
8703 * gdb.base/complex.exp
8704 * gdb.base/cond-expr.exp
8705 * gdb.base/condbreak.exp
8706 * gdb.base/consecutive.exp
8707 * gdb.base/continue-all-already-running.exp
8708 * gdb.base/coredump-filter.exp
8709 * gdb.base/corefile.exp
8710 * gdb.base/dbx.exp
8711 * gdb.base/debug-expr.exp
8712 * gdb.base/define.exp
8713 * gdb.base/del.exp
8714 * gdb.base/disabled-location.exp
8715 * gdb.base/disasm-end-cu.exp
8716 * gdb.base/disasm-optim.exp
8717 * gdb.base/display.exp
8718 * gdb.base/duplicate-bp.exp
8719 * gdb.base/ena-dis-br.exp
8720 * gdb.base/ending-run.exp
8721 * gdb.base/enumval.exp
8722 * gdb.base/environ.exp
8723 * gdb.base/eu-strip-infcall.exp
8724 * gdb.base/eval-avoid-side-effects.exp
8725 * gdb.base/eval-skip.exp
8726 * gdb.base/exitsignal.exp
8727 * gdb.base/expand-psymtabs.exp
8728 * gdb.base/filesym.exp
8729 * gdb.base/find-unmapped.exp
8730 * gdb.base/finish.exp
8731 * gdb.base/float.exp
8732 * gdb.base/foll-exec-mode.exp
8733 * gdb.base/foll-exec.exp
8734 * gdb.base/foll-fork.exp
8735 * gdb.base/fortran-sym-case.exp
8736 * gdb.base/freebpcmd.exp
8737 * gdb.base/func-ptr.exp
8738 * gdb.base/func-ptrs.exp
8739 * gdb.base/funcargs.exp
8740 * gdb.base/gcore-buffer-overflow.exp
8741 * gdb.base/gcore-relro-pie.exp
8742 * gdb.base/gcore-relro.exp
8743 * gdb.base/gcore.exp
8744 * gdb.base/gdb1090.exp
8745 * gdb.base/gdb11530.exp
8746 * gdb.base/gdb11531.exp
8747 * gdb.base/gdb1821.exp
8748 * gdb.base/gdbindex-stabs.exp
8749 * gdb.base/gdbvars.exp
8750 * gdb.base/hbreak.exp
8751 * gdb.base/hbreak2.exp
8752 * gdb.base/included.exp
8753 * gdb.base/infcall-input.exp
8754 * gdb.base/inferior-died.exp
8755 * gdb.base/infnan.exp
8756 * gdb.base/info-macros.exp
8757 * gdb.base/info-os.exp
8758 * gdb.base/info-proc.exp
8759 * gdb.base/info-shared.exp
8760 * gdb.base/info-target.exp
8761 * gdb.base/infoline.exp
8762 * gdb.base/interp.exp
8763 * gdb.base/interrupt.exp
8764 * gdb.base/jit-reader.exp
8765 * gdb.base/jit-simple.exp
8766 * gdb.base/kill-after-signal.exp
8767 * gdb.base/kill-detach-inferiors-cmd.exp
8768 * gdb.base/label.exp
8769 * gdb.base/langs.exp
8770 * gdb.base/ldbl_e308.exp
8771 * gdb.base/line-symtabs.exp
8772 * gdb.base/linespecs.exp
8773 * gdb.base/list.exp
8774 * gdb.base/long_long.exp
8775 * gdb.base/longest-types.exp
8776 * gdb.base/maint.exp
8777 * gdb.base/max-value-size.exp
8778 * gdb.base/memattr.exp
8779 * gdb.base/mips_pro.exp
8780 * gdb.base/morestack.exp
8781 * gdb.base/moribund-step.exp
8782 * gdb.base/multi-forks.exp
8783 * gdb.base/nested-addr.exp
8784 * gdb.base/nextoverexit.exp
8785 * gdb.base/noreturn-finish.exp
8786 * gdb.base/noreturn-return.exp
8787 * gdb.base/nostdlib.exp
8788 * gdb.base/offsets.exp
8789 * gdb.base/opaque.exp
8790 * gdb.base/pc-fp.exp
8791 * gdb.base/permissions.exp
8792 * gdb.base/print-symbol-loading.exp
8793 * gdb.base/prologue-include.exp
8794 * gdb.base/psymtab.exp
8795 * gdb.base/ptype.exp
8796 * gdb.base/random-signal.exp
8797 * gdb.base/randomize.exp
8798 * gdb.base/range-stepping.exp
8799 * gdb.base/readline-ask.exp
8800 * gdb.base/recpar.exp
8801 * gdb.base/recurse.exp
8802 * gdb.base/relational.exp
8803 * gdb.base/restore.exp
8804 * gdb.base/return-nodebug.exp
8805 * gdb.base/return.exp
8806 * gdb.base/run-after-attach.exp
8807 * gdb.base/save-bp.exp
8808 * gdb.base/scope.exp
8809 * gdb.base/sect-cmd.exp
8810 * gdb.base/set-lang-auto.exp
8811 * gdb.base/set-noassign.exp
8812 * gdb.base/setvar.exp
8813 * gdb.base/sigall.exp
8814 * gdb.base/sigbpt.exp
8815 * gdb.base/siginfo-addr.exp
8816 * gdb.base/siginfo-infcall.exp
8817 * gdb.base/siginfo-obj.exp
8818 * gdb.base/siginfo.exp
8819 * gdb.base/signals-state-child.exp
8820 * gdb.base/signest.exp
8821 * gdb.base/sigstep.exp
8822 * gdb.base/sizeof.exp
8823 * gdb.base/skip.exp
8824 * gdb.base/solib-corrupted.exp
8825 * gdb.base/solib-nodir.exp
8826 * gdb.base/solib-search.exp
8827 * gdb.base/stack-checking.exp
8828 * gdb.base/stale-infcall.exp
8829 * gdb.base/stap-probe.exp
8830 * gdb.base/start.exp
8831 * gdb.base/step-break.exp
8832 * gdb.base/step-bt.exp
8833 * gdb.base/step-line.exp
8834 * gdb.base/step-over-exit.exp
8835 * gdb.base/step-over-syscall.exp
8836 * gdb.base/step-resume-infcall.exp
8837 * gdb.base/step-test.exp
8838 * gdb.base/store.exp
8839 * gdb.base/structs3.exp
8840 * gdb.base/sym-file.exp
8841 * gdb.base/symbol-without-target_section.exp
8842 * gdb.base/term.exp
8843 * gdb.base/testenv.exp
8844 * gdb.base/ui-redirect.exp
8845 * gdb.base/until.exp
8846 * gdb.base/unwindonsignal.exp
8847 * gdb.base/value-double-free.exp
8848 * gdb.base/vla-datatypes.exp
8849 * gdb.base/vla-ptr.exp
8850 * gdb.base/vla-sideeffect.exp
8851 * gdb.base/volatile.exp
8852 * gdb.base/watch-cond-infcall.exp
8853 * gdb.base/watch-cond.exp
8854 * gdb.base/watch-non-mem.exp
8855 * gdb.base/watch-read.exp
8856 * gdb.base/watch-vfork.exp
8857 * gdb.base/watchpoint-cond-gone.exp
8858 * gdb.base/watchpoint-delete.exp
8859 * gdb.base/watchpoint-hw-hit-once.exp
8860 * gdb.base/watchpoint-hw.exp
8861 * gdb.base/watchpoint-stops-at-right-insn.exp
8862 * gdb.base/watchpoints.exp
8863 * gdb.base/wchar.exp
8864 * gdb.base/whatis-exp.exp
8865 * gdb.btrace/buffer-size.exp
8866 * gdb.btrace/data.exp
8867 * gdb.btrace/delta.exp
8868 * gdb.btrace/dlopen.exp
8869 * gdb.btrace/enable.exp
8870 * gdb.btrace/exception.exp
8871 * gdb.btrace/function_call_history.exp
8872 * gdb.btrace/gcore.exp
8873 * gdb.btrace/instruction_history.exp
8874 * gdb.btrace/nohist.exp
8875 * gdb.btrace/reconnect.exp
8876 * gdb.btrace/record_goto-step.exp
8877 * gdb.btrace/record_goto.exp
8878 * gdb.btrace/rn-dl-bind.exp
8879 * gdb.btrace/segv.exp
8880 * gdb.btrace/step.exp
8881 * gdb.btrace/stepi.exp
8882 * gdb.btrace/tailcall-only.exp
8883 * gdb.btrace/tailcall.exp
8884 * gdb.btrace/tsx.exp
8885 * gdb.btrace/unknown_functions.exp
8886 * gdb.btrace/vdso.exp
8887 * gdb.compile/compile-ifunc.exp
8888 * gdb.compile/compile-ops.exp
8889 * gdb.compile/compile-print.exp
8890 * gdb.compile/compile-setjmp.exp
8891 * gdb.cp/abstract-origin.exp
8892 * gdb.cp/ambiguous.exp
8893 * gdb.cp/annota2.exp
8894 * gdb.cp/annota3.exp
8895 * gdb.cp/anon-ns.exp
8896 * gdb.cp/anon-struct.exp
8897 * gdb.cp/anon-union.exp
8898 * gdb.cp/arg-reference.exp
8899 * gdb.cp/baseenum.exp
8900 * gdb.cp/bool.exp
8901 * gdb.cp/breakpoint.exp
8902 * gdb.cp/bs15503.exp
8903 * gdb.cp/call-c.exp
8904 * gdb.cp/casts.exp
8905 * gdb.cp/chained-calls.exp
8906 * gdb.cp/class2.exp
8907 * gdb.cp/classes.exp
8908 * gdb.cp/cmpd-minsyms.exp
8909 * gdb.cp/converts.exp
8910 * gdb.cp/cp-relocate.exp
8911 * gdb.cp/cpcompletion.exp
8912 * gdb.cp/cpexprs.exp
8913 * gdb.cp/cplabel.exp
8914 * gdb.cp/cplusfuncs.exp
8915 * gdb.cp/cpsizeof.exp
8916 * gdb.cp/ctti.exp
8917 * gdb.cp/derivation.exp
8918 * gdb.cp/destrprint.exp
8919 * gdb.cp/dispcxx.exp
8920 * gdb.cp/enum-class.exp
8921 * gdb.cp/exception.exp
8922 * gdb.cp/exceptprint.exp
8923 * gdb.cp/expand-psymtabs-cxx.exp
8924 * gdb.cp/expand-sals.exp
8925 * gdb.cp/extern-c.exp
8926 * gdb.cp/filename.exp
8927 * gdb.cp/formatted-ref.exp
8928 * gdb.cp/fpointer.exp
8929 * gdb.cp/gdb1355.exp
8930 * gdb.cp/gdb2495.exp
8931 * gdb.cp/hang.exp
8932 * gdb.cp/impl-this.exp
8933 * gdb.cp/infcall-dlopen.exp
8934 * gdb.cp/inherit.exp
8935 * gdb.cp/iostream.exp
8936 * gdb.cp/koenig.exp
8937 * gdb.cp/local.exp
8938 * gdb.cp/m-data.exp
8939 * gdb.cp/m-static.exp
8940 * gdb.cp/mb-ctor.exp
8941 * gdb.cp/mb-inline.exp
8942 * gdb.cp/mb-templates.exp
8943 * gdb.cp/member-name.exp
8944 * gdb.cp/member-ptr.exp
8945 * gdb.cp/meth-typedefs.exp
8946 * gdb.cp/method.exp
8947 * gdb.cp/method2.exp
8948 * gdb.cp/minsym-fallback.exp
8949 * gdb.cp/misc.exp
8950 * gdb.cp/namelessclass.exp
8951 * gdb.cp/namespace-enum.exp
8952 * gdb.cp/namespace-nested-import.exp
8953 * gdb.cp/namespace.exp
8954 * gdb.cp/nextoverthrow.exp
8955 * gdb.cp/no-dmgl-verbose.exp
8956 * gdb.cp/non-trivial-retval.exp
8957 * gdb.cp/noparam.exp
8958 * gdb.cp/nsdecl.exp
8959 * gdb.cp/nsimport.exp
8960 * gdb.cp/nsnested.exp
8961 * gdb.cp/nsnoimports.exp
8962 * gdb.cp/nsrecurs.exp
8963 * gdb.cp/nsstress.exp
8964 * gdb.cp/nsusing.exp
8965 * gdb.cp/operator.exp
8966 * gdb.cp/oranking.exp
8967 * gdb.cp/overload-const.exp
8968 * gdb.cp/overload.exp
8969 * gdb.cp/ovldbreak.exp
8970 * gdb.cp/ovsrch.exp
8971 * gdb.cp/paren-type.exp
8972 * gdb.cp/parse-lang.exp
8973 * gdb.cp/pass-by-ref.exp
8974 * gdb.cp/pr-1023.exp
8975 * gdb.cp/pr-1210.exp
8976 * gdb.cp/pr-574.exp
8977 * gdb.cp/pr10687.exp
8978 * gdb.cp/pr12028.exp
8979 * gdb.cp/pr17132.exp
8980 * gdb.cp/pr17494.exp
8981 * gdb.cp/pr9067.exp
8982 * gdb.cp/pr9167.exp
8983 * gdb.cp/pr9631.exp
8984 * gdb.cp/printmethod.exp
8985 * gdb.cp/psmang.exp
8986 * gdb.cp/psymtab-parameter.exp
8987 * gdb.cp/ptype-cv-cp.exp
8988 * gdb.cp/ptype-flags.exp
8989 * gdb.cp/re-set-overloaded.exp
8990 * gdb.cp/ref-types.exp
8991 * gdb.cp/rtti.exp
8992 * gdb.cp/scope-err.exp
8993 * gdb.cp/shadow.exp
8994 * gdb.cp/smartp.exp
8995 * gdb.cp/static-method.exp
8996 * gdb.cp/static-print-quit.exp
8997 * gdb.cp/temargs.exp
8998 * gdb.cp/templates.exp
8999 * gdb.cp/try_catch.exp
9000 * gdb.cp/typedef-operator.exp
9001 * gdb.cp/typeid.exp
9002 * gdb.cp/userdef.exp
9003 * gdb.cp/using-crash.exp
9004 * gdb.cp/var-tag.exp
9005 * gdb.cp/virtbase.exp
9006 * gdb.cp/virtfunc.exp
9007 * gdb.cp/virtfunc2.exp
9008 * gdb.cp/vla-cxx.exp
9009 * gdb.disasm/t01_mov.exp
9010 * gdb.disasm/t02_mova.exp
9011 * gdb.disasm/t03_add.exp
9012 * gdb.disasm/t04_sub.exp
9013 * gdb.disasm/t05_cmp.exp
9014 * gdb.disasm/t06_ari2.exp
9015 * gdb.disasm/t07_ari3.exp
9016 * gdb.disasm/t08_or.exp
9017 * gdb.disasm/t09_xor.exp
9018 * gdb.disasm/t10_and.exp
9019 * gdb.disasm/t11_logs.exp
9020 * gdb.disasm/t12_bit.exp
9021 * gdb.disasm/t13_otr.exp
9022 * gdb.dlang/circular.exp
9023 * gdb.dwarf2/arr-stride.exp
9024 * gdb.dwarf2/arr-subrange.exp
9025 * gdb.dwarf2/atomic-type.exp
9026 * gdb.dwarf2/bad-regnum.exp
9027 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9028 * gdb.dwarf2/callframecfa.exp
9029 * gdb.dwarf2/clztest.exp
9030 * gdb.dwarf2/corrupt.exp
9031 * gdb.dwarf2/data-loc.exp
9032 * gdb.dwarf2/dup-psym.exp
9033 * gdb.dwarf2/dw2-anon-mptr.exp
9034 * gdb.dwarf2/dw2-anonymous-func.exp
9035 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9036 * gdb.dwarf2/dw2-bad-unresolved.exp
9037 * gdb.dwarf2/dw2-basic.exp
9038 * gdb.dwarf2/dw2-canonicalize-type.exp
9039 * gdb.dwarf2/dw2-case-insensitive.exp
9040 * gdb.dwarf2/dw2-common-block.exp
9041 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9042 * gdb.dwarf2/dw2-compressed.exp
9043 * gdb.dwarf2/dw2-const.exp
9044 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9045 * gdb.dwarf2/dw2-cu-size.exp
9046 * gdb.dwarf2/dw2-dup-frame.exp
9047 * gdb.dwarf2/dw2-entry-value.exp
9048 * gdb.dwarf2/dw2-icycle.exp
9049 * gdb.dwarf2/dw2-ifort-parameter.exp
9050 * gdb.dwarf2/dw2-inline-break.exp
9051 * gdb.dwarf2/dw2-inline-param.exp
9052 * gdb.dwarf2/dw2-intercu.exp
9053 * gdb.dwarf2/dw2-intermix.exp
9054 * gdb.dwarf2/dw2-lexical-block-bare.exp
9055 * gdb.dwarf2/dw2-linkage-name-trust.exp
9056 * gdb.dwarf2/dw2-minsym-in-cu.exp
9057 * gdb.dwarf2/dw2-noloc.exp
9058 * gdb.dwarf2/dw2-op-call.exp
9059 * gdb.dwarf2/dw2-op-out-param.exp
9060 * gdb.dwarf2/dw2-opt-structptr.exp
9061 * gdb.dwarf2/dw2-param-error.exp
9062 * gdb.dwarf2/dw2-producer.exp
9063 * gdb.dwarf2/dw2-ranges-base.exp
9064 * gdb.dwarf2/dw2-ref-missing-frame.exp
9065 * gdb.dwarf2/dw2-reg-undefined.exp
9066 * gdb.dwarf2/dw2-regno-invalid.exp
9067 * gdb.dwarf2/dw2-restore.exp
9068 * gdb.dwarf2/dw2-restrict.exp
9069 * gdb.dwarf2/dw2-single-line-discriminators.exp
9070 * gdb.dwarf2/dw2-strp.exp
9071 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9072 * gdb.dwarf2/dw2-unresolved.exp
9073 * gdb.dwarf2/dw2-var-zero-addr.exp
9074 * gdb.dwarf2/dw4-sig-types.exp
9075 * gdb.dwarf2/dwz.exp
9076 * gdb.dwarf2/dynarr-ptr.exp
9077 * gdb.dwarf2/enum-type.exp
9078 * gdb.dwarf2/gdb-index.exp
9079 * gdb.dwarf2/implptr-64bit.exp
9080 * gdb.dwarf2/implptr-optimized-out.exp
9081 * gdb.dwarf2/implptr.exp
9082 * gdb.dwarf2/implref-array.exp
9083 * gdb.dwarf2/implref-const.exp
9084 * gdb.dwarf2/implref-global.exp
9085 * gdb.dwarf2/implref-struct.exp
9086 * gdb.dwarf2/mac-fileno.exp
9087 * gdb.dwarf2/main-subprogram.exp
9088 * gdb.dwarf2/member-ptr-forwardref.exp
9089 * gdb.dwarf2/method-ptr.exp
9090 * gdb.dwarf2/missing-sig-type.exp
9091 * gdb.dwarf2/nonvar-access.exp
9092 * gdb.dwarf2/opaque-type-lookup.exp
9093 * gdb.dwarf2/pieces-optimized-out.exp
9094 * gdb.dwarf2/pieces.exp
9095 * gdb.dwarf2/pr10770.exp
9096 * gdb.dwarf2/pr13961.exp
9097 * gdb.dwarf2/staticvirtual.exp
9098 * gdb.dwarf2/subrange.exp
9099 * gdb.dwarf2/symtab-producer.exp
9100 * gdb.dwarf2/trace-crash.exp
9101 * gdb.dwarf2/typeddwarf.exp
9102 * gdb.dwarf2/valop.exp
9103 * gdb.dwarf2/watch-notconst.exp
9104 * gdb.fortran/array-element.exp
9105 * gdb.fortran/charset.exp
9106 * gdb.fortran/common-block.exp
9107 * gdb.fortran/complex.exp
9108 * gdb.fortran/derived-type-function.exp
9109 * gdb.fortran/derived-type.exp
9110 * gdb.fortran/logical.exp
9111 * gdb.fortran/module.exp
9112 * gdb.fortran/multi-dim.exp
9113 * gdb.fortran/nested-funcs.exp
9114 * gdb.fortran/print-formatted.exp
9115 * gdb.fortran/subarray.exp
9116 * gdb.fortran/vla-alloc-assoc.exp
9117 * gdb.fortran/vla-datatypes.exp
9118 * gdb.fortran/vla-history.exp
9119 * gdb.fortran/vla-ptr-info.exp
9120 * gdb.fortran/vla-ptype-sub.exp
9121 * gdb.fortran/vla-ptype.exp
9122 * gdb.fortran/vla-sizeof.exp
9123 * gdb.fortran/vla-type.exp
9124 * gdb.fortran/vla-value-sub-arbitrary.exp
9125 * gdb.fortran/vla-value-sub-finish.exp
9126 * gdb.fortran/vla-value-sub.exp
9127 * gdb.fortran/vla-value.exp
9128 * gdb.fortran/whatis_type.exp
9129 * gdb.go/chan.exp
9130 * gdb.go/handcall.exp
9131 * gdb.go/hello.exp
9132 * gdb.go/integers.exp
9133 * gdb.go/methods.exp
9134 * gdb.go/package.exp
9135 * gdb.go/strings.exp
9136 * gdb.go/types.exp
9137 * gdb.go/unsafe.exp
9138 * gdb.guile/scm-arch.exp
9139 * gdb.guile/scm-block.exp
9140 * gdb.guile/scm-breakpoint.exp
9141 * gdb.guile/scm-cmd.exp
9142 * gdb.guile/scm-disasm.exp
9143 * gdb.guile/scm-equal.exp
9144 * gdb.guile/scm-frame-args.exp
9145 * gdb.guile/scm-frame-inline.exp
9146 * gdb.guile/scm-frame.exp
9147 * gdb.guile/scm-iterator.exp
9148 * gdb.guile/scm-math.exp
9149 * gdb.guile/scm-objfile.exp
9150 * gdb.guile/scm-ports.exp
9151 * gdb.guile/scm-symbol.exp
9152 * gdb.guile/scm-symtab.exp
9153 * gdb.guile/scm-value-cc.exp
9154 * gdb.guile/types-module.exp
9155 * gdb.linespec/break-ask.exp
9156 * gdb.linespec/cpexplicit.exp
9157 * gdb.linespec/explicit.exp
9158 * gdb.linespec/keywords.exp
9159 * gdb.linespec/linespec.exp
9160 * gdb.linespec/ls-dollar.exp
9161 * gdb.linespec/ls-errs.exp
9162 * gdb.linespec/skip-two.exp
9163 * gdb.linespec/thread.exp
9164 * gdb.mi/mi-async.exp
9165 * gdb.mi/mi-basics.exp
9166 * gdb.mi/mi-break.exp
9167 * gdb.mi/mi-catch-load.exp
9168 * gdb.mi/mi-cli.exp
9169 * gdb.mi/mi-cmd-param-changed.exp
9170 * gdb.mi/mi-console.exp
9171 * gdb.mi/mi-detach.exp
9172 * gdb.mi/mi-disassemble.exp
9173 * gdb.mi/mi-eval.exp
9174 * gdb.mi/mi-file-transfer.exp
9175 * gdb.mi/mi-file.exp
9176 * gdb.mi/mi-fill-memory.exp
9177 * gdb.mi/mi-inheritance-syntax-error.exp
9178 * gdb.mi/mi-linespec-err-cp.exp
9179 * gdb.mi/mi-logging.exp
9180 * gdb.mi/mi-memory-changed.exp
9181 * gdb.mi/mi-read-memory.exp
9182 * gdb.mi/mi-record-changed.exp
9183 * gdb.mi/mi-reg-undefined.exp
9184 * gdb.mi/mi-regs.exp
9185 * gdb.mi/mi-return.exp
9186 * gdb.mi/mi-reverse.exp
9187 * gdb.mi/mi-simplerun.exp
9188 * gdb.mi/mi-solib.exp
9189 * gdb.mi/mi-stack.exp
9190 * gdb.mi/mi-stepi.exp
9191 * gdb.mi/mi-syn-frame.exp
9192 * gdb.mi/mi-until.exp
9193 * gdb.mi/mi-var-block.exp
9194 * gdb.mi/mi-var-child.exp
9195 * gdb.mi/mi-var-cmd.exp
9196 * gdb.mi/mi-var-cp.exp
9197 * gdb.mi/mi-var-display.exp
9198 * gdb.mi/mi-var-invalidate.exp
9199 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9200 * gdb.mi/mi-vla-fortran.exp
9201 * gdb.mi/mi-watch.exp
9202 * gdb.mi/mi2-var-child.exp
9203 * gdb.mi/user-selected-context-sync.exp
9204 * gdb.modula2/unbounded-array.exp
9205 * gdb.multi/dummy-frame-restore.exp
9206 * gdb.multi/multi-arch-exec.exp
9207 * gdb.multi/multi-arch.exp
9208 * gdb.multi/tids.exp
9209 * gdb.multi/watchpoint-multi.exp
9210 * gdb.opencl/callfuncs.exp
9211 * gdb.opencl/convs_casts.exp
9212 * gdb.opencl/datatypes.exp
9213 * gdb.opencl/operators.exp
9214 * gdb.opencl/vec_comps.exp
9215 * gdb.opt/clobbered-registers-O2.exp
9216 * gdb.opt/inline-break.exp
9217 * gdb.opt/inline-bt.exp
9218 * gdb.opt/inline-cmds.exp
9219 * gdb.opt/inline-locals.exp
9220 * gdb.pascal/case-insensitive-symbols.exp
9221 * gdb.pascal/floats.exp
9222 * gdb.pascal/gdb11492.exp
9223 * gdb.python/lib-types.exp
9224 * gdb.python/py-arch.exp
9225 * gdb.python/py-as-string.exp
9226 * gdb.python/py-bad-printers.exp
9227 * gdb.python/py-block.exp
9228 * gdb.python/py-breakpoint-create-fail.exp
9229 * gdb.python/py-breakpoint.exp
9230 * gdb.python/py-caller-is.exp
9231 * gdb.python/py-cmd.exp
9232 * gdb.python/py-explore-cc.exp
9233 * gdb.python/py-explore.exp
9234 * gdb.python/py-finish-breakpoint.exp
9235 * gdb.python/py-finish-breakpoint2.exp
9236 * gdb.python/py-frame-args.exp
9237 * gdb.python/py-frame-inline.exp
9238 * gdb.python/py-frame.exp
9239 * gdb.python/py-framefilter-mi.exp
9240 * gdb.python/py-infthread.exp
9241 * gdb.python/py-lazy-string.exp
9242 * gdb.python/py-linetable.exp
9243 * gdb.python/py-mi-events.exp
9244 * gdb.python/py-mi-objfile.exp
9245 * gdb.python/py-mi.exp
9246 * gdb.python/py-objfile.exp
9247 * gdb.python/py-pp-integral.exp
9248 * gdb.python/py-pp-maint.exp
9249 * gdb.python/py-pp-re-notag.exp
9250 * gdb.python/py-pp-registration.exp
9251 * gdb.python/py-recurse-unwind.exp
9252 * gdb.python/py-strfns.exp
9253 * gdb.python/py-symbol.exp
9254 * gdb.python/py-symtab.exp
9255 * gdb.python/py-sync-interp.exp
9256 * gdb.python/py-typeprint.exp
9257 * gdb.python/py-unwind-maint.exp
9258 * gdb.python/py-unwind.exp
9259 * gdb.python/py-value-cc.exp
9260 * gdb.python/py-xmethods.exp
9261 * gdb.reverse/amd64-tailcall-reverse.exp
9262 * gdb.reverse/break-precsave.exp
9263 * gdb.reverse/break-reverse.exp
9264 * gdb.reverse/consecutive-precsave.exp
9265 * gdb.reverse/consecutive-reverse.exp
9266 * gdb.reverse/finish-precsave.exp
9267 * gdb.reverse/finish-reverse-bkpt.exp
9268 * gdb.reverse/finish-reverse.exp
9269 * gdb.reverse/fstatat-reverse.exp
9270 * gdb.reverse/getresuid-reverse.exp
9271 * gdb.reverse/i386-precsave.exp
9272 * gdb.reverse/i386-reverse.exp
9273 * gdb.reverse/i386-sse-reverse.exp
9274 * gdb.reverse/i387-env-reverse.exp
9275 * gdb.reverse/i387-stack-reverse.exp
9276 * gdb.reverse/insn-reverse.exp
9277 * gdb.reverse/machinestate-precsave.exp
9278 * gdb.reverse/machinestate.exp
9279 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9280 * gdb.reverse/pipe-reverse.exp
9281 * gdb.reverse/readv-reverse.exp
9282 * gdb.reverse/recvmsg-reverse.exp
9283 * gdb.reverse/rerun-prec.exp
9284 * gdb.reverse/s390-mvcle.exp
9285 * gdb.reverse/step-precsave.exp
9286 * gdb.reverse/step-reverse.exp
9287 * gdb.reverse/time-reverse.exp
9288 * gdb.reverse/until-precsave.exp
9289 * gdb.reverse/until-reverse.exp
9290 * gdb.reverse/waitpid-reverse.exp
9291 * gdb.reverse/watch-precsave.exp
9292 * gdb.reverse/watch-reverse.exp
9293 * gdb.rust/generics.exp
9294 * gdb.rust/methods.exp
9295 * gdb.rust/modules.exp
9296 * gdb.rust/simple.exp
9297 * gdb.server/connect-with-no-symbol-file.exp
9298 * gdb.server/ext-attach.exp
9299 * gdb.server/ext-restart.exp
9300 * gdb.server/ext-wrapper.exp
9301 * gdb.server/file-transfer.exp
9302 * gdb.server/server-exec-info.exp
9303 * gdb.server/server-kill.exp
9304 * gdb.server/server-mon.exp
9305 * gdb.server/wrapper.exp
9306 * gdb.stabs/exclfwd.exp
9307 * gdb.stabs/gdb11479.exp
9308 * gdb.threads/clone-new-thread-event.exp
9309 * gdb.threads/corethreads.exp
9310 * gdb.threads/current-lwp-dead.exp
9311 * gdb.threads/dlopen-libpthread.exp
9312 * gdb.threads/gcore-thread.exp
9313 * gdb.threads/sigstep-threads.exp
9314 * gdb.threads/watchpoint-fork.exp
9315 * gdb.trace/actions-changed.exp
9316 * gdb.trace/backtrace.exp
9317 * gdb.trace/change-loc.exp
9318 * gdb.trace/circ.exp
9319 * gdb.trace/collection.exp
9320 * gdb.trace/disconnected-tracing.exp
9321 * gdb.trace/ftrace.exp
9322 * gdb.trace/mi-trace-frame-collected.exp
9323 * gdb.trace/mi-trace-unavailable.exp
9324 * gdb.trace/mi-traceframe-changed.exp
9325 * gdb.trace/mi-tsv-changed.exp
9326 * gdb.trace/no-attach-trace.exp
9327 * gdb.trace/passc-dyn.exp
9328 * gdb.trace/qtro.exp
9329 * gdb.trace/range-stepping.exp
9330 * gdb.trace/read-memory.exp
9331 * gdb.trace/save-trace.exp
9332 * gdb.trace/signal.exp
9333 * gdb.trace/status-stop.exp
9334 * gdb.trace/tfile.exp
9335 * gdb.trace/trace-break.exp
9336 * gdb.trace/trace-buffer-size.exp
9337 * gdb.trace/trace-condition.exp
9338 * gdb.trace/tracefile-pseudo-reg.exp
9339 * gdb.trace/tstatus.exp
9340 * gdb.trace/unavailable.exp
9341 * gdb.trace/while-dyn.exp
9342 * gdb.trace/while-stepping.exp
9343
9344 2016-12-22 Doug Evans <xdje42@gmail.com>
9345
9346 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9347 and msymbols.
9348
9349 2016-12-19 Yao Qi <yao.qi@linaro.org>
9350
9351 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9352 (test_with_self): Don't call do_steps_and_nexts, and remove
9353 code about stepping into xmalloc.
9354
9355 2016-12-09 Yao Qi <yao.qi@linaro.org>
9356
9357 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9358
9359 2016-12-09 Yao Qi <yao.qi@linaro.org>
9360
9361 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9362
9363 2016-12-09 Pedro Alves <palves@redhat.com>
9364
9365 * gdb.base/all-architectures-0.exp: New file.
9366 * gdb.base/all-architectures-1.exp: New file.
9367 * gdb.base/all-architectures-2.exp: New file.
9368 * gdb.base/all-architectures-3.exp: New file.
9369 * gdb.base/all-architectures-4.exp: New file.
9370 * gdb.base/all-architectures-5.exp: New file.
9371 * gdb.base/all-architectures-6.exp: New file.
9372 * gdb.base/all-architectures-7.exp: New file.
9373 * gdb.base/all-architectures.exp.in: New file.
9374
9375 2016-12-09 Yao Qi <yao.qi@linaro.org>
9376
9377 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9378
9379 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9380
9381 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9382 possible.
9383 Remove useless pattern-matching code.
9384
9385 2016-12-02 Pedro Alves <palves@redhat.com>
9386
9387 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9388 procedure.
9389 (top level): Call it.
9390
9391 2016-12-02 Pedro Alves <palves@redhat.com>
9392
9393 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9394 New procedure.
9395 (top level): Call it.
9396
9397 2016-12-02 Pedro Alves <palves@redhat.com>
9398
9399 PR cli/20559
9400 * gdb.base/commands.exp (user_defined_command_args_eval): New
9401 procedure.
9402 (top level): Call it.
9403
9404 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9405
9406 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9407 timeout handling.
9408
9409 2016-12-02 Tom Tromey <tom@tromey.com>
9410
9411 * gdb.dwarf2/main-subprogram.c: New file.
9412 * gdb.dwarf2/main-subprogram.exp: New file.
9413
9414 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9415
9416 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9417 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9418 gdb_test_no_output for a couple of cases.
9419 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9420
9421 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9422
9423 Fix test names and standardize compilation error messages throughout
9424 the following files:
9425
9426 * gdb.ada/start.exp
9427 * gdb.arch/alpha-step.exp
9428 * gdb.arch/e500-prologue.exp
9429 * gdb.arch/ftrace-insn-reloc.exp
9430 * gdb.arch/gdb1291.exp
9431 * gdb.arch/gdb1431.exp
9432 * gdb.arch/gdb1558.exp
9433 * gdb.arch/i386-dr3-watch.exp
9434 * gdb.arch/i386-sse-stack-align.exp
9435 * gdb.arch/ia64-breakpoint-shadow.exp
9436 * gdb.arch/pa-nullify.exp
9437 * gdb.arch/powerpc-aix-prologue.exp
9438 * gdb.arch/thumb-bx-pc.exp
9439 * gdb.base/annota1.exp
9440 * gdb.base/annota3.exp
9441 * gdb.base/arrayidx.exp
9442 * gdb.base/assign.exp
9443 * gdb.base/attach.exp
9444 * gdb.base/auxv.exp
9445 * gdb.base/bang.exp
9446 * gdb.base/bfp-test.exp
9447 * gdb.base/bigcore.exp
9448 * gdb.base/bitfields2.exp
9449 * gdb.base/break-fun-addr.exp
9450 * gdb.base/break-probes.exp
9451 * gdb.base/call-rt-st.exp
9452 * gdb.base/callexit.exp
9453 * gdb.base/catch-fork-kill.exp
9454 * gdb.base/charset.exp
9455 * gdb.base/checkpoint.exp
9456 * gdb.base/comprdebug.exp
9457 * gdb.base/constvars.exp
9458 * gdb.base/coredump-filter.exp
9459 * gdb.base/cursal.exp
9460 * gdb.base/cvexpr.exp
9461 * gdb.base/detach.exp
9462 * gdb.base/display.exp
9463 * gdb.base/dmsym.exp
9464 * gdb.base/dprintf-pending.exp
9465 * gdb.base/dso2dso.exp
9466 * gdb.base/dtrace-probe.exp
9467 * gdb.base/dump.exp
9468 * gdb.base/enum_cond.exp
9469 * gdb.base/exe-lock.exp
9470 * gdb.base/exec-invalid-sysroot.exp
9471 * gdb.base/execl-update-breakpoints.exp
9472 * gdb.base/exprs.exp
9473 * gdb.base/fileio.exp
9474 * gdb.base/find.exp
9475 * gdb.base/finish.exp
9476 * gdb.base/fixsection.exp
9477 * gdb.base/foll-vfork.exp
9478 * gdb.base/frame-args.exp
9479 * gdb.base/gcore.exp
9480 * gdb.base/gdb1250.exp
9481 * gdb.base/global-var-nested-by-dso.exp
9482 * gdb.base/gnu-ifunc.exp
9483 * gdb.base/hashline1.exp
9484 * gdb.base/hashline2.exp
9485 * gdb.base/hashline3.exp
9486 * gdb.base/hbreak-in-shr-unsupported.exp
9487 * gdb.base/huge.exp
9488 * gdb.base/infcall-input.exp
9489 * gdb.base/info-fun.exp
9490 * gdb.base/info-shared.exp
9491 * gdb.base/jit-simple.exp
9492 * gdb.base/jit-so.exp
9493 * gdb.base/jit.exp
9494 * gdb.base/jump.exp
9495 * gdb.base/label.exp
9496 * gdb.base/lineinc.exp
9497 * gdb.base/logical.exp
9498 * gdb.base/longjmp.exp
9499 * gdb.base/macscp.exp
9500 * gdb.base/miscexprs.exp
9501 * gdb.base/new-ui-echo.exp
9502 * gdb.base/new-ui-pending-input.exp
9503 * gdb.base/new-ui.exp
9504 * gdb.base/nodebug.exp
9505 * gdb.base/nofield.exp
9506 * gdb.base/offsets.exp
9507 * gdb.base/overlays.exp
9508 * gdb.base/pending.exp
9509 * gdb.base/pointers.exp
9510 * gdb.base/pr11022.exp
9511 * gdb.base/printcmds.exp
9512 * gdb.base/prologue.exp
9513 * gdb.base/ptr-typedef.exp
9514 * gdb.base/realname-expand.exp
9515 * gdb.base/relativedebug.exp
9516 * gdb.base/relocate.exp
9517 * gdb.base/remote.exp
9518 * gdb.base/reread.exp
9519 * gdb.base/return2.exp
9520 * gdb.base/savedregs.exp
9521 * gdb.base/sep.exp
9522 * gdb.base/sepdebug.exp
9523 * gdb.base/sepsymtab.exp
9524 * gdb.base/set-inferior-tty.exp
9525 * gdb.base/setshow.exp
9526 * gdb.base/shlib-call.exp
9527 * gdb.base/sigaltstack.exp
9528 * gdb.base/siginfo-addr.exp
9529 * gdb.base/signals.exp
9530 * gdb.base/signull.exp
9531 * gdb.base/sigrepeat.exp
9532 * gdb.base/so-impl-ld.exp
9533 * gdb.base/solib-display.exp
9534 * gdb.base/solib-overlap.exp
9535 * gdb.base/solib-search.exp
9536 * gdb.base/solib-symbol.exp
9537 * gdb.base/structs.exp
9538 * gdb.base/structs2.exp
9539 * gdb.base/symtab-search-order.exp
9540 * gdb.base/twice.exp
9541 * gdb.base/unload.exp
9542 * gdb.base/varargs.exp
9543 * gdb.base/watchpoint-solib.exp
9544 * gdb.base/watchpoint.exp
9545 * gdb.base/whatis.exp
9546 * gdb.base/wrong_frame_bt_full.exp
9547 * gdb.btrace/dlopen.exp
9548 * gdb.cell/ea-standalone.exp
9549 * gdb.cell/ea-test.exp
9550 * gdb.cp/dispcxx.exp
9551 * gdb.cp/gdb2384.exp
9552 * gdb.cp/method2.exp
9553 * gdb.cp/nextoverthrow.exp
9554 * gdb.cp/pr10728.exp
9555 * gdb.disasm/am33.exp
9556 * gdb.disasm/h8300s.exp
9557 * gdb.disasm/mn10300.exp
9558 * gdb.disasm/sh3.exp
9559 * gdb.dwarf2/dw2-dir-file-name.exp
9560 * gdb.fortran/complex.exp
9561 * gdb.fortran/library-module.exp
9562 * gdb.guile/scm-pretty-print.exp
9563 * gdb.guile/scm-symbol.exp
9564 * gdb.guile/scm-type.exp
9565 * gdb.guile/scm-value.exp
9566 * gdb.linespec/linespec.exp
9567 * gdb.mi/gdb701.exp
9568 * gdb.mi/gdb792.exp
9569 * gdb.mi/mi-breakpoint-changed.exp
9570 * gdb.mi/mi-dprintf-pending.exp
9571 * gdb.mi/mi-dprintf.exp
9572 * gdb.mi/mi-exit-code.exp
9573 * gdb.mi/mi-pending.exp
9574 * gdb.mi/mi-solib.exp
9575 * gdb.mi/new-ui-mi-sync.exp
9576 * gdb.mi/pr11022.exp
9577 * gdb.mi/user-selected-context-sync.exp
9578 * gdb.opt/solib-intra-step.exp
9579 * gdb.python/py-events.exp
9580 * gdb.python/py-finish-breakpoint.exp
9581 * gdb.python/py-mi.exp
9582 * gdb.python/py-prettyprint.exp
9583 * gdb.python/py-shared.exp
9584 * gdb.python/py-symbol.exp
9585 * gdb.python/py-template.exp
9586 * gdb.python/py-type.exp
9587 * gdb.python/py-value.exp
9588 * gdb.reverse/solib-precsave.exp
9589 * gdb.reverse/solib-reverse.exp
9590 * gdb.server/solib-list.exp
9591 * gdb.stabs/weird.exp
9592 * gdb.threads/reconnect-signal.exp
9593 * gdb.threads/stepi-random-signal.exp
9594 * gdb.trace/actions.exp
9595 * gdb.trace/ax.exp
9596 * gdb.trace/backtrace.exp
9597 * gdb.trace/change-loc.exp
9598 * gdb.trace/deltrace.exp
9599 * gdb.trace/ftrace-lock.exp
9600 * gdb.trace/ftrace.exp
9601 * gdb.trace/infotrace.exp
9602 * gdb.trace/mi-tracepoint-changed.exp
9603 * gdb.trace/packetlen.exp
9604 * gdb.trace/passcount.exp
9605 * gdb.trace/pending.exp
9606 * gdb.trace/range-stepping.exp
9607 * gdb.trace/report.exp
9608 * gdb.trace/stap-trace.exp
9609 * gdb.trace/tfind.exp
9610 * gdb.trace/trace-break.exp
9611 * gdb.trace/trace-condition.exp
9612 * gdb.trace/trace-enable-disable.exp
9613 * gdb.trace/trace-mt.exp
9614 * gdb.trace/tracecmd.exp
9615 * gdb.trace/tspeed.exp
9616 * gdb.trace/tsv.exp
9617 * lib/perftest.exp
9618
9619 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9620
9621 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9622 with gdb_test_no_output.
9623 Use command as test name.
9624
9625 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9626
9627 Fix test names starting with uppercase throughout the files.
9628
9629 * gdb.ada/assign_1.exp
9630 * gdb.ada/boolean_expr.exp
9631 * gdb.base/arrayidx.exp
9632 * gdb.base/del.exp
9633 * gdb.base/gcore-buffer-overflow.exp
9634 * gdb.base/testenv.exp
9635 * gdb.compile/compile.exp
9636 * gdb.python/py-framefilter-invalidarg.exp
9637 * gdb.python/py-framefilter.exp
9638
9639 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9640
9641 Fix test names starting with uppercase throughout the files.
9642
9643 * gdb.ada/array_return.exp
9644 * gdb.ada/expr_delims.exp
9645 * gdb.ada/mi_dyn_arr.exp
9646 * gdb.ada/mi_interface.exp
9647 * gdb.ada/mi_var_array.exp
9648 * gdb.ada/watch_arg.exp
9649 * gdb.arch/alpha-step.exp
9650 * gdb.arch/altivec-regs.exp
9651 * gdb.arch/e500-regs.exp
9652 * gdb.arch/powerpc-d128-regs.exp
9653 * gdb.base/arrayidx.exp
9654 * gdb.base/break.exp
9655 * gdb.base/checkpoint.exp
9656 * gdb.base/debug-expr.exp
9657 * gdb.base/dmsym.exp
9658 * gdb.base/radix.exp
9659 * gdb.base/sepdebug.exp
9660 * gdb.base/testenv.exp
9661 * gdb.base/watch_thread_num.exp
9662 * gdb.base/watchpoint-cond-gone.exp
9663 * gdb.cell/break.exp
9664 * gdb.cell/ea-cache.exp
9665 * gdb.compile/compile.exp
9666 * gdb.cp/gdb2495.exp
9667 * gdb.gdb/selftest.exp
9668 * gdb.gdb/xfullpath.exp
9669 * gdb.go/hello.exp
9670 * gdb.go/integers.exp
9671 * gdb.objc/basicclass.exp
9672 * gdb.pascal/hello.exp
9673 * gdb.pascal/integers.exp
9674 * gdb.python/py-breakpoint.exp
9675 * gdb.python/py-cmd.exp
9676 * gdb.python/py-linetable.exp
9677 * gdb.python/py-xmethods.exp
9678 * gdb.python/python.exp
9679 * gdb.reverse/consecutive-precsave.exp
9680 * gdb.reverse/finish-precsave.exp
9681 * gdb.reverse/i386-precsave.exp
9682 * gdb.reverse/machinestate-precsave.exp
9683 * gdb.reverse/sigall-precsave.exp
9684 * gdb.reverse/solib-precsave.exp
9685 * gdb.reverse/step-precsave.exp
9686 * gdb.reverse/until-precsave.exp
9687 * gdb.reverse/watch-precsave.exp
9688 * gdb.threads/leader-exit.exp
9689 * gdb.threads/pthreads.exp
9690 * gdb.threads/wp-replication.exp
9691 * gdb.trace/actions.exp
9692 * gdb.trace/mi-tsv-changed.exp
9693 * gdb.trace/tsv.exp
9694
9695 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9696
9697 Fix test names starting with uppercase throughout the files.
9698
9699 * gdb.arch/i386-bp_permanent.exp
9700 * gdb.arch/i386-gnu-cfi.exp
9701 * gdb.base/disasm-end-cu.exp
9702 * gdb.base/macscp.exp
9703 * gdb.base/pending.exp
9704 * gdb.base/watch_thread_num.exp
9705 * gdb.cp/exception.exp
9706 * gdb.cp/gdb2495.exp
9707 * gdb.cp/local.exp
9708 * gdb.python/py-evsignal.exp
9709 * gdb.python/python.exp
9710 * gdb.trace/tracecmd.exp
9711
9712 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9713
9714 Fix test names starting with uppercase throughout the files.
9715
9716 * gdb.base/charset.exp
9717 * gdb.base/eval.exp
9718 * gdb.base/multi-forks.exp
9719 * gdb.guile/scm-progspace.exp
9720 * gdb.opencl/datatypes.exp
9721 * gdb.python/py-block.exp
9722 * gdb.python/py-function.exp
9723 * gdb.python/py-symbol.exp
9724 * gdb.python/py-symtab.exp
9725 * gdb.python/py-xmethods.exp
9726 * gdb.reverse/break-precsave.exp
9727 * gdb.reverse/break-reverse.exp
9728 * gdb.reverse/consecutive-precsave.exp
9729 * gdb.reverse/consecutive-reverse.exp
9730 * gdb.reverse/finish-precsave.exp
9731 * gdb.reverse/finish-reverse-bkpt.exp
9732 * gdb.reverse/finish-reverse.exp
9733 * gdb.reverse/fstatat-reverse.exp
9734 * gdb.reverse/getresuid-reverse.exp
9735 * gdb.reverse/i386-precsave.exp
9736 * gdb.reverse/i386-reverse.exp
9737 * gdb.reverse/i386-sse-reverse.exp
9738 * gdb.reverse/i387-stack-reverse.exp
9739 * gdb.reverse/insn-reverse.exp
9740 * gdb.reverse/machinestate-precsave.exp
9741 * gdb.reverse/machinestate.exp
9742 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9743 * gdb.reverse/pipe-reverse.exp
9744 * gdb.reverse/readv-reverse.exp
9745 * gdb.reverse/recvmsg-reverse.exp
9746 * gdb.reverse/rerun-prec.exp
9747 * gdb.reverse/s390-mvcle.exp
9748 * gdb.reverse/sigall-precsave.exp
9749 * gdb.reverse/sigall-reverse.exp
9750 * gdb.reverse/solib-precsave.exp
9751 * gdb.reverse/solib-reverse.exp
9752 * gdb.reverse/step-precsave.exp
9753 * gdb.reverse/step-reverse.exp
9754 * gdb.reverse/time-reverse.exp
9755 * gdb.reverse/until-precsave.exp
9756 * gdb.reverse/until-reverse.exp
9757 * gdb.reverse/waitpid-reverse.exp
9758 * gdb.reverse/watch-precsave.exp
9759 * gdb.reverse/watch-reverse.exp
9760
9761 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9762
9763 Fix test names starting with uppercase throughout the files.
9764
9765 * gdb.arch/i386-mpx-simple_segv.exp
9766 * gdb.arch/i386-mpx.exp
9767 * gdb.arch/i386-permbkpt.exp
9768 * gdb.arch/pa-nullify.exp
9769 * gdb.arch/powerpc-d128-regs.exp
9770 * gdb.arch/vsx-regs.exp
9771 * gdb.base/bfp-test.exp
9772 * gdb.base/break.exp
9773 * gdb.base/breakpoint-shadow.exp
9774 * gdb.base/callfuncs.exp
9775 * gdb.base/charset.exp
9776 * gdb.base/commands.exp
9777 * gdb.base/completion.exp
9778 * gdb.base/dfp-test.exp
9779 * gdb.base/echo.exp
9780 * gdb.base/ending-run.exp
9781 * gdb.base/eval.exp
9782 * gdb.base/expand-psymtabs.exp
9783 * gdb.base/float128.exp
9784 * gdb.base/floatn.exp
9785 * gdb.base/foll-exec-mode.exp
9786 * gdb.base/gdb1056.exp
9787 * gdb.base/gdb11531.exp
9788 * gdb.base/kill-after-signal.exp
9789 * gdb.base/multi-forks.exp
9790 * gdb.base/overlays.exp
9791 * gdb.base/pending.exp
9792 * gdb.base/sepdebug.exp
9793 * gdb.base/testenv.exp
9794 * gdb.base/valgrind-db-attach.exp
9795 * gdb.base/watch_thread_num.exp
9796 * gdb.base/watchpoint-cond-gone.exp
9797 * gdb.base/watchpoint.exp
9798 * gdb.base/watchpoints.exp
9799 * gdb.cp/arg-reference.exp
9800 * gdb.cp/baseenum.exp
9801 * gdb.cp/operator.exp
9802 * gdb.cp/shadow.exp
9803 * gdb.dwarf2/dw2-op-out-param.exp
9804 * gdb.dwarf2/dw2-reg-undefined.exp
9805 * gdb.go/chan.exp
9806 * gdb.go/hello.exp
9807 * gdb.go/integers.exp
9808 * gdb.go/methods.exp
9809 * gdb.go/package.exp
9810 * gdb.guile/scm-parameter.exp
9811 * gdb.guile/scm-progspace.exp
9812 * gdb.guile/scm-value.exp
9813 * gdb.mi/mi-pending.exp
9814 * gdb.mi/user-selected-context-sync.exp
9815 * gdb.multi/multi-attach.exp
9816 * gdb.multi/tids.exp
9817 * gdb.opt/clobbered-registers-O2.exp
9818 * gdb.pascal/floats.exp
9819 * gdb.pascal/integers.exp
9820 * gdb.python/py-block.exp
9821 * gdb.python/py-events.exp
9822 * gdb.python/py-parameter.exp
9823 * gdb.python/py-symbol.exp
9824 * gdb.python/py-symtab.exp
9825 * gdb.python/py-type.exp
9826 * gdb.python/py-value.exp
9827 * gdb.python/py-xmethods.exp
9828 * gdb.python/python.exp
9829 * gdb.reverse/break-precsave.exp
9830 * gdb.reverse/consecutive-precsave.exp
9831 * gdb.reverse/finish-precsave.exp
9832 * gdb.reverse/i386-precsave.exp
9833 * gdb.reverse/machinestate-precsave.exp
9834 * gdb.reverse/sigall-precsave.exp
9835 * gdb.reverse/solib-precsave.exp
9836 * gdb.reverse/step-precsave.exp
9837 * gdb.reverse/until-precsave.exp
9838 * gdb.reverse/watch-precsave.exp
9839 * gdb.server/ext-attach.exp
9840 * gdb.server/ext-restart.exp
9841 * gdb.server/ext-run.exp
9842 * gdb.server/ext-wrapper.exp
9843 * gdb.stabs/gdb11479.exp
9844 * gdb.stabs/weird.exp
9845 * gdb.threads/attach-many-short-lived-threads.exp
9846 * gdb.threads/kill.exp
9847 * gdb.threads/watchpoint-fork.exp
9848
9849 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9850
9851 Fix test names starting with uppercase throughout all the files below.
9852
9853 * gdb.ada/array_return.exp
9854 * gdb.ada/catch_ex.exp
9855 * gdb.ada/info_exc.exp
9856 * gdb.ada/mi_catch_ex.exp
9857 * gdb.ada/mi_dyn_arr.exp
9858 * gdb.ada/mi_ex_cond.exp
9859 * gdb.ada/mi_exc_info.exp
9860 * gdb.ada/mi_interface.exp
9861 * gdb.ada/mi_task_arg.exp
9862 * gdb.ada/mi_task_info.exp
9863 * gdb.ada/mi_var_array.exp
9864 * gdb.arch/alpha-step.exp
9865 * gdb.arch/amd64-disp-step.exp
9866 * gdb.arch/arm-disp-step.exp
9867 * gdb.arch/disp-step-insn-reloc.exp
9868 * gdb.arch/e500-prologue.exp
9869 * gdb.arch/ftrace-insn-reloc.exp
9870 * gdb.arch/gdb1558.exp
9871 * gdb.arch/i386-bp_permanent.exp
9872 * gdb.arch/i386-disp-step.exp
9873 * gdb.arch/i386-float.exp
9874 * gdb.arch/i386-gnu-cfi.exp
9875 * gdb.arch/ia64-breakpoint-shadow.exp
9876 * gdb.arch/mips16-thunks.exp
9877 * gdb.arch/pa-nullify.exp
9878 * gdb.arch/powerpc-aix-prologue.exp
9879 * gdb.arch/powerpc-power.exp
9880 * gdb.arch/ppc-dfp.exp
9881 * gdb.arch/s390-tdbregs.exp
9882 * gdb.arch/spu-info.exp
9883 * gdb.arch/spu-ls.exp
9884 * gdb.arch/thumb-bx-pc.exp
9885 * gdb.base/advance.exp
9886 * gdb.base/annota-input-while-running.exp
9887 * gdb.base/arrayidx.exp
9888 * gdb.base/asmlabel.exp
9889 * gdb.base/async.exp
9890 * gdb.base/attach-wait-input.exp
9891 * gdb.base/auto-connect-native-target.exp
9892 * gdb.base/batch-preserve-term-settings.exp
9893 * gdb.base/bfp-test.exp
9894 * gdb.base/bigcore.exp
9895 * gdb.base/bp-permanent.exp
9896 * gdb.base/break-always.exp
9897 * gdb.base/break-fun-addr.exp
9898 * gdb.base/break-idempotent.exp
9899 * gdb.base/break-main-file-remove-fail.exp
9900 * gdb.base/break-probes.exp
9901 * gdb.base/break-unload-file.exp
9902 * gdb.base/break.exp
9903 * gdb.base/call-ar-st.exp
9904 * gdb.base/call-rt-st.exp
9905 * gdb.base/call-sc.exp
9906 * gdb.base/call-signal-resume.exp
9907 * gdb.base/call-strs.exp
9908 * gdb.base/callexit.exp
9909 * gdb.base/callfuncs.exp
9910 * gdb.base/catch-gdb-caused-signals.exp
9911 * gdb.base/catch-signal-siginfo-cond.exp
9912 * gdb.base/catch-syscall.exp
9913 * gdb.base/compare-sections.exp
9914 * gdb.base/cond-eval-mode.exp
9915 * gdb.base/condbreak-call-false.exp
9916 * gdb.base/consecutive-step-over.exp
9917 * gdb.base/cursal.exp
9918 * gdb.base/disabled-location.exp
9919 * gdb.base/disasm-end-cu.exp
9920 * gdb.base/display.exp
9921 * gdb.base/double-prompt-target-event-error.exp
9922 * gdb.base/dprintf-bp-same-addr.exp
9923 * gdb.base/dprintf-detach.exp
9924 * gdb.base/dprintf-next.exp
9925 * gdb.base/dprintf-non-stop.exp
9926 * gdb.base/dprintf-pending.exp
9927 * gdb.base/dso2dso.exp
9928 * gdb.base/ending-run.exp
9929 * gdb.base/enum_cond.exp
9930 * gdb.base/examine-backward.exp
9931 * gdb.base/exe-lock.exp
9932 * gdb.base/exec-invalid-sysroot.exp
9933 * gdb.base/execl-update-breakpoints.exp
9934 * gdb.base/execution-termios.exp
9935 * gdb.base/fileio.exp
9936 * gdb.base/fixsection.exp
9937 * gdb.base/foll-exec-mode.exp
9938 * gdb.base/foll-exec.exp
9939 * gdb.base/fork-running-state.exp
9940 * gdb.base/frame-args.exp
9941 * gdb.base/fullpath-expand.exp
9942 * gdb.base/func-ptr.exp
9943 * gdb.base/gcore-relro-pie.exp
9944 * gdb.base/gdb1090.exp
9945 * gdb.base/gdb1555.exp
9946 * gdb.base/global-var-nested-by-dso.exp
9947 * gdb.base/gnu-ifunc.exp
9948 * gdb.base/hbreak-in-shr-unsupported.exp
9949 * gdb.base/hbreak-unmapped.exp
9950 * gdb.base/hook-stop.exp
9951 * gdb.base/infcall-input.exp
9952 * gdb.base/info-fun.exp
9953 * gdb.base/info-shared.exp
9954 * gdb.base/interrupt-noterm.exp
9955 * gdb.base/jit-so.exp
9956 * gdb.base/jit.exp
9957 * gdb.base/line-symtabs.exp
9958 * gdb.base/list.exp
9959 * gdb.base/longjmp.exp
9960 * gdb.base/macscp.exp
9961 * gdb.base/max-value-size.exp
9962 * gdb.base/nodebug.exp
9963 * gdb.base/nofield.exp
9964 * gdb.base/overlays.exp
9965 * gdb.base/paginate-after-ctrl-c-running.exp
9966 * gdb.base/paginate-bg-execution.exp
9967 * gdb.base/paginate-inferior-exit.exp
9968 * gdb.base/pending.exp
9969 * gdb.base/pr11022.exp
9970 * gdb.base/printcmds.exp
9971 * gdb.base/ptr-typedef.exp
9972 * gdb.base/ptype.exp
9973 * gdb.base/randomize.exp
9974 * gdb.base/range-stepping.exp
9975 * gdb.base/realname-expand.exp
9976 * gdb.base/relativedebug.exp
9977 * gdb.base/remote.exp
9978 * gdb.base/savedregs.exp
9979 * gdb.base/sepdebug.exp
9980 * gdb.base/set-noassign.exp
9981 * gdb.base/shlib-call.exp
9982 * gdb.base/shreloc.exp
9983 * gdb.base/sigaltstack.exp
9984 * gdb.base/sigbpt.exp
9985 * gdb.base/siginfo-addr.exp
9986 * gdb.base/siginfo-obj.exp
9987 * gdb.base/siginfo-thread.exp
9988 * gdb.base/signest.exp
9989 * gdb.base/signull.exp
9990 * gdb.base/sigrepeat.exp
9991 * gdb.base/skip.exp
9992 * gdb.base/so-impl-ld.exp
9993 * gdb.base/solib-corrupted.exp
9994 * gdb.base/solib-disc.exp
9995 * gdb.base/solib-display.exp
9996 * gdb.base/solib-overlap.exp
9997 * gdb.base/solib-search.exp
9998 * gdb.base/solib-symbol.exp
9999 * gdb.base/source-execution.exp
10000 * gdb.base/sss-bp-on-user-bp-2.exp
10001 * gdb.base/sss-bp-on-user-bp.exp
10002 * gdb.base/stack-checking.exp
10003 * gdb.base/stale-infcall.exp
10004 * gdb.base/step-break.exp
10005 * gdb.base/step-line.exp
10006 * gdb.base/step-over-exit.exp
10007 * gdb.base/step-test.exp
10008 * gdb.base/structs.exp
10009 * gdb.base/sym-file.exp
10010 * gdb.base/symtab-search-order.exp
10011 * gdb.base/term.exp
10012 * gdb.base/type-opaque.exp
10013 * gdb.base/unload.exp
10014 * gdb.base/until-nodebug.exp
10015 * gdb.base/until.exp
10016 * gdb.base/unwindonsignal.exp
10017 * gdb.base/watch-cond.exp
10018 * gdb.base/watch-non-mem.exp
10019 * gdb.base/watch_thread_num.exp
10020 * gdb.base/watchpoint-reuse-slot.exp
10021 * gdb.base/watchpoint-solib.exp
10022 * gdb.base/watchpoint.exp
10023 * gdb.btrace/dlopen.exp
10024 * gdb.cell/arch.exp
10025 * gdb.cell/break.exp
10026 * gdb.cell/bt.exp
10027 * gdb.cell/core.exp
10028 * gdb.cell/data.exp
10029 * gdb.cell/dwarfaddr.exp
10030 * gdb.cell/ea-cache.exp
10031 * gdb.cell/ea-standalone.exp
10032 * gdb.cell/ea-test.exp
10033 * gdb.cell/f-regs.exp
10034 * gdb.cell/fork.exp
10035 * gdb.cell/gcore.exp
10036 * gdb.cell/mem-access.exp
10037 * gdb.cell/ptype.exp
10038 * gdb.cell/registers.exp
10039 * gdb.cell/sizeof.exp
10040 * gdb.cell/solib-symbol.exp
10041 * gdb.cell/solib.exp
10042 * gdb.compile/compile-tls.exp
10043 * gdb.cp/exception.exp
10044 * gdb.cp/gdb2495.exp
10045 * gdb.cp/local.exp
10046 * gdb.cp/mb-inline.exp
10047 * gdb.cp/mb-templates.exp
10048 * gdb.cp/pr10687.exp
10049 * gdb.cp/pr9167.exp
10050 * gdb.cp/scope-err.exp
10051 * gdb.cp/templates.exp
10052 * gdb.cp/virtfunc.exp
10053 * gdb.dwarf2/dw2-dir-file-name.exp
10054 * gdb.dwarf2/dw2-single-line-discriminators.exp
10055 * gdb.fortran/complex.exp
10056 * gdb.fortran/library-module.exp
10057 * gdb.guile/guile.exp
10058 * gdb.guile/scm-cmd.exp
10059 * gdb.guile/scm-frame-inline.exp
10060 * gdb.guile/scm-objfile.exp
10061 * gdb.guile/scm-pretty-print.exp
10062 * gdb.guile/scm-symbol.exp
10063 * gdb.guile/scm-type.exp
10064 * gdb.guile/scm-value.exp
10065 * gdb.linespec/keywords.exp
10066 * gdb.linespec/ls-errs.exp
10067 * gdb.linespec/macro-relative.exp
10068 * gdb.linespec/thread.exp
10069 * gdb.mi/mi-breakpoint-changed.exp
10070 * gdb.mi/mi-dprintf-pending.exp
10071 * gdb.mi/mi-fullname-deleted.exp
10072 * gdb.mi/mi-logging.exp
10073 * gdb.mi/mi-pending.exp
10074 * gdb.mi/mi-solib.exp
10075 * gdb.mi/new-ui-mi-sync.exp
10076 * gdb.mi/user-selected-context-sync.exp
10077 * gdb.multi/dummy-frame-restore.exp
10078 * gdb.multi/multi-arch-exec.exp
10079 * gdb.multi/remove-inferiors.exp
10080 * gdb.multi/watchpoint-multi-exit.exp
10081 * gdb.opt/solib-intra-step.exp
10082 * gdb.perf/backtrace.exp
10083 * gdb.perf/single-step.exp
10084 * gdb.perf/skip-command.exp
10085 * gdb.perf/skip-prologue.exp
10086 * gdb.perf/solib.exp
10087 * gdb.python/lib-types.exp
10088 * gdb.python/py-as-string.exp
10089 * gdb.python/py-bad-printers.exp
10090 * gdb.python/py-block.exp
10091 * gdb.python/py-breakpoint.exp
10092 * gdb.python/py-cmd.exp
10093 * gdb.python/py-events.exp
10094 * gdb.python/py-evthreads.exp
10095 * gdb.python/py-finish-breakpoint.exp
10096 * gdb.python/py-finish-breakpoint2.exp
10097 * gdb.python/py-frame-inline.exp
10098 * gdb.python/py-frame.exp
10099 * gdb.python/py-inferior.exp
10100 * gdb.python/py-infthread.exp
10101 * gdb.python/py-mi.exp
10102 * gdb.python/py-objfile.exp
10103 * gdb.python/py-pp-maint.exp
10104 * gdb.python/py-pp-registration.exp
10105 * gdb.python/py-prettyprint.exp
10106 * gdb.python/py-recurse-unwind.exp
10107 * gdb.python/py-shared.exp
10108 * gdb.python/py-symbol.exp
10109 * gdb.python/py-symtab.exp
10110 * gdb.python/py-template.exp
10111 * gdb.python/py-type.exp
10112 * gdb.python/py-unwind-maint.exp
10113 * gdb.python/py-unwind.exp
10114 * gdb.python/py-value.exp
10115 * gdb.python/python.exp
10116 * gdb.reverse/finish-reverse-bkpt.exp
10117 * gdb.reverse/insn-reverse.exp
10118 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10119 * gdb.reverse/solib-precsave.exp
10120 * gdb.reverse/solib-reverse.exp
10121 * gdb.stabs/gdb11479.exp
10122 * gdb.stabs/weird.exp
10123 * gdb.threads/fork-child-threads.exp
10124 * gdb.threads/fork-plus-threads.exp
10125 * gdb.threads/fork-thread-pending.exp
10126 * gdb.threads/forking-threads-plus-breakpoint.exp
10127 * gdb.threads/hand-call-in-threads.exp
10128 * gdb.threads/interrupted-hand-call.exp
10129 * gdb.threads/linux-dp.exp
10130 * gdb.threads/local-watch-wrong-thread.exp
10131 * gdb.threads/next-while-other-thread-longjmps.exp
10132 * gdb.threads/non-ldr-exit.exp
10133 * gdb.threads/pending-step.exp
10134 * gdb.threads/print-threads.exp
10135 * gdb.threads/process-dies-while-detaching.exp
10136 * gdb.threads/process-dies-while-handling-bp.exp
10137 * gdb.threads/pthreads.exp
10138 * gdb.threads/queue-signal.exp
10139 * gdb.threads/reconnect-signal.exp
10140 * gdb.threads/signal-command-handle-nopass.exp
10141 * gdb.threads/signal-command-multiple-signals-pending.exp
10142 * gdb.threads/signal-delivered-right-thread.exp
10143 * gdb.threads/signal-sigtrap.exp
10144 * gdb.threads/sigthread.exp
10145 * gdb.threads/staticthreads.exp
10146 * gdb.threads/stepi-random-signal.exp
10147 * gdb.threads/thread-unwindonsignal.exp
10148 * gdb.threads/thread_check.exp
10149 * gdb.threads/thread_events.exp
10150 * gdb.threads/tid-reuse.exp
10151 * gdb.threads/tls-nodebug.exp
10152 * gdb.threads/tls-shared.exp
10153 * gdb.threads/tls-so_extern.exp
10154 * gdb.threads/tls.exp
10155 * gdb.threads/wp-replication.exp
10156 * gdb.trace/actions-changed.exp
10157 * gdb.trace/actions.exp
10158 * gdb.trace/backtrace.exp
10159 * gdb.trace/change-loc.exp
10160 * gdb.trace/collection.exp
10161 * gdb.trace/deltrace.exp
10162 * gdb.trace/disconnected-tracing.exp
10163 * gdb.trace/entry-values.exp
10164 * gdb.trace/ftrace-lock.exp
10165 * gdb.trace/ftrace.exp
10166 * gdb.trace/infotrace.exp
10167 * gdb.trace/mi-trace-frame-collected.exp
10168 * gdb.trace/mi-trace-unavailable.exp
10169 * gdb.trace/mi-traceframe-changed.exp
10170 * gdb.trace/mi-tracepoint-changed.exp
10171 * gdb.trace/mi-tsv-changed.exp
10172 * gdb.trace/no-attach-trace.exp
10173 * gdb.trace/packetlen.exp
10174 * gdb.trace/passc-dyn.exp
10175 * gdb.trace/passcount.exp
10176 * gdb.trace/pending.exp
10177 * gdb.trace/pr16508.exp
10178 * gdb.trace/qtro.exp
10179 * gdb.trace/range-stepping.exp
10180 * gdb.trace/read-memory.exp
10181 * gdb.trace/report.exp
10182 * gdb.trace/save-trace.exp
10183 * gdb.trace/signal.exp
10184 * gdb.trace/stap-trace.exp
10185 * gdb.trace/status-stop.exp
10186 * gdb.trace/strace.exp
10187 * gdb.trace/tfile.exp
10188 * gdb.trace/tfind.exp
10189 * gdb.trace/trace-break.exp
10190 * gdb.trace/trace-condition.exp
10191 * gdb.trace/trace-enable-disable.exp
10192 * gdb.trace/trace-mt.exp
10193 * gdb.trace/tracecmd.exp
10194 * gdb.trace/tracefile-pseudo-reg.exp
10195 * gdb.trace/tspeed.exp
10196 * gdb.trace/tstatus.exp
10197 * gdb.trace/tsv.exp
10198 * gdb.trace/unavailable.exp
10199 * gdb.trace/while-dyn.exp
10200 * gdb.trace/while-stepping.exp
10201 * lib/gdb-guile.exp
10202 * lib/gdb.exp
10203 * lib/mi-support.exp
10204 * lib/pascal.exp
10205 * lib/perftest.exp
10206 * lib/prelink-support.exp
10207 * lib/selftest-support.exp
10208
10209 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10210
10211 * Makefile.in: Include disable-implicit-rules.mk.
10212
10213 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10214
10215 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10216 non-byte-aligned bit fields.
10217
10218 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10219
10220 PR gdb/12616
10221 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10222 respects the DW_AT_data_bit_offset attribute.
10223
10224 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10225
10226 * gdb.base/default.exp: Fix output of "set language".
10227
10228 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10229
10230 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10231 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10232 make.
10233 * configure.ac: Remove checks for the make program.
10234 * configure: Re-generate.
10235
10236 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10237
10238 * gdb.python/py-recurse-unwind.c (main): Add loop.
10239 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10240 to read_register() and gdb.parse_and_eval(). Make each code
10241 call a separate case that can be individually tested.
10242 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10243 proc. Call cont_and_backtrace for each of the code paths that
10244 we want to test in the unwinder.
10245
10246 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10247
10248 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10249 the definition of struct S.
10250
10251 2016-11-11 Catherine Moore <clm@codesourcery.com>
10252
10253 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10254
10255 2016-11-09 Pedro Alves <palves@redhat.com>
10256
10257 * gdb.base/commands.exp (runto_or_return): New procedure.
10258 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10259 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10260 (progvar_simple_while_test, progvar_complex_if_while_test)
10261 (if_while_breakpoint_command_test)
10262 (infrun_breakpoint_command_test, breakpoint_command_test)
10263 (user_defined_command_test, watchpoint_command_test)
10264 (test_command_prompt_position, redefine_hook_test)
10265 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10266 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10267 multi_line_input and multi_line. Remove gdb_expect and
10268 gdb_stop_suppressing_tests uses.
10269 * lib/gdb.exp (valnum_re): New global.
10270 (multi_line_input): New procedure.
10271
10272 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10273
10274 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10275 Remove.
10276 (test_setup): Define with proc_with_prefix.
10277 (test_cli_inferior): Likewise.
10278 (test_cli_thread): Likewise.
10279 (test_cli_frame): Likewise.
10280 (test_cli_select_frame): Likewise.
10281 (test_cli_up_down): Likewise.
10282 (test_mi_thread_select): Likewise.
10283 (test_mi_stack_select_frame): Likewise.
10284 (test_cli_in_mi_inferior): Likewise.
10285 (test_cli_in_mi_thread): Likewise.
10286 (test_cli_in_mi_frame): Likewise.
10287 (top level): Do not use with_test_prefix_procname.
10288
10289 2016-11-09 Pedro Alves <palves@redhat.com>
10290
10291 * gdb.base/commands.exp (gdbvar_simple_if_test)
10292 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10293 (progvar_simple_if_test, progvar_simple_while_test)
10294 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10295 (infrun_breakpoint_command_test, breakpoint_command_test)
10296 (user_defined_command_test, watchpoint_command_test)
10297 (test_command_prompt_position, deprecated_command_test)
10298 (bp_deleted_in_command, temporary_breakpoint_commands)
10299 (stray_arg0_test, source_file_with_indented_comment)
10300 (recursive_source_test, if_commands_test)
10301 (error_clears_commands_left, redefine_hook_test)
10302 (redefine_backtrace_test): Use proc_with_prefix.
10303 * lib/gdb.exp (proc_with_prefix): New proc.
10304
10305 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10306
10307 * gdb.base/tui-layout.c: New file.
10308 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10309 disassembly window contains very long lines.
10310
10311 2016-11-08 Tom Tromey <tom@tromey.com>
10312
10313 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10314 depend on Python 2.
10315
10316 2016-11-08 Tom Tromey <tom@tromey.com>
10317
10318 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10319 New method.
10320
10321 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10322
10323 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10324
10325 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10326
10327 * gdb.rust/simple.rs: Add test for univariant enums without
10328 discriminants and for encoded struct-like enums.
10329
10330 2016-10-28 Pedro Alves <palves@redhat.com>
10331
10332 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10333 gdb_test_multiple, tighten regexps and match symtabs and line
10334 tables incrementally.
10335
10336 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10337
10338 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10339 general.
10340
10341 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10342
10343 * gdb.base/exec-invalid-sysroot.exp: New file.
10344
10345 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10346
10347 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10348
10349 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10350
10351 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10352
10353 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10354
10355 * gdb.base/killed-outside.exp: Remove $options from a call to
10356 `prepare_for_testing'.
10357
10358 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10359
10360 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10361 Change test message.
10362
10363 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10364
10365 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10366 Update comment.
10367
10368 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10369
10370 * gdb.trace/mi-trace-save.exp: New file.
10371
10372 2016-10-13 Yao Qi <yao.qi@linaro.org>
10373
10374 * gdb.base/code_elim.exp (get_var_address): Remove.
10375 * gdb.base/relocate.exp: Likewise.
10376 * gdb.base/shreloc.exp: Likewise.
10377 * lib/gdb.exp (get_var_address): New.
10378
10379 2016-10-13 Yao Qi <yao.qi@linaro.org>
10380
10381 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10382 floating point tests if $skip_float_test is false.
10383
10384 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10385
10386 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10387 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10388 argc values.
10389 Add 1 to argc so we guarantee distinct initial/modified argc values.
10390
10391 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10392
10393 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10394
10395 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10396
10397 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10398 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10399 * gdb.arch/vsx-regs.exp: Likewise.
10400
10401 2016-10-07 Yao Qi <yao.qi@linaro.org>
10402
10403 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10404
10405 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10406
10407 * gdb.python/python.exp: Test decode_line("*0").
10408
10409 2016-10-06 Doug Evans <dje@google.com>
10410
10411 * gdb.python/py-value.exp (test_value_creation): Add test for large
10412 unsigned 64-bit value.
10413
10414 2016-10-06 Tom Tromey <tom@tromey.com>
10415
10416 * gdb.compile/compile.exp: Change java tests to rust.
10417 * gdb.base/setshow.exp: Change java tests to rust.
10418 * gdb.base/default.exp: Remove java from language list.
10419 * README (Examples): Update language example.
10420 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10421 test.
10422 * lib/gdb.exp (skip_java_tests): Remove.
10423 * lib/java.exp: Remove.
10424 * gdb.java: Remove.
10425
10426 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10427
10428 * gdb.arch/mips-fcr.exp: New test.
10429 * gdb.arch/mips-fcr.c: Source for the new test.
10430
10431 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10432
10433 * gdb.base/solib-disc.exp: Use `standard_output_file'
10434 throughout.
10435
10436 2016-10-06 Pedro Alves <palves@redhat.com>
10437
10438 * gdb.base/jit-simple-dl.c: New file.
10439 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10440 * gdb.base/jit-simple.c: ... this.
10441 * gdb.base/jit-simple.exp (jit_run): Delete.
10442 (build_jit): New proc.
10443 (jit_test_reread): Recompile either the main program or the shared
10444 library, depending on what is being tested. Skip changing address
10445 if caller wants to. Compare before/after addresses. If testing
10446 standalone, explicitly load the binary. Test "maint info
10447 breakpoints".
10448 (top level): Add "standalone vs shared lib" and "change address"
10449 vs "same address" axes.
10450
10451 2016-10-06 Pedro Alves <palves@redhat.com>
10452
10453 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10454 call.
10455 (jit_run): Delete.
10456 (jit_test_reread): Use with_test_prefix. Reload the main binary
10457 explicitly. Compare the before/after addresses of the JIT
10458 descriptor.
10459
10460 2016-08-15 Doug Evans <dje@google.com>
10461
10462 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10463 for single bitfields is bool.
10464 * gdb.xml/tdesc-regs.exp: Ditto.
10465
10466 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10467
10468 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10469
10470 2016-10-05 Yao Qi <yao.qi@linaro.org>
10471
10472 * lib/gdb.exp (support_complex_tests): Return zero if
10473 gdb_skip_float_test return true.
10474
10475 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10476 Simon Marchi <simon.marchi@ericsson.com>
10477
10478 PR gdb/20487
10479 * gdb.mi/user-selected-context-sync.exp: New file.
10480 * gdb.mi/user-selected-context-sync.c: New file.
10481
10482 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10483 Simon Marchi <simon.marchi@ericsson.com>
10484
10485 PR gdb/20487
10486 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10487 =thread-select-event check.
10488
10489 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10490
10491 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10492 the compulsory L operand changes.
10493 * gdb.arch/powerpc-power.s: Likewise.
10494
10495 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10496
10497 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10498 * gdb.base/jit-attach-pie.c: New file.
10499 * gdb.base/jit-attach-pie.exp: New file.
10500
10501 2016-09-28 Pedro Alves <palves@redhat.com>
10502
10503 * gdb.base/infcall-input.c: New file.
10504 * gdb.base/infcall-input.exp: New file.
10505
10506 2016-09-22 Yao Qi <yao.qi@linaro.org>
10507
10508 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10509 (gdb_exit): Rename it to ...
10510 (gdbserver_gdb_exit): ... Close GDBserver.
10511 (gdb_exit): New proc, call gdbserver_gdb_exit.
10512 (mi_gdb_exit): Likewise.
10513
10514 2016-09-22 Yao Qi <yao.qi@linaro.org>
10515
10516 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10517 path.
10518 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10519 Remove duplication.
10520
10521 2016-09-22 Yao Qi <yao.qi@linaro.org>
10522
10523 * lib/gdbserver-support.exp: Check the existence of
10524 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10525
10526 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10527
10528 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10529
10530 2016-09-21 Tom Tromey <tom@tromey.com>
10531
10532 PR gdb/20604:
10533 * gdb.base/quit.exp: New file.
10534
10535 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10536
10537 * .gitignore: New file.
10538
10539 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10540
10541 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10542 throughout.
10543
10544 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10545
10546 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10547
10548 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10549
10550 * gdb.cp/casts.cc (decltype): Move it ...
10551 (main): ... with its call to ...
10552 * gdb.cp/casts03.cc: ... a new file.
10553 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10554
10555 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10556
10557 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10558
10559 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10560
10561 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10562 and sync up the test with tests in gas/testsuite/gas/ppc.
10563 * gdb.arch/powerpc-power.exp: Likewise.
10564
10565 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10566
10567 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10568
10569 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10570 Jan Kratochvil <jan.kratochvil@redhat.com>
10571
10572 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10573 make m1's definition to be different from m2's. Use 'dummy' as an
10574 argument for probe 'two'.
10575
10576 2016-09-10 Jon Beniston <jon@beniston.com>
10577
10578 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10579 for sim target.
10580
10581 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10582
10583 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10584 variable declaration.
10585 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10586 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10587 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10588 received HWCAP as its argument.
10589
10590 2016-09-06 Pedro Alves <palves@redhat.com>
10591
10592 * gdb.base/new-ui-pending-input.c: New file.
10593 * gdb.base/new-ui-pending-input.exp: New file.
10594 * gdb.exp (clear_gdb_spawn_id): New procedure.
10595 (with_spawn_id): Check whether gdb_spawn_id exists before
10596 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10597 on exit.
10598
10599 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10600
10601 * gdb.base/float128.c: New file.
10602 * gdb.base/float128.exp: Likewise.
10603 * gdb.base/floatn.c: Likewise.
10604 * gdb.base/floatn.exp: Likewise.
10605
10606 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10607
10608 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10609
10610 2016-09-05 Pedro Alves <palves@redhat.com>
10611
10612 PR backtrace/19927
10613 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10614 unwinders are immediately called as side effect of "source" or
10615 "disable unwinder" commands.
10616 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10617
10618 2016-09-02 Yao Qi <yao.qi@linaro.org>
10619
10620 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10621 is true and $type is "float" or "double".
10622
10623 2016-09-02 Yao Qi <yao.qi@linaro.org>
10624
10625 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10626 true.
10627 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10628 * gdb.base/call-rt-st.exp: Likewise.
10629 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10630 return value instead of gdb,skip_float_test.
10631 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10632 (do_function_calls): Use its return value instead of
10633 gdb,skip_float_test.
10634 * gdb.base/finish.exp: Likewise.
10635 * gdb.base/funcargs.exp: Likewise.
10636 * gdb.base/return.exp: Likewise.
10637 * gdb.base/return2.exp: Likewise.
10638 * gdb.base/varargs.exp: Likewise.
10639 * lib/gdb.exp (gdb_skip_float_test): Change it to
10640 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10641
10642 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10643
10644 * gdb.multi/tids.exp: Test "thread apply all".
10645
10646 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10647
10648 * gdb.base/default.exp (tty): Remove.
10649
10650 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10651
10652 * gdb.python/py-recurse-unwind.c: New file.
10653 * gdb.python/py-recurse-unwind.py: New file.
10654 * gdb.python/py-recurse-unwind.exp: New file.
10655
10656 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10657
10658 * gdb.base/set-inferior-tty.exp: New file.
10659 * gdb.base/set-inferior-tty.c: New file.
10660
10661 2016-08-23 Pedro Alves <palves@redhat.com>
10662
10663 PR gdb/20494
10664 * gdb.base/new-ui-echo.c: New file.
10665 * gdb.base/new-ui-echo.exp: New file.
10666
10667 2016-08-23 Yao Qi <yao.qi@linaro.org>
10668
10669 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10670 gdbserver_spawn.
10671 * gdb.server/connect-without-multi-process.exp (do_test):
10672 Likewise.
10673
10674 2016-08-23 Yao Qi <yao.qi@linaro.org>
10675
10676 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10677 standalone_txt. Delete gdb_txt and standalone_txt on host
10678 and target. Spawn the binary on target. Copy files from
10679 target to host.
10680
10681 2016-08-22 Pedro Alves <palves@redhat.com>
10682
10683 PR gdb/20505
10684 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10685 with_test_prefix. Factor out bits to ...
10686 (test_no_vdso): ... this new procedure.
10687
10688 2016-08-19 Carl Love <cel@us.ibm.com>
10689
10690 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10691 maintaining separate logic for constructing the output path.
10692 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10693 * gdb.arch/ppc-dfp.exp: Likewise.
10694 * gdb.arch/ppc-fp.exp: Likewise.
10695 * gdb.arch/vsx-regs.exp: Likewise.
10696 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10697 binprefix for generating the additional binary files.
10698
10699 2016-08-19 Pedro Alves <palves@redhat.com>
10700
10701 * gdb.trace/mi-trace-frame-collected.exp
10702 (test_trace_frame_collected): On x32, expect two registers.
10703
10704 2016-08-18 Carl Love <cel@us.ibm.com>
10705
10706 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10707 and sync up the test with tests in gas/testsuite/gas/ppc.
10708 * gdb.arch/powerpc-power.exp: Likewise.
10709
10710 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10711
10712 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10713 expected error message.
10714
10715 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10716
10717 * gdb.multi/remove-inferiors.exp: New file.
10718 * gdb.multi/remove-inferiors.c: New file.
10719
10720 2016-08-12 Yao Qi <yao.qi@linaro.org>
10721
10722 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10723 argument list.
10724
10725 2016-08-10 Pedro Alves <palves@redhat.com>
10726
10727 PR gdb/19187
10728 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10729 setup_kfails.
10730
10731 2016-08-09 Pedro Alves <palves@redhat.com>
10732 Simon Marchi <simon.marchi@ericsson.com>
10733
10734 PR gdb/20418
10735 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10736 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10737
10738 2016-08-09 Pedro Alves <palves@redhat.com>
10739
10740 PR mi/20431
10741 * gdb.mi/mi-cmd-error.exp: New file.
10742
10743 2016-08-09 Pedro Alves <palves@redhat.com>
10744
10745 PR gdb/18653
10746 * gdb.base/signals-state-child.c: New file.
10747 * gdb.base/signals-state-child.exp: New file.
10748 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10749
10750 2016-08-09 Pedro Alves <palves@redhat.com>
10751
10752 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10753
10754 2016-08-03 Tom Tromey <tom@tromey.com>
10755
10756 PR python/18565:
10757 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10758
10759 2016-08-01 Yao Qi <yao.qi@linaro.org>
10760
10761 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10762 variable mode to "multi-process" if $multi_process is 1, otherwise
10763 set it to "single-process".
10764
10765 2016-08-01 Yao Qi <yao.qi@linaro.org>
10766
10767 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10768 * gdb.cp/cpexprs.exp: Likewise.
10769 * gdb.cp/m-static.exp: Likewise.
10770
10771 2016-07-26 Tom Tromey <tom@tromey.com>
10772
10773 PR python/20190:
10774 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10775 test.
10776
10777 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10778
10779 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10780 selecting assembly source files.
10781 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10782 assembly source files.
10783 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10784 assembly source files.
10785 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10786 selecting assembly source files.
10787
10788 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10789
10790 * gdb.base/new-ui.exp (do_test_invalid_args): New
10791 procedure.
10792
10793 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10794
10795 * gdb.btrace/reconnect.c: New file.
10796 * gdb.btrace/reconnect.exp: New file.
10797
10798 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10799
10800 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10801 to test_catch_syscall_group.
10802 (test_catch_syscall_group): New.
10803
10804 2016-07-21 Tom Tromey <tom@tromey.com>
10805
10806 * gdb.rust/simple.rs (main): Use empty struct expression.
10807 * gdb.rust/simple.exp: Add tests for empty struct expression.
10808
10809 2016-07-21 Yao Qi <yao.qi@linaro.org>
10810
10811 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10812 if gdb_skip_xml_test is true on some targets.
10813
10814 2016-07-21 Yao Qi <yao.qi@linaro.org>
10815
10816 * gdb.server/solib-list.exp: Unset last_loaded_file.
10817
10818 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10819
10820 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10821 "step into captured_main (args)".
10822
10823 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10824
10825 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10826
10827 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10828
10829 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10830
10831 2016-07-19 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10834 * gdb.opt/inline-bt.exp: Likewise.
10835 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10836 additional_flags=-Winline.
10837 * gdb.opt/inline-locals.exp: Likewise.
10838 * gdb.opt/inline-markers.c (ATTR): Define.
10839 (inlined_fn): Use it.
10840
10841 2016-07-19 Yao Qi <yao.qi@linaro.org>
10842
10843 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10844 (test_with_self): Remove some code. Remove argument executable.
10845 (top-level): Use do_self_tests.
10846
10847 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10848 Don Breazeal <donb@codesourcery.com>
10849
10850 * gdb.base/maint.exp: Escape paths used in regular expressions.
10851 * gdb.stabs/weird.exp: Likewise.
10852
10853 2016-07-13 Tom Tromey <tom@tromey.com>
10854
10855 PR python/15620, PR python/18620:
10856 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10857 (test_bkpt_events): New procs.
10858
10859 2016-07-13 Tom Tromey <tom@tromey.com>
10860
10861 PR python/17698:
10862 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10863 test.
10864 (test_watchpoints): Likewise.
10865 (test_bkpt_pending): New proc.
10866
10867 2016-07-13 Tom Tromey <tom@tromey.com>
10868
10869 PR cli/18053:
10870 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10871 completion test.
10872
10873 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10874
10875 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10876 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10877 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10878 f_label.
10879 (g): Rename g_end_lbl to g_label.
10880 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10881 low_pc and high_pc.
10882 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10883
10884 2016-07-12 Tom Tromey <tom@tromey.com>
10885
10886 PR python/19293:
10887 * gdb.python/py-unwind-maint.exp: Update tests.
10888
10889 2016-07-12 Yao Qi <yao.qi@linaro.org>
10890
10891 * lib/selftest-support.exp (selftest_setup): Match the output
10892 when captured_main is inlined.
10893
10894 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10895
10896 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10897 New variables.
10898 (print this%a, print this%b, print this): New tests.
10899 * gdb.fortran/derived-types.f90 (this): New object and
10900 initialization.
10901
10902 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10903
10904 * gdb.ada/arraydim.exp: Remove extra directory level in build
10905 directory.
10906
10907 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10908
10909 * lib/ada.exp: Remove extra directory level in build directory.
10910 * gdb.ada/cond_lang.exp: Likewise.
10911 * gdb.ada/exec_changed.exp: Likewise.
10912 * gdb.ada/lang_switch.exp: Likewise.
10913
10914 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10915
10916 * simple.rs: Add test for raw pointer subscripting.
10917 * simple.exp: Add test expectations.
10918
10919 2016-07-05 Yao Qi <yao.qi@linaro.org>
10920
10921 * gdb.mi/mi-reverse.exp: Match =record-started output.
10922
10923 2016-07-01 Pedro Alves <palves@redhat.com>
10924
10925 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10926 procedure.
10927 (jit_reader_test): Test the jit reader's unwinder.
10928 * gdb.base/jithost.c (jit_function_00_code): New global.
10929 (main): Use memcpy to fill in the mmapped code, instead of poking
10930 bytes manually here.
10931 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10932 value.
10933 (read_debug_info): Save the function's range.
10934 (read_sp): New function.
10935 (unwind_frame): Use it. Also unwind RBP.
10936 (get_frame_id): Use read_sp.
10937 (gdb_init_reader): Use calloc instead of malloc.
10938 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10939 parameter. Use gdb_test_multiple.
10940
10941 2016-07-01 Pedro Alves <palves@redhat.com>
10942 Antoine Tremblay <antoine.tremblay@ericsson.com>
10943
10944 * gdb.threads/process-dies-while-detaching.c: New file.
10945 * gdb.threads/process-dies-while-detaching.exp: New file.
10946
10947 2016-07-01 Pedro Alves <palves@redhat.com>
10948
10949 * gdb.multi/watchpoint-multi-exit.c: New file.
10950 * gdb.multi/watchpoint-multi-exit.exp: New file.
10951
10952 2016-06-30 Pedro Alves <palves@redhat.com>
10953
10954 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10955 unset inferior_spawn_id.
10956
10957 2016-06-30 Pedro Alves <palves@redhat.com>
10958
10959 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10960 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10961
10962 2016-06-29 Yao Qi <yao.qi@linaro.org>
10963
10964 * gdb.base/return.c: Add copyright header.
10965
10966 2016-06-29 Tom Tromey <tom@tromey.com>
10967
10968 PR python/20129:
10969 * gdb.python/py-framefilter.exp: Add tests for setting priority
10970 and disabling of non-existent frame filter.
10971
10972 2016-06-29 Yao Qi <yao.qi@linaro.org>
10973
10974 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10975 0x0f07ff.
10976
10977 2016-06-28 Yao Qi <yao.qi@linaro.org>
10978
10979 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10980 triplets. Start gdb, execute catch syscall, and continue. Check
10981 gdb's output to determine catch syscall is supported.
10982
10983 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10984
10985 * gdb.rust/simple.rs: Add test for returning unit in a function.
10986 * gdb.rust/simple.exp: Add expectation for functions returning
10987 unit.
10988
10989 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10990
10991 * gdb.python/py-breakpoint-create-fail.c,
10992 gdb.python/py-breakpoint-create-fail.exp,
10993 gdb.python/py-breakpoint-create-fail.py: New testcase.
10994
10995 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10996
10997 PR gdb/20239
10998 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10999 * gdb.rust/simple.exp: Add test expectations for new NonZero
11000 tests.
11001
11002 2016-06-24 David Taylor <dtaylor@emc.com>
11003
11004 * gdb.base/offsets.exp: New file.
11005 * gdb.base/offsets.c: New file.
11006
11007 2016-06-23 Tom Tromey <tom@tromey.com>
11008
11009 PR gdb/16483:
11010 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11011 before any filters are loaded.
11012
11013 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11014
11015 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11016 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11017 structs.
11018 * gdb.fortran/derived-type-function.exp: New file.
11019 * gdb.fortran/derived-type-function.f90: New file.
11020
11021
11022 2016-06-21 Pedro Alves <palves@redhat.com>
11023
11024 * gdb.base/new-ui.exp: New file.
11025 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11026 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11027 (with_spawn_id): New procedure.
11028
11029 2016-06-21 Pedro Alves <palves@redhat.com>
11030
11031 * gdb.mi/mi-exec-run.exp: New file.
11032
11033 2016-06-21 Pedro Alves <palves@redhat.com>
11034
11035 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11036 breakpoint command's output on the main UI.
11037 (test_break): New procedure, factored out from calls in the top
11038 level.
11039 (top level): Use foreach_with_prefix to test MI as main UI and as
11040 separate UI.
11041
11042 2016-06-21 Pedro Alves <palves@redhat.com>
11043
11044 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11045 (test_awatch_creation_and_listing)
11046 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11047 Remove 'type' parameter.
11048 (test_watchpoint_all): New parameter mi_mode. Remove
11049 with_test_prefix.
11050 (top level): Use foreach_with_prefix, and add main/separate UI MI
11051 testing axis.
11052
11053 2016-06-21 Pedro Alves <palves@redhat.com>
11054
11055 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11056 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11057 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11058 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11059 (gdb_main_spawn_id, mi_spawn_id): Declare and
11060 comment.
11061 (mi_create_inferior_pty): New procedure,
11062 factored out from default_mi_gdb_start.
11063 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11064 procedures.
11065 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11066 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11067 Use mi_create_inferior_pty.
11068 (mi_gdb_start): Use eval to pass down args list.
11069
11070 2016-06-21 Pedro Alves <palves@redhat.com>
11071
11072 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11073 * gdb.opt/inline-cmds.exp: Add MI tests.
11074
11075 2016-06-21 Pedro Alves <palves@redhat.com>
11076
11077 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11078
11079 2016-06-21 Pedro Alves <palves@redhat.com>
11080
11081 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11082 (top level): Use it instead of mi_execute_to.
11083
11084 2016-06-21 Pedro Alves <palves@redhat.com>
11085
11086 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11087 (cont_handler_str): New.
11088 (signal_stop_handler): Set stop_handler_str instead of printing to
11089 stdout.
11090 (continue_handler): Set cont_handler_str instead of printing to
11091 stdout.
11092 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11093 mi_send_resuming_command. Print stop_handler_str and
11094 cont_handler_str instead of expecting the python events print
11095 directly.
11096
11097 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11098
11099 * gdb.base/jit-reader.exp: New file.
11100 * gdb.base/jithost.c: New file.
11101 * gdb.base/jithost.h: New file.
11102 * gdb.base/jitreader.c : New file.
11103 * gdb.base/jit-protocol.h: New file.
11104
11105 2016-06-17 Yao Qi <yao.qi@linaro.org>
11106
11107 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11108 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11109 and detach-on-fork. Adjust tests.
11110 (top level): Invoke break_cond_on_syscall with combinations of
11111 syscall, follow-fork-mode and detach-on-fork.
11112
11113 2016-06-17 Yao Qi <yao.qi@linaro.org>
11114
11115 * gdb.base/step-over-exit.c: New.
11116 * gdb.base/step-over-exit.exp: New.
11117
11118 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11119
11120 * gdb.base/float.exp: Add target check for nds32*-*-*.
11121 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11122
11123 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11124
11125 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11126 for unsupported target features.
11127 * gdb.base/call-rt-st.exp: Likewise.
11128 * gdb.base/call-sc.exp: Likewise.
11129 * gdb.base/call-signal-resume.exp: Likewise.
11130 * gdb.base/call-strs.exp: Likewise.
11131 * gdb.base/callexit.exp: Likewise.
11132 * gdb.base/callfuncs.exp: Likewise.
11133 * gdb.base/nodebug.exp: Likewise.
11134 * gdb.base/printcmds.exp: Likewise.
11135 * gdb.base/ptype.exp: Likewise.
11136 * gdb.base/structs.exp: Likewise.
11137 * gdb.base/unwindonsignal.exp: Likewise.
11138 * gdb.cp/gdb2495.exp: Likewise.
11139 * gdb.cp/templates.exp: Likewise.
11140 * gdb.cp/virtfunc.exp: Likewise.
11141 * gdb.threads/hand-call-in-threads.exp: Likewise.
11142 * gdb.threads/interrupted-hand-call.exp: Likewise.
11143 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11144
11145 2016-06-10 Tom Tromey <tom@tromey.com>
11146
11147 PR rust/20110:
11148 * gdb.rust/expr.exp: Add test for integer constant larger than
11149 i32.
11150
11151 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11152
11153 * gdb.fortran/nested-funcs.exp: New.
11154 * gdb.fortran/nested-funcs.f90: New.
11155
11156 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11157
11158 * gdb.base/examine-backward.c: New file.
11159 * gdb.base/examine-backward.exp: New file.
11160
11161 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11162
11163 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11164 matching.
11165
11166 2016-06-02 Tom Tromey <tom@tromey.com>
11167
11168 PR python/18984:
11169 * gdb.python/py-shared.exp: Add solib_name test.
11170
11171 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11172
11173 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11174
11175 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11176
11177 PR c++/19893
11178 * gdb.dwarf2/implref.exp: Rename to...
11179 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11180 * gdb.dwarf2/implref-array.c: New file.
11181 * gdb.dwarf2/implref-array.exp: Likewise.
11182 * gdb.dwarf2/implref-global.c: Likewise.
11183 * gdb.dwarf2/implref-global.exp: Likewise.
11184 * gdb.dwarf2/implref-struct.c: Likewise.
11185 * gdb.dwarf2/implref-struct.exp: Likewise.
11186
11187 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11188
11189 * gdb.trace/trace-condition.exp: Add 64bit tests.
11190
11191 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11192
11193 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11194 bits types.
11195 (main): Adapt to 8 to 64 bits types.
11196 * gdb.trace/trace-condition.exp: Add new tests.
11197
11198 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11199
11200 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11201
11202 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11203
11204 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11205 Move condition tests...
11206 * gdb.trace/trace-condition.exp: Here.
11207
11208 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11209
11210 * gdb.trace/trace-condition.exp: Add counter-case tests.
11211
11212 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11213
11214 PR c++/15231
11215 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11216 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11217
11218 2016-05-27 Pedro Alves <palves@redhat.com>
11219
11220 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11221 New procedure.
11222 (top level): Call it, and bail out of DejaGnu is known to be bad.
11223
11224 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11225
11226 * gdb.base/whatis.c: Extend the test case.
11227 * gdb.base/whatis.exp: Add additional tests.
11228
11229 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11230
11231 * gdb.fortran/type.f90: Add pointer variable.
11232 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11233
11234 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11235
11236 * gdb.fortran/vla-type.exp: Fix testcase name.
11237
11238 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11239
11240 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11241
11242 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11243
11244 * gdb.fortran/type.f90: Add nested structures.
11245 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11246 * gdb.fortran/derived-type.exp: Adapt expected output.
11247 * gdb.fortran/vla-type.exp: Adapt expected output.
11248
11249 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11250
11251 * gdb.fortran/whatis_type.exp: Adapt expected output.
11252
11253 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11254
11255 * gdb.fortran/print_type.exp: Fix expected output.
11256 * gdb.fortran/whatis_type.exp: Fix expected output.
11257
11258 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11259
11260 * gdb.fortran/whatis_type.exp: Use multi_line.
11261
11262 2016-05-24 Tom Tromey <tom@tromey.com>
11263
11264 PR python/17386:
11265 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11266 use value as an index.
11267
11268 2016-05-23 Tom Tromey <tom@tromey.com>
11269
11270 PR python/17981:
11271 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11272 no-breakpoint case.
11273
11274 2016-05-24 Pedro Alves <palves@redhat.com>
11275
11276 PR gdb/19828
11277 * gdb.threads/clone-attach-detach.c: New file.
11278 * gdb.threads/clone-attach-detach.exp: New file.
11279
11280 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11281
11282 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11283
11284 2016-05-23 Tom Tromey <tom@tromey.com>
11285
11286 PR python/19438, PR python/18393:
11287 * gdb.python/py-progspace.exp: Add "dir" test.
11288 * gdb.python/py-objfile.exp: Add "dir" test.
11289
11290 2016-05-23 Yao Qi <yao.qi@linaro.org>
11291
11292 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11293 * gdb.arch/thumb2-it.exp: Likewise.
11294
11295 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11296
11297 * gdb.mi/mi-threads-interrupt.c: New file.
11298 * gdb.mi/mi-threads-interrupt.exp: New file.
11299
11300 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11301
11302 PR gdb/18077
11303 * gdb.mi/mi-async-run.exp: New file.
11304 * gdb.mi/mi-async-run.c: New file.
11305
11306 2016-05-17 Tom Tromey <tom@tromey.com>
11307 Manish Goregaokar <manishsmail@gmail.com>
11308
11309 * lib/rust-support.exp: New file.
11310 * lib/gdb.exp (skip_rust_tests): New proc.
11311 (build_executable_from_specs): Handle rust.
11312 * lib/future.exp (gdb_find_rustc): New proc.
11313 (gdb_default_target_compile): Handle rust.
11314 * gdb.rust/expr.exp: New file.
11315 * gdb.rust/generics.exp: New file.
11316 * gdb.rust/generics.rs: New file.
11317 * gdb.rust/methods.exp: New file.
11318 * gdb.rust/methods.rs: New file.
11319 * gdb.rust/modules.exp: New file.
11320 * gdb.rust/modules.rs: New file.
11321 * gdb.rust/simple.exp: New file.
11322 * gdb.rust/simple.rs: New file.
11323
11324 2016-05-17 Tom Tromey <tom@tromey.com>
11325
11326 * gdb.base/default.exp (set language): Add rust.
11327
11328 2016-05-17 Tom Tromey <tom@tromey.com>
11329
11330 * gdb.gdb/unittest.exp: New file.
11331
11332 2016-05-16 Yao Qi <yao.qi@linaro.org>
11333
11334 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11335 shell_prompt. Update shell_prompt_re.
11336
11337 2016-05-12 Doug Evans <dje@google.com>
11338
11339 PR symtab/19999
11340 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11341 $options when building executable.
11342 * gdb.dwarf2/fission-loclists-pie.S: New file.
11343 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11344
11345 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11346
11347 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11348 of [is_remote target],
11349
11350 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11351
11352 * lib/gdb.exp (use_gdb_stub): New procedure.
11353
11354 2016-05-03 Yunlian Jiang <yunlian@google.com>
11355 Doug Evans <dje@google.com>
11356
11357 PR symtab/19914
11358 * gdb.dwarf2/dwp-sepdebug.c: New file.
11359 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11360
11361 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11362
11363 * gdb.base/detach.exp: Remove is_remote check.
11364
11365 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11366
11367 * gdb.base/annota-input-while-running.exp: Don't check for
11368 [is_remote target]. Enable annotations after running to main.
11369 Remove unused "set test..." line.
11370
11371 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11372
11373 * gdb.trace/trace-enable-disable.exp: New file.
11374 * gdb.trace/trace-enable-disable.c: New file.
11375
11376 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11377
11378 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11379 use it in info sharedlibrary test.
11380 * gdb.trace/ftrace-lock.exp: Likewise.
11381 * gdb.trace/ftrace.exp: Likewise.
11382 * gdb.trace/range-stepping.exp: Likewise.
11383 * gdb.trace/trace-break.exp: Likewise.
11384 * gdb.trace/trace-condition.exp: Likewise.
11385 * gdb.trace/trace-mt.exp: Likewise.
11386
11387 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11388
11389 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11390 (gdb_load_shlib): ... this.
11391 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11392 gdb_load_shlib.
11393 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11394 * gdb.base/ctxobj.exp: Likewise.
11395 * gdb.base/dprintf-pending.exp: Likewise.
11396 * gdb.base/dso2dso.exp: Likewise.
11397 * gdb.base/fixsection.exp: Likewise.
11398 * gdb.base/gcore-relro.exp: Likewise.
11399 * gdb.base/gdb1555.exp: Likewise.
11400 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11401 * gdb.base/gnu-ifunc.exp: Likewise.
11402 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11403 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11404 * gdb.base/pending.exp: Likewise.
11405 * gdb.base/print-file-var.exp: Likewise.
11406 * gdb.base/print-symbol-loading.exp: Likewise.
11407 * gdb.base/shlib-call.exp: Likewise.
11408 * gdb.base/shreloc.exp: Likewise.
11409 * gdb.base/so-impl-ld.exp: Likewise.
11410 * gdb.base/solib-disc.exp: Likewise.
11411 * gdb.base/solib-nodir.exp: Likewise.
11412 * gdb.base/solib-overlap.exp: Likewise.
11413 * gdb.base/solib-symbol.exp: Likewise.
11414 * gdb.base/solib-weak.exp (do_test): Likewise.
11415 * gdb.base/sym-file.exp: Likewise.
11416 * gdb.base/symtab-search-order.exp: Likewise.
11417 * gdb.base/type-opaque.exp: Likewise.
11418 * gdb.base/unload.exp: Likewise.
11419 * gdb.base/watchpoint-solib.exp: Likewise.
11420 * gdb.compile/compile.exp: Likewise.
11421 * gdb.cp/gdb2384.exp: Likewise.
11422 * gdb.cp/infcall-dlopen.exp: Likewise.
11423 * gdb.cp/re-set-overloaded.exp: Likewise.
11424 * gdb.fortran/library-module.exp: Likewise.
11425 * gdb.opt/solib-intra-step.exp: Likewise.
11426 * gdb.python/py-finish-breakpoint.exp: Likewise.
11427 * gdb.python/py-shared.exp: Likewise.
11428 * gdb.reverse/solib-precsave.exp: Likewise.
11429 * gdb.reverse/solib-reverse.exp: Likewise.
11430 * gdb.server/solib-list.exp: Likewise.
11431 * gdb.threads/dlopen-libpthread.exp: Likewise.
11432 * gdb.threads/tls-shared.exp: Likewise.
11433 * gdb.threads/tls-so_extern.exp: Likewise.
11434 * gdb.trace/change-loc.exp: Likewise.
11435 * gdb.trace/ftrace-lock.exp: Likewise.
11436 * gdb.trace/ftrace.exp: Likewise.
11437 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11438 * gdb.trace/pending.exp: Likewise.
11439 * gdb.trace/range-stepping.exp: Likewise.
11440 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11441 (strace_info_marker): Likewise.
11442 (strace_probe_marker): Likewise.
11443 (strace_trace_on_same_addr): Likewise.
11444 (strace_trace_on_diff_addr): Likewise.
11445 * gdb.trace/trace-break.exp: Likewise.
11446 * gdb.trace/trace-condition.exp: Likewise.
11447 * gdb.trace/trace-mt.exp: Likewise.
11448
11449 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11450
11451 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11452 result of gdb_remote_download.
11453 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11454 * gdb.base/dso2dso.exp: Likewise.
11455 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11456 * gdb.base/print-file-var.exp: Likewise.
11457 * gdb.base/shlib-call.exp: Likewise.
11458 * gdb.base/shreloc.exp: Likewise.
11459 * gdb.base/solib-overlap.exp: Likewise.
11460 * gdb.base/solib-weak.exp (do_test): Likewise.
11461 * gdb.base/unload.exp: Likewise.
11462
11463 2016-04-27 Yao Qi <yao.qi@linaro.org>
11464
11465 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11466 exists.
11467
11468 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11469
11470 * vla-type.exp: Print structure from toplevel.
11471
11472 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11473
11474 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11475 of dynamic types.
11476 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11477 of dynamic types.
11478
11479 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11480
11481 * gdb.fortran/vla-type.f90: New file.
11482 * gdb.fortran/vla-type.exp: New file.
11483
11484 2016-04-25 Yao Qi <yao.qi@linaro.org>
11485
11486 * gdb.base/branch-to-self.c: New file.
11487 * gdb.base/branch-to-self.exp: New file.
11488
11489 2016-04-22 Yao Qi <yao.qi@linaro.org>
11490
11491 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11492 more after $hex.
11493
11494 2016-04-22 Yao Qi <yao.qi@linaro.org>
11495
11496 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11497 * gdb.base/annota3.exp: Likewise.
11498
11499 2016-04-22 Yao Qi <yao.qi@linaro.org>
11500
11501 * gdb.reverse/step-precsave.exp: Do one step and test program
11502 stops in "callee" and do multiple steps until program goes out
11503 of "callee".
11504 * gdb.reverse/step-reverse.exp: Likewise.
11505
11506 2016-04-22 Yao Qi <yao.qi@linaro.org>
11507
11508 * gdb.trace/signal.exp: Also pass if
11509 $tracepoint_hits($i) > $iterations.
11510
11511 2016-04-22 Yao Qi <yao.qi@linaro.org>
11512
11513 * gdb.trace/signal.c: New file.
11514 * gdb.trace/signal.exp: New file.
11515
11516 2016-04-19 Doug Evans <xdje42@gmail.com>
11517
11518 * gdb.base/bad-file.exp: New file.
11519
11520 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11521
11522 * gdb.dwarf2/implref.exp: New file.
11523
11524 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11525
11526 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11527 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11528 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11529 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11530 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11531 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11532 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11533 * lib/fortran.exp (fortran_int4): New procedure.
11534 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11535 (fortran_logical4): Likewise.
11536
11537 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11538
11539 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11540
11541 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11542
11543 * lib/compiler.c: Add Intel specific preprocessor macros.
11544 * lib/compiler.cc: Likewise.
11545
11546 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11547
11548 * gdb.server/connect-with-no-symbol-file.c: New file.
11549 * gdb.server/connect-with-no-symbol-file.exp: New file.
11550
11551 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11552
11553 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11554
11555 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11556
11557 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11558 standard output directory.
11559
11560 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11561
11562 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11563
11564 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11565
11566 * gdb.btrace/instruction_history.c (loop): Add declaration.
11567
11568 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11569
11570 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11571
11572 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11573
11574 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11575 parentheses to print.
11576 (continue_handler): Likewise.
11577
11578 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11579
11580 * gdb.server/solib-list.exp: Remove is_remote check.
11581 Pass shlib= to gdb_compile. Don't link shared library with
11582 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11583 Run binary filename through "readlink -f" on the target.
11584
11585 2016-04-08 Pedro Alves <palves@redhat.com>
11586
11587 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11588 interpreter filename as argument to gdbserver_spawn.
11589 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11590 Return empty if $last_loaded_file does not exist.
11591
11592 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11593
11594 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11595 * gdb.base/jit-main.c: Use exit after usage.
11596
11597 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11598
11599 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11600 GDBHISTSIZE prior to the tests.
11601 * gdb.base/gdbinit-history.exp: Likewise.
11602
11603 2016-04-07 Pedro Alves <palves@redhat.com>
11604
11605 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11606 instead of build_executable. Use gdb_load_shlibs.
11607
11608 2016-04-07 Yao Qi <yao.qi@linaro.org>
11609
11610 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11611 Execute "si" command.
11612
11613 2016-04-07 Yao Qi <yao.qi@linaro.org>
11614
11615 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11616 number instead of the comments on some line.
11617
11618 2016-04-06 Don Breazeal <donb@codesourcery.com>
11619
11620 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11621 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11622
11623 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11624
11625 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11626 standard_output_file. Remove unused binfile variable.
11627
11628 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11629
11630 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11631 * gdb.python/py-mi-objfile.exp: Match "list main" output
11632 in console format.
11633
11634 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11635
11636 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11637 absolute.
11638
11639 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11640
11641 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11642 absolute.
11643 * gdb.trace/ftrace.exp: Likewise.
11644 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11645 targets as well.
11646 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11647 (gdb_load_shlibs): Copy libraries to test directory when testing
11648 natively. Only set solib-search-path if testing remotely.
11649 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11650
11651 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11652
11653 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11654 gdb_download. Use it even if the target is not remote.
11655 * gdb.base/jit.exp (compile_jit_test): Likewise.
11656 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11657 output directory if the destination board is local, otherwise use
11658 the standard remote_download from DejaGnu.
11659 (gdb_download): Remove.
11660 (gdb_load_shlibs): Use gdb_remote_download instead of
11661 gdb_download.
11662 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11663 Use gdb_remote_download instead of gdb_download. Use it even if
11664 the target is not remote.
11665 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11666 instead of gdb_download.
11667
11668 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11669
11670 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11671 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11672 run.
11673
11674 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11675
11676 PR gdb/19820
11677 * gdb.base/printcmds.exp: Add artificial arrays tests.
11678
11679 2016-03-31 Pedro Alves <palves@redhat.com>
11680
11681 PR gdb/19858
11682 * gdb.base/jit-main.c: Include unistd.h.
11683 (ATTACH): Define to 0 if not already defined.
11684 (wait_for_gdb, mypid): New globals.
11685 (WAIT_FOR_GDB): New macro.
11686 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11687 some breakpoint locations.
11688 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11689 New procedures.
11690 (one_jit_test): Add REATTACH parameter, and handle it. Use
11691 continue_to_test_location.
11692 (top level): Test attach, and adjusts calls to one_jit_test.
11693
11694 2016-03-31 Pedro Alves <palves@redhat.com>
11695
11696 PR gdb/19858
11697 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11698 BINSUFFIX parameter, and handle it.
11699 (top level): Adjust calls compile_jit_test.
11700
11701 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11702
11703 PR python/19743
11704 * gdb.python/py-mi-events-gdb.py: New file.
11705 * gdb.python/py-mi-events.c: New file.
11706 * gdb.python/py-mi-events.exp: New file.
11707
11708 2016-03-30 Yao Qi <yao.qi@linaro.org>
11709
11710 * gdb.reverse/until-precsave.exp: Match function name only.
11711 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11712 Move malloc to a condition block.
11713 * gdb.reverse/until-reverse.exp: Match function name only.
11714
11715 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11716
11717 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11718 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11719 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11720 variable for GPR 0 instead of assuming it is register 0.
11721 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11722 * lib/trace-support.exp: Add s390 registers.
11723
11724 2016-03-29 Yao Qi <yao.qi@linaro.org>
11725
11726 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11727
11728 2016-03-24 Yao Qi <yao.qi@linaro.org>
11729
11730 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11731 test message.
11732
11733 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11734
11735 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11736 maintaining separate logic for constructing the output path.
11737
11738 2016-03-16 Don Breazeal <donb@codesourcery.com>
11739
11740 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11741 Retry fork and waitpid on interrupted system call errors.
11742 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11743 Use with_timeout_factor to increase timeout by factor of 10.
11744
11745 2016-03-15 Don Breazeal <donb@codesourcery.com>
11746
11747 * gdb.cp/scope-err.cc: New test program.
11748 * gdb.cp/scope-err.exp: New test script.
11749 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11750 lines and "set breakpoint here" comment.
11751 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11752 Fixed some whitespace and format issues.
11753 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11754 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11755
11756 2016-03-15 Doug Evans <dje@google.com>
11757
11758 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11759 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11760 All callers updated. Add tests for enums, mixed flags register.
11761
11762 2016-03-15 Doug Evans <dje@google.com>
11763
11764 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11765 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11766
11767 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11768
11769 * gdb.base/default.exp: Add $_as_string to the list of expected
11770 convenience functions.
11771
11772 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11773
11774 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11775
11776 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11777
11778 * gdb.python/py-as-string.exp: New file.
11779 * gdb.python/py-as-string.c: New file.
11780
11781 2016-03-09 Pedro Alves <palves@redhat.com>
11782
11783 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11784 signal" -> "Thread NN received signal" output change.
11785 * gdb.threads/ia64-sigill.exp: Likewise.
11786 * gdb.threads/linux-dp.exp: Likewise.
11787 * gdb.threads/manythreads.exp: Likewise.
11788 * gdb.threads/pending-step.exp: Likewise.
11789 * gdb.threads/print-threads.exp: Likewise.
11790 * gdb.threads/sigstep-threads.exp: Likewise.
11791 * gdb.threads/staticthreads.exp: Likewise.
11792 * gdb.threads/tls.exp: Likewise.
11793
11794 2016-03-09 Pedro Alves <palves@redhat.com>
11795
11796 * gdb.base/command-line-input.exp: New file.
11797
11798 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11799
11800 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11801 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11802 * gdb.trace/pending.exp: Accept leading dot before function name.
11803 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11804 * lib/trace-support.exp: Set registers for ppc.
11805
11806 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11807
11808 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11809 use it for disassembly; accept .main in addition to main in backtrace.
11810
11811 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11812 Marcin Kościelnicki <koriakin@0x04.net>
11813
11814 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11815 (gdb_recursion_test_ptr): New global variable.
11816 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11817 gdb_recursion_test.
11818 (gdb_c_test): Ditto.
11819
11820 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11821
11822 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11823 ordering.
11824
11825 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11826
11827 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11828 (bar): Add bar_start_lbl label.
11829 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11830 of foo/bar for emitting DWARF and tracing.
11831
11832 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11833
11834 * analyze-racy-logs.py: Set executable bit.
11835
11836 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11837
11838 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11839 (CHECK_TARGET_TMP): Likewise.
11840 (check-single-racy): New rule.
11841 (check-parallel-racy): Likewise.
11842 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11843 (do-check-parallel-racy): New rule.
11844 (check-racy/%.exp): Likewise.
11845 * README (Racy testcases): New section.
11846 * analyze-racy-logs.py: New file.
11847
11848 2016-03-03 Doug Evans <dje@google.com>
11849
11850 * gdb.base/skip.exp: Use with_test_prefix.
11851
11852 2016-03-03 Yao Qi <yao.qi@linaro.org>
11853
11854 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11855 Invoke step_over_syscall "clone" and break_cond_on_syscall
11856 "clone".
11857 * gdb.base/step-over-clone.c: New file.
11858
11859 2016-03-03 Yao Qi <yao.qi@linaro.org>
11860
11861 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11862 code format.
11863
11864 2016-03-03 Yao Qi <yao.qi@linaro.org>
11865
11866 * gdb.base/disp-step-fork.c: Rename to ...
11867 * gdb.base/step-over-fork.c: ... it. New file.
11868 * gdb.base/disp-step-vfork.c: Rename to ...
11869 * gdb.base/step-over-vfork.c: ... it. New file.
11870 * gdb.base/disp-step-syscall.exp: Rename to ...
11871 * gdb.base/step-over-syscall.exp: ... it. New file.
11872 (disp_step_cross_syscall): Rename to ...
11873 (step_over_syscall): ... it.
11874
11875 2016-03-03 Yao Qi <yao.qi@linaro.org>
11876
11877 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11878 If target supports condition evaluation on target, invoke
11879 break_cond_on_syscall for fork and vfork.
11880
11881 2016-03-03 Yao Qi <yao.qi@linaro.org>
11882
11883 * gdb.base/disp-step-syscall.exp: Don't invoke
11884 support_displaced_stepping.
11885 (disp_step_cross_syscall): Test with displaced stepping off and
11886 on if supported.
11887
11888 2016-03-03 Yao Qi <yao.qi@linaro.org>
11889
11890 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11891 proc.
11892 (setup): New proc.
11893 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11894 and setup.
11895
11896 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11897
11898 * gdb.fortran/vla-history.exp: Remove breakpoint.
11899
11900 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11901
11902 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11903 exceeds timeout.
11904
11905 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11906
11907 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11908 breakpoint.
11909
11910 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11911
11912 * gdb.mi/vla.f90: Nullify pointer after declaration.
11913
11914 2016-03-01 Pedro Alves <palves@redhat.com>
11915
11916 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11917
11918 2016-03-01 Pedro Alves <palves@redhat.com>
11919
11920 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11921 before anything else.
11922 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11923 _GNU_SOURCE here.
11924 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11925 before anything else.
11926 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11927
11928 2016-03-01 Pedro Alves <palves@redhat.com>
11929
11930 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11931
11932 2016-03-01 Yao Qi <yao.qi@linaro.org>
11933
11934 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11935 prepare_for_testing.
11936
11937 2016-03-01 Yao Qi <yao.qi@linaro.org>
11938
11939 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11940
11941 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11942
11943 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11944 manually constructing the output path.
11945
11946 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11947
11948 * gdb.arch/s390-stackless.S: New.
11949 * gdb.arch/s390-stackless.exp: New.
11950
11951 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11952
11953 * gdb.dlang/circular.c: New file.
11954 * gdb.dlang/circular.exp: New file.
11955
11956 2016-02-26 Yao Qi <yao.qi@linaro.org>
11957
11958 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11959 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11960 (testcases): Update.
11961
11962 2016-02-26 Yao Qi <yao.qi@linaro.org>
11963
11964 * gdb.reverse/aarch64.c: Rename to ...
11965 * gdb.reverse/insn-reverse.c: ... it.
11966 * gdb.reverse/aarch64.exp: Rename to ...
11967 * gdb.reverse/insn-reverse.exp: ... it.
11968
11969 2016-02-26 Yao Qi <yao.qi@linaro.org>
11970
11971 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11972 (testcase_ftype): New.
11973 (testcases): New array.
11974 (n_testcases): New.
11975 (main): Call each element in testcases.
11976 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11977 (read_testcase): New.
11978 Do the tests in a loop.
11979
11980 2016-02-25 Yao Qi <yao.qi@linaro.org>
11981
11982 * gdb.base/branches.c: Remove.
11983
11984 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11985
11986 PR gdb/13808
11987 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11988
11989 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11990
11991 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11992
11993 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11994
11995 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11996 change x86_64 call_insn to 'callq'.
11997
11998 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11999
12000 * gdb.trace/tfile-avx.c: Move to...
12001 * gdb.trace/tracefile-pseudo-reg.c: Here.
12002 * gdb.trace/tfile-avx.exp: Move to...
12003 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12004
12005 2016-02-24 Gary Benson <gbenson@redhat.com>
12006
12007 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12008 message on attach.
12009
12010 2016-02-23 Doug Evans <dje@google.com>
12011
12012 * gdb.base/skip.c (test_skip): New function.
12013 (end_test_skip_file_and_function): New function.
12014 (test_skip_file_and_function): New function.
12015 * gdb.base/skip1.c (test_skip): New function.
12016 (skip1_test_skip_file_and_function): New function.
12017 * gdb.base/skip.exp: Add tests for new skip options.
12018 * gdb.base/skip-solib.exp: Update expected output.
12019 * gdb.perf/skip-command.cc: New file.
12020 * gdb.perf/skip-command.exp: New file.
12021 * gdb.perf/skip-command.py: New file.
12022
12023 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12024
12025 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12026 info registers pattern.
12027
12028 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12029
12030 * lib/future.exp: Add D support.
12031 (gdb_find_gdc): New proc.
12032 (gdb_default_target_compile): Add D support.
12033
12034 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12035
12036 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12037 user+system time.
12038 (trace_speed_test): Determine the iteration count for a time
12039 between 15..30 seconds.
12040
12041 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12042
12043 * gdb.arch/i386-mpx-sigsegv.c: New file.
12044 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12045 * gdb.arch/i386-mpx-simple_segv.c: New file.
12046 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12047
12048 2016-02-18 Yao Qi <yao.qi@linaro.org>
12049
12050 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12051 Don't call setup_kfail.
12052
12053 2016-02-18 Yao Qi <yao.qi@linaro.org>
12054
12055 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12056 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12057
12058 2016-02-16 Doug Evans <dje@google.com>
12059
12060 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12061 * gdb.base/skip1.c: Ditto.
12062 * gdb.base/skip.exp: Whitespace cleanup.
12063
12064 2016-02-16 Don Breazeal <donb@codesourcery.com>
12065
12066 PR remote/19496
12067 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12068 Remove kfail for PR remote/19496.
12069
12070 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12071
12072 * lib/gdb.exp (standard_temp_file): Return a path specific to
12073 the runtest invocation.
12074
12075 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12076
12077 * gdb.trace/save-trace.exp: Change relative path to be in the
12078 standard output directory.
12079
12080 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12081
12082 * gdb.arch/i386-prologue.c: Add missing prototypes.
12083
12084 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12085
12086 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12087 * gdb.arch/i386-prologue.exp: Likewise.
12088 * gdb.arch/i386-size.exp: Likewise.
12089
12090 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12091
12092 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12093 define object file path.
12094 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12095 file path.
12096 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12097 standard_output_file to define binfile.
12098
12099 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12100
12101 Fix compatibility with recent gfortran-5.3.1.
12102 * gdb.fortran/vla-history.exp (print vla1 allocated)
12103 (print vla2 allocated, print $2, print $3): Remove
12104 (print $4): Rename to ...
12105 (print $2): ... here.
12106 (print $9): Rename to ...
12107 (print $5): ... here.
12108 (print $10): Rename to ...
12109 (print $6): ... here.
12110 * gdb.fortran/vla.f90: Add pvla initialization.
12111
12112 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12113
12114 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12115 New test.
12116 * gdb.fortran/vla-value-sub.exp: Likewise.
12117
12118 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12119
12120 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12121
12122 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12123
12124 * i386-biarch-core.exp: Define corefile using
12125 standard_output_file.
12126
12127 2016-02-12 Yao Qi <yao.qi@linaro.org>
12128
12129 * gdb.arch/arm-single-step-kernel-helper.c: New.
12130 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12131
12132 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12133
12134 * gdb.btrace/tailcall-only.exp: New.
12135 * gdb.btrace/tailcall-only.c: New.
12136 * gdb.btrace/x86_64-tailcall-only.S: New.
12137 * gdb.btrace/i686-tailcall-only.S: New.
12138
12139 2016-02-11 Pedro Alves <palves@redhat.com>
12140
12141 * README (Parallel testing): Add missing double quotes.
12142
12143 2016-02-11 Pedro Alves <palves@redhat.com>
12144
12145 * README (Parallel testing): New section.
12146 (GDB_PARALLEL): Rewrite.
12147 (FORCE_PARALLEL): Document.
12148
12149 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12150
12151 * gdb.trace/tfile-avx.c: New test.
12152 * gdb.trace/tfile-avx.exp: New test.
12153
12154 2016-02-09 Keith Seitz <keiths@redhat.com>
12155
12156 PR breakpoints/19546
12157 * gdb.base/infcall-exec.c: New file.
12158 * gdb.base/infcall-exec2.c: New file.
12159 * gdb.base/infcall-exec.exp: New file.
12160
12161 2016-02-09 Keith Seitz <keiths@redhat.com>
12162
12163 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12164 (toplevel): Call test_bkpt_address.
12165
12166 2016-02-09 Keith Seitz <keiths@redhat.com>
12167
12168 PR python/19506
12169 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12170 (toplevel): Call test_bkpt_address.
12171
12172 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12173
12174 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12175 to AC_OUTPUT.
12176 * configure: Regenerate.
12177
12178 2016-02-09 Pedro Alves <palves@redhat.com>
12179
12180 PR breakpoints/19548
12181 * gdb.base/execl-update-breakpoints.c (some_function): New
12182 function.
12183 (main): Call it.
12184 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12185 Tighten expected GDB output.
12186
12187 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12188
12189 * Makefile.in (ALL_SUBDIRS): Remove.
12190 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12191 (distclean maintainer-clean realclean): Likewise.
12192 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12193 * configure: Regenerate.
12194 * gdb.ada/Makefile.in: Delete.
12195 * gdb.arch/Makefile.in: Likewise.
12196 * gdb.asm/Makefile.in: Likewise.
12197 * gdb.base/Makefile.in: Likewise.
12198 * gdb.btrace/Makefile.in: Likewise.
12199 * gdb.cell/Makefile.in: Likewise.
12200 * gdb.compile/Makefile.in: Likewise.
12201 * gdb.cp/Makefile.in: Likewise.
12202 * gdb.disasm/Makefile.in: Likewise.
12203 * gdb.dlang/Makefile.in: Likewise.
12204 * gdb.dwarf2/Makefile.in: Likewise.
12205 * gdb.fortran/Makefile.in: Likewise.
12206 * gdb.gdb/Makefile.in: Likewise.
12207 * gdb.go/Makefile.in: Likewise.
12208 * gdb.guile/Makefile.in: Likewise.
12209 * gdb.java/Makefile.in: Likewise.
12210 * gdb.linespec/Makefile.in: Likewise.
12211 * gdb.mi/Makefile.in: Likewise.
12212 * gdb.modula2/Makefile.in: Likewise.
12213 * gdb.multi/Makefile.in: Likewise.
12214 * gdb.objc/Makefile.in: Likewise.
12215 * gdb.opencl/Makefile.in: Likewise.
12216 * gdb.opt/Makefile.in: Likewise.
12217 * gdb.pascal/Makefile.in: Likewise.
12218 * gdb.perf/Makefile.in: Likewise.
12219 * gdb.python/Makefile.in: Likewise.
12220 * gdb.reverse/Makefile.in: Likewise.
12221 * gdb.server/Makefile.in: Likewise.
12222 * gdb.stabs/Makefile.in: Likewise.
12223 * gdb.threads/Makefile.in: Likewise.
12224 * gdb.trace/Makefile.in: Likewise.
12225 * gdb.xml/Makefile.in: Likewise.
12226 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12227 GDB_PARALLEL.
12228 (standard_output_file): Remove check for GDB_PARALLEL, always
12229 return path in outputs/$subdir/$testname.
12230
12231 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12232
12233 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12234 (site.exp): Assign abs_srcdir to tcl's srcdir.
12235
12236 2016-02-04 Yao Qi <yao.qi@linaro.org>
12237
12238 * gdb.base/foll-exec-mode.c: Include limits.h.
12239 (main): Add parameters argc and argv. Get directory from
12240 argv[0].
12241 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12242 compilation.
12243 * gdb.base/foll-exec.c: Include limits.h.
12244 (main): Add parameters argc and argv.
12245 Get directory from argv[0].
12246 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12247 Adjust tests on the number of lines as source code changed.
12248 * gdb.base/foll-vfork-exit.c: Include limits.h.
12249 (main): Add one line of statement before vfork.
12250 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12251 (main): Add parameters argc and argv. Get directory from
12252 argv[0].
12253 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12254 (setup_gdb): Set tbreak to skip some source lines.
12255 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12256 (main): Add parameters argc and argv. Get directory from
12257 argv[0].
12258 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12259 compilation.
12260 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12261 (main): Add parameters argc and argv. Get directory from
12262 argv[0].
12263 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12264 compilation.
12265
12266 2016-02-01 Doug Evans <dje@google.com>
12267
12268 * gdb.base/skip.exp: Clean up multiple references to same test name.
12269
12270 2016-02-01 Pedro Alves <palves@redhat.com>
12271
12272 PR remote/19496
12273 * gdb.threads/forking-threads-plus-breakpoint.exp
12274 (displaced_stepping_supported): New global.
12275 (probe_displaced_stepping_support): New procedure.
12276 (do_test): Add 'displaced' parameter, and use it.
12277 (top level): Check for displaced stepping support. Add displaced
12278 stepping on/off testing axis.
12279
12280 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12281
12282 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12283 pointer. Don't perform further tests on the unassociated pointer
12284 if the first test fails.
12285
12286 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12287
12288 * gdb.base/max-value-size.c: New file.
12289 * gdb.base/max-value-size.exp: New file.
12290 * gdb.base/huge.exp: Disable max-value-size for this test.
12291
12292 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12293
12294 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12295
12296 2016-01-28 Yao Qi <yao.qi@linaro.org>
12297
12298 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12299
12300 2016-01-25 Pedro Alves <palves@redhat.com>
12301
12302 PR threads/19461
12303 * gdb.base/fork-running-state.c: New file.
12304 * gdb.base/fork-running-state.exp: New file.
12305
12306 2016-01-25 Pedro Alves <palves@redhat.com>
12307
12308 PR gdb/19494
12309 * gdb.base/catch-fork-kill.c: New file.
12310 * gdb.base/catch-fork-kill.exp: New file.
12311
12312 2016-01-25 Pedro Alves <palves@redhat.com>
12313
12314 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12315 Delete, moved to lib/gdb.exp.
12316 * gdb.threads/forking-threads-plus-breakpoint.exp
12317 (foreach_with_prefix): Likewise.
12318 * gdb.threads/process-dies-while-handling-bp.exp
12319 (foreach_with_prefix): Likewise.
12320 * lib/gdb.exp (foreach_with_prefix): New procedure.
12321
12322 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12323
12324 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12325 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12326
12327 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12328
12329 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12330 endian targets.
12331
12332 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12333 Pedro Alves <palves@redhat.com>
12334
12335 Fix testsuite compatibility with Guile.
12336 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12337 number.
12338
12339 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12340
12341 Fix testsuite compatibility with Guile.
12342 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12343 (thread 1): New test for backtrace through signal handler.
12344
12345 2016-01-22 Yao Qi <yao.qi@linaro.org>
12346
12347 PR testsuite/19491
12348 * gdb.base/multi-forks.c: Include
12349 ../lib/unbuffer_output.c
12350 (main): Call gdb_unbuffer_output.
12351
12352 2016-01-21 Doug Evans <dje@google.com>
12353
12354 * lib/ada.exp (gdb_compile_ada): Fix typo.
12355
12356 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12357
12358 * gdb.base/break-fun-addr.exp: New file.
12359 * gdb.base/break-fun-addr1.c: New file.
12360 * gdb.base/break-fun-addr2.c: New file.
12361
12362 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12363
12364 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12365 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12366 enum flag values.
12367
12368 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12369
12370 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12371 when GDB can not set the vector return value. Add more comments
12372 for clarification.
12373
12374 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12375
12376 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12377 command.
12378
12379 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12380
12381 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12382
12383 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12384
12385 * Makefile.in (check-single): Pass --status to runtest.
12386 (check/%.exp): Likewise.
12387
12388 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12389
12390 * Makefile.in (check-parallel): Propagate return code from make
12391 do-check-parallel.
12392
12393 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12394
12395 * gdb.trace/ftrace.exp: Fix expected message on continue.
12396 * gdb.trace/pending.exp: Fix expected message on continue.
12397 * gdb.trace/trace-break.exp: Fix expected message on continue.
12398
12399 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12400
12401 * lib/gdb.exp (gdb_test): Remove unused global references.
12402
12403 2016-01-18 Pedro Alves <palves@redhat.com>
12404
12405 * gdb.base/async-shell.exp: Adjust expected output.
12406 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12407 * gdb.base/siginfo-thread.exp: Adjust expected output.
12408 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12409 * gdb.java/jnpe.exp: Adjust expected output.
12410 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12411 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12412 * gdb.threads/leader-exit.exp: Adjust expected output.
12413 * gdb.threads/manythreads.exp: Adjust expected output.
12414 * gdb.threads/pthreads.exp: Adjust expected output.
12415 * gdb.threads/schedlock.exp: Adjust expected output.
12416 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12417 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12418 expected output.
12419 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12420 output.
12421 * gdb.threads/sigthread.exp: Adjust expected output.
12422 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12423
12424 2016-01-18 Yao Qi <yao.qi@linaro.org>
12425
12426 * gdb.guile/scm-section-script.c: Replace @progbits with
12427 %progbits.
12428 * gdb.python/py-section-script.c: Likewise.
12429
12430 2016-01-15 Pedro Alves <palves@redhat.com>
12431
12432 * gdb.multi/tids.exp: Test star wildcard ranges.
12433
12434 2016-01-15 Pedro Alves <palves@redhat.com>
12435
12436 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12437 command from "thread apply" invocation.
12438 (thr_apply_info_thr_invalid): Default the expected output to the
12439 input tid list.
12440 (top level): Add tests that use convenience variables. Add tests
12441 for "thread apply" with a valid TID list, but missing the command.
12442
12443 2016-01-13 Pedro Alves <palves@redhat.com>
12444
12445 * gdb.base/default.exp: Expect $_gthread as well.
12446 * gdb.multi/tids.exp: Test $_gthread.
12447 * gdb.threads/thread-specific.exp: Test $_gthread.
12448
12449 2016-01-13 Pedro Alves <palves@redhat.com>
12450
12451 * gdb.multi/tids.exp: Test "info threads -gid".
12452
12453 2016-01-13 Pedro Alves <palves@redhat.com>
12454
12455 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12456 Breakpoint.thread.
12457 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12458
12459 2016-01-07 Pedro Alves <palves@redhat.com>
12460
12461 * gdb.base/break.exp: Adjust to output changes.
12462 * gdb.base/hbreak2.exp: Likewise.
12463 * gdb.base/sepdebug.exp: Likewise.
12464 * gdb.base/watch_thread_num.exp: Likewise.
12465 * gdb.linespec/keywords.exp: Likewise.
12466 * gdb.multi/info-threads.exp: Likewise.
12467 * gdb.threads/thread-find.exp: Likewise.
12468 * gdb.multi/tids.c: New file.
12469 * gdb.multi/tids.exp: New file.
12470
12471 2016-01-13 Pedro Alves <palves@redhat.com>
12472
12473 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12474
12475 2016-01-13 Pedro Alves <palves@redhat.com>
12476
12477 * gdb.base/default.exp: Expect $_inferior as well.
12478 * gdb.multi/base.exp: Test $_inferior.
12479
12480 2016-01-13 Pedro Alves <palves@redhat.com>
12481
12482 PR breakpoints/19388
12483 * gdb.base/catch-signal-siginfo-cond.c: New file.
12484 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12485
12486 2016-01-12 Josh Stone <jistone@redhat.com>
12487 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12488
12489 * gdb.base/catch-syscall.c (do_execve): New variable.
12490 (main): Conditionally trigger an execve.
12491 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12492 (test_catch_syscall_execve): New, check entry/return across execve.
12493 (do_syscall_tests): Call test_catch_syscall_execve.
12494
12495 2016-01-12 Pedro Alves <palves@redhat.com>
12496
12497 * gdb.base/random-signal.exp (do_test): New procedure, with body
12498 of testcase moved in.
12499
12500 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12501 Pedro Alves <palves@redhat.com>
12502
12503 * gdb.base/funcargs.exp (finish from indirectly called function):
12504 Reintroduce the case for 'First'.
12505
12506 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12507 Pedro Alves <palves@redhat.com>
12508
12509 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12510 (tcatch_vfork_then_child_follow_exec)
12511 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12512 identification.
12513
12514 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12515
12516 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12517 and repeats to unlimited.
12518 * gdb.python/py-value.exp: Likewise.
12519 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12520 and repeats to unlimited.
12521
12522 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12523
12524 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12525 and reordering the functions.
12526 * gdb.multi/hangout.c: Likewise.
12527 * gdb.multi/hello.c: Likewise.
12528
12529 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12530
12531 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12532 absolute.
12533 (SingleStatisticTestResult.report): Use dict.keys instead of
12534 dict.iterkeys.
12535
12536 2016-01-06 Pedro Alves <palves@redhat.com>
12537
12538 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12539
12540 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12541
12542 * gdb.btrace/dlopen.exp: New.
12543 * gdb.btrace/dlopen.c: New.
12544 * gdb.btrace/dlopen-dso.c: New.
12545
12546 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12547
12548 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12549 PATTERN argument is optional.
12550
12551 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12552
12553 * lib/ada.exp (target_compile_ada_from_dir): New function.
12554 (gdb_compile_ada): Reimplement avoiding the use of project files.
12555 * gdb.ada/gnat_ada.gpr: Delete.
12556 * gdb.ada/cond_lang.exp: Adjust test to make path before
12557 filename optional.
12558 * gdb.ada/small_reg_param.exp: Likewise.
12559
12560 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12561
12562 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12563
12564 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12565
12566 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12567 case.
12568
12569 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12570
12571 * gdb.base/break.exp: Remove dead code.
12572 * gdb.base/sepdebug.exp: Likewise.
12573
12574 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12575
12576 * gdb.asm/asm-source.exp: Remove HP-UX references.
12577 * gdb.base/annota1.exp: Likewise.
12578 * gdb.base/annota3.exp: Likewise.
12579 * gdb.base/attach.exp: Likewise.
12580 * gdb.base/bigcore.exp: Likewise.
12581 * gdb.base/break.exp: Likewise.
12582 * gdb.base/call-ar-st.exp: Likewise.
12583 * gdb.base/callfuncs.exp: Likewise.
12584 * gdb.base/catch-fork-static.exp: Likewise.
12585 * gdb.base/display.exp: Likewise.
12586 * gdb.base/foll-exec-mode.exp: Likewise.
12587 * gdb.base/foll-exec.exp: Likewise.
12588 * gdb.base/foll-fork.exp: Likewise.
12589 * gdb.base/foll-vfork.exp: Likewise.
12590 * gdb.base/funcargs.exp: Likewise.
12591 * gdb.base/hbreak2.exp: Likewise.
12592 * gdb.base/inferior-died.exp: Likewise.
12593 * gdb.base/interrupt.exp: Likewise.
12594 * gdb.base/multi-forks.exp: Likewise.
12595 * gdb.base/nodebug.exp: Likewise.
12596 * gdb.base/sepdebug.exp: Likewise.
12597 * gdb.base/solib1.c: Likewise.
12598 * gdb.base/step-test.exp: Likewise.
12599 * gdb.mi/non-stop.c: Likewise.
12600 * gdb.mi/pthreads.c: Likewise.
12601 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12602 * gdb.threads/pthreads.c: Likewise.
12603 * gdb.threads/staticthreads.exp: Likewise.
12604 * lib/future.exp: Likewise.
12605 * lib/gdb.exp: Likewise.
12606 * gdb.base/so-indr-cl.c: Remove.
12607 * gdb.base/so-indr-cl.exp: Likewise.
12608 * gdb.base/solib.c: Likewise.
12609 * gdb.base/solib.exp: Likewise.
12610 * gdb.base/solib2.c: Likewise.
12611
12612 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12613
12614 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12615 * gdb.base/call-ar-st.exp: Likewise.
12616 * gdb.base/callfuncs.exp: Likewise.
12617 * gdb.base/condbreak.exp: Likewise.
12618 * gdb.base/constvars.exp: Likewise.
12619 * gdb.base/hbreak2.exp: Likewise.
12620 * gdb.base/langs.exp: Likewise.
12621 * gdb.base/list.exp: Likewise.
12622 * gdb.base/long_long.exp: Likewise.
12623 * gdb.base/ptype.exp: Likewise.
12624 * gdb.base/scope.exp: Likewise.
12625 * gdb.base/signals.exp: Likewise.
12626 * gdb.base/so-impl-ld.exp: Likewise.
12627 * gdb.base/varargs.exp: Likewise.
12628 * gdb.base/volatile.exp: Likewise.
12629 * gdb.base/whatis.exp: Likewise.
12630 * gdb.cp/cplusfuncs.exp: Likewise.
12631 * gdb.cp/inherit.exp: Likewise.
12632 * gdb.cp/local.exp: Likewise.
12633 * gdb.cp/member-ptr.exp: Likewise.
12634 * gdb.cp/method.exp: Likewise.
12635 * gdb.cp/overload.exp: Likewise.
12636 * gdb.cp/templates.exp: Likewise.
12637 * gdb.stabs/weird.exp: Likewise.
12638 * lib/compiler.c: Likewise.
12639 * lib/compiler.cc: Likewise.
12640 * lib/cp-support.exp: Likewise.
12641 * lib/gdb.exp: Likewise.
12642
12643 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12644
12645 * configure.ac: Remove HP-UX case.
12646 * configure: Regenerate.
12647
12648 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12649
12650 * lib/gdb.exp (gdb_compile): Add function doc.
12651
12652 2015-12-17 Pedro Alves <palves@redhat.com>
12653
12654 PR threads/19354
12655 * gdb.multi/info-threads.exp: New file.
12656
12657 2015-12-15 Yao Qi <yao.qi@linaro.org>
12658
12659 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12660 is aarch64*-*-*.
12661
12662 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12663
12664 * gdb.base/history-duplicates.exp: Skip if no readline support.
12665
12666 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12667
12668 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12669
12670 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12671
12672 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12673
12674 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12675
12676 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12677 ctrl-C if nointerrupts target property is set.
12678 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12679 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12680 * gdb.base/paginate-bg-execution.exp: Likewise.
12681 * gdb.base/paginate-execution-startup.exp: Likewise.
12682 * gdb.base/random-signal.exp: Likewise.
12683 * gdb.base/range-stepping.exp: Likewise.
12684 * gdb.cp/annota2.exp: Likewise.
12685 * gdb.cp/annota3.exp: Likewise.
12686 * gdb.gdb/selftest.exp: Likewise.
12687 * gdb.threads/continue-pending-status.exp: Likewise.
12688 * gdb.threads/leader-exit.exp: Likewise.
12689 * gdb.threads/manythreads.exp: Likewise.
12690 * gdb.threads/pthreads.exp: Likewise.
12691 * gdb.threads/schedlock.exp: Likewise.
12692 * gdb.threads/sigthread.exp: Likewise.
12693
12694 2015-12-11 Don Breazeal <donb@codesourcery.com>
12695
12696 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12697 remote.
12698 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12699 * gdb.base/foll-exec.exp (main): Enable for target remote.
12700 * gdb.base/foll-fork.exp (main): Likewise.
12701 * gdb.base/foll-vfork.exp (main): Likewise.
12702 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12703 (proc continue_to_exit_bp_loc): Use clean_restart.
12704 * gdb.base/pie-execl.exp (main): Disable for target remote.
12705 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12706 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12707 * gdb.threads/execl.exp (main): Likewise.
12708 * gdb.threads/fork-child-threads.exp (main): Likewise.
12709 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12710 remote.
12711 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12712 remote.
12713 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12714 pid.tid style ptids, instead of just tid.
12715 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12716 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12717 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12718 ptids, instead of just tid.
12719
12720 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12721
12722 * gdb.base/list.exp (test_list_forward): Add end of file error
12723 test.
12724 (test_repeat_list_command): Add end of file error test.
12725 (test_list_backwards): Add beginning of file error test.
12726
12727 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12728
12729 * gdb.base/list.exp (test_list_invalid_args): New function,
12730 defined, and called.
12731
12732 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12733
12734 * gdb.base/list.exp (test_list): Make test names unique.
12735
12736 2015-12-11 Yao Qi <yao.qi@linaro.org>
12737
12738 * gdb.base/coremaker2.c: Remove.
12739
12740 2015-12-10 Pedro Alves <palves@redhat.com>
12741
12742 * gdb.multi/base.exp: Remove stale "spaces" references.
12743
12744 2015-12-10 Pedro Alves <palves@redhat.com>
12745
12746 * gdb.multi/base.exp: Don't use nowarnings.
12747 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12748 * gdb.multi/hangout.c: Include stdio.h.
12749 * gdb.multi/hello.c: Include stdlib.h.
12750 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12751 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12752 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12753
12754 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12755
12756 * gdb.dwarf2/dw2-ranges-base.c: New file.
12757 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12758 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12759 support additional line table, and debug ranges generation.
12760 (Dwarf::ranges): New function, generate .debug_ranges.
12761 (Dwarf::lines): Support generating simple line table programs.
12762 (Dwarf::assemble): Initialise new namespace variables.
12763
12764 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12765
12766 * gdb.base/async.exp (proc test_background): Add case for
12767 asynchronous execution not supported.
12768
12769 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12770
12771 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12772 format and change test names to make them unique.
12773
12774 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12775 Pedro Alves <pedro@redhat.com>
12776
12777 PR gdb/18702
12778 Add checking of floatformats setup on x86_64 hosts.
12779 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12780 (smallval, bigval): New labels/constants.
12781 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12782 float" after loading bigval and smallval.
12783
12784 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12785
12786 * gdb.ada/fun_overload_menu.exp: New testcase.
12787 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12788
12789 2015-12-04 Josh Stone <jistone@redhat.com>
12790
12791 * gdb.base/catch-fork-static.exp: New.
12792
12793 2015-12-03 Yao Qi <yao.qi@linaro.org>
12794
12795 * gdb.base/sizeof.c: Don't include stdio.h and
12796 ../lib/unbuffer_output.c.
12797 (main): New variable 'size' and 'value'. Remove printf and
12798 gdb_unbuffer_output. Assign return value to size and value.
12799 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12800 at the beginning.
12801 (check_sizeof): Check the result by printing variable 'size'.
12802 (check_valueof): Check the result by printing variable 'value'.
12803
12804 2015-12-01 Yao Qi <yao.qi@linaro.org>
12805
12806 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12807 for aarch64*-*-linux* target.
12808
12809 2015-11-30 Pedro Alves <palves@redhat.com>
12810
12811 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12812
12813 2015-11-30 Pedro Alves <palves@redhat.com>
12814
12815 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12816 Handle non-stop mode vCont replies.
12817
12818 2015-11-30 Pedro Alves <palves@redhat.com>
12819
12820 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12821 prepare_for_testing. Start gdb with "set non-stop on" appended to
12822 GDBFLAGS. Lax expected stop output.
12823
12824 2015-11-27 Yao Qi <yao.qi@linaro.org>
12825
12826 * gdb.arch/arm-neon.exp: New.
12827 * gdb.arch/arm-neon.c: New.
12828
12829 2015-11-27 Yao Qi <yao.qi@linaro.org>
12830
12831 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12832
12833 2015-11-27 Yao Qi <yao.qi@linaro.org>
12834
12835 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12836 frames-invalid annotation.
12837
12838 2015-11-27 Yao Qi <yao.qi@linaro.org>
12839
12840 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12841
12842 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12843
12844 * gdb.threads/names.exp: New file.
12845 * gdb.threads/names.c: New file.
12846 * README: Mention gdb,no_thread_names.
12847
12848 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12849
12850 PR 19297
12851 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12852 support" error.
12853
12854 2015-11-24 Pedro Alves <palves@redhat.com>
12855
12856 PR 17539
12857 * gdb.base/display.exp: Expect displays to be sorted in ascending
12858 order. Use multi_line.
12859 * gdb.base/solib-display.exp: Likewise.
12860
12861 2015-11-24 Pedro Alves <palves@redhat.com>
12862
12863 PR 17539
12864 * gdb.base/display.exp: Expect displays to be sorted in ascending
12865 order. Use multi_line.
12866 * gdb.base/solib-display.exp: Likewise.
12867
12868 2015-11-24 Pedro Alves <palves@redhat.com>
12869
12870 PR 17539
12871 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12872 threads in ascending order.
12873 * gdb.base/foll-fork.exp: Likewise.
12874 * gdb.base/foll-vfork.exp: Likewise.
12875 * gdb.base/multi-forks.exp: Likewise.
12876 * gdb.mi/mi-nonstop.exp: Likewise.
12877 * gdb.mi/mi-nsintrall.exp: Likewise.
12878 * gdb.multi/base.exp: Likewise.
12879 * gdb.multi/multi-arch.exp: Likewise.
12880 * gdb.python/py-inferior.exp: Likewise.
12881 * gdb.threads/break-while-running.exp: Likewise.
12882 * gdb.threads/execl.exp: Likewise.
12883 * gdb.threads/gcore-thread.exp: Likewise.
12884 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12885 * gdb.threads/kill.exp: Likewise.
12886 * gdb.threads/linux-dp.exp: Likewise.
12887 * gdb.threads/multiple-step-overs.exp: Likewise.
12888 * gdb.threads/next-bp-other-thread.exp: Likewise.
12889 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12890 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12891 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12892 * gdb.threads/thread-find.exp: Likewise.
12893 * gdb.threads/tls.exp: Likewise.
12894 * lib/mi-support.exp (mi_reverse_list): Delete.
12895 (mi_check_thread_states): No longer reverse list.
12896
12897 2015-11-24 Pedro Alves <palves@redhat.com>
12898
12899 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12900 use lowercase.
12901
12902 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12903
12904 * gdb.trace/actions.c: Include trace-common.h.
12905 (main): Add a location for a fast tracepoint.
12906 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12907 the normal tracepoints.
12908 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12909
12910 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12911
12912 * save-trace.exp: Factor out code to these...
12913 (gdb_save_tracepoints): New.
12914 (gdb_load_tracepoints): New.
12915 (do_save_load_test): New.
12916
12917 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12918
12919 * gdb.base/asmlabel.exp: New test.
12920 * gdb.base/asmlabel.c: New test case.
12921
12922 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12923
12924 * gdb.base/wrong_frame_bt_full-main.c: New file.
12925 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12926 * gdb.base/wrong_frame_bt_full.exp: New file.
12927
12928 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12929
12930 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12931
12932 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12933
12934 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12935 pstate register when comparing registers values in
12936 sparc64-*-linux-gnu targets to avoid spurious differences.
12937
12938 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12939
12940 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12941
12942 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12943
12944 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12945 as type argument to gdb_compile.
12946 * gdb.base/nested-subp2.exp: Likewise.
12947 * gdb.base/nested-subp3.exp: Likewise.
12948
12949 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12950
12951 * lib/dwarf.exp (_note): Fix left shift of negative value.
12952 * gdb.trace/trace-condition.exp: Likewise.
12953
12954 2015-11-13 Yao Qi <yao.qi@linaro.org>
12955
12956 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12957 comments about d10v.
12958 (test_scalar_returns): Likewise.
12959 * gdb.base/d10v.ld: Remove.
12960 * gdb.base/overlays.exp: Remove the target triplet checking for
12961 d10v-*-*.
12962 * gdb.base/structs.exp (test_struct_returns): Remove the
12963 comments about d10v.
12964 (test_struct_calls): Likewise.
12965
12966 2015-11-13 Yao Qi <yao.qi@linaro.org>
12967
12968 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12969 * gdb.base/gnu_vector.c: Don't include stdio.h.
12970 (main): Don't print res and call add_some_intvecs.
12971
12972 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12973
12974 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12975 macro.
12976 (func5): Removed.
12977 (func4): Use FAST_TRACEPOINT_LABEL.
12978 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12979 macro.
12980 (func): Removed.
12981 (thread_function): Use FAST_TRACEPOINT_LABEL.
12982 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12983 (func): Remove.
12984 (marker): Use FAST_TRACEPOINT_LABEL.
12985 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12986 (pendfunc1): Remove.
12987 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12988 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12989 (foo): Remove.
12990 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12991 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12992 macro.
12993 (func): Remove.
12994 (marker): Use FAST_TRACEPOINT_LABEL.
12995 * gdb.trace/trace-common.h: New header.
12996 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12997 macro.
12998 (func): Remove.
12999 (marker): Use FAST_TRACEPOINT_LABEL.
13000 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13001 (func): Remove.
13002 (thread_function): Use FAST_TRACEPOINT_LABEL.
13003
13004 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13005
13006 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13007 in front.
13008 * gdb.trace/change-loc.exp: Use global pcreg definition.
13009 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13010 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13011 in front.
13012 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13013 * gdb.trace/pending.exp: Likewise.
13014 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13015 * gdb.trace/trace-break.exp: Likewise.
13016 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13017 in front.
13018 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13019 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13020 in front.
13021 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13022
13023 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13024
13025 * gdb.ada/fin_fun_out: New testcase.
13026
13027 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13028
13029 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13030 value associated with DW_AT_byte_size.
13031 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13032 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13033 DW_AT_upper_bound.
13034
13035 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13036
13037 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13038 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13039 version.
13040 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13041 gdb.dwarf2/dw2-canonicalize-type.exp,
13042 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13043 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13044 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13045 provided by gdb_target_symbol_prefix_flags_asm.
13046 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13047 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13048 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13049 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13050 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13051 macros where needed). Use this macro for symbols which require
13052 the prefix provided by SYMBOL_PREFIX.
13053
13054 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13055
13056 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13057 New procs.
13058 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13059 representing expressions, of more than one list element.
13060 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13061 to prepend linker symbol prefix to f.
13062 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13063 table_1 and table_2.
13064 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13065 Likewise, for f and g.
13066 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13067 for ptr.
13068 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13069 for main.
13070 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13071 table_1_ptr and table_2_ptr.
13072
13073 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13074 Joel Brobecker <brobecker@adacore.com>
13075
13076 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13077
13078 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13079
13080 * gdb.reverse/s390-mvcle.c: New test.
13081 * gdb.reverse/s390-mvcle.exp: New file.
13082 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13083
13084 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13085
13086 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13087
13088 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13089
13090 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13091 reaching marker2.
13092 * gdb.reverse/getresuid-reverse.exp: Likewise.
13093 * gdb.reverse/pipe-reverse.exp: Likewise.
13094 * gdb.reverse/readv-reverse.exp: Likewise.
13095 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13096 * gdb.reverse/time-reverse.exp: Likewise.
13097 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13098
13099 2015-10-30 Yao Qi <yao.qi@linaro.org>
13100
13101 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13102 (empty_cycle): Remove.
13103 (main): Don't call empty_cycle. Don't use watch_count_done.
13104 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13105 empty_cycle. Rewrite the code counting HW watchpoints.
13106
13107 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13108
13109 * gdb.reverse/fstatat-reverse.c: New test.
13110 * gdb.reverse/fstatat-reverse.exp: New file.
13111 * gdb.reverse/getresuid-reverse.c: New test.
13112 * gdb.reverse/getresuid-reverse.exp: New file.
13113 * gdb.reverse/pipe-reverse.c: New test.
13114 * gdb.reverse/pipe-reverse.exp: New file.
13115 * gdb.reverse/readv-reverse.c: New test.
13116 * gdb.reverse/readv-reverse.exp: New file.
13117 * gdb.reverse/recvmsg-reverse.c: New test.
13118 * gdb.reverse/recvmsg-reverse.exp: New file.
13119 * gdb.reverse/time-reverse.c: New test.
13120 * gdb.reverse/time-reverse.exp: New file.
13121 * gdb.reverse/waitpid-reverse.c: New test.
13122 * gdb.reverse/waitpid-reverse.exp: New file.
13123
13124 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13125
13126 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13127
13128 2015-10-26 Doug Evans <dje@google.com>
13129
13130 PR symtab/17391
13131 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13132 * gdb.dwarf2/bad-regnum.c: New file.
13133 * gdb.dwarf2/bad-regnum.exp: New file.
13134
13135 2015-10-26 Doug Evans <dje@google.com>
13136
13137 PR python/18938
13138 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13139 file.
13140
13141 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13142
13143 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13144 for a change by "Mention language in compile error message".
13145
13146 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13147
13148 PR python/18073
13149 * gdb.python/py-type.c (C::a_method): New.
13150 (C::a_const_method): New.
13151 (C::a_static_method): New.
13152 (a_function): New.
13153 * gdb.python/py-type.exp (test_fields): Test getting fields
13154 from function and method.
13155
13156 2015-10-21 Keven Boell <keven.boell@intel.com>
13157
13158 * gdb.fortran/vla-alloc-assoc.exp: New file.
13159 * gdb.fortran/vla-datatypes.exp: New file.
13160 * gdb.fortran/vla-datatypes.f90: New file.
13161 * gdb.fortran/vla-history.exp: New file.
13162 * gdb.fortran/vla-ptype-sub.exp: New file.
13163 * gdb.fortran/vla-ptype.exp: New file.
13164 * gdb.fortran/vla-sizeof.exp: New file.
13165 * gdb.fortran/vla-sub.f90: New file.
13166 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13167 * gdb.fortran/vla-value-sub-finish.exp: New file.
13168 * gdb.fortran/vla-value-sub.exp: New file.
13169 * gdb.fortran/vla-value.exp: New file.
13170 * gdb.fortran/vla-ptr-info.exp: New file.
13171 * gdb.mi/mi-vla-fortran.exp: New file.
13172 * gdb.mi/vla.f90: New file.
13173
13174 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13175
13176 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13177 of hardwired timeout value.
13178
13179 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13180 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13183 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13184
13185 2015-10-19 Josh Stone <jistone@redhat.com>
13186
13187 * gdb.base/catch-syscall.c: Include <sched.h>.
13188 (unknown_syscall): New variable.
13189 (main): Trigger a vfork and an unknown syscall.
13190 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13191 (unknown_syscall_number): Likewise.
13192 (check_call_to_syscall): Accept an optional syscall pattern.
13193 (check_return_from_syscall): Likewise.
13194 (check_continue): Likewise.
13195 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13196 (test_catch_syscall_skipping_return): New test toggling off 'catch
13197 syscall' to step over the syscall return, then toggling back on.
13198 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13199 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13200 (do_syscall_tests): Call test_catch_syscall_without_args and
13201 test_catch_syscall_mid_vfork.
13202 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13203 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13204
13205 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13206
13207 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13208 print g_vE): Add new pass patterns.
13209 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13210 print various symbol names for vptr fields.
13211
13212 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13213
13214 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13215 results.
13216
13217 2015-10-12 Yao Qi <yao.qi@linaro.org>
13218
13219 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13220
13221 2015-10-12 Yao Qi <yao.qi@linaro.org>
13222
13223 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13224 is aarch64*-*-linux*.
13225
13226 2015-10-12 Yao Qi <yao.qi@linaro.org>
13227
13228 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13229 (can_relocate_bcond_true): ... it.
13230 (can_relocate_bcond_false): New function.
13231 (foo): Likewise.
13232 (can_relocate_bl): Likewise.
13233 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13234 can_relocate_bl.
13235
13236 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13237
13238 * gdb.base/nested-addr.c: New file.
13239 * gdb.base/nested-addr.exp: New testcase.
13240
13241 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13242
13243 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13244 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13245 its output. Ignore the output of "record goto begin" and instead
13246 check that GDB is replaying.
13247
13248 2015-10-09 Pedro Alves <palves@redhat.com>
13249
13250 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13251 (top level): Use it in the run with no args test.
13252
13253 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13254
13255 * gdb.dlang/properties.exp: New file.
13256
13257 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13258
13259 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13260 whether or not address 0x1000 is mapped on the target.
13261
13262 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13263
13264 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13265 build.
13266
13267 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13268
13269 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13270 instruction-history test.
13271
13272 2015-09-28 Doug Evans <dje@google.com>
13273
13274 * gdb.base/gcore.c (array_func): Add reference to static_array.
13275
13276 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13277
13278 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13279 source line.
13280
13281 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13282
13283 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13284 short or char as base type.
13285
13286 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13287
13288 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13289 to allow any size enum.
13290
13291 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13292
13293 * gdb.ada/array_ptr_renaming.exp: New testcase.
13294 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13295 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13296
13297 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13298
13299 * gdb.trace/ftrace-lock.c: New file.
13300 * gdb.trace/ftrace-lock.exp: New file.
13301
13302 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13303
13304 * gdb.arch/insn-reloc.c: New file.
13305 * gdb.arch/ftrace-insn-reloc.exp: New file.
13306
13307 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13308
13309 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13310 instruction.
13311 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13312 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13313 * gdb.trace/range-stepping.c: Likewise.
13314 * gdb.trace/trace-break.c: Likewise.
13315 * gdb.trace/trace-mt.c (thread_function): Likewise.
13316 * gdb.trace/ftrace.c (marker): Likewise.
13317 * gdb.trace/trace-condition.c (marker): Likewise.
13318 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13319 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13320 is_aarch64_target.
13321
13322 2015-09-18 Doug Evans <xdje42@gmail.com>
13323
13324 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13325 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13326
13327 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13328
13329 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13330 the breakpoint.
13331
13332 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13333
13334 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13335 the pending breakpoint. Remove timeout override for "Run till
13336 MI pending breakpoint on pendfunc3 on thread 2" test.
13337
13338 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13339
13340 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13341 filename pattern.
13342
13343 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13344
13345 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13346 in breakpoint filename pattern.
13347
13348 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13349
13350 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13351
13352 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13353
13354 * gdb.linespec/explicit.exp: Check for readline support for
13355 tab-completion tests. Fix obvious typo.
13356
13357 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13358
13359 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13360 and replay.
13361
13362 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13363
13364 * gdb.btrace/non-stop.c: New.
13365 * gdb.btrace/non-stop.exp: New.
13366
13367 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13368 Yao Qi <yao.qi@linaro.org>
13369
13370 * gdb.trace/trace-condition.c: New file.
13371 * gdb.trace/trace-condition.exp: New file.
13372
13373 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13374
13375 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13376 for testing bytecode compilation.
13377
13378 2015-09-16 Pedro Alves <palves@redhat.com>
13379 Sandra Loosemore <sandra@codesourcery.com>
13380
13381 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13382 (SECONDS): Redefine.
13383 (main): Call pthread_kill and alarm early.
13384 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13385 support.
13386 (test): If the target can't hardware step and doesn't support
13387 displaced stepping, increase the timeout.
13388
13389 2015-09-16 Pedro Alves <palves@redhat.com>
13390
13391 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13392 (enable_debug): New procedures.
13393 (test): Use them. Bail out if waiting for threads fails.
13394 (top level): Bail out if a test fails.
13395
13396 2015-09-16 Yao Qi <yao.qi@linaro.org>
13397
13398 * gdb.asm/asm-source.exp: Set asm-arch for
13399 aarch64*-*-* target.
13400 * gdb.asm/aarch64.inc: New file.
13401
13402 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13403
13404 * gdb.ada/array_of_variable_length.exp: New testcase.
13405 * gdb.ada/array_of_variable_length/foo.adb: New file.
13406 * gdb.ada/array_of_variable_length/pck.adb: New file.
13407 * gdb.ada/array_of_variable_length/pck.ads: New file.
13408
13409 2015-09-15 Doug Evans <dje@google.com>
13410
13411 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13412 of function static local variable.
13413
13414 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13415
13416 * gdb.threads/tls-so_extern.exp: New test file.
13417 * gdb.threads/tls-so_extern.c: New test file.
13418 * gdb.threads/tls-so_extern_main.c: New test file.
13419
13420 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13421
13422 * gdb.opt/solib-intra-step-lib.c: New file.
13423 * gdb.opt/solib-intra-step-main.c: New file.
13424 * gdb.opt/solib-intra-step.exp: New file.
13425
13426 2015-09-15 Pedro Alves <palves@redhat.com>
13427
13428 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13429 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13430
13431 2015-09-14 Pedro Alves <palves@redhat.com>
13432
13433 * gdb.base/hook-stop-continue.c: Delete.
13434 * gdb.base/hook-stop-continue.exp: Delete.
13435 * gdb.base/hook-stop-frame.c: Delete.
13436 * gdb.base/hook-stop-frame.exp: Delete.
13437 * gdb.base/hook-stop.c: New file.
13438 * gdb.base/hook-stop.exp: New file.
13439
13440 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13441
13442 * gdb.ada/access_to_packed_array.exp: New testcase.
13443 * gdb.ada/access_to_packed_array/foo.adb: New file.
13444 * gdb.ada/access_to_packed_array/pack.adb: New file.
13445 * gdb.ada/access_to_packed_array/pack.ads: New file.
13446
13447 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13448
13449 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13450 buffer size test.
13451
13452 2015-09-11 Don Breazeal <donb@codesourcery.com>
13453
13454 * gdb.base/foll-exec.c: Add copyright header. Fix
13455 formatting issues.
13456 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13457 (do_exec_tests): Use clean_restart in place of zap_session,
13458 and for test initialization. Fix formatting issues. Use
13459 fail in place of perror.
13460 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13461 an expect statement to match an expression with output from
13462 the program under debug.
13463 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13464 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13465 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13466 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13467 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13468
13469 2015-09-09 Doug Evans <dje@google.com>
13470
13471 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13472
13473 2015-09-09 Doug Evans <dje@google.com>
13474
13475 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13476
13477 2015-09-09 Doug Evans <dje@google.com>
13478
13479 * gdb.base/savedregs.exp: Fix typo.
13480
13481 2015-09-09 Pedro Alves <palves@redhat.com>
13482
13483 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13484
13485 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13486
13487 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13488 command actually switches threads. Give up on remaining
13489 tests if target fails to stop at breakpoint.
13490
13491 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13492
13493 * gdb.ada/funcall_char.exp: New testcase.
13494 * gdb.ada/funcall_char/foo.adb: New file.
13495
13496 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13497
13498 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13499 expected outputs. Add two testcases for completing ambiguous
13500 functions.
13501 * gdb.ada/complete/aux_pck.adb: New file.
13502 * gdb.ada/complete/aux_pck.ads: New file.
13503 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13504 Ambiguous_Func functions.
13505 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13506 * gdb.ada/complete/pck.adb: Likewise.
13507
13508 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13509
13510 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13511 failures to run the test program under GDB.
13512
13513 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13514
13515 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13516 to C.
13517
13518 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13519
13520 * gdb.base/run-after-attach.exp: New test file.
13521 * gdb.base/run-after-attach.c: New test file.
13522
13523 2015-08-26 Don Breazeal <donb@codesourcery.com>
13524
13525 * gdb.base/foll-exec-2.c: New test program.
13526 * gdb.base/foll-exec-2.exp: New test.
13527
13528 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13529
13530 * gdb.base/nested-subp1.exp: New file.
13531 * gdb.base/nested-subp1.c: New file.
13532 * gdb.base/nested-subp2.exp: New file.
13533 * gdb.base/nested-subp2.c: New file.
13534 * gdb.base/nested-subp3.exp: New file.
13535 * gdb.base/nested-subp3.c: New file.
13536
13537 2015-08-24 Pedro Alves <palves@redhat.com>
13538
13539 * gdb.server/connect-without-multi-process.c: New file.
13540 * gdb.server/connect-without-multi-process.exp: New file.
13541
13542 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13543
13544 * gdb.opt/inline-markers.c: Make z int.
13545
13546 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13547
13548 * gdb.opt/inline-markers.c: Make z volatile.
13549
13550 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13551
13552 * gdb.opt/inline-bt.c: New volatile global z.
13553 * gdb.opt/inline-cmds.c: Likewise.
13554 * gdb.opt/inline-locals.c: Likewise.
13555 * gdb.opt/inline-markers.c: New extern global z.
13556 (marker): Use z.
13557 (inline_fn): Likewise.
13558
13559 2015-08-24 Pedro Alves <palves@redhat.com>
13560
13561 * config/m32r-stub.exp: Remove file.
13562 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13563 * gdb.base/call-rt-st.exp: Likewise.
13564 * gdb.base/call-strs.exp: Likewise.
13565 * gdb.base/default.exp: Remove references to h8300-*-hms and
13566 *-*-udi*.
13567 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13568
13569 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13570
13571 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13572 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13573 and "return" use KFAIL when GDB can not read/write the vector
13574 return value.
13575
13576 2015-08-21 Gary Benson <gbenson@redhat.com>
13577
13578 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13579
13580 2015-08-20 Pedro Alves <palves@redhat.com>
13581
13582 * gdb.server/solib-list.exp: No longer expect an interior stop in
13583 non-stop mode.
13584
13585 2015-08-20 Pedro Alves <palves@redhat.com>
13586
13587 * gdb.server/connect-stopped-target.c: New file.
13588 * gdb.server/connect-stopped-target.exp: New file.
13589
13590 2015-08-20 Pedro Alves <palves@redhat.com>
13591
13592 * gdb.dwarf2/comp-unit-lang.exp: New file.
13593 * gdb.dwarf2/comp-unit-lang.c: New file.
13594
13595 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13596
13597 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13598 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13599
13600 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13601
13602 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13603 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13604
13605 2015-08-18 Doug Evans <dje@google.com>
13606 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13607
13608 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13609 skip_python_tests. New arg prompt_regexp.
13610 (skip_python_tests): New function.
13611 * lib/mi-support.exp (mi_skip_python_tests): New function.
13612 * gdb.python/py-mi-objfile-gdb.py: New file.
13613 * gdb.python/py-mi-objfile.c: New file.
13614 * gdb.python/py-mi-objfile.exp: New file.
13615
13616 2015-08-17 Keith Seitz <keiths@redhat.com>
13617
13618 * gdb.linespec/explicit.exp: Move strace test from here ...
13619 * gdb.trace/strace.exp: ... to here.
13620
13621 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13622
13623 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13624 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13625
13626 2015-08-14 Doug Evans <xdje42@gmail.com>
13627
13628 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13629 inferior before selecting a new file.
13630
13631 2015-08-14 Doug Evans <xdje42@gmail.com>
13632
13633 * gdb.mi/mi-disassemble.exp: Update.
13634 * gdb.base/disasm-optim.S: New file.
13635 * gdb.base/disasm-optim.c: New file.
13636 * gdb.base/disasm-optim.h: New file.
13637 * gdb.base/disasm-optim.exp: New file.
13638
13639 2015-08-14 Keith Seitz <keiths@redhat.com>
13640
13641 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13642 "evaluated-by".
13643
13644 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13645
13646 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13647
13648 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13649
13650 * gdb.ada/fun_renaming.exp: New testcase.
13651 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13652 * gdb.ada/fun_renaming/pack.adb: New file.
13653 * gdb.ada/fun_renaming/pack.ads: New file.
13654
13655 2015-08-12 Keith Seitz <keiths@redhat.com>
13656
13657 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13658 gdb_get_line_number.
13659
13660 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13661
13662 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13663 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13664 gdb.base/dso2dso.exp: New files.
13665
13666 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13667 Pedro Alves <palves@redhat.com>
13668 Keith Seitz <keiths@redhat.com>
13669
13670 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13671 GDBFLAGS.
13672
13673 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13674
13675 * gdb.base/gdbhistsize-history.exp
13676 (test_histsize_history_setting): Use save_vars.
13677 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13678 Use save_vars.
13679 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13680 * gdb.base/readline.exp: Use save_vars.
13681
13682 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13683
13684 * lib/gdb.exp (save_vars): New proc.
13685
13686 2015-08-11 Keith Seitz <keiths@redhat.com>
13687
13688 * gdb.base/help.exp: Update help_breakpoint_text.
13689
13690 2015-08-11 Keith Seitz <keiths@redhat.com>
13691
13692 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13693 (at toplevel): Call test_explicit_breakpoints.
13694 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13695 breakpoints.
13696 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13697 breakpoint conditions, "-cond".
13698
13699 2015-08-11 Keith Seitz <keiths@redhat.com>
13700
13701 * gdb.linespec/3explicit.c: New file.
13702 * gdb.linespec/cpexplicit.cc: New file.
13703 * gdb.linespec/cpexplicit.exp: New file.
13704 * gdb.linespec/explicit.c: New file.
13705 * gdb.linespec/explicit.exp: New file.
13706 * gdb.linespec/explicit2.c: New file.
13707 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13708 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13709 before using in the matching pattern.
13710 Clarify that `prefix' is a regular expression.
13711
13712 2015-08-11 Keith Seitz <keiths@redhat.com>
13713
13714 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13715 test.
13716 Add tests for missing ",FMT" and ",".
13717
13718 2015-08-10 Doug Evans <dje@google.com>
13719 Keith Seitz <keiths@redhat.com>
13720
13721 PR gdb/17960
13722 * gdb.base/completion.exp: Add location completer tests.
13723
13724 2015-08-07 Pedro Alves <palves@redhat.com>
13725
13726 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13727 tests here.
13728 (top level): Run do_test with and without displaced stepping.
13729
13730 2015-08-07 Pedro Alves <palves@redhat.com>
13731
13732 * gdb.base/valgrind-disp-step.c: New file.
13733 * gdb.base/valgrind-disp-step.exp: New file.
13734
13735 2015-08-07 Pedro Alves <palves@redhat.com>
13736
13737 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13738 Delete function.
13739 (main): Add alarm. Run an infinite loop instead of calling
13740 wait_threads.
13741 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13742 comment.
13743 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13744 Delete function.
13745 (main): Add alarm. Run an infinite loop instead of calling
13746 wait_threads.
13747 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13748 comment.
13749
13750 2015-08-07 Pedro Alves <palves@redhat.com>
13751
13752 * gdb.base/checkpoint-ns.exp: New file.
13753 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13754 standard_testfile.
13755
13756 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13757
13758 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13759 * gdb.btrace/instruction_history.exp: Update.
13760 * gdb.btrace/tsx.exp: New.
13761 * gdb.btrace/tsx.c: New.
13762
13763 2015-08-06 Pedro Alves <palves@redhat.com>
13764
13765 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13766 increase timeout.
13767 * gdb.reverse/until-precsave.exp: Bump timeouts.
13768
13769 2015-08-06 Pedro Alves <palves@redhat.com>
13770
13771 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13772
13773 2015-08-06 Pedro Alves <palves@redhat.com>
13774
13775 PR gdb/18749
13776 * gdb.threads/process-dies-while-handling-bp.c: New file.
13777 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13778
13779 2015-08-06 Pedro Alves <palves@redhat.com>
13780
13781 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13782 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13783
13784 2015-08-05 Pedro Alves <palves@redhat.com>
13785
13786 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13787 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13788
13789 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13790
13791 * gdb.base/bp-permanent.exp: Report test as unsupported if
13792 the target cannot stop at the permanent breakpoint.
13793
13794 2015-08-03 Doug Evans <dje@google.com>
13795
13796 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13797 10000.
13798
13799 2015-08-03 Doug Evans <dje@google.com>
13800
13801 * Makefile.in (workers/%.worker, build-perf): New rule.
13802 (GDB_PERFTEST_MODE): New variable.
13803 (check-perf): Use it.
13804 (clean): Clean up gdb.perf parallel build subdirs.
13805 * lib/build-piece.exp: New file.
13806 * lib/gdb.exp (make_gdb_parallel_path): New function
13807 (standard_output_file, standard_temp_file): Call it.
13808 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13809 of $GDB_PARALLEL.
13810 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13811
13812 2015-08-03 Doug Evans <dje@google.com>
13813
13814 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13815 (LOG_FILE_NAME): New global.
13816 (TextReporter.__init__): Initialize self.txt_sum.
13817 (TextReporter.report): Add support for multiple data-points.
13818 Move report to perftest.sum, put raw data in perftest.log.
13819 (TextReporter.start): Open sum and log files.
13820 (TextReporter.end): Close sum and log files.
13821 * gdb.perf/lib/perftest/testresult.py
13822 (SingleStatisticTestResult.record): Handle multiple data-points.
13823
13824 2015-07-31 Pedro Alves <palves@redhat.com>
13825
13826 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13827 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13828 kill_wait_spawned_process instead of explicit "kill -9".
13829 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13830 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13831 kill_wait_spawned_process.
13832 * gdb.base/attach-twice.exp: Likewise.
13833 * gdb.base/attach.exp: Likewise.
13834 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13835 gdb_test_multiple.
13836 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13837 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13838 kill_wait_spawned_process.
13839 * gdb.base/valgrind-infcall.exp: Likewise.
13840 * gdb.multi/multi-attach.exp: Likewise.
13841 * gdb.python/py-prompt.exp: Likewise.
13842 * gdb.python/py-sync-interp.exp: Likewise.
13843 * gdb.server/ext-attach.exp: Likewise.
13844 * gdb.threads/attach-into-signal.exp (corefunc): Use
13845 spawn_wait_for_attach, spawn_id_get_pid and
13846 kill_wait_spawned_process.
13847 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13848 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13849 spawn_id_get_pid and kill_wait_spawned_process.
13850 * gdb.threads/attach-stopped.exp (corefunc): Use
13851 spawn_wait_for_attach, spawn_id_get_pid and
13852 kill_wait_spawned_process.
13853 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13854 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13855 kill_wait_spawned_process instead of explicit "kill -9".
13856 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13857 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13858 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13859 processes. Don't map cygwin/windows pids here. Now returns a
13860 spawn id list.
13861
13862 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13863
13864 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13865 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13866 correct patch.
13867
13868 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13869
13870 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13871
13872 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13873
13874 Reapply:
13875 2014-05-21 Mark Wielaard <mjw@redhat.com>
13876
13877 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13878
13879 2015-07-30 Pedro Alves <palves@redhat.com>
13880
13881 * linux-low.c (handle_extended_wait): Set the child's last
13882 reported status to TARGET_WAITKIND_STOPPED.
13883
13884 2015-07-30 Pedro Alves <palves@redhat.com>
13885
13886 PR threads/18600
13887 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13888 only shows inferior 1.
13889
13890 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13891 Pedro Alves <palves@redhat.com>
13892
13893 PR threads/18600
13894 * gdb.threads/fork-plus-threads.c: New file.
13895 * gdb.threads/fork-plus-threads.exp: New file.
13896
13897 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13898
13899 * gdb.base/batch-preserve-term-settings.exp
13900 (test_terminal_settings_preserved_after_cli_exit): Use
13901 send_quit_command.
13902
13903 2015-07-29 Pedro Alves <palves@redhat.com>
13904 Don Breazeal <donb@codesourcery.com>
13905
13906 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13907 output from both inferior_spawn_id and gdb_spawn_id.
13908
13909 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13910
13911 * gdb.threads/attach-into-signal.exp (corefunc): Use
13912 with_test_prefix on nested loops, uniquefying the test messages.
13913
13914 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13915
13916 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13917 commit.
13918
13919 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13920
13921 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13922 New proc.
13923 (test_terminal_settings_preserved_after_sigterm): New test.
13924
13925 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13926
13927 * gdb.base/batch-preserve-term-settings.exp
13928 (test_terminal_settings_preserved_after_cli_exit): New test.
13929
13930 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13931
13932 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13933 manipulation of saved_gdbflags.
13934 (test_terminal_settings_preserved): Remove global declaration of
13935 the unused variable pagination_prompt. Remove manipulation of
13936 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13937 GDBFLAGS.
13938
13939 2015-07-29 Pedro Alves <palves@redhat.com>
13940
13941 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13942
13943 2015-07-29 Pedro Alves <palves@redhat.com>
13944
13945 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13946 at the top.
13947
13948 2015-07-29 Pedro Alves <palves@redhat.com>
13949
13950 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13951 (main): Call gdb_unbuffer_output.
13952 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13953 (main): Call gdb_unbuffer_output.
13954 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13955 (main): Call gdb_unbuffer_output.
13956 * gdb.base/call-strs.exp: Adjust to step over the
13957 gdb_unbuffer_output call.
13958 * gdb.base/catch-gdb-caused-signals.c: Include
13959 "../lib/unbuffer_output.c".
13960 (main): Call gdb_unbuffer_output.
13961 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13962 (main): Call gdb_unbuffer_output.
13963 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13964 (main): Call gdb_unbuffer_output.
13965 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13966 (main): Call gdb_unbuffer_output.
13967 * gdb.base/shlib-call.exp: Adjust to step over the
13968 gdb_unbuffer_output call.
13969 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13970 (main): Call gdb_unbuffer_output.
13971 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13972 (main): Call gdb_unbuffer_output.
13973 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13974 (main): Rename to ...
13975 (test): ... this.
13976 (main): Reimplement.
13977 * gdb.base/varargs.exp: Run to test instead of to main.
13978 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13979 (main): Call gdb_unbuffer_output.
13980
13981 2015-07-29 Pedro Alves <palves@redhat.com>
13982
13983 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13984 factore out from mi_continue_dprintf. For call-style dprintfs,
13985 expect dprintf output out of $inferior_spawn_id.
13986 (mi_continue_dprintf): Use mi_expect_dprintf.
13987 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13988 (main): Call gdb_unbuffer_output.
13989
13990 2015-07-29 Pedro Alves <palves@redhat.com>
13991
13992 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13993 (default_mi_gdb_start): Set inferior_spawn_id instead of
13994 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13995 gdb_spawn_id.
13996 (mi_gdb_test): Always expect inferior output from both
13997 $inferior_spawn_id and $gdb_spawn_id.
13998
13999 2015-07-29 Pedro Alves <palves@redhat.com>
14000
14001 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14002 send_inferior and $inferior_spawn_id.
14003
14004 2015-07-29 Pedro Alves <palves@redhat.com>
14005
14006 * gdb.gdb/complaints.exp (test_initial_complaints)
14007 (test_serial_complaints, test_short_complaints): Use
14008 gdb_test_stdio.
14009 (test_empty_complaint): Handle $inferior_spawn_id !=
14010 $gdb_spawn_id.
14011
14012 2015-07-29 Pedro Alves <palves@redhat.com>
14013
14014 * gdb.base/varargs.exp: Use gdb_test_stdio.
14015
14016 2015-07-29 Pedro Alves <palves@redhat.com>
14017
14018 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14019
14020 2015-07-29 Pedro Alves <palves@redhat.com>
14021
14022 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14023
14024 2015-07-29 Pedro Alves <palves@redhat.com>
14025
14026 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14027 parameter into two new parameters, "inf_result" and "gdb_result".
14028 Expect inferior output and gdb output from $inferior_spawn_id and
14029 $gdb_spawn_id, respectively. Adjust all callers.
14030
14031 2015-07-29 Pedro Alves <palves@redhat.com>
14032
14033 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14034 of gdb_test_sequence.
14035
14036 2015-07-29 Pedro Alves <palves@redhat.com>
14037
14038 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14039 (saw_spurious_output): Expect inferior output from
14040 $inferior_spawn_id. Use gdb_test_stdio.
14041
14042 2015-07-29 Pedro Alves <palves@redhat.com>
14043
14044 * gdb.base/dprintf.exp: Use standard_testfile. Change
14045 prepare_for_testing call.
14046 (srcfile): Don't set.
14047 (restart): New procedure.
14048 (test_dprintf): New procecure, use to continue over dprintfs.
14049 (test_call, test_agent): New procedures, tests moved here.
14050 Restart gdb and recreate dprintfs. Adjust expected output.
14051
14052 2015-07-29 Pedro Alves <palves@redhat.com>
14053
14054 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14055
14056 2015-07-29 Pedro Alves <palves@redhat.com>
14057
14058 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14059
14060 2015-07-29 Pedro Alves <palves@redhat.com>
14061
14062 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14063 gdb_test_stdio.
14064
14065 2015-07-29 Pedro Alves <palves@redhat.com>
14066
14067 * lib/gdb.exp (gdb_test_stdio): New procedure.
14068
14069 2015-07-29 Pedro Alves <palves@redhat.com>
14070
14071 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14072
14073 2015-07-29 Pedro Alves <palves@redhat.com>
14074
14075 * gdb.base/call-signal-resume.exp: Remove check for
14076 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14077 * gdb.base/unwindonsignal.exp: Likewise.
14078 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14079 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14080
14081 2015-07-29 Pedro Alves <palves@redhat.com>
14082
14083 * gdb.base/siginfo-addr.c (pass): New function.
14084 (handler): Call it iff si_addr is correct.
14085 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14086 Set a breakpoint at "pass" and continue to it.
14087
14088 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14089
14090 * gdb.python/py-objfile.exp: Make some tests have unique names.
14091 * gdb.python/py-pp-registration.exp: Likewise.
14092
14093 2015-07-28 Pedro Alves <palves@redhat.com>
14094
14095 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14096
14097 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14098
14099 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14100
14101 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14102
14103 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14104
14105 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14106
14107 * gdb.base/gdb-sigterm-2.exp: New test.
14108
14109 2015-07-25 Doug Evans <xdje42@gmail.com>
14110
14111 Revert:
14112 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14113 (workers/%.worker, build-perf): New rule.
14114 (GDB_PERFTEST_MODE): New variable.
14115 (check-perf): Use it.
14116 (clean): Clean up gdb.perf parallel build subdirs.
14117 * lib/build-piece.exp: New file.
14118 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14119 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14120 name.
14121 (standard_temp_file): Ditto.
14122 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14123 of $GDB_PARALLEL.
14124
14125 2015-07-24 Doug Evans <dje@google.com>
14126
14127 * gdb.perf/lib/perftest/utils.py: New file.
14128 * gdb.perf/gm-hello.cc: New file.
14129 * gdb.perf/gm-pervasive-typedef.cc: New file.
14130 * gdb.perf/gm-pervasive-typedef.h: New file.
14131 * gdb.perf/gm-std.cc: New file.
14132 * gdb.perf/gm-std.h: New file.
14133 * gdb.perf/gm-use-cerr.cc: New file.
14134 * gdb.perf/gm-utils.h: New file.
14135 * gdb.perf/gmonster-null-lookup.py: New file.
14136 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14137 * gdb.perf/gmonster-print-cerr.py: New file.
14138 * gdb.perf/gmonster-ptype-string.py: New file.
14139 * gdb.perf/gmonster-runto-main.py: New file.
14140 * gdb.perf/gmonster-select-file.py: New file.
14141 * gdb.perf/gmonster1-null-lookup.exp: New file.
14142 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14143 * gdb.perf/gmonster1-print-cerr.exp: New file.
14144 * gdb.perf/gmonster1-ptype-string.exp: New file.
14145 * gdb.perf/gmonster1-runto-main.exp: New file.
14146 * gdb.perf/gmonster1-select-file.exp: New file.
14147 * gdb.perf/gmonster1.cc: New file.
14148 * gdb.perf/gmonster1.exp: New file.
14149 * gdb.perf/gmonster2-null-lookup.exp: New file.
14150 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14151 * gdb.perf/gmonster2-print-cerr.exp: New file.
14152 * gdb.perf/gmonster2-ptype-string.exp: New file.
14153 * gdb.perf/gmonster2-runto-main.exp: New file.
14154 * gdb.perf/gmonster2-select-file.exp: New file.
14155 * gdb.perf/gmonster2.cc: New file.
14156 * gdb.perf/gmonster2.exp: New file.
14157
14158 2015-07-24 Doug Evans <dje@google.com>
14159
14160 * gdb.perf/README: New file.
14161 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14162 * lib/gen-perf-test.exp: New file.
14163
14164 2015-07-24 Doug Evans <dje@google.com>
14165
14166 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14167 (PerfTest::startup): New function.
14168 (PerfTest::run): Return result of calling body.
14169 (PerfTest::assemble): Rewrite.
14170 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14171 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14172 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14173 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14174 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14175
14176 2015-07-24 Doug Evans <dje@google.com>
14177
14178 * lib/gdb.exp (clean_restart): Make executable optional.
14179
14180 2015-07-24 Doug Evans <dje@google.com>
14181
14182 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14183 compiler_info references.
14184 * gdb.cp/temargs.exp: Ditto.
14185 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14186 (get_compiler_info): Early exit if already computed. Set compiler_info
14187 to "unknown" if there was a problem.
14188 (test_compiler_info): Add function comment. Call get_compiler_info.
14189
14190 2015-07-24 Doug Evans <dje@google.com>
14191
14192 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14193 (workers/%.worker, build-perf): New rule.
14194 (GDB_PERFTEST_MODE): New variable.
14195 (check-perf): Use it.
14196 (clean): Clean up gdb.perf parallel build subdirs.
14197 * lib/build-piece.exp: New file.
14198 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14199 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14200 name.
14201 (standard_temp_file): Ditto.
14202 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14203 of $GDB_PARALLEL.
14204
14205 2015-07-24 Doug Evans <dje@google.com>
14206
14207 * lib/future.exp (gdb_default_target_compile): New option
14208 "early_flags".
14209 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14210 --as-needed.
14211
14212 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14213
14214 * gdb.base/catch-syscall.exp: Call gdb_exit before
14215 gdb_skip_xml_test.
14216
14217 2015-07-24 Pedro Alves <palves@redhat.com>
14218
14219 * gdb.python/py-events.exp: Accept output between the stop event
14220 and the prompt.
14221 * gdb.python/py-evsignal.exp: Likewise.
14222 * gdb.python/py-evthreads.exp: Likewise.
14223
14224 2015-07-24 Pedro Alves <palves@redhat.com>
14225
14226 PR gdb/18717
14227 * gdb.threads/non-ldr-exit.c: New file.
14228 * gdb.threads/non-ldr-exit.exp: New file.
14229
14230 2015-07-24 Yao Qi <yao.qi@linaro.org>
14231
14232 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14233 restarting process.
14234
14235 2015-07-24 Yao Qi <yao.qi@linaro.org>
14236
14237 * gdb.server/ext-restart.exp: New file.
14238
14239 2015-07-24 Yao Qi <yao.qi@linaro.org>
14240
14241 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14242 argument options.
14243 * gdb.server/ext-wrapper.exp: New file.
14244
14245 2015-07-23 Doug Evans <dje@google.com>
14246
14247 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14248 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14249
14250 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14251
14252 * gdb.ada/var_arr_typedef.exp: New testcase.
14253 * gdb.ada/var_arr_typedef/pack.adb: New file.
14254 * gdb.ada/var_arr_typedef/pack.ads: New file.
14255 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14256
14257 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14258
14259 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14260
14261 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14262
14263 * gdb.arch/i386-biarch-core.exp: Replace istarget
14264 by "complete set gnutarget". Remove expectation for the "core-file"
14265 command.
14266
14267 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14268
14269 Revert the previous commit:
14270 Tests for validate symbol file using build-id.
14271
14272 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14273
14274 Tests for validate symbol file using build-id.
14275 * gdb.base/solib-mismatch-lib.c: New file.
14276 * gdb.base/solib-mismatch-libmod.c: New file.
14277 * gdb.base/solib-mismatch.c: New file.
14278 * gdb.base/solib-mismatch.exp: New file.
14279
14280 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14281
14282 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14283 nios2-*-linux*.
14284 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14285 * gdb.base/siginfo.exp: Likewise.
14286 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14287
14288 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14289
14290 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14291 Move it to ...
14292 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14293 ... here.
14294 * gdb.trace/range-stepping.exp: Check that the target supports
14295 range stepping.
14296
14297 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14298
14299 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14300
14301 2015-07-14 Pedro Alves <palves@redhat.com>
14302
14303 * gdb.base/killed-outside.exp: New file.
14304 * gdb.base/killed-outside.c: New file.
14305
14306 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14307
14308 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14309 (n at main): New.
14310 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14311
14312 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14313
14314 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14315 infcall tests instead of setting up for KFAIL.
14316
14317 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14318
14319 * gdb.btrace/record_goto-step.exp: New.
14320
14321 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14322
14323 PR compile/18484
14324 * gdb.compile/compile.c (struct struct_type): Add volatile to
14325 selffield's type.
14326 * gdb.compile/compile.exp
14327 (compile code struct_object.selffield = &struct_object): Skip further
14328 struct_object tests if this one xfails.
14329
14330 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14331
14332 PR exp/18617
14333 * gdb.trace/ax.exp: Add test.
14334
14335 2015-07-07 Yao Qi <yao.qi@linaro.org>
14336
14337 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14338 instead of istarget "aarch64*-*-*".
14339 * gdb.arch/aarch64-fp.exp: Likewise.
14340 * gdb.base/float.exp: Likewise.
14341 * gdb.reverse/aarch64.exp: Likewise.
14342 * lib/gdb.exp (is_aarch64_target): New proc.
14343
14344 2015-07-07 Yao Qi <yao.qi@linaro.org>
14345
14346 * lib/gdb.exp (is_aarch32_target): New proc.
14347 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14348 instead of "istarget "arm*-*-*"".
14349 * gdb.arch/arm-disp-step.exp: Likewise.
14350 * gdb.arch/thumb-bx-pc.exp: Likewise.
14351 * gdb.arch/thumb-prologue.exp: Likewise.
14352 * gdb.arch/thumb-singlestep.exp: Likewise.
14353 * gdb.base/disp-step-syscall.exp: Likewise.
14354 * gdb.base/float.exp: Likewise.
14355
14356 2015-07-07 Yao Qi <yao.qi@linaro.org>
14357
14358 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14359 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14360
14361 2015-07-07 Yao Qi <yao.qi@linaro.org>
14362
14363 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14364 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14365 if it exists.
14366 * gdb.multi/multi-arch.exp: Likewise.
14367
14368 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14369
14370 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14371 print.
14372
14373 2015-07-07 Yao Qi <yao.qi@linaro.org>
14374
14375 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14376
14377 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14378
14379 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14380 '[' and ']' characters.
14381
14382 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14383
14384 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14385
14386 2015-06-29 Pedro Alves <palves@redhat.com>
14387
14388 PR threads/18127
14389 * gdb.threads/hand-call-new-thread.c: New file.
14390 * gdb.threads/hand-call-new-thread.c: New file.
14391
14392 2015-06-26 Keith Seitz <keiths@redhat.com>
14393 Doug Evans <dje@google.com>
14394
14395 PR 16253
14396 * gdb.cp/var-tag-2.cc: New file.
14397 * gdb.cp/var-tag-3.cc: New file.
14398 * gdb.cp/var-tag-4.cc: New file.
14399 * gdb.cp/var-tag.cc: New file.
14400 * gdb.cp/var-tag.exp: New file.
14401
14402 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14403
14404 * gdb.base/history-duplicates.exp: New test.
14405
14406 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14407
14408 * gdb.base/completion.exp: Test the completion of the "focus"
14409 command.
14410
14411 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14412
14413 * gdb.arch/amd64-prologue-skip.S: New file.
14414 * gdb.arch/amd64-prologue-skip.exp: New file.
14415
14416 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14417
14418 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14419 is_address_zero_readable check.
14420
14421 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14422
14423 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14424 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14425
14426 2015-06-24 Yao Qi <yao.qi@linaro.org>
14427
14428 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14429 linux targets.
14430
14431 2015-06-24 Yao Qi <yao.qi@linaro.org>
14432
14433 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14434 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14435 * gdb.base/siginfo-thread.exp: Likewise.
14436
14437 2015-06-22 Yao Qi <yao.qi@linaro.org>
14438
14439 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14440
14441 2015-06-22 Yao Qi <yao.qi@linaro.org>
14442
14443 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14444 aarch64*-*-*.
14445 (skip_hw_watchpoint_tests): Likewise.
14446
14447 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14448
14449 * gdb.base/gdbinit-history.exp: Test the interaction between
14450 setting GDBHISTSIZE and setting the history size via .gdbinit.
14451
14452 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14453
14454 PR gdb/16999
14455 * gdb.base/gdbhistsize-history.exp: New test.
14456
14457 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14458
14459 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14460 with GDBHISTSIZE.
14461 * gdb.base/readline.exp: Likewise.
14462
14463 2015-06-17 Yao Qi <yao.qi@linaro.org>
14464
14465 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14466 line.
14467
14468 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14469
14470 * gdb.base/gdbinit-history.exp: Add test case to check that
14471 an unlimited history file does not get truncated on exit.
14472
14473 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14474
14475 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14476 (VECTOR): New macro. Use it...
14477 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14478 ...for these typedefs.
14479 (int8, char1, int1, double1): New typedefs.
14480 (struct just_int2, struct two_int2): New structures.
14481 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14482 (add_structvecs, add_singlevecs): New functions.
14483 (main): Call add_some_intvecs twice.
14484 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14485 the compile and exit upon failure. Try compiling for the "native"
14486 architecture. Test inferior function calls with vector arguments
14487 and vector return value handling with "finish" and "return".
14488
14489 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14490
14491 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14492 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14493 PE file.
14494 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14495
14496 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14497
14498 PR breakpoints/16465
14499 * gdb.mi/mi-dprintf-pending.c: New file.
14500 * gdb.mi/mi-dprintf-pending.exp: New test.
14501 * gdb.mi/mi-dprintf-pendshr.c: New file.
14502
14503 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14504 Mircea Gherzan <mircea.gherzan@intel.com>
14505
14506 * gdb.arch/i386-mpx-map.c: New file.
14507 * gdb.arch/i386-mpx-map.exp: New File.
14508
14509 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14510
14511 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14512 * gdb.arch/i386-mpx.exp: Indentation fixed.
14513
14514 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14515
14516 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14517 function and improved indentation.
14518 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14519 gdb_test_multiple. Added additional tests to skip the test.
14520
14521 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14522
14523 * gdb.arch/i386-avx512.c: Change path in include file.
14524 * gdb.arch/i386-avx512.exp: Change include dir path
14525 compilation flag.
14526 * gdb.arch/i386-mpx.c: Change path in include file.
14527 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14528 flag.
14529
14530 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14531
14532 * gdb.compile/compile-print.exp (compile print *vararray@3)
14533 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14534
14535 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14536
14537 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14538 (do not keep jit in memory): ... this.
14539 (expect 5): Change it to ...
14540 (expect no 5): ... this.
14541
14542 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14543
14544 PR gdb/15564
14545 * gdb.mi/mi-detach.exp: New file.
14546
14547 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14548
14549 PR symtab/18392
14550 * gdb.arch/amd64-tailcall-self.S: New file.
14551 * gdb.arch/amd64-tailcall-self.c: New file.
14552 * gdb.arch/amd64-tailcall-self.exp: New file.
14553
14554 2015-05-28 Don Breazeal <donb@codesourcery.com>
14555
14556 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14557 tests for remote targets by checking is_target_gdbserver.
14558
14559 2015-05-27 Doug Evans <dje@google.com>
14560
14561 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14562 * gdb.dwarf2/opaque-type-lookup.c: New file.
14563 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14564
14565 2015-05-26 Doug Evans <dje@google.com>
14566
14567 * gdb.cp/iostream.cc: New file.
14568 * gdb.cp/iostream.exp: New file.
14569
14570 2015-05-26 Doug Evans <dje@google.com>
14571
14572 * gdb.dwarf2/dw2-op-call.exp: Update.
14573 * gdb.dwarf2/dw4-sig-types.exp: Update.
14574 * gdb.dwarf2/implptr.exp: Update.
14575 * gdb.mi/mi-cmd-param-changed.exp: Update.
14576
14577 2015-05-26 Doug Evans <dje@google.com>
14578
14579 * gdb.python/py-lazy-string.c: New file.
14580 * gdb.python/py-lazy-string.exp: New file.
14581 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14582 (main): Update. Add estring3.
14583 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14584 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14585
14586 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14587 Yao Qi <yao.qi@linaro.org>
14588
14589 * gdb.reverse/aarch64.c: New.
14590 * gdb.reverse/aarch64.exp: New.
14591
14592 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14593
14594 * lib/gdb.exp (supports_process_record): Return true for
14595 aarch64*-linux*.
14596 (supports_reverse): Likewise.
14597
14598 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14599
14600 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14601 Use with_test_prefix.
14602
14603 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14604
14605 * gdb.base/completion.exp: Add test for completion of layout
14606 names.
14607
14608 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14609
14610 * lib/gdb.exp (skip_tui_tests): New proc.
14611 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14612
14613 2015-05-19 Pedro Alves <palves@redhat.com>
14614
14615 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14616 Save the whole env array instead of just HOME. Unset HISTSIZE in
14617 the environment while testing. Restore whole environment
14618 afterwards.
14619
14620 2015-05-16 Doug Evans <xdje42@gmail.com>
14621
14622 * gdb.guile/scm-ports.c: New file.
14623 * gdb.guile/scm-ports.exp: Add memory port tests.
14624
14625 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14626
14627 * gdb.compile/compile-print.c: New file.
14628 * gdb.compile/compile-print.exp: New file.
14629
14630 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14631
14632 * gdb.compile/compile-ops.exp: Cast param to void.
14633 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14634 (compile code struct_object.selffield = &struct_object): Add xfail.
14635
14636 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14637
14638 * gdb.ada/arr_enum_with_gap: New testcase.
14639
14640 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14641
14642 * gdb.ada/byte_packed_arr: New testcase.
14643
14644 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14645
14646 * gdb.ada/pckd_neg: New testcase.
14647
14648 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14649
14650 PR gdb/17820
14651 * gdb.base/gdbinit-history.exp: New test.
14652 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14653 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14654
14655 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14656
14657 * gdb.python/py-xmethods.cc: Enhance test case.
14658 * gdb.python/py-xmethods.exp: New tests.
14659 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14660 function.
14661 (B_indexoper): Likewise.
14662 (global_dm_list) : Add new xmethod worker functions.
14663
14664 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14665
14666 * gdb.base/coredump-filter.exp: Correctly unset
14667 "coredump_var_addr" array.
14668
14669 2015-05-08 Pedro Alves <palves@redhat.com>
14670
14671 * gdb.server/non-existing-program.exp: Unset spawn_id.
14672
14673 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14674
14675 PR python/18291
14676 * gdb.python/py-xmethods.exp: Add tests.
14677
14678 2015-05-08 Yao Qi <yao.qi@linaro.org>
14679
14680 PR gdb/18208
14681 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14682 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14683 function set_coredump_filter, and remove remote_exec call.
14684 Remove argument ipid. Callers update.
14685 (top level): Don't get inferior's PID.
14686
14687 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14688
14689 * gdb.base/watch_thread_num.exp: Skip test on targets without
14690 access watchpoints.
14691
14692 2015-05-06 Pedro Alves <palves@redhat.com>
14693
14694 PR server/18081
14695 * gdb.server/non-existing-program.exp: New file.
14696
14697 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14698
14699 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14700
14701 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14702
14703 * gdb.ada/out_of_line_in_inlined: New testcase.
14704
14705 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14706
14707 * gdb.ada/var_rec_arr: New testcase.
14708
14709 2015-04-30 Yao Qi <yao.qi@linaro.org>
14710
14711 * gdb.base/break-idempotent.exp: If
14712 skip_hw_watchpoint_multi_tests returns true, skip the tests
14713 on "rwatch" and "awatch".
14714
14715 2015-04-30 Yao Qi <yao.qi@linaro.org>
14716
14717 * gdb.base/relativedebug.exp: Invoke gdb command
14718 "info sharedlibrary", and if libc.so doesn't have debug info,
14719 skip the test.
14720
14721 2015-04-29 Doug Evans <dje@google.com>
14722
14723 * gdb.python/py-xmethods.exp: Add ptype tests.
14724 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14725 get_result_type method.
14726
14727 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14728
14729 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14730 the target does not support hardware watchpoints.
14731
14732 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14733
14734 * gdb.base/break-always.exp: Abort testing if writing to memory
14735 causes an error.
14736
14737 2015-04-28 Doug Evans <dje@google.com>
14738
14739 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14740 * gdb.python/py-pp-registration.exp: ... here. New file.
14741 * gdb.python/py-pp-registration.c: New file.
14742 * gdb.python/py-pp-registration.py: New file.
14743
14744 2015-04-28 Doug Evans <dje@google.com>
14745
14746 * gdb.python/py-bad-printers.c: New file.
14747 * gdb.python/py-bad-printers.py: New file.
14748 * gdb.python/py-bad-printers.exp: New file.
14749
14750 2015-04-28 Sasha Smundak <asmundak@google.com>
14751
14752 * gdb.python/py-type.exp: New test.
14753
14754 2015-04-28 Andy Wingo <wingo@igalia.com>
14755
14756 * gdb.python/py-parameter.exp:
14757 * gdb.guile/scm-parameter.exp: Escape the path that we are
14758 matching against, as it might contain characters that are special
14759 to regular expressions.
14760
14761 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14762
14763 * gdb.ada/rec_comp: New testcase.
14764
14765 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14766
14767 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14768 before using it.
14769
14770 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14771
14772 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14773 new tests for verilog output.
14774
14775 2015-04-24 Yao Qi <yao.qi@linaro.org>
14776
14777 * boards/remote-gdbserver-on-localhost.exp: New file.
14778
14779 2015-04-23 Pedro Alves <palves@redhat.com>
14780
14781 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14782 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14783 "end of file", remove $inferior_spawn_id from the indirect list.
14784
14785 2015-04-23 Pedro Alves <palves@redhat.com>
14786
14787 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14788
14789 2015-04-23 Pedro Alves <palves@redhat.com>
14790
14791 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14792 on $any_spawn_id instead of only on $gdb_spawn_id.
14793
14794 2015-04-21 Pierre Muller <muller@sourceware.org>
14795
14796 PR pascal/17815
14797 * lib/pascal.exp (gpc_compile): Add new option "class".
14798 (fpc_compile): Likewise.
14799 * gdb.pascal/case-insensitive-symbols.pas: New file.
14800 * gdb.pascal/case-insensitive-symbols.exp: New file.
14801
14802 2015-04-20 Gary Benson <gbenson@redhat.com>
14803
14804 * gdb.base/attach.exp: Fix three extended remote failures.
14805
14806 2015-04-17 Gary Benson <gbenson@redhat.com>
14807
14808 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14809 the main executable over the remote protocol.
14810
14811 2015-04-16 Pedro Alves <palves@redhat.com>
14812
14813 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14814 a new gdbserver if gdbserver_reconnect_p is set.
14815
14816 2015-04-16 Pedro Alves <palves@redhat.com>
14817
14818 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14819 is set, don't exit gdbserver.
14820
14821 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14822
14823 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14824 appropriate .insn, such that an older assembler can be used.
14825 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14826 the z/Architecture instruction set on 31-bit targets as well.
14827
14828 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14829
14830 * gdb.go/handcall.exp: Remove all logic related to the first
14831 breakpoint and rely on go_runto_main instead.
14832 * gdb.go/strings.exp: Likewise.
14833 * gdb.go/unsafe.exp: Likewise.
14834 * gdb.go/hello.exp: Likewise. Also rename the remaining
14835 breakpoint marker to "breakpoint 1".
14836 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14837 * gdb.go/strings.go: Likewise.
14838 * gdb.go/unsafe.go: Likewise.
14839 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14840 "set breakpoint 2 here" and rename the remaining breakpoint marker
14841 to "breakpoint 1".
14842
14843 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14844
14845 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14846 if itertools.imap is not present.
14847 * gdb.python/py-objfile.exp: Add parentheses.
14848 * gdb.python/py-type.exp: Same.
14849 * gdb.python/py-unwind-maint.py: Same.
14850
14851 2015-04-15 Yao Qi <yao.qi@linaro.org>
14852
14853 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14854 of ":$ptr_size" and set its form explicitly.
14855
14856 2015-04-15 Pedro Alves <palves@redhat.com>
14857 Yao Qi <yao.qi@linaro.org>
14858
14859 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14860 timeout by factor of 4.
14861 (test_regular_watch): Likewise.
14862 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14863 * gdb.reverse/sigall-reverse.exp: Likewise.
14864 * gdb.reverse/until-precsave.exp: Likewise.
14865 * lib/gdb.exp (with_timeout_factor): New proc.
14866 (gdb_expect): Move some code to ...
14867 (get_largest_timeout): ... here. New procedure.
14868
14869 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14870
14871 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14872
14873 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14874
14875 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14876 to write to the .text section.
14877
14878 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14879
14880 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14881 Handle the case of targets that do not provide PID information.
14882
14883 2015-04-13 Yao Qi <yao.qi@linaro.org>
14884
14885 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14886 and use expect instead of gdb_expect.
14887
14888 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14889
14890 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14891 "coredump_var_addr" to avoid naming conflict with other testcases.
14892
14893 2015-04-10 Pedro Alves <palves@redhat.com>
14894
14895 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14896 gdb_test_sequence and gdb_assert.
14897
14898 2015-04-10 Pedro Alves <palves@redhat.com>
14899
14900 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14901 test messages that don't include the breakpoint address.
14902
14903 2015-04-10 Yao Qi <yao.qi@linaro.org>
14904
14905 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14906 false for some offset and width combinations which aren't
14907 supported by linux kernel.
14908
14909 2015-04-10 Pedro Alves <palves@redhat.com>
14910
14911 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14912 procedure, factored out from ...
14913 (top level): ... here. Add "set displaced-stepping" testing axis.
14914 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14915 parameter "displaced". Use it.
14916 (top level): Use foreach and add "set displaced-stepping" testing
14917 axis.
14918
14919 2015-04-10 Pedro Alves <palves@redhat.com>
14920
14921 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14922 Remove comment.
14923 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14924 both the address of the instruction that triggers the watchpoint
14925 and the address of the instruction immediately after, and use
14926 those addresses for the test. Fix comment.
14927
14928 2015-04-10 Pedro Alves <palves@redhat.com>
14929
14930 * gdb.base/sigstep.exp (breakpoint_to_handler)
14931 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14932 Test "backtrace" in handler.
14933 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14934 (top level): Add new "displaced" test axis to
14935 breakpoint_to_handler, breakpoint_to_handler_entry and
14936 breakpoint_over_handler.
14937
14938 2015-04-10 Pedro Alves <palves@redhat.com>
14939
14940 PR gdb/18216
14941 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14942
14943 2015-04-10 Yao Qi <yao.qi@linaro.org>
14944
14945 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14946 (test_add_rn_pc): New function.
14947 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14948 (top level): Invoke test_add_rn_pc.
14949
14950 2015-04-10 Pedro Alves <palves@redhat.com>
14951
14952 PR gdb/13858
14953 * gdb.base/step-over-no-symbols.exp: New file.
14954
14955 2015-04-09 Andy Wingo <wingo@igalia.com>
14956
14957 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14958 after the Python tests.
14959
14960 2015-04-08 Keith Seitz <keiths@redhat.com>
14961
14962 PR python/16699
14963 * gdb.python/py-completion.exp: New tests for completion.
14964 * gdb.python/py-completion.py (CompleteLimit1): New class.
14965 (CompleteLimit2): Likewise.
14966 (CompleteLimit3): Likewise.
14967 (CompleteLimit4): Likewise.
14968 (CompleteLimit5): Likewise.
14969 (CompleteLimit6): Likewise.
14970 (CompleteLimit7): Likewise.
14971
14972 2015-04-08 Pedro Alves <palves@redhat.com>
14973
14974 PR gdb/18214
14975 PR gdb/18216
14976 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14977 function.
14978 (main): Install it as SIGUSR1 handler.
14979 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14980 parameter. Always use "setup" as prefix. Toggle "set
14981 displaced-stepping" off/on depending on global. Don't switch to
14982 thread 1 here.
14983 (top level): Add displaced stepping "off/on" test axis. Update
14984 "setup" calls. Wrap each subtest with with_test_prefix. Test
14985 continuing with a queued signal in each thread.
14986
14987 2015-04-08 Pedro Alves <palves@redhat.com>
14988
14989 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14990 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14991 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14992 Return early if running to main fails.
14993 * gdb.trace/while-stepping.exp: Likewise.
14994
14995 2015-04-07 Pedro Alves <palves@redhat.com>
14996
14997 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14998 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14999 interact with inferior program.
15000
15001 2015-04-07 Pedro Alves <palves@redhat.com>
15002
15003 * lib/gdb.exp (inferior_spawn_id): New global.
15004 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15005 spawn id after processing the user code.
15006 (default_gdb_start): Set inferior_spawn_id.
15007 (send_inferior): New procedure.
15008 * lib/gdbserver-support.exp (gdbserver_start): Set
15009 inferior_spawn_id.
15010 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15011
15012 2015-04-07 Pedro Alves <palves@redhat.com>
15013
15014 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15015 * lib/gdbserver-support.exp (gdbserver_start): Make
15016 $server_spawn_id global.
15017 (gdbserver_start): Don't wait for gdbserver's spawn id with
15018 expect_background.
15019 (close_gdbserver): New procedure.
15020 (gdb_exit): Rename the default version and reimplement.
15021
15022 2015-04-07 Pedro Alves <palves@redhat.com>
15023
15024 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15025 append the substituted item, not the original item.
15026
15027 2015-04-07 Pedro Alves <palves@redhat.com>
15028
15029 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15030 gdb_expect.
15031
15032 2015-04-07 Pedro Alves <palves@redhat.com>
15033
15034 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15035 output appearing once only.
15036
15037 2015-04-07 Pedro Alves <palves@redhat.com>
15038
15039 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15040 that doesn't expect anything. Return early if running to main
15041 fails.
15042
15043 2015-04-07 Yao Qi <yao.qi@linaro.org>
15044
15045 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15046 (child_function): Call alarm.
15047 (main): Move call to alarm into the loop.
15048 * gdb.threads/non-stop-fair-events.exp: Build program with
15049 -DTIMEOUT=$timeout.
15050
15051 2015-04-06 Doug Evans <xdje42@gmail.com>
15052
15053 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15054 Fix dest parameter to board_info.
15055 (fpc_compile): Ditto.
15056 (gdb_compile_pascal): Rename dest arg to destfile.
15057
15058 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15059
15060 * gdb.ada/funcall_ref.exp: New file.
15061 * gdb.ada/funcall_ref/foo.adb: New file.
15062
15063 2015-04-02 Yao Qi <yao.qi@linaro.org>
15064
15065 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15066 is remote.
15067
15068 2015-04-02 Gary Benson <gbenson@redhat.com>
15069
15070 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15071
15072 2015-04-01 Sasha Smundak <asmundak@google.com>
15073
15074 * gdb.python/py-unwind-maint.c: New file.
15075 * gdb.python/py-unwind-maint.exp: New test.
15076 * gdb.python/py-unwind-maint.py: New file.
15077 * gdb.python/py-unwind.c: New file.
15078 * gdb.python/py-unwind.exp: New test.
15079 * gdb.python/py-unwind.py: New test.
15080
15081 2015-04-01 Pedro Alves <palves@redhat.com>
15082
15083 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15084 to fail instead of non-existent $test.
15085
15086 2015-04-01 Pedro Alves <palves@redhat.com>
15087
15088 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15089 GDBFLAGS if not empty.
15090
15091 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15092
15093 * gdb.ada/complete.exp: Remove "multi_line".
15094 * gdb.ada/info_exc.exp: Remove "multi_line".
15095 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15096 * gdb.ada/ptype_field.exp: Remove "multi_line".
15097 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15098 * gdb.ada/tagged.exp: Remove "multi_line".
15099 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15100 [multi_line ...]
15101 * gdb.btrace/delta.exp: Likewise.
15102 * gdb.btrace/exception.exp: Likewise.
15103 * gdb.btrace/function_call_history.exp: Likewise.
15104 * gdb.btrace/instruction_history.exp: Likewise.
15105 * gdb.btrace/nohist.exp: Likewise.
15106 * gdb.btrace/record_goto.exp: Likewise.
15107 * gdb.btrace/segv.exp: Likewise.
15108 * gdb.btrace/stepi.exp: Likewise.
15109 * gdb.btrace/tailcall.exp: Likewise.
15110 * gdb.btrace/unknown_functions.exp: Likewise.
15111 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15112 * lib/gdb.exp: Add the "multi_line" helper.
15113
15114 2015-04-01 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.threads/tid-reuse.c: New file.
15117 * gdb.threads/tid-reuse.exp: New file.
15118
15119 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15120
15121 PR corefiles/16092
15122 * gdb.base/coredump-filter.c: New file.
15123 * gdb.base/coredump-filter.exp: Likewise.
15124
15125 2015-03-27 Petr Machata <pmachata@redhat.com>
15126
15127 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15128 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15129 (Dwarf::assemble): Initialize them.
15130 (Dwarf::lines): New function.
15131
15132 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15133
15134 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15135 SYMBOL_PREFIX for x86_64-*-cygwin.
15136
15137 2015-03-26 Andy Wingo <wingo@igalia.com>
15138
15139 PR symtab/18148
15140 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15141 const_value but not a location.
15142 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15143 location defined in non-main CUs are visible.
15144
15145 2015-03-26 Yao Qi <yao.qi@linaro.org>
15146
15147 PR testsuite/18139
15148 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15149 Add a line number entry for the same line.
15150 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15151 Add a line number entry for the same line.
15152
15153 2015-03-26 Yao Qi <yao.qi@linaro.org>
15154
15155 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15156 .int 0.
15157 (func): Likewise. Add .Lfunc_1 label.
15158 Use .Lfunc_1 label.
15159 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15160 .int 0.
15161 (func): Likewise.
15162 Use .Lfunc_1 label.
15163
15164 2015-03-26 Yao Qi <yao.qi@linaro.org>
15165
15166 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15167 Call gdb_compile instead to compile each .s files without debug
15168 information.
15169
15170 2015-03-26 Yao Qi <yao.qi@linaro.org>
15171
15172 * gdb.base/savedregs.exp (process_saved_regs): Make
15173 "Saved registers:" optional in the pattern.
15174
15175 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15176
15177 * gdb.btrace/next.exp: Merged into step.exp.
15178 * gdb.btrace/finish.exp: Merged into step.exp.
15179 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15180 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15181 "record goto" and checking the exact replay position.
15182 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15183 check for "Recording format" in "info record" output.
15184 * gdb.btrace/record_goto.exp: Choose test file based on target.
15185 * gdb.btrace/x86-record_goto.S: Renamed into ...
15186 * gdb.btrace/x86_64-record_goto.S: ... this.
15187 * gdb.btrace/i686-record_goto.S: New.
15188 * gdb.btrace/x86-tailcall.S: Renamed into ...
15189 * gdb.btrace/x86_64-tailcall.S: ... this.
15190 * gdb.btrace/i686-tailcall.S: New.
15191 * gdb.btrace/x86-tailcall.c: Renamed into ...
15192 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15193 separate statements. Update test.
15194 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15195 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15196 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15197 * gdb.btrace/tailcall.exp: Choose test file based on target.
15198 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15199
15200 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15201
15202 * gdb.btrace/exception.exp: Increase BTS buffer size.
15203
15204 2015-03-24 Pedro Alves <palves@redhat.com>
15205
15206 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15207
15208 2015-03-24 Pedro Alves <palves@redhat.com>
15209
15210 * gdb.threads/schedlock.exp (test_step): No longer expect that
15211 "set scheduler-locking step" with "next" over a function call runs
15212 threads unlocked.
15213
15214 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15215
15216 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15217
15218 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15219
15220 PR breakpoints/16466
15221 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15222 * gdb.mi/mi-pending.c (thread_func): New function.
15223 (int main): Add threading support required.
15224 * gdb.mi/mi-pending.exp: Add tests for this issue.
15225 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15226 (pendfunc2): Remove stdio dependency.
15227 * gdb.mi/mi-pendshr2.c: New file.
15228
15229 2015-03-23 Keith Seitz <keiths@redhat.com>
15230
15231 * gdb.linespec/keywords.c: New file.
15232 * gdb.linespec/keywords.exp: New file.
15233
15234 2015-03-23 Keith Seitz <keiths@redhat.com>
15235
15236 PR gdb/18021
15237 * gdb.dwarf2/staticvirtual.exp: New test.
15238
15239 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15240
15241 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15242 * README: Remove HP-UX and gdb.hp.
15243 (configuration):
15244 * configure: Regenerate.
15245 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15246 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15247 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15248 gdb.hp/gdb.defects/Makefile.
15249 * gdb.hp/Makefile.in: File deleted.
15250 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15251 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15252 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15253 * gdb.hp/gdb.aCC/run.c: File deleted.
15254 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15255 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15256 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15257 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15258 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15259 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15260 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15261 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15262 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15263 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15264 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15265 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15266 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15267 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15268 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15269 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15270 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15271 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15272 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15273 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15274 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15275 * gdb.hp/gdb.compat/average.c: File deleted.
15276 * gdb.hp/gdb.compat/sum.c: File deleted.
15277 * gdb.hp/gdb.compat/xdb.c: File deleted.
15278 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15279 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15280 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15281 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15282 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15283 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15284 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15285 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15286 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15287 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15288 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15289 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15290 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15291 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15292 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15293 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15294 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15295 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15296 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15297 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15298 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15299 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15300 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15301 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15302 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15303 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15304 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15305 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15306 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15307 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15308 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15309 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15310 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15311 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15312 * gdb.hp/tools/odump: File deleted.
15313
15314 2015-03-19 Pedro Alves <palves@redhat.com>
15315
15316 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15317 (saw_thread_3): New globals.
15318 (top level): Increment them when an event for the corresponding
15319 thread is seen.
15320 (no thread starvation): New test.
15321
15322 2015-03-19 Pedro Alves <palves@redhat.com>
15323
15324 * gdb.threads/continue-pending-status.c: New file.
15325 * gdb.threads/continue-pending-status.exp: New file.
15326
15327 2015-03-18 Pedro Alves <palves@redhat.com>
15328
15329 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15330 Use gdb_is_target_remote instead of is_remote. Use
15331 gdb_test_multiple instead of gdb_expect. Exit early if
15332 gdb_test_multiple hits its internal matches. Tighten stepi tests
15333 expected output. Fail on exit with any signal, instead of just
15334 SIGILL.
15335
15336 2015-03-18 Yao Qi <yao.qi@linaro.org>
15337
15338 PR tdep/18107
15339 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15340 variable.
15341 * gdb.base/catch-syscall.exp: Don't skip it on
15342 aarch64*-*-linux* target. Remove elements in all_syscalls.
15343 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15344 target.
15345 (setup_all_syscalls): New proc.
15346
15347 2015-03-16 Yao Qi <yao.qi@linaro.org>
15348
15349 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15350 (top level): Skip tests if valid_addr_p returns false for
15351 $cmd1 or $cmd2.
15352
15353 2015-03-11 Andy Wingo <wingo@igalia.com>
15354
15355 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15356
15357 2015-03-11 Yao Qi <yao.qi@linaro.org>
15358
15359 * gdb.base/catch-syscall.exp: Fix typo in comments.
15360
15361 2015-03-11 Yao Qi <yao.qi@linaro.org>
15362
15363 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15364
15365 2015-03-09 Pedro Alves <palves@redhat.com>
15366
15367 * dg-extract-results.py: Delete.
15368
15369 2015-03-09 Pedro Alves <palves@redhat.com>
15370
15371 Merge dg-extract-results.sh from GCC upstream (r218843).
15372
15373 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15374 * dg-extract-results.sh: Use --text with grep to avoid issues with
15375 binary files. Fall back to cat -v, if that doesn't work.
15376
15377 2015-03-05 Pedro Alves <palves@redhat.com>
15378
15379 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15380
15381 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15382
15383 * lib/mi-support.exp (mi_expect_interrupt): Accept
15384 alternative event for when in all-stop mode.
15385
15386 2015-03-04 Pedro Alves <palves@redhat.com>
15387
15388 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15389
15390 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15391
15392 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15393
15394 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15395
15396 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15397 regexps for GDB's current line display, accept a hex address
15398 preceding the line number.
15399
15400 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15401
15402 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15403 the 'arch1' variable for "s390*-linux*" targets.
15404
15405 2015-03-04 Pedro Alves <palves@redhat.com>
15406
15407 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15408 (main): Pass missing retval argument to pthread_join call.
15409
15410 2015-03-02 Pedro Alves <palves@redhat.com>
15411
15412 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15413 (top level): Call do_test with non-stop as well.
15414
15415 2015-03-02 Pedro Alves <palves@redhat.com>
15416
15417 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15418 -1.
15419
15420 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15421
15422 * gdb.arch/s390-vregs.exp: New test.
15423 * gdb.arch/s390-vregs.S: New file.
15424
15425 2015-02-27 Pedro Alves <palves@redhat.com>
15426
15427 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15428 call to catch_command_errors.
15429 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15430 catch_command_errors.
15431
15432 2015-02-27 Pedro Alves <palves@redhat.com>
15433
15434 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15435 "true" for boolean result.
15436 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15437 prototype of main.
15438
15439 2015-02-27 Pedro Alves <palves@redhat.com>
15440
15441 * lib/unbuffer_output.c: New file.
15442 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15443 (main): Call gdb_unbuffer_output.
15444
15445 2015-02-27 Yao Qi <yao.qi@linaro.org>
15446
15447 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15448 target.
15449
15450 2015-02-26 Doug Evans <dje@google.com>
15451
15452 * gdb.cp/class2.cc (Dbase, D): New classes.
15453 (main): New local delta.
15454 * gdb.cp/class2.exp: Test printing delta.
15455 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15456 (dynbar): New global.
15457 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15458
15459 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15460
15461 * gdb.compile/compile-ifunc.c: New file.
15462 * gdb.compile/compile-ifunc.exp: New file.
15463
15464 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15465
15466 * gdb.base/structs.exp: Check for correct struct on finish.
15467
15468 2015-02-26 Yao Qi <yao.qi@linaro.org>
15469
15470 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15471 is zero.
15472
15473 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15474
15475 * gdb.arch/cordic.ko.bz2: New file.
15476 * gdb.arch/cordic.ko.debug.bz2: New file.
15477 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15478
15479 2015-02-25 Yao Qi <yao.qi@linaro.org>
15480
15481 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15482 aarch64*-*-* target.
15483
15484 2015-02-23 Pedro Alves <palves@redhat.com>
15485
15486 * lib/gdb.exp (delete_breakpoints): Rewrite using
15487 gdb_test_multiple.
15488
15489 2015-02-23 Pedro Alves <palves@redhat.com>
15490
15491 * gdb.base/info-os.c: Include stdlib.h.
15492
15493 2015-02-22 Doug Evans <xdje42@gmail.com>
15494
15495 PR symtab/17855
15496 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15497 is read after symbols have been re-read.
15498 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15499 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15500
15501 2015-02-21 Doug Evans <dje@google.com>
15502
15503 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15504
15505 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15506
15507 PR corefiles/17808
15508 * gdb.arch/i386-biarch-core.core.bz2: New file.
15509 * gdb.arch/i386-biarch-core.exp: New file.
15510
15511 2015-02-21 Pedro Alves <palves@redhat.com>
15512
15513 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15514 runto_main fails.
15515
15516 2015-02-20 Pedro Alves <palves@redhat.com>
15517
15518 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15519 info probes.
15520
15521 2015-02-20 Pedro Alves <palves@redhat.com>
15522
15523 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15524
15525 2015-02-20 Pedro Alves <palves@redhat.com>
15526
15527 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15528 clean_restart before gdb_target_supports_trace.
15529
15530 2015-02-20 Pedro Alves <palves@redhat.com>
15531
15532 PR threads/18006
15533 * gdb.threads/clone-thread_db.c: New file.
15534 * gdb.threads/clone-thread_db.exp: New file.
15535
15536 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15537
15538 PR breakpoints/16812
15539 * gdb.base/catch-gdb-caused-signals.c: New file.
15540 * gdb.base/catch-gdb-caused-signals.exp: New file.
15541
15542 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15543
15544 * configure: Regenerated.
15545 * configure.ac: Use GDB_AC_TRANSFORM.
15546 * aclocal.m4: sinclude ../transform.m4.
15547
15548 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15549
15550 * lib/dtrace.exp: New file.
15551 * gdb.base/dtrace-probe.exp: Likewise.
15552 * gdb.base/dtrace-probe.d: Likewise.
15553 * gdb.base/dtrace-probe.c: Likewise.
15554 * lib/pdtrace.in: Likewise.
15555 * configure.ac: Output variables with the transformed names of
15556 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15557 * configure: Regenerated.
15558
15559 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15560
15561 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15562 expected message when trying to access $_probe_* convenience
15563 variables while not on a probe.
15564
15565 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15566
15567 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15568
15569 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15570
15571 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15572 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15573
15574 2015-02-10 Doug Evans <xdje42@gmail.com>
15575
15576 * lib/gdb.exp (gdb_load): Always return a result.
15577
15578 2015-02-10 Pedro Alves <palves@redhat.com>
15579
15580 * gdb.threads/signal-sigtrap.c: New file.
15581 * gdb.threads/signal-sigtrap.exp: New file.
15582
15583 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15584
15585 * gdb.trace/no-attach-trace.c: New file.
15586 * gdb.trace/no-attach-trace.exp: New file.
15587
15588 2015-02-09 Mark Wielaard <mjw@redhat.com>
15589
15590 * gdb.dwarf2/atomic.c: New file.
15591 * gdb.dwarf2/atomic-type.exp: Likewise.
15592
15593 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15594
15595 * gdb.btrace/buffer-size.exp: Update "info record" output.
15596 * gdb.btrace/delta.exp: Update "info record" output.
15597 * gdb.btrace/enable.exp: Update "info record" output.
15598 * gdb.btrace/finish.exp: Update "info record" output.
15599 * gdb.btrace/instruction_history.exp: Update "info record" output.
15600 * gdb.btrace/next.exp: Update "info record" output.
15601 * gdb.btrace/nexti.exp: Update "info record" output.
15602 * gdb.btrace/step.exp: Update "info record" output.
15603 * gdb.btrace/stepi.exp: Update "info record" output.
15604 * gdb.btrace/nohist.exp: Update "info record" output.
15605
15606 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15607
15608 * gdb.btrace/buffer-size: New.
15609
15610 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15611
15612 * gdb.btrace/delta.exp: Update "info record" output.
15613 * gdb.btrace/enable.exp: Update "info record" output.
15614 * gdb.btrace/finish.exp: Update "info record" output.
15615 * gdb.btrace/instruction_history.exp: Update "info record" output.
15616 * gdb.btrace/next.exp: Update "info record" output.
15617 * gdb.btrace/nexti.exp: Update "info record" output.
15618 * gdb.btrace/step.exp: Update "info record" output.
15619 * gdb.btrace/stepi.exp: Update "info record" output.
15620 * gdb.btrace/nohist.exp: Update "info record" output.
15621
15622 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15623
15624 PR gdb/15678
15625 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15626
15627 2015-02-06 Pedro Alves <palves@redhat.com>
15628
15629 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15630 macro.
15631 (seconds_left, again): New globals.
15632 (main): Wait seconds_left in a 1-second sleep loop instead of
15633 sleeping 180 seconds. If 'again' is set, reset the seconds
15634 counter.
15635 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15636 'again' in the inferior before detaching. Print the seconds left.
15637 (options): New global.
15638 (top level): Build program with -DTIMEOUT=$timeout.
15639
15640 2015-02-06 Pedro Alves <palves@redhat.com>
15641
15642 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15643 determine how many seconds to pass to 'alarm'.
15644 * gdb.base/gdb-sigterm.exp (top level): Build program with
15645 -DTIMEOUT=$timeout.
15646 (do_test): Return success/failure indication. Add more verbose
15647 logging. Don't fail if 200 single steps are seen. Instead, fail
15648 when the test times out.
15649 (passes): New global.
15650 (top level): Break the testing loop if testing fails on any
15651 iteration. Use gdb_assert.
15652
15653 2015-02-04 Don Breazeal <donb@codesourcery.com>
15654
15655 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15656 and initialize them.
15657 (ipc_cleanup): New function.
15658 (main): Don't declare shmid, semid, and msqid. Add a call to
15659 atexit so that we call ipc_cleanup on exit.
15660
15661 2015-02-04 Pedro Alves <palves@redhat.com>
15662
15663 * boards/native-extended-gdbserver.exp: Remove any target variant
15664 specifications from the board name before clearing the isremote
15665 flag from board_info.
15666
15667 2015-01-31 Doug Evans <xdje42@gmail.com>
15668
15669 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15670
15671 2015-01-31 Gary Benson <gbenson@redhat.com>
15672
15673 * gdb.base/completion.exp: Disable completion limiting for
15674 existing tests. Add new tests to check completion limiting.
15675 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15676
15677 2015-01-31 Doug Evans <xdje42@gmail.com>
15678
15679 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15680
15681 2015-01-31 Doug Evans <xdje42@gmail.com>
15682
15683 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15684 entries. Duplicate file section script entries.
15685 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15686 inlined entries. Add test for safe-path rejection.
15687 * gdb.python/py-section-script.c: Add duplicate inlined section script
15688 entries. Duplicate file section script entries.
15689 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15690 inlined entries. Add test for safe-path rejection.
15691
15692 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15693
15694 * gdb.ada/disc_arr_bound: New testcase.
15695
15696 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15697
15698 * gdb.ada/mi_var_array: New testcase.
15699
15700 2015-01-27 Doug Evans <dje@google.com>
15701
15702 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15703 Add test for objfile.filename, objfile.username after objfile
15704 has been unloaded.
15705
15706 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15707
15708 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15709 the second test to print the name attribute of value
15710 returned by the call to gdb.lookup_type, and adjust
15711 the expected output accordingly.
15712
15713 2015-01-25 Mark Wielaard <mjw@redhat.com>
15714
15715 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15716 * gdb.base/disp-step-fork.c: Include unistd.h.
15717 * gdb.base/siginfo-obj.c: Include stdio.h.
15718 * gdb.base/siginfo-thread.c: Likewise.
15719 * gdb.mi/non-stop.c: Include unistd.h.
15720 * gdb.mi/nsthrexec.c: Include stdio.h.
15721 * gdb.mi/pthreads.c: Include unistd.h.
15722 * gdb.modula2/unbounded1.c (main): Declare returns int.
15723 * gdb.reverse/consecutive-reverse.c: Likewise.
15724 * gdb.threads/create-fail.c: Include unistd.h.
15725 * gdb.threads/killed.c: Likewise.
15726 * gdb.threads/linux-dp.c: Likewise.
15727 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15728 * gdb.threads/non-ldr-exc-2.c: Likewise.
15729 * gdb.threads/non-ldr-exc-3.c: Likewise.
15730 * gdb.threads/non-ldr-exc-4.c: Likewise.
15731 * gdb.threads/pthreads.c: Include unistd.h.
15732 (main): Declare returns int.
15733 * gdb.threads/tls-main.c (foo): New declaration.
15734 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15735
15736 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15737
15738 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15739 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15740
15741 2015-01-15 Mark Wielaard <mjw@redhat.com>
15742
15743 * gdb.base/noreturn-return.c: New file.
15744 * gdb.base/noreturn-return.exp: New file.
15745 * gdb.base/noreturn-finish.c: New file.
15746 * gdb.base/noreturn-finish.exp: New file.
15747
15748 2015-01-23 Pedro Alves <palves@redhat.com>
15749
15750 * gdb.threads/continue-pending-after-query.c: New file.
15751 * gdb.threads/continue-pending-after-query.exp: New file.
15752
15753 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15754 Simon Marchi <simon.marchi@ericsson.com>
15755
15756 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15757 * gdb.base/valgrind-db-attach.exp: Same.
15758 * gdb.base/valgrind-infcall.exp: Same.
15759 * lib/mi-support.exp (default_mi_gdb_start): Same.
15760 * lib/prompt.exp (default_prompt_gdb_start): Same.
15761 * lib/gdb.exp (default_gdb_spawn): Same.
15762 (gdb_interact): New.
15763
15764
15765 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15766
15767 * gdb.compile/compile.exp (pointer to jit function): New test.
15768
15769 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15770
15771 * lib/gdb.exp (supports_process_record): Return true for
15772 powerpc*-*-linux*.
15773 (supports_reverse): Likewise.
15774
15775 2015-01-15 Don Breazeal <donb@codesourcery.com>
15776
15777 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15778 instead of checking whether the target board is remote and
15779 use spawn_wait_for_attach instead of exec/sleep.
15780 * gdb.base/attach-twice.exp: Likewise.
15781
15782 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15783
15784 * gdb.ada/var_arr_attrs: New testcase.
15785
15786 2015-01-14 Pedro Alves <palves@redhat.com>
15787 Joel Brobecker <brobecker@adacore.com>
15788
15789 PR gdb/17525
15790 * gdb.base/bp-cmds-execution-x-script.c: New file.
15791 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15792 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15793
15794 2015-01-14 Pedro Alves <palves@redhat.com>
15795
15796 PR cli/17828
15797 * gdb.base/batch-preserve-term-settings.c: New file.
15798 * gdb.base/batch-preserve-term-settings.exp: New file.
15799
15800 2015-01-13 Doug Evans <dje@google.com>
15801
15802 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15803 binary.
15804
15805 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15806
15807 * Makefile.in (clean mostlyclean): Do not delete *.py.
15808
15809 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15810
15811 * gdb.python/py-lookup-type.exp: New file.
15812
15813 2015-01-12 Pedro Alves <palves@redhat.com>
15814
15815 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15816 restore GDBFLAGS before returning.
15817
15818 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15819
15820 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15821 is_amd64_regs_target and is_x86_like_target.
15822
15823 2015-01-11 Doug Evans <xdje42@gmail.com>
15824
15825 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15826 is given without an explicit form.
15827 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15828 attributes.
15829 * gdb.dwarf/corrupt.exp: Ditto.
15830 * gdb.dwarf2/enum-type.exp: Ditto.
15831 * gdb.trace/entry-values.exp: Ditto.
15832 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15833
15834 2015-01-11 Doug Evans <xdje42@gmail.com>
15835
15836 PR gdb/15830
15837 * gdb.base/maint.exp: Remove references to "maint demangle".
15838 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15839 Add tests for explicitly specifying language to demangle.
15840 * gdb.dlang/demangle.exp: Ditto.
15841
15842 2015-01-09 Pedro Alves <palves@redhat.com>
15843
15844 * gdb.threads/non-stop-fair-events.c: New file.
15845 * gdb.threads/non-stop-fair-events.exp: New file.
15846
15847 2015-01-09 Pedro Alves <palves@redhat.com>
15848
15849 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15850 the global scope. Set a breakpoint after all threads are started
15851 rather than stepping over two source lines. Expect the prompt.
15852 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15853 global.
15854 (NUM): Now 15.
15855 (main): Use threads_started_barrier to wait for all threads to
15856 start. Main thread no longer calls thread_function. Exit after
15857 180 seconds.
15858 (loop): New function.
15859 (thread_function): Wait on threads_started_barrier barrier. Call
15860 'loop' at each iteration.
15861 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15862 threads have started, instead of hardcoding number of "next"
15863 steps. Use an access watchpoint instead of a write watchpoint.
15864
15865 2015-01-09 Pedro Alves <palves@redhat.com>
15866
15867 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15868 (thread_func): Wait on barrier.
15869 (main): Wait for all threads to start before stopping GDB.
15870 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15871 global.
15872 (thread1_func, thread2_func): Wait on barrier.
15873 (main): Wait for all threads to start before stopping GDB.
15874 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15875 New global.
15876 (thread1_func, thread2_func): Wait on barrier.
15877 (main): Wait for all threads to start before stopping GDB.
15878
15879 2015-01-09 Pedro Alves <palves@redhat.com>
15880
15881 * gdb.threads/attach-many-short-lived-threads.c: New file.
15882 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15883
15884 2014-01-09 Pedro Alves <palves@redhat.com>
15885
15886 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15887 instead of to thread 2.
15888 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15889 Add barrier around each pthread_create call instead of around all
15890 calls.
15891 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15892 Set a break on thread_function and have the child threads hit it
15893 one at at a time.
15894
15895 2015-01-09 Pedro Alves <palves@redhat.com>
15896
15897 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15898 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15899 false.
15900 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15901 checking whether the target board is remote.
15902 * gdb.multi/multi-attach.exp: Likewise.
15903 * gdb.python/py-sync-interp.exp: Likewise.
15904 * gdb.server/ext-attach.exp: Likewise.
15905 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15906 tests that need to attach, instead of checking whether the target
15907 board is remote at the top of the file.
15908
15909 2015-01-08 Yao Qi <yao@codesourcery.com>
15910
15911 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15912
15913 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15914
15915 Fix testcase compilation.
15916 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15917
15918 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15919
15920 * gdb.python/py-type.exp: Add a couple test about empty
15921 array creation, and negative-length array creation.
15922
15923 2015-01-02 Doug Evans <xdje42@gmail.com>
15924
15925 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15926
15927 2015-01-02 Doug Evans <dje@google.com>
15928
15929 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15930
15931 2014-12-29 Yao Qi <yao@codesourcery.com>
15932
15933 * gdb.trace/entry-values.exp: Update comments. Rename variable
15934 bar_call_foo to returned_from_foo.
15935
15936 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15937
15938 PR gdb/17394
15939 * gdb.linespec/break-asm-file.c: New file.
15940 * gdb.linespec/break-asm-file.exp: New file.
15941 * gdb.linespec/break-asm-file0.s: New file.
15942 * gdb.linespec/break-asm-file1.s: New file.
15943
15944 2014-12-18 Nigel Stephens <nigel@mips.com>
15945 Maciej W. Rozycki <macro@codesourcery.com>
15946
15947 * gdb.base/float.exp: Handle the new output from "info float" on
15948 MIPS targets.
15949
15950 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15951
15952 Fix MinGW compilation.
15953 * gdb.compile/compile-ops.exp: Update untested message if
15954 !skip_compile_feature_tests.
15955 * gdb.compile/compile-setjmp.exp: Likewise.
15956 * gdb.compile/compile-tls.exp: Likewise.
15957 * gdb.compile/compile.exp: Likewise.
15958 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15959 supported on this host".
15960
15961 2014-12-16 Doug Evans <xdje42@gmail.com>
15962
15963 * boards/stabs.exp: New file.
15964
15965 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15966
15967 * gdb.base/completion.exp: Adjust to format changes of "maint
15968 print user-registers".
15969
15970 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15971
15972 PR server/17457
15973 * gdb.arch/aarch64-fp.c: New file.
15974 * gdb.arch/aarch64-fp.exp: New file.
15975
15976 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15977
15978 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15979 r210637, r210913, r211666, r215400, r215817).
15980
15981 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15982 * dg-extract-results.py: New file.
15983 * dg-extract-results.sh: Use it if the environment seems
15984 suitable.
15985
15986 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15987
15988 * dg-extract-results.py (parse_run): Handle warnings that
15989 are printed before a test harness is run.
15990
15991 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15992
15993 * dg-extract-results.py (Named): Remove __cmp__ method.
15994 (output_variation): Use a key to sort variation.harnesses.
15995
15996 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15997
15998 * dg-extract-results.py: For Python 3, force sys.stdout to
15999 handle surrogate escape sequences.
16000 (safe_open): New function.
16001 (output_segment, main): Use it.
16002
16003 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16004
16005 * dg-extract-results.py (Prog.result_re): Include options
16006 in test name.
16007
16008 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16009
16010 * dg-extract-results.py (output_variation): Always sort if
16011 do_sum.
16012
16013 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16014
16015 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16016 as long as we get pagination notifications.
16017
16018 2014-12-15 Jason Merrill <jason@redhat.com>
16019
16020 * Makefile.in (check-gdb.%): Restore.
16021 * README: Mention it.
16022
16023 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16024
16025 * gdb.ada/str_uninit: New testcase.
16026
16027 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16028
16029 PR symtab/17642
16030 * gdb.base/vla-stub-define.c: New file.
16031 * gdb.base/vla-stub.c: New file.
16032 * gdb.base/vla-stub.exp: New file.
16033
16034 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16035 Jan Kratochvil <jan.kratochvil@redhat.com>
16036 Tom Tromey <tromey@redhat.com>
16037
16038 * configure.ac: Add gdb.compile/.
16039 * configure: Regenerate.
16040 * gdb.compile/Makefile.in: New file.
16041 * gdb.compile/compile-ops.exp: New file.
16042 * gdb.compile/compile-ops.c: New file.
16043 * gdb.compile/compile-tls.c: New file.
16044 * gdb.compile/compile-tls.exp: New file.
16045 * gdb.compile/compile-constvar.S: New file.
16046 * gdb.compile/compile-constvar.c: New file.
16047 * gdb.compile/compile-mod.c: New file.
16048 * gdb.compile/compile-nodebug.c: New file.
16049 * gdb.compile/compile-setjmp-mod.c: New file.
16050 * gdb.compile/compile-setjmp.c: New file.
16051 * gdb.compile/compile-setjmp.exp: New file.
16052 * gdb.compile/compile-shlib.c: New file.
16053 * gdb.compile/compile.c: New file.
16054 * gdb.compile/compile.exp: New file.
16055 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16056
16057 2014-12-12 Tom Tromey <tromey@redhat.com>
16058
16059 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16060 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16061
16062 2014-12-12 Doug Evans <dje@google.com>
16063
16064 * lib/gdb-python.exp (get_python_valueof): New function.
16065 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16066
16067 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16068
16069 * gdb.base/completion.exp: Add test for completion of "info
16070 registers ".
16071
16072 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16073
16074 * gdb.base/func-ptrs.c: New file.
16075 * gdb.base/func-ptrs.exp: New file.
16076
16077 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16078
16079 PR breakpoints/17012
16080 * gdb.base/dprintf-detach.c: New file.
16081 * gdb.base/dprintf-detach.exp: New file.
16082
16083 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16084
16085 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16086 * lib/gdb.exp (target_is_gdbserver): New procedure.
16087
16088 2014-12-08 Doug Evans <dje@google.com>
16089
16090 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16091
16092 2014-12-05 Yao Qi <yao@codesourcery.com>
16093
16094 * gdb.guile/scm-error.exp: Remove the third argument to
16095 gdb_remote_download.
16096 * gdb.guile/scm-frame-args.exp: Likewise.
16097 * gdb.guile/scm-section-script.exp: Likewise.
16098
16099 2014-12-05 Yao Qi <yao@codesourcery.com>
16100
16101 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16102
16103 2014-12-04 Doug Evans <dje@google.com>
16104
16105 * gdb.python/py-objfile.exp: Add tests for
16106 objfile.add_separate_debug_file.
16107
16108 2014-12-04 Doug Evans <dje@google.com>
16109
16110 * lib/gdb.exp (get_build_id): New function.
16111 (build_id_debug_filename_get): Rewrite to use it.
16112 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16113
16114 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16115
16116 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16117 `method(long)', not just 0x0.
16118 * gdb.cp/nsalias.exp: Align code labels to 4.
16119 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16120 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16121 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16122 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16123 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16124 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16125
16126 2014-12-02 Doug Evans <dje@google.com>
16127
16128 PR symtab/17602
16129 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16130 * gdb.cp/anon-ns2.cc: ... here. New file.
16131 * gdb.cp/anon-ns.exp: Update.
16132
16133 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16134
16135 * gdb.python/py-events.py (inferior_call_handler): New.
16136 (register_changed_handler, memory_changed_handler): New.
16137 (test_events.invoke): Register new handlers.
16138 * gdb.python/py-events.exp: Add tests for inferior call,
16139 memory_changed and register_changed events.
16140
16141 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16142
16143 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16144 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16145 if the linker doesn't understand this.
16146
16147 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16148
16149 * gdb.python/python.exp: Change expected reply to help().
16150
16151 2014-12-01 Yao Qi <yao@codesourcery.com>
16152
16153 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16154 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16155 * configure: Re-generated.
16156
16157 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16158
16159 * gdb.cp/chained-calls.cc: New file.
16160 * gdb.cp/chained-calls.exp: New file.
16161 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16162
16163 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16164
16165 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16166 * gdb.dwarf2/symtab-producer.exp: Same.
16167 * gdb.gdb/python-interrupts.exp: Same.
16168 * gdb.gdb/python-selftest.exp: Same.
16169 * gdb.python/py-linetable.exp: Same.
16170 * gdb.python/py-type.exp: Same.
16171 * gdb.python/py-value-cc.exp: Same.
16172 * gdb.python/py-value.exp: Same.
16173
16174 2014-11-28 Yao Qi <yao@codesourcery.com>
16175
16176 * gdb.base/break-probes.exp: Match library name prefixed with
16177 sysroot.
16178
16179 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16180
16181 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16182 test expected output. Add parentheses for the call to print.
16183 Remove L suffix from integers.
16184
16185 2014-11-26 Doug Evans <dje@google.com>
16186
16187 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16188
16189 2014-11-22 Yao Qi <yao@codesourcery.com>
16190
16191 * gdb.trace/entry-values.c: Remove asms.
16192 (foo): Add foo_label.
16193 (bar): Add bar_label.
16194 * gdb.trace/entry-values.exp: Remove code computing foo's
16195 length and bar's length.
16196 (Dwarf::assemble): Invoke function_range for bar and use
16197 MACRO_AT_func for foo.
16198
16199 2014-11-22 Yao Qi <yao@codesourcery.com>
16200
16201 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16202 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16203 Use .Lgcc43_procstart instead of gcc43.
16204
16205 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16206
16207 * gdb.ada/n_arr_bound: New testcase.
16208
16209 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16210
16211 PR breakpoints/10737
16212 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16213 test_catch_syscall_multi_arch.
16214 (test_catch_syscall_multi_arch): New function.
16215
16216 2014-11-20 Doug Evans <xdje42@gmail.com>
16217
16218 * gdb.base/maint.exp: Update expected output.
16219
16220 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16221
16222 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16223 4-byte instruction on S390.
16224
16225 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16226
16227 * gdb.ada/arr_arr: New testcase.
16228
16229 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16230
16231 * gdb.ada/pkd_arr_elem: New Testcase.
16232
16233 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16234
16235 * gdb.reverse/break-precsave: Expect completion message for
16236 core file reads.
16237 * gdb.reverse/consecutive-precsave.exp: Likewise.
16238 * gdb.reverse/finish-precsave.exp: Likewise.
16239 * gdb.reverse/i386-precsave.exp: Likewise.
16240 * gdb.reverse/machinestate-precsave.exp: Likewise.
16241 * gdb.reverse/sigall-precsave.exp: Likewise.
16242 * gdb.reverse/solib-precsave.exp: Likewise.
16243 * gdb.reverse/step-precsave.exp: Likewise.
16244 * gdb.reverse/until-precsave.exp: Likewise.
16245 * gdb.reverse/watch-precsave.exp: Likewise.
16246
16247 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16248
16249 * gdb.base/bp-permanent.c: Include unistd.h.
16250 * gdb.python/py-framefilter-mi.c (main): Add return type.
16251 * gdb.python/py-framefilter.c (main): Likewise.
16252 * gdb.trace/actions-changed.c (main): Likewise.
16253
16254 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16255
16256 * gdb.mi/until.c: Add eye-catchers.
16257 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16258 line numbers.
16259
16260 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16261
16262 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16263 function header variants in break1.c.
16264 * gdb.base/ena-dis-br.exp: Likewise.
16265 * gdb.base/hbreak2.exp: Likewise.
16266 * gdb.reverse/until-precsave.exp: Drop references to removed
16267 non-prototype function header variants in ur1.c.
16268 * gdb.reverse/until-reverse.exp: Likewise.
16269
16270 2014-11-17 Petr Machata <pmachata@redhat.com>
16271
16272 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16273 ${_cu_offset_size} bytes abbrev offset.
16274
16275 2014-11-15 Doug Evans <xdje42@gmail.com>
16276
16277 PR symtab/17559
16278 * gdb.base/line-symtabs.exp: New file.
16279 * gdb.base/line-symtabs.c: New file.
16280 * gdb.base/line-symtabs.h: New file.
16281
16282 2014-11-14 Yao Qi <yao@codesourcery.com>
16283
16284 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16285 (func): Add label func_label.
16286 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16287 Replace low_pc and high_pc with MACRO_AT_range.
16288 Replace name, low_pc and high_pc with MACRO_AT_func.
16289
16290 2014-11-14 Yao Qi <yao@codesourcery.com>
16291
16292 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16293 Replace name, low_pc and high_pc with MACRO_AT_func.
16294
16295 2014-11-14 Yao Qi <yao@codesourcery.com>
16296
16297 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16298 produce debug information.
16299 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16300
16301 2014-11-14 Yao Qi <yao@codesourcery.com>
16302
16303 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16304 object and get function length.
16305 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16306 with MACRO_AT_func.
16307 (top-level): Replace gdb_compile and clean_restart with
16308 prepare_for_testing.
16309 * gdb.dwarf2/main.c (main): Add label main_label.
16310
16311 2014-11-14 Yao Qi <yao@codesourcery.com>
16312
16313 * lib/dwarf.exp (function_range): New procedure.
16314 (Dwarf::_handle_macro_at_func): New procedure.
16315 (Dwarf::_handle_macro_at_range): New procedure.
16316 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16317
16318 2014-11-14 Yao Qi <yao@codesourcery.com>
16319
16320 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16321 (_handle_attribute): New procedure.
16322
16323 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16324
16325 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16326 * gdb.base/call-sc.c (zed): Likewise.
16327 * gdb.base/checkpoint.c (main): Likewise.
16328 * gdb.base/dump.c (main): Likewise.
16329 * gdb.base/gcore.c (main): Likewise.
16330 * gdb.base/huge.c (main): Likewise.
16331 * gdb.base/multi-forks.c (main): Likewise.
16332 * gdb.base/pr10179-a.c (main): Likewise.
16333 * gdb.base/savedregs.c (main): Likewise.
16334 * gdb.base/sigaltstack.c (main): Likewise.
16335 * gdb.base/siginfo.c (main): Likewise.
16336 * gdb.base/structs.c (zed): Likewise.
16337 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16338 * gdb.mi/mi-syn-frame.c (main): Likewise.
16339 * gdb.mi/until.c (foo, main): Likewise.
16340 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16341 * gdb.base/solib-weak.c (foo): Declare.
16342 * gdb.base/attach-twice.c: Include stdio.h.
16343 * gdb.base/weaklib1.c: Likewise.
16344 * gdb.base/weaklib2.c: Likewise.
16345 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16346 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16347 unistd.h.
16348 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16349 * gdb.mi/mi-exit-code.c: Likewise.
16350 * gdb.base/break-interp-lib.c: Include string.h.
16351 * gdb.base/coremaker.c: Likewise.
16352 * gdb.base/testenv.c: Likewise.
16353 * gdb.python/py-finish-breakpoint.c: Likewise.
16354 * gdb.base/inferior-died.c: Include sys/wait.h.
16355 * gdb.base/fileio.c: Include time.h.
16356 * gdb.base/async-shell.c: Include unistd.h.
16357 * gdb.base/dprintf-non-stop.c: Likewise.
16358 * gdb.base/info-os.c: Likewise.
16359 * gdb.mi/mi-console.c: Likewise.
16360 * gdb.mi/watch-nonstop.c: Likewise.
16361 * gdb.python/py-events.c: Likewise.
16362 * gdb.base/async.c (baz): Move up before its invocation.
16363 * gdb.base/code_elim2.c (my_global_func): Likewise.
16364 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16365 * gdb.base/advance.c (func2): Likewise.
16366
16367 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16368
16369 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16370 variant.
16371 * gdb.base/annota3.c: Likewise.
16372 * gdb.base/async.c: Likewise.
16373 * gdb.base/average.c: Likewise.
16374 * gdb.base/call-ar-st.c: Likewise.
16375 * gdb.base/call-rt-st.c: Likewise.
16376 * gdb.base/call-sc.c: Likewise.
16377 * gdb.base/call-strs.c: Likewise.
16378 * gdb.base/ending-run.c: Likewise.
16379 * gdb.base/execd-prog.c: Likewise.
16380 * gdb.base/exprs.c: Likewise.
16381 * gdb.base/foll-exec.c: Likewise.
16382 * gdb.base/foll-fork.c: Likewise.
16383 * gdb.base/foll-vfork.c: Likewise.
16384 * gdb.base/funcargs.c: Likewise.
16385 * gdb.base/gcore.c: Likewise.
16386 * gdb.base/jump.c: Likewise.
16387 * gdb.base/langs0.c: Likewise.
16388 * gdb.base/langs1.c: Likewise.
16389 * gdb.base/langs2.c: Likewise.
16390 * gdb.base/mips_pro.c: Likewise.
16391 * gdb.base/nodebug.c: Likewise.
16392 * gdb.base/opaque0.c: Likewise.
16393 * gdb.base/opaque1.c: Likewise.
16394 * gdb.base/recurse.c: Likewise.
16395 * gdb.base/run.c: Likewise.
16396 * gdb.base/scope0.c: Likewise.
16397 * gdb.base/scope1.c: Likewise.
16398 * gdb.base/setshow.c: Likewise.
16399 * gdb.base/setvar.c: Likewise.
16400 * gdb.base/shmain.c: Likewise.
16401 * gdb.base/shr1.c: Likewise.
16402 * gdb.base/shr2.c: Likewise.
16403 * gdb.base/sigall.c: Likewise.
16404 * gdb.base/signals.c: Likewise.
16405 * gdb.base/so-indr-cl.c: Likewise.
16406 * gdb.base/solib2.c: Likewise.
16407 * gdb.base/structs.c: Likewise.
16408 * gdb.base/sum.c: Likewise.
16409 * gdb.base/vforked-prog.c: Likewise.
16410 * gdb.base/watchpoint.c: Likewise.
16411 * gdb.reverse/shr2.c: Likewise.
16412 * gdb.reverse/until-reverse.c: Likewise.
16413 * gdb.reverse/ur1.c: Likewise.
16414 * gdb.reverse/watch-reverse.c: Likewise.
16415
16416 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16417
16418 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16419 variant.
16420 * gdb.base/sepdebug.exp: Drop references to removed code.
16421
16422 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16423
16424 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16425 variant. Preserve original line numbering.
16426 * gdb.base/list1.c: Likewise.
16427
16428 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16429
16430 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16431 variant.
16432 * gdb.base/break1.c: Likewise.
16433 * gdb.base/break.exp: Drop references to removed code.
16434
16435 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16436
16437 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16438 variant.
16439
16440 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16441
16442 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16443
16444 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16445
16446 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16447 logic into perform_all_tests() and invoke it with and without
16448 function header prototypes.
16449 (do_function_calls): Remove conditional XFAIL for PR 5318.
16450 (rerun_and_prepare): Remove duplicate code.
16451 (perform_all_tests): New. Main logic moved here.
16452
16453 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16454
16455 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16456 code guarded by #ifdef NO_PROTOTYPES.
16457 (t_double_many_args): Likewise.
16458 (DEF_FUNC_MANY_ARGS_1): Likewise.
16459 (DEF_FUNC_VALUES_1): Likewise.
16460 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16461 guarded by #ifdef PROTOTYPES.
16462
16463 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16464
16465 * gdb.mi/mi-console.c: Add eye-catcher.
16466 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16467 instead of literal line number.
16468
16469 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16470
16471 * gdb.base/shr2.c: Add eye-catcher.
16472 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16473 line number.
16474
16475 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16476
16477 * gdb.base/jump.c: Add eye-catchers.
16478 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16479 numbers.
16480
16481 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16482
16483 * gdb.base/execd-prog.c: Add eye-catchers.
16484 * gdb.base/foll-exec.c: Likewise.
16485 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16486 line numbers.
16487
16488 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16489
16490 * gdb.base/ending-run.c: Add eye-catchers.
16491 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16492 literal line numbers.
16493
16494 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16495
16496 * gdb.base/call-rt-st.c: Add eye-catchers.
16497 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16498 literal line numbers.
16499
16500 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16501
16502 * gdb.base/call-ar-st.c: Add eye-catchers.
16503 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16504 literal line numbers.
16505
16506 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16507
16508 * gdb.base/average.c: Add eye-catchers.
16509 * gdb.base/sum.c: Likewise.
16510 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16511 regexps dynamically.
16512
16513 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16514
16515 * gdb.base/solib1.c: Add eye-catchers.
16516 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16517 literal line numbers.
16518
16519 2014-11-12 Pedro Alves <palves@redhat.com>
16520
16521 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16522 leader has exited.
16523
16524 2014-11-12 Pedro Alves <palves@redhat.com>
16525
16526 * gdb.arch/i386-bp_permanent.c: New file.
16527 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16528 (srcfile): Set to i386-bp_permanent.c.
16529 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16530 that stepi does not execute the 'leave' instruction, instead of
16531 testing it does execute.
16532 * gdb.base/bp-permanent.c: New file.
16533 * gdb.base/bp-permanent.exp: New file.
16534
16535 2014-11-10 Doug Evans <xdje42@gmail.com>
16536
16537 PR symtab/17564
16538 * gdb.base/symtab-search-order.exp: New file.
16539 * gdb.base/symtab-search-order.c: New file.
16540 * gdb.base/symtab-search-order-1.c: New file.
16541 * gdb.base/symtab-search-order-shlib-1.c: New file.
16542
16543 2014-11-07 Pedro Alves <palves@redhat.com>
16544
16545 PR gdb/17511
16546 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16547 i?86-*-linux*.
16548
16549 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16550
16551 PR c++/17494
16552 * gdb.cp/pr17494.cc: New file.
16553 * gdb.cp/pr17494.exp: New file.
16554
16555 2014-11-02 Yao Qi <yao@codesourcery.com>
16556
16557 * gdb.python/python.exp: Get working directory and match the
16558 output of "set extended-prompt \\w " with it.
16559
16560 2014-10-30 Doug Evans <dje@google.com>
16561
16562 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16563 in objfiles.
16564 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16565 in progspaces.
16566
16567 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16568
16569 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16570 * gdb.base/realname-expand.exp: Likewise.
16571 * gdb.linespec/macro-relative.exp: Likewise.
16572
16573 2014-10-29 Pedro Alves <palves@redhat.com>
16574
16575 PR gdb/17408
16576 * gdb.threads/schedlock.c (some_function): New function.
16577 (call_function): New global.
16578 (MAYBE_CALL_SOME_FUNCTION): New macro.
16579 (thread_function): Call it.
16580 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16581 and use it instead of a global counter. Adjust all callers.
16582 (get_current_thread): Use "find current thread" for test message
16583 here rather than having all callers pass down the same string.
16584 (goto_loop): New procedure, factored out from ...
16585 (my_continue): ... this.
16586 (step_ten_loops): Change parameter from test message to command to
16587 use. Adjust.
16588 (list_count): Delete global.
16589 (check_result): New procedure, factored out from duplicate top
16590 level code.
16591 (continue tests): Wrap in with_test_prefix.
16592 (test_step): New procedure, factored out from duplicate top level
16593 code.
16594 (top level): Test "step" in combination with all scheduler-locking
16595 modes. Test "next" in combination with all scheduler-locking
16596 modes, and in combination with stepping over a function call or
16597 not.
16598 * gdb.threads/next-bp-other-thread.c: New file.
16599 * gdb.threads/next-bp-other-thread.exp: New file.
16600
16601 2014-10-29 Pedro Alves <palves@redhat.com>
16602
16603 PR python/17372
16604 * gdb.python/python.exp: Test a multi-line command that spawns
16605 interactive Python.
16606 * gdb.base/multi-line-starts-subshell.exp: New file.
16607
16608 2014-10-29 Yao Qi <yao@codesourcery.com>
16609
16610 * gdb.base/fileio.exp: Make directories on host.
16611
16612 2014-10-29 Yao Qi <yao@codesourcery.com>
16613
16614 * gdb.base/fileio.c (test_write): Close the file.
16615
16616 2014-10-28 Pedro Alves <palves@redhat.com>
16617
16618 PR gdb/12623
16619 * gdb.base/sigstep.c (no_handler): New global.
16620 (main): If 'no_handler is true, set the signal handlers to
16621 SIG_IGN.
16622 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16623 with_sw_watch and no_handler parameters. Handle them.
16624 (top level) <stepping over handler when stopped at a breakpoint
16625 test>: Add a test axis for testing with a software watchpoint, and
16626 another for testing with the signal handler set to SIG_IGN.
16627 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16628 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16629
16630 2014-10-28 Pedro Alves <palves@redhat.com>
16631
16632 PR gdb/17511
16633 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16634 * gdb.base/sigstep.exp (other_handler_location): New global.
16635 (advance): Support stepping into the signal handler, and running
16636 commands while in the handler.
16637 (in_handler_map): New global.
16638 (top level): In the advance test, add combinations for getting
16639 into the handler with stepping commands, and for running commands
16640 in the handler. Add comment descripting the advancei tests.
16641
16642 2014-10-28 Pedro Alves <palves@redhat.com>
16643
16644 * gdb.base/sigstep.exp: Use build_executable instead of
16645 prepare_for_testing.
16646 (top level): Move code that starts GDB, runs to main and creates a
16647 display to ...
16648 (restart): ... this new procedure.
16649 (top level): Move backtrace from signal handler test to ...
16650 (validate_backtrace): ... this new procedure.
16651 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16652 with_test_prefix. Always restart GDB.
16653 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16654 with_test_prefix. Always restart GDB. No need to delete
16655 breakpoints after the test.
16656 (test_skip_handler): Remove prefix parameter.
16657 (skip_over_handler, breakpoint_to_handler)
16658 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16659 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16660 restart GDB. No need to delete breakpoints after the test.
16661 (top level): Use foreach to call the test procedures with
16662 different commands.
16663
16664 2014-10-28 Pedro Alves <palves@redhat.com>
16665
16666 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16667 instead of GNATS numbers.
16668 * gdb.base/sigbpt.exp: Likewise.
16669 * gdb.base/siginfo.exp: Likewise.
16670 * gdb.base/sigstep.exp: Likewise.
16671
16672 2014-10-27 Pedro Alves <palves@redhat.com>
16673
16674 * gdb.base/sigstep.c (dummy): New global.
16675 (main): Issue a couple writes to the new global.
16676 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16677 procedures.
16678 (skip_over_handler): Use test_skip_handler.
16679 (top level): Call skip_over_handler for stepi and nexti too.
16680 (breakpoint_over_handler): Use test_skip_handler.
16681 (top level): Call breakpoint_over_handler for stepi and nexti too.
16682
16683 2014-10-27 Yao Qi <yao@codesourcery.com>
16684
16685 * gdb.trace/tfile.c (adjust_function_address)
16686 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16687 function descriptor.
16688
16689 2014-10-24 Don Breazeal <donb@codesourcery.com>
16690
16691 * gdb.base/foll-fork.exp (test_follow_fork,
16692 catch_fork_child_follow): Check for updated fork messages emitted
16693 from infrun.c.
16694 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16695 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16696 vfork_and_exec_child_follow_through_step): Check for updated vfork
16697 messages emitted from infrun.c.
16698
16699 2014-10-24 Pedro Alves <palves@redhat.com>
16700
16701 * gdb.base/corefile.exp: Remove references to ultrix.
16702 * gdb.base/interrupt.exp: Likewise.
16703 * gdb.base/whatis.exp: Likewise.
16704 * gdb.gdb/selftest.exp: Likewise.
16705 * gdb.threads/manythreads.exp: Likewise.
16706 * gdb.threads/print-threads.exp: Likewise.
16707 * gdb.threads/pthreads.exp:: Likewise.
16708 * gdb.threads/schedlock.exp: Likewise.
16709
16710 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16711
16712 * gdb.cp/non-trivial-retval.cc: Add a test case.
16713 * gdb.cp/non-trivial-retval.exp: Add a test.
16714
16715 2014-10-20 Yao Qi <yao@codesourcery.com>
16716
16717 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16718 * gdb.python/py-objfile-script-gdb.py: New file.
16719 * gdb.python/py-objfile-script.exp: Update reference to
16720 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16721 of remote_download. Remove the dest file.
16722
16723 2014-10-20 Yao Qi <yao@codesourcery.com>
16724
16725 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16726 * gdb.base/step-line.exp: Likewise.
16727 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16728 * gdb.dwarf2/dw2-basic.exp: Likewise.
16729 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16730 * gdb.dwarf2/dw2-filename.exp: Likewise.
16731 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16732 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16733 * gdb.dwarf2/dw2-producer.exp: Likewise.
16734 * gdb.dwarf2/mac-fileno.exp: Likewise.
16735 * gdb.python/py-frame-args.exp: Likewise.
16736 * gdb.python/py-framefilter.exp: Likewise.
16737 * gdb.python/py-mi.exp: Likewise.
16738 * gdb.python/py-objfile-script.exp: Likewise
16739 * gdb.python/py-pp-integral.exp: Likewise.
16740 * gdb.python/py-pp-re-notag.exp: Likewise.
16741 * gdb.python/py-prettyprint.exp: Likewise.
16742 * gdb.python/py-section-script.exp: Likewise.
16743 * gdb.python/py-typeprint.exp: Likewise.
16744 * gdb.python/py-xmethods.exp: Likewise.
16745 * gdb.stabs/weird.exp: Likewise.
16746 * gdb.xml/tdesc-regs.exp: Likewise.
16747
16748 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16749
16750 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16751 (out_cu): Use addr_len for the size of addresses.
16752 (out_line): Likewise. Size DW_LNE_set_address instruction
16753 according to addr_len.
16754 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16755 (FUNC): Add START_INSNS to definition.
16756
16757 2014-10-18 Yao Qi <yao@codesourcery.com>
16758
16759 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16760 gdb_has_argv0 return true.
16761 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16762 check [target_info exists noargs], check [gdb_has_argv0]
16763 instead.
16764 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16765 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16766 procedures.
16767
16768 2014-10-17 Doug Evans <dje@google.com>
16769
16770 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16771 event.
16772 * gdb.python/py-events.py: Add clear_objfiles event.
16773
16774 2014-10-17 Doug Evans <dje@google.com>
16775
16776 * gdb.python/py-objfile.exp: Test progspace attribute.
16777
16778 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16779
16780 * gdb.guile/scm-breakpoint.exp: Do not assume any
16781 directory separators when matching source file paths.
16782 * gdb.python/py-breakpoint.exp: Likewise.
16783 * gdb.reverse/break-precsave.exp: Likewise.
16784 * gdb.reverse/break-reverse.exp: Likewise.
16785 * gdb.reverse/consecutive-precsave.exp: Likewise.
16786 * gdb.reverse/finish-precsave.exp: Likewise.
16787 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16788 * gdb.reverse/finish-reverse.exp: Likewise.
16789 * gdb.reverse/i386-precsave.exp: Likewise.
16790 * gdb.reverse/i387-env-reverse.exp: Likewise.
16791 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16792 * gdb.reverse/machinestate-precsave.exp: Likewise.
16793 * gdb.reverse/machinestate.exp: Likewise.
16794 * gdb.reverse/sigall-precsave.exp: Likewise.
16795 * gdb.reverse/solib-precsave.exp: Likewise.
16796 * gdb.reverse/step-precsave.exp: Likewise.
16797 * gdb.reverse/until-precsave.exp: Likewise.
16798 * gdb.reverse/watch-precsave.exp: Likewise.
16799 * gdb.reverse/watch-reverse.exp: Likewise.
16800
16801 2014-10-17 Yao Qi <yao@codesourcery.com>
16802
16803 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16804 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16805
16806 2014-10-17 Pedro Alves <palves@redhat.com>
16807
16808 PR gdb/17471
16809 * gdb.base/bg-execution-repeat.c: New file.
16810 * gdb.base/bg-execution-repeat.exp: New file.
16811
16812 2014-10-17 Pedro Alves <palves@redhat.com>
16813
16814 PR gdb/17300
16815 * gdb.base/continue-all-already-running.c: New file.
16816 * gdb.base/continue-all-already-running.exp: New file.
16817
16818 2014-10-17 Pedro Alves <palves@redhat.com>
16819
16820 PR gdb/17472
16821 * gdb.base/annota-input-while-running.c: New file.
16822 * gdb.base/annota-input-while-running.exp: New file.
16823
16824 2014-10-17 Pedro Alves <palves@redhat.com>
16825
16826 * gdb.base/callfuncs.exp: emove references to osf.
16827 * gdb.base/sigall.exp: Likewise.
16828 * gdb.gdb/selftest.exp: Likewise.
16829 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16830 * gdb.mi/non-stop.c: Likewise.
16831 * gdb.mi/pthreads.c: Likewise.
16832 * gdb.reverse/sigall-precsave.exp: Likewise.
16833 * gdb.reverse/sigall-reverse.exp: Likewise.
16834 * gdb.threads/pthreads.c: Likewise.
16835 * gdb.threads/pthreads.exp: Likewise.
16836
16837 2014-10-17 Yao Qi <yao@codesourcery.com>
16838
16839 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16840 check 'target_info exists noargs'.
16841 (test_command_prompt_position): Likewise.
16842 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16843 Remove "set args".
16844 (progvar_simple_while_test): Likewise.
16845 (progvar_complex_if_while_test): Likewise.
16846 (if_while_breakpoint_command_test): Likewise.
16847 (infrun_breakpoint_command_test): Likewise.
16848 (breakpoint_command_test): Likewise.
16849 (watchpoint_command_test): Likewise.
16850 (bp_deleted_in_command_test): Likewise.
16851 (temporary_breakpoint_commands): Likewise.
16852
16853 2014-10-16 Yao Qi <yao@codesourcery.com>
16854
16855 * gdb.base/remotetimeout.exp: Remove noargs checking.
16856
16857 2014-10-15 Pedro Alves <palves@redhat.com>
16858
16859 PR breakpoints/9649
16860 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16861 * gdb.base/breakpoint-in-ro-region.exp
16862 (probe_target_hardware_step): New procedure.
16863 (top level): Probe hardware stepping and hardware breakpoint
16864 support. Test stepping through a read-only region, with both
16865 "breakpoint auto-hw" on and off and both "always-inserted" on and
16866 off.
16867
16868 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16869
16870 * gdb.dlang/demangle.exp: Update for demangling changes.
16871
16872 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16873
16874 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16875 * gdb.cp/non-trivial-retval.exp: Add new tests.
16876
16877 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16878
16879 PR c++/13403
16880 PR c++/15154
16881 * gdb.cp/non-trivial-retval.cc: New file.
16882 * gdb.cp/non-trivial-retval.exp: New file.
16883
16884 2014-10-15 Yao Qi <yao@codesourcery.com>
16885
16886 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16887 remote host.
16888
16889 2014-10-15 Yao Qi <yao@codesourcery.com>
16890
16891 * gdb.python/py-symbol.exp: Match file base name if host is
16892 remote, otherwise match file name with dir name.
16893 * gdb.python/py-symtab.exp: Likewise.
16894 * gdb.python/python.exp: Likewise.
16895
16896 2014-10-15 Yao Qi <yao@codesourcery.com>
16897
16898 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16899 pattern.
16900 * gdb.python/py-symtab.exp: Likewise.
16901 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16902 locationn.
16903
16904 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16905
16906 * gdb.ada/addr_arith: New testcase.
16907
16908 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16909
16910 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16911 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16912 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16913 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16914
16915 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16916
16917 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16918 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16919 * gdb.arch/stap-eval-lang-ada.exp: New file.
16920
16921 2014-10-14 Yao Qi <yao@codesourcery.com>
16922
16923 * gdb.mi/mi-var-child.c (nothing1): New function.
16924 (nothing2): New function.
16925 (do_children_tests): Set function pointers by nothing1 and
16926 nothing2.
16927 * gdb.mi/mi-var-child.exp: Step over new added statements.
16928 Update test to match the new output.
16929 * gdb.mi/var-cmd.c (nothing1): New function.
16930 (nothing2): New function.
16931 (do_children_tests): Set function pointers by nothing1 and
16932 nothing2.
16933 * gdb.mi/mi-var-display.exp: Update test to match output.
16934 Step to the line specified by $line_dct_nothing.
16935 Increase the number of lines to step.
16936
16937 2014-10-14 Yao Qi <yao@codesourcery.com>
16938
16939 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16940 tests.
16941 * gdb.mi/mi2-var-child.exp: Likewise.
16942
16943 2014-10-13 Doug Evans <dje@google.com>
16944
16945 * gdb.python/py-objfile.exp: Change name of file name test.
16946
16947 2014-10-13 Doug Evans <dje@google.com>
16948
16949 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16950 from the start of the CU.
16951
16952 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16953 Yao Qi <yao@codesourcery.com>
16954
16955 Fix "save breakpoints" for "catch" command.
16956 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16957 Remove -nonewline. Match also the added "main" line.
16958
16959 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16960
16961 Fix "save breakpoints" for "disable $bpnum" command.
16962 * gdb.base/save-bp.c (main): Add label.
16963 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16964
16965 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16966
16967 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16968
16969 2014-10-11 Yao Qi <yao@codesourcery.com>
16970
16971 * gdb.server/server-kill.exp: Execute command
16972 "set remote trace-status-packet on" before "tstatus".
16973
16974 2014-10-11 Yao Qi <yao@codesourcery.com>
16975
16976 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16977 (main): Call getppid.
16978 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16979 and continue to it. Read variable "server_pid".
16980
16981 2014-10-11 Yao Qi <yao@codesourcery.com>
16982
16983 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16984
16985 2014-10-11 Yao Qi <yao@codesourcery.com>
16986
16987 * gdb.threads/thread-find.exp: Don't execute command
16988 "info threads".
16989 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16990 * gdb.threads/linux-dp.exp: Don't check the condition
16991 $threads_created equals to zero.
16992
16993 2014-10-10 Pedro Alves <palves@redhat.com>
16994
16995 * gdb.base/bigcore.exp: Remove references to IRIX.
16996 * gdb.base/funcargs.exp: Likewise.
16997 * gdb.base/interrupt.exp: Likewise.
16998 * gdb.base/mips_pro.exp: Likewise.
16999 * gdb.base/nodebug.exp: Likewise.
17000 * gdb.base/setvar.exp: Likewise.
17001 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17002
17003 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17004 Pedro Alves <palves@redhat.com>
17005
17006 PR symtab/14466
17007 * gdb.base/vdso-warning.c: New file.
17008 * gdb.base/vdso-warning.exp: New file.
17009
17010 2014-10-02 Doug Evans <dje@google.com>
17011
17012 * gdb.base/structs.c (main): Don't run forever.
17013
17014 2014-10-02 Pedro Alves <palves@redhat.com>
17015
17016 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17017 (top level) <stop threads 1, stop threads 2>: Use it.
17018
17019 2014-10-02 Pedro Alves <palves@redhat.com>
17020
17021 * gdb.threads/break-while-running.exp (test): Add new
17022 'update_thread_list' argument. Skip "info threads" if false.
17023 (top level): Add new 'update_thread_list' axis.
17024
17025 2014-10-02 Pedro Alves <palves@redhat.com>
17026
17027 PR breakpoints/17431
17028 * gdb.base/execl-update-breakpoints.c: New file.
17029 * gdb.base/execl-update-breakpoints.exp: New file.
17030
17031 2014-10-01 Pedro Alves <palves@redhat.com>
17032
17033 * gdb.base/breakpoint-in-ro-region.c: New file.
17034 * gdb.base/breakpoint-in-ro-region.exp: New file.
17035
17036 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17037
17038 * gdb.mi/mi-exit-code.exp: New file.
17039 * gdb.mi/mi-exit-code.c: New file.
17040
17041 2014-09-30 Yao Qi <yao@codesourcery.com>
17042
17043 * lib/prelink-support.exp (build_executable_own_libs): Error if
17044 the target isn't native.
17045
17046 2014-09-30 Yao Qi <yao@codesourcery.com>
17047
17048 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17049 false.
17050
17051 2014-09-22 Pedro Alves <palves@redhat.com>
17052
17053 * gdb.threads/break-while-running.exp: New file.
17054 * gdb.threads/break-while-running.c: New file.
17055
17056 2014-09-19 Yao Qi <yao@codesourcery.com>
17057
17058 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17059 Invoke test. Restart GDB with --readnow and invoke test again.
17060
17061 2014-09-19 Yao Qi <yao@codesourcery.com>
17062
17063 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17064 proc set_breakpoint_on_gcd_function. Invoke
17065 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17066 invoke set_breakpoint_on_gcd_function again.
17067
17068 2014-09-18 Doug Evans <dje@google.com>
17069
17070 * gdb.dwarf2/symtab-producer.exp: New file.
17071
17072 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17073
17074 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17075 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17076 * gdb.base/global-var-nested-by-dso.c: Likewise.
17077 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17078
17079 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17080 Pedro Alves <palves@redhat.com>
17081
17082 * gdb.base/watch-bitfields.exp: Pass string other than test file
17083 name to prepare_for_testing.
17084 (watch): New procedure.
17085 (expect_watchpoint): Use with_test_prefix.
17086 (top level): Factor out tests to ...
17087 (test_watch_location, test_regular_watch): ... these new
17088 procedures, and use with_test_prefix and gdb_continue_to_end.
17089
17090 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17091
17092 PR breakpoints/12526
17093 * gdb.base/watch-bitfields.exp: New file.
17094 * gdb.base/watch-bitfields.c: New file.
17095
17096 2014-09-16 Pedro Alves <palves@redhat.com>
17097
17098 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17099 software and hardware addresses, not software address against
17100 itself.
17101
17102 2014-09-16 Pedro Alves <palves@redhat.com>
17103
17104 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17105 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17106
17107 2014-09-16 Pedro Alves <palves@redhat.com>
17108
17109 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17110 files.
17111 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17112 "*-*-vxworks*" throughout.
17113 * gdb.base/break.exp: Likewise.
17114 * gdb.base/default.exp: Likewise.
17115 * gdb.base/scope.exp: Likewise.
17116 * gdb.base/sepdebug.exp: Likewise.
17117 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17118 throughout.
17119 * gdb.base/run.c: Likewise.
17120 * gdb.base/sepdebug.c: Likewise.
17121 * gdb.hp/gdb.aCC/run.c: Likewise.
17122 * gdb.reverse/until-reverse.c: Likewise.
17123 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17124
17125 2014-09-16 Yao Qi <yao@codesourcery.com>
17126
17127 * boards/local-remote-host-native.exp: New file.
17128
17129 2014-09-14 Doug Evans <xdje42@gmail.com>
17130
17131 * gdb.threads/queue-signal.c (thread_count): New variable.
17132 (thread_count_mutex, thread_count_condvar): New variables.
17133 (incr_thread_count, wait_all_threads_running): New functions.
17134 (main): Wait for all threads to be in their thread functions.
17135
17136 2014-09-13 Doug Evans <xdje42@gmail.com>
17137
17138 * gdb.threads/queue-signal.c: New file.
17139 * gdb.threads/queue-signal.exp: New file.
17140
17141 2014-09-13 Doug Evans <xdje42@gmail.com>
17142
17143 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17144 be consistent with what default_gdb_init uses.
17145 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17146 the plain text of the prompt. Add some logging printfs.
17147 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17148
17149 2014-09-12 Pedro Alves <palves@redhat.com>
17150
17151 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17152 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17153 * gdb.arch/i386-size-overlap.exp: Likewise.
17154 * gdb.arch/i386-size.exp: Likewise.
17155 * gdb.arch/i386-unwind.exp: Likewise.
17156 * gdb.base/a2-run.exp: Likewise.
17157 * gdb.base/break.exp: Likewise.
17158 * gdb.base/charset.exp: Likewise.
17159 * gdb.base/chng-syms.exp: Likewise.
17160 * gdb.base/commands.exp: Likewise.
17161 * gdb.base/dbx.exp: Likewise.
17162 * gdb.base/find.exp: Likewise.
17163 * gdb.base/funcargs.exp: Likewise.
17164 * gdb.base/jit-simple.exp: Likewise.
17165 * gdb.base/reread.exp: Likewise.
17166 * gdb.base/sepdebug.exp: Likewise.
17167 * gdb.base/step-bt.exp: Likewise.
17168 * gdb.cp/mb-inline.exp: Likewise.
17169 * gdb.cp/mb-templates.exp: Likewise.
17170 * gdb.objc/basicclass.exp: Likewise.
17171 * gdb.threads/killed.exp: Likewise.
17172
17173 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17174
17175 PR tdep/17379
17176 * gdb.arch/powerpc-stackless.S: New file.
17177 * gdb.arch/powerpc-stackless.exp: New file.
17178
17179 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17180
17181 * gdb.base/attach.c: Include unistd.h.
17182 (main): Call alarm. Add label postloop.
17183 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17184 gdb_breakpoint, gdb_continue_to_breakpoint.
17185 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17186
17187 2014-09-11 Pedro Alves <palves@redhat.com>
17188
17189 PR gdb/17347
17190 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17191 * gdb.base/attach.exp (test_command_line_attach_run): New
17192 procedure.
17193 (top level): Call it.
17194
17195 2014-09-11 Pedro Alves <palves@redhat.com>
17196
17197 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17198 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17199 (do_command_attach_tests): Use spawn_wait_for_attach.
17200 * gdb.base/solib-overlap.exp: Likewise.
17201 * gdb.multi/multi-attach.exp: Likewise.
17202 * gdb.python/py-prompt.exp: Likewise.
17203 * gdb.python/py-sync-interp.exp: Likewise.
17204 * gdb.server/ext-attach.exp: Likewise.
17205
17206 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17207
17208 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17209 command in testcase. Simplify testcase.
17210
17211 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17212
17213 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17214
17215 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17216
17217 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17218
17219 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17220
17221 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17222
17223 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17224
17225 * gdb.dwarf2/dynarr-ptr.c: New file.
17226 * gdb.dwarf2/dynarr-ptr.exp: New file.
17227
17228 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17229
17230 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17231 of 30 rather than hardcoding 120 for a slow test case. Take the
17232 `gdb,timeout' target setting into account for this calculation.
17233 Don't extend the timeout for the test cases that don't need it.
17234
17235 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17236
17237 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17238 a factor of 2 for a slow test case. Take the `gdb,timeout'
17239 target setting into account for this calculation.
17240 * gdb.reverse/until-precsave.exp: Increase the timeout by
17241 a factor of 15 and 3 respectively rather than adding 120
17242 for a pair of slow test cases. Take the `gdb,timeout'
17243 target setting into account for this calculation.
17244
17245 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17246
17247 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17248 timeout, don't pass one down to gdb_expect.
17249 (gdb_expect): Rework timeout selection.
17250
17251 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17252
17253 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17254 exception on timeout.
17255 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17256 (gdbserver_start_extended): Catch any `gdbserver_start' error
17257 exceptions.
17258 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17259 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17260 `gdbserver_gdb_load' error exceptions.
17261
17262 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17263
17264 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17265 120 on waiting for the TCP socket to open.
17266
17267 2014-09-09 Doug Evans <xdje42@gmail.com>
17268
17269 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17270 _caller_matches, _any_caller_is, _any_caller_matches.
17271
17272 2014-09-09 Doug Evans <xdje42@gmail.com>
17273
17274 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17275
17276 2014-09-09 Yao Qi <yao@codesourcery.com>
17277
17278 * gdb.mi/mi-var-display.exp: Set print symbol off.
17279
17280 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17281
17282 PR gdb/17035
17283 * gdb.base/commands.exp: Add tests to verify user-defined
17284 commands with empty bodies.
17285 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17286 python commands in `show user command`.
17287 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17288 scheme commands in `show user command`.
17289
17290 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17291
17292 PR python/17355
17293 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17294 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17295 * gdb.python/py-framefilter-invalidarg.exp: New file.
17296 * gdb.python/py-framefilter-invalidarg.py: New file.
17297
17298 2014-09-06 Doug Evans <xdje42@gmail.com>
17299
17300 PR 15276
17301 * gdb.python/py-caller-is.c: New file.
17302 * gdb.python/py-caller-is.exp: New file.
17303
17304 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17305
17306 PR gdb/17235
17307 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17308 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17309
17310 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17311
17312 PR fortran/17237
17313 * gdb.fortran/print-formatted.exp: New file.
17314 * gdb.fortran/print-formatted.f90: Likewise.
17315
17316 2014-09-03 Sasha Smundak <asmundak@google.com>
17317
17318 * gdb.python/py-frame.exp: Test Frame.read_register.
17319
17320 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17321
17322 PR python/16699
17323 * gdb.python/py-completion.exp: New file.
17324 * gdb.python/py-completion.py: Likewise.
17325
17326 2014-08-28 Doug Evans <dje@google.com>
17327
17328 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17329 eax,etc. are live with values set by gdb and thus the compiler can't
17330 use them.
17331 * gdb.arch/i386-pseudo.c (main): Ditto.
17332
17333 2014-08-27 Doug Evans <dje@google.com>
17334
17335 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17336
17337 2014-08-25 Doug Evans <dje@google.com>
17338
17339 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17340 (main): Ditto.
17341
17342 2014-08-25 Doug Evans <dje@google.com>
17343
17344 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17345
17346 2014-08-24 Yao Qi <yao@codesourcery.com>
17347
17348 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17349 symbol off.
17350 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17351
17352 2014-08-22 Doug Evans <dje@google.com>
17353
17354 PR 17276
17355 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17356 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17357 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17358
17359 2014-08-22 Yao Qi <yao@codesourcery.com>
17360
17361 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17362 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17363 * gdb.python/python.exp: Likewise. Use .py file on the host
17364 instead of the build.
17365
17366 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17367
17368 * gdb.threads/gcore-stale-thread.c: New file.
17369 * gdb.threads/gcore-stale-thread.exp: New file.
17370
17371 2014-08-21 Pedro Alves <palves@redhat.com>
17372
17373 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17374 * gdb.base/gcore-relro-pie.exp: Likewise.
17375 * gdb.base/gcore-relro.exp: Likewise.
17376 * gdb.base/gcore.exp: Likewise.
17377 * gdb.base/print-symbol-loading.exp: Likewise.
17378 * gdb.threads/gcore-thread.exp: Likewise.
17379 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17380
17381 2014-08-20 Pedro Alves <palves@redhat.com>
17382 Jan Kratochvil <jan.kratochvil@redhat.com>
17383
17384 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17385 configure.
17386 (EXPECT): Handle READ1 being set.
17387 (all): Depend on EXTRA_RULES.
17388 (check-read1, expect-read1, read1.so, read1): New rules.
17389 * README (Testsuite Parameters): Document the READ1 make variable.
17390 (Race detection): New section.
17391 * configure: Regenerate.
17392 * configure.ac: If build==host==target, and running under a
17393 GNU/glibc system, add read1 to the extra Makefile rules.
17394 (EXTRA_RULES): AC_SUBST it.
17395 * lib/read1.c: New file.
17396
17397 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17398
17399 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17400 the handling of variables declared as a typedef to an array
17401 which a DW_AT_data_location attribute.
17402
17403 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17404 Pedro Alves <palves@redhat.com>
17405
17406 PR symtab/14604
17407 PR symtab/14605
17408 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17409 gdb_test.
17410
17411 2014-08-19 Pedro Alves <palves@redhat.com>
17412
17413 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17414
17415 2014-08-19 Yao Qi <yao@codesourcery.com>
17416
17417 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17418 right line.
17419
17420 2014-08-18 David Blaikie <dblaikie@gmail.com>
17421
17422 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17423
17424 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17425
17426 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17427 attribute in array range.
17428
17429 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17430
17431 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17432
17433 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17434
17435 PR c++/17132
17436 * gdb.cp/pr17132.cc: New file.
17437 * gdb.cp/pr17132.exp: New file.
17438
17439 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17440
17441 * gdb.python/py-xmethods.py (A_getarrayind)
17442 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17443 Use 'print' with function call syntax.
17444 (E_method_matcher.match): Fix tab vs space indentation mixup.
17445
17446 2014-08-15 Yao Qi <yao@codesourcery.com>
17447
17448 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17449 false.
17450
17451 2014-08-15 Yao Qi <yao@codesourcery.com>
17452
17453 * gdb.cp/casts.exp: Set print symbol off.
17454 * gdb.cp/class2.exp: Likewise.
17455 * gdb.cp/overload.exp: Likewise.
17456 * gdb.cp/templates.exp: Likewise.
17457
17458 2014-08-11 Doug Evans <dje@google.com>
17459
17460 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17461 (test_load_shlib): Update.
17462
17463 2014-08-09 Yao Qi <yao@codesourcery.com>
17464
17465 * gdb.base/display.exp: Invoke is_address_zero_readable.
17466 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17467 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17468 * gdb.base/hbreak-unmapped.exp: Return if
17469 is_address_zero_readable returns true.
17470 * gdb.base/signest.exp: Likewise.
17471 * gdb.base/signull.exp: Likewise.
17472 * gdb.base/sigbpt.exp: Likewise.
17473 * gdb.guile/scm-disasm.exp: Do the test if
17474 is_address_zero_readable returns false.
17475 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17476 * gdb.python/py-arch.exp: Likewise.
17477 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17478 * lib/gdb.exp (is_address_zero_readable): New proc.
17479
17480 2014-08-09 Yao Qi <yao@codesourcery.com>
17481
17482 PR testsuite/13443
17483 * gdb.mi/mi-var-display.exp: Make test messages unique.
17484
17485 2014-08-04 Tom Tromey <tromey@redhat.com>
17486
17487 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17488 target 0".
17489
17490 2014-08-04 Tom Tromey <tromey@redhat.com>
17491
17492 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17493 "target_resume".
17494
17495 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17496
17497 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17498 inner_vla_struct_object_size.
17499 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17500 as xfail.
17501
17502 2014-07-30 Pedro Alves <palves@redhat.com>
17503
17504 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17505 comment.
17506
17507 2014-07-29 Yao Qi <yao@codesourcery.com>
17508
17509 PR gdb/17206
17510 * gdb.base/until-nodebug.exp: New.
17511
17512 2014-07-28 Doug Evans <xdje42@gmail.com>
17513
17514 PR guile/17203
17515 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17516 previously existing parameter, and previously ambiguously spelled
17517 parameter.
17518
17519 2014-07-28 Will Newton <will.newton@linaro.org>
17520
17521 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17522
17523 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17524 Doug Evans <xdje42@gmail.com>
17525
17526 PR guile/17146
17527 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17528
17529 2014-07-25 Pedro Alves <palves@redhat.com>
17530
17531 * gdb.threads/signal-command-handle-nopass.c: New file.
17532 * gdb.threads/signal-command-handle-nopass.exp: New file.
17533 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17534 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17535 * gdb.threads/signal-delivered-right-thread.c: New file.
17536 * gdb.threads/signal-delivered-right-thread.exp: New file.
17537
17538 2014-07-25 Pedro Alves <palves@redhat.com>
17539
17540 * gdb.base/double-prompt-target-event-error.exp
17541 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17542 match.
17543 (cancel_pagination_in_target_event): Rework double prompt
17544 detection.
17545 * gdb.base/paginate-after-ctrl-c-running.exp
17546 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17547 <return>' match.
17548 * gdb.base/paginate-bg-execution.exp
17549 (test_bg_execution_pagination_return)
17550 (test_bg_execution_pagination_cancel): Remove '-notransfer
17551 <return>' matches.
17552 * gdb.base/paginate-execution-startup.exp
17553 (test_fg_execution_pagination_return)
17554 (test_fg_execution_pagination_cancel): Remove '-notransfer
17555 <return>' matches.
17556 * gdb.base/paginate-inferior-exit.exp
17557 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17558 match.
17559 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17560 * lib/gdb.exp (pagination_prompt): Run text through
17561 string_to_regexp.
17562 (gdb_test_multiple): Match $pagination_prompt instead of
17563 "<return>".
17564 (string_to_regexp): Move to lib/gdb-utils.exp.
17565
17566 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17567
17568 * gdb.arch/amd64-entry-value-paramref.S: New file.
17569 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17570 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17571 * gdb.arch/amd64-optimout-repeat.S: New file.
17572 * gdb.arch/amd64-optimout-repeat.c: New file.
17573 * gdb.arch/amd64-optimout-repeat.exp: New file.
17574
17575 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17576
17577 PR gdb/17170
17578 * gdb.base/statistics.exp: New file.
17579
17580 2014-07-17 Doug Evans <dje@google.com>
17581
17582 PR gdb/17170
17583 * gdb.base/maint.exp: Update testing of per-command stats.
17584
17585 2014-07-16 Pedro Alves <palves@redhat.com>
17586
17587 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17588 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17589 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17590 (tfile_write_buf): New functions.
17591 (add_memory_block): Rewrite using the above.
17592 (adjust_function_address): New function.
17593 (FUNCTION_ADDRESS): New macro.
17594 (write_basic_trace_file): Remove short_x local, and use
17595 tfile_write_16. Change type of func_addr local to unsigned long
17596 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17597 here. Cast argument of add_memory_block to char pointer.
17598 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17599 (main): Remove parameters.
17600 * gdb.trace/tfile.exp: Remove nowarnings.
17601
17602 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17603
17604 * gdb.base/debug-expr.exp: Test string evaluation with
17605 "debug expression" on.
17606
17607 2014-07-15 Pedro Alves <palves@redhat.com>
17608
17609 * gdb.base/reread.exp: Use clean_restart.
17610
17611 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17612
17613 * gdb.arch/avr-flash-qualifer.c: New.
17614 * gdb.arch/avr-flash-qualifer.exp: New.
17615
17616 2014-07-14 Pedro Alves <palves@redhat.com>
17617
17618 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17619 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17620
17621 2014-07-14 Pedro Alves <palves@redhat.com>
17622
17623 * gdb.base/double-prompt-target-event-error.c: New file.
17624 * gdb.base/double-prompt-target-event-error.exp: New file.
17625
17626 2014-07-14 Pedro Alves <palves@redhat.com>
17627
17628 PR gdb/17072
17629 * gdb.base/paginate-inferior-exit.c: New file.
17630 * gdb.base/paginate-inferior-exit.exp: New file.
17631
17632 2014-07-14 Pedro Alves <palves@redhat.com>
17633
17634 PR gdb/17072
17635 * gdb.base/paginate-bg-execution.c: New file.
17636 * gdb.base/paginate-bg-execution.exp: New file.
17637
17638 2014-07-14 Pedro Alves <palves@redhat.com>
17639
17640 PR gdb/17072
17641 * gdb.base/paginate-execution-startup.c: New file.
17642 * gdb.base/paginate-execution-startup.exp: New file.
17643 * lib/gdb.exp (pagination_prompt): New global.
17644 (default_gdb_spawn): New procedure, factored out from
17645 default_gdb_spawn.
17646 (default_gdb_start): Adjust to call default_gdb_spawn.
17647 (gdb_spawn): New procedure.
17648
17649 2014-07-14 Pedro Alves <palves@redhat.com>
17650
17651 * lib/gdb.exp (gdb_assert): New procedure.
17652 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17653
17654 2014-07-14 Pedro Alves <palves@redhat.com>
17655
17656 * gdb.base/execution-termios.c: New file.
17657 * gdb.base/execution-termios.exp: New file.
17658
17659 2014-07-14 Tom Tromey <tromey@redhat.com>
17660
17661 * gdb.cp/vla-cxx.cc: New file.
17662 * gdb.cp/vla-cxx.exp: New file.
17663
17664 2014-07-14 Tom Tromey <tromey@redhat.com>
17665
17666 * gdb.reverse/rerun-prec.c: New file.
17667 * gdb.reverse/rerun-prec.exp: New file.
17668
17669 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17670 Maciej W. Rozycki <macro@codesourcery.com>
17671
17672 * lib/gdb-utils.exp: New file.
17673 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17674 inline `gdb_init_command' processing.
17675 (gdb_start_cmd): Likewise.
17676 * lib/mi-support.exp (mi_run_cmd): Likewise.
17677 * README: Document `gdb_init_command' and `gdb_init_commands'.
17678
17679 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17680
17681 Fix false FAIL running under a very long directory name.
17682 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17683 and "set print elements 10000". Twice.
17684
17685 2014-07-11 Yao Qi <yao@codesourcery.com>
17686
17687 * gdb.base/exprs.exp: "set print symbol off".
17688
17689 2014-07-11 Pedro Alves <palves@redhat.com>
17690
17691 * gdb.threads/kill.c: New file.
17692 * gdb.threads/kill.exp: New file.
17693
17694 2014-07-10 Yao Qi <yao@codesourcery.com>
17695
17696 * gdb.trace/tfile.c (write_basic_trace_file)
17697 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17698 address written to trace file.
17699
17700 2014-07-09 Pedro Alves <palves@redhat.com>
17701
17702 * gdb.base/attach-wait-input.exp: New file.
17703 * gdb.base/attach-wait-input.c: New file.
17704
17705 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17706
17707 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17708 setting up test structures.
17709 (main): Call new test function.
17710 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17711 test function, continue into test function and walk test
17712 structures.
17713
17714 2014-07-02 Yao Qi <yao@codesourcery.com>
17715
17716 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17717 'bar_start' at the beginning of functions 'foo' and 'bar'
17718 respectively.
17719 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17720 instead of 'foo' and 'bar'.
17721
17722 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17723
17724 * gdb.btrace/segv.exp: New.
17725 * gdb.btrace/segv.c: New.
17726
17727 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17728
17729 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17730 instruction.
17731
17732 2014-06-30 Mark Wielaard <mjw@redhat.com>
17733
17734 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17735 vulture, vilify, villar): New volatile array constants.
17736 (vindictive, vegetation): New const volatile array constants.
17737 * gdb.base/volatile.exp: Test volatile and const volatile array
17738 types.
17739
17740 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17741
17742 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17743 target lacks support for awatch, rwatch, or hbreak.
17744
17745 2014-06-27 Yao Qi <yao@codesourcery.com>
17746
17747 * gdb.multi/dummy-frame-restore.exp: New.
17748 * gdb.multi/dummy-frame-restore.c: New.
17749
17750 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17751
17752 * gdb.btrace/gcore.exp: New.
17753
17754 2014-06-23 Pedro Alves <palves@redhat.com>
17755
17756 * gdb.base/watchpoint-reuse-slot.c: New file.
17757 * gdb.base/watchpoint-reuse-slot.exp: New file.
17758
17759 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17760
17761 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17762 progspace's filename in 'info', 'enable' and 'disable' command
17763 tests.
17764
17765 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17766
17767 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17768 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17769 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17770
17771 2014-06-20 Gary Benson <gbenson@redhat.com>
17772
17773 * gdb.arch/i386-avx.exp: Fix include file location.
17774 * gdb.arch/i386-sse.exp: Likewise.
17775
17776 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17777
17778 * gdb.dlang/expression.exp: New file.
17779
17780 2014-06-19 Pedro Alves <palves@redhat.com>
17781
17782 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17783 out from ...
17784 (top level): ... here. Iterate running tests under different
17785 scheduler-locking settings.
17786
17787 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17788
17789 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17790 to DW_FORM_addr and use non-zero addresses.
17791
17792 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17793
17794 PR gdb/17017
17795 * gdb.python/py-xmethods.cc: Add global function call counters and
17796 increment them in their respective functions. Remove "cout"
17797 statements.
17798 * gdb.python/py-xmethods.exp: Make tests check the global function
17799 call counters instead of depending on inferior IO.
17800
17801 2014-06-18 Don Breazeal <donb@codesourcery.com>
17802
17803 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17804 Deleted procedure.
17805 (explicit_fork_parent_follow): Deleted procedure.
17806 (explicit_fork_child_follow): Deleted procedure.
17807 (test_follow_fork): New procedure.
17808 (do_fork_tests): Replace calls to deleted procedures with
17809 calls to test_follow_fork and reset GDB for subsequent
17810 procedure calls.
17811
17812 2014-06-17 Yao Qi <yao@codesourcery.com>
17813
17814 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17815 CP1252.
17816
17817 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17818
17819 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17820 Initialize ptr and S explicitly.
17821 (skip_type_update_when_not_use_rtti_test): Likewise.
17822
17823 2014-06-16 Keith Seitz <keiths@redhat.com>
17824
17825 PR mi/15863
17826 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17827 the inferior is started.
17828
17829 2014-06-16 Pedro Alves <palves@redhat.com>
17830
17831 * gdb.base/break-main-file-remove-fail.c: New file.
17832 * gdb.base/break-main-file-remove-fail.exp: New file.
17833 * gdb.base/break-unload-file.exp: Use build_executable instead of
17834 prepare_for_testing.
17835 (test_break): New parameter "initial_load". Handle it.
17836 (top level): Add initial_load cmdline/file axis.
17837
17838 2014-06-12 Tom Tromey <tromey@redhat.com>
17839
17840 * gdb.base/completion.exp: Don't use directory name in test.
17841
17842 2014-06-09 Gary Benson <gbenson@redhat.com>
17843
17844 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17845 separate the always-available ANSI-standard signals from the
17846 signals that require checking.
17847 (main): Likewise.
17848 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17849 Likewise.
17850 (main): Likewise.
17851
17852 2014-06-07 Keith Seitz <keiths@redhat.com>
17853
17854 Revert:
17855 PR c++/16253
17856 * gdb.cp/var-tag.cc: New file.
17857 * gdb.cp/var-tag.exp: New file.
17858 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17859 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17860 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17861 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17862
17863 2014-06-06 Doug Evans <xdje42@gmail.com>
17864
17865 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17866
17867 2014-06-06 Pedro Alves <palves@redhat.com>
17868
17869 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17870 in target debug output instead of looking at RSP packets,
17871 disabling the test on any target that uses hardware stepping.
17872 Update comments.
17873
17874 2014-06-06 Pedro Alves <palves@redhat.com>
17875
17876 * gdb.base/break-unload-file.exp: Fix typo.
17877
17878 2014-06-06 Yao Qi <yao@codesourcery.com>
17879
17880 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17881 from "jit_function" to "^jit_function".
17882
17883 2014-06-06 Yao Qi <yao@codesourcery.com>
17884
17885 * gdb.base/async.c (foo): Add one statement.
17886 * gdb.base/async.exp: Get the next instruction address and
17887 match the output of "nexti" by instruction address. Match
17888 the hex address in the output of "finish".
17889
17890 2014-06-06 Gary Benson <gbenson@redhat.com>
17891
17892 * gdb.base/call-signals.c: Remove preprocessor conditionals
17893 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17894 SIGSEGV and SIGTERM.
17895 * gdb.base/sigall.c: Likewise.
17896 * gdb.base/unwindonsignal.c: Likewise.
17897 * gdb.reverse/sigall-reverse.c: Likewise.
17898
17899 2014-06-06 Yao Qi <yao@codesourcery.com>
17900
17901 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17902 readable, skip the test.
17903
17904 2014-06-06 Yao Qi <yao@codesourcery.com>
17905
17906 * gdb.threads/staticthreads.c (thread_function): Move the line
17907 setting breakpoint on forward.
17908 * gdb.threads/staticthreads.exp: Update comments.
17909
17910 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17911
17912 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17913 "history-append! type error".
17914
17915 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17916
17917 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17918 erroneous dprintf expected input.
17919
17920 2014-06-04 Doug Evans <xdje42@gmail.com>
17921
17922 * gdb.guile/scm-generics.exp: Delete.
17923
17924 2014-06-04 Doug Evans <xdje42@gmail.com>
17925
17926 * gdb.guile/scm-breakpoint.exp: Update.
17927 Add tests for breakpoint registration.
17928
17929 2014-06-04 Tom Tromey <tromey@redhat.com>
17930
17931 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17932 VLA-in-union.
17933 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17934 inner_vla_struct, vla_union types. Initialize objects of those
17935 types and compute their sizes.
17936
17937 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17938 Hui Zhu <hui@codesourcery.com>
17939
17940 * gdb.base/fileio.exp: Add test for shell not available as well as
17941 available.
17942 * gdb.base/fileio.c (test_system): Check for shell twice.
17943
17944 2014-06-04 Yao Qi <yao@codesourcery.com>
17945
17946 * gdb.base/auto-connect-native-target.exp: Remove redundant
17947 space from the regexp pattern.
17948
17949 2014-06-04 Yao Qi <yao@codesourcery.com>
17950
17951 * gdb.base/default.exp: Replace "child" with "native" in
17952 regexp pattern.
17953
17954 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17955
17956 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17957 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17958 * gdb.python/py-xmethods.py: Python script supporting the
17959 new testcase and tests.
17960
17961 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17962 Pedro Alves <palves@redhat.com>
17963
17964 PR breakpoints/17000
17965 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17966 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17967
17968 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17969
17970 * gdb.base/subst.exp: Add tests to verify partial path matching
17971 output.
17972
17973 2014-06-03 Pedro Alves <palves@redhat.com>
17974
17975 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17976 target that doesn't use software single-stepping.
17977
17978 2014-06-03 Pedro Alves <palves@redhat.com>
17979
17980 PR breakpoints/17000
17981 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17982 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17983
17984 2014-06-02 Doug Evans <xdje42@gmail.com>
17985
17986 * gdb.guile/scm-parameter.exp: New file.
17987
17988 2014-06-02 Doug Evans <xdje42@gmail.com>
17989
17990 * gdb.guile/scm-cmd.c: New file.
17991 * gdb.guile/scm-cmd.exp: New file.
17992
17993 2014-06-02 Doug Evans <xdje42@gmail.com>
17994
17995 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17996 pretty-printer lookup.
17997 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17998 (make-pp_s-printer): Call it.
17999 (make-pretty-printer-from-dict): New function.
18000 (lookup-pretty-printer-maker-from-dict): New function.
18001 (*pretty-printer*): Simplify.
18002 (make-objfile-pp_s-printer): New function.
18003 (install-objfile-pretty-printers!): New function.
18004 (make-progspace-pp_s-printer): New function.
18005 (install-progspace-pretty-printers!): New function.
18006 * gdb.guile/scm-progspace.c: New file.
18007 * gdb.guile/scm-progspace.exp: New file.
18008
18009 2014-06-02 Pedro Alves <palves@redhat.com>
18010
18011 * gdb.base/dprintf-bp-same-addr.c: New file.
18012 * gdb.base/dprintf-bp-same-addr.exp: New file.
18013
18014 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18015
18016 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18017 * gdb.arch/powerpc-power.s: Likewise.
18018
18019 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18020
18021 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18022
18023 2014-06-01 Yao Qi <yao@codesourcery.com>
18024
18025 * gdb.base/watchpoint.exp (test_watch_location): Check null
18026 pointer can be dereferenced. If not, do the test, otherwise
18027 skip it.
18028
18029 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18030
18031 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18032 results.
18033 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18034
18035 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18036
18037 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18038 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18039 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18040 * gdb.arch/amd64-invalid-stack-top.c: New file.
18041 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18042
18043 2014-05-30 Pedro Alves <palves@redhat.com>
18044
18045 PR breakpoints/17000
18046 * gdb.base/sss-bp-on-user-bp.c: New file.
18047 * gdb.base/sss-bp-on-user-bp.exp: New file.
18048
18049 2014-05-30 David Blaikie <dblaikie@gmail.com>
18050
18051 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18052 gnu_inline semantics via attribute.
18053 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18054 source explicitly specifies the required semantics.
18055
18056 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18057
18058 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18059
18060 2014-05-29 Pedro Alves <palves@redhat.com>
18061 Tom Tromey <tromey@redhat.com>
18062
18063 * gdb.base/async-shell.exp: Don't enable target-async.
18064 * gdb.base/async.exp
18065 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18066 parameter. Adjust.
18067 (top level): Don't test with "target-async".
18068 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18069 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18070 * gdb.base/inferior-died.exp: Don't enable target-async.
18071 * gdb.base/interrupt-noterm.exp: Likewise.
18072 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18073 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18074 * gdb.mi/mi-nonstop.exp: Likewise.
18075 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18076 * gdb.mi/mi-nsintrall.exp: Likewise.
18077 * gdb.mi/mi-nsmoribund.exp: Likewise.
18078 * gdb.mi/mi-nsthrexec.exp: Likewise.
18079 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18080 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18081 * gdb.python/py-evsignal.exp: Don't enable target-async.
18082 * gdb.python/py-evthreads.exp: Likewise.
18083 * gdb.python/py-prompt.exp: Likewise.
18084 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18085 * gdb.server/solib-list.exp: Don't enable target-async.
18086 * gdb.threads/thread-specific-bp.exp: Likewise.
18087 * lib/mi-support.exp: Adjust to use mi-async.
18088
18089 2014-05-29 Pedro Alves <palves@redhat.com>
18090
18091 PR gdb/13860
18092 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18093 reason, even in sync mode.
18094
18095 2014-05-29 Pedro Alves <palves@redhat.com>
18096 Hui Zhu <hui@codesourcery.com>
18097
18098 PR PR15693
18099 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18100 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18101 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18102 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18103
18104 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18105
18106 * config/monitor.exp (gdb_target_monitor): Replace use of
18107 "set remotebaud" by "set serial baud".
18108
18109 2014-05-26 Andy Wingo <wingo@igalia.com>
18110
18111 * gdb.guile/scm-breakpoint.exp:
18112 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18113 properties instead of gdb-object-properties.
18114
18115 2014-05-26 Yao Qi <yao@codesourcery.com>
18116
18117 * gdb.server/no-thread-db.exp: Specify source file name
18118 explicitly when setting a breakpoint.
18119
18120 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18121
18122 * gdb.btrace/vdso.c: New.
18123 * gdb.btrace/vdso.exp: New.
18124
18125 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18126
18127 * gdb.base/gcore.exp (capture_command_output): Move ...
18128 * lib/gdb.exp (capture_command_output): ... here.
18129
18130 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18131
18132 * gdb.btrace/data.exp: Test memory access during btrace replay.
18133
18134 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18135
18136 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18137
18138 2014-05-21 Pedro Alves <palves@redhat.com>
18139
18140 PR gdb/13860
18141 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18142 (top level): Test that output related to execution commands is
18143 sent to the console with CLI commands, but not with MI commands.
18144 Test that breakpoint events are always mirrored to the console.
18145 Also expect the new source line to be output after a "next" in
18146 async mode too. Make it a pass/fail test.
18147 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18148 output.
18149 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18150
18151 2014-05-21 Pedro Alves <palves@redhat.com>
18152
18153 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18154 Use them to test variations of "list" after reaching a breakpoint.
18155 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18156 Test "list" with listsize 10 after reaching a breakpoint.
18157 * gdb.python/python.exp (decode_line current location line
18158 number): Adjust expected line number.
18159
18160 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18161
18162 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18163 behavior for $args, pass it directly to "run".
18164
18165 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18166
18167 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18168 30000 to 65536.
18169
18170 2014-05-21 Pedro Alves <palves@redhat.com>
18171
18172 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18173 auto-connect-native-target off".
18174 * gdb.base/auto-connect-native-target.c: New file.
18175 * gdb.base/auto-connect-native-target.exp: New file.
18176
18177 2014-05-21 Pedro Alves <palves@redhat.com>
18178
18179 * gdb.base/default.exp: Test "target native" instead of "target
18180 child".
18181
18182 2014-05-21 Mark Wielaard <mjw@redhat.com>
18183
18184 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18185
18186 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18187
18188 Fix TLS access for -static -pthread.
18189 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18190 <HAVE_TLS> (thread_function, main): Initialize it.
18191 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18192 Add clean_restart.
18193 <$have_tls != "">: Check TLSVAR.
18194
18195 2014-05-21 Pedro Alves <palves@redhat.com>
18196
18197 * gdb.base/dcache-line-read-error.c: New.
18198 * gdb.base/dcache-line-read-error.exp: New.
18199
18200 2014-05-20 Pedro Alves <palves@redhat.com>
18201
18202 * gdb.base/compare-sections.c: New file.
18203 * gdb.base/compare-sections.exp: New file.
18204
18205 2014-05-20 Pedro Alves <palves@redhat.com>
18206
18207 * gdb.base/break-idempotent.c: New file.
18208 * gdb.base/break-idempotent.exp: New file.
18209
18210 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18211
18212 * gdb.btrace/nohist.exp: New.
18213
18214 2014-05-20 Yao Qi <yao@codesourcery.com>
18215
18216 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18217 gdb.reverse directory and gdb_reverse_timeout exists in board
18218 setting.
18219 * README: Document gdb_reverse_timeout.
18220
18221 2014-05-20 Yao Qi <yao@codesourcery.com>
18222
18223 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18224 'test_file_name'. Treat args as a string instead of a list.
18225 (gdb_init): Rename argument 'args' by 'test_file_name'.
18226
18227 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18228
18229 * gdb.arch/powerpc-power.exp: New file.
18230 * gdb.arch/powerpc-power.s: New file.
18231
18232 2014-05-16 Doug Evans <dje@google.com>
18233
18234 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18235 * gdb.base/completion.exp: Check that all expected files exist
18236 before doing file completion.
18237
18238 2014-05-16 Doug Evans <dje@google.com>
18239
18240 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18241 Update.
18242 (do_syscall_tests_without_xml): Update.
18243
18244 2014-05-16 Pedro Alves <palves@redhat.com>
18245
18246 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18247 instead of "unknown output after running".
18248
18249 2014-05-16 Yao Qi <yao@codesourcery.com>
18250
18251 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18252 file1.txt from host at the end.
18253 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18254
18255 2014-05-15 Doug Evans <dje@google.com>
18256
18257 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18258 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18259 loading file. Add test for TU lookup.
18260
18261 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18262
18263 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18264 calling "-exec-arguments" or "set args" before running the
18265 inferior.
18266
18267 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18268
18269 * lib/mi-support.exp (mi_expect_stop): Expect message for
18270 inferiors that exit with non-zero exit code.
18271
18272 2014-05-14 Yao Qi <yao@codesourcery.com>
18273
18274 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18275 match absolute path on remote host.
18276 (test_file_list_exec_source_files): Remove "/" from the
18277 pattern.
18278
18279 2014-05-14 Yao Qi <yao@codesourcery.com>
18280
18281 * boards/local-remote-host-notty.exp (${board}_file): New
18282 proc.
18283
18284 2014-05-07 Kyle McMartin <kyle@redhat.com>
18285
18286 Pushed by Joel Brobecker <brobecker@adacore.com>.
18287 * gdb.arch/aarch64-atomic-inst.c: New file.
18288 * gdb.arch/aarch64-atomic-inst.exp: New file.
18289
18290 2014-05-07 Yao Qi <yao@codesourcery.com>
18291
18292 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18293 in current context" too.
18294
18295 2014-05-05 Keith Seitz <keiths@redhat.com>
18296
18297 * gdb.linespec/ls-dollar.exp: Add test for linespec
18298 file:convenience_variable.
18299
18300 2014-05-05 Yao Qi <yao@codesourcery.com>
18301
18302 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18303 traceframes into tfile and ctf trace files. Read data from
18304 trace file and test collected data.
18305 (gdb_collect_locals_test): Likewise.
18306 (gdb_unavailable_registers_test): Likewise.
18307 (gdb_unavailable_floats): Likewise.
18308 (gdb_collect_globals_test): Likewise.
18309 (top-level): Append "ctf" to trace_file_targets if GDB
18310 supports.
18311
18312 2014-05-05 Yao Qi <yao@codesourcery.com>
18313
18314 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18315 code to ...
18316 (gdb_collect_args_test_1): ... it. New proc.
18317 (gdb_collect_locals_test): Move some code to ...
18318 (gdb_collect_locals_test_1): ... it. New proc.
18319 (gdb_unavailable_registers_test): Move some code to ...
18320 (gdb_unavailable_registers_test_1): ... it. New proc.
18321 (gdb_unavailable_floats): Move some code to ...
18322 (gdb_unavailable_floats_1): ... it. New proc.
18323
18324 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18325
18326 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18327 probes to test for bitness recognition.
18328 * gdb.arch/amd64-stap-optional-prefix.exp
18329 (test_probe_value_without_reg): New procedure.
18330 Add code to test for different kinds of bitness.
18331
18332 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18333
18334 PR breakpoints/16889
18335 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18336 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18337
18338 2014-05-01 Pedro Alves <palves@redhat.com>
18339
18340 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18341 gdb_file_cmd if no file is specified.
18342 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18343 last_loaded_file to set the remote exec-file.
18344
18345 2014-05-01 Pedro Alves <palves@redhat.com>
18346
18347 * boards/local-remote-host.exp: New file.
18348
18349 2014-05-01 Pedro Alves <palves@redhat.com>
18350
18351 * boards/local-remote-host.exp: Rename to ...
18352 * boards/local-remote-host-notty.exp: ... this.
18353
18354 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18355
18356 * gdb.ada/dyn_arrayidx: New testcase.
18357
18358 2014-04-26 Yao Qi <yao@codesourcery.com>
18359
18360 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18361 and compute the length of function main. Save it in
18362 $main_length.
18363 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18364 (top-level): Use gdb_compile to compile objects into
18365 executable and restart GDB. Remove invocation to
18366 prepare_for_testing.
18367
18368 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18369 Pedro Alves <palves@redhat.com>
18370
18371 PR server/16255
18372 * gdb.multi/multi-attach.c: New file.
18373 * gdb.multi/multi-attach.exp: New file.
18374
18375 2014-04-25 Pedro Alves <palves@redhat.com>
18376
18377 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18378 user.
18379 (top level): Test that "set remote conditional-breakpoints-packet
18380 off" works as intended.
18381 * gdb.base/dprintf.exp: Test that "set remote
18382 breakpoint-commands-packet off" works as intended.
18383 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18384 New function.
18385 (top level): Call it.
18386 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18387 remote fast-tracepoints-packet off" works as intended.
18388 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18389 * lib/gdb.exp (gdb_is_target_remote): ... here.
18390
18391 2014-04-24 David Blaikie <dblaikie@gmail.com>
18392
18393 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18394 ensure clang would not discard them.
18395 * gdb.base/gdbvars.c: Ditto.
18396 * gdb.base/memattr.c: Ditto.
18397 * gdb.base/whatis.c: Ditto.
18398 * gdb.python/py-prettyprint.c: Ditto.
18399 * gdb.trace/actions.c: Ditto.
18400 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18401 ensure clang would not discard it.
18402
18403 2014-04-24 David Blaikie <dblaikie@gmail.com>
18404
18405 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18406 clang to emit the full definition of type required by the test
18407 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18408
18409 2014-04-24 David Blaikie <dblaikie@gmail.com>
18410
18411 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18412 coax Clang into emitting the definition of the type.
18413 * gdb.cp/pr10728-x.h (y): Ditto.
18414 * gdb.cp/pr10728-y.cc (y): Ditto.
18415
18416 2014-04-24 David Blaikie <dblaikie@gmail.com>
18417
18418 * gdb.base/label.exp: XFAIL label related tests under Clang.
18419 * gdb.cp/cplabel.exp: Ditto.
18420 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18421 under Clang those using labels.
18422
18423 2014-04-25 Yao Qi <yao@codesourcery.com>
18424
18425 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18426 double_label.
18427 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18428 partial_label and double_label.
18429
18430 2014-04-24 David Blaikie <dblaikie@gmail.com>
18431
18432 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18433
18434 2014-04-24 David Blaikie <dblaikie@gmail.com>
18435
18436 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18437 of the function to work across GCC and Clang.
18438 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18439 pointer types (const void ** const V void **).
18440
18441 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18442 Walfred Tedeschi <walfred.tedeschi@intel.com>
18443
18444 * Makefile.in (EXECUTABLES): Added i386-avx512.
18445 * gdb.arch/i386-avx512.c: New file.
18446 * gdb.arch/i386-avx512.exp: Likewise.
18447
18448 2014-04-23 Keith Seitz <keiths@redhat.com>
18449
18450 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18451 (mi_make_breakpoint_table): New procedure.
18452 (mi_create_breakpoint): Use mi_make_breakpoint
18453 and return the result.
18454 (mi_make_breakpoint): New procedure.
18455 (mi_build_kv_pairs): New procedure.
18456
18457 * gdb.mi/mi-break.exp: Remove unused globals,
18458 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18459 All callers updated.
18460 * gdb.mi/mi-dprintf.exp: Use variable to track command
18461 number.
18462 Update all callers of mi_create_breakpoint and use
18463 mi_make_breakpoint_table.
18464 Remove any unused global variables.
18465 * gdb.mi/mi-nonstop.exp: Likewise.
18466 * gdb.mi/mi-nsintrall.exp: Likewise.
18467 * gdb.mi/mi-nsmoribund.exp: Likewise.
18468 * gdb.mi/mi-nsthrexec.exp: Likewise.
18469 * gdb.mi/mi-reverse.exp: Likewise.
18470 * gdb.mi/mi-simplerun.exp: Likewise.
18471 * gdb.mi/mi-stepn.exp: Likewise.
18472 * gdb.mi/mi-syn-frame.exp: Likewise.
18473 * gdb.mi/mi-until.exp: Likewise.
18474 * gdb.mi/mi-var-cp.exp: Likewise.
18475 * gdb.mi/mi-var-display.exp: Likewise.
18476 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18477 * gdb.mi/mi2-var-child.exp: Likewise.
18478 * gdb.mi/mi-vla-c99.exp: Likewise.
18479 * lib/mi-support.exp: Likewise.
18480
18481 From Ian Lance Taylor <iant@cygnus.com>:
18482 * lib/gdb.exp (parse_args): New procedure.
18483
18484 2014-04-23 Pedro Alves <palves@redhat.com>
18485
18486 * gdb.base/break-unload-file.c: New file.
18487 * gdb.base/break-unload-file.exp: New file.
18488 * gdb.base/sym-file-lib.c (baz): New function.
18489 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18490 field.
18491 (load): Store the segment's mapped size.
18492 (unload): New function.
18493 (unload_shlib): New function.
18494 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18495 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18496 set a breakpoint at baz, and call it.
18497 * gdb.base/sym-file.exp: New tests for stale breakpoint
18498 instructions.
18499
18500 2014-04-23 Pedro Alves <palves@redhat.com>
18501
18502 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18503 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18504 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18505 * gdb.base/hbreak-unmapped.c: New file.
18506 * gdb.base/hbreak-unmapped.exp: New file.
18507 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18508 * lib/gdb.exp (gdb_is_target_remote): ... here.
18509
18510 2014-04-22 Pedro Alves <palves@redhat.com>
18511
18512 * gdb.base/consecutive-step-over.c: New file.
18513 * gdb.base/consecutive-step-over.exp: New file.
18514
18515 2014-04-22 Pedro Alves <palves@redhat.com>
18516
18517 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18518 instead of send_gdb/gdb_expect.
18519
18520 2014-04-22 Yao Qi <yao@codesourcery.com>
18521
18522 * lib/trace-support.exp (generate_tracefile): New procedure.
18523 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18524 return 0.
18525 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18526 if generate_tracefile returns 1.
18527
18528 2014-04-18 Tom Tromey <palves@redhat.com>
18529 Pedro alves <tromey@redhat.com>
18530
18531 PR backtrace/15558
18532 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18533 with a backtrace limit.
18534 * gdb.python/py-frame-inline.exp: Test running to an inline
18535 function with a backtrace limit, and printing the newest frame.
18536 * gdb.python/py-frame-inline.c (main): Call f.
18537
18538 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18539
18540 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18541
18542 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18543
18544 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18545 Drop prefix from unsupported source file path.
18546
18547 2014-04-17 Yao Qi <yao@codesourcery.com>
18548
18549 * lib/gdb.exp (with_target_charset): New proc.
18550 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18551 with_target_charset.
18552 (test_print_strings): Likewise.
18553 (test_repeat_bytes): Likewise.
18554 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18555 for some tests.
18556
18557 2014-04-16 Keith Seitz <keiths@redhat.com>
18558
18559 PR gdb/15827
18560 * gdb.dwarf2/corrupt.c: New file.
18561 * gdb.dwarf2/corrupt.exp: New file.
18562
18563 2014-04-16 Keith Seitz <keiths@redhat.com>
18564
18565 PR c++/16597
18566 * gdb.cp/namelessclass.cc: New file.
18567 * gdb.cp/namelessclass.exp: New file.
18568 * gdb.cp/namelessclass.S: New file.
18569
18570 2014-04-16 Doug Evans <dje@google.com>
18571
18572 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18573 Add comment.
18574 (gdbserver_default_get_comm_port): New function.
18575 (gdbserver_start): Check if board file provided
18576 "gdbserver,get_comm_port" and use it if so.
18577 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18578 (gdb,socketport): Set to "stdio".
18579 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18580 (stdio_gdbserver_template): Delete.
18581 (${board}_get_remote_address): Update.
18582 (${board}_build_remote_cmd): Delete.
18583 (${board}_get_comm_port): New function.
18584 (${board}_spawn): Update.
18585 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18586 Delete.
18587 (${board}_get_remote_address): Update.
18588 (${board}_get_comm_port): New function.
18589
18590 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18591
18592 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18593 appearing in any order.
18594
18595 2014-04-15 Doug Evans <dje@google.com>
18596
18597 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18598 uninitialized value of "description".
18599
18600 2014-04-15 Keith Seitz <keiths@redhat.com>
18601
18602 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18603 Remove unused globals.
18604 (test_running_the_program): Likewise.
18605 (test_controlled_execution): Likewise.
18606 (test_controlling_breakpoints): Likewise.
18607 (test_program_termination): Likewise.
18608
18609 2014-04-15 Keith Seitz <keiths@redhat.com>
18610
18611 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18612 unused globals.
18613 (test_rbreak_creation_and_listing): Likewise.
18614 (test_ignore_count): Likewise.
18615 (test_error): Likewise.
18616
18617 2014-04-15 Pedro Alves <palves@redhat.com>
18618
18619 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18620 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18621 sym-file-loader.c.
18622 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18623 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18624 to sym-file-loader.c.
18625 (struct library): Forward declare.
18626 (load_shlib, lookup_function): Change prototypes.
18627 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18628 (translate_offset): Remove declarations.
18629 (get_text_addr): New declaration.
18630 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18631 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18632 sym-file-loader.h.
18633 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18634 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18635 here from sym-file-loader.h.
18636 (struct library): New structure.
18637 (load_shlib, lookup_function): Change prototypes and adjust to
18638 work with a struct library.
18639 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18640 (translate_offset): Make static.
18641 (get_text_addr): New function.
18642 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18643
18644 2014-04-15 Pedro Alves <palves@redhat.com>
18645
18646 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18647
18648 2014-04-15 Pedro Alves <palves@redhat.com>
18649
18650 * gdb.base/sym-file-loader.c: Include <limits.h>.
18651 (SELF_LINK): New define.
18652 (get_origin): New function.
18653 (load_shlib): Use it.
18654 * gdb.base/sym-file.exp: Don't early return if the target is
18655 remote. Use runto_main, and issue fail is that fails. Use
18656 gdb_load_shlibs.
18657 (shlib_name): Delete.
18658 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18659
18660 2014-04-15 Pedro Alves <palves@redhat.com>
18661
18662 * gdb.base/sym-file.exp: Remove regex characters from test
18663 message. Don't refer to breakpoint numbers in test messages.
18664
18665 2014-04-14 Keith Seitz <keiths@redhat.com>
18666
18667 PR c++/16253
18668 * gdb.cp/var-tag.cc: New file.
18669 * gdb.cp/var-tag.exp: New file.
18670 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18671 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18672 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18673 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18674
18675 2014-04-14 Tom Tromey <tromey@redhat.com>
18676
18677 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18678 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18679 type.
18680 * gdb.cp/enum-class.exp: New file.
18681 * gdb.cp/enum-class.cc: New file.
18682
18683 2014-04-14 Tom Tromey <tromey@redhat.com>
18684
18685 * gdb.dwarf2/enum-type.exp: New file.
18686
18687 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18688
18689 * gdb.mi/mi-vla-c99.exp: New file.
18690 * gdb.mi/vla.c: New file.
18691
18692 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18693
18694 * gdb.base/vla-datatypes.c: New file.
18695 * gdb.base/vla-datatypes.exp: New file.
18696
18697 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18698
18699 * gdb.base/vla-ptr.c: New file.
18700 * gdb.base/vla-ptr.exp: New file.
18701
18702 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18703
18704 * gdb.dwarf2/count.exp: New file.
18705
18706 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18707
18708 * gdb.base/vla-sideeffect.c: New file.
18709 * gdb.base/vla-sideeffect.exp: New file.
18710
18711 2014-04-14 David Blaikie <dblaikie@gmail.com>
18712
18713 * gdb.mi/non-stop.c: Add return value for non-void function return
18714 statement.
18715 * gdb.threads/staticthreads.c: Ditto.
18716
18717 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18718 Doug Evans <xdje42@gmail.com>
18719
18720 * gdb.guile/scm-value.c: Improve test case.
18721 * gdb.guile/scm-value.exp: Add new test.
18722
18723 2014-04-11 David Blaikie <dblaikie@gmail.com>
18724
18725 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18726 override Clang's default.
18727
18728 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18729
18730 Revert the following changes (regressions):
18731
18732 * gdb.base/vla-sideeffect.c: New file.
18733 * gdb.base/vla-sideeffect.exp: New file.
18734
18735 * gdb.dwarf2/count.exp: New file.
18736
18737 * gdb.base/vla-multi.c: New file.
18738 * gdb.base/vla-multi.exp: New file.
18739
18740 * gdb.base/vla-ptr.c: New file.
18741 * gdb.base/vla-ptr.exp: New file.
18742
18743 * gdb.base/vla-datatypes.c: New file.
18744 * gdb.base/vla-datatypes.exp: New file.
18745
18746 * gdb.mi/mi-vla-c99.exp: New file.
18747 * gdb.mi/vla.c: New file.
18748
18749 2014-04-11 Keith Seitz <keiths@redhat.com>
18750
18751 PR c++/16675
18752 * gdb.cp/cpsizeof.exp: New file.
18753 * gdb.cp/cpsizeof.cc: New file.
18754
18755 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18756
18757 * gdb.mi/mi-vla-c99.exp: New file.
18758 * gdb.mi/vla.c: New file.
18759
18760 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18761
18762 * gdb.base/vla-datatypes.c: New file.
18763 * gdb.base/vla-datatypes.exp: New file.
18764
18765 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18766
18767 * gdb.base/vla-ptr.c: New file.
18768 * gdb.base/vla-ptr.exp: New file.
18769
18770 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18771
18772 * gdb.base/vla-multi.c: New file.
18773 * gdb.base/vla-multi.exp: New file.
18774
18775 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18776
18777 * gdb.dwarf2/count.exp: New file.
18778
18779 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18780
18781 * gdb.base/vla-sideeffect.c: New file.
18782 * gdb.base/vla-sideeffect.exp: New file.
18783
18784 2014-04-11 Yao Qi <yao@codesourcery.com>
18785
18786 * gdb.base/completion.exp: Check file exists before running tests
18787 on file completion.
18788
18789 2014-04-10 Pedro Alves <palves@redhat.com>
18790
18791 * gdb.base/cond-eval-mode.c: New file.
18792 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18793 prepare_for_testing to build the new file. Check result of
18794 runto_main.
18795 (test_break, test_watch): New procedures.
18796 (top level): Use them.
18797
18798 2014-04-08 Pierre Muller <muller@sourceware.org>
18799
18800 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18801 Ctrl-V use for mingw hosts.
18802
18803 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18804
18805 * gdb.python/py-value.c: Improve test case.
18806 * gdb.python/py-value.exp: Add new test.
18807
18808 2014-04-07 David Blaikie <dblaikie@gmail.com>
18809
18810 * lib/compiler.c: Identify the clang compiler.
18811 * lib/compiler.cc: Ditto.
18812
18813 2014-04-03 Yao Qi <yao@codesourcery.com>
18814
18815 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18816
18817 2014-04-01 Anton Blanchard <anton@samba.org>
18818
18819 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18820 messages unique.
18821
18822 2014-04-01 Anton Blanchard <anton@samba.org>
18823
18824 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18825 prepare_for_testing.
18826
18827 2014-04-01 Anton Blanchard <anton@samba.org>
18828
18829 * gdb.arch/ppc64-atomic-inst.c: Remove.
18830 * gdb.arch/ppc64-atomic-inst.S: New file.
18831 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18832
18833 2014-03-31 Doug Evans <dje@google.com>
18834
18835 * gdb.base/print-symbol-loading-lib.c: New file.
18836 * gdb.base/print-symbol-loading-main.c: New file.
18837 * gdb.base/print-symbol-loading.exp: New file.
18838
18839 2014-03-31 Yao Qi <yao@codesourcery.com>
18840
18841 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18842
18843 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18844
18845 * gdb.ada/mi_dyn_arr: New testcase.
18846
18847 2014-03-27 Doug Evans <dje@google.com>
18848
18849 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18850
18851 2014-03-27 Yao Qi <yao@codesourcery.com>
18852
18853 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18854 if target is nios2-*-*.
18855
18856 2014-03-26 Yao Qi <yao@codesourcery.com>
18857
18858 * lib/gdb.exp (readline_is_used): New proc.
18859 * gdb.base/completion.exp: Move tests on command complete up.
18860 Skip the rest of tests if readline is not used.
18861 * gdb.ada/complete.exp: Skp the test if readline is not
18862 used.
18863 * gdb.base/filesym.exp: Likewise.
18864 * gdb.base/macscp.exp: Likewise.
18865 * gdb.base/readline-ask.exp: Likewise.
18866 * gdb.base/readline.exp: Likewise.
18867 * gdb.python/py-cmd.exp: Likewise.
18868 * gdb.trace/tfile.exp: Likewise.
18869
18870 2014-03-26 Yao Qi <yao@codesourcery.com>
18871
18872 * gdb.base/macscp.exp: Fix code format issues.
18873
18874 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18875
18876 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18877 * gdb.asm/powerpc64le.inc: New file.
18878
18879 2014-03-25 Pedro Alves <palves@redhat.com>
18880 Doug Evans <dje@google.com>
18881
18882 * gdb.base/source-execution.c: New file.
18883 * gdb.base/source-execution.exp: New file.
18884 * gdb.base/source-execution.gdb: New file.
18885
18886 2014-03-24 Doug Evans <dje@google.com>
18887
18888 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18889 using fission.
18890
18891 2014-03-24 Hui Zhu <hui@codesourcery.com>
18892 Pedro Alves <palves@redhat.com>
18893
18894 PR breakpoints/16101
18895 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18896 test pass/fail messages. Detect missing support for dprintf when
18897 breakpoints are actually inserted.
18898 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18899 breakpoints are actually inserted.
18900 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18901 fails.
18902
18903 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18904
18905 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18906
18907 2014-03-22 Doug Evans <xdje42@gmail.com>
18908
18909 * gdb.python/python.exp (python not supported): Verify multi-line
18910 python command issues an error.
18911 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18912 guile command issues an error.
18913
18914 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18915
18916 * gdb.threads/thread-specific.exp: Handle the lack of usable
18917 $this_breakpoint and $this_thread.
18918
18919 2014-03-21 Hui Zhu <hui@codesourcery.com>
18920
18921 * gdb.base/attach.exp (do_command_attach_tests): New.
18922
18923 2014-03-20 Tom Tromey <tromey@redhat.com>
18924 Pedro Alves <palves@redhat.com>
18925
18926 PR cli/15718
18927 * gdb.base/condbreak-call-false.c: New file.
18928 * gdb.base/condbreak-call-false.exp: New file.
18929
18930 2014-03-20 Pedro Alves <palves@redhat.com>
18931
18932 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18933 Delete.
18934 (block_signals, unblock_signals): Delete.
18935 (child_function_2, main): Remove references to deleted variable
18936 and functions.
18937
18938 2014-03-20 Pedro Alves <palves@redhat.com>
18939
18940 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18941 Use pthread_kill to signal thread 2.
18942 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18943 Adjust to make the test send itself a signal rather than using the
18944 host's "kill" command.
18945
18946 2014-03-20 Pedro Alves <palves@redhat.com>
18947
18948 * gdb.threads/multiple-step-overs.c: New file.
18949 * gdb.threads/multiple-step-overs.exp: New file.
18950 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18951 Adjust expected infrun debug output.
18952
18953 2014-03-20 Pedro Alves <palves@redhat.com>
18954
18955 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18956 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18957
18958 2014-03-20 Pedro Alves <palves@redhat.com>
18959
18960 PR breakpoints/7143
18961 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18962 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18963 of gdb_test_multiple.
18964 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18965 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18966
18967 2014-03-20 Pedro Alves <palves@redhat.com>
18968
18969 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18970 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18971
18972 2014-03-19 Pedro Alves <palves@redhat.com>
18973
18974 * gdb.base/async.exp: Remove early return.
18975
18976 2014-03-19 Pedro Alves <palves@redhat.com>
18977
18978 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18979
18980 2014-03-19 Pedro Alves <palves@redhat.com>
18981
18982 * gdb.base/async.exp (test_background): Expect \r\n after
18983 "completed." in the fail pattern.
18984
18985 2014-03-19 Pedro Alves <palves@redhat.com>
18986
18987 * gdb.base/async.exp (test_background): New procedure.
18988 Use it for all background execution command tests.
18989
18990 2014-03-19 Pedro Alves <palves@redhat.com>
18991
18992 * gdb.base/async.exp: Use prepare_for_testing.
18993
18994 2014-03-19 Pedro Alves <palves@redhat.com>
18995
18996 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18997 the same line.
18998
18999 2014-03-19 Pedro Alves <palves@redhat.com>
19000
19001 * gdb.base/async.c (main): Add "jump here" and "until here" line
19002 marker comments.
19003 * gdb.base/async.exp (jump_here): New global.
19004 (jump& test): Use it.
19005 (until_here): New global.
19006 (until& test): Use it.
19007
19008 2014-03-19 Pedro Alves <palves@redhat.com>
19009
19010 * gdb.base/async.exp: Don't frob gdb_protocol.
19011
19012 2014-03-18 Doug Evans <xdje42@gmail.com>
19013
19014 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19015 Fix spelling of exec-done-display.
19016
19017 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19018
19019 PR gdb/15358
19020 * gdb.base/gdb-sigterm.c: New file.
19021 * gdb.base/gdb-sigterm.exp: New file.
19022
19023 2014-03-18 Pedro Alves <palves@redhat.com>
19024
19025 PR gdb/13860
19026 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19027 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19028 solib-event.
19029
19030 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19031
19032 * gdb.ada/pckd_arr_ren: New testcase.
19033
19034 2014-03-13 Doug Evans <xdje42@gmail.com>
19035
19036 PR guile/16612
19037 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19038 collect after discarding symbols.
19039
19040 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19041 Doug Evans <xdje42@gmail.com>
19042
19043 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19044 to history survives a gc.
19045
19046 2014-03-13 Pedro Alves <palves@redhat.com>
19047
19048 * gdb.base/default.exp: Don't test "target procfs".
19049
19050 2014-03-13 Pedro Alves <palves@redhat.com>
19051
19052 * gdb.base/default.exp: Update "target child" and "target procfs"
19053 tests to not expect "Unix".
19054
19055 2014-03-12 Tom Tromey <tromey@redhat.com>
19056
19057 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19058 New procs. Add target-async tests.
19059 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19060 Add target-async tests.
19061
19062 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19063
19064 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19065 'func_start' and 'func_end' for the beginning and end of the
19066 function code, respectively.
19067 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19068 'func_end' instead of 'func' and 'main'.
19069
19070 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19071
19072 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19073 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19074 generate the debug info assembler source.
19075
19076 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19077
19078 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19079 * gdb.dwarf2/arr-subrange.exp: Likewise.
19080 * gdb.dwarf2/dwz.exp: Likewise.
19081 * gdb.dwarf2/method-ptr.exp: Likewise.
19082 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19083 * gdb.dwarf2/subrange.exp: Likewise.
19084 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19085 * gdb.dwarf2/implptrpiece.exp: Likewise.
19086 * gdb.dwarf2/nostaticblock.exp: Likewise.
19087
19088 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19089
19090 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19091 directory to absolute path name arguments.
19092
19093 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19094
19095 * gdb.ada/tagged_access: New testcase.
19096
19097 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19098
19099 * gdb.btrace/data.exp: Update expected output.
19100
19101 2014-03-06 Yao Qi <yao@codesourcery.com>
19102
19103 * gdb.trace/pr16508.exp: New file.
19104
19105 2014-03-05 Pedro Alves <palves@redhat.com>
19106
19107 PR gdb/16575
19108 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19109 procedure.
19110 (top level): Adjust to use it. Add tests that exercise breakpoint
19111 interaction with the code-cache.
19112
19113 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19114
19115 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19116 test for 'history-append!'.
19117
19118 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19119
19120 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19121 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19122 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19123 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19124 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19125 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19126
19127 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19128
19129 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19130 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19131 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19132
19133 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19134
19135 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19136
19137 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19138
19139 * gdb.dwarf2/arr-stride.c: New file.
19140 * gdb.dwarf2/arr-stride.exp: New file.
19141
19142 2014-02-26 Pedro Alves <palves@redhat.com>
19143
19144 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19145 that won't ever trigger. Make sure that GDB reports the correct
19146 breakpoint that caused the stop.
19147
19148 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19149
19150 PR gdb/16626
19151 * gdb.base/auto-load-script: New file.
19152 * gdb.base/auto-load.c: New file.
19153 * gdb.base/auto-load.exp: New file.
19154
19155 PR gdb/16626
19156 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19157
19158 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19159
19160 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19161 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19162
19163 2014-02-24 Doug Evans <dje@google.com>
19164
19165 * lib/gdb.exp (run_on_host): Log error output if program fails.
19166
19167 2014-02-21 Pedro Alves <palves@redhat.com>
19168
19169 * gdb.threads/step-after-sr-lock.c: Rename to ...
19170 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19171 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19172 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19173 ... this.
19174
19175 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19176
19177 PR tdep/16397
19178 * gdb.arch/amd64-stap-special-operands.exp: New file.
19179 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19180 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19181 * gdb.arch/amd64-stap-triplet.S: Likewise.
19182 * gdb.arch/amd64-stap-triplet.c: Likewise.
19183
19184 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19185
19186 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19187 in .section pseudo-op.
19188
19189 2014-02-20 lin zuojian <manjian2006@gmail.com>
19190 Joel Brobecker <brobecker@adacore.com>
19191 Doug Evans <xdje42@gmail.com>
19192
19193 PR symtab/16581
19194 * gdb.dwarf2/dw2-icycle.S: New file.
19195 * gdb.dwarf2/dw2-icycle.c: New file.
19196 * gdb.dwarf2/dw2-icycle.exp: New file.
19197
19198 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19199
19200 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19201 operations on gdb.Value objects.
19202 * gdb.python/py-value-cc.exp: Add new test to test operations on
19203 gdb.Value objects.
19204
19205 2014-02-18 Doug Evans <dje@google.com>
19206
19207 * Makefile.in (TESTS): New variable.
19208 (expanded_tests, expanded_tests_or_none): New variables
19209 (check-single): Pass $(expanded_tests_or_none) to runtest.
19210 (check-parallel): Only run tests in $(TESTS) if non-empty.
19211 (check/no-matching-tests-found): New rule.
19212 * README: Document TESTS makefile variable.
19213
19214 2014-02-18 Doug Evans <dje@google.com>
19215
19216 * Makefile.in (check-parallel): rm -rf outputs temp.
19217
19218 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19219
19220 Fix "ERROR: no fileid for" in the testsuite.
19221 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19222
19223 2014-02-12 Doug Evans <dje@google.com>
19224
19225 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19226 (MISCELLANEOUS): New variable.
19227 (clean): rm -rf $(MISCELLANEOUS).
19228 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19229 dwp live in the same directory as symlinks, with each symlink pointed
19230 to a differently named file in a different directory.
19231
19232 2014-02-11 Doug Evans <dje@google.com>
19233
19234 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19235 of Tcl file commands.
19236
19237 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19238
19239 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19240 "kill -SIGUSR1 -1".
19241
19242 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19243
19244 * gdb.ada/tick_length_array_enum_idx: New testcase.
19245
19246 2014-02-10 Doug Evans <xdje42@gmail.com>
19247
19248 * configure.ac (AC_OUTPUT): Add gdb.guile.
19249 * configure: Regenerate.
19250 * lib/gdb-guile.exp: New file.
19251 * lib/gdb.exp (get_target_charset): New function.
19252 * gdb.base/help.exp: Update expected output from "apropos apropos".
19253 * gdb.guile/Makefile.in: New file.
19254 * gdb.guile/guile.exp: New file.
19255 * gdb.guile/scm-arch.c: New file.
19256 * gdb.guile/scm-arch.exp: New file.
19257 * gdb.guile/scm-block.c: New file.
19258 * gdb.guile/scm-block.exp: New file.
19259 * gdb.guile/scm-breakpoint.c: New file.
19260 * gdb.guile/scm-breakpoint.exp: New file.
19261 * gdb.guile/scm-disasm.c: New file.
19262 * gdb.guile/scm-disasm.exp: New file.
19263 * gdb.guile/scm-equal.c: New file.
19264 * gdb.guile/scm-equal.exp: New file.
19265 * gdb.guile/scm-error.exp: New file.
19266 * gdb.guile/scm-error.scm: New file.
19267 * gdb.guile/scm-frame-args.c: New file.
19268 * gdb.guile/scm-frame-args.exp: New file.
19269 * gdb.guile/scm-frame-args.scm: New file.
19270 * gdb.guile/scm-frame-inline.c: New file.
19271 * gdb.guile/scm-frame-inline.exp: New file.
19272 * gdb.guile/scm-frame.c: New file.
19273 * gdb.guile/scm-frame.exp: New file.
19274 * gdb.guile/scm-generics.exp: New file.
19275 * gdb.guile/scm-gsmob.exp: New file.
19276 * gdb.guile/scm-iterator.c: New file.
19277 * gdb.guile/scm-iterator.exp: New file.
19278 * gdb.guile/scm-math.c: New file.
19279 * gdb.guile/scm-math.exp: New file.
19280 * gdb.guile/scm-objfile-script-gdb.in: New file.
19281 * gdb.guile/scm-objfile-script.c: New file.
19282 * gdb.guile/scm-objfile-script.exp: New file.
19283 * gdb.guile/scm-objfile.c: New file.
19284 * gdb.guile/scm-objfile.exp: New file.
19285 * gdb.guile/scm-ports.exp: New file.
19286 * gdb.guile/scm-pretty-print.c: New file.
19287 * gdb.guile/scm-pretty-print.exp: New file.
19288 * gdb.guile/scm-pretty-print.scm: New file.
19289 * gdb.guile/scm-section-script.c: New file.
19290 * gdb.guile/scm-section-script.exp: New file.
19291 * gdb.guile/scm-section-script.scm: New file.
19292 * gdb.guile/scm-symbol.c: New file.
19293 * gdb.guile/scm-symbol.exp: New file.
19294 * gdb.guile/scm-symtab-2.c: New file.
19295 * gdb.guile/scm-symtab.c: New file.
19296 * gdb.guile/scm-symtab.exp: New file.
19297 * gdb.guile/scm-type.c: New file.
19298 * gdb.guile/scm-type.exp: New file.
19299 * gdb.guile/scm-value-cc.cc: New file.
19300 * gdb.guile/scm-value-cc.exp: New file.
19301 * gdb.guile/scm-value.c: New file.
19302 * gdb.guile/scm-value.exp: New file.
19303 * gdb.guile/source2.scm: New file.
19304 * gdb.guile/types-module.cc: New file.
19305 * gdb.guile/types-module.exp: New file.
19306
19307 2014-02-10 Yao Qi <yao@codesourcery.com>
19308
19309 PR testsuite/16543
19310 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19311 * configure: Regenerated.
19312 * Makefile.in: New file.
19313
19314 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19315
19316 * gdb.python/py-framefilter.exp: Fix typo.
19317
19318 2014-02-08 Yao Qi <yao@codesourcery.com>
19319
19320 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19321 that no =breakpoint-modified is emitted when breakpoints are
19322 modified through MI commands.
19323
19324 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19325 Pedro Alves <palves@redhat.com>
19326
19327 * gdb.threads/step-after-sr-lock.c: New file.
19328 * gdb.threads/step-after-sr-lock.exp: New file.
19329
19330 2014-02-07 Pedro Alves <palves@redhat.com>
19331
19332 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19333
19334 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19335
19336 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19337 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19338
19339 2014-02-06 Doug Evans <xdje42@gmail.com>
19340
19341 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19342 output.
19343
19344 * gdb.gdb/python-interrupts.exp: New file.
19345
19346 2014-02-05 Yao Qi <yao@codesourcery.com>
19347
19348 * gdb.trace/report.exp (use_collected_data): Test the output
19349 of "info threads" and "info inferiors".
19350
19351 2014-02-05 Yao Qi <yao@codesourcery.com>
19352
19353 Revert this patch:
19354
19355 2013-05-24 Yao Qi <yao@codesourcery.com>
19356
19357 * gdb.trace/tfile.exp: Test inferior and thread.
19358
19359 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19360
19361 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19362 on a function.
19363 * gdb.base/step-bt.c: Call hello via function pointer to make
19364 sure its first instruction is executed on powerpc64le-linux.
19365
19366 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19367
19368 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19369
19370 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19371
19372 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19373 of the test patterns for use on little-endian systems.
19374
19375 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19376
19377 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19378 (decimal_vector): Fix for little-endian.
19379
19380 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19381
19382 * gdb.arch/sparc-sysstep.exp: New file.
19383 * gdb.arch/sparc-sysstep.c: Likewise.
19384
19385 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19386
19387 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19388
19389 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19390
19391 2014-01-23 Tom Tromey <tromey@redhat.com>
19392
19393 * gdb.ada/array_char_idx: New testcase.
19394
19395 2014-01-23 Tom Tromey <tromey@redhat.com>
19396
19397 PR python/16487:
19398 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19399 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19400 classes.
19401
19402 2014-01-23 Tom Tromey <tromey@redhat.com>
19403
19404 PR python/16491:
19405 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19406 string from an inferior frame.
19407 * gdb.python/py-framefilter-mi.exp: Update.
19408
19409 2014-01-22 Doug Evans <dje@google.com>
19410
19411 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19412
19413 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19414
19415 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19416
19417 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19418
19419 * gdb.trace/entry-values.exp: Remove excess space character from
19420 regex patterns. Handle s390 call instruction.
19421
19422 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19423
19424 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19425 define "*_start" label. Make "name" static.
19426 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19427 ${name} by references to ${name}_start.
19428
19429 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19430
19431 * gdb.base/info-macros.exp: Remove "debug" from the compile
19432 options.
19433
19434 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19435
19436 * gdb.dlang/demangle.exp: New file.
19437
19438 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19439
19440 * gdb.dlang/primitive-types.exp: New file.
19441
19442 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19443
19444 * configure.ac: Create gdb.dlang/Makefile.
19445 * configure: Regenerate.
19446 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19447 * gdb.dlang/Makefile.in: New file.
19448 * lib/d-support.exp: New file.
19449 * lib/gdb.exp (skip_d_tests): New proc.
19450
19451 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19452
19453 * gdb.btrace/delta.exp: Check reverse stepi.
19454 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19455 * gdb.btrace/finish.exp: New.
19456 * gdb.btrace/next.exp: New.
19457 * gdb.btrace/nexti.exp: New.
19458 * gdb.btrace/record_goto.c: Add comments.
19459 * gdb.btrace/step.exp: New.
19460 * gdb.btrace/stepi.exp: New.
19461 * gdb.btrace/multi-thread-step.c: New.
19462 * gdb.btrace/multi-thread-step.exp: New.
19463 * gdb.btrace/rn-dl-bind.c: New.
19464 * gdb.btrace/rn-dl-bind.exp: New.
19465 * gdb.btrace/data.c: New.
19466 * gdb.btrace/data.exp: New.
19467 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19468
19469 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19470
19471 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19472 * gdb.btrace/exception.exp: Update.
19473 * gdb.btrace/instruction_history.exp: Update.
19474 * gdb.btrace/record_goto.exp: Update.
19475 * gdb.btrace/tailcall.exp: Update.
19476 * gdb.btrace/unknown_functions.exp: Update.
19477 * gdb.btrace/delta.exp: New.
19478
19479 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19480
19481 * gdb.btrace/record_goto.exp: Add backtrace test.
19482 * gdb.btrace/tailcall.exp: Add backtrace test.
19483
19484 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19485
19486 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19487 * gdb.btrace/record_goto.c: New.
19488 * gdb.btrace/record_goto.exp: New.
19489 * gdb.btrace/x86-record_goto.S: New.
19490
19491 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19492
19493 * gdb.btrace/function_call_history.exp: Update tests.
19494 * gdb.btrace/instruction_history.exp: Update tests.
19495
19496 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19497
19498 * gdb.btrace/function_call_history.exp: Fix expected field
19499 order for "record function-call-history".
19500 Add new tests for "record function-call-history /c".
19501 * gdb.btrace/exception.cc: New.
19502 * gdb.btrace/exception.exp: New.
19503 * gdb.btrace/tailcall.exp: New.
19504 * gdb.btrace/x86-tailcall.S: New.
19505 * gdb.btrace/x86-tailcall.c: New.
19506 * gdb.btrace/unknown_functions.c: New.
19507 * gdb.btrace/unknown_functions.exp: New.
19508 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19509
19510 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19511
19512 * gdb.btrace/instruction_history.exp: Update.
19513 * gdb.btrace/function_call_history.exp: Update.
19514
19515 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19516
19517 * gdb.btrace/function_call_history.exp: Fix expected function
19518 trace.
19519 * gdb.btrace/instruction_history.exp: Initialize traced.
19520 Remove traced_functions.
19521
19522 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19523
19524 * gdb.btrace/function_call_history.exp: Update
19525 * gdb.btrace/instruction_history.exp: Update.
19526
19527 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19528
19529 * gdb.btrace/enable.exp: Update expected text.
19530
19531 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19532
19533 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19534 bytes.
19535
19536 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19537
19538 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19539
19540 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19541
19542 * lib/gdb.exp (supports_process_record): Return true for
19543 arm*-linux*. (supports_reverse): Likewise.
19544
19545 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19546
19547 PR python/15464
19548 PR python/16113
19549 * gdb.python/py-type.c: Enhance test case.
19550 * gdb.python/py-value-cc.cc: Likewise
19551 * gdb.python/py-type.exp: Add new tests.
19552 * gdb.python/py-value-cc.exp: Likewise
19553
19554 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19555 Pedro Alves <palves@redhat.com>
19556
19557 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19558 Make "name" extern.
19559 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19560 references to ${name}_start by references to ${name}.
19561
19562 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19563
19564 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19565
19566 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19567
19568 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19569
19570 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19571 Pedro Alves <palves@redhat.com>
19572
19573 * gdb.mi/mi-info-os.exp: Connect to the target with
19574 mi_gdb_target_load.
19575
19576 2014-01-08 Pedro Alves <palves@redhat.com>
19577
19578 * gdb.threads/reconnect-signal.c: New file.
19579 * gdb.threads/reconnect-signal.exp: New file.
19580
19581 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19582
19583 * gdb.base/source-dir.exp: New file.
19584
19585 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19586
19587 * gdb.ada/mi_interface: New testcase.
19588
19589 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19590
19591 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19592 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19593 gdb.ada/pp-rec-component/pck.ads: New files.
19594
19595 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19596
19597 * gdb.python/py-pp-integral.c: New file.
19598 * gdb.python/py-pp-integral.py: New file.
19599 * gdb.python/py-pp-integral.exp: New file.
19600
19601 For older changes see ChangeLog-1993-2013.
19602 \f
19603 ;; Local Variables:
19604 ;; mode: change-log
19605 ;; left-margin: 8
19606 ;; fill-column: 74
19607 ;; version-control: never
19608 ;; End:
19609
19610 Copyright 2014-2020 Free Software Foundation, Inc.
19611 Copying and distribution of this file, with or without modification,
19612 are permitted provided the copyright notice and this notice are preserved.
This page took 0.740979 seconds and 4 git commands to generate.